.logo_menu {
	min-height: 80px;
}

.header_bg {
	background-color: rgba(255, 255, 255, 0.5);
}

.button_o {
	position: relative;
    display: inline-block;
    min-width: 220px;
    padding: 16px;
    font-size: 13px;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
    background: #ef7d29;
    border: 1px solid #ef7d29;
    border-radius: 30px;
    background-color: #fd6a00;
    background-image: linear-gradient(to top, #ef7d29 0%, #fd6a00 100%);
    box-shadow: 0 2px 0 0 rgb(255 255 255 / 40%) inset, 0px 2px 2px 0 rgb(124 0 0 / 34%);
}

.button_o:hover {
    background-color: #ec6200;
    background-image: none;
    text-decoration: none;
}

.button_n {
    background: var(--blue2);
}

.baloon span {
	position: relative;
	padding: 6px 16px;
	border-radius: 5px;
	background: var(--blue2);
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 13px;
	font-weight: 600;
 }

.baloon span:after {
        content: ' ';
        height: 0;
        position: absolute;
        width: 0;
        border: 10px solid transparent;
        border-top-color: var(--blue2);
        top: 98%;
        left: 50%;
        margin-left: -10px;
}

.baloon {
	position: absolute;
	top: -10px;
}


	/* eyecatch
----------------------------------------------------*/

body.subject_top #content {
	padding-top: 0px;
}

.eyecatch4 {
    position: relative;
    padding: 90px 0px 120px;
    background-color: #fdf3e5;
}

.eyecatch4 {
	position: relative;
}

.eyecatch4 .inner {
    position: relative;
    z-index: 2;
}

.eye_in_2 {
	width: calc(100% - 600px);
    margin-right: 50px;
	padding-top: 10px;
}
.eye_in_2 .sub {
    font-size: 15px;
    font-weight: 600;
    padding-left: 12px;
}
.eye_in_2 .sub span {
    display: inline-block;
    margin-right: 2px;
    padding: 0px 5px;
    background: var(--black);
    color: #fff;
}
.eye_img {
	width: 550px;
    height: 340px;
    padding: 25px 22px 30px 18px;
    background-color: rgba(255, 255, 255, 0.5);
    background-position: center center;
	border-radius: 10px;

}

.eyecatch4 .fir {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}

