@charset "utf-8";
/*
Theme Name: Build-Faith 346.1.7.2
Theme URI: http://www.b-faith.com/
Description: Build-Faith theme
Version: 1.7
Author: B-faith
Author URI: http://www.b-faith.com/
Tags: simple

    B-faith
     http://www.b-faith.com/

*/

@import url(https://fonts.googleapis.com/css?family=Noto+Serif+JP);

* {
    margin: 0;
    padding: 0;
}

html {
    background: #ffffff;
    font-size: 62.5%;
}

body {
    font: 1.3rem/1.6 "メイリオ", "Meiryo", arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    /* 1.3rem=13px 1.4rem=14px */
    color: #252525;
    letter-spacing: .1px;
    background: #fff;
}

a {
    color: #777;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

a:hover {
    color: #999;
    text-decoration: none;
}

a:active,
a:focus {
    outline: 0;
}

a:hover img.over {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha( opacity=50 )";
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
}

img {
    border: 0;
}

#main img,
div img {
    max-width: 100%;
    height: auto;
}

.clear {
    clear: both;
}

p {
    margin-bottom: 10px;
}


.center {
    text-align: center;
}

.right {
    text-align: right;
}

hr {
    border-width: 1px 0px 0px 0px;
    border-style: dotted;
    border-color: #cccccc;
    height: 1px;
    margin: 20px 0 15px 0;
    clear: both;
}

.hrn {
    border-width: 0;
    border-color: #fff;
}

.clearfix {
    clear-after: left;
}

.flex {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.flex-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-start.banner a {
    margin-right: 15px;
}

.mar20 {
    margin-bottom: 20px;
}

.mar30 {
    margin-bottom: 30px;
}

.mar50 {
    margin-bottom: 50px;
}

.mar80 {
    margin-bottom: 80px;
}

strong {
    color: #84aa33;
}

.red {
    color: #ff0000;
}

.blue {
    color: #78b6fb;
}

.f11 {
    font-size: 1.1rem;
}

.f12c {
    color: #84aa33;
    font-size: 1.2rem;
}

.f14 {
    font-size: 1.4rem;
}

.f16 {
    font-size: 1.6rem;
}

.f17 {
    font-size: 1.7rem
}

.f25 {
    color: #84aa33;
    font-size: 2.5rem;
}

.f30 {
    color: #84aa33;
    font-size: 3.0rem;
}

.w50 {
    width: 48%;
}

.indent8 {
    text-indent: 7.5em;
    display: inline-block;
}

.line-through {
    text-decoration: line-through;
}

/*******************************
全体幅
*******************************/
#header {
    margin: 0 auto;
    width: 100%;
}

#container,
.inner {
    margin: 0 auto;
    width: 1110px;
}


/*******************************
/* ヘッダー
*******************************/
#header {
    padding: 22px 0;
    height: 46px;
    background: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), to(#fefffd));
    background: linear-gradient(to bottom, #ffffff 50%, #fefffd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fefffd', GradientType=0);
}

#header ul,
#header .banners {
    font-weight: normal;
    position: absolute;
    top: 0;
    color: #252525;
    font-size: 1rem;
    line-height: 21px;
}

/* ロゴの位置 */
#header h2,
#header h2 a {
    width: 361px;
    height: 46px;
    display: block;
    background: url(images/logo.png) no-repeat;
    text-indent: -9999px;
}

#header h2 a {
    background: none;
}

#header h1 {
    width: 372px;
    height: 41px;
    font-weight: normal;
    font-size: 1.1rem;
    color: #90b939;
    vertical-align: middle;
    text-indent: -9999px;
    background: url(images/header_txt.png) 50% 50% no-repeat;
    background-size: contain;
}

#header btn {
    display: block;
    width: 306px;
    height: 45px;
}


/************************************
/* メインナビゲーション
************************************/
.mainnavArea {
    margin-bottom: 20px;
    background: url(images/bg_mainnavi.png) 0 0 repeat-x;
}

ul#mainnav {
    margin: 0 auto;
    width: 1110px;
    height: 76px;
}

