@charset  "utf-8";

/*■【全体設定】■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
*{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

html{
	height:100%;
}

body {
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans',YuGothic,'Yu Gothic','メイリオ', Meiryo,sans-serif;
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.5;
	height:100%;
}

body > .side {
  height: auto; /* 要素を超えた分の背景が伸びないブラウザ用 */
}

a{
	color: #222;
	text-decoration:none;
}

a:visited{
	color: #222;
}

a:hover{
	color: #82793a;
	text-decoration:none;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align:bottom;
}
/*
p{
    word-break: break-all;
}
*/
/*折り返し無効-----*/
br.sp_return{
	display:none;
}


.container {
	overflow:hidden;
    background: #666252;
}

.container__inner {
	max-width: 1200px;
    background: #fffef7;
    margin: 0 auto;
    border-left: 10px solid #ffffff;
    border-right: 10px solid #ffffff;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.wrap{
    padding-top: 80px;
	box-sizing:border-box;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display:flex;
}

/*アイコンフォント - Google マテリアルアイコン -----*/
/* サイズの調整する場合 */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-60 { font-size: 60px; }

/* セレクトボックスのデフォルトリセット */
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

/* PCとSP表示切り替え */
.display_pc{
	display:block;
}
.display_sp{
	display:none;
}

/*■【ヘッダー】■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

header{
	height: 80px;
	display: inline-block;
    width: 100%;
	position: fixed;
	border-bottom:1px solid #3c4d78;
	background: #ffffff;
	box-shadow: 0px 0px 15px;
	z-index:30;
	box-sizing:border-box;
}

.header__inner{
	max-width: 1200px;
	margin: 0 auto;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
    justify-content:space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
	align-items: center;
	height: 80px;
    box-sizing: border-box;
}

/*--------------------------------------
 サイトタイトル【ヘッダー】
---------------------------------------*/

.logo{
	max-width: 576px;
	margin: 0 8px 0 48px;
}

.logo img {
    max-height: 72px;
}

.logo_text {
}

.logo_text a{
	max-width: 576px;
	margin: 0 8px 0 48px;
	color:#666666;
	font-size: 38px;
    font-weight: bold;
	display: block;
}

/*--------------------------------------
 エントリー【ヘッダー】
---------------------------------------*/

.entry-btn {
        margin: 10px 48px 10px 0;
}

.entry-btn a{
	width: 160px;
    height: 48px;
    text-align: center;
    float: right;
    padding-top: 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #82793a;
    border-radius: 6px;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
}

.entry-btn a:hover{
	opacity:0.8;
}

/*■【サイド】■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.side{
	width:200px;
	min-height:100%;
	background: #fff;
	margin: 0 0 0 40px;
	position:relative;
	border-right: 1px solid #82793a;
	border-left: 1px solid #82793a;
	padding-bottom: 180px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	min-width:200px;
}

.side__inner{
	padding: 32px 20px 20px;
	box-sizing:border-box;

}

.side__logo{
	max-width:160px;
	height: auto;
}

/*--------------------------------------
 ナビ【サイド】
---------------------------------------*/
.side__nav{
	margin: 0 0 24px;
}

.side__nav_current{
	color: #82793a;
}

/*--------------------------------------
 アコーディオンメニュー【サイド】
---------------------------------------*/

/*ボックス全体*/
.accbox {
}

/*ラベル*/
.accbox label {
    display: block;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 13px;
    border-bottom: 1px solid #82793a;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-weight: bold;
	position: relative;
}

.accbox label a{
	display: block;
    padding: 20px 0 9px;
	width:130px;
	color:#666666;
}

/*アイコンを表示*/
.accbox label:after {
    content: '\E315';
    font-family: "Material Icons";
    padding-right: 0;
	right: 0;
    position: absolute;
	color: #82793a;
	top:14px;
	font-size:24px;
	font-weight:normal;
}

/*ラベルホバー時*/
/*
.accbox label:hover {
	color: #82793a;
    text-decoration: none;
}
*/
.accbox a:hover {
	color: #82793a;
    text-decoration: none;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s;
}

/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    opacity: 1;
	font-size: 13px;
}

.accbox .accshow p {
    margin: 15px 10px
}

.accshow a {
    padding: 12px 8px 12px 8px;
    font-size: 13px;
    border-bottom: 1px dashed #ccc;
    display: block;
}

/*アイコンを入れ替える*/
.cssacc:checked + label:after {
    content: '\E313';
}


.side__sp_wrap{
	display:none;
}

.side__sp_drawer_wrap{
	display:none;
}

/*--------------------------------------
 SNSシェア【サイド】
---------------------------------------*/

.side__sns_share_wrap{
	margin:0 0 24px;
	text-align:center;
}

.side__sns_share_title{
	width:160px;
	margin:0 auto 8px;
	font-weight: bold;
    color: #666;
}

.side__sns_share_title div{
	display:inline-block;
}

.side__sns_share_title-l {
	width: 2px;
	height: 16px;
	background: #666;
	-webkit-transform: skewX(40deg);
	-moz-transform: skewX(40deg);
	transform: skewX(40deg);
}

.side__sns_share_title-s {
	width: 100px;
	font-size:18px;
}

.side__sns_share_title-r {
	width: 2px;
	height: 16px;
	background: #666;
	-webkit-transform: skewX(-40deg);
	-moz-transform: skewX(-40deg);
	transform: skewX(-40deg);
}

.side__sns_share_icon {
    display: inline-block;
    margin: 0 8px;
}

.side__sns_share_icon img{
	width:40px;
	height:40px;
}

/*--------------------------------------
 SNSアカウントボタン【サイド】
---------------------------------------*/
.side__sns_share_btn_wrap {
    text-align: center;
    margin: 0 0 24px;
}

.side__sns_share_btn{
	box-sizing:border-box;
	height:36px;
	font-size:9px;
	margin:0 auto 18px;
}

.side__sns_share_btn img{
//	width:32px;
//	height:31px;
	max-height: 35px;
	vertical-align:middle;
	float: left;
}

span.side__sns_share_btn_text {
    padding-top: 10px;
    display: block;
	vertical-align:middle;
}

.side__sns_share_btn_facebook {
    border: 1px solid #4267b2;
    color: #395590;
	box-sizing:border-box;
}

.side__sns_share_btn_twitter {
    border: 1px solid #1DA1F2;
    color: #1DA1F2;
	box-sizing:border-box;
}

.side__sns_share_btn_instagram {
    border: 1px solid #dc2e7b;
    color: #dc2e7b;
	box-sizing:border-box;
}

.side__sns_share_btn_facebook img{
	background: #4267b2;
}

.side__sns_share_btn_twitter img{
	background: #1DA1F2;
}

.side__sns_share_btn_instagram img{
//	background: #ea6000;
}

/*--------------------------------------
 SNSタイムライン【サイド】
---------------------------------------*/
.side__sns_time-line{
	margin: 0 -10px;
}

.side__hr{
	border-color: #222;
	width:120px;
	margin:24px auto;
}

/*--------------------------------------
 バナー【サイド】
---------------------------------------*/
.side__banner_wrap{
	margin-bottom: 16px;
}

.side__banner_wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.side__banner_wrap li{
	margin-bottom:16px;
	text-align: center;
}

.side__banner_wrap li a{
	display:block;
}

.side__banner_wrap li a:hover{
	opacity:0.5;
}

/*--------------------------------------
 ポリシー・個人情報リンク【サイド】
---------------------------------------*/
.side__under{
	position:absolute;
	bottom:0;
	width:100%;
}

.side__under_link{
	margin: 40px auto 24px;
	text-align:center;
	padding: 0 20px;
}

.side__under_link a{
	font-size: 12px;
	margin-bottom:8px;
	color: #666;
	display:block;
}

/*--------------------------------------
 コーポレートサイトリンク【サイド】
---------------------------------------*/

.side__corp-link{
	background: #eeeeef;
	text-align:center;
	margin: 0;
    padding: 24px 24px;
}

.side__corp-link_text{
	margin: 0 0 8px;
	font-size:10px;
}

.side__corp-link_link a{
	font-size:11px;
	text-decoration:underline;
	color:#666666;
}

.side__corp-link_link a:hover{
	text-decoration:none;
}

/*■トップページのみ ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.main__top{
	max-width:960px;
	width:100%;
    margin: 0 32px;
	background:#fffef7;
	border: 0px solid #ffffff;
	min-width:320px;
}

/*-- #755 --*/
.main__top h1 {
    margin-bottom: 24px;
    display: inline-block;
}
/*-- #755 --*/
.main__top h1 img{
width:100%;
}

/*--------------------------------------
インフォ【トップページ】
---------------------------------------*/

.main__top_info-box {
//    margin: 24px auto 48px;
    margin: 0 auto 48px;
	background:#fffef7;
}

.main__top_info-wrap {
    border: 3px solid #ccc;
    margin: 0 auto;
    max-width: 680px;
    padding: 8px 0;
    width: 96%;
	box-sizing: border-box;
}

/*-- START #738 --*/
.main__top_info-link {
    margin: 0 auto;
    max-width: 680px;
    padding: 8px 0;
    width: 96%;
}

.main__top_info-link a {
    text-align: right;
    display: block;
}
/*-- END #738 --*/

/*--------------------------------------
共通【トップページ】
---------------------------------------*/

.main__top-box {
    margin: 0 auto 48px;
	background:#fffef7;
}

.main__top_box-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
	margin-bottom:8px;
}

.main__top-box_inner {
    text-align: center;
    padding: 0px 16px;
	background:#fffef7;
}

.main__top-box_voice {
    text-align: center;
    padding: 0 0 72px;
    background: #fffef7;
	position:relative;
}


/*-- スライダー --*/

.main__top-box_voice img{
	width:100%;
}

.main__top-box_voice-slider img{
	max-width:100%;
	height:auto;
}

