@charset "UTF-8";

.container {
    width: 100%;
    margin: 0 auto;
    background-image: url(../img/bg.png);
    background-size: cover;
}

.header {
    width: 100%;
    height: 100px;
    display: flex;
    margin: 0 auto;
}

.header1 {
    width: 20%;
    padding-top: 15px;
}

.header1 img {
    width: 100%;
}

.header2 {
    width: 50%;
    margin-left: 30%;
    padding-top: 30px;
}

.header2 ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
}

.header2 a {
    text-decoration: none;
    color: #735202;
    font-weight: bolder;
}

.header2 a:hover {
    color: aqua;
}

.header2 img {
    width: 25px;
}

h1 {
    color: #735202;
    font-size: 80px;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.flow {
    width: 100%;
    text-align: center;
    padding-bottom: 100px;
}

.flow h2 {
    color: #735202;
    font-size: 36px;
    padding-top: 50px;
    padding-bottom: 100px;
}

.flow1 {
    width: 20%;
    display: flex;
    justify-content: space-around;
    margin-left: 10%;
}

.flow img {
    width: 100%;
    padding-left: 20px;
    border-radius: 50%;
    object-fit: cover;
}

.tool {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 200px;
}

.tool h2 {
    color: #735202;
    font-size: 36px;
    padding-top: 50px;
    padding-bottom: 100px;
}

.tool ul {
    color: #735202;
    font-size: 20px;
    list-style: none;
    display: flex;
    justify-content: center;
    line-height: 2;
    padding-bottom: 30px;
}