.eyecatch4 .sec {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.eye_in_2 .award {
    max-width: 420px;
}


.ex_project_area .tl {
	position: relative;
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 600;
    padding-left: 35px;
    color: var(--blue2);
}
.ex_project_area .tl:after {
	position: absolute;
	content: "";
	top: 50%;
    margin-left: 15px;
	width: 70px;
	height: 1px;
	background-color: var(--blue2);
}

.ex_project_area .tl:before {
    position: absolute;
    top: 7px;
    left: 15px;
    content: "";
    width: 12px;
    height: 12px;
    background: var(--blue2);
    border-radius: 50%;
    animation: blinking 1s ease-in-out infinite alternate;
}
/* 点滅 */
@keyframes blinking {
    0% {
        opacity: 0.6;
        transform: scale(0.7);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
 }



@media screen and ( min-width:760px ) {
    /*
    .bx-wrapper .bx-viewport {
        padding: 0 10px 10px;
        height: 86px !important;
    }
    */

}

.bx-wrapper .bx-viewport {
    padding: 3px;
}

.ex_project_list li .c {
	display: block;
	margin-top: 6px;
	color: var(--navy);
}

.ex_project_list li .c span.c_t {
	border: 1px solid #ef7d29;
	color: #ef7d29;
}

.ex_project_list li {
    margin-bottom: 14px;
}

.ex_project_list li .img {
    width: 45px;
}

.ex_project_list li .txt {
    width: calc(100% - 45px - 14px);
    margin-left: 14px;
    padding: 14px 5px 14px 16px;
}
.ex_project_list li .txt:before {
    content: '';
    position: absolute;
    left: -7px;
    top: 15px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 7px solid #fff;
}
.ex_project_list li .t {
    font-size: 14px;
    color: #333;
}

.modaal-container {
    max-height: 80vh;
    overflow-y: scroll;
}
.modaal-content-container .category_list_2 li .txt_in li:last-child {
    text-align: left;
}

.modaal-content-container .category_list_2 li .txt_in li:first-child,
.modaal-content-container .category_list_2 li .txt_in li {
    border: none;
    display: block;
    margin: 0 0 12px;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
}
@media screen and (min-width: 760px) {

    .modaal-content-container .category_list_2>li {
        width: calc(100% / 3 - 2%);
    }
    .modaal-content-container .category_list_2 li .toggle_tl:after {
        content: none;
    }
}


/* cta
----------------------------------------------------------- */

.fv_cta {
    position: relative;
    z-index: 2;
    width: 1290px;
    margin: -50px auto 0;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 10%);
}

.fv_cta .in {
    position: relative;
    padding: 10px;
    text-align: center;
}
.fv_cta .in:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #f7f7f7;
    background-image: linear-gradient(#f7f7f7 1px, transparent 1px), linear-gradient(to right, #f7f7f7 1px, #ffffff 1px);
    background-size: 20px 20px;
}
/*
.fv_cta .arrow_tl {
    margin-bottom: 6px;
    font-size: 12px;
    font-weight: 600;
}

.fv_cta .form_li li:last-child{
	margin-bottom: 10px;
}
--- */
.fv_cta .tl {
    font-size: 15px;
    font-weight: 800;
	color: #062d4c;
    white-space: nowrap;
}
.fv_cta .form_li {
    margin: 8px 0;
	justify-content: center;
	align-items: center;
    flex-wrap: nowrap;
}


/*
.fv_cta .form_li li {
    width: calc(100% / 4 - 40px);
}
	--- */
.fv_cta .form_li li input {
    width: 75%;
}
.fv_cta .form_li li input:valid {
    border-color: #333;
	animation: inherit;
}
.fv_cta .form_li li input:invalid {
    border-color: #ef7d29;
    animation: flash 2s linear infinite;
}
@keyframes flash {
	0%,100% {
    	border-color: #ef7d29;
	}
	50% {
    	border-color: #ffbe00;
	}
}

.fv_cta .form_li li .ct {
    display: inline-block;
    width: 60px;
    font-weight: 600;
}

#content .in {
	width: auto;
}

.s_btn_s {
	position: relative;
    display: inline-block;
    min-width: 264px;
    height: 46px;
	padding: 0 12px 0 0;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #fff !important;
    text-align: center;
    border: 1px solid #ef7d29;
    border-radius: 30px;
    background-color: #fd6a00;
    background-image: linear-gradient(to top, #ef7d29 0%, #fd6a00 100%);
    box-shadow: 0 2px 0 0 rgb(255 255 255 / 40%) inset, 0px 2px 2px 0 rgb(124 0 0 / 34%);
}

.s_btn_s:hover {
    background-color: #ec6200;
    background-image: none;
    text-decoration: none;
}

.s_btn_s:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 19px;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* カテゴリフィルター
----------------------------------------------------------- */
.item_cate_list {
	padding: 60px 0px;
}

#item_cate_list a.box.active {
    background-color: #ef7d29;
    outline: 2px solid #ef7d29;
}
#item_cate_list a.box.active .tl {
    color: #fff;
}

.sj_filter_bar {
    display: none;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    padding: 10px 16px;
    background: #fff3ec;
    border-left: 4px solid #ef7d29;
    font-size: 14px;
}
.sj_filter_bar.is-active {
    display: flex;
}
.sj_filter_bar .reset_btn {
    margin-left: auto;
    padding: 4px 14px;
    font-size: 12px;
    border: 1px solid #ef7d29;
    color: #ef7d29;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
}
.sj_filter_bar .reset_btn:hover {
    background: #ef7d29;
    color: #fff;
}

/* fv_cta sticky
----------------------------------------------------------- */

.fv_cta.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    z-index: 999;
    margin: 0 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.fv_cta.is-sticky .baloon {
    display: none;
}

.btn img{
        margin-right: 10px;
    }

/*　カテゴリ一覧
----------------------------------------------------------- */

.header_fm_sh .button_n {
    background: var(--blue2);
}

.header_fm_s .key_string {
    width: 360px;
    padding-left: 38px;
    margin-right: 10px;
    transition: all 0.2s ease-in-out 0s;
    font-size: 14px;
    font-weight: 500;
}
.category_list_2 {
    margin-top: 0px;
}

