body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #ffffff;
}

header {
    background: #ffffff;
    color: #000000;
    padding: 20px 0;
    text-align: center;
}

header .logo img {
    width: 100px;
}

header nav ul {
    list-style: none;
    padding: 0;
}

header nav ul li {
    display: inline;
    margin: 0 15px;
}

header nav ul li a {
    color: #000000;
    text-decoration: none;
}

title{
    color: #000000;
}

h1{
    background: #ff8c00;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 34px;
}


span{
    background: #ffffff;
    padding-right: 2%;
    padding-left: 4%;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
}

.company-philosophy {
    background: #dde8f1;
    width: 100%;
    margin: auto 0;
    overflow: hidden;
    padding-top: 5%;
    padding-bottom: 5%;
    text-align: center;
}

.pillar {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
    color: #767676;
}

.pillar h2 {
    color: #000000;
    text-align: left;
    padding: 3%;
}

.pillar a{
    bottom: 20%;
}

.pillar img {
    margin-left: 50%;
    max-width: 300px;
}

.subtitle img{
    display:flex;
    text-align:left;
    margin-left: 8%;
    padding-top: 4%;
    width:80%;
    max-width: 600px;
}

.subtitle2 img{
    display:flex;
    text-align:left;
    margin-left: 8%;
    padding-top: 4%;
    padding-bottom: 3%;
    width:80%;
    max-width: 700px;
}

footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 100px ;
}

@media (max-width: 600px) {
    header nav ul li {
        display: block;
        margin: 10px 0;
    }

    .mascot img {
        max-width: 100px;
    }

    .h2 img {
        max-width: 10px;
    }
}

header {
    display: flex;
    height: 10%;
    background-color: rgb(255, 255, 255);
    align-items: center;
    padding:30px;
  }
   
  .title {
    margin-right: auto;
  }
   
  .dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 30%;
    position: absolute;
    top:  86.35px;
    right: 30px;
}
.gnavi__list:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
.dropdown__list {
    background-color: #004d80;
    line-height: 0px;
    transition: all .3s;
    position: relative;
}

.dropdown__list {
    padding-bottom: 1px;
    border-bottom: 1px solid #ffffff;
  }

.dropdown__list:not(:first-child)::before{
    content: "";
    width: 100%;
    height: 1px;
    background-color: #3492d1;
    position: absolute;
    top: 0;
    left: 0;
}
.dropdown__list:hover {
    background-color: #003558;
}
.dropdown__list a {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.dropdown__list a::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 30px;
    top: calc(50% - 5px);
}

li{
    list-style:none
}

ul{
    padding-left:0
}

.gnavi__list a{
    background-color: #003558;
    padding: 30px;
    color: #ffffff;
}


header img{
    width: 300px;
}

.logo img{
    width: 20%;
}

