@charset "UTF-8";
/* ＝=＝=＝=＝=＝=＝=＝=＝=＝=＝
会社概要START
＝=＝=＝=＝=＝=＝=＝=＝=＝=＝ */
#company .wave{
    background-image: url(../img/wave.jpg);
    background-repeat: repeat-y;
    background-size: contain;
}
#company .h2{
    margin: 80px 0 40px 0;
    font-size: 2.2em;
    font-weight: bold;
    text-align: center;
}
#company .h2line{
    display: block;
    width: 822px;
    margin: 0 auto 80px;
}
#company .contents{
    width: 822px;
    margin: 40px auto 120px;
    text-align: left;
}
#company .title{
    font-size: 1.6em;
    font-weight: bold;
	color: var(--main);
	text-decoration: none;

}
#company .com_box{
    color: var(--main);
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 4px dotted;
}
#company .comlink{
    padding: 8px 10px 8px 40px;
    display: flex;
    background-color: #fff;
    border: 1px solid var(--main);
    border-radius: 10px;
    margin-bottom: 4px;
}
#company .comtxt{
    font-size: 1.2em;
    padding-top: 1px;
    color: var(--main);
    font-weight: bold;
    line-height: 1.2;
    padding-right: 50px;
}
#company .arrow_white03{
    background-color: var(--main);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 12px;
}



#company .con_block{
	text-decoration: none;
	border-bottom: 4px dotted var(--main);
	display: flex;
}
#company .con_title{
    width: 13%;
    margin: 3% auto;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
	color: var(--main);
	line-height: 1.3;
}
#company .con_txt{
    width: 87%;
    margin: 3% auto;
    font-size: 1.1em;
 	transform: rotate(0.05deg);
    text-align: left;
	line-height: 1.5;
}

/* =================================
【会社概要】のタブレット・スマホ
==================================== */
@media screen and (max-width: 767px){
/* ーーーパンくずリストーーー */
.pankuzu{
    font-size: 1em;
    transform: rotate(0.05deg);
    margin-top: 20px;
}
/* =========見出し========= */
#company .h2line{display: none;}
#company .h2{
    margin: 60px 0 30px 0;
    font-size: 1.8em;
}
#company .h2line_sp{
    width: 70%;
    margin: 0 auto 100px;
}
#company .contents{
    width: 100%;
    margin: 8% auto 15%;
    text-align: left;
}
#company .title{
    font-size: 1.3em;
    font-weight: bold;
	color: var(--main);
	text-decoration: none;
	text-align: center;
}
#company .comlink{
    padding: 8px 10px 8px 20px;
    margin-bottom: 4px;
}
#company .comtxt{
    font-size: 1em;
    padding-top: 5px;
    color: var(--main);
    font-weight: bold;
    line-height: 1.2;
    padding-right: 10px;
}
#company .con_block{
	text-decoration: none;
	border-bottom: 4px dotted var(--main);
	display: block;
}
#company .con_title{
    width: 100%;
    margin: 5% auto;
    font-size: 1.2em;
    font-weight: bold;
    text-align: left;
	color: var(--main);
	line-height: 1.3;
}
#company .con_txt{
    width: 100%;
    margin: 5% auto;
    font-size: 1em;
 	transform: rotate(0.05deg);
    text-align: left;
	line-height: 1.5;
}	  	  
}/* 767END */

@media screen and (max-width: 550px){
/* ------見出し------ */
#company .h2{
    margin: 50px 0 30px 0;
    font-size: 1.3em;
}
#company .h2line_sp{
    width: 90%;
    margin: 0 auto 80px;
}

#company .com_box{
    display: block;
}
#company .comlink{
    width: fit-content;
    margin: 16px auto 10px;
    padding: 8px 20px 10px 30px;
}
#company .comtxt{
    padding-top: 6px;
    padding-right: 30px;
}
}/* 550END */
