@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@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=BIZ+UDPGothic&display=swap');


html {
    scroll-behavior: smooth;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    color: rgba(24, 33, 56, 1);
}

img {
    max-width: 100%;  
}

.title-jp {
    font-size: 24px;
    font-weight: 700;
    color: rgba(24, 33, 56, 1);
    text-align: center;
    font-family: "Inter", sans-serif;
    margin-bottom: 0;
}

.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;
}

.fw-bold{
    font-weight: 700;
}

.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(255, 138, 95, 1);
    color: #fff!important;   
    font-weight: 700;
    padding: 15px 25px!important;
    border-radius: 35px;
    text-decoration: none;
    width: fit-content!important;
}

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

.btn-contact img {
    position: relative;
    top: -2px;
    margin-left: 10px;
}

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

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

#main h2 img {
    width: 100%;
}

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

.main-content {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 100%;   
    transform: translateY(-50%);    
}

.main-content-text p {
    color: rgba(24, 33, 56, 1);
    font-size: 50px;
    font-weight: 700;
}

.main-content-text p span {
    font-size: 70px;
    color: rgba(255, 138, 95, 1);
}

/* ========== Lower Banner ==========*/
.banner-lower {
    position: relative;
    padding: 0;
    height: 500px;
}

.banner-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.banner-txt {
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1pt;
    width: 100%;
    text-align: center;
    text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.7);
}


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

.greetings-content {
    width: 80%;
    margin: 0 auto;
}

.btn-orange {
    background: rgba(255, 138, 95, 1);
    color: #fff!important;
    font-weight: 700;
    padding: 15px 25px;
    border-radius: 35px;
}

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

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

/*======= Mission Section =========*/
#mission {
    padding: 80px 0 60px;
    background: rgba(255, 247, 238, 1);
}

.mission-content {
    width: 80%;
    margin: 0 auto;
}

.mission-content h4 {
    font-size: 20px;
    font-weight: 700;
    color: rgba(0, 145, 124, 1);
    text-align: center;    
}

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

.standard-content {
    width: 80%;
    margin: 0 auto;
}

.standard-content-text h4 {
    font-size: 20px;
    font-weight: 700;
    color: rgba(0, 145, 124, 1);
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 145, 124, 1);
} 

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


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

.articles-wrapper {
    background: rgba(255, 255, 255, 1);
    padding: 40px 15px 20px;
    width: 80%;
    margin: 0 auto;
}

.articles-content {
    margin: 40px 0 20px
}

.articles-title  {
    font-size: 20px;
    font-weight: 700;
    color: rgba(0, 145, 124, 1);  
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.articles-title span {
    font-size: 36px;
    padding-right: 20px;
    border-right: 1px solid rgba(0, 145, 124, 1);
    margin-right: 20px;
    display: flex;
    align-items: center;
}

/*======= Business Section =========*/
#business {
    padding: 80px 0 60px;
    background: rgba(255, 247, 238, 1);
}


.business-text h4 {
    font-size: 20px;
    font-weight: 700;
    color: rgba(0, 145, 124, 1);
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 145, 124, 1);
} 

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

.w80 {
    width: 80%;
    margin: 0 auto;
}

.business-content {
    background: rgba(255, 255, 255, 1);
    padding: 40px 15px 20px;
}

.business-content h4 {
    background: rgba(0, 145, 124, 1);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 15px;
    width: fit-content;
    margin-left: 20px;
    margin-top: -70px;
}

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

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

.message-text h4 {
    color: rgba(0, 145, 124, 1);
    font-size: 20px;
    font-weight: 700;
}

.message-content {
    background: rgba(255, 255, 255, 1);
    padding: 40px 15px 20px;
}

.message-content h4 {
    background: rgba(0, 145, 124, 1);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 15px;
    width: fit-content;
    margin-left: 20px;
    margin-top: -70px;
}

/*======= Message2 Section =========*/
#message2 {
    padding: 80px 0 60px;
    background: rgba(255, 247, 238, 1);
}

/*======= Seller-Contact Section =========*/
#seller-contact {
    padding: 80px 0 60px;
    background-image: url('../images/bg5.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.seller-contact-intro h4 {
    font-size: 20px;
    font-weight: 700;
    color: rgba(0, 145, 124, 1);    
}

.campaign-wrapper {
    background: #fff;
    padding: 80px 40px 20px;
    margin-top: 80px;
}

.campaign-wrapper img {
    margin-top: -180px;
    margin-left: 10px;    
}

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

.campaign-contact {
    margin-top: 40px;
}

.campaign-contact h4 {
    font-size: 24px;
    font-weight: 700;
    color: rgba(0, 145, 124, 1);    
}

.campaign-contact p {
    color: rgba(24, 33, 56, 1);
    font-size: 24px;
    font-weight: 700;
    font-family: "noto-sans-cjk-jp", sans-serif;
}

.campaign-contact p a {
    color: rgba(24, 33, 56, 1);
}

.campaign-contact p a:hover {
    color: rgba(24, 33, 56, 1);
    text-decoration: none;
}

