﻿
/*■■ all ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#copyright{padding-bottom: 130px;}

/* タブレット */
@media screen and (max-width: 768px){}

/* スマホ */
@media screen and (max-width: 667px){
    #copyright{padding-bottom: 110px;}
}


/*■■ top ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#header #pc_nav ul.bg_color1{
    background-color: var(--color4);
}

/* タブレット */
@media screen and (max-width: 768px){
    #message {padding: 50px 4%;}
    #message .text{
        letter-spacing: 0em;
        text-align: justify;
    }
    #main_img{margin-top: 40px;}
}
/* スマホ */
@media screen and (max-width: 667px){
    #message {padding: 50px 10%;}
    #main_img{margin-top: 14px;}
}

#intro{
    background-color: var(--color3);
}
#intro .intro_bg{
    background-color: color-mix(in srgb, var(--color1) 75%, transparent);
    z-index: 1;
}
#intro .bg_box{
    z-index: 0;
}

#contents2,#top_cms{
    background-color:var(--color2);
}


.txt_anim span{
    color: var(--color4);
}


.more_bt a{
    background-color: var(--color3);
    color: var(--color1);
}
.more_bt a:hover{
    color: var(--color3);
    background-color: var(--color1);
}
.more_bt a span.before{
    background-color: var(--color1);
}
/* タブレット */
@media screen and (max-width: 768px){}

/* スマホ */
@media screen and (max-width: 667px){
     #contents1 h2{letter-spacing: 0em;}
}

/*■■ cms ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.blogListPattern_item a.border_color4,.blogListPattern_item a{
    border-color: color-mix(in srgb, var(--color4) 10%, transparent);
}

.cms_6-b .cate_box .box_txt1,#cms_6-b .cate_box .box_txt1{
    background-color: var(--color4);
}

#cms_3-a .cate_box{
    border-bottom: 1px solid color-mix(in srgb, var(--color4) 10%, transparent);
}

#cms_2-g .cate_title{
    line-height: 1.6;
}
#cms_2-f .title{
    font-size: 1.4em;
}

.cta_style5{
  display:block;
	animation: cta_style5 2s infinite;
}
@keyframes cta_style5{
	0% {transform: translate(0px, 2px);}
	5% {transform: translate(0px, -2px);}
	10% {transform: translate(0px, 2px);}
	15% {transform: translate(0px, -2px);}
	20% {transform: translate(0px, 2px);}
	25% {transform: translate(0px, -2px);}
	30% {transform: translate(0px, 0px);}
}

#page10{
    span.txt_color3{
        color: var(--color4);
        opacity: 1;
    }
}
.button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin:0 auto 20px;
    padding: .9em 2em;
    border: none;
    border-radius: 5px;
    background-color: var(--color4);
    color: var(--color3);
    font-weight: 600;
    font-size: 1em;
    transition: all 0.3s;
}

.button:hover {
    background-color: var(--color3);
    color: var(--color1);
}
/* タブレット */
@media screen and (max-width: 768px){}

/* スマホ */
@media screen and (max-width: 667px){}

/* 閉じるボタン付き追従バナー ■■■■■■■■■■■■■■■■■■■*/
.fix_banner{
	max-width: 330px;
	position: fixed;
	bottom: 0;
	right: 100px;
	z-index: 10;
	transition: 0.5s;
}
.fix_banner .close_bt{
	position: absolute;
	bottom: 100px;
    right: -15px;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	transition: 0.5s;
	background-color: #fff;
	border: solid 2px var(--color4);
	z-index: 11;
	cursor: pointer;
}
.fix_banner .close_bt:hover{opacity: 0.7;}
.fix_banner .close_bt span{
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
}
.fix_banner .close_bt span:before,.fix_banner .close_bt span:after{
	content: "";
	display: block;
	background-color: var(--color4);
	height: 4px;
	width: 20px;
	position: absolute;
	top:50%;
	left: 50%;
}
.fix_banner .close_bt span:before{
	-ms-transform: translate(-50%,-50%) rotate(-45deg);
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	transform: translate(-50%,-50%) rotate(-45deg);
}
.fix_banner .close_bt span:after{
	-ms-transform: translate(-50%,-50%) rotate(45deg);
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	transform: translate(-50%,-50%) rotate(45deg);
}
.fix_banner.close {
    right:-100%;
    opacity: 0;z-index: -1;
}
.fix_banner.close2{
    right:0%;
    opacity: 0;z-index: -1;}

@media  screen and (max-width: 768px){
/* .fix_banner{max-width: 200px;}
.fix_banner .close_bt{bottom: 90px;right: 170px;} */
}

@media  screen and (max-width: 667px){
    .fix_banner{
        max-width: calc(100% - 100px);
        right: auto;
        left: 20px;
        /* transform: translateX(-50%); */
    }
    .fix_banner .close_bt{
        width: 25px;
        height: 25px;
        bottom: 80px;
        right: -13px;
    }
    .fix_banner .close_bt span{
        width: 25px;
        height: 25px;
    }
    .fix_banner.close {
        right:auto;
        bottom: -100%;
    }
    .fix_banner.close2{
        right:auto;
        bottom: 0%;
    }
}
/* 閉じるボタン付き追従バナー end */
/* 仕事を知る ■■■■■■■■■■■■■■■■■■■*/
.link_type1 .link_top .link_title {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
	margin-bottom: 30px;
    font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 20px;
}
.link_type1 .link_top a{
	padding-top: 30px;
    padding-bottom: 30px;
    background-color: var(--color1);
    color: var(--color2);
}
.link_type1 .link_top a:hover{
    background-color: var(--color4);
}
.link_type1 .link_top a:hover .link_img1{
    transform: translate(-50%, -50%) scale(1.1,1.1);
    opacity: 0.1;
}
@media screen and (max-width: 667px){
.link_type1 .link_top .link_title{
    font-size: 15px;
}
}