.item_cate_list .header_fm_s {
	position: relative;
    margin: 30px 10px 0 10px;
	border-right: none;
}

.item_cate_list .header_fm_s:before {
    position: absolute;
    top: calc(50% - 9px);
    left: 12px;
    display: inline-block;
    content: "";
    background-image: url(/common/img/icon/search.svg);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: width 0.2s ease 0s;
    pointer-events: none;
}
.user_prof_area img {
    width: 100%;
}

/*　受注者のご利用実績
----------------------------------------------------------- */
.case_area {
	padding-bottom: 0px;
}

.stock_list_top {
    margin-top: 40px;
}
/*
.stock_list_top .swiper-slide {
    width: 47%;
    margin-right: 20px !important;
}
*/
.stock_list_top .swiper-slide {
    width: 48%;
    margin: 0 4% 3% 0;
}
.stock_list_top .swiper-slide:nth-child(even) {
    margin-right: 0;
}

.stock_list_top .wrap .left {
    width: 190px;
}
.stock_list_top .wrap .left img {
    width: 100%;
    height: auto;
}
.stock_list_top .wrap .right {
    width: calc(100% - 190px);
    padding-left: 20px;
}
.stock_list_top .wrap .tl {
    display: none;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 800;
}
.stock_list_top .wrap dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin-top: 10px;
    padding: 12px;
    background: var(--blue2);
    border-radius: 5px;
}
.stock_list_top .wrap dl dt {
    width: 70px;
}
.stock_list_top .wrap dl dd {
    width: calc(100% - 70px);
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}


.stock_list_top .wrap dl dt span {
    display: inline-block;
    padding: 5px 9px;
    font-weight: 800;
    color: var(--blue2);
    background: #fff;
    border-radius: 5px;
}

.stock_list_top .wrap dl.before {
    margin-bottom: 25px;
    background: #f7f7f7;
}
.stock_list_top .wrap dl.before dt span {
    background: #7f7f7f;
    color: #ffffff;
}

.stock_list_top .wrap dl.before dd {
    color: #555;
    font-size: 14px;
}