.txt-highlight {    
    text-decoration: underline;
    text-decoration-color: #b5d5ce;
    text-underline-offset: -5px;
    text-decoration-thickness: 10px;
    font-weight: 700;
}

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

.faq-question {
    border: 1px solid rgba(0, 145, 124, 1);
    background: rgba(225, 238, 236, 1);
    padding: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-family: "noto-sans-cjk-jp", sans-serif;
}

.faq-answer {
    padding: 15px;
    display: flex;
    align-items: flex-start;
    font-family: "noto-sans-cjk-jp", sans-serif;
    margin-bottom: 20px;
}

.qnum {
    background: rgba(0, 145, 124, 1);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: "noto-sans-cjk-jp", sans-serif;
    border-radius: 50%;   
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.anum {
    background: rgba(227, 204, 92, 1);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-family: "noto-sans-cjk-jp", sans-serif;
    border-radius: 50%;    
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

.qtext, .atext {
    flex-grow: 1;
}

.atext p {
    margin-bottom: 0;
}

/*======= Contact Section =========*/
#contact {
    padding: 80px 0 80px;
    background: rgba(255, 247, 238, 1);
}

#thanks {
    padding: 80px 0 80px;
    background: rgba(255, 247, 238, 1);
}


.contact-form {
    width: 80%;
    margin: 40px auto 0;    
}

.line-icon img {
    max-width: 100%;
}

.form-group {
    /* display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 15px;
    flex-wrap: wrap; */
    /* Adds consistent spacing between label and input */
}

.form-group p {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    gap: 15px;
    flex-wrap: wrap;
}

.form-group p label {
    flex: 100%;
    min-width: 260px;
    max-width: 20%;
    /* Adjust based on your longest label */
    white-space: nowrap;
    /* Prevents label from wrapping */
}

.form-group3 p label {
    /* min-width: 200px; */
}

.form-group .required {
    color: #fff;
    background: rgba(0, 145, 124, 1);
    border-radius: 25px;
    margin-left: 5px;
    font-size: 16px;
    padding: 3px 40px;
    float: right;
    font-family: "BIZ UDPGothic", sans-serif;
}

.form-group p .wpcf7-form-control-wrap {
    flex: 1;
    padding: 8px;
    border: 1px solid #000;
    border-radius: 0;
    background-color: #fff;
    color: rgba(89, 89, 89, 1);
}

.form-group3 p .wpcf7-form-control-wrap {
    flex: 1;
    padding: 8px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    color: rgba(89, 89, 89, 1);
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    background: #fff;
    border: none;
    color: #000;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control02 {
    background: #fff;
    border: none;
    width: 100%;
    color: #000;
}

.form-group .form-control02 {
    flex: 1;
    /* Takes up remaining space */
    padding: 8px;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
}

/* Special styling for textarea */
.form-group textarea {
    height: 140px;
    flex: 1;
    color: #000;
    /* Adjust height as needed */
    resize: vertical;
    /* Allows vertical resizing */
    border: none
}

.wpcf7-list-item {
    width: 210px;
}

.btn-submit {
    /* display: block;
    margin: 20px auto 0; */
    cursor: pointer;
    /* background: transparent;
    border: none; */
}

.wpcf7-form-control-wrap {
    display: inline-block;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
    outline: none !important;
}

/* Remove blue glow/outline from Contact Form 7 inputs */
.wpcf7-form-control:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #ccc !important;
}

/* Specifically target input and textarea elements */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #ccc !important;
}

/* Override autofill background color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px transparent inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* For Firefox */
input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
    box-shadow: 0 0 0 30px transparent inset !important;
    -webkit-text-fill-color: #000 !important;
}

.btn-submit:focus {
    outline: -webkit-focus-ring-color none;
}

.btn-submit {
    background: rgba(255, 138, 95, 1);
    color: #fff;   
    font-weight: 700;
    padding: 15px 40px;
    border-radius: 35px;
    text-decoration: none;
    width: fit-content!important;
    margin: 40px auto 0;
    border: none;
}

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

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

/*======= Company Section =========*/
#company {
    padding: 80px 0 80px;
    background: rgba(255, 247, 238, 1);
}

table.tbl-company {
    width: 100%;
    border-collapse: collapse;
}

table.tbl-company th {
    padding: 20px 15px;
    border: 1px solid rgba(0, 145, 124, 1);
    background: rgba(225, 238, 236, 1);
}

table.tbl-company td {
    padding: 20px 15px;
    border: 1px solid rgba(0, 145, 124, 1);
    background: #fff;
}

table.tbl-company tr td a {
    color: rgba(24, 33, 56, 1);
    text-decoration: none;
}

table.tbl-company tr td a:hover {
    color: rgba(24, 33, 56, 1);
    text-decoration: none;
}



/*======= Footer Section =========*/
footer {
    background: url('../images/bg-footer.png') no-repeat center center;
    background-size: cover;
    padding: 200px 0 80px;
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: rgba(24, 33, 56, 1);
}

footer a {
    color: rgba(24, 33, 56, 1);
}

footer a:hover {
    color: rgba(24, 33, 56, 1);
    text-decoration: none;
}