@charset "utf-8";
header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.header__logo{
    width: 60px;
}
.header__tel-wrap{
    width: 170px;
}
.header__txt{
    display: none;
}
.mv-area{
    position: relative;
    margin-bottom: 30px;
}
.mv-cv-btn{
    position: absolute;
    bottom: 0;
    margin-left: 5%;
    margin-right: 5%;
    transition: all .3s ease-out;
}
.contents02 {
    margin: 50px auto 20px;
    text-align: center;
}
.contents-link-box {
    margin: 10px auto 25px;
    max-width: 320px;
}
.contents-link-btn {
    display: inline-block;
    width: 98%;
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
    background-color: #00a199;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    transition: all .3s ease-out;
}
.cv-area{
    background-color: #fff000;
}
.tel-area__txt{
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 5px;
}
.tel-area__txt--small{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}
.tel-area{
    text-align: center;
    margin-top: 30px;
}
.footer__company{
    margin-top: 45px;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 15px;
}
.footer__logo{
    width: 130px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.footer__logo a{
    display: block;
    width: 130px;
}
.footer__logo__contact{
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 30px;
}
.footer__copy{
    background-color: #231815;
    color: #fff;
    padding: 20px;
    font-size: 14px;
}
.foote-link-list{
    display: flex;
    justify-content: center;
    margin-bottom: 10px;;
}
.foote-link-list-item a{
    color: #fff;
}
.footer__info small{
    white-space: nowrap;
}
.cv-area{
    margin-top: 20px;
    padding-bottom: 20px;
}
.cv-area-btn{
    margin-left: 5%;
    margin-right: 5%;
    transition: all .3s ease-out;
}
.tel-area__btn{
    margin-left: 5%;
    margin-right: 5%;
    transition: all .3s ease-out;
}
.pc, .pc-in, .pc-inbl, .tabpc-inbl {
	display: none;
}
.sp {
	display: block;
}
.sp-in {
	display: inline;
}
.sp-inbl {
	display: inline-block;
}

@media screen and (min-width:640px) {
.wrapper{
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    min-width: 768px;
}
header{
    padding: 40px;
    max-width: 1400px;

}
.header__tel-wrap {
    width: inherit;
    display: flex;
    flex-flow: wrap;
    justify-content: flex-end;
}
.header__logo{
    width: 150px;
    margin-right: 100px;
}
.header__logo a{
    display: block;
    width: 150px;
}
.header__logo img{
    width: 100%;
}
.header__tel{
    width: 250px;
}
.mv-cv-btn{
    bottom: 50px;
    right: 0;
    max-width: 50%;
}
.mv-cv-btn:hover{
    opacity: .7;
}
.cv-area{
    display: flex;
    justify-content: center;
    padding-top: 45px;
    padding-bottom: 45px;
    align-items: center;
}
.cv-area-img{
    margin-right: 30px;
}
.cv-area-btn{
    margin-right: inherit;
    margin-left: inherit;
}
.cv-area-btn:hover{
    opacity: .7;
}
.contents02{
    text-align: center;
    margin-top: 80px;
    margin-bottom: 70px;
}
.contents-link-box {
    max-width: 1000px;
    margin: 0 auto 80px;
    text-align: right;
}
.contents-link-btn {
    max-width: 170px;
    margin-left: 10px;
    text-align: center;
    font-size: 15px;
}
.contents-link-btn:hover {
    opacity: .7;
}
.contents03{
    margin-bottom: 50px;
}
.tel-area__txt{
    font-size: 40px;
}
.tel-area__txt--small{
    font-size: 15px;
}
.tel-area__btn:hover {
opacity: .7;
}
.footer__company{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer__logo{
    margin-left: inherit;
    margin-right: inherit;
    margin-right: 30px;
}
.footer__company{
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}
.footer__logo__contact{
    display: flex;
    margin-bottom: inherit;
    font-size: 25px;
}
.footer__logo__contact-mail{
    margin-right: 50px;
}
.footer__copy{
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header__txt{
    display: block;
    margin-top: 20px;
}
.footer__copy{
    padding: 45px;
}
.pc {
	display: block;
}
.pc-in {
	display: inline;
}
.pc-inbl, .tabpc-inbl {
	display: inline-block;
}
.sp, .sp-in, .sp-inbl {
	display: none;
}
}