.comp_font {
    font-family: 'Quicksand', sans-serif;
    letter-spacing: .08em;
}

.thumb_linkbox img{
      display: block;
      max-width: 100%;
      height: auto;
}

.mgn_center {
    margin-left:auto;
    margin-right:auto;
}
.mgn_top_10 {
    margin-top: 10px;
}
.mgn_top_40 {
    margin-top: 40px;
}

.pdr_0 {
    padding-left: 0px;
    padding-right: 0px;
}

.pdr_5 {
    padding-left: 5px;
    padding-right: 5px;
}

.scroll-to-fixed-fixed {
    background-color: rgba(255,255,255,0.8) !important;
}
.head_tag{
    width: 100%;
    background: #efefef;
    padding: 4px 0;
}
.head_tag_in {
    width: 1060px;
    font-size: 12px;
    margin: 0 auto;
    color: #999;
}
.head_tag_in p{
    font-size: 12px;
    line-height: 16px;
}
.head_tag_in .left {}
.head_tag_in .right {}


.inlinelist {
    margin-bottom: 0;
}
.inlinelist li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
}
.inlinelist li:last-child {
    display: inline-block;
    margin-right: 0;
}
.inlinelist li a {
    color: #89878b;

}


@media only screen and (max-width: 767px) {
    .head_tag_in {
        width: 100%;
        font-size: 12px;
    }
    .scroll-to-fixed-fixed {
        background-color: rgba(255,255,255,1) !important;
    }
}


