.sp {
    display: none;
}

h2 {
    font-size: 30px;
    letter-spacing: 1px;
}

h3 {
    font-size: 24px;
}

p {
    font-size: 16px;
}

.pc_br::before {
    content: "\A";
    white-space: pre;
}

#cica {
    position: relative;
    width: 100%;
    height: 600px;
    background-image: url("../../img/canpany/img05.jpg");
    background-size: cover;
    color: white;
}

#cica_text {
    position: relative;
    width: 50%;
    height: 100%;
    text-shadow: 1px 1px 3px black;
}

#cica_text div {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    white-space: nowrap;
}

#cica_text h2 {
    width: 100%;
    padding-bottom: 20px;
}

#cica_text p {
    padding-bottom: 50px;
    font-size: 18px;
    letter-spacing: 3px;
}

.cica {
    padding: 100px 0 50px;
}


.canpany_img {
    width: 90%;
    margin: 50px auto 100px;
}

.about_menu {
    width: 580px;
    margin: 0 0 0 auto;
    margin-right: 10%;
}

.about_menu h2 {
    font-size: 40px;
    text-align: left;
    padding-bottom: 30px;
    letter-spacing: 5px;
}

.about_menu .about_flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.about_menu dt {
    width: 15%;
    padding: 20px 0;
    text-align: left;
}

.about_menu dd {
    width: 85%;
    border-bottom: 1px solid black;
    text-align: left;
    padding: 20px 0;
}

.about_last {
    width: 85%;
}

.about_last dd {
    width: 100%;
    border-bottom: none;
    padding: 0;
}

.about_last dd:first-child {
    padding-top: 20px;
}

/*フェード*/
.fade_in {
    animation-name: fadeInAnime;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeInAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.cica_content {
    width: 90%;
    margin: 0 auto;
    padding: 100px 0 50px;
}

.content_title {
    width: 400px;
    text-align: center;
    padding-bottom: 50px;
}

.content_title h2 {
    font-size: 40px;
    line-height: 70px;
    padding-bottom: 10px;
}

.cica_content div:not(.content_title) {
    width: 60%;
    margin: 0 0 0 auto;
}

.content {
    width: 100%;
}

.blok {
    width: 75%;
}

.blok img:not(#img img) {
    width: 100%;
}

.text_blok {
    padding: 50px 0 100px;
    width: 100%;
}

#img {
    position: relative;
    display: flex;
    margin: 0 0 0 auto;
}

.content #img img {
    position: absolute;
    right: 0;
    width: 50%;
}

video {
    width: 100%;
}

.text div {
    width: 90%;
    margin: 0 auto;
}

.text h2 {
    padding-bottom: 30px;
}

.btn {
    position: relative;
    display: block;
    width: 200px;
    border: 1px solid black;
    padding: 10px 20px;
    margin-top: 100px;
    color: black;
}

.btn::after {
    content: "→";
    font-size: 18px;
    position: absolute;
    right: 20px;
}

#item {
    width: 90%;
    display: flex;
    justify-content: space-around;
    margin: 50px auto;
    padding-bottom: 50px;
    border-bottom: 1px solid black;
}

#item div {
    width: 40%;
    text-align: center;
}

#item img {
    width: 100%;
}

#item p:nth-child(2) {
    padding-bottom: 20px;
}

#msg {
    text-align: center;
    padding: 50px 0 100px;
}

header {
    width: 100%;
    height: 5vh;
    padding: 2.5vh 0;
    background-color: #403E49;
}

header ul {
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

header div {
    width: 60%;
    display: flex;
    justify-content: space-around;
}

article:not(#cica,.cica_content,#msg) {
    padding: 50px 0;
}

footer {
    padding: 40px 0 20px;
    background-color: #403E49;
}

footer nav {
    display: flex;
    justify-content: space-between;
    padding-bottom: 100px;
}

footer ul {
    display: flex;
}

footer ul div:first-child {
    padding-right: 80px;
}

footer a {
    color: white;
}

#footer_content {
    width: 90%;
    margin: 0 auto;
}

.company_img {
    float: right;
    padding-bottom: 50px;
}