@import url('https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&display=swap');

@font-face {
    font-family: 'Impact';
    src: 
         url('../fonts/impact.woff') format('woff'),
         url('../fonts/impact.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=BIZ+UDMincho&display=swap');

body {
      font-family: "M PLUS Rounded 1c", sans-serif;
}

.title-en {
    font-size: 36px;
    font-weight: 700;
    color: rgba(62, 157, 206, 1);
    text-align: center;  
    margin-bottom: 0;
}

.title-jp {
    font-size: 30px;
    font-weight: 700;
    color: rgba(62, 157, 206, 1);
    text-align: center;    
}



.title-wrap {
    position: relative;
}

.title-wrap .title-bg {
    text-align: center;
}

.title-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*=======  Common=========*/
.container {
    max-width: 1460px;
}

.sp-show {
    display: none;
}

.sp-none {
    display: inline-block;
}

.mgt-10 {
    margin-top: 10px;
}

.mgt-20 {
    margin-top: 20px;
}

.mgt-30 {
    margin-top: 30px;
}

.mgt-40 {
    margin-top: 40px;
}

.mgt-60 {
    margin-top: 60px;
}

.mgt-80 {
    margin-top: 80px;
}

.mgt-100 {
    margin-top: 100px;
}

.mgb-10 {
    margin-bottom: 10px;
}

.mgb-20 {
    margin-bottom: 20px;
}

.mgb-30 {
    margin-bottom: 30px;
}

.mgb-40 {
    margin-bottom: 40px;
}

.mgb-60 {
    margin-bottom: 60px;
}

.mgb-80 {
    margin-bottom: 80px;
}

/*======= Header =========*/
.btn-contact {
    background: rgba(253, 158, 98, 1);
    color: #fff;   
    padding: 15px!important;
    width: fit-content!important;
    position: relative;
    right: -10px;
}

.btn-contact:hover {
    color: #fff!important;
}

/*======= Main FV =========*/
#main {
    position: relative;   
    height: 100%;
    width: 100%;  
    z-index: 2;
    overflow: hidden;    
}

#main .container-fluid {
    padding: 0;
}

#main h2 img {
    width: 100%;
    height: 820px;
    object-fit: cover;
}

.main-content-wrapper {
    position: relative;
}

.main-content {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50%;
    text-align: left;
    transform: translateY(-50%);
    font-size: 45px;
    font-weight: 800;
    color: #fff;
	font-family: "M PLUS Rounded 1c", sans-serif;
	text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.9);
}