/* BTN
---------------------------------*/
.sp_more_btn {
    display: inline-block;
    margin: 0 auto;
    padding: 18px 60px 16px 60px;
    border-radius: 50px;
    border: 1px solid #c04f92;
    color: #c04f92;
    font-size: 14px;
    letter-spacing: 0.06em;
    position: relative;
    transition: 0.3s ;
}
.sp_more_btn:after {
    content: "";
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: url(../images/sp/btn_arrow.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.sp_more_btn:hover {
    background: #c04f92;
    color: #fff;
}

.sp_more_btn:hover:after {
    background: url(../images/sp/btn_arrow_hover.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.more_btn {
    display: inline-block;
    margin: 0 auto;
    padding: 11px 38px 10px 38px;
    border-radius: 50px;
    border: 1px solid #c04f92;
    color: #c04f92;
    font-size: 12px;
    letter-spacing: 0.06em;
    position: relative;
    transition: 0.3s ;
}
.more_btn:after {
    content: "";
    position: absolute;
    right: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    vertical-align: top;
    background: url(../images/sp/btn_arrow.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.more_btn:hover {
    background: #c04f92;
    color: #fff;
}

.more_btn:hover:after {
    background: url(../images/sp/btn_arrow_hover.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.r_more_btn {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    padding: 14px 38px 10px 38px;
    border-radius: 4px;
    border: 1px solid #009bb2;
    color: #fff;
    text-align: center;
    font-size: 14px;
    background-color: #009bb2;
    letter-spacing: 0.06em;
    position: relative;
    transition: 0.3s ;
}
.r_more_btn:hover {
    background: #fff;
    border: 1px solid #009bb2;
    color: #009bb2;
}
@media only screen and (max-width: 767px) {
    .sp_more_btn {
        display: inline-block;
        margin: 0 auto;
        padding: 14px 50px 12px 30px;
        border-radius: 50px;
        border: 1px solid #c04f92;
        color: #c04f92;
        font-size: 12px;
        letter-spacing: 0.06em;
        position: relative;
        transition: 0.3s;
    }
    .more_btn {
        display: block;
        width: 100%;
        text-align: center;
        margin: 0 auto;
        padding: 11px 0 10px 0;
        border-radius: 50px;
        border: 1px solid #c04f92;
        color: #c04f92;
        font-size: 12px;
        letter-spacing: 0.06em;
        position: relative;
        transition: 0.3s ;
    }
    .r_more_btn {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 14px 0 10px 0;
        border-radius: 4px;
        border: 1px solid #009bb2;
        color: #fff;
        text-align: center;
        font-size: 12px;
        background-color: #009bb2;
        letter-spacing: 0.06em;
        position: relative;
        transition: 0.3s;
    }
}
/* HEADER
---------------------------------*/
.head_logo {
    display: block;
}
.logo a img {
    transform: scale(1);
    transition: transform 500ms;
}
.fixed .logo a img{
    transform: scale(0.6);
}
.head_sns {
    position: absolute;
    right: 0;
    top: 8px;
}
.head_sns a img {
    width: 20px;
    height: 20px;
}
.head_sns li{
    margin-right: 5px;
}

.site_copy {
    float: left;
    margin-left: 28px;
}
.site_copy h1 {
    font-size: 13px;
    letter-spacing: .15em;
    color: #777;
    margin: 23px 0 0 0;
    padding: 0;
}
.fixed .site_copy h1 {
    font-size: 13px;
    letter-spacing: .15em;
    margin: 0;
}

.fixed .header_section {
    padding: 0;
}
.head_search {
    width: 260px;
    height: 40px;
    background: #ededed;
    position: absolute;
    right: 0;
    top: 36px;
}
.head_search form input {
    width: 100%;
    height: 40px;
    padding: 0px;
    text-indent: 1em;
    border: 1px solid #ededed;
    display: block;
    border-radius: 0;
    font-size: 14px;
    color: #999;
    background: #ededed;
    font-family: 'Lato', sans-serif;
    margin: 0 0 15px 0;
    position: relative;
    border:none;
    -webkit-appearance:none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.head_search form input:focus {
    outline:0;
    border:none;
    -webkit-appearance:none;
}
#searchsubmit {
    position: absolute;
    width: 15px;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
    color: #aaa; }

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
    color: #aaa; }

/* Firefox 18- */
:-moz-placeholder {
    color: #aaa; opacity: 1; }

/* Firefox 19+ */
::-moz-placeholder {
    color: #aaa; opacity: 1; }

/* IE 10+ */
:-ms-input-placeholder {
    color: #aaa; }

#top_header {
    min-width: 980px;
}
@media only screen and (max-width: 767px) {
    #top_header {
        min-width: inherit;
    }
    #top_header .container {
        padding: 0;
        margin: 0;
    }
    .cd-header {
        position: absolute;
        top: 0;
        left: 0;
        height: 64px!important;
        width: 100%;
        background: #fff;
        padding: 0 15px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .fixed .logo a img{
        transform: scale(1);
    }
    .fixed .header_section {
        position: relative;
        padding: 15px 0px;
    }
}

/* Nav Styles
---------------------------------*/


.biz_nav {
    width: 100%;
    margin: 0 auto;
    background: #eaeaea;
    padding: 16px 0 14px;
    list-style: none;
    float: none;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}
.biz_nav_in {
    width: 1050px;
    margin: 0 auto;
}
.biz_nav .biz_nav_in li a {
    min-width: 120px;
    text-align: center;
    color: #5b5b5b;
    display: block;
    font-size: 13px;
    padding-bottom: 2px;
    padding: 14px 25px 10px;
    border-radius: 40px;
    letter-spacing: .12em;
    font-weight: normal;
}
.biz_nav .biz_nav_in li a.current {
    background: #ccc;
    color: #fff;
}
.biz_nav .biz_nav_in li a:hover {
    color: #fff;
    background: #ccc;
}
.biz_nav .biz_nav_in li {
    margin:0;
    margin-right: 20px;
}
.biz_nav .biz_nav_in li:last-child {
     margin: 0;
}


.menu_title {
    display: none;
}


/* SLIDER Styles
---------------------------------*/
.swiper_area {
    width: 100%;
    overflow: hidden;
    background: #fafafa;
    margin-bottom: 40px;
}
.swiper-container {
    margin: 30px auto 50px auto!important;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/slide_lefaw.svg);
    left: 20px;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/slide_righaw.svg);
    right: 20px;
    left: auto;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #b84f8a;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -30px;
    left: 0;
    width: 100%;
}
/*------ TOP slider --------*/
.swiper-container {
    width: 1048px;
    height: auto;
    margin: auto;
    overflow: visible;
}
/* アニメーション設定 */
#top_slider .swiper-container .swiper-slide {}
#top_slider .swiper-container .swiper-slide {
    transform: scale(0.95);
    transition: transform 500ms;
}
#top_slider .swiper-container .swiper-slide-active {
    transform: scale(1);
}
@media only screen and (max-width: 767px) {
    .swiper_area {
        margin-bottom: 0px;
    }
    .swiper-container {
        width: 100%;
        height: auto;
        margin: auto!important;
        overflow: visible;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        background-image: url(../images/sp/slide_lefaw.svg);
        left: -5px;
        right: auto;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        background-image: url(../images/sp/slide_righaw.svg);
        right: -5px;
        left: auto;
    }

}

/*------ トップニューススライダー --------*/


#top_news_slide {
    width: 1070px;
    margin: 0 auto 40px;
    position: relative;
}
#top_news_slide .swiper-container {
    color: #212121;
    box-sizing: border-box;
    width: 1024px;
    margin: 0 auto!important;
    overflow: hidden;
}
#top_news_slide .swiper-wrapper {
    width: 480px;
}
#top_news_slide .swiper-slide {
    padding: 5px;
}
#top_news_slide .swiper-slide img {
    width: 100%;
    height: auto;
}
#top_news_slide .swiper-slide a {
    display: block;
    width: 100%;
}

#top_news_slide .swiper-button-next i, #top_news_slide .swiper-button-prev i{
    font-size: 50px!important;
}

#top_news_slide .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
}
#top_news_slide .prev {
    position: absolute;
    font-size: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0px;
    cursor: pointer;
    cursor: hand;
    transition: transform 200ms;
}
#top_news_slide .next {
    position: absolute;
    font-size: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0px;
    cursor: pointer;
    cursor: hand;
    transition: transform 200ms;
}
#top_news_slide .prev:hover ,#top_news_slide .next:hover {
    transform: scale(1.5);
}
.card {
    background: #fff;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
    margin: 0;
    padding-bottom: 10px;
    transform: scale(0.98);
    transition: transform 200ms;
}