.stock_list_top .wrap .right p {
    margin-top: 10px;
    font-size: 11px;
    color: #555;
    text-align: right;
}
.cp_arrows {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cp_arrows .cp_arrow {/*矢印を配置するベースの設定*/
    position: absolute;
    top: -22px;
    width: 30px;
    height: 3px;
    opacity: 0;/*スタートは透明*/
    transform: scale(0.3);/*スタートは30%に縮小*/
    animation: arrow-move07 3s ease-out infinite;
  }
  .cp_arrows .cp_arrow:first-child {/*1秒ずらしてアニメーション*/
    animation: arrow-move07 3s ease-out 1s infinite;
  }
  .cp_arrows .cp_arrow:nth-child(2) {/*2秒ずらしてアニメーション*/
    animation: arrow-move07 3s ease-out 2s infinite;
  }
  .cp_arrows .cp_arrow:before,
  .cp_arrows .cp_arrow:after {/*矢印全体の設定*/
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 100%;
    background: var(--blue2);
    border-radius: 2px;
  }
  .cp_arrows .cp_arrow:before {/*矢印左の線の位置と傾斜*/
    left: 1px;
    transform: skewY(30deg);
  }
  .cp_arrows .cp_arrow:after {/*矢印左の線の位置と傾斜*/
    right: 1px;
    transform: skewY(-30deg);
  }
  @keyframes arrow-move07 {
     25% { opacity: 0.6;}
     43% { transform: translateY(0.75em); opacity: 0.8;}
     62% { transform: translateY(1.5em); opacity: 1;}
    100% { transform: translateY(2.25em) scale(0.5); opacity: 0;}
  }

  /* swiperの部品 */

.case_area .swiper-wrapper {
    width: 100%;
    height: 100% !important;
}

.btn_bottom .btn .s_btn_s{
    min-width: 320px;
    height: 50px;
    font-size: 16px;

}

.btn_bottom .btn .s_btn_s:after {
    top: 20px;
    right: 22px;
}

.btn_bottom .btn img {
    margin-right: 14px;
}

.bottom_banner img{
    width: 100%;
}

@media screen and (max-width: 1080px) {

    .eye_in_2 {
        width: calc(100% - 524px);
    }

    .fv_cta {
        width: 100%;
    }
    .fv_cta .form_li li input {
        width: 60%;
    }

}

@media screen and (max-width: 768px) {

    .subject_head .logo_menu {
        margin: 0px 0px;
    }
    .s_btn_s {
        width: 90%;
        font-size: 16px;
    }


    .eyecatch4 {
        padding: 60px 0px;
    }

    .eyecatch4 .fir {
        top: unset;
        bottom: 0px;
    }

    .eyecatch4 .inner {
        display: block;
        width: 100%;
    }
    .eyecatch4:after {
        height: 250%;
    }

    .eye_in_2 {
        width: 90%;
        margin: 0 auto;
        padding-top: 0px;
        text-align: center;
    }

    .eye_in_2 .sub {
        margin: 15px 0px;
        font-size: 3.7vw;
        padding-left: 1px;
        text-align: left;
    }
    .eye_img {
        width: 90%;
        height: 230px;
        margin: 20px auto 0;
        padding: 22px 22px 30px 18px;
    }

    .ex_project_list li {
        width: 100%;
    }

    .eyecatch4 .btn {
        width: 90%;
        margin: 30px auto 0;
        text-align: center;
    }

    .eyecatch4 .btn img{
        margin-right: 15px;
    }
    .ex_project_area .tl {
        margin-bottom: 7px;
        font-size: 13px;
        padding-left: 20px;
    }
    .ex_project_area .tl:before {
        top: 5px;
        left: 4px;
        width: 10px;
        height: 10px;
    }
    .ex_project_area .tl:after {
        margin-left: 7px;
        width: 50px;
    }
    .ex_project_list li .img {
        width: 40px;
    }
    .ex_project_list li .txt {
        width: calc(100% - 40px - 14px);
        padding: 7px;
    }
    .ex_project_list li .t {
        font-size: 12px;
    }

    .stock_list_top .swiper-slide {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .stock_list_top .wrap .left {
        width: 90px;
    }
    .stock_list_top .wrap .left p {
        margin-top: 10px;
        font-size: 10px;
        line-height: 1.4;
        color: #555;
    }
    .stock_list_top .wrap .right {
        width: calc(100% - 90px);
    }
    .stock_list_top .wrap dl {
        margin-top: 0px;
    }
    .stock_list_top .wrap dl.before dd {
        font-size: 12px;
    }
    .stock_list_top .wrap dl dd {
        font-size: 13px;
    }
    .stock_list_top .wrap dl dt span {
        /*
        display: block;
        width: 100%;
        */
        font-size: 12px;
    }
    .cp_arrows .cp_arrow {
        top: -26px;
        width: 20px;
    }
    .stock_list_top .wrap .right p {
        display: none;
    }

    .stock_list_top .swiper-slide {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .stock_list_top .wrap .left {
        width: 90px;
    }
    .stock_list_top .wrap .left p {
        margin-top: 10px;
        font-size: 10px;
        line-height: 1.4;
        color: #555;
    }
    .stock_list_top .wrap .right {
        width: calc(100% - 90px);
    }
    .stock_list_top .wrap dl {
        margin-top: 0px;
    }
    .stock_list_top .wrap dl.before dd {
        font-size: 12px;
    }
    .stock_list_top .wrap dl dd {
        font-size: 13px;
    }
    .stock_list_top .wrap dl dt span {
        /*
        display: block;
        width: 100%;
        */
        font-size: 12px;
    }
    .cp_arrows .cp_arrow {
        top: -26px;
        width: 20px;
    }
    .stock_list_top .wrap .right p {
        display: none;
    }

    .item_cate_list .header_fm_s {
	    margin-right: 0px;
        margin-left: 0px;
	    padding-right: 0px;
	    border-right: 0px;
	}

    .item_cate_list .header_fm_s .button_n {
        min-width: 35%;
    }

    .item_cate_list .header_fm_s .key_string {
	    width: 60%;
	}

    .item_cate_list .header_fm_s:before {
        top: calc(50% - 9px);
    }

    .btn_bottom .btn .s_btn_s {
        height: 46px;
    }

    .btn_bottom .btn .s_btn_s:after {
        top: 19px;
    }

    .btn_bottom .btn img {
        margin-right: 22px;
    }

    }