/*
ul#mainnav li{float:left;list-style:none;width:185px;}

ul#mainnav a{
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	width: 185px;
	height: 76px;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
}

ul#mainnav a#menu1 {background: url(images/navi01.png) no-repeat 50% 0;}
ul#mainnav a#menu2 {background: url(images/navi02.png) no-repeat 50% 0;}
ul#mainnav a#menu3 {background: url(images/navi03.png) no-repeat 50% 0;}
ul#mainnav a#menu4 {background: url(images/navi04.png) no-repeat 50% 0;}
ul#mainnav a#menu5 {background: url(images/navi05.png) no-repeat 50% 0;}
ul#mainnav a#menu6 {background: url(images/navi06.png) no-repeat 50% 0;}


ul#mainnav a#menu1:hover, ul#mainnav li.active a#menu1 {background: url(images/navi01.png) no-repeat 50% -76px;}
ul#mainnav a#menu2:hover, ul#mainnav li.active a#menu2 {background: url(images/navi02.png) no-repeat 50% -76px;}
ul#mainnav a#menu3:hover, ul#mainnav li.active a#menu3 {background: url(images/navi03.png) no-repeat 50% -76px;}
ul#mainnav a#menu4:hover, ul#mainnav li.active a#menu4 {background: url(images/navi04.png) no-repeat 50% -76px;}
ul#mainnav a#menu5:hover, ul#mainnav li.active a#menu5 {background: url(images/navi05.png) no-repeat 50% -76px;}
ul#mainnav a#menu6:hover, ul#mainnav li.active a#menu6 {background: url(images/navi06.png) no-repeat 50% -76px;}
*/




/*******************************
メイン画像
*******************************/
#mainImage,
.home #mainImage {
    width: 100%;
    overflow: hidden;
    background:
        url(images/bg_mainimg_1-1.jpg) 50% 0 no-repeat,
        url(images/bg_mainimg2.jpg) 50% 0 repeat-x;
}

#mainImage {
    /*    background-position: 80% 0;*/
    background-size: auto 100%;
}

.home #mainImage .inner,
#mainImage .inner {
    position: relative;
    min-height: 600px;
}

#mainImage .inner {
    min-height: 283px;
}



.home #mainImage .inner .polaSlide,
#mainImage .inner .polaSlide,
#mainImage .inner .guide {
    position: absolute;
}

.home #mainImage .inner .polaSlide {
    top: 30px;
    right: -100px;
    display: block;
    width: 611px;
    height: 450px;
}

#mainImage .inner .polaSlide {
    top: -25px;
    right: 0;
    width: 400px;
}

.home #mainImage .inner .guide {
    left: 150px;
}

#mainImage .inner .guide {
    bottom: -5px;
    display: block;
    width: 505px;
    height: 165px;
}

#mainImage .flexslider {
    background: none;
    border: 0;
}

/*******************************
コンテンツ位置
*******************************/
#container {
    clear: both;
    padding: 20px 0;
}

#main {
    float: left;
    width: 826px;
    padding-bottom: 40px;
}

#sidebar {
    float: right;
    width: 255px;
    padding-bottom: 40px;
}


/*************************
/* ボックス
*************************/
.split3 {
    margin-bottom: 30px;
    width: 353px;
}

.page .split3 {
    width: 255px;
}

.Split3 img {
    margin-bottom: 10px;
}

.noteLine {
    line-height: 26px;
    background: url(images/bg_note_line.png) 0 0 repeat;
}

.txtBox {
    display: block;
    width: 60%;
}

.txtBox img {
    margin-bottom: 13px;
}

.imgBox {
    padding: 0 20px;
    width: 267px;
}

.big-txt {
    padding: 20px;
    text-align: center;
    color: #84aa33;
    font-size: 3.0rem
}


.dayFlow-Area {
    margin-bottom: 40px;
    padding: 20px;
    box-shadow: rgba(58, 77, 18, 0.2) 1px 1px 3px 1px;
    -webkit-box-shadow: rgba(58, 77, 18, 0.2) 1px 1px 3px 1px;
    -moz-box-shadow: rgba(58, 77, 18, 0.2) 1px 1px 3px 1px;
}

.inBlock {
    width: 545px;
    display: inline-block
}

.dayFlow-Area img {
    max-width: 190px;
}

.ttl-box {
    padding: 24px 10px;
    display: inline-block;
    width: 137px;
    height: 54px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 2.4rem;
    border-radius: 7px;
    background: #fa7aa6;
}

.sTxt {
    font-size: 1.5rem;
    font-weight: normal;
}

.ttl-box.green {
    background: #8cb563;
}


.mini-title {
    margin-bottom: 5px;
    font-weight: bold;
    text-align: center;
    color: #84aa33;
}