.main-content-text p {
    color: rgba(62, 157, 206, 1);
    font-size: 38px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

.main-content-text h2 {
    color: rgba(62, 157, 206, 1);
    font-size: 50px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
}

/*======= Message Section =========*/
#message {
    padding: 80px 0 80px;   
    margin-top: -10px;    
    background-image: url('../images/bg-trouble.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.message-content {
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
}

.message-name {
    text-align: right;
    margin-top: 40px;
}

.txt-sign {
    font-family: "BIZ UDMincho", serif;
    font-size: 32px;
    font-weight: 500;
    padding-left: 20px;
}

.btn-wrap {
    margin-top: 80px;
    text-align: center;
}

.btn-more {
    background: rgba(101, 99, 99, 1);
    color: #fff;   
    font-weight: 700;
    font-size: 20px;
    padding: 20px 30px;    
    text-decoration: none;
    width: fit-content!important;
	box-shadow: 2px 2px 2px #aaa;
}

.btn-more:hover {
    color: #fff!important;
    text-decoration: none;
}

.btn-more img {    
    margin-left: 10px;
}

/*======= Trouble Section =========*/
#trouble {
    padding: 80px 0 80px;
    background-image: url('../images/bg-trouble.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.trouble-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.trouble-content-img {
    width: calc(40% - 20px);
}

.trouble-content-img img {
    width: 100%;
}

.trouble-content-text {
    width: calc(60% - 20px);
}

.trouble-content-text h4 {
    font-size: 24px;
    font-weight: 700;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 40px;
}

.trouble-content-text p {
    font-size: 20px;
    color: rgba(51, 51, 51, 1);      
}

/*======= Business Section =========*/
#business1 {
    padding: 80px 0 80px;   
    margin-top: -10px;    
    background-image: url('../images/bg-message.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.business-content-text h4 {
    font-size: 20px;
    text-align: center;
    margin: 20px 0;
	font-weight: 700;
}

.business-content-img img {
    width: 100%;
	height: 273px;
    object-fit: cover;
}

/*======= Example Section =========*/
#example {
    padding: 80px 0 80px;
    background-image: url('../images/bg-example.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.example-content img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.example-content {
    margin-bottom: 40px;
}

.example-content-text {
    text-align: center;
    margin: 12px 0 0;
}

/*======= Blog Section =========*/
#blog {
    padding: 80px 0 80px;
    background-image: url('../images/bg-features.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.blog-wrapper {
    margin-top: 60px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.blog-item {
    flex: 100%;
    max-width: calc(100% / 3 - 30px);
    margin: 0 30px 30px 0;
}

.blog-item:nth-child(3n) {
    margin: 0 0 30px 0;
}

.blog-img img {
    width: 100%;
}

.blog-content {
    margin-top: 10px;
    border: 1px solid #000;
    padding: 10px;
    background: rgba(255, 222, 21, 1);  
    color: rgba(24, 38, 113, 1);
    position: relative;
    display: block;
}

.blog-content:hover {
    text-decoration: none;
    color: rgba(24, 38, 113, 1);
}

.blog-date {
    display: inline-block;
    margin-right: 30px;
}

.blog-title {
    display: inline-block;    
}

.blog-title::after {
    content: '';
    background-image: url('../images/arrow_circle_right.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;  /* Adjust size as needed */
    height: 20px; /* Adjust size as needed */
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
}

.blog-name {
    margin-top: 10px;
}

.btn-wrap2 {
    margin-top: 40px;
}


/*======= Footer Section =========*/
.footer1 {
    background: rgba(205, 229, 236, 1);
}

.footer-wrap {    
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    max-width: 1460px;
    margin: 0 auto;
    padding: 50px 15px 20px;
}

.footer-left {
    flex: 100%;
    max-width: calc(30% - 30px);
    margin: 0 30px 30px 0;
}

.footer-right1 {
    flex: 100%;
    max-width: 45%;
    margin: 0 0 30px 0;
    padding-right: 10px;    
}

.footer-right2 {
    flex: 100%;
    max-width: 25%;
    margin: 0 0 30px 0;
    padding-right: 10px;
}

.ft-name {
    font-size: 24px;
    color: rgba(24, 38, 113, 1);
    font-weight: 700;
}

.ft-info {
    color: rgba(24, 38, 113, 1);
    margin-bottom: 0;
}

table.tbl-ft-info {
    margin: 20px 0;
}

table.tbl-ft-info tr td {
    vertical-align: top;
    color: rgba(51, 51, 51, 1);
}

table.tbl-ft-info tr td:first-child {
    width: 80px;
}

table.tbl-ft-info tr td  a {
    color: rgba(51, 51, 51, 1)
}

.ft-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    /* display: flex; */
    /* gap: 20px;  */
    /* justify-content: flex-end; */
}

.ft-nav ul li {
    margin: 0;
    line-height: 2.2em;
}

 .ft-nav ul li a {
    text-decoration: none;
    color: rgba(51, 51, 51, 1);
    font-weight: 700;   
}

.ft-nav ul li a.active {
    color: rgba(62, 157, 206, 1);
}

.ft-nav ul li a:hover {
    color: rgba(62, 157, 206, 1);
    text-decoration: none;
}

.btn-contact-ft {
    background: rgba(253, 158, 98, 1);
    color: #fff;   
    padding: 15px!important;
    width: fit-content!important;
	font-weight: 700;
	box-shadow: 2px 2px 2px grey;
}

.btn-contact-ft:hover {
    color: #fff;
    text-decoration: none;
}

.btn-contact-ft img {
    margin-left: 10px;
}

.copyright {
    background: rgba(24, 38, 113, 1);
    color: #fff;
    padding: 20px 0;
}

.ft-sns-list {
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    margin-left: 10px;
    display: inline-block;
}

/* Busineess Page */
.banner-lower-page img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.am-flex{
	display: flex;	
}

.wrap {
	flex-wrap: wrap; 
}

#business {
    padding: 80px 0 80px;
    margin-top: -10px;
    background-image: url('../images/bg-business.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.business-text {
    text-align: center;
	margin: 0 0 40px 0;
}

.business-content {
    max-width: 1100px;
    margin: 0 auto;
}

.business-categories__item {
    width: calc(100% / 2 - 50px);
    margin: 0 50px 50px 0;
}

.business-categories__image {
    width: 100%;
	height: 400px;
    object-fit: cover;
}

.business-categories__content {   
	min-height: 60px;
}

.business-categories__name {
    text-align: center;
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    font-weight: 700;
	position: relative;
	padding: 10px 0;
    margin: 10px 0 0;
}

/* .business-categories__name:after {
    position: absolute;
    content: "";
    width: 118px;
    height: 2px;
    background-color: #3E9DCE;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
} */

.business-categories__desc {
    font-size: 20px;
}

.business-note-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0;
}

.business-note-wrapper img {
    width: 95%;
    height: 60px;
    object-fit: cover;
}

.business-note {
    margin: 20px 0;
}



/* Construction example */
#before-after {
    padding: 80px 0 80px;
    margin-top: -10px;
    background-image: url('../images/bg-business.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.before-after__image {
    width: calc(100% / 3 - 50px);
    margin: 0 50px 0 0;
	position: relative;    
}

.before-after__image:last-child {
    margin: 0;
}

.before-after-content {
    max-width: 1200px;
    margin: 0 auto;
}

.before-after__desc {
    margin: 20px 0 0;
    text-align: center;
}

.before-after__image:after {
    /* content: "▶";
    color: #000;
    position: absolute;
    top: 50%;
    right: -30px; */
}

.before-after__image img {
    width: 100%;   
}

.before-after__image:last-child:after {
    content: "";
}

.before-after__item {
    margin: 0 0 40px 0;
}

.before-after__item-container {
    justify-content: center;
}

img.mail-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
    margin: 0 15px 0 0;
}
	
