*{
    margin:0;
}

p{
    font-size: 22px;
    color: #68604b;
}

h2{
    font-size: 30px;
    font-weight: bold;
    color: #68604b;
}

h3{
    font-size: 30px;
    font-weight: bold;
}

button{
    font-size: 14px;
    font-weight: bold;
}


/* ヘッダー */

/* コンテンツ */

header{
    width: 100%;
    height: 50px;
    /*background-color: red;*/
    display: flex;
    align-items: center;
}

main{
    width: 1024px;
    height: auto;
    margin: 0 auto;
    /*background-color: green;*/
}

.logo{
    width: 30%;
    align-items: center;
    text-align: center;
    display: block;
    margin-left: 350px;
}


/* メイン */
.main_visual{
    /*border: solid 2px;*/
    /*margin-left: 70px;*/
    /*margin-left: 30px;
    margin-right: 30px;*/
    margin-bottom: 30px;
    background-image: url(./images/water_main_top.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 30%;
}

.main_visual_h1 {
    font-size: 50px;
    box-decoration-break: clone;
    line-height: 1.9;
    display: inline-block;
    margin-top: 130px;
    padding:25px 20px;
    -webit-box-decoration-break: clone;
    color: #F4F9FA;
    width: fit-content;
    line-height: 1.5;
    /*display: none;*/
}
/*.main_visual h1 span{
    background-color:#00b4ed;
}*/

.main_visual h1 {
    background-color:#00b4ed;
    background-color: rgba(5, 229, 254, 0.562);
}

.site_info{
    margin-top: 60px;
    /*background-color: #F4F9FA;*/
    width: fit-content;
    font-weight:bold;
    background-color: rgba(255, 255, 255, 0.562);
    /*display: none;*/
    
}

.site_info1{
    /*background-color: #F4F9FA;*/
    background-color: rgba(255, 255, 255, 0.562);
    width: fit-content;
    font-weight:bold;
    /*display: none;*/
}

.site_info2{
    /*background-color: #F4F9FA;*/
    background-color: rgba(255, 255, 255, 0.562);
    width: fit-content;
    font-weight:bold;
    /*display: none;*/
}

.site_info3{
    /*background-color: #F4F9FA;*/
    background-color: rgba(255, 255, 255, 0.562);
    width: fit-content;
    font-weight:bold;
    /*display: none;*/
}

.pj_member{
margin-top: 15px;
margin-bottom: 160px;
/*background-color: #F4F9FA;*/
background-color: rgba(255, 255, 255, 0.562);
width: fit-content;
font-weight:bold;
/*display: none;*/
}
.site_info4{
    margin-top: 60px;
    /*background-color: #F4F9FA;*/
    width: fit-content;
    font-weight:bold;
    background-color: rgba(255, 255, 255, 0.562);
    display: none;
    
}

.site_info5{
    /*background-color: #F4F9FA;*/
    background-color: rgba(255, 255, 255, 0.562);
    width: fit-content;
    font-weight:bold;
    display: none;
}

.site_info6{
    /*background-color: #F4F9FA;*/
    background-color: rgba(255, 255, 255, 0.562);
    width: fit-content;
    font-weight:bold;
    display: none;
}

.site_info7{
    /*background-color: #F4F9FA;*/
    background-color: rgba(255, 255, 255, 0.562);
    width: fit-content;
    font-weight:bold;
    display: none;
}

.pj_member2{
    margin-top: 15px;
    margin-bottom: 60px;
    /*background-color: #F4F9FA;*/
    background-color: rgba(255, 255, 255, 0.562);
    width: fit-content;
    font-weight:bold;
    display: none;
    }


/* コンセプト */
.concept{
    /*border: solid 2px;*/
    /*margin-left: 70px;*/
    margin: 50px;
    background-color: #F4F9FA;
}

.concept h2{
    font-size: 40px;
}
.concept p{
    margin-bottom: 50px;
    margin-left: 10px;
    color: #68604b;
}


.sub_title{
    font-size: 30px;
    font-weight: bold;
    display: inline-block;
    /*background-color: #618bb39f;*/
    margin-bottom: 60px;
}


/* プロセス */
.process{
    /*margin: 50px;*/
    background-color: #F4F9FA;
    display: flex;
    justify-content: space-between;
}
.process2{
    padding: 31px;
    
}
.process3{
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 20px;
    
}


.process h2{
    background-color: #00b4ed;
    color: #F4F9FA;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 10px 5px 10px;
    display:block;
}


.process p{
    margin-bottom: 20px;
    width: 250px;
    padding: 0px 10px;
}

.process button{
    /*margin-left: 5px;*/
    width: 260px;
    padding: 5px 5px 5px 0px;
    color: #00b4ed;
    border-radius: 50px;
    border-color: #00b4ed;
    border: solid 3px;
    display: block;
    cursor: pointer;
}
.article_p{
    font-size: 15px;
    font-weight: bold;
    color: #68604b;
}

.process_h2{
    font-size: 20px;
    font-weight: bold;
    color: #68604b;
    text-align: center;
}

.carrer_button {
    margin-left: 30px;
    margin-top: 40px;
    margin-bottom: 50px;
    width: 250px;
    padding: 5px 5px 5px 0px;
    color: #F4F9FA;
    background-color: #00b4ed;
    border-radius: 50px;
    border-color: #00b4ed;
    border: solid 3px;
    cursor: pointer;
}
.carrer_button:hover{
    background-color: violet;
    color: black;
    opacity: 0.8;
   }

.carrer_button2 {
    margin-left: 30px;
    margin-bottom: 30px;
    width: 270px;
    padding: 5px 5px 5px 0px;
    color: #F4F9FA;
    background-color: #00b4ed;
    border-radius: 50px;
    border-color: #00b4ed;
    border: solid 3px;
    cursor: pointer;
}
.carrer_button2:hover{
    background-color: violet;
    color: black;
    opacity: 0.8;
   }

.carrer_button3 {
    margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 250px;
    padding: 5px 5px 5px 0px;
    color: #F4F9FA;
    background-color: #00b4ed;
    border-radius: 50px;
    border-color: #00b4ed;
    border: solid 3px;
    cursor: pointer;
}
.carrer_button3:hover{
    background-color: violet;
    color: black;
    opacity: 0.8;
   }

/* イントロデュユース */
.interview{
    margin: 20px;
}

.card{
    background-color: #F4F9FA;
    /*background-color: #f70808;*/
    margin:20px;
    display: flex;
}

.card2{
    background-color: #F4F9FA;
    margin:20px;
    display: flex;
}

.card_left2{
    margin-right: 70px;
    text-align: center;
}

.img_socailimpact{
    width: 300px;
}

.img_socialart{
    width: 300px;
}

.nakano_introduction{
    font-size: 15px;
    text-align: center;
}

.carrer{
    font-size: 20px;
    color:#00b4ed;
    font-weight: bold;
}
.carrer_p{
    font-size: 20px;
    text-align: left;
    /*margin-left: 60px;*/
    padding-left: 60px;
    /*margin-bottom: 60px;*/
    width: 500px;
}

.introduce h3 {
    color:#68604b
}

.card1{
    width: 250px;
    margin-top: 40px;
    margin-left: 30px;
}

.card_left{
margin-right: 70px;
text-align: center;
}

/*.interview{
    border: solid 2px;
}*/
.h2_concept {
    color:#68604b; 
    font-family: serif;
    font-size: 50px;
}

.jp2 {
    font-size: 34px;
    padding-left: 30px;
    background-color:#F4F9FA;
}

.interview_p {
    margin-left: 30px;
}

.nakano_h3 {
    font-size: 25px;
    margin-left: 30px;
    padding: 7px;
    background-color: #00b4ed;
    color: #F4F9FA;
    display: inline-block;
}

.blue_p {
    color: #00b4ed;
    font-weight: bold;
    font-size: 18px;
    padding-left: 30px;
    padding-right: 15px;
}

.black_p {
    font-size: 18px;
    padding-left: 30px;
    padding-right: 15px;
}

img.water {
    width: 300px;
    height: 400px;
    margin: auto;
    display: block;
}

.send2{
    /*border-radius: 100px;
    display: block;
    width: 200px;
    padding: 15px;
    box-sizing: border-box;
    background: #206cf8;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin: auto;*/
    padding: 1rem;
    border: 3px solid #00c6ff;
    border-radius: 1rem;
    cursor: pointer;
    background-image: radial-gradient(circle at 40% 0, #999 0%, #999 70%, #00c6ff 70%, #00c6ff 100%);
    background-size: 100% 400%;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    color: #fff;
    font-size: 1rem;
    transition: all 1.5s;
}

.send2:hover {
    background-position: 50% 100%;
}

footer {
    margin-top: 80px;
    height: 120px;
    background-color: #8AB3DC;
    /*text-align: center*/;
}

.footer_container{
    display: flex;
}

footer p {
    color: white;
    font-size: 16px;
    padding-top: 40px;
    padding-left: 30px;
}

footer img {
    width: 100px;
    padding-top:10px;
}

.pp {
    color: #fff;
}

.java {
    text-align: center;
}

/*以下からレスポンシブ対応になります*/

@media(max-width: 768px) {
  /* ベースとなるリセットスタイル */
*{
    box-sizing: border-box;
    margin:auto;
    padding:0;
    max-width: 100%;
}

main{
    width: 100%;
    padding: 0 10px;
  }

/* ヘッダー */
header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: #fff;
}

.logo {
    width: 100%;
    height: 350%;
    object-fit: contain;
    margin-left: 0px;
}

/* メインビジュアル */
.main_visual {
    background-image: url(./images/water_main_top_sp.jpg);
    text-align: center;
    padding: 10px;
    background-size: cover;
    background-position: center;
}

.site_info{
    /*background-color: #F4F9FA;*/
    background-color: rgba(255, 255, 255, 0.562);
    display: none;
    
}

.site_info1{
    /*background-color: #F4F9FA;*/
    background-color: rgba(255, 255, 255, 0.562);
    display: none;
}

.site_info2{
    /*background-color: #F4F9FA;*/
    background-color: rgba(255, 255, 255, 0.562);
    display: none;
}

.site_info3{
    /*background-color: #F4F9FA;*/
    background-color: rgba(255, 255, 255, 0.562);
    display: none;
}

.pj_member{
    margin-top: 15px;
    margin-bottom: 0px;
    background-color: rgba(255, 255, 255, 0.562);
    display: none;
}

.site_info4{
    margin-top: 60px;
    /*background-color: #F4F9FA;*/
    width: fit-content;
    font-weight:bold;
    background-color: rgba(255, 255, 255, 0.562);
    text-align: center;
    font-size: 18px;
    display: block;
    color:#00b4ed;
    
}

.site_info5{
    /*background-color: #F4F9FA;*/
    background-color: rgba(255, 255, 255, 0.562);
    width: fit-content;
    font-size: 18px;
    font-weight:bold;
    text-align: center;
    display: block;
    color:#00b4ed;
}

.site_info6{
    /*background-color: #F4F9FA;*/
    background-color: rgba(255, 255, 255, 0.562);
    width: fit-content;
    font-size: 18px;
    font-weight:bold;
    text-align: center;
    display: block;
    color:#00b4ed;
}

.site_info7{
    /*background-color: #F4F9FA;*/
    background-color: rgba(255, 255, 255, 0.562);
    width: fit-content;
    font-size: 18px;
    font-weight:bold;
    text-align: center;
    display: block;
    color:#00b4ed;
}

.pj_member2{
    margin-top: 15px;
    margin-bottom: 60px;
    /*background-color: #F4F9FA;*/
    background-color: rgba(255, 255, 255, 0.562);
    width: fit-content;
    font-size: 15px;
    font-weight:bold;
    text-align: center;
    display: block;
    color:#00b4ed;
    }


/* プロセスセクション */
.process {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
    flex-direction: column;
}

.process h2 {
    border: none;
    text-align: center; 
    margin-bottom: 20px;
    /*margin: 0px 50px;*/
    display:block;
}

/*.article_p {
    margin: 0px 50px; 
}*/

.process button{
    /*margin: 0px 50px;*/
    display:block;
}

.process2 {
    flex: 1 1 30%;
    padding: 20px 0px 5px 5px;
    background-color: #f9f9f9;
    /*background-color: #f70808;*/
    border-radius: 8px;
    /*width: 100%;*/
}

.process2, .card_left, .card_right {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }

  .main_visual h1 {
    font-size: 27px;
    margin-top: 30px;
    margin-bottom: 300px;
  }

/* イントロデュースセクションのカード */
.card {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    margin: 10px 0;
}

.card2 {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    margin: 10px 0;
}

.card1{
    width:500px;
    margin: 0;
}

.img_socailimpact{
    width: 500px;
}

.img_socialart{
    width: 500px;
}
.card2 img {
    max-width: 100%;
    height: auto;
    margin-top: 30px;
}

.card_left, .card_right {
    flex: 1 1 50%;
}

.card_left{
    margin-right: 0px;
}
.card_left2 {
    text-align: center;
    margin-right: 5px;
}



.card_right {
    text-align: center;
    /*margin-left: 20px;*/
}

.card_right2 {
    text-align: center;
    /*margin-left: auto;*/
}

.carrer_button {
    margin-top: 40px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.carrer_button2 {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.carrer_button3 {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
}


.interview{
    margin: 10px 0;
}

.nakano_h3 {
    margin-left: 15px;
    margin-right: 15px;
}


.carrer_p {
    /*margin-left: 5px;*/
    /*margin-bottom: 30px;*/
    padding-left: 0px;
}

h2, h3 {
    font-size: 24px;
  }


  p, .article_p, .carrer_p {
    font-size: 15px;
    color: black;
  }

.send2{
    border-radius: 100px;
    display: block;
    width: 200px;
    padding: 15px;
    box-sizing: border-box;
    background: #206cf8;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin: auto;
}

.blue_p {
    padding-left: 15px;
}

.black_p {
    padding-left: 15px;
}


/* フッター */
footer {
    text-align: center;
    color: #fff;
}

footer p {
    color: white;
    font-size: 16px;
    padding-top: 10px;
    padding-left: 10px;
}

footer img {
    width: 100px;
    padding-top:10px;
}

}