.attention-box {
    margin-bottom: 30px;
    padding: 20px;
    border-top: 2px solid #ecd9ac;
    background: #fffcf5;
}

.btnBox {
    display: block;
    padding: 10px;
    text-align: center;
    border-radius: 7px;
    background:
        url(images/icon_arrow_btn.png) 18px 50% no-repeat,
        url(images/bg_green.png) repeat;
}

.btnBox a,
a.btnBox {
    color: #fff;
    text-decoration: none;
}

.btnBox a:hover,
a:hover.btnBox {
    color: #efefef;
    text-decoration: none;
}

.btnBox a:active,
a:active.btnBox,
a:focus {
    outline: 0;
}


/*
.paper {
    margin-bottom: 40px;
    padding: 78px 15px 20px;
    line-height: 35px;
    background: url(images/paper_foot.png) 0 100% no-repeat,
        url(images/paper_top.png) 0 0 no-repeat,
        url(images/paper_mid.png) 0 0 repeat-y;
}
*/

.change p {
    line-height: 35px;
    margin-bottom: 38px;
}



#main .inner {
    width: auto;
    text-align: center;
}

.pointBox {
    margin-bottom: 30px;
    padding: 20px;
    border: 4px solid #f3e8e2;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomleft: 15px;
}

.pointBox2 {
    padding: 10px;
    border: 7px solid #bffab3;
    border-radius: 15px;
    background: #f2fff2;
}

.page .pointBox2 .split3 {
    margin-bottom: 0;
}



.megamenu {
    padding: 10px 150px 10px 10px;
    margin-bottom: 40px;
    width: auto;
    border-radius: 8px;
    border: 8px solid #e9f4d3;
    background: url(images/bg_megamenu_child.jpg) 110% 50% no-repeat;
}


/* tag */
.ebg {
    padding: 2px 5px;
    margin: 0 10px;
    color: #fff;
    background-color: #9aabc8;
}

#date {
    text-align: right;
    padding-right: 5px;
    padding-top: 15px;
    padding-bottom: 10px;
    color: #858585;
}

#date a {
    color: #858585;
    text-decoration: none;
}

#date a:hover {
    color: #efefef;
    text-decoration: none;
}

#date a:active,
a:focus {
    outline: 0;
}

#next {
    clear: both;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.box_img_border {
    border: 1px solid #cccccc;
    padding: 1px;
    margin: 1px;
}

/* 最後のbox */
.last {
    margin-right: 0;
}

/* パンくずリスト */
.Breadcrumb_radius {
    clear: both;
    font-size: 1.1rem;
    padding: 10px;
    background: #faf2f2;
    border: 1px solid #efefef;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

/*************
/* 見出し
*************/
/*
#main h2,
.split3 h2 {
    clear: both;
    padding: 15px 5px;
    text-align: right;
    color: #fff;
    font-weight: normal;
    font-size: 2.4rem;
    background: url(images/ttl_01.png) 0 0 no-repeat;
}
*/

#main h2 {
    margin-bottom: 20px;
    clear: both;
    padding: 10px 20px;
    font-weight: normal;
    font-size: 2.4rem;
    text-align: center;
    background: url(images/dottoline.png) 50% 100% no-repeat,
        url(images/icon_left.png) 0 50% no-repeat,
        url(images/icon_right.png) 100% 50% no-repeat;
}

h2 .point {
    color: #e8a449;
}

/*
.split3 h2.blue {
    background: url(images/ttl_02.png) 0 0 no-repeat;
}

.split3 h2.green {
    background: url(images/ttl_03.png) 0 0 no-repeat;
}
*/

/*
.home #main h3 {
    border: 1px solid #ffcccc;
    background: url(images/ttl_04.png) 0 50% no-repeat;
}
*/

#main h3 {
    clear: both;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: normal;
    font-size: 2.4rem;
    color: #80be41;
    background: url(images/ttl_07.png) 50% 80% no-repeat;
}

.ttl_area {
    margin-bottom: 20px;
    text-align: center;
}

#main .ttl_area h3 {
    margin-bottom: 0;
    padding: 0;
}

#main h4,
.ttl_sub2 {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 26px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: normal;
    background: url(images/ttl_04b.png) 0 50% no-repeat,
        url(images/ttl_04b.png) 100% 50% no-repeat;
}

.ttl_sub {
    clear: both;
    margin-bottom: 10px;
    padding: 22px 10px 22px 75px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #82b41c;
    background: url(images/ttl_06.png) 0 0 no-repeat;
}

