@charset "utf-8";

body {
    min-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #464646;
    font-family: "ヒラギノ角ゴ ProN W3", "Yu Gothic" "meiryo";
}


#header {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 3%;
}

#header #nav ul{
   display: flex
}

.bar {
    padding: 10px;
    color: #464646;
    text-decoration: none;
    font-size: 14px;
}

.bar:hover {
    text-decoration: none;
    border-bottom: 2px solid pink;
    color: black;
}

#mainvisual img {
    width: 100%;
    margin-top: 2%;
}

#mainvisual {
    position: relative;
    overflow: hidden;
    max-height: 600px;
}

#mainvisual .text {
    position: absolute;
    color: black;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    background:white;
    opacity: 0.7;
    padding: 23px 15px;
    width: 55%;
    text-align: center;
}

.text1 {
    font-size: 38px;
    margin-bottom: 24px;
}

.text2 {
    font-size: 26px;
}

.kit {
    background-color: white;
    margin: 0 auto;
    margin-bottom: 4%;
}

h1 {
    font-size: 30px;
    text-align: center;
    margin: 3% 0;
}

.kit2 {
    display: flex;
    width: 80%;
    margin: 0 auto;
}

.item {
    width: 32%;
    display: block;
    padding: 0 10px;
}

.item img {
    width: 100%;
    vertical-align: bottom;

}

.moji {
    padding: 24px 24px 18px 24px;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
}

.iro {
    padding: 0 3% 12% 17%;
    line-height: 20px;
    font-size: 13px;
    color: #ffffff;
}

.blue {
    background-color: #4b69c1;
}

.pink {
    background-color: #de5b83;
}

.green {
    background-color: #61c163;
}


.customer1 {
    background-color: #4b69c1;
    padding: 28px 0;
}

.customer2 {
    background-color: #de5b83;
    padding: 28px 0;
}

.imagephoto {
    width: 30%;
    text-align: center;
}

.voice {
    width: 70%;
    color: white;
}

.title {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    padding: 20px 274px;

}

.titleb {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 222px;
}

.voice h3 {
    font-size: 26px;
    padding-bottom: 10px;
}

.voice p {
    font-size: 11px;
    line-height: 20px;
}

.pc2 {
    padding-left: 146px;
}

.tel1 {
    padding-left: 28px;
}

.color img {
    width: 100%;
    margin-bottom: -8%;
}

.color {
    position: relative;
    overflow: hidden;
}

.indexa {
    position: absolute;
    color: black;
    top: 31%;
    left: 35%;
    transform: translate(-50%, -50%);
    background: #e7e7e7;
    padding: 26px 30px 56px 30px;
    width: 22%;
    height: 16%;
    border-radius: 4%;
}

h4 {
    text-align: center;
    padding: 0 6px;
    font-size: 24px;
    margin-bottom: 20px;
}

.index1 {
    padding: 1px;
    font-size: 20px;
}

.indexb {
    position: absolute;
    color: black;
    top: 31%;
    left: 65%;
    transform: translate(-50%, -50%);
    background: #e7e7e7;
    padding: 26px 30px 56px 30px;
    width: 22%;
    height: 16%;
    border-radius: 4%;
}

.indexc {
    position: absolute;
    color: black;
    top: 70%;
    left: 35%;
    transform: translate(-50%, -50%);
    background: #e7e7e7;
    padding: 20px 30px 56px 30px;
    width: 22%;
    height: 16%;
    border-radius: 4%;
}

.indexd {
    position: absolute;
    color: black;
    top: 70%;
    left: 65%;
    transform: translate(-50%, -50%);
    background: #e7e7e7;
    padding: 26px 30px 56px 30px;
    width: 22%;
    height: 16%;
    border-radius: 4%;
}

.imagephoto img {
    width: 80%;
}

.pc1 img {
    margin-left: 44%;
}

.tel2 img {
    margin-right: 14%;
}

.footer {
    width: 58%;
    margin: 0 auto;
    padding-top: 4%;
    padding-bottom: 2%;
}

.b-wrapper {
    background-color: #e7e7e7;
}

.corporate {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 1px;
}

span {
    letter-spacing: 0.05em
}

.contact {
    margin: 6% auto;
    border-radius: 4%;
    font-size: 28px;
    background-color: #de5b83;
    text-align: center;
    padding: 26px;
}

.contact:hover{
    background-color: #74b45c;
}

a {
    color: #ffffff;
    text-decoration: none;
}

.c-wrapper {
    background-color: #222222;
}

.end {
    width: 58%;
    margin: 0 auto;
    display: flex;
}

.link {
    display: flex;
    flex-direction: column;
    padding: 37px 90px 30px 0px;
}

.link1 {
    color: #ffffff;
    padding-bottom: 20px;
    font-size: 18px;
}

.link2 {
    color: #ffffff;
    opacity: 0.7;
    line-height: 22px;
    font-size: 12px;
}

.line {
    border-width: 0 0 1px 0;
    border-style: solid;
    color: #ffffff;
}

.copyright {
    color: #ffffff;
    background-color: #222222;
    font-size: 12px;
    text-align: center;
    padding: 2% 30px 2% 0;
    letter-spacing: 1px;
}

.images {
    padding-right: 8%;
}

/* .nav-link{
    color: #525252 !important;
}

.navbar-brand img{
    padding-left: 86px !important;
}

.navbar-nav{
    padding-right: 56px !important;
} */

.btn-trigger {
    display: none;
}