.slick-slide img{
 filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.slick-center img{
 filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.slick-slide .voice-slider_filter{
    background-color: #fffef7;
//    background-color: #fff;
    display: block;
    width: 97%;
}

a.main__top-box_voice-more {
    color: #636363;
    border: 1px solid #888888;
    border-radius: 24px;
    width: 180px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: bold;
    margin: 16px 24px 0;
    display: inline-block;
    float: right;
}

a.main__top-box_voice-more:hover{
	color: #82793a;
	text-decoration:none;
}

.main__top-box_gallery {
    text-align: center;
	padding: 16px 16px 64px;
	background: #6da6aa;
	position:relative;
}

.main__top-box_gallery ul {
    list-style: none;
	display: inline-block;
    width: 100%;
}

.main__top-box_gallery li {
	    margin: 4px;
    display: inline-block;
    width: 30%;
	background:#fff;
}

.main__top-box_gallery-more {
    color: #222;
    border: 1px solid #d60077;
    border-radius: 24px;
    width: 120px;
    padding: 8px 32px;
	position:absolute;
	bottom: 12px;
	right:5%;
	font-size:14px;
	font-weight:bold;
}

.main__top-box_circle-link {
    text-align: center;
    padding: 40px 0;
    border-top: 1px solid #82793a;
	border-bottom: 1px solid #82793a;
    max-width: 800px;
	margin:0 auto;
	box-sizing:border-box;
	width:96%;
}

.main__top-box_circle-link ul {
	    list-style: none;
    display: inline-block;
    width: 100%;
}

.main__top-box_circle-link li {
	margin: 0 2%;
    display: inline-block;
}

.main__top-box_circle-link li a{
	font-size: 20px;
    border-radius: 50%;
    background: #808080;
    width: 136px;
    height: 136px;
    display: block;
    padding-top: 54px;
    box-sizing: border-box;
    color: #ffffff;
    font-weight: bold;
}

.main__top-box_circle-link li:nth-child(2n) a{
	font-size: 20px;
    border-radius: 50%;
    background: #82793a;
    width: 136px;
    height: 136px;
    display: block;
    padding-top: 54px;
    box-sizing: border-box;
    color: #ffffff;
    font-weight: bold;
}

.main__top-box_circle-link li a:hover{
	opacity:0.8;
}

.main__top-box_bottom {
    text-align: center;
    font-weight: bold;
}

.main__top-box_bottom a{
	color:#0071bc;
	text-decoration:underline;
	display:inline-block;
	margin-top:8px;
}

.main__top-box_bottom a:hover{
	text-decoration:none;
}

.main__top_box-img {
    max-width: 800px;
	width: 100%;
}


/*■トップページ02 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.main__top02{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	max-width:960px;
	width: 100%;
}

.main__top02_box{
	margin:0 32px 32px;
	border: 0px solid #ffffff;
	background:#fffef7;
	box-sizing: border-box;
}

.main__top02_box_inner{
	max-width:772px;
	margin:24px auto;
	padding: 0 16px;
}

.main__top02_box_inner02{
	max-width:772px;
	margin:48px auto 24px;
	padding: 0 16px;
}

.main__top02 h1 img{
width:100%;
}
/*--------------------------------------
インフォ【トップページ02】
---------------------------------------*/

.main__top02_info-box {
    margin: 24px auto 48px;
	background:#fffef7;
}

.main__top02_info-wrap {
    border: 1px solid #666;
    margin: 0 auto;
    max-width: 772px;
    padding: 0 8px;
    width: 100%;
    box-sizing: border-box;
}

.main__top02_box-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
	margin:8px 0;
}

/*-- START #738 --*/
.main__top02_info-link {
    margin: 0 auto;
}

.main__top02_info-link a {
    text-align: right;
    display: block;
}
/*-- END #738 --*/

/*--------------------------------------
メニュー【トップページ02】
---------------------------------------*/

.main__top02_menu{
	display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main__top02_menu a {
    width: 32%;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 24px;
	max-width:240px;

}

.main__top02_menu img {
    margin-bottom: 8px;
}

/*■トップページ03 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.main__top03 {
    max-width: 890px;
    width: 100%;
    margin: 0 32px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border: 0px solid #ffffff;
	background:#fffef7;
	min-width:320px;
}

.main__top03 h1 {
    margin-bottom: 24px;
    display: inline-block;
}

.main__top03 h1 img{
    width:100%;
}

.main__top03_box-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 8px;
//    border-bottom: 1px solid #D50077;
    display: table;
    padding: 0 16px 0;
}

.main__top03-box_inner {
    max-width: 836px;
    margin: 0 auto;
	padding: 0 8px;
}

.main__top03_voice{
}

.main__top03_voice ul{
	text-decoration:none;
}

.main__top03_voice li{
	width:48.5%;
	margin:0 1% 2% 0;
	display:inline-block;
	max-width:408px;
}

.main__top03_voice li:nth-child(even){
	width:48.5%;
	margin:0 0 2% 1%;
	display:inline-block;
	max-width:408px;
}

.main__top03-box_slide {
    text-align: center;
    position: relative;
}

.main__top03_info-box {
    margin: 24px auto 48px;
	background:#fffef7;
}

.main__top03_info-box {
    margin: 24px auto 24px;
	background:#fffef7;
}

.main__top03_info-wrap {
    margin: 0 auto;
    max-width: 640px;
    padding: 8px 8px;
    box-sizing: border-box;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    width: 96%;
}
/*-- START #738 --*/
.main__top03_info-link {
    margin: 0 auto;
    max-width: 640px;
    padding: 8px 0;
    width: 96%;
}

.main__top03_info-link a {
    text-align: right;
    display: block;
    font-size: 100%;
}
/*-- END #738 --*/

.main__top03-box_circle-link {
    text-align: center;
    padding: 16px 0;
    margin: 0 auto;
    box-sizing: border-box;
}

.main__top03-box_circle-link ul {
    list-style: none;
    display: inline-block;
    width: 100%;
}

.main__top03-box_circle-link li {
    margin: 0 4px 8px;
    display: inline-block;
}

.main__top03-box_circle-link li a {
    font-size: 20px;
    border-radius: 50%;
    background: #808080;
    width: 136px;
    height: 136px;
    display: block;
    padding-top: 40%;
    box-sizing: border-box;
    color: #ffffff;
    font-weight: bold;
    max-width: 160px;
}

.main__top03-box_circle-link li:nth-child(2n) a {
    font-size: 20px;
    border-radius: 50%;
    background: #82793a;
    width: 136px;
    height: 136px;
    display: block;
    padding-top: 40%;
    box-sizing: border-box;
    color: #ffffff;
    font-weight: bold;
	max-width: 160px;
}

.main__top03_under_box {
    background-image: url();
    background-repeat: no-repeat;
    background-size: cover;
    padding: 6% 0;
}

.main__top03-box_bottom {
    text-align: center;
    font-weight: bold;
    background: rgba(255,255,255,0.8);
    width: 320px;
    margin: 0 auto;
    padding: 3% 0;
    box-sizing: border-box;
}

.main__top03-box_bottom a {
    color: #0071bc;
    text-decoration: underline;
}

/*■【メインコンテンツ】■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*--------------------------------------
メイン共通【メインコンテンツ】
---------------------------------------*/
.main{
	max-width:960px;
	width:100%;
	margin:24px 32px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border: 0px solid #ffffff;
	background:#fffef7;
}

.main__inner{
	background:#fffef7;
	padding:0;
}

.main__content_inner {
    width: 96%;
    margin: 0 auto;
	max-width:840px;
	word-break:break-word;
}

.main__hr01{
	margin:32px auto 8px;
	border-color: #111;
	width: 100%;
    display: inline-block;
}

/*--------------------------------------
　h1
---------------------------------------*/

.main__content_box-h1{
	display:flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-direction:column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}

.main__content_title-h1 {
    margin: 72px auto 40px;
    text-align: center;
    font-size: 24px;
    color:#222222;
    width: 432px;
	font-weight:bold;
}

.main__content_title-h1_image{
	max-width:440px;
	height:auto;
	margin: 72px auto 40px;
	width:100%;
	text-align: center;
}


.main__content_title-h1_sp_under-line {
    margin: 72px auto 40px;
    text-align: center;
    font-size: 24px;
    width: 432px;
	font-weight:bold;
}

.main__content_title-h1-02{
	margin: 72px auto 40px;
    text-align: center;
    font-size: 24px;
    width: 432px;
	font-weight:bold;
	border-bottom: 1px solid #222;
}

.main__content_image-h1{
	max-width:880px;
	height:auto;
	margin: 0 auto 24px;
	width:100%;
	min-height:0%;
}

/*--------------------------------------
 h2
---------------------------------------*/
.main__content_box-h3 + .main__content_box-h2 {
	margin-top:24px;
}

.main__content_box-h2{
	margin-bottom:24px;
    float: right;
    width: 100%;
}

.main__content_title-h2 {
    margin: 0 auto 16px;
    padding: 0 0 0 8px;
//	font-weight:normal;
	font-weight: bold;
	font-size:20px;
	color:#222222;
	border-bottom: 1px solid #82793a;
    width: 100%;
    box-sizing: border-box;
	clear:both;
}

.main__content_title-h2_text-left {
    margin: 0 auto 8px;
    padding: 0 0 0 8px;
//	font-weight:normal;
	font-weight: bold;
	font-size:20px;
	color:#222222;
	border-bottom: 1px solid #82793a;
    width: 100%;
    box-sizing: border-box;
	clear:both;
}

.main__content_title-h2-02 {
    margin: 0 auto 24px;
    padding: 0;
//	font-weight:normal;
	font-weight: bold;
	font-size:20px;
}

.main__content_image-h2{
	margin:0 auto 16px;
	text-align:center;
}

/*--------------------------------------
　h3
---------------------------------------*/

.main__content_box-h3{
	max-width: 800px;
    float: right;
    width: 96%;
	margin-bottom:24px;
}

.main__content_title-h3 {
    margin: 0 0 16px;
    padding: 3px 8px 0;
    font-weight: normal;
    font-size: 18px;
    background: #a8a26a;

    height: auto;
    min-height: 32px;
    color: #222222;
    box-sizing: border-box;
}

.main__content_image-h3 {
    width: 32vw;
    float: right;
    width: 50%;
    margin: 0 0 16px 16px;
    max-width: 50%;
}

.main__content_movie-h3 {
    width: 75%;
    max-width: 75%;
    float:left;
	margin:0 16px 16px 0;
    position: relative;
//    padding-bottom: 56.25%;
    padding-bottom: 42.18%;
//    padding-bottom: 37.65%;
    height: 0;
    overflow: hidden;
}

.main__content_movie-h3 iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/*--------------------------------------
メイン画像【メインコンテンツ】
---------------------------------------*/

.main__content_main-image{
	max-width:880px;
	height:auto;
	margin: 0 auto 24px;
	width:100%;
	min-height:0%;
	text-align:center;
}

.main__content_main-image img {
	margin: auto;
    display: block;
}

.main__main_image{
	max-width:880px;
	height:auto;
	margin: 0 auto 24px;
}

.main__content_image01{
	margin-bottom:24px;
}

.main__content_image02{
	margin:0 auto 36px;
	width:80%;

}

.main__main_image-sp{
	display:none;
}

/*--------------------------------------
ボックス【メインコンテンツ】
---------------------------------------*/

/*--------------------------------------
見出し【メインコンテンツ】
---------------------------------------*/


.main__content_h4-title {
    border: 1px solid #111;
    margin: 16px auto;
    padding: 5px;
	font-weight:normal;
	font-size:14px;
}

.main__content_h5-title {
    margin: 8px auto;
	text-align:center;
}

/*--------------------------------------
テキスト【メインコンテンツ】
---------------------------------------*/
.main__content_text{
	font-size:11px;
	margin-bottom:24px;
	padding:0 8px;
	font-weight:bold;
}

.main__content_text-box01{
	font-size: 16px;
    color:#222222;
    margin: 16px auto 36px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 1.8;
}

.main__content_text-box01-02{
	font-size: 16px;
    margin: 16px auto 36px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 1.8;
	width:80%;
}

.main__content_text-box02 {
    font-size: 16px;
    color:#222222;
    margin: 0 auto 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.main__content_text-box03 {
    max-width: 656px;
	margin:0 auto 32px;
	font-size:14px;
    color:#222222;
	padding:16px 32px;
	box-sizing:border-box;
    border: 0px solid #ffffff;
    background: #fffef7;
	border-radius:16px;
}

.main__content_text-right{
	font-size:16px;
	margin:24px auto;
	text-align:right;
	width: 96%;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display:inline-block;
}

.main__content_text-mark{
	color: #C1272D;
}

/*--------------------------------------
ボタン【メインコンテンツ】
---------------------------------------*/

.main__content_btn{
	text-align: center;
	margin:24px auto;
}

.main__content_image-box_wrap{
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
    justify-content:space-between;
	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main__content_image-box01 {
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    border: 1px solid #222;
    width: 49.4%;
    margin-bottom: 8px;
	position:relative;
}

.main__content_image-box01 a:hover{
    opacity:0.5;
}

.main__content_image-box01 img {
    width: 100%;
}

.main__content_image-box01 p {
    position: absolute;
    top: 10px;
    left: 10px;
}

/*--------------------------------------
テーブル【メインコンテンツ】募集要項・会社概要
---------------------------------------*/

.main__content_table_wrap{
	margin-bottom:16px;
}

.main__content_table_wrap table{
	width:100%;
	box-sizing:border-box;
	border:1px solid #222;
}

.main__content_table_wrap table a{
	text-decoration:underline;
	color:#0071bc;
}

.main__content_table_wrap table a:hover{
	text-decoration:none;
}

.main__content_table_wrap table th{
	border-right:1px solid #222;
	border-bottom:1px solid #222;
	width:20%;
	box-sizing:border-box;
	border-collapse:collapse;
	padding:8px 16px;
	background:#a8a26a;
	color:#222222;
	font-weight:normal;
	text-align:left;
}

.main__content_table_wrap table td{
	border-bottom:1px solid #222;
	box-sizing:border-box;
	border-collapse:collapse;
	padding:8px 16px;
}


/*======================================== ここから各ページごとの設定(共通クラス意外) ========================================*/

/*■ ごあいさつ ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.main__content_message-box{
    margin: 48px auto;
    background: #fffef7;
    border-radius: 16px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 1.8;
	border:0px solid #ffffff;
	width: 80%;
}

.main__content_message-box_title{
	background:#fffef7;
	border-radius: 12px 12px 0 0;
    font-size: 16px;
    color: #ffffff;
    padding: 8px 6%;
}

.main__content_message-box_text{
	font-size:14px;
	color:#222222;
	padding: 16px 12%;
}

/*■ 社員の声 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*--------------------------------------
一覧：社員の声
---------------------------------------*/

.main__content_voice-box_wrap{
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
    justify-content:space-between;
	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main__content_voice-box{
	width:48.6%;
	margin-bottom: 24px;
}

.main__content_voice-title-h2 {
    margin: 0 0 8px;
    text-align: left;
    font-size: 20px;
//    font-weight: normal;
	font-weight: bold;
    border-bottom: 1px solid #222;
    padding: 0 0 0 8px;
	display:inline-table;
	width:100%;
	box-sizing:border-box;
}

.main__content_voice-image{
	margin-bottom:8px;
}

.main__content_voice-image img:hover{
	opacity:0.8;
}

.main__content_voice_detail-image{
	margin: 0 auto 24px;

}

.main__content_voice_detail-image img {
	margin: auto;
    display: block;
}

.main__content_voice-text {
    color:#222222;
    background: #fffef7;
    padding: 8px 16px;
    border-radius: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	margin:0 auto;
}

/*--------------------------------------
詳細：社員の声
---------------------------------------*/

.main__content_voice-box_detail{
	width:100%;
	margin: 0 auto 24px;
    max-width: 800px;
}

.main__content_voice-title_detail{
    margin: 72px auto 40px;
    text-align: center;
    font-size: 24px;
	font-weight:bold;
}

.main__content_voice_box {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display:flex;
	-ms-flex-align: start;
	-webkit-box-align: start;
	-webkit-align-items: start;
	align-items: start;
	margin: 0 auto;
    max-width: 800px;
	padding: 8px 0 16px;
}

.main__content_voice-text02{
	position: relative;
    padding: 16px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
    border-radius: 16px;
    margin-right: 32px;
	background:#f2d6e1;
	width:72%;
}

.main__content_voice-text02:after{
	content: "";
    position: absolute;
    top: 50%;
    right: -36px;
    margin-top: -16px;
    border: 16px solid transparent;
    border-left: 36px solid #f2d6e1;
    z-index: 1;
}

.main__content_voice-text02 p {
	margin: 0;
	padding: 0;
}

.main__content_voice-text02_img-wrap {
    text-align: center;
	margin:0 24px;
}

.main__content_voice-text02_img {
    width: 100px;
    margin: 0 auto;
//    border-radius: 50%;
//    background: #f0f0f0;
    height: 100px;
    padding: 2px;
    box-sizing: border-box;
}

.main__content_voice-text02_img-wrap p{
	font-size:14px;
	margin-top:8px
}

.main__content_voice_box02{
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	display:flex;
	-webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
    -ms-flex-pack:justify;/*--- IE10 ---*/
    -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
    justify-content:space-between;
	-ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	max-width: 800px;
    margin: 0 auto;
}

.main__content_voice_image-btn {
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
//    border: 1px solid #ccc;
    width: 32%;
    margin-bottom: 16px;
    position: relative;
}

.main__content_voice_image-btn-empty {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 32%;
    position: relative;
}

.main__content_voice_image-btn a:hover{
    opacity:0.5;
}

.main__content_voice_image-btn img {
    width: 100%;
}

.main__content_voice_image-btn p {
    position: absolute;
    top: 10px;
    left: 10px;
}

.main__content_voice_return-link {
    max-width: 800px;
    width: 100%;
}

.main__content_voice_return-link a {
    text-align: right;
    display: block;
}

/*■ 募集要項 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*--------------------------------------
一覧：募集要項
---------------------------------------*/

.recruit_box {
    padding: 16px;
    border: 1px solid #82793a;
    box-sizing: border-box;
	box-shadow: 10px 10px #82793a;
	position: relative;
	margin-bottom: 24px;
}

.recruit_box_title-h3{
	font-size:18px;
	margin-bottom:8px;
}

.recruit_detail-btn {
}

.recruit_detail-btn span {
    background: #82793a;
    float: right;
    color: #ffffff;
    padding: 4px 12px;
    border-radius: 24px;
    font-size: 12px;
    box-sizing: border-box;
    position: absolute;
	right: 8px;
    bottom: 8px;
	font-weight: bold;
}

.recruit_detail-btn span:after {
    content: '\E154';
    font-family: "Material Icons";
	padding-left:8px;
	position: relative;
    top: 2px;
}

.recruit_box:hover {
	opacity:0.8;
}

/*--------------------------------------
詳細：募集要項
---------------------------------------*/

.recruit_detail_entry-btn{

}

.recruit_detail_entry-btn a{
	width: 160px;
    height: 48px;
    text-align: center;
    padding-top: 14px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #82793a;
    border-radius: 6px;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
	margin:16px auto;
	display:block;
}

.recruit_detail_entry-btn a:hover{
	opacity:0.8;
}

.recruit_detail_table_link-right{
	float:right;
	margin:0;
	font-size:14px;
}

/*■ 会社概要 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.company_profile-box {
    border: 1px solid #808080;
	position: relative;
	margin-bottom:16px;
	min-height: 220px;
}

.company_profile-box_title {
    background: #a8a26a;
    color: #222222;
    font-size: 18px;
    padding: 4px 24px;
    box-sizing: border-box;
}

.company_profile-box_inner {
	margin: 16px auto;
	display:table;
	padding-bottom: 24px;
}

.company_profile-box_table {
    margin: 0 auto;
	font-size:14px;
	box-sizing: border-box;
	display:table-cell;
}

.company_profile-box_table tr {
	border-bottom:1px solid #222;
	min-width: 424px;
	max-width: 600px;
    display: block;
}

.company_profile-box_table th {
	min-width: 74px;
    padding:4px;
	font-weight:normal;
	text-align:left;
	width:20%;
}

.company_profile-box_table td {
	min-width: 302px;
    padding:4px;
}

.company_profile-box_table tr:last-child{
	border-style:none;
}

.company_profile-box_map-btn {
	position: absolute;
    bottom: 8px;
    right: 24px;
}

.company_profile-box_map-btn a {
    background: #82793a;
    float: right;
    color: #ffffff;
    padding: 0;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
	font-weight: bold;
	width:120px;
	height:32px;
	text-align:center;
	position:relative;
	padding-top: 3px;
}

.company_profile-box_map-btn a:before {
    content:'\E55F';
    font-family: "Material Icons";
	padding:0 16px 0 0;
	font-size:21px;
	font-weight: normal;
	position: absolute;
	left:5px;
	top:0;
}

/*--------------------------------------
　マップ：ポップアップ
---------------------------------------*/

.map__wrap{
	max-width:800px;
	width: 100%;
    margin: 0 auto;
}

.map__title {
    text-align: left;
    background: #a8a26a;
    color: #222222;
    padding: 4px 8px;
}

.map__wrap_inner{
    padding: 8px;
}

.map__company_profile {
    font-size: 14px;
	margin:8px auto;
}

.map__company_profile_table {
}

.map__company_profile_table tr {
	border-bottom:1px solid #222;
}

.map__company_profile_table th {
    padding:4px;
	font-weight:normal;
	text-align:left;
	width:24%;
	float:left;
	min-width:64px;
}

.map__company_profile_table td {
    padding:4px;
	display:table-cell;
	vertical-align: top;
	width: 100%;
}

.map__company_profile_table tr:last-child{
	border-style:none;
}

/*-- グーグルマップをレスポンシブに --*/

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*■ 人事メッセージ ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*■ データで見る企業 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.main__content_data_wrap{
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	max-width: 800px;
    float: right;
}

.main__content_data_box{
    width: 50%;
    margin-bottom: 8px;
    box-sizing: border-box;
    padding: 0 1%;
}

.main__content_data_box img {
    margin-bottom: 8px;
}

.main__content_data_box-empty{
    width: 50%;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

/*■ 座談会 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.main__content_symposium_wrap{
	display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	margin:0 0 24px;
}

.main__content_symposium_box{
	width:23%;
	max-width:200px;
	box-sizing:border-box;
	margin: 0 1% 2%;
}

.main__content_symposium_box img{

	max-height:160px;
	margin-bottom:8px;
}

.main__content_symposium_text01{
	font-size:14px;
	border-bottom:1px solid #666;
	padding-bottom:4px;
	max-width:192px;
	margin:0 auto;
}

.main__content_symposium_text02{
	font-size:12px;
	margin: 0 auto 0;
    max-width: 192px;
    padding-top: 4px;
}


/*■ インフォメーション ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.main__content_info_wrap {
    max-width: 480px;
    margin: 0 auto 0;
	word-break:break-word;
}

.main__content_info_wrap dl {
    margin: 16px 0 16px;
}

.main__content_info_wrap dt {
    float: left;
    clear: both;
    width: 34%;
}

.main__content_info_wrap dd {
	overflow:hidden;
}

.main__content_h3-title_info_news {
    margin: 24px auto 24px;
    padding: 0;
	font-weight:normal;
	font-size:20px;
	border-bottom:1px solid #33aae5;
}

.main__content_h3-title_info_topics {
    margin: 24px auto 24px;
    padding: 0;
	font-weight:normal;
	font-size:20px;
	border-bottom:1px solid #009245;
}

.main__content_h3-title_info_blog {
    margin: 24px auto 24px;
    padding: 0;
	font-weight:normal;
	font-size:20px;
	border-bottom:1px solid #662d91;
}

/*--------------------------------------
　タグ：インフォメーション
---------------------------------------*/

.info__tag{
	margin: 0 8px 0 0;
    padding: 3px 3px;
    color: #fff;
	width: 50px;
    display: inline-block;
    text-align: center;
	font-size:14px;
	font-weight:bold;
}

.info__tag_news{
    background: #33aae5;
}

.info__tag_topics{
    background: #009245;
}

.info__tag_blog{
    background: #662d91;
}

/*--------------------------------------
　月日：インフォメーション
---------------------------------------*/

.info__date_list{
	margin: 0 8px 0 0;
}

.info__date{
	margin: 0 16px 0 0;
	float:right;
	font-size:16px;
}

/*--------------------------------------
　テキスト：インフォメーション
---------------------------------------*/

.info__text {

}

/*--------------------------------------
　ページャー：インフォメーション
---------------------------------------*/

.pager{
	margin:0 auto 48px;
	text-align: center;
}

.pager ul{
	list-style:none;
}

.pager li{
	font-weight: normal;
	display: inline-block;
}

.pager li a{
	padding:3px 8px;

}

.pager li a:hover{
	background:#eee;

}

.pager__current a{
	background:#eee;
}

.pager02{
	margin:0 auto 48px;
	text-align: center;
}

.pager02 ul{
	list-style:none;
    padding: 0;
    margin: 0;
    text-align: justify;
}

.pager02 ul:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
}

.pager02 li{
	font-weight: normal;
	display: inline-block;
}

.pager02 li a{
	padding:3px 8px;

}

.pager02 li a:hover{
	background:#eee;

}

.pager02__prev{
	width: 75px;
}

.pager02__next{
	width: 75px;
}

/*■ エントリー・お問い合わせフォーム ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.main__content_form_text_wrap{
	text-align:center;
}

.main__entry_text01 {
	color:#222222;
    margin: 0 auto 24px;
	display:inline-block;
	text-align:left;
	width:60%;
}

.main__entry_text02 {
	color:#222222;
    margin: 0 auto 40px;
	font-size:14px;
	display:inline-block;
	text-align:left;
	width:60%;
}

.main__entry_text03 {
    color: #222222;
    background:#ffffff;
    padding: 16px;
	font-size:14px;
	width: 52%;
	margin:0 auto 36px;
	box-shadow: 0 0 0 1px #222222, 0 0 0 4px #ffffff, 0 0 0 5px #222222;
	box-sizing:border-box;
}

.main__entry_text04 {
	color:#222222;
    margin: 0 auto 24px;
	display:inline-block;
	width:60%;
	text-align:center;
}

.address_search a{
    background: #666;
    width: 80px;
    display: inline-block;
    padding: 9px;
    border-radius: 6px;
    color: #fff;
    text-align: center;
}

.address_search a:hover{
	opacity:0.8;
}

/*--------------------------------------
エントリーフォーム用テーブル：エントリー・お問い合わせ
---------------------------------------*/

input::-webkit-input-placeholder {
	font-size:14px;
}
input:-moz-placeholder {
	font-size:14px;
}
input::-moz-placeholder {
	font-size:14px;
}
input:-ms-input-placeholder {
	font-size:14px;
}

.main__entry_form_wrap table{
	border:1px solid #111111;
	width:100%;
	box-sizing:border-box;
}

.entry_form_table_td01{
	background:#ffffff;
    padding: 8px 16px 8px 60px;
    width: 30%;
	border-bottom:1px solid #111111;
	color:#222222;    vertical-align: middle;
    vertical-align: middle;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    background-clip: padding-box;
}

.entry_form_table_td01-02{
	background:#ffffff;
	padding:12px 24px 12px 80px;
	width:30%;
	border-bottom:1px solid #111111;
	color:#222222;    vertical-align: middle;
    vertical-align: middle;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.entry_form_table_td02{
	background:#d9dcde;
	padding:12px 24px;
	width:70%;
	border-bottom:1px solid #111111;
	color:#222222;
    vertical-align: middle;
	font-size:13px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.entry_form_table_td03 {
    text-align: center;
    padding: 12px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.entry_form_required{
	font-size: 13px;
    padding: 3px 6px;
    background: #c1272d;
    color: #fff;
    box-sizing: border-box;
    position: absolute;
    left: 16px;
}

.entry_form_required02{
	font-size:13px;
	padding:3px 8px;
	background:#c1272d;
	margin-right:16px;
	color:#fff;
}

.entry_form_required_text {
    color: #c1272d;
    font-size: 10px;
}

.entry_form_confirmation {
    font-size: 12px;
	display:block;
}

/*--------------------------------------
テキスト：エントリー・お問い合わせ
---------------------------------------*/

.entry_form_text_01 input[type=text] {
	border: 1px solid #222222;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px;
	border-radius: 3px;
	width: 90%;
	font-size: 14px;
}

.entry_form_text_02 input[type=text] {
	border: 1px solid #222222;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px;
	border-radius: 3px;
	width: 30%;
	float: left;
    margin: 0 8px 8px 0;
	font-size: 14px;
}

.entry_form_text_03 input[type=text] {
	border: 1px solid #222222;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px;
    border-radius: 3px;
    margin: 0 0 0 0;
	font-size: 14px;
}

/*--------------------------------------
ラジオボタン：エントリー・お問い合わせ
---------------------------------------*/

.entry_form_radio_01 input[type=radio] {
	display: none;
	margin: 0;
}
.entry_form_radio_01 input[type=radio] + label {
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: 1.5px;
	margin: 0 8px 0 0;
	padding: 10px 0 10px 20px;
	position: relative;
	margin-bottom:8px;
}
.entry_form_radio_01 input[type=radio] + label::before {
	border: 1px solid #666;
	border-radius: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	content: "";
	display: block;
	margin-top: -9px;
	position: absolute;
	left: 0;
	top: 50%;
	height: 18px;
	width: 18px;
	background: #fff;
}
.entry_form_radio_01 input[type=radio]:checked + label::after {
	background: #111;
	border-radius: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	content: "";
	display: block;
	margin-top: 6px;
	position: absolute;
	left: 4px;
	top: 0px;
	height: 10px;
	width: 10px;
}

/*--------------------------------------
プルダウン：エントリー・お問い合わせリー
---------------------------------------*/

.entry_form_pulldown_01 {
	position: relative;
}

.entry_form_pulldown_01 select {
	cursor: pointer;
	width: 280px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #222222;
	text-indent: 10px;
	height:30px;
	background-image:url(/pack_resource/resources/rhpack/img/6ca4ef3a029e6e0054258d7d9c5a1ca01dc87c06.png);
	background-repeat:no-repeat;
	background-position: center right;
	padding:3px;
}

.entry_form_pulldown_02 {
	position: relative;
	display: inline-block;
	margin: 0 16px 8px 0;
}
.entry_form_pulldown_02 select {
	cursor: pointer;
	width: 120px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #222222;
	text-indent: 10px;
	height:30px;
	padding:3px;
	background-image:url(/pack_resource/resources/rhpack/img/6ca4ef3a029e6e0054258d7d9c5a1ca01dc87c06.png);
	background-repeat:no-repeat;
	background-position: center right;
}

.entry_form_pulldown_02 option{
	padding:3px;
}

.entry_form_pulldown-arrow{
	float:right;
	margin-left:30px;
}

/*--------------------------------------
チェックボックス：エントリー・お問い合わせ
---------------------------------------*/

.entry_form_check_01 {
	width:70%;
	margin:0 auto;
}

.entry_form_check_01 p {
	font-size: 14px;
	display:inline;

}

.entry_form_check_01 p a {
	color:#2e3192;
	text-decoration:underline;
}

.entry_form_check_01 p a:hover {
	text-decoration:none;
}

.entry_form_check_01 input[type=checkbox] {
	display: none;
	margin: 0;
}

.entry_form_check_01 input[type=checkbox] + label {
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	line-height: 1.5px;
	margin-right: 12px;
	padding: 0 0 0 8px;
	position: relative;
}

.entry_form_check_01 input[type=checkbox] + label::before {
	background: #fff;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	content: "";
	display: block;
	margin-top: -14px;
	position: absolute;
	left: 0;
	top: 50%;
	height: 16px;
	width: 16px;
	border:1px solid #666;
}

.entry_form_check_01 input[type=checkbox]:checked + label::after {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	content: "";
	display: block;
	position: absolute;
	top: 50%;
}

.entry_form_check_01 input[type=checkbox]:checked + label::after {
	border-bottom: 2px solid #111;
	border-left: 2px solid #111;
	left: 3px;
	margin-top: -10px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	height: 6px;
	width: 9px;
}

/*--------------------------------------
テキストエリア：エントリー・お問い合わせ
---------------------------------------*/
.entry_form_textarea_01 textarea {
	border: 1px solid #222222;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px;
	height: 100px;
	width: 90%;
}

/*--------------------------------------
送信ボタン：エントリー・お問い合わせ
---------------------------------------*/

.entry_form_sendbtn_wrap{
	margin:36px auto;
	text-align:center;
}

.entry_form_sendbtn01{
	text-align: center;
	height: 40px;
    width: 180px;
    background: #82793a;
    border-radius: 6px;
	color: #ffffff;
    cursor: pointer;
	border-style:none;
	vertical-align:middle;
}

.entry_form_sendbtn01:hover{
	opacity:0.6;
}

.entry_form_sendbtn02{
	text-align: center;
	height: 40px;
    width: 180px;
    background: #82793a;
    border-radius: 6px;
	color: #ffffff;
    cursor: pointer;
	border-style:none;
	vertical-align:middle;
}

.entry_form_sendbtn02:hover{
	opacity:0.6;
}

.entry_form_sendbtn03{
	text-align: center;
	height: 40px;
    width: 180px;
    background: #82793a;
    border-radius: 6px;
	color: #ffffff;
    cursor: pointer;
	border-style:none;
	vertical-align:middle;
}

.entry_form_sendbtn03:hover{
	opacity:0.6;
}

.btn__arrow_right{
	vertical-align:middle;
}

.btn__arrow_left{
	vertical-align:middle;
}

.entry_form_sendbtn-text01 {
	font-size:14px;
	margin-left: 12px;
	vertical-align: middle;
}

.entry_form_sendbtn-text02 {
	font-size:14px;
	margin-right: 12px;
	vertical-align: middle;
}


/*■共通下部【メインコンテンツ】■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.main__under_wrap {
	display:none;
}

/*■プライバシー■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.main__content_privacy_text{
	font-size: 11px;
    margin: 16px auto 36px;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 1.8;
	max-width: 880px;
    width: 96%;
	font-weight:bold;
	color:#222222;
}

.main__content_privacy_text-right{
	font-size:11px;
	margin:16px auto;
	text-align:right;
	width: 96%;
    box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display:inline-block;
	font-weight:bold;
	color:#222222;
}

/*■トップへ戻るボタン■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#pageTop {
    position: fixed;
    bottom: 80px;
    right: 50px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 10px 0 0 0;
  border-radius: 50%;
  width: 80px;
  height: 70px;
  background-color: #cccccc;
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  font-size:40px;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*■【フッタ】■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

footer{
	height: 56px;
	display: inline-block;
    width: 100%;
	border-top:0px solid #82793a;
	background: #b3b3b3;
	font-size:16px;
}

.footer__inner{
	max-width: 1200px;
	margin: 0 auto;
}

.footer__copyright{
	color: #ffffff;
	text-align:right;
	padding-top: 10px;
}


/*-------------------------- ここからレスポンシブ対応用 ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

/************************************
** 解像度1024px以下のスタイル(タブレット)
************************************/

@media  screen and (max-width:1024px){

/*--------------------------------------
 サイトタイトル【ヘッダー】
---------------------------------------*/

.logo{
	max-width: 480px;
}


.logo_text a{
	max-width: 480px;
	color:#666666;
}


/*■トップページのみ ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.main__top{
	max-width:960px;
	width:100%;
    margin: 0 16px;
	background:#fffef7;
	min-width:320px;
}

/*■トップページ03 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.main__top03-box_circle-link li a {
    font-size: 18px;
    border-radius: 50%;
    background: #808080;
    width: 100px;
    height: 100px;
    display: block;
    padding-top: 40%;
    box-sizing: border-box;
    color: #ffffff;
    font-weight: bold;
    max-width: 160px;
}

.main__top03-box_circle-link li:nth-child(2n) a {
    font-size: 16px;
    border-radius: 50%;
    background: #82793a;
    width: 100px;
    height: 100px;
    display: block;
    padding-top: 40%;
    box-sizing: border-box;
    color: #ffffff;
    font-weight: bold;
    max-width: 160px;
}

/*■【サイド】■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.side{
	width:200px;
	min-height:100%;
	background: #fff;
	margin: 0 0 0 0;
	position:relative;
	border-right: 1px solid #82793a;
	border-left: 1px solid #82793a;
	padding-bottom: 180px;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	min-width:200px;
}

/*■【メインコンテンツ】■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.main {
    max-width: 960px;
    width: 100%;
    margin: 24px 24px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border: 0px solid #ffffff;
	background:#fffef7;
}

/*--------------------------------------
テーブル
---------------------------------------*/

.main__content_table_wrap table th{
	border-right:1px solid #222;
	border-bottom:1px solid #222;
	width:28%;
	box-sizing:border-box;
	border-collapse:collapse;
	padding:8px 16px;
	background:#a8a26a;
	color:#222222;
	font-weight:normal;
	text-align:left;
}

/*■ 社員の声 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.main__content_voice-box_detail{
	width:96%;
	margin: 0 auto 24px;
    max-width: 800px;
}

.main__content_voice-title-h2 {
    font-size: 16px;
}


/*■ 募集要項 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.recruit_box {
    padding: 16px;
    border: 1px solid #82793a;
    box-sizing: border-box;
	box-shadow: 8px 8px #82793a;
	position: relative;
	margin-bottom: 24px;
}

/*■ エントリー・お問い合わせ ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.main__entry_text01 {
	color:#222222;
	margin: 0 auto 24px;
    display: inline-block;
    text-align: left;
    width: 80%;
}

.main__entry_text02 {
	color:#222222;
    margin: 0 auto 40px;
    font-size: 14px;
    display: inline-block;
    text-align: left;
    width: 80%;
}

.main__entry_text03 {
    color: #222222;
    background:#ffffff;
    padding: 16px;
    font-size: 14px;
    width: 70%;
    margin: 0 auto 36px;
	box-shadow: 0 0 0 1px #222222, 0 0 0 4px #ffffff, 0 0 0 5px #222222;
    box-sizing: border-box;
}

.entry_form_required {
    font-size: 13px;
    padding: 3px 6px;
    background: #c1272d;
    margin-right: 8px;
    color: #fff;
    box-sizing: border-box;
    width: 38px;
    display: block;
}

.entry_form_table_td01 {
	background:#ffffff;
    width: 31%;
	border-bottom:1px solid #111111;
	color:#222222;
    vertical-align: middle;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

}

/************************************
** 解像度759px以下のスタイル
************************************/

@media  screen and (max-width:759px){

.container {
    background: none;
    overflow: hidden;
}

br.sp_return{
	display:block;
}

/*アイコンフォント - Google マテリアルアイコン -----*/
/* サイズの調整する場合 */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-60 { font-size: 42px; }

/* PCとSP表示切り替え */
.display_pc{
	display:none;
}
.display_sp{
	display:block;
}

/*■【ヘッダー】■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

header{
	height: 64px;
	display: inline-block;
    width: 100%;
	position: fixed;
	border-bottom:1px solid #3c4d78;
	background: #ffffff;
	box-shadow: 0px 0px 15px;
}

.header__inner{
	height: 64px;
}

.wrap{
    padding-top: 64px;
}

/*--------------------------------------
 サイトタイトル【ヘッダー】
---------------------------------------*/
.logo{
	max-width: 240px;
    margin: 0 16px 0 8px;
}

.logo img {
    max-height: 54px;
}

.logo_text a{
	    max-width: 240px;
    margin: 0 16px 0 8px;
    font-size: 16px;
}

/*■【サイド】■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.side{
	display:none;
}


.side__logo {
    height: auto;
    width: 144px;
    margin-right: 8px;
    display: inline-block;
}

/*--------------------------------------
 エントリーボタン【サイド】
---------------------------------------*/

.entry-btn {
    display:none;
}

.side__sp_entry-btn {
    margin:10px 0 0 0;
	float:right;
}

.side__sp_entry-btn a{
	width: 96px;
    height: 40px;
    text-align: center;
    float: right;
    padding-top: 12px;
    box-sizing: border-box;
    background: #82793a;
    border-radius: 6px;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
}

.side__nav {
    margin: 36px 0 24px;
}

/*--------------------------------------
 横から出てくるメニュー【サイド】
---------------------------------------*/

#menu {
  position: fixed;
  top: 64px;
  left: -340px;
  height: 100%;
  padding: 0;
  transition: right .5s, left .5s; /* アニメーション */
  background-color: rgba(255, 255, 255, .95);
  display:block;
  box-sizing:border-box;
}

.toggle {
  font-size: 46px;
  cursor: pointer;
  color: #d50077;
}

.toggle:hover {
  text-decoration: underline;
}

#open {
  display: none;
}

/* :checked 擬似クラスを使って、#openがチェック状態になった時に、#menuが「right: 0;」になります。 */
#open:checked + #menu {
  left: 0;
}

.side__sp_wrap{
	display:block;
	margin:0 0 0 16px;
}

.side__sp {
    width: 280px;
    margin: 0;
    position: relative;
    box-sizing: border-box;
	overflow-y: scroll;
	height:90%;
}

.side__sp_inner {
    padding: 32px 16px 0;
}

/*--------------------------------------
 アコーディオンメニュー【サイド】
---------------------------------------*/

.accbox label {
    display: block;
    cursor: pointer;
    transition: all 0.1s;
    font-size: 14px;
    border-bottom: 1px solid #82793a;
    box-sizing: border-box;
    font-weight: bold;
    position: relative;
    width: 240px;
}

.accbox label a {
    display: block;
    padding: 20px 0 14px;
	width:70%;
}

/*--------------------------------------
 ポリシー・個人情報リンク【サイド】
---------------------------------------*/

.side__under{
	bottom:0;
	position: inherit;

}

.side__under_link {
    margin: 40px auto 24px;
    text-align: center;
    padding: 0;
}

.side__under_link a {
    font-size: 12px;
    margin-bottom: 8px;
    color: #666;
    display: block;
}

/*■トップページのみ ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.main__top {
    min-width: 280px;
    width: 100%;
	background:#fffef7;
	border: 0px solid #ffffff;
    margin: 16px;
	font-size:14px;
}

.main__top-box {
    margin: 0 auto 24px;
	background:#fffef7;
}

.main__top_box-title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 8px;
}

.main__top-box_inner {
    text-align: center;
    padding: 0;
	background:#fffef7;
}

.main__top_info-wrap {
    border: 3px solid #ccc;
    margin: 0 auto;
    max-width: 680px;
    padding: 0 8px;
    width: 96%;
    box-sizing: border-box;
}
/*-- START #738 --*/
.main__top_info-link {
    margin: 0 auto;
    max-width: 680px;
    padding: 0 8px;
    width: 96%;
}
/*-- END #738 --*/

a.main__top-box_voice-more {
    width: auto;
    font-size: 12px;
    margin: 3%;
}

.main__top-box_voice {
    text-align: center;
    padding: 0 0 56px;
    background: #fffef7;
    position: relative;
}

.main__top-box_gallery {
    text-align: center;
    padding: 16px 8px 56px;
    background: #6da6aa;
    position: relative;
}

.main__top-box_gallery li {
    margin: 2px;
    display: inline-block;
    width: 30%;
}

.main__top-box_gallery-more {
    color: #222;
    border: 1px solid #d60077;
    border-radius: 24px;
    width: auto;
    padding: 8px 16px;
    position: absolute;
    bottom: 12px;
    right: 3%;
    font-size: 12px;
    font-weight: bold;
}

.main__top-box_circle-link {
    text-align: center;
    padding: 24px 0;
    border-top: 1px solid #82793a;
	border-bottom: 1px solid #82793a;
    max-width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
    width: 100%;
}

.main__top-box_circle-link li {
    margin: 0 0.5%;
    display: inline-block;
}

.main__top-box_circle-link li a {
    font-size: 14px;
    border-radius: 50%;
    background: #808080;
    width: 86px;
    height: 86px;
    display: block;
    padding-top: 32px;
    box-sizing: border-box;
    color: #ffffff;
    font-weight: bold;
}

.main__top-box_circle-link li:nth-child(2n) a {
    font-size: 14px;
    border-radius: 50%;
    background: #82793a;
    width: 86px;
    height: 86px;
    display: block;
    padding-top: 32px;
    box-sizing: border-box;
    color: #ffffff;
    font-weight: bold;
}

.side__sns_time-line {
    margin: 0;
    border: 1px solid #ccc;
	text-align:center;
}

/*■トップページ02 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.main__top02_box {
    margin: 0 16px 16px;
	border: 0px solid #ffffff;
	background:#fffef7;
    box-sizing: border-box;
}

.main__top02_box_inner {
    max-width: 772px;
    margin: 8px auto;
    padding: 0 8px;
}

.main__top02_box_inner02 {
    max-width: 772px;
    margin: 8px auto 8px;
    padding: 0 8px;
}

.main__top02_info-box {
    margin: 24px auto 24px;
	background:#fffef7;
}

.main__top02_info-wrap {
    border: 3px solid #ccc;
    margin: 0 auto;
    max-width: 772px;
    padding: 8px 16px;
    width: 100%;
    box-sizing: border-box;
}

.main__top02_box-title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 8px 0;
}

.main__top02_menu a {
    width: 47%;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 16px;
    max-width: 240px;
}

/*■トップページ03 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.main__top03 {
    max-width: 890px;
    width: 100%;
    margin: 0 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border: 0px solid #ffffff;
	background:#fffef7;
    min-width: 280px;
}

.main__top03_box-title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 8px;
//    border-bottom: 1px solid #D50077;
    display: table;
    padding: 0 16px 0;
}

.main__top03_voice ul {
    text-decoration: none;
    text-align: center;
}

.main__top03_voice li {
    width: 90%;
    margin: 0 0 2% 0;
    display: inline-block;
    max-width: 408px;
}

.main__top03_voice li:nth-child(even) {
    width: 90%;
    margin: 0 0 2% 0;
    display: inline-block;
    max-width: 408px;
}

.main__top03_info-wrap {
    margin: 0 auto;
    max-width: 640px;
    padding: 8px 16px;
    box-sizing: border-box;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    width: 92%;
}
/*-- START #738 --*/
.main__top03_info-link {
    margin: 0 auto;
    max-width: 640px;
    padding: 8px auto;
    width: 92%;
}

.main__top03_info-link a {
    text-align: right;
    display: block;
    font-size: 14px;
}
/*-- END #738 --*/

.main__top03-box_circle-link {
    text-align: center;
    padding: 8px 4px;
    margin: 0 auto;
    box-sizing: border-box;
}

.main__top03-box_circle-link li {
    margin: 0 2px 8px;
    display: inline-block;
}

.main__top03-box_circle-link li a {
    font-size: 12px;
    border-radius: 50%;
    background: #808080;
    width: 72px;
    height: 72px;
    display: block;
    padding-top: 40%;
    box-sizing: border-box;
    color: #ffffff;
    font-weight: bold;
    max-width: 160px;
}

.main__top03-box_circle-link li:nth-child(2n) a {
    font-size: 12px;
    border-radius: 50%;
    background: #82793a;
    width: 72px;
    height: 72px;
    display: block;
    padding-top: 40%;
    box-sizing: border-box;
    color: #ffffff;
    font-weight: bold;
    max-width: 160px;
}

.main__top03-box_bottom {
    text-align: center;
    font-weight: bold;
    background: rgba(255,255,255,0.8);
    width: 84%;
    margin: 0 auto;
    padding: 3% 0;
    box-sizing: border-box;
    font-size: 14px;
}

/*■【メインコンテンツ】■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*--------------------------------------
メイン共通【メインコンテンツ】
---------------------------------------*/

.main{
	width:100%;
	margin:16px;
	min-width: 280px;
}

.main__inner {
	background:#fffef7;
    padding: 8px;
	box-sizing:border-box;
}

.main__content_inner {
    width: 96%;
    margin: 0 auto;
}

/*--------------------------------------
 h1
---------------------------------------*/

.main__content_box-h1{
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display:flex;
	flex-direction:column-reverse;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
}


.main__content_title-h1 {
    margin: 32px auto 0;
    text-align: center;
    font-size: 20px;
    width: 100%;
}

.main__content_title-h1_image{
	max-width:440px;
	margin: 32px auto 0;
}

.main__content_title-h1_sp_under-line{
	margin: 32px auto 0;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #222;
	width:100%;
}

.main__content_title-h1-02{
	margin: 32px auto 0;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #222;
	width:100%;
}

.main__content_image-h1{
	max-width:880px;
	height:auto;
	margin: 0 auto 0;
}

/*--------------------------------------
 h2
---------------------------------------*/

.main__content_box-h3 + .main__content_box-h2 {
	margin-top:16px;
}


.main__content_box-h2{
	margin-bottom:16px;
	float:none;
}

.main__content_title-h2 {
    margin: 16px auto 8px;
    padding: 0;
    font-size: 18px;
    color:#222222;
    border-bottom: 1px solid #82793a;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
	text-align:center;
}

.main__content_title-h2_text-left {
    margin: 16px auto 8px;
    padding: 0;
    font-size: 18px;
    color:#222222;
    border-bottom: 1px solid #82793a;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.main__content_title-h2-02 {
    margin: 16px auto 24px;
    padding: 0;
    font-size: 18px;
}

.main__content_image-h2 {
    width: 100%;
	margin:0 auto 8px;
}

/*--------------------------------------
 h3
---------------------------------------*/

.main__content_box-h3 {
    max-width: 800px;
    float: none;
    width: 100%;
	margin-bottom:16px;
}

.main__content_title-h3 {
    margin: 16px 0 8px;
    padding: 3px 8px 3px;
    font-size: 16px;
    background: #a8a26a;
    height: auto;
    color: #222222;
    box-sizing: border-box;
}

.main__content_image-h3 {
    width: 100%;
    float: none;
    margin: 0 0 16px 0;
    max-width: 100%;
}

.main__content_movie-h3 {
    width: 100%;
    float: none;
    max-width: 100%;
    padding-bottom: 56.25%;
	margin:0 auto 8px;
}

/*--------------------------------------
メイン画像【メインコンテンツ】
---------------------------------------*/
.main__main_image{
	display:none;
}

.main__main_image-sp{
	display:block;
}

.main__content_main-image {
    max-width: 880px;
    height: auto;
    margin: 0 auto 0;
    width: 100%;
    min-height: 0%;
}

/*--------------------------------------
ボックス【メインコンテンツ】
---------------------------------------*/




/*--------------------------------------
見出し【メインコンテンツ】
---------------------------------------*/

.main__content_title02 {
    margin: 72px auto 40px;
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid #111;
    width: 432px;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	font-weight:bold;
}

/*--------------------------------------
テキスト【メインコンテンツ】
---------------------------------------*/
.main__content_text-box01 {
    font-size: 14px;
    color:#222222;
    margin: 8px auto 16px;
    box-sizing: border-box;
    line-height: 1.5;
}

.main__content_text-box02 {
    font-size: 14px;
    color:#222222;
    margin: 0 auto 16px;
    border-radius: 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.main__content_text-box03 {
    max-width: 656px;
    margin: 16px auto 24px;
    font-size: 14px;
    color:#222222;
    padding: 16px 16px;
    box-sizing: border-box;
    border: 0px solid #ffffff;
    background: #fffef7;
    border-radius: 16px;
}

/*--------------------------------------
ボタン【メインコンテンツ】
---------------------------------------*/
.main__content_image-box01 {
    width: 100%;
    margin-bottom: 8px;
}

.main__content_image-box02 {
    box-sizing: border-box;
    border: 1px solid #222;
    width: 49%;
    margin-bottom: 8px;
    position: relative;
}

/*--------------------------------------
テーブル【メインコンテンツ】
---------------------------------------*/

.main__content_table_wrap {
    margin-bottom: 16px;
    font-size: 14px;
}

.main__content_table_wrap table{
	width:100%;
	box-sizing:border-box;
	border-bottom:none;
}

.main__content_table_wrap table th {
    width: 100%;
    padding: 4px 16px;
	border-right: none;
}

.main__content_table_wrap table td {
    padding: 8px 8px;
}


/*======================================== ここから各ページごとの設定(共通クラス意外) ========================================*/

/*■ ごあいさつ ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.main__content_message-box {
    margin: 24px auto;
    background: #fffef7;
    border-radius: 16px;
    box-sizing: border-box;
    line-height: 1.8;
    border:0px solid #ffffff;
    width: 100%;
}

.main__content_message-box_title {
	background:#fffef7;
    border-radius: 12px 12px 0 0;
    font-size: 14px;
    color: #ffffff;
    padding: 8px 3%;
    text-align: center;
}

.main__content_message-box_text {
    font-size: 12px;
    color:#222222;
    padding: 16px 3%;
}

.main__content_text-right {
    font-size: 14px;
    margin: 16px auto;
    text-align: right;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
}

/*■ 社員の声 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/*--------------------------------------
　一覧：社員の声
---------------------------------------*/

.main__content_voice-box_wrap {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 24px;
}

.main__content_voice-box {
    width: 100%;
    margin-bottom: 32px;
}

.main__content_voice-title {
    margin: 0 0 8px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #222;
    padding: 0 0 0 0;
}

.main__content_voice-title-h2 {
    margin: 0 0 8px;
    text-align: center;
    font-size: 18px;
//    font-weight: normal;
	font-weight: bold;
    border-bottom: 1px solid #222;
    padding: 0 0 0 8px;
}

.main__content_voice-image{
	margin-bottom:8px;
}

.fixItem {
    height: auto !important;
}

/*--------------------------------------
　詳細：社員の声
---------------------------------------*/

.main__content_voice-title_detail {
    margin: 16px auto 8px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.main__content_voice_detail-image{
	margin: 0 auto 8px;
}

.main__content_voice-text {
    color:#222222;
    background: #fffef7;
    padding: 8px;
    border-radius: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 8px;
    font-size: 14px;
}

.main__content_voice_box {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
	-ms-flex-direction: column-reverse;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
	margin:0;
}

.main__content_voice-box_detail {
    width: 100%;
    margin: 0 auto 24px;
    max-width: 800px;
}

.main__content_voice-text02 {
    position: relative;
    padding: 8px;
    font-size: 14px;
    box-sizing: border-box;
    border-radius: 16px;
    margin-right: 0;
    margin-top: 16px;
	width:100%;
}

.main__content_voice-text02:after{
	display:none;
}

.main__content_voice-text02_img-wrap {
    text-align: center;
	margin:8px auto 0;
}

.main__content_voice_image-btn {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
//    border: 1px solid #ccc;
    width: 48.5%;
    margin-bottom: 3%;
    position: relative;
}
.main__content_voice_image-btn-empty {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 48.5%;
    position: relative;
}

/*■ 募集要項 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.recruit_box {
    padding: 8px;
    border: 1px solid #82793a;
    box-sizing: border-box;
	box-shadow: 8px 8px #82793a;
    position: relative;
    margin-bottom: 16px;
    width: 98%;
}

.recruit_box_title-h3 {
    font-size: 16px;
    margin-bottom: 8px;
//	border-bottom: 1px solid #0071bc;
}

.recruit_detail-btn {
    display: inline-block;
}

.recruit_work-location {
    font-size: 14px;
}

.recruit_job-category {
    margin-bottom: 8px;
	font-size: 14px;
}

.recruit_detail_table_link-right {
    float: none;
    margin: 0;
}

/*■ 会社概要 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.company_profile-box {
    border: none;
    position: relative;
    margin-bottom: 16px;
    min-height: 240px;
	padding-bottom: 4px;
}

.company_profile-box_title {
    background: #a8a26a;
    color: #222222;
    font-size: 16px;
    padding: 4px 16px;
    box-sizing: border-box;
}

.company_profile-box_table {
    margin: 0 auto;
    font-size: 12px;
    box-sizing: border-box;
    display: table-cell;
}

.company_profile-box_table tr {
    border-bottom: 1px solid #222;
    min-width: auto;
    display: block;
}

.company_profile-box_table th {
    min-width: 64px;
    padding: 4px;
    font-weight: normal;
    text-align: left;
    width: 18%;
    float: left;
}

.company_profile-box_table td {
    padding: 4px;
    display: table-cell;
	min-width: 100%;
}

.company_profile-box_map-btn {
    position: absolute;
    bottom: 0;
    right: 0;
}

/*■ データで見る企業 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.main__content_data_box {
    width: 100%;
    margin-bottom: 0;
	padding:0;
}

.main__content_data_box img {
	width: 100%;
}

.main__content_data_box-empty{
    width: 100%;
}

/*■ 座談会 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.main__content_symposium_wrap{
	margin: 16px 0 24px;
}

.main__content_symposium_box{
	width:100%;
	max-width:100%;
	margin: 0 1% 4%;
}

.main__content_symposium_box img{
	max-height: initial;
	width: 48%;
    float: left;
	margin-right:8px;
}

.main__content_symposium_text_wrap{
	overflow: hidden;
}

.main__content_symposium_text01{
	max-width:100%;
	padding-bottom:4px;
}

.main__content_symposium_text02{
	max-width:100%;
	padding-top:4px;
}


/*■ インフォメーション ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.main__content_info_wrap {
    width: 100%;
    margin: 8px auto 0;
	font-size:14px;
}

.main__content_info_wrap dl {
    border-bottom: 1px dashed #ccc;
	margin:8px 0;
}

.main__content_info_wrap dl:last-child {
    border-bottom: none;
	margin:0;
}

.main__content_info_wrap dt {
    float: none;
    clear: both;
    width: 100%;
    padding: 0 0 8px;
}

.main__content_info_wrap dd {
    padding: 0 0 8px;
    overflow: hidden;
}

.info__text {
    margin: 8px 0 8px 0;
	display: block;
}

.main__content_text-box01-02 {
    font-size: 14px;
    margin: 16px auto 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 1.5;
    width: 100%;
}

.main__content_image02 {
    margin: 0 auto 16px;
    width: 100%;
}

/*--------------------------------------
タイトル:インフォメーション
---------------------------------------*/

.main__content_h3-title_info_news {
    margin: 24px auto 24px;
    padding: 0;
    font-size: 14px;
    border-bottom: 1px solid #33aae5;
}

.main__content_h3-title_info_topics {
    margin: 24px auto 24px;
    padding: 0;
	font-weight:bold;
	font-size:14px;
	border-bottom:1px solid #009245;
}

.main__content_h3-title_info_blog {
    margin: 24px auto 24px;
    padding: 0;
	font-weight:bold;
	font-size:14px;
	border-bottom:1px solid #662d91;
}

/*--------------------------------------
　タグ：インフォメーション
---------------------------------------*/

.info__tag {
    margin: 0 8px 0 0;
    padding: 3px;
    font-size: 14px;
}

/*--------------------------------------
　月日：インフォメーション
---------------------------------------*/

.info__date{
	margin: 0 0 0 0;
	float:right;
	font-size:14px;
}

/*■ エントリー・お問い合わせ ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.main__entry_text01 {
	color:#222222;
    margin: 0 auto 16px;
    width: 100%;
    font-size: 14px;
}

.main__entry_text02 {
	color:#222222;
    margin: 0 auto 24px;
    width: 100%;
    font-size: 12px;
}

.main__entry_text03 {
    color: #222222;
    background:#ffffff;
    padding: 8px;
    font-size: 12px;
    width: 98%;
    margin: 0 auto 36px;
    text-align: center;
	box-shadow: 0 0 0 1px #222222, 0 0 0 4px #ffffff, 0 0 0 5px #222222;
    box-sizing: border-box;
}

.main__entry_text04 {
	color:#222222;
    margin: 0 auto 16px;
    width: 100%;
    font-size: 14px;
	text-align:left;
}

.main__content_form_text_wrap {
    text-align: center;
    margin-top: 24px;
}

/*--------------------------------------
テーブル：エントリー・お問い合わせフォーム
---------------------------------------*/

table, tbody, thead, tfoot, tr, th, td {
    display: block;
}

.entry_form_table_td01 {
	background:#ffffff;
    padding: 8px 8px;
    width: 100%;
    border-bottom: none;
	color:#222222;
    vertical-align: middle;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	font-size:14px;
}

.entry_form_table_td02 {
	background:#d9dcde;
	padding: 16px 8px;
    width: 100%;
    border-bottom: none;
	color:#222222;
    vertical-align: middle;
    font-size: 13px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	font-size:14px;
}

.entry_form_table_td01-02 {
	background:#ffffff;
    padding: 8px 16px 8px 16px;
    width: 100%;
    border-bottom: none;
	color:#222222;
    vertical-align: middle;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.entry_form_required {
    font-size: 11px;
    padding: 3px 8px;
    background: #c1272d;
    margin-right: 0;
    color: #fff;
    float: right;
	position:relative;
	left:0;
}

.entry_form_required02{
	display:none;
}

.entry_form_check_01 {
    width: 100%;
    margin: 0 auto;
}

.entry_form_confirmation {
	text-align:left;
}

/*--------------------------------------
プルダウン：エントリー・お問い合わせフォーム
---------------------------------------*/

.entry_form_pulldown_01 select {
    cursor: pointer;
    width: 100%;
    border-radius: 3px;
	border: 1px solid #222222;
    text-indent: 5px;
    height: 30px;
}

.entry_form_pulldown_02 {
    position: relative;
    display: inline-block;
    margin: 8px 0;
	width: 100%;
	width: 31.6%;
    text-align: right;
}

.entry_form_pulldown_02 select {
    cursor: pointer;
    width: 92%;
    border-radius: 3px;
	border: 1px solid #222222;
    text-indent: 5px;
    height: 30px;
}

/*--------------------------------------
ラジオボタン：エントリー・お問い合わせフォーム
---------------------------------------*/

.entry_form_radio_01 input[type=radio] + label {
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 1.5px;
    margin-right: 36px;
    position: relative;
	margin-bottom:8px;
}

/*--------------------------------------
テキスト：エントリー・お問い合わせフォーム
---------------------------------------*/

.entry_form_text_01 input[type=text] {
	border: 1px solid #222222;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px;
    border-radius: 3px;
    width: 100%;
	font-size: 14px;
}

.entry_form_text_02 input[type=text] {
	border: 1px solid #222222;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px;
    border-radius: 3px;
    width: 50%;
    float: left;
    margin: 0 8px 8px 0;
	font-size: 14px;
}

.entry_form_text_03 input[type=text] {
	border: 1px solid #222222;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 8px;
    border-radius: 3px;
    width: 100%;
    float: none;
    margin: 0px 0 0 0;
	font-size: 14px;
}

/*--------------------------------------
テキストエリア：エントリー・お問い合わせフォーム
---------------------------------------*/

.entry_form_textarea_01 textarea {
	border: 1px solid #222222;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 10px;
    height: auto;
    width: 100%;
    min-height: 100px;
	font-size: 14px;
}

/*--------------------------------------
送信ボタン：エントリー・お問い合わせフォーム
---------------------------------------*/

.entry_form_sendbtn_wrap{
	margin:24px auto;
	text-align:center;
}

.entry_form_sendbtn01{
/*
	height: 40px;
*/
    width: 48%;
/*
	border-style:none;
*/
	margin:0 0 8px;
/*	padding:0 2px;*/
}

.entry_form_sendbtn01:hover{
	opacity:0.8;
}

.entry_form_sendbtn02{
/*
	text-align: center;
	height: 40px;
*/
    width: 50%;
/*
    background: #82793a;
    border-radius: 6px;

	color: #ffffff;
    cursor: pointer;
	border-style:none;
*/
	margin:0 0 8px;
/*	padding:0 2px;*/
}

.entry_form_sendbtn02:hover{
	opacity:0.8;
}

.entry_form_sendbtn03{
/*	height: 40px;*/
    width: 62%;

/*	border-style:none;*/
	margin:0 0 8px;
/*	padding:0 2px;*/
}

.entry_form_sendbtn03:hover{
	opacity:0.8;
}
/*
.entry_form_sendbtn-text01 {
	font-size:14px;
	margin-right: 0;
}

.entry_form_sendbtn-text02 {
	font-size:14px;
	margin-left: 0;
}
*/
/*■ 共通下部【メインコンテンツ】 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.main__under_wrap {
	display:block;
	margin:48px auto;
	width:80%;
}

.side__hr {
    border-color: #222;
    width: 80%;
    margin: 24px auto;
}

/*■ トップへ戻るボタン ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

#pageTop a {
    display: block;
    z-index: 999;
    padding: 10px 0 0 0;
    border-radius: 50%;
    width: 60px;
    height: 50px;
    background-color: #cccccc;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    font-size: 24px;
}

#pageTop {
    position: fixed;
    bottom: 48px;
    right: 8px;
}

/*■ 【フッタ】 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

footer {
    display: inline-block;
    width: 100%;
	border-top:0px solid #82793a;
	background: #b3b3b3;
    font-size: 12px;
}

.footer__copyright {
	color: #ffffff;
    text-align: center;
    padding: 10px 0;
}

/*■ ドロワーメニュー ■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.side__sp_drawer_wrap{
	display:block;
	margin:0 0 0 8px;
}

.side__sp_drawer {
    width: 280px;
    margin: 0;
    position: relative;
    box-sizing: border-box;
	overflow-y: scroll;
}

/*
 * Hiraku Ver.1.0.2 (https://www.appleple.com)
 * Copyright appleple | MIT License
 *
 */

.js-hiraku-offcanvas-active {
	position: fixed;
	z-index: 100001;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
}

.js-hiraku-offcanvas-open {
	display: block;
}

.js-hiraku-offcanvas-body {
	z-index: 0;
	left: 0;
	width: 100%;
	transition: left .3s ease-in-out;
}

.js-hiraku-offcanvas-body-right {
	position: fixed;
	left: -280px;
	overflow-y: hidden;
}

.js-hiraku-offcanvas-body-left {
	position: fixed;
	left: 280px;
	overflow-y: hidden;
}

.js-hiraku-offcanvas-body-moving {
	position: fixed;
	left: 0;
}

.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar {
	position: fixed;
	z-index: 10002;
	top: 0;
	bottom: 0;
	display: block;
	overflow-y: scroll;
	box-sizing: border-box;
	width: 280px;
	max-width: 100%;
	background-color: #fff;
	-webkit-overflow-scrolling: touch;
}

.js-hiraku-offcanvas:focus {
	background-color: rgba(0, 0, 0, .3);
}

.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar-right {
	right: 0;
	left: auto;
	margin-right: -280px;
	transition: margin-right .3s ease-in-out;
}

.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar-left {
	right: auto;
	left: 0;
	margin-left: -280px;
	transition: margin-left .3s ease-in-out;
}

.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar-right.active {
	margin-right: 0;
	transition: margin-right .3s ease-in-out;
}

.js-hiraku-offcanvas-active .js-hiraku-offcanvas-sidebar-left.active {
	margin-left: 0;
	transition: margin-left .3s ease-in-out;
}

.js-hiraku-header-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	transition: margin-left .3s ease-in-out;
}

.js-hiraku-offcanvas-body-right,
.js-hiraku-offcanvas-body-left {
	overflow: hidden;
}

.js-hiraku-offcanvas-body-right .js-hiraku-header-fixed {
	margin-left: -280px;
}

.js-hiraku-offcanvas-body-left .js-hiraku-header-fixed {
	margin-left: 280px;
}

.js-hiraku-offcanvas-close-btn {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.hiraku-open-btn {
	cursor: pointer;
	border: none;
	background: transparent;
}

.hiraku-open-btn:focus {
    outline: none;
}

.hiraku-open-btn-line {
	position: relative;
	display: block;
	width: 26px;
	height: 3px;
	margin: 6px 0;
	transition: .1s all;
	border-radius: 1px;
	color:;
	background-color:  #82793a;
}

.hiraku-open-btn-line:before,
.hiraku-open-btn-line:after {
	position: absolute;
	display: block;
	width: 100%;
	height: 3px;
	content: '';
	transition: .3s all;
	border-radius: 1px;
	background-color:  #82793a;
}

.hiraku-open-btn-line:before {
	top: -8px;
}

.hiraku-open-btn-line:after {
	bottom: -8px;
}

[aria-expanded='true'] .hiraku-open-btn-line {
	background-color: transparent;
}

[aria-expanded='true'] .hiraku-open-btn-line:before,
[aria-expanded='true'] .hiraku-open-btn-line:after {
	width: 26px;
}

[aria-expanded='true'] .hiraku-open-btn-line:before {
	-ms-transform: translate(-2px, 10px) rotate(45deg);
	transform: translate(-2px, 10px) rotate(45deg);
}

[aria-expanded='true'] .hiraku-open-btn-line:after {
	-ms-transform: translate(-2px, -6px) rotate(-45deg);
	transform: translate(-2px, -6px) rotate(-45deg);
}

}

/*--------------------------------------
入力エラー ハンドル
---------------------------------------*/
.has-error input[type="text"],
.has-error input[type="radio"],
.has-error input[type="checkbox"],
.has-error select{
  border-color: #a94442;
  background-color:#F6CEEC;
/*   color:#ffffff; */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}