@charset "UTF-8";

html {
    scroll-padding-top: 70px;
    scroll-behavior: smooth;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
}

.mv {
    background: url(../images/main2.jpg) no-repeat center / cover;
    padding-bottom: 500px;
    padding-top: 500px;
    width: 100%;
    opacity: .7;
    position: relative;
}

.mv p {
    font-size: 96px;
    font-style: oblique;
    font-weight: 700;
    position: absolute;
    top: 20%;
    left: 25%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #00f;
    margin: 0;
    padding: 0;
}

.mv2 {
    background: url(../images/foot1.jpg) no-repeat center / cover;
    padding-bottom: 500px;
    padding-top: 500px;
    width: 100%;
    opacity: .7;
    position: relative;
}

.mv2 p {
    font-size: 96px;
    font-style: oblique;
    font-weight: 700;
    position: absolute;
    top: 80%;
    left: 75%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #00f;
    margin: 0;
    padding: 0;
}

.tool1 img {
    width: 100%;
}

.tool1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 50%;
    padding: 30px 0;
}

.tool1 p {
    text-align: center;
    padding-top: 15px;
    font-size: 48px;
}

.tool1-1 {
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    border: 1px solid #ccc;
    border-top: 13px solid #1c66fe;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
    margin: 2em 0;
    padding: 2em;
}

.tool1-2 {
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    border: 1px solid #ccc;
    border-top: 13px solid #1c66fe;
    border-left: 13px solid #1c66fe;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
    margin: 2em 0;
    padding: 2em;
}

.tool1-3 {
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    border: 1px solid #ccc;
    border-top: 13px solid #1c66fe;
    border-left: 13px solid #1c66fe;
    border-bottom: 3px solid #1c66fe;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
    margin: 2em 0;
    padding: 2em;
}

.tool1-5 {
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    border: 1px solid #ccc;

    border: 13px solid #00f;

    margin: 2em 0;
    padding: 2em;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset;
}

.tool1-6 {
    background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    border: 1px solid #ccc;
    margin: 2em 0;
    padding: 2em;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1) inset;
    border: 13px solid #00f;
    border-radius: 240px 15px 85px 15px / 15px 200px 15px 185px;
}

.head1 {
    display: flex;
    justify-content: right;
    font-size: 20px;
    width: 100%;
    background-color: #000000;
    z-index: 999;
    padding: 20px 0;
}

a {
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
    opacity: .7;
    display: block;
}

.head1 li {
    border-right: 1px solid black;
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.face1 {
    display: flex;
    opacity: .7;
}

.face1 img {
    width: 20%;
}

.intro1 {
    display: flex;
    padding: 10px 0;
    gap: 70px;
}

.title {
    font-size: 20px;
    padding-bottom: 20px;
}

.desc10 {
    font-size: 16px;
    padding-bottom: 10px;
}

.describe {
    width: 500%;
}

.describe h1 {
    padding-bottom: 20px;
    text-align: center;
    font-size: 20px;
}

.describe p {
    padding-bottom: 20px;
    padding-left: 20px;
}
.face1 {
  filter: sepia(1) brightness(1.5); 
  filter: hue-rotate(210deg); 
}
.dec11 p {
    font-size: 96px;
    text-align: center;
    padding: 20px 0;
}
@media screen and (max-width:767px) {

.mv p {
    font-size: 36px;
    font-style: oblique;
    font-weight: 700;
    position: absolute;
    top: 20%;
    left: 25%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #00f;
    margin: 0;
    padding: 0;
}

.mv2 p {
    font-size: 36px;
    font-style: oblique;
    font-weight: 700;
    position: absolute;
    top: 20%;
    left: 25%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #00f;
    margin: 0;
    padding: 0;
}
.intro1 {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    gap: 30px;
}
.head1 {
    display: flex;
    justify-content: right;
    flex-direction: column;
    font-size: 20px;
    width: 100%;
    background-color: #000000;
    z-index: 999;
    padding: 20px 0;
}
}