@charset "utf-8";
/* ==============================
   1. リセットCSS
============================== */
/* * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
} */

/* ==============================
   2. 全体共通設定
============================== */
:root {
    /* --main-color: #2FE9FB;
    --accent-color: #FFF8A2; */
    --text-color: #242327;
    --bg-color: #ffffff;
    --section-padding: 80px;
    font-size: 100%;
}

body {
    font-family: "Helvetica", "Arial", sans-serif;
    color: var(--text-color);
    line-height: 1.7;
    font-size: 100%; /*16px*/
    background-color: #ffffff;
}

/* ==============================
   3. ヘッダー
============================== */
header {
    text-align: center;
    background-color: #ffffff;
}

/* header img {
    margin-bottom: 2em;
} */

header p {
    font-size: 1rem;
    margin-bottom: 1.25em; /*20px*/
}

.logo_section, .main_nav{
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    background-color: #2FE9FB;
    height: 80px;
    width: 100vw; 
}

.logo_section{
    display: flex;
    justify-content: flex-start;
}

.logo{
    margin-left: 0px;
    margin-right: 8px;

}
.seo_text{
    font-size: 16px;
    margin: 0;
}

.company_name{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
}

.text_block{
padding-top: 8px;
}

.on_border{
    display: flex;
}

.hero_top{
    height: 100vh;
    background-image: url(../images/TOP_hero_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

/* ==============================
   4. ナビゲーション
============================== */
.nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 1.25em; /*20px*/
    margin-bottom: 1.25em; /*20px*/
    align-items: center;
}

.nav ul li a, .dropbtn {
    text-decoration: none;
    color: #ffffff;
    padding: 0.625em 0.9375em; /*10px 15px*/
    transition: 0.3s;
}

.nav ul li a:hover, .dropbtn:hover {
    color: #ffffff;
}

.main_nav ul{
    display: flex;
    list-style: none;
    align-items: center;
}

.main_nav li{
    margin-left: 20px;
}

.main_nav a {
    text-decoration: none;
    color: #242327;
    font-weight: 500;
}

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    min-width: 150px;
    z-index: 1;
}

.dropdown-content li {
    padding: 10px;
    text-align: left;
}

.dropdown:hover .dropdown-content {
    display: block;
}

#top_text1{
    margin-top: 40px;
    font-size: 2.5em;
    display: table;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: left;
    margin-left: 1.25em;
    margin-bottom: 0;
}

#top_text2{
    margin: 0;
    font-size: 2.5em;
    display: table;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: left;
    margin-left: 1.25em;
}

#top_p{
    margin-top: 20px;
    font-size: 1.25em;
    margin-left: 2.5em;
    text-align: left;
}

.on_hero{
    text-align: right;
    padding-right: 80px;
}

.CTA_btnBlue{
    width: 210px;
    justify-content: flex-end;
    margin-top: 8px;
    display: inline-block;
    cursor: pointer;
}

/* ==============================
   5. メインセクション
============================== */
main section {
    justify-content: center;
    width: 100%;
}  

main section h3 {
    font-size: 1.8rem;
    margin-bottom: 40px;
    color: var(--main-color);
    font-weight: bold;
    text-align: left;
    margin-left: 5rem;
}

main section h4 {
    font-size: 1.4rem;
    /* margin-top: 20px; */
    margin-bottom: 24px;
}

main section h5, main section p {
    font-size: 1rem;
    /* margin-bottom: 15px; */
}

.bc_yellow2{
    margin-top: 120px;
}

#sonae{
    display: flex;
    justify-content: space-evenly;
}

#sonae_title{
    margin-bottom: 0;
}

.card{
    border: 1px solid #ccc;
    padding: 16px;
    border-radius: 8px;
    max-width: 320px;
    margin-top: 24px;
}

.card img{
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.card h5{
    text-align: left;
}

.bc_yellow1{
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.wrapper_yl{
    background-image: url(../images/bg_yellow.jpg);
    background-position: cover; 
    width: 100%;
    padding-bottom: 400px;
    background-repeat: no-repeat;
    height: 120%;
}

html, body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

#img_keizoku, #img_BCP{
    width: 100%;
    height: auto;
    max-width: 600px;
}

img{
    border-radius: 20px;
}

#top_bcp_imgs{
    display: flex;
    width: 40%;
    margin-top: -120px;
}

.top_bcp_title{
    margin-bottom: 80px;
}

#top_bcp_txt{
    margin-top: 0;
}

#top_bcp_txt_img{
    display: flex;
    justify-content: space-evenly;
}

#top_bcp_txt h4{
    margin-top: 80px;
    margin-bottom: 48px;
}