.card:hover {
    transform: scale(1);
}
.card .card-image {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.card .card-image {
    position: relative;
}
.card .card-image .card-title {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
}
.card .card-title {
    font-size: 24px;
    font-weight: 300;
}


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

    #top_news_slide {
        width: 90%;
        margin: 0 auto 40px;
        position: relative;
    }
    #top_news_slide .swiper-container {
        color: #212121;
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto!important;
        overflow: hidden;
    }
    #top_news_slide .prev,#top_news_slide .next {display: none;}
}


/*------ ニュースカテゴリー --------*/

.top_newstitle {
    min-height: 3em;
}

.rule .cat_news ,.rule .cat_press,.rule .cat_event {
    display: inline-block;
}

.rule .cat_news a{
    display: inline-block;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    color: #008ab2;
}
.rule .cat_press a{
    display: inline-block;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    color: #00b104;
}
.rule .cat_event a{
    display: inline-block;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    color: #d7007f;
}
.rule a {
    color: #555;
}


.rule .rule-num {
    display: inline-block;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    color: #444444;
}
.rule .rule-txt {
    display: block;
    text-align: left;
    margin-top: 4px;
    font-weight: bold;
    color: #444;
    font-size: 14px !important;
    line-height: 1.44em!important;
    letter-spacing: 0;
}
.card .card-image {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.card .card-content {
    padding: 18px 20px 14px 20px;
    border-radius: 0;
    display: block;
}
.card .card-content h2 {
    font-size: 16px;
    letter-spacing: 0.08em;
    color: #3a2d3f;
    margin-bottom: 20px;
}



.section_title {
    width: 100%;
    max-width: 1024px;
    height: 50px;
    margin: 0 auto 30px auto;
    background: url(../images/title_bg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    vertical-align: top;
}
.section_title .title_icon {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.section_title h2 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    font-weight: normal;
    text-align: left;
    padding-left: 60px;
    vertical-align: top;
}
.section_title h2 span {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    line-height: 50px;
}
.title_more {
    display: block;
    position: absolute;
    height: 16px;
    line-height: 16px;
    right: 20px;
    font-size: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
}
.title_more span {
    width: 10px;
    height: 10px;
    display: inline-block;
}
.title_more img {
    width: 10px;
    height: 10px;
    vertical-align: initial;
    margin-left: 5px;
}
.section_sub_title {
    width: 100%;
    max-width: 924px;
    height: 40px;
    margin: 0 auto 30px auto;
    border-bottom: 2px solid #444;
    position: relative;
}
.section_sub_title h2 {
    margin: 0;
    color: #333;
    font-size: 18px;
    line-height: 50px;
    font-weight: 500;
    text-align: left;
    padding-left: 20px;
}
.section_sub_title h2 span {
    display: inline-block;
    font-weight: 300;
    font-size: 12px;
    line-height: 50px;
}


.top_content {
    min-width: 980px;
    margin: 0 auto;
}

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

    .top_content {
        min-width: inherit;
        padding-top: 20px!important;
    }
    .section_title {
        width: 100%;
        max-width: inherit;
        height: auto;
        margin: 30px auto 30px auto;
        background:none;
        background-repeat: no-repeat;
        background-size: 100% auto;
        position: relative;
        padding: 40px 0 0 0;
    }
    .section_title .title_icon {
        position: absolute;
        display: block;
        width: 30px;
        height: 30px;
        left: 0;
        right: 0;
        top: 0;
        bottom: auto;
        margin: auto;
    }
    .section_title h2 {
        margin: 0;
        color: #fff;
        font-size: 18px;
        color: #2a1f46;
        line-height: inherit;
        font-weight: 500;
        text-align: left;
        padding: 0;
        text-align: center;
    }
    .section_title h2 span {
        display: block;
        font-size: 10px;
        line-height: inherit;
    }
    .title_more {
        display: none;
    }

    .rule .rule-txt {
        font-size: 12px!important;
    }
    .card .card-content {
        padding: 8px 0 8px 0;
    }
    .card {
        box-shadow: none;
        margin: 0;
        padding-bottom: 0;
        transform: scale(1);
        transition: transform 200ms;
    }
    .sp_btn img {
        width: 50%;
        margin: 0 auto 3em auto;
    }

    .section_sub_title {
        width: 86%;
        max-width: inherit;
        height: 50px;
        margin: 0 auto 40px auto;
        border-bottom: 2px solid #444;
        position: relative;
    }
    .section_sub_title h2 {
        margin: 0;
        color: #333;
        font-size: 14px;
        line-height: 1.5em;
        font-weight: bold;
        text-align: left;
        padding-left: 0px;
    }
    .section_sub_title h2 span {
        display: inline-block;
        font-weight: normal;
        font-size: 10px;
        line-height: 50px;
    }

}

/*------ サービス --------*/

.top_left_cont .graph_01 {
    margin-bottom: 6em;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.top_left_cont .section_h2 {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.08em;
    font-weight: normal;
}

.service_section {
    padding:  0 0 4em;
}

.top_product {
    padding: 4em 0;
}
.production_box {
    width: 90%;
}
.service_btn {
    display: block;
    margin: 4em 0 0 0;
}

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

    .top_left_cont .section_h2 {
        font-size: 16px;
        line-height: 1.4em;
        text-align: center;
        letter-spacing: 0.08em;
    }
    .top_left_cont .graph_01 {
        margin-bottom: 3em;
    }
    .top_left_cont {
        padding: 10px 0 0 0!important;
    }
    .top_left_cont .graph_01 {
        width: 100%;
    }
}

/*------ プロダクト --------*/

.section_product {
    width: 824px;
    margin: 0 auto;
    padding: 3em 0;
}
.section_product .card-content {
    padding: 0 24px 14px 24px;
}
.card-content h2 {
    position: relative;
    margin: 0 0 10px 0;
    text-align: left;
    padding-top: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c5c5c5;
}
.card-content h2:after {
    content: "";
    background: url(../images/arrw_gr_r.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 18px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6px;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    .section_product {
        width: 80%;
        margin: 0 auto;
        padding: 0;
    }
    .sp_product_logo {
        height: 30px;
        width: auto;
    }
}

/*------ 会社情報 --------*/

.s_simb {
    margin-top: 5em;
    margin-bottom: 4em;
}
.company_polisy h3{
    font-size: 14px;
    letter-spacing: 0.08em;
    font-weight: normal!important;
    color: #3a2d3f;
    text-align: center;
    margin: 6em auto 4em;
}
.section_company {
    width: 824px;
    margin: 0 auto;
    padding: 0 0 80px 0;
}
.section_recruit {
    width: 824px;
    margin: 0 auto;
    padding: 40px 0 80px 0;
}
.comp_table {
  border-collapse: collapse;
  width: 100%;
}
.comp_table th,
.comp_table td {
  padding: 10px;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.comp_table td {
     color: #3a2d3f;
    padding-left: 4em;
}
.comp_table th {
    color: #3a2d3f;
  text-align: left;
    padding: 20px 20px 20px 4em;
    border-right: 1px solid #cfcfcf;
  width: 24%;
}

.section_recruit .card .card-content {
    padding: 28px 20px 14px 30px;
    border-radius: 0;
    display: block;
}
.section_recruit .card .card-content h2:after {
    display: none;
}
a p {
    color: #555;
}

@media only screen and (max-width: 767px) {
    .section_company {
        width: 80%;
        margin: 0 auto;
        padding: 0 0 80px 0;
    }
    .section_recruit {
        width: 90%;
        margin: 0 auto;
        padding: 0 0 80px 0;
    }
    .section_recruit .card {
        padding:16px;
        border: 1px solid #eee;
        background: #fff;
        margin-bottom: 20px;
    }
    .comp_table {
        width: 80%;
        margin: 0 auto;
    }

    .comp_table th,
    .comp_table td {
      padding: 10px;
      border-top: 1px solid #cfcfcf;
      border-bottom: 1px solid #cfcfcf;
    }
    .comp_table td {
        display: block;
        color: #3a2d3f;
        padding-left: 0;
        text-align: left;
    }
    .comp_table th {
        display: block;
        color: #3a2d3f;
        text-align: left;
        padding: 20px 0 20px 0;
        border-top: none;
        border-bottom: none;
        border-right: none;
        width: 100%;
    }


    .section_product .card-content {
        padding: 0 0 14px 0;
        margin-bottom: 20px;
    }
    .company_polisy h3{
        font-size: 14px;
        line-height: 1.6em;
        letter-spacing: 0.08em;
        font-weight: normal!important;
        color: #3a2d3f;
        text-align: center;
        margin: 3em auto;
    }
    .section_recruit .card .card-content {
    padding: 8px 0px 0 0px;
    border-radius: 0;
    display: block;
}

}

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

}

.breadcrumbs {
    width: 1024px;
    margin: 0 auto;
}
.breadcrumbs a{
    color: #333;
}
.bre_inline {
    position: absolute;
    font-size: 12px;
    color: #fff;
    margin-top: 20px;
}
.bre_inline span {
    font-size: 12px;
    letter-spacing: 0.08em;
    font-weight: normal;
    color: #fff;
}


.no_headimg .breadcrumbs {
    width: 1024px;
    margin: 0 auto;
}
.no_headimg .bre_inline {
    font-size: 12px;
    color: #888;
    padding-top: 20px;
    margin-top: 20px;
    position: inherit;
}
.no_headimg .bre_inline span {
    font-size: 12px;
    letter-spacing: 0.08em;
    font-weight: normal;
    color: #888;
}
@media screen and (max-width: 980px) {
    .breadcrumbs {
        width: 90%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 767px) {
    .breadcrumbs {
        width: 100%;
        margin: 0 auto;
    }
    .bre_inline {
        position: absolute;
        top: 0px;
        left: 20px;
        font-size: 10px;
        color: #fff;
        margin-top: 20px;
    }
    .bre_inline span {
        font-size: 10px;
        letter-spacing: 0.08em;
        font-weight: normal;
        color: #fff;
    }

    .no_headimg .breadcrumbs {
        width: 90%;
        margin: 0 auto;
    }
    .no_headimg .bre_inline {
        padding-top: 0px;
        margin-top: 20px;
        position: inherit;
    }

}

/* MESSAGE
---------------------------------*/

    .section_message {
        width: 824px;
        margin: 0 auto;
        padding: 0 0 40px 0;
    }

    .message_img {
        width: 80%;
        margin: 0 auto;
        height: auto;
    }
    .message_area .company_list_contents .section_sub_title {
        width: 100%!important;
    }
    .message_area .company_list_contents {
        width: 100%!important;
        padding: 50px 30px;
    }
    .message_area .company_list_contents_mini {
        background: none;
        padding: 0
    }
    .message_area .company_list_contents_mini .sp_100 {
        margin-bottom: 30px;
    }
    .message_area .company_list_contents_mini .sp_100 > div {
        padding: 30px 30px;
        background: #fff;
    }

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

    .message_area .company_list_contents .section_sub_title {
        width: 90%!important;
        margin: 0 auto 10px;
    }
    .section_message {
        width: 90%;
        margin: 0 auto 40px auto;
        padding: 0 0 0px 0;

    }
    .message_img {
        width: 100%;
        margin: 0px auto 20px auto;
        height: auto;
    }
    .profile {
        width: 90%;
        margin: 0 auto;
    }

    .message_area .section_sub_title {
        width: 100%;
        max-width: inherit;
        height: auto;
        margin: 20px auto 20px auto;
        border-bottom: 2px solid #444;
        position: relative;
    }
    .message_area .section_sub_title h2 {
        margin: 0 0 10px 0;
        color: #333;
        font-size: 20px;
        line-height: 1.5em;
        font-weight: bold!important;
        text-align: left;
        padding-left: 0px;
    }
    .message_area .section_sub_title h2 span {
        display: block;
        font-weight: normal;
        font-size: 10px;
        line-height: 14px;
    }


    .message_area .company_list_contents {
        width: 90%!important;
        max-width: 924px;
        padding: 0 0px 30px 0px;
        margin: 0 auto 30px auto;
        position: relative;
        border-bottom: none;
    }
    .message_area .company_list_contents_mini {
        background: none;
        padding: 0;
    }

    .message_area .company_list_contents_mini .sp_100 {
        background: #fff;
        padding: 10px 0 30px 0;
        margin-bottom: 30px;
    }
    .message_area .company_list_contents_mini .sp_100 > div {
        padding: 0px;
        background: #fff;
    }

}



/* POST CONTENTS
---------------------------------*/


.hentry img {
    max-width: 100%;
    height: auto;
    margin: 20px auto 30px;
}



/* COMPANY
---------------------------------*/
.top_cont_inner {
    background: #f2f2f2;
}
h2.message {
    font-size: 24px!important;
    font-weight: bold!important;
    text-align: center!important;
    margin: 3em auto 2em!important;
}
@media screen and (max-width: 767px){
    h2.message {
        font-size: 24px!important;
        font-weight: bold!important;
        text-align: center!important;
        margin: 1em auto 2em!important;
    }
}

.company_list_contents {
    width: 100%;
    max-width: 924px;
    padding: 30px;
    margin: 0 auto 30px auto;
    position: relative;
    background: #fff;
}
.company_list_contents .section_sub_title {
    width: 100%;
    max-width: 924px;
    height: auto;
    margin: 0 auto 30px auto;
    border-bottom: 2px solid #444;
    position: relative;
}
    .company_list_contents .section_sub_title h2 {
        font-size: 20px;
        line-height: 1.6em;
        letter-spacing: 0.08em;
        font-weight: normal!important;
        color: #3a2d3f;
        text-align: left;
        padding-left: 0;
        margin: 18px 0 10px 0;
    }

    .section_sub_title h2 span {
        display: inline-block;
        font-weight: 300;
        font-size: 12px;
        line-height: inherit;
    }


.company_list {
    width: 90%;
    margin: 60px auto 0;
}
.company_list li {
    height: 148px;
    margin: 10px 0;
    padding-left: 10px;
    padding-right: 10px;
}
.company_list li a {
    display: block;
    color: #333;
    padding-left: 40px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    transition: .6s ;
    opacity: .9;
}
.company_list li a:hover {
    transition: .6s ;
    box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
    opacity: 1;
}
.company_list li a div {
    padding: 0;
}
.company_list li a div h3 {
    font-size: 24px;
}
.company_list li a div h3 span {
    font-size: 10px;
    display: block;
    margin-top: 5px;
}
.company_list li a div:first-child {
    padding-top: 30px;

}
.company_list li a div img {
    height: 148px;
}

.sp_top_btn {
    display: inline-block;
    margin: 0 auto;
    padding: 12px 30px 10px 50px;
    border-radius: 50px;
    border: 1px solid rgba(0,0,0,0);
    color: #fff;
    background: #4f3e59;
    font-size: 14px;
    letter-spacing: 0.06em;
    position: relative;
    transition: 0.3s ;
}
.sp_top_btn:after {
    content: "";
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 14px;
    background: url(../images/arrw_fortop.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    font-size: 0;
}
.sp_top_btn:hover {
    border: 1px solid #4f3e59;
    color: #4f3e59;
    background: none;
}

.sp_top_btn:hover:after {
    background: url(../images/arrw_fortop_hover.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    font-size: 0;
}

.bway_title {
    margin: 40px 0 60px;
    text-align: center;
}
.bway_title .bway {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.04em;
    margin-bottom: 16px;
    text-align: center;
}
.bway_title .bway span {
    font-size: 14px;
    margin-left: 4px;
}
.bway_title p {
    color: #3a2d3f;
    font-weight: bold;
    margin-top: 8px;
    line-height: 1.4em;
}

.bway_list {
    width: 85%;
    background: #fff;
    margin: 0 auto 24px;
    padding: 40px 50px 40px;
}
.bway_list .bway {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0.04em;
    margin-bottom: 2px;
}
.bway_list .bway span {
    font-size: 14px;
    margin-left: 10px;
}
.bway_list p {
    color: #3a2d3f;
    font-weight: bold;
}

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

.company_list {
    width: 100%;
    margin: 20px auto 0;
}
.company_list li {
    height: auto;
    padding-left: 5px;
    padding-right: 5px;
}
.company_list li a {
    padding: 0;
    opacity: 1;
}
.company_list li a div {
    padding:0;
    height: 100px;
    overflow: hidden;
    position: relative;
}
.company_list li a div:first-child {
    text-align: center;
    padding: 18px 0 10px;
    height: auto;
}
.company_list li a div h3 {
    font-size: 16px;
}
.company_list li a div img {
    width: 100%;
    position: absolute;
    top: -20%;
    left: 0;
}
.bway_list .bway span {
    font-size: 14px;
    display: block;
    margin-left: 0px;
}
.products_list .products_list_contents .bway_list {
    width: 100%;
    padding: 20px;
}
.bway_list p {
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
}
.company_list_contents {
    width: 100%;
    max-width: 924px;
    padding: 30px 30px 30px 30px;
    margin: 0 auto 30px auto;
    position: relative;
    border-bottom: 1px solid #c5c5c5;
}
.company_list_contents .col-sm-4 {
    padding:0;
}

}

/* NEWS RELEASE
---------------------------------*/

div.parallax{
    height:300px;
    min-width: 1024px;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    }

div.parallax_min{
    height:60px;
    }
div.parallax_min .breadcrumbs {
    width: 980px;
}

.content{
    padding:30px 0;
    }
.box{
    max-width: 1360px;
    margin: 0 auto;
    }
.box h2{
    line-height: 280px;
    font-size: 60px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 0;
    }
.parallax_img_1{
    background:url(../images/news/top_bg.png);
    }
.parallax_img_2{
    background:url(../images/service/top_bg.jpg);
    }
.parallax_img_3{
    background:url(../images/company/top_bg.jpg);
    }
.parallax_img_4{
    background:url(../images/recruit/top_bg.jpg);
    }

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

    div.parallax{
        height:160px;
        min-width: inherit;
        position: relative;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }
    div.parallax_min{
    height:54px;
    }
    div.parallax_min .breadcrumbs {
    width: 90%;
}

    .box h2{
        line-height: 150px;
        font-size: 60px;
        color: #fff;
        text-align: center;
        font-weight: bold;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        margin: 0;
        }
    .box h2 img {
        height: 80px!important;

    }
}


/* SERVICE
---------------------------------*/

.title_mainservice {
    font-size: 16px;
    position: relative;
    display: inline-block;
    padding: 0 55px;
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    }

    .title_mainservice:before, .title_mainservice:after{
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 32%;
    height: 1px;
    background-color: black;
    }

    .title_mainservice:before {left:0;}
    .title_mainservice:after {right: 0;}

.service_list {
    margin: 0 auto 4em auto;
    width: 80%;
}
.service_list li {
    padding-bottom: 20px;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 20px;
}
.service_list li h3 {
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 20px;
}
.service_list li h3 span{
    margin-right: 14px;
}
.service_list li h3 span img {
    vertical-align: top;
}
.list_title01 {
    color: #9f6a8d;
}
.list_title02 {
    color: #333333;
}
.list_title03 {
    color: #db534e;
}
.list_title04 {
    color: #e2a33b;
}
.list_title05 {
    color: #3393cc;
}
.list_title06 {
    color: #669933;
}
.list_title07 {
    color: #cc6699;
}
.list_title08 {
    color: #e0a13b;
}

.products_list {
    width: 90%;
    margin: 0 auto;
}

.products_list h2{
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: 0.08em;
    font-weight: bold!important;
    color: #3a2d3f;
    text-align: left;
    margin: 0px 0 10px 0;
}
.products_list h2.comp_font{
    font-size: 18px;
    line-height: 1.6em;
    letter-spacing: 0.08em;
    font-weight: 500!important;
    color: #3a2d3f;
    text-align: left;
    margin: 18px 0 0px 0;
    padding: 0;
}
.products_list_contents {
    width: 100%;
    max-width: 924px;
    padding-bottom: 30px;
    margin: 0 auto 30px auto;
    position: relative;
}
.products_list_btn {
    width: 90%;
    max-width: 924px;
    margin: 0 auto 30px auto;
}

.products_list .section_sub_title {
    width: 90%;
    height: auto;
    margin: 0 auto 20px auto;
}
.products_list .products_list_contents {
    width: 90%;
    padding: 10px 0 0 0;
}

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

    .service_list {
        width: 90%;
    }
    .title_mainservice {
        font-size: 16px;
        width: 90%;
        margin: 0 5%;
    }
    .title_mainservice:before, .title_mainservice:after {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 30%;
        height: 1px;
        background-color: black;
    }

    .products_list_contents {
        width: 90%;
        max-width: 924px;
        padding-bottom: 30px;
        margin: 0 auto 30px auto;
        position: relative;
    }
    .products_list .section_sub_title {
        width: 100%;
        margin: 0;

    }
    .products_list .products_list_contents {
        width: 100%;
        padding: 10px 0 0 0;
    }
    .products_list .products_list_contents > div {
        padding: 0;
    }

}

/* プライバシポリシー
---------------------------------*/
.section_company {
    width: 824px;
    margin: 0 auto;
    padding: 0 0 80px 0;
}
.numb_list {
    list-style-type: decimal;
    color: #8c6239;
}
.parapoli {
    padding-left: 3em;
}
.parapoli_in {
    padding-left: 2em;
}
.single-title {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #333;
}

.page_privacy h3{
    font-weight: bold;
    color: #666;
    font-size: 16px;
    margin: 20px 0 15px 0;
    text-transform: uppercase;
}
@media screen and (max-width: 767px){
    .section_company {
        width: 100%;
        margin: 0 auto;
        padding: 0 0 80px 0;
    }
}
/* CONTACT
---------------------------------*/
.wpcf7-not-valid-tip {
    color: #b54168;
}
.form-control {
    display: block;
    width: 96%;
    height: auto;
    padding: 1.8em 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #eee;
    background-image: none;
    border: 2px solid #eee!important;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: 500ms;
}
.form-control:hover,.form-control:active,.form-control:focus {
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    background: #fafafa;
    transition: 500ms;
}
.form-group {
    margin-bottom: 30px;
}

.btn-outline {
    font-size: 16px;
    font-weight: normal;
    padding: 18px 60px 14px;
    letter-spacing: 0.09em;
  border: 1px solid #be4f90 !important;
  background: #be4f90;
  color: #fff;
    transition: 500ms;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  border: 1px solid #be4f90 !important;
  background: #fff !important;
  color: #be4f90;

}
.wpcf7-submit {
    margin-top: 3em;
}
.wpcf7c-btn-confirm {
    margin-top: 40px;
}
.wpcf7-display-none {
    display: none;
}
@media screen and (max-width: 767px){
    #co-contact {
        width: 90%;
        margin: 0 auto;
    }
    .wpcf7-form .col-md-6 {
        padding: 0;
    }
    .form-control {
        width: 100%;
        padding: 1.2em 0;
        text-indent: 1em;
    }
}
/*************************
メディアクエリ
*************************/
@media screen and (max-width: 960px){
    .box{
        width:auto;
        }
    }