#before-after .btn-wrap {
	margin: 40px 0 0 0;
}

/* Common-plumbing-issues */
#common-plumbing-issues {
    padding: 80px 0 80px;
    margin-top: -10px;
    background-image: url('../images/bg-common-problems.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#common-plumbing-issues .container {
    background-color: #fff;
    max-width: 1300px;
    padding: 50px 0 0;
	width: calc(100% - 30px);
}

.common-plumbing-issues-image {
    width: 50%;
}
.common-plumbing-issues-image img {
    width: 100%;
	height: 450px;
	object-fit: cover;
}

.common-plumbing-issues-description {
    width: calc(50% - 80px);
    margin: 40px;
	font-size: 18px;
}

.common-plumbing-issues-content__number {
    font-style: italic;
}

.common-plumbing-issues-content__subtitle {
    font-size: 36px;
    font-weight: 400;
    color: #3e9dce;
    border-bottom: 1px solid #3E9DCE;
}

/* Company Profile */
#company-profile {
    padding: 80px 0 80px;
    margin-top: -10px;
    background-image: url('../images/bg-business.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.company-profile-table tr td {
    border-bottom: 1px solid #3E9DCE;
    padding: 10px 0;
}

.company-profile-table {
    width: 100%;
}

.company-profile-content {
    max-width: 1000px;
    margin: 0 auto;
}

.company-profile-table tr td:first-child {
    font-weight: 700;
    width: 150px;
}

#recruitment {
    padding: 80px 0;
}

.recruitment-content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0;
}

.recruitment-content-wrapper img {
    width: 80%;
    height: 60px;
    object-fit: cover;
}

.recruitment-content {
    text-align: center;    
    max-width: 1200px;
    padding: 20px 0;
	margin: 0 auto;
}



#inquiry {
    padding: 80px 0;
}

.inquiry-form__contact-form {
	margin: 0 auto;
	text-align: right;
	max-width: 995px;
	width: 100%;
}

.required {
	color: #FFF;
    padding: 5px 26px;
    font-size: 14px;
    margin: 0 20px 0 auto;
    background-color: #3E9DCE;
}