#lines4{
    padding-left: 2rem;
    margin-bottom: 40px;
}

#img_BCP{
    z-index: 1;
}

#img_keizoku{
    padding-top: 320px;
    margin-left: -480px;
    z-index: 0;
}

#bcp_text{
    padding-top: 80px;
}

#topP_BCP{
    margin-top: -80px;
    z-index: 0;
}

#kazari_BCP{
    display: block;
    justify-content: center;
    margin-top: 24px;
    margin: 2rem auto;
    height: auto
}

#sec_top_hojokin{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin-bottom: 3rem;
}

#kourousyou img{
    display: block;
}

.sec_topP_hojokin{
    margin-top: 120px;
}
.sec_topP_hojokin h3{
    margin-bottom: 5rem;
}

.hojokin_img{
    box-shadow: 0 4px 10px 4px rgba(0,0,0,0.2);
}

.sec_topP_ESsugg{
    justify-content: center;
    align-items: flex-start;
    background-image: url(../images/sec_machine_bcimg_sh.jpg);
    padding-bottom: 4rem;
    padding-top: 180px;
    margin-bottom: 4rem;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
    overflow: visible;
}

.sec_topP_ESsugg h3{
    margin-bottom: 80px;
}

.pv_wind, .air_gas{
    display: flex;
    align-items: flex-start;
    justify-content: space-evenly;
    gap: 1rem;
    margin-bottom: 120px;
}

.B_CTA-B{
    display: flex;
    margin-bottom: 80px;
    align-items: flex-start;
    justify-content: space-evenly;
}

.buttery img{
    width: 580px;
}

.topP_CTA_B{
    display: flex;
    width: 580px;
    min-height: 315px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
}

#cta_b_bl{
    height: 15rem;
}

.jirei{
    position: relative;
    margin-top: 40px;
}

.jirei_row1, .jirei_row2 {
    display: flex;
    margin-bottom: 80px;
    justify-content: space-evenly;
}

.jirei_row3{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.jirei_bc{
    background-image: url(../images/sec_jirei_bcimg.jpg);
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    /* margin-top: 80px; */
    padding-bottom: 120px;
}

.jirei_bc h3{
    margin-bottom: 80px;
}

.row3_1, .row3_2{
    width: 430px;
    height: auto;
    text-align: center;
}

#ForaB{
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translateX(-50%);
    width: 90vw;
    max-width: 1400px;
    z-index: 100;
}

.flow{
    padding-top: 10rem;
    background-image: url(../images/flow_bc_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.flow h3{
    margin-bottom: 4rem;
}

#flow_box{
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.line{
    display: flex;
    position: relative;
    width: 80%;
    max-width: 60rem;
    height: 6rem;
    margin: 0 auto;
    margin-bottom: 0;
    align-items: center;
    background-color: #ffffff;
    border-radius: 50px;
    align-self: center;
    justify-content: space-evenly;
} 

.top_flow_text{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    gap: 0.7rem;
}

.flow1_title{
    font-weight: bold;
    margin: 0 4rem;
    justify-content: flex-start;
    flex: 2;
    text-align: left;
}

.flow1_title p{
    margin-bottom: 0;
    font-size: larger;
}

.setumei{
    margin: 0 4rem;
    flex: 4;
    text-align: left;
}

.setumei p, #zeroenn{
    margin-bottom: 0;
    font-size: larger;
}

.arrow{
    width: 10%;
}

#hiyou0{
    margin-top: 80px;
}

#text_hiyou0{
    position: relative;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 8rem;
    width: 100%;
    margin: 0 auto;
}

#text_hiyou0::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 65%;
    bottom: 1rem;
    width: 30%;
    height: 2.5em;
    transform: translateX(-50%);
    background-image: url(../images/freehand_underline2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#zeroenn{
    position: relative;
}

#zeroenn::after{
    content: "";
    position: absolute; 
    left: 0;
    margin-left: 220px;
    /* transform: translateX(-50%); */
    /* bottom: 100%; */
    width: 110%;
    height: 12px;
    bottom: -12px;
    transform: translateX(-50%);
    background: url(../images/wave_underline.svg) no-repeat center / contain;
    background-size: cover;
}

#saitaku::after{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    right: auto;
    bottom: -0.8em;
    width: 100%;
    height: 6em;
    background-image: url(../images/maru_or2.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateX(1.5rem);
    vertical-align: middle;
}

#sekou::after{
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    right: auto;
    bottom: -3.5em;
    width: 100%;
    height: 13em;
    background-image: url(../images/freehand_arrow1.png);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateX(8rem);
}