.page_topimg {
    position: relative;
    width: 100%;
    height: auto;
}

.topimg {
    position: absolute;
    top: 0;
    left: 0;
}


#sidebar {
    width: 230px;
    float: left;
}
#content {
    width: 100%;
    margin: 4em auto;
}
#inner-content {
    width: 840px;
    margin: 0 auto;
}
#main {
    width:560px;
    float: right;
}

.side_title {
    width: 100%;
    background: url(../images/news/side_title.svg);
    background-size: 100% auto;
    padding:10px 0 10px 24px;
    color: #333;
}

.side_nav {
    position: relative;
    border-bottom: 1px solid #e8e8e8;
}
.side_nav a{
    display: block;
    color: #333;
    padding:20px 0 18px 30px;
}
.nav_all:after {
    content: "";
    background: url(../images/news/arrw_all.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.nav_news:after {
    content: "";
    background: url(../images/news/arrw_news.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.nav_press:after {
    content: "";
    background: url(../images/news/arrw_press.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.nav_event:after {
    content: "";
    background: url(../images/news/arrw_event.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    width: 14px;
    height: 14px;
    left: 6px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.news_contents {
    border-bottom: 1px solid #e8e8e8;
    padding: 0 0 10px 0;
    margin-top: 10px;
}
.news_contents:first-child {
    margin-top: 0;
}
.side_newstitle {
    display: block;
    text-align: left;
    margin-top: 2px;
    font-weight: normal;
    color: #666;
    font-size: 14px !important;
    line-height: 1.44em!important;
    letter-spacing: 0;
}
@media screen and (max-width: 767px){

    #sidebar {
        display: none;
        width: 230px;
        float: none;
    }
    #content {
        width: 100%;
        margin: 2em auto;
    }
    #inner-content {
        width: 100%;
        margin: 0 auto;
    }
    #main {
        width:100%;
        float: none;
    }

}


/*------ pagination --------*/

div.pagination {
    text-align: center;
    padding:10px 0;
    position:relative;
    font-size:12px;
    line-height:13px;
    background:none;
    margin:10px 0 20px;
    vertical-align: middle;
}

div.pagination span, .pagination a {
    display: inline-block;
    *display:inline;
    zoom:1;
    margin: 4px 8px 2px 0 ;
    padding:10px 19px 8px 19px ;
    text-decoration:none;
    width:auto ;
    color:#666 ;
    background: #fff ;
    border:1px solid #999;
}

div.pagination a:hover{
    color:#fff ;
    background: #ccc;
    border:1px solid #ccc;
}

div.pagination .current {
    padding:10px 19px 8px 19px ;
    background: #9f6a8d;
    color:#fff ;
    border:1px solid #a13d2d;
}

/*------ FOOTER --------*/

.footer {
    width: 100%;
    min-width:100%;
    padding: 4em 0 0 0;
    background: #ededed;

}
.footer_in {
    width: 1024px;
    margin: 0 auto;
    padding: 0 30px;
}

.ft_navsub_block {
    margin-top: 10px;
}
.ft_navsub_block span a{
    display: inline-block;
    font-size: 10px;
    margin: 5px 0;
    color: #929292;
}
.footer_inbox {
    border-right: 1px solid #c5c5c5;
}
.footer_inbox:last-child {
    border:none;
}
.contact_block {
    text-align: left;
    padding: 0 20px;
    color: #333333;
}
.contact_block a {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    text-align: left;
    color: #333333;
}

.ft_logoarea {
    width: 90%;

}
.footer_bottom {
    background: #ededed;
    margin-top: 20px;
}

.ft_service_list {
    padding: 0;
    margin: 0 0 10px 0;
}
.ft_service_list {
    padding:  0 20px;
}
.ft_service_list li {
    display: inline-block;
    margin-right: 6px;
}
.ft_service_list h4 {
    font-size: 14px;
    line-height: 1em;
    padding: 0;
    margin: 0;
}
.ft_service_list h4 a {
    color: #333;
}
.ft_service_list p {
    font-size: 12px;
}

.ft_contactbox {
    display: block;
    border: 1px solid #4f3e59;
    color: #4f3e59;
    font-size: 13px;
    text-align: left;
    border-radius: 100px;
    position: relative;
    padding: 14px 20px 12px 60px;
    font-weight: bold;
    vertical-align: top;
    width: 90%;
}
.ft_contactbox img {
    position: absolute;
    top: 3px;
    bottom: 0;
    height: 18px;
    width: 22px;
    left: 28px;
    margin: auto;
}

@media only screen and (max-width: 767px) {
    .footer {
        width: 100%;
        padding: 4em 0 2em 0;
        background: #efefef;
    }
    .footer_in {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        border-left: none;
        border-right: none;
    }
    .contact_block {
        padding: 0;
        margin: 0;
    }
    .contact_block a {
        font-size: 10px;
    }
    .footer_inbox_sp {
        padding-bottom: 1em;
        border-bottom: 1px solid #c5c5c5;
    }
    .sp_ft_sns {
        padding: 10px 0;
        border-top: 1px solid #c5c5c5;
        text-align: center;
    }
    .sp_ft_sns li {
        text-align: center;
        display: inline-block;
        margin-right: 20px;
    }
    .sp_ft_sns li:last-child {
        margin-right: 0;
    }
    .footer_bottom {
        margin: 0;
        padding: 0;
        font-weight: normal;
    }
    .footer_bottom span {
        display: block;
        font-size: 10px;
        color: #777;
        font-weight: 300;
        text-align: center;
    }
    .r_top {
        background: #c7c7c7;
    }
    .r_top a img {
        position: absolute;
        top: 20px;
        right: 20px;
        padding:  0;
        width: 20px;
    }
    .pagetop {
        position: relative;
        width: 100%;
        height: 60px;
        text-align: right;
        display: block;
    }
    .pagetop span {
        text-align: right;
        color: #fff;
        font-size: 12px;
        display: block;
        margin-right: 50px;
        line-height: 60px;
        padding-top: 2px;
    }

    .ft_navsub_block {
        font-size: 10px;
    }

    .ft_contactbox {
        display: block;
        border: 1px solid #4f3e59;
        color: #4f3e59;
        font-size: 14px;
        text-align: center;
        border-radius: 6px;
        position: relative;
        padding: 20px 0 18px 0;
        font-weight: bold;
        vertical-align: top;
        width: 96%;
        margin: 0  auto 20px ;
    }
}

@media only screen and (max-width: 767px) {
    .service_section {
        padding: 0;
    }
    .top_cont_inner {
        padding-bottom: 0!important;
    }
    .s_simb {
        width: 80%;
        margin: 3em auto 4em auto;
    }
}
.page_error {
    text-align: center;
    padding: 4em 0;
    margin-bottom: 10em;
    margin-bottom: 10em;
}


/*------ wpcf7 --------*/

div.wpcf7-response-output {
    margin: 3em 0.5em 3em!important;
    padding: 1.2em 1em!important;
    border-radius: 4px;
    border: 1px solid #4f3e59!important;
}
div.wpcf7-validation-errors {
    color: #4f3e59;
    font-weight: bold;
    letter-spacing: 0.1em;
}
