@charset "utf-8";

/* 追加スタイル記述用 */

/* pc-sp用 */
.pc-only{
    display: block;
}
.sp-only{
    display: none;
}
@media (max-width: 781px){
    .pc-only{
        display: none;
    }
    .sp-only{
        display: block;
    }
}
/* スマホサイズ　一つ狭いinner */
@media (max-width: 781px){
    .sp--sub_inner{
        padding: 0 4%;
    }
}


/* ------------
    TOPページ 
 ------------ */
/* top-one_button 幅 */
.top-one_button{
    max-width: 83% !important;
}
.top-one_button .wp-block-button.is-style-rightArrow .wp-block-button__link::before {
    right: 2em;
}
@media (max-width: 600px){
    .top-one_button .wp-block-button.is-style-rightArrow .wp-block-button__link::before {
        right: 1em;
    }    
}

@media (max-width: 781px){
    /* top_news */
    .front-news_line {
        border-left: none !important;
        padding-top: 0.8em !important;
        padding-left: 0 !important;
    }

    /* top_about */
    .top-about_adjustment {
        padding: 3.5em 1em 6em !important;
    }

    /* sub title */
    .subTitle{
        padding: 0.5em 0 !important;
        margin-bottom: 0em !important;
        font-size: 1.5em !important;
    }

    /* top-one_button 幅 */
    .top-one_button{
        max-width: 100% !important;
    }
}


/* ------------
    事業案内ページ 
 ------------ */
@media (max-width: 781px){
    .wp-block-button.is-style-leftArrow-circle .wp-block-button__link{
        padding-right: 0;
    }

    /* page message */
    .page-message{
        margin-bottom: 0.8em !important;
    }
}

/* 左右のカラム内の余白 */
@media (max-width: 781px){
    .is-style-txt-margin {
        padding-right: 5%;
    }
    .is-style-txt-margin .wp-block-heading{
        margin-top: 0.6em;
    }
    .is-style-txt-margin .has-large-font-size {
        margin-top: 0;
    }
}

/* ------------
    会社案内ー経営理念ページ 
 ------------ */
/* value 白枠の余白 */
@media (max-width: 781px){
    .value_item {
        padding: 1.25em !important;
    }
}

/* ------------
    採用情報ページ 
 ------------ */
@media (max-width: 781px){
    .recruit_subTitle{
        margin-bottom: 2em !important;
    }
}

/* 飾りのためのマイナスマージン */
.dec-negative_margin{
    margin-bottom: -5em;
}
/* インタビュー */
.interview__schedule__midashi span{
    color: var(--wp--preset--color--custom-main);
}

/* 吹き出しの下の三角 */
.speech-bubble{
    position: relative;
}
.speech-bubble::after,
.speech-bubble::before{
    top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.speech-bubble::after{
    border-color: rgba(255, 255, 255, 0);
	border-top-color: var(--wp--preset--color--white);
	border-width: 12px;
	margin-left: -12px;
}
.speech-bubble::before{
    border-color: rgba(44, 166, 56, 0);
	border-top-color: var(--wp--preset--color--custom-main);
	border-width: 13px;
	margin-left: -13px;
}