/*
.ttl_sub2 {
    padding: 10px 10px 5px 73px;
    font-size: 1.5rem;
    color: #80be41;
    border-bottom: 2px solid #ffef63;
    background: url(images/icon_slide.png) 0 50% no-repeat;
}
*/




/* サイドバー */
#sidebar h2 {
    padding: 25px 10px 21px;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    background: url(images/side_ttl.png) 0 50% no-repeat;
}

/*************
/* リスト
*************/
#main ul {
    margin-left: 5px;
}

#main ul li,
#footerUpper ul li {
    list-style: none;
    margin-bottom: 8px;
    padding: 0 5px 0 12px;
    background: url(images/bullet.gif) no-repeat 0 5px;
}

#main ul {
    margin-bottom: 30px;
}

#sidebar ul {
    margin-left: 3px;
}

#main dl dd ul,
#main .pointBox ul {
    margin-bottom: 0;
}

/*　会社概要のリスト　*/
dl.Company {
    margin: 10px 0 20px 10px;
    border-bottom: 1px dotted #ccc;
}

dl.Company dt {
    clear: left;
    float: left;
    margin: 0 0 0.8em;
    width: 10em;
    border-left: solid 4px #90c426;
    border-top: 1px dotted #ccc;
    padding: 10px 0 10px 10px;
    font-weight: bold;
}

dl.Company dd {
    margin-bottom: 0.8em;
    margin-left: 7.5em;
    padding: 10px 0 10px;
    border-top: 1px dotted #ccc;
    overflow: hidden;
}

/*　募集要領リスト　*/
dl.recruit {
    margin: 10px 0 20px;
    border-bottom: 1px dotted #ccc;
}

dl.recruit dt {
    clear: left;
    float: left;
    margin: 0 0 0.8em;
    padding: 10px 10px 10px 18px;
    width: 25%;
    border-top: 1px dotted #ccc;
    color: #d94f7e;
    background: url(images/icon_en.png) 0 45% no-repeat;
}

dl.recruit dd {
    margin-bottom: 0.8em;
    margin-left: 7.5em;
    padding: 10px 0 10px;
    border-top: 1px dotted #ccc;
    overflow: hidden;
}

/*　個人情報保護のリスト　*/
dl.list dt {
    margin-top: 1em;
    width: 100%;
    border-bottom: dotted 1px #505050;
    font-weight: bold;
    color: #cc9999;
}

dl.list dd {
    margin-top: 0.5em;
}

/*　topix　iconあり*/
dl.topix {
    margin-bottom: 30px;
}

dl.topix dt {
    clear: left;
    float: left;
    color: #62ab32;
    margin: 0 0 0.5em 0;
    width: 6.8em;
    padding: 5px 0 10px 93px;
}

.topix .news_c {
    background: url(images/news_icon01.png) no-repeat 0 30%;
}

.topix .event_c {
    background: url(images/news_icon02.png) no-repeat 0 30%;
}

.topix .blog_c {
    background: url(images/news_icon03.png) no-repeat 0 30%;
}

dl.topix dd {
    margin-bottom: 0.5em;
    padding: 5px 0 10px;
    width: 100%;
    border-bottom: 1px dotted #ccc;
}


/*　Q&A　*/
dl.question dt {
    margin-bottom: 10px;
    padding: 10px 0 10px 36px;
    font-size: 1.5rem;
    color: #688c1d;
    border-bottom: 1px dotted #ccc;
    background: url(images/icon_q.png) 0 50% no-repeat;
}

dl.question dd {
    padding-left: 36px;
    margin-bottom: 40px;
    background: url(images/icon_a.png) 0 0 no-repeat;
}

dl.topix a {
    color: #252525;
    text-decoration: none;
}

dl.topix a:hover {
    color: #ddd;
    text-decoration: none;
}

dl.topix a:active,
a:focus {
    outline: 0;
}

/*************
サイド（右側）コンテンツ
*************/
#sidebar ul {
    margin-bottom: 10px;
}

#sidebar li a {
    display: block;
}

/*　カスタムメニュー　*/
#sidebar #menu {
    padding: 10px;
    margin-bottom: 10px;
    width: auto;
    border-radius: 8px;
    background: #e9f4d3;
}

#menu ul li {
    list-style: none;
    padding: 15px 5px 15px 40px;
    background: url(images/icon_side_arrow.png) no-repeat 10px 50%,
        url(images/sidemenu_bg.png) repeat-x 0 100%;
}



