@charset "UFT-8";
html {
    font-size: 62.5%;
}
body{
    font-family: "HG丸ｺﾞｼｯｸM-PRO","Hiragino Sans","メイリオ",
    "Hiragino Kaku Pro",
    "Hiragino Kaku Gothic Pron",
    "Meiryo","sans-serif";

    

    font-size: 1.4rem;
    
}
/*ヘッダー（上）*/
.speace {
    /*background-color: black;*/
    width: 100%;
    height: 2rem;
    background: linear-gradient(to right, black,rgba(29, 20, 77, 0.5));
}
.headergaiyou ul  {
    /*background-color: black;*/
    background: linear-gradient(to right, black,rgba(29, 20, 77, 0.5));
    width: 100%;
    height: 40px;
}
.headergaiyou ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    /*margin-bottom: 0px;
    width: 12%;*/
}
.headergaiyou ul img {
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 25%;
    height: auto;
}
.headergaiyou ul li{
    font-size: clamp(0.6rem,2vw,1.8rem);
    text-align: center;
    color: #fff;
    width:16%;
    border-right: 2px solid #fff;
}
.headergaiyou ul li:nth-child(2){
    border-left: 2px solid #fff;
}
.header-img {
    width: 100%;
}


/*サービス事業内容*/
.h1 {
    font-size: clamp(16px,3vw,40px);
    margin-top: 0;
    margin-bottom: 0px;
}
.h2 {
    font-size: clamp(25px,9px + 3vw,55px);
    /*margin-top: clamp(16px,3vw,40px);*/
    margin-bottom: clamp(16px,3vw,40px);
    text-decoration-line: underline;
   
}
.syoukai {
    font-size: clamp(16px,3vw,40px);

}
h3 {
    
    text-align: center;
    width: 100%;
    font-size: clamp(16px,3vw,40px);
}
h2 {
    /*display: inline-block;*/
    text-align: center;
    width: 100%;
    /*height: clamp(32px,4vw,60px);*/
    color: #fff;
    padding: clamp(16px,3vw,40px);
    background: linear-gradient(to right, black,rgba(29, 20, 77, 0.5));
}
.service {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
}
.service {
    margin-top: clamp(16px,3vw,20px);
    margin-bottom: clamp(20px,3vw,30px);
}
.syoukai {
    width: 32%;
    height: auto;
    padding: 0,2rem;

}
.Youtube {
    margin: auto;
}

.douga {
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
}
h4 {
    text-align: center;
    font-size: clamp(16px,3vw,40px);
}
.inquiry {
    border: 1.5px solid #aaa;
    padding: 20px 20px;
    
}
.title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.form {
    width: 460px;
    margin: 0 auto;
}
.item {
    overflow: hidden;
    margin-bottom: 10px;

}
.labe {
    text-align: left;
    margin-right: 20px;
    width: 180px;
    border-left: 3px solid #650505;
    padding-left: 10px;
}

.inquiry .item {
    display: flex;
    width: 450px;
    align-items: center;
    justify-content: center;

} 
.inputs  {
    float: right;
    width: 300px;
    height: 50px;
}

textarea {
    height: 200px;
    width: 200px;
}
.button-area {
    text-align: left;
    padding: 10px 20px;
    font-size: 100px;
    font-weight: bold;
}
.pp_link {
    margin-top: 10px;
    text-align: right;
}
.copy {
    width: auto;
    margin-top: auto;
    text-align: center;
    background: #d3e9cb;
    font-size: 4px;
    padding: 4px 0 1px;
}