.topP_CTA_B_or{
    text-align: center;
    margin-top: 5rem;
    margin-bottom: 12rem;
}

#cta_b_flow{
    margin-top: 10rem;
    margin-bottom: 12rem;
}

#aboutES_box{
    display: block;
    align-self: center;
    background-image: url(../images/ES_bg.png);
    background-repeat: no-repeat;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 100px;
    margin: 0 auto;
}

#aboutES_box h3{
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 1rem;
    height: auto;
}

#aboutES{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
}

#about_text{
    width: 50%;
    height: 80%;
    padding-left: 8rem;
}

#suzuki_paint{
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
    margin-top: -2rem;
    text-align: center;
}

#about_text p{
    font-size: large;
    margin-bottom: 1rem;
}

#suzuki_name{
    margin-left: 0.5rem;
    margin-top: -1.8rem;
    z-index: 1;
    font-weight: bold;
}

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

#cta_text{
    margin-top: -12rem;
    font-size: larger;
}

#cta_b_topP_last{
    margin-top: 6rem;
    margin-bottom: 15rem;
}



/* =========================
contact.html
========================= */
#contact{
    display: block;
    width: 70%;
    margin: 0 auto;
}

#contact h3{
    margin-top: 4rem;
    margin-bottom: 1rem;
    margin-left: 1rem;
}

#contact p{
    margin-top: 0.5rem;
    margin-bottom: 4rem;
}

::placeholder{
    color: #aaa;
    font-size: 1rem;
}

#contact_main{
    width: 100%;
}

.form-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ddd;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 1rem;
}

.form-table td {
    padding: 12px 10px;
    width: 70%;
    text-align: start;
}

.form-table th {
    padding: 12px 10px;
    width: 30%;
    text-align: center;
    font-weight: normal;
    font-size: large;
    white-space: nowrap;
    vertical-align: middle;
}

.form-table input,
.form-table textarea {
    width: 100%;
    padding: 8px 10px;
    font-size: 16px;
    box-sizing: border-box;
}

.form-table th {
    background: #f7f7f7;
}

.form-table tr:not(:last-child) th,
.form-table tr:not(:last-child) td {
    border-bottom: 1px solid #ddd;
}

.form-table th label {
    line-height: 1.6;
    display: inline-block;
    align-items: center;
}

.form-table textarea {
    vertical-align: top;
    text-align: start;
}

#contact_main h4{
    margin-top: -2rem;
    margin-bottom: 2rem;
}

#img_family{
    display: block;
    margin-left: auto;
    margin-bottom: 0;
}

#send_b{
    display: inline-block;
    color: #ffffff;
    width: 100%;
    height: 60px;
    text-align: center;
    font-size: larger;
    margin-bottom: 6rem;
    background-image: url(../images/send_b_palebl.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px 60px;
    line-height: 60px;
}

#con_p1{
    margin-left: 2rem;
}

#contact_children{
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5rem;
}
/*
=========================
   thanks.html
============================== */
/* 共通 */
body {
    margin: 0;
    font-family: "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
    color: #222;
    line-height: 1.9;
}

/* ヘッダー */
.header {
    background: #7eefff;
}

.header-inner {
    width: 90%;
    margin: 0 auto;
    padding: 16px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo img {
    height: 48px;
}

.logo-text {
    font-size: 14px;
}

.nav a {
    margin-left: 24px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
}

/* メイン */
.thanks {
    background: #fff;
    padding: 80px 0 40px;
}

.thanks-inner {
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.thanks-text {
    width: 60%;
}

.thanks-text .lead {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
}

.thanks-text p {
    margin-bottom: 28px;
}

.thanks-text .note {
    font-size: 14px;
    margin-top: 40px;
}

/* 右側イラスト */
.thanks-image {
    width: 35%;
    text-align: right;
}

.thanks-image img {
    max-width: 100%;
}

#return_toindex{
    text-align: center;
    background-image: url(../images/return_b_paleor.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    color: #ffffff;
    text-decoration: none;    
    line-height: 60px;
    display: inline-block;
    height: 60px;
    width: 100%;
    margin-top: 5rem
}

/* 装飾 */
.thanks-decoration {
    text-align: center;
    margin: 5rem 0 5rem;
}

.thanks-decoration img {
    max-width: 80%;
}

/* フッター */
.footer {
    background: #7eefff;
    text-align: center;
    padding: 24px 0;
    font-size: 14px;
}

.footer .copy {
    margin-top: 4px;
}


/* ==============================
   7. フッター
============================== */
footer {
    background-color: #2FE9FB;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}