/*　コンテンツトップメニュー　*/
.megamenu #menu ul li {
    list-style: none;
    padding: 10px 5px 10px 40px;
    background: url(images/icon_side_arrow.png) no-repeat 10px 50%;
}

.megamenu #menu ul {
    width: 33%;
}

/*　end　*/


#menu ul {
    margin-bottom: 0;
    margin-left: 0;
}

#menu .side_last {
    border-bottom: none;
    padding: 5px 5px 0 35px;
}

#menu .side_last {
    background: url(images/side_bullet.gif) no-repeat 10px 55%;
}

#menu a {
    color: #252525;
    text-decoration: none;
}

#menu a:hover {
    color: #999;
    text-decoration: none;
}

#menu a:active,
a:focus {
    outline: 0;
    text-decoration: none;
}



/* side map */
.mapArea {
    margin-bottom: 10px;
    padding: 4px;
    overflow: hidden;
    border: 1px solid #ffcccc;
    box-shadow: rgb(255, 255, 255) 0px 0px 4px 3px inset;
    -webkit-box-shadow: rgb(255, 255, 255) 0px 0px 4px 3px inset;
    -moz-box-shadow: rgb(255, 255, 255) 0px 0px 4px 3px inset;
}


/* kokuban */
.blockBoard {
    margin-bottom: 20px;
    text-align: center;
    height: 156px;
    background: url(images/side_blackboard.png) 0 0 no-repeat;
}

.blockBoard img {
    margin-top: 100px;
}

/*******************************
/* フッター
*******************************/
#footerUpper {
    font-size: 1.2rem;
    clear: both;
    padding: 45px 0;
    color: #fff;
    background: url(images/bg_pattern_gr.png) 0 0 repeat-x;
}

#footerUpper .inner {
    position: relative;
}

#footerUpper .inner #toTop {
    position: absolute;
    right: 0;
    top: -72px;
}

#footerUpper .inner .logoArea,
#footerUpper .inner .box {
    width: 267px;
    margin: 0 0 10px 0;
    line-height: 1.2;
}

#footerUpper .inner .listArea {
    width: 830px;
}


#footerUpper ul li {
    margin-bottom: 10px;
    color: #fff;
    background: url(images/icon_arrow.png) no-repeat 0 3px;
}

#footerUpper .tel,
section .tel {
    padding: 15px 0;
    width: 100%;
    height: 33px;
    text-align: center;
    background: #6e9b15;
    border: 1px solid #99c542;
}

#footerLower {
    clear: both;
    padding: 10px;
    text-align: center;
}

address {
    color: #7fb219;
    font-style: normal;
    font-size: 1.1rem;
}


#footerUpper a {
    color: #fff;
    text-decoration: none;
}

#footerUpper a:hover {
    color: #fff;
    text-decoration: none;
}

#footerUpper a:active,
a:focus {
    outline: 0;
}


#footerLower a {
    color: #7fb219;
    text-decoration: none;
}

#footerLower a:hover {
    color: #7fb219;
    text-decoration: none;
}

#footerLower a:active,
a:focus {
    outline: 0;
}

/*************
テーブル
*************/
table {
    border-collapse: collapse;
    width: 100%;
}

table,
th,
td {
    margin-bottom: 40px;
}

td,
th {
    padding: 10px 8px;
    vertical-align: middle;
    background: #fafff1 repeat-x 0 0;
    border: 1px solid #ffef63;
}

th {
    width: 20%;
    font-weight: normal;
    background-color: #f2feda;
}

.recruitment-2 th:first-child,
.recruitment-2 td:first-child {
    width: 5%;
    text-align: center;
}

.recruitment-2 th:nth-child(n+3),
.recruitment-2 td:nth-child(n+3) {
    width: 5%;
    text-align: center;
}

tr {
    background: #fcfdfe;
}

tr.odd {
    background: #f7f9fc;
}

#trust-form ul li,
#trust-form ul li {
    padding-left: 0;
    background-image: none;
}

#trust-form th {
    padding: 10px;
    text-align: left;
}

#trust-form td {
    padding: 10px;
    text-align: left;
}

table.event th,
table.event td {
    width: 20%;
    text-align: left;
}

table.event td {
    width: 35%;
}

table.left th,
table.left td {
    width: 30%;
    text-align: left;
}

table.left td {
    width: 25%;
}

