button {
    cursor: pointer;
    color: black;
    border: none;
    background-color: white;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    object-fit: cover;
}

.img > img {
    width: 100%;
    height: 100%;
}

input {
    padding: 0;
    -webkit-appearance: auto;
    appearance: auto;
}

dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.sp {
    display: none !important;
}
@media (max-width: 768px) {
    .sp {
        display: block !important;
    }
}

@media (max-width: 768px) {
    .pc {
        display: none;
    }
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.posi-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.ma-auto {
    margin-left: auto;
    margin-right: auto;
}

.lh-15 {
    line-height: 1.5;
}

.contents-width {
    width: calc(100% - calc((40 / 375)* 100vw));
    margin: 0 auto;
}

.back-img-con {
    background-repeat: no-repeat;
    background-size: contain;
}
.back-img-cov {
    background-repeat: no-repeat;
    background-size: cover;
}

.txt-center {
    text-align: center;
}

.c-white {
    color: white;
}

.posi-re {
    position: relative;
}

.posi-ab {
    position: absolute;
}

.f-bd {
    font-weight: bold;
}

.block {
    display: block;
}

.hover-opacity {
    opacity: 1;
    transition: 0.3s all;
}
.hover-opacity:hover {
    opacity: 0.7;
}


/* contactセクション */
.contact {
    padding: 100px 20px 50px;
    font-size: 18px;
    max-width: 1000px;
    margin: 0 auto;
}

.contact__h2 {
    left: 50%;
    transform: translateX(-50%);
    top: -45px;
    width: 205px;
}

.contact__dl {
    flex-direction: column;
    margin-bottom: 20px;
}

.contact__dl dt {
    display: flex;
    align-items: center;
}

.contact__dl dt span {
    background-color: #B94848;
    border-radius: 50px;
    line-height: 1.7;
    margin-left:12px;
    font-size: 12px;
    width: 45px;
}

.contact__dl .form {
    background-color: #e6e6e6;
    border: 2px solid black;
    padding: 10px 10px 6px;
    width: 100%;
    font-size: 16px;
}

.label-radio {
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
}

.contact__dl .form::placeholder {
    color: #A5A5A5;
}

.contact__btn {
    width: 190px;
    background-color: #f6b32e;
    margin-top: 50px;
    font-weight: bold;
    height: 40px;
    border-radius: 50px;
    color: black !important;
}

.thanks__txt {
    font-size: 16px;
    margin-bottom: 50px;
    text-align: center;
    line-height: 2;
}

@media (min-width: 768px) {
/* contactセクション */

.contact {
    padding: 150px 20px 50px;
}

.contact__h2 {
    left: 50%;
    transform: translateX(-50%);
    top: -40px;
}

.contact__dl {
    flex-direction: column;
}

.contact__dl dt {
    display: flex;
    align-items: center;
}

.contact__dl dt span {
    background-color: #B94848;
    border-radius: 50px;
    line-height: 1.7;
    margin-left: 12px;
}

.contact__dl .form {
    font-size: 14px;
}

.contact__dl .form::placeholder {
    color: #A5A5A5;
}

.thanks__txt {
    font-size: 18px;
}
}