.notrequired {
	color: #FFF;
    padding: 5px 26px;
    font-size: 14px;
    margin: 0 20px 0 auto;
    background-color: #B8B8B8;
}

.inquiry-form__contact-col label {
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	display: flex;
}

.inquiry-form__contact-col input {
	padding: 16px 0;
	width: 99%;
	border: 1px solid #3E9DCE;
}

.inquiry-form__contact-col p {
	width: 100%;
	text-align: left;
}

.inquiry-form__contact-col p textarea {
	width: calc(100% - 6px);
	border: 1px solid #3E9DCE;
	padding: 15px 0 15px 10px;
}

.inquiry-form__link {
	font-size: 18px;
}

.inquiry-form__contact-form a {
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #B1B1B1;
}

.inquiry-form__row.height-adj {
    height: 93px;
}

.inquiry-form__contact-col.inq-item__radio {
	align-self: center;
}

.inquiry-form__row {
    display: flex;
}

.inquiry-form__contact-col {
    width: 72%;
}

.inquiry-form__contact-col:first-child {
    width: 28%;
	align-self: center;
}

.dl-submit {
	position: relative;
	margin: 50px auto 0;
	width: calc(100% - 20px);
	max-width: 170px;
}

.dl-submit::after {
    content: "\f061";
    font-family: 'Font Awesome 6 Free';
    color: #FFF;
    letter-spacing: 2.25px;
    font-size: 12px;
    line-height: 1.55;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 14px;
    top: 24px;
    transform: translateY(-50%);
	font-weight: 600;
	border: 1px solid;
	border-radius: 50px;
	padding: 0;
}

.wpcf7-submit {
    height: 50px;
    color: #fff;
    font-size: 16px;
   	background-color: #FD9E62;
    width: 100%;
	line-height: 1;
	border: 1px solid #FD9E62;
}

.wpcf7-form-control.wpcf7-submit.has-spinner p {
	text-decoration: underline;
}

input.wpcf7-form-control {
    font-size: 16px;
    padding: 15px 0 15px 10px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.submit_btn {
    padding: 0;
}

.tal-c {
	text-align: center;
}

/* Strengths */
#strengths {
    padding: 80px 0 80px;   
    margin-top: -10px;    
    background-image: url('../images/bg-message.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.strengths-item img {
    width: 518px;
    height: 335px;
	object-fit: cover;
}

.strengths-item__content {
    padding: 20px;
}

.strengths-item__subtitle {
    color: #3E9DCE;
    font-size: 24px;
    font-weight: 700;
}

.strengths-item__subtitle span {
    font-size: 36px;
    font-style: italic;
    font-family: Castoro;
    font-weight: 400;
}

.left-img .strengths-item__content {
    padding: 20px 0 20px 20px;
}

.right-img .strengths-item__content {
    padding: 20px 20px 20px 0;
}

.strengths-content {
    max-width: 1200px;
    margin: 0 auto;
}

.am-anchor {
    position: relative;
}

.am-anchor > span {
    position: absolute;
    top: 100px;
}

html {
	scroll-behavior: smooth;
}

.business-categories__item:nth-child(2n) {
    margin: 0 0 50px 0;
}

.business-categories.am-flex.wrap {
    justify-content: center;
}

.business1-cont {
    max-width: 920px;
    margin: 0 auto;
}

.business1-desc {
    margin: 30px 0;
}

.business-content-text {
    max-width: 270px;
    margin: 0 auto;
}

.col-md-6:first-of-type .business-content {
    margin: 0 20px 0 0;
}

.col-md-6:last-of-type .business-content {
    margin: 0 0 0 20px;
}

.message-image img {
    width: 100%;
}

.message-cont {
    max-width: 1200px;
    margin: 0 auto;
}

.banner-layout {
    position: relative;
}

#banner-image img {
    filter: brightness(0.8);
}

.banner-title {
    position: absolute;
    left: 46%;
    top: 30%;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    transform: translate(-50%, -50%);
    text-align: right;
    text-shadow: 2px 2px 4px #000000;
}

.top-text {
    display: block;
}

#banner-image .banner-title {
    width: 100%;
}

.bottom-text {
    position: absolute;
    right: 5%;
    top: 80%;
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    text-align: right;
    text-shadow: 2px 2px 4px #000000;
}