table.price th,
table.price td {
    width: 50%;
    text-align: center;
}

/*******************************
/* 問い合わせフォーム
*******************************/
/*　フォーム入力欄文字サイズ　*/
input,
select,
textarea {
    padding: 2px;
}

input {
    vertical-align: 0;
}

/*　フォーム送信ボタンサイズ　*/
#confirm-button {
    text-align: center;
}

input[name="send-to-confirm"],
input[name="return-to-input"],
input[name="send-to-finish"],
input[name="wp-submit"] {
    padding: 10px;
    width: 25%;
}

/*******************************
/* trust-form
*******************************/
#trust-form {
    text-align: left;
}


#main div.contact-form {
    height: auto;
    width: 100%;
}

div.contact-form div.submessage {
    font-size: 80%;
}

#main div.contact-form span.require {
    margin-left: 3px;
    color: red;
}

#main div.contact-form div.error {
    color: red;
}

/*******************************
/* ページャー
*******************************/
.pager {
    text-align: center;
}

a.page-numbers,
.pager .current {
    background: rgba(0, 0, 0, 0.02);
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 5px 8px;
    margin: 0 2px;
}

.pager .current {
    background: rgba(0, 0, 0, 1);
    border: solid 1px rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
}


/*******************************
/* SNS BTN
*******************************/
.snsbox {
    padding: 10px 0;
    width: 715px;
    clear: both;
    border-top: 1px dotted #ccc;
}

#main .sns .snsb li {
    float: left;
    margin-right: 10px;
    list-style-type: none;
}

#main .snsb li {
    float: left;
    margin-right: 10px;
    list-style-type: none;
    background-image: none;
}

/*******************************
/* PC用非表示
*******************************/
.none {
    display: none;
}

/*******************************
/* jetpack
*******************************/
#main .contact-form label {
    font-weight: normal;
}

/*******************************
/* デフォルトギャラリー
*******************************/
#main .gallery-item img {
    border: 2px solid #f2feda;
    border-radius: 14px;
}

/*******************************
/* スライダー
*******************************/
.polaSlide .flex-direction-nav a {
    height: auto;
}


/*******************************
/* 20.08.04修正
*******************************/
.home .main-link-btn1 {
    position: absolute;
    bottom: 27%;
    left: 5%;
    padding: 15px 30px 15px 60px;
    border-radius: 10px;
    text-decoration: none;
    background-color: #ff7faa;
    color: #fff;
    display: block;
    font-size: 2rem;
    font-weight: bold;
    font-family: 'Noto Sans Japanese';
}

.main-link-btn1 {
    position: absolute;
    bottom: 58%;
    left: 5%;
    padding: 15px 30px 15px 60px;
    border-radius: 10px;
    text-decoration: none;
    background-color: #ff7faa;
    color: #fff;
    display: block;
    font-size: 2rem;
    font-weight: bold;
    font-family: 'Noto Sans Japanese';
}

.main-link-btn1::before {
    background: url(images/btn_bg01.png) 50% 50% no-repeat;
    width: 80px;
    height: 80px;
    background-size: contain;
    content: "";
    margin: 0;
    top: -5px;
    position: absolute;
    left: -30px;
    color: #FFF;
    font-weight: 800;
}

.main-link-btn1:hover {
    color: #fff;
    opacity: 0.85;
}

#main ul.recruitment-btn-list {}

#main ul.recruitment-btn-list li {
    background: none;
    text-align: center;
    margin-bottom: 2.5rem;
}

.recruitment-btn {
    display: block;
    text-decoration: none;
    font-family: 'Noto Sans Japanese';
    font-size: 3rem;
    color: #363636;
}

.recruitment-btn:hover {
    color: #e27098;
    opacity: 0.75;
}

.recruitment-btn::before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    margin: 0;
    top: 0;
    position: relative;
    padding-right: 10px;
    padding-left: 0;
    font-weight: 800;
    color: #e27098;
}

/*******************************
// Extra small devices (portrait phones, less than 6806px)
*******************************/

@media(max-width:599.98px) {
    .main-link-btn1 {
        position: relative;
        text-align: center;
        max-width: 300px;
        margin: 2rem auto;
        font-size: 1.6rem;
        left: 10px;
        padding: 15px 30px 15px 3em;
    }

    .home .main-link-btn1 {
        position: static;
        text-align: center;
        width: 300px;
        margin: 2rem auto;
    }

    .main-link-btn1::before {}
}
