@charset "UTF-8";

/* -----------------------------------------------
 *  	         component.css
 * ----------------------------------------------- */


/* SwiperSetting 強制上書き */
.swiper-container{
    padding-bottom: 50px!important;
}
.swiper-pagination-bullet-active{
    background-color: #464646!important;
}

/* =====================flexBox===================== */
/*flex_center 1段 中央 */
.flex_center{
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex_center > div.flex_center_inner{
	width: 100%;
}


/*flex_1A 1段 50→100 */
.flex_1A{
	display: flex;
	justify-content: center;
}
.flex_1A div:first-child{
	width: 49%;
}
@media only screen and (max-width: 30em) {
.flex_1A{
	display: block;
}
.flex_1A div:first-child{
	width: 100%;
	margin: 0 0 30px 0;
}
}

/*flex_2A 2段 48:48 */
.flex_2A{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_2A > div, .flex_2A > section{
    width: 48%;
}

@media only screen and (max-width: 48em) {
.flex_2A{
}
.flex_2A > div, .flex_2A > section{
	width: 100%;
	margin: 0 0 0 0;
}
}

/*flex_2B 2段 50:30*/
.flex_2B{
	display: flex;
	justify-content: space-between;
}
.flex_2B .flex_2B_innerA{
	width: 57%;
    order: 1;
}
.flex_2B .flex_2B_innerB{
	width: 40%;
    order: 2;
}
@media only screen and (max-width: 48em) {
.flex_2B{
	display: block;
}
.flex_2B .flex_2B_innerA{
	width: 100%;
	margin: 0 0 10px 0;
}
.flex_2B .flex_2B_innerB{
	width: 100%;
}
}


/*flex_2C 2段 55:45 */
.flex_2C{
	display: flex;
}
.flex_2C div:first-child{
	width: 45%;
}
.flex_2C div:nth-child(2){
	width: 55%;
}
@media only screen and (max-width: 30em) {
.flex_2C{
	display: block;
}
.flex_2C div:first-child{
	width: 100%;
}
.flex_2C div:nth-child(2){
	width: 100%;
}
}

/*flex_2D 2段 50:50 中央寄せ JobTypeで使用*/
.flex_2D{
	display: flex;
    flex-wrap: wrap;	
}
.flex_2D > div, .flex_2D > section{
	width: 50%;
}

@media only screen and (max-width: 30em) {
.flex_2D{
	display: block;
}
.flex_2D > div, .flex_2D > section{
	width: 100%;
}
}

/*flex_2E 2段 48:48→100 */
.flex_2E{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_2E div.flex_2E_inner, .flex_2E section.flex_2E_inner{
	width: 48%;
}
@media only screen and (max-width: 30em) {
.flex_2E{
	display: block;
}
.flex_2E div.flex_2E_inner, .flex_2E section.flex_2E_inner{
	width: 100%;
	margin: 0 0 20px 0;
}
}


/*flex_2D 2段 30:30 中央寄せ */
.flex_2F{
	display: flex;
	align-items: center;
	justify-content: center;	
}
.flex_2F div.flex_2F_inner, .flex_2F section.flex_2F_inner{
	width: 30%;
    margin-left: 1%;
    margin-right: 1%;
}

@media only screen and (max-width: 48em) {
.flex_2F{
}
.flex_2F div.flex_2F_inner, .flex_2F section.flex_2F_inner{
	width: 40%;
    margin-left: 2%;
    margin-right: 2%;
}
}

@media only screen and (max-width: 30em) {
.flex_2F{
	display: block;
}
.flex_2F div.flex_2F_inner, .flex_2F section.flex_2F_inner{
	width: 90%;
    margin: 0 auto;
}
}


/*flex_3A 3段 32%左右均等配置*/
.flex_3A{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.flex_3A > div, .flex_3A > li , .flex_3A > section{
	width: 31%;
	margin: 0 0 10px 0;
}

@media only screen and (max-width: 48em) {
.flex_3A{
	display: block;
}
.flex_3A > div, .flex_3A > li , .flex_3A > section{
	width: 100%;
	margin: 0 0 10px 0;
}
}


/*flex_3B 3段 32% 左寄せ配置右空き ソート対策用*/
.flex_3B{
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
}
.flex_3B > div, .flex_3B > li , .flex_3B > section{
	width: 31%;
	margin: 0 2% 10px 0;
}

@media only screen and (max-width: 48em) {
.flex_3B{
	display: block;
}
.flex_3B > div, .flex_3B > li , .flex_3B > section{
	width: 100%;
	margin: 0 0 10px 0;
}
}

/*flex_3C 3段 32%左右均等配置 変動なし*/
.flex_3C{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.flex_3C > div, .flex_3C > li , .flex_3C > section{
	width: 31%;
	margin: 0 0 0 0;
}

@media only screen and (max-width: 48em) {
}





/* ===========CEO Message=========== */
#Message {
	position: relative;
	width: 100%;
}
#Message .imagebox_1{
	position: absolute;
	top: 0;
	width: 80%;
	margin-right: 20%;
	z-index: 10;
}
#Message .imagebox_1_sub{
	position: absolute;
	top: 100px;
	width: 100%;
	/*background-color: #000000;
	height: 950px;
	z-index: 5;*/
}
#Message .message_txt_box {
	position: absolute;
	top: 500px;
	right: 250px;
	color: #ffffff;
	z-index: 15;
	text-align: right;
}
#Message .message_txt_box .txt_1{
	font-size: 52px;
	letter-spacing: 2px;
}
#Message .message_txt_box .txt_2{
	font-size: 28px;
	letter-spacing: 2px;
}
#Message .message_txt_box .txt_2 span{
	font-size: 14px;
	letter-spacing: 2px;
}
#Message .image_mb{
	display: none;
}

/* vision page用　*/
.message_block {
    position: relative;
    width: 600px;
    z-index: 10;
}
.message_block p.txt_1 {
    font-size: 52px;
    letter-spacing: 2px;
    display:inline-block;
    margin-top: 10px;
    background-color: #fff;
}
.message_block p.txt_2 {
    font-size: 28px;
    letter-spacing: 2px;
    background-color: #fff;
    margin: 10px;
    text-align: right;
    padding-right: 10px;
}
	.message_block .image_pc {
		display: none;
	}
	.message_block .image_mb {
		display: none;
	}

.sp_margin_top{
    margin-top: 10px;
}

/* 768px */
@media only screen and (max-width: 48em) {
	.message_block {
		position: absolute;
        width: 100%;
		right: 20px;
		top: 50px;        
	}
	.message_block p.txt_1{
		font-size: 28px;
        line-height: normal;
	}
	.message_block p.txt_2{
		font-size: 18px;
	}
	.message_block p.txt_2 span{
		font-size: 14px;
	}
	.message_block .image_pc {
		display: none;
	}
	.message_block .image_mb {
		display: block;
	}
    .message_block .image_mb img {
		width: 80%;
	}
    .sp_margin_top{
    margin-top: 5px;
}    
}
/* 480px */
@media only screen and (max-width: 30em) {
	.message_block {
		position: absolute;
        widows: 100%;
		top: 100px;
		left: 10px;
	}

    .sp_margin_top{
    margin-top: 5px;
}    
    
}
/* vision page用　*/



/* 1200px */
@media only screen and (max-width: 75em) {
#Message .message_txt_box {
	position: absolute;
	top: 340px;
	right: 110px;
}
}
/* 1024px */
@media only screen and (max-width: 64em) {
	#Message .message_txt_box {
		position: absolute;
		top: 250px;
		right: 110px;
	}
}
/* 768px */
@media only screen and (max-width: 48em) {
	#Message .message_txt_box {
		position: absolute;
		top: 590px;
		right: 20px;
	}
	#Message .message_txt_box .txt_1{
		font-size: 28px;
	}
	#Message .message_txt_box .txt_2{
		font-size: 21px;
	}
	#Message .message_txt_box .txt_2 span{
		font-size: 14px;
	}
	#Message .image_pc {
		display: block;
	}
	#Message .image_mb {
		display: block;
	}
}
/* 480px */
@media only screen and (max-width: 30em) {
	#Message .message_txt_box {
		position: absolute;
		top: 350px;
		right: 20px;   
	}
	#Message .image_pc {
		display: none;
	}
	#Message .image_mb {
		display: block;
	}
}


/* ===========Information=========== */
ul.definition_list_01 {
	margin: 0 auto;
	list-style: none;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
ul.definition_list_01 li {
	padding: 15px 0 15px 5px;
	text-align: left;
	font-size: 14px;
	border-bottom: 1px solid #000000;
}
ul.definition_list_01 li.category_001::before {
	display: inline-block;
	content:"INFOMATION";
	color: #fff;
	background-color: #000000;
	font-size: 12px;
	text-align: center;
	padding: 3px 10px;
	margin: 0 10px 0 0;
	width: 100px;
	letter-spacing: 1px;
}
ul.definition_list_01 li.category_002::before {
	display: inline-block;
	content:"MEDIA";
	color: #fff;
	background-color: #000000;
	font-size: 12px;
	text-align: center;
	padding: 3px 10px;
	margin: 0 10px 0 0;
	width: 100px;
	letter-spacing: 1px;
}
ul.definition_list_01 a{
	text-decoration: none;
}
/* 768px */
@media only screen and (max-width: 48em) {
ul.definition_list_01 li {
	line-height: 2;
	font-size: 13px;
}
ul.definition_list_01 li.category_001::before {
	font-size: 10px;
}
ul.definition_list_01 li.category_002::before {
	font-size: 10px;
}
}



/* ===========Staff Interview=========== */
.interview_box {
	/*padding-bottom: 50px;*/
	height: 500px;
}
.interview_box a{
	text-decoration: none;
	transition:0.3s;
}
.interview_box a:hover{
	opacity:0.8;
	transition:0.3s;
}
.interview_box_txtarea {
	padding: 10px;
}
.interview_box p.copy{
	font-size: 18px;
}
.interview_box p.profile{
	font-size: 18px;
}
.interview_box p.profile span{
	font-size: 12px;
	display: block;
}
/* 768px */
@media only screen and (max-width: 48em) {
.interview_box p.copy{
	font-size: 16px;
}
}


/* ===========Our File=========== */
#Field {
	background-color: #000000;
}
#Field h2{
	color: #ffffff !important;
}
#Field div.contents_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#Field div.contents_box .contents_box_inner{
	position: relative;
	width: 30%;
	height: 150px;
	border: 1px solid #ffffff;
	margin-bottom: 3%;
	padding: 30px;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
}
#Field div.contents_box .contents_box_inner .button {
    font-size: 14px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    cursor: pointer;
	width: 70%;
	right: 0;
	left: 0;
	margin: 0 auto;
}
/* 768px */
@media only screen and (max-width: 48em) {
#Field div.contents_box .contents_box_inner{
	position: relative;
	width: 100%;
	margin-bottom: 5%;
}
}


/* ===========Date ob Bp=========== */
#Date {
	background-color: #EFEFEF;
}
#Date div.contents_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#Date div.contents_box .contents_box_inner1{
	position: relative;
	width: 48%;
/*	height: 150px; */
	margin-bottom: 3%;
	padding: 30px;
	text-align: center;
	font-size: 18px;
	background-color: #f7f7f7;
}
#Date div.contents_box .contents_box_inner2{
	position: relative;
	width: 100%;
/*	height: 150px; */
	margin-bottom: 3%;
	padding: 30px;
	text-align: center;
	font-size: 18px;
	background-color: #f7f7f7;
}

p.data_txt_01{
    font-size: 20px;
    font-weight: normal;
}

.data_txt_01 span{
    font-size: 120px;
    font-family: 'Times New Roman', Times, 'serif';
    font-weight: normal;
}

p.data_txt_02{
    font-size: 16px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: normal;
}

/* 768px */
@media only screen and (max-width: 48em) {
#Date div.contents_box .contents_box_inner1{
	position: relative;
	width: 100%;
	margin-bottom: 5%;
}
#Date div.contents_box .contents_box_inner2{
	margin-bottom: 5%;
}
p.data_txt_01{
    font-size: 20px;
    font-weight: normal;
}

.data_txt_01 span{
    font-size: 90px;
    font-family: 'Times New Roman', Times, 'serif';
    font-weight: normal;
}

p.data_txt_02{
    font-size: 14px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: normal;
}
}




/* インタビューページ */
.interview_txt_area {
  position: relative;
  width: 80%;
  margin: auto;
}
.interview_txt_area h2{
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 50px;
}
.interview_txt_area .txt_box1 p{
  font-size: 18px;
  margin: auto;
  line-height: 2;
  margin-bottom: 30px;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  font-style: normal;
}
/* 768px */
@media only screen and (max-width: 48em) {
.interview_txt_area h2{
  font-size: 18px;
  margin-bottom: 30px;
}
.interview_txt_area .txt_box1 p{
	font-size: 16px;
}
}



/* インフォメーション */
.main_infobox{
  height: 300px;
}
.info_contents_area {
  position: relative;
  width: 80%;
  margin: auto;
  border-top: 1px solid #000000;
  padding-bottom: 200px;
}
.info_contents_area h2{
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
.info_contents_area .txt_box1 p{
  font-size: 14px;
  width: 90%;
  margin: auto;
  line-height: 2;
  margin-bottom: 30px;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.info_contents_area_inner {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
	margin: auto;
	border-bottom: 1px solid #d6d6d6;
}
.info_contents_area_inner .inner_box {
	width: 49%;
	padding: 5%;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;	
}
.info_contents_area_inner .inner_box h3{
	margin-bottom: 20px;
}
.info_contents_area_inner .inner_box .category_001{
	position: relative;
	color: #fff;
	background-color: #000000;
	font-size: 12px;
	text-align: center;
	padding: 3px 10px;
	margin-bottom: 20px;
	width: 100px;
	letter-spacing: 1px;
}

.info_contents_area_inner .inner_box_100 {
	width: 100%;
	padding: 0 5% 5% 5%;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;	
}
.info_contents_area_inner .inner_box_100 h3{
	margin-bottom: 20px;
}
.info_contents_area_inner .inner_box_100 .category_001{
	position: relative;
	color: #fff;
	background-color: #000000;
	font-size: 12px;
	text-align: center;
	padding: 3px 10px;
	margin-bottom: 20px;
	width: 100px;
	letter-spacing: 1px;
}
.info_contents_area_inner .inner_box_100 .caption_txt01{
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.category_001{
	position: relative;
	color: #fff;
	background-color: #000000;
	font-size: 12px;
	text-align: center;
	padding: 3px 10px;
	margin-bottom: 10px;
	width: 100px;
	letter-spacing: 1px;
}

/* 768px */
@media only screen and (max-width: 48em) {
.info_contents_area h2{
  font-size: 18px;
}
.info_contents_area_inner {
	padding-top: 50px;
	padding-bottom: 50px;
}
.info_contents_area_inner .inner_box {
	width: 100%;
}
}









































/* ===========txtBox=========== */
/*01 クチコミエリア*/
.textbox_01{
    margin: 0 0 20px 0;
    padding: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    background-color: #fff;
}
.textbox_01 div{
    width: 25%;
}
.textbox_01 p{
    width: 73%;
}

/*02 Jobtypeのリンクボックス*/
.textbox_02{
    align-items: center;    
    width: 90%;
    border: solid 2px #000;
    padding: 15px;
    margin: 70px/*15px→70px*/ auto 0;
    box-sizing: border-box;
}
@media only screen and (max-width: 48em) {
.textbox_02{
    margin: 40px auto 0;
}
}

/* ===========article=========== */

/* ===========section=========== */




/* ===========heading2=========== */
h2{
	font-size: 52px;
}
h2 span{
	display: block;
	font-size: 28px;
}
/* 768px */
@media only screen and (max-width: 48em) {
h2 {
	font-size: 24px;
}
h2 span{
	font-size: 18px;
}
}


/* ===========heading3=========== */
/* 001 背景帯 */
h3.heading3_001{
	position: relative;
	margin: 0 0 20px 0;
	padding: 10px 0;
	font-size: 18px;
    font-weight: normal;
	line-height: 1;
	text-align: center;
    color: #fff;
    background-color: #231815;
    background-image: url("../img/title_bg1_l.png"),url("../img/title_bg1_r.png");
    background-position: left center,right center;
    background-size: contain;
    background-repeat: no-repeat,no-repeat;
	}
h3.heading3_001 span{
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal;
	}
h3.heading3_001 span.h3_01icon{
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 60px;
    background-color: #169fc6;
    border-radius: 50%;
    padding: 8px 0 0 0;
    box-sizing: border-box;
    color: #000;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    transform: translateY(-10%);
}

/* 768px */
@media only screen and (max-width: 48em) {
h3.heading3_001{
	font-size: 16px;
	font-size: 1.6rem;
	}
}
/* 480px */
@media only screen and (max-width: 30em) {
h3.heading3_001 span.h3_01icon{
    left: 30px;
}
}


/* 002 サブに背景青 */
h3.heading3_002{
	position: relative;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 28px;
    font-weight: bold;
    text-align: center;
	}
 h3.heading3_002 span{
    display: block;
    width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
    line-height: 1;
	font-size: 14px;
    font-weight: bold;
   /* background-color: #169fc6; */
	}   
    

/* ===========txt=========== */

/* 01=通常テキスト */
.txt_01{
	margin: 5px 0;
	font-size: 14px;
    letter-spacing: 1.2px;
    font-weight: normal;
    text-align: center;
	}
.txt_01l{
	margin: 5px 0;
	font-size: 14px;
    letter-spacing: 1.2px;
    font-weight: normal;
    text-align: left;
	}
.txt_02{
	margin: 5px 0;
	font-size: 12px;
    letter-spacing: 1.0px;
    font-weight: normal;
    text-align: center;
	}    
    
/* 768px */
@media only screen and (max-width: 48em) {
.txt_01l{
    text-align: center;
	}
}
.txt_01s{
	margin: 5px 0;
	font-size: 14px;
    letter-spacing: 1.2px;
    font-weight: normal;
    text-align: left;
	}



/* ===========leadTxt=========== */
/*01*/
.lead_txt_01{
	margin: 0 0 10px 0;
	font-size: 24px;
    text-align: center;
    font-weight: bold;
	}

/* 768px */
@media only screen and (max-width: 48em) {
.lead_txt_01{
	font-size: 20px;
	line-height: 24px;
	}
}

/*02*/
.lead_txt_02{
	margin: 0 0 5px 0;
	font-size: 18px;
    text-align: center;
    font-weight: bold;
	}

/* 768px */
@media only screen and (max-width: 48em) {
.lead_txt_02{
	margin: 0 0 5px 0;
	font-size: 14px;
	}
}

/*03 left 16 bold 通常文章の見出し等*/
.lead_txt_03{
	margin: 0 0 5px 0;
	font-size: 18px;
    text-align: left;
    font-weight: bold;
	}

/* 768px */
@media only screen and (max-width: 48em) {
.lead_txt_03{
	text-align: center;
	}
}


/* ===========figure=========== */
/* 001 JobType */
figure.figure_001{
	margin: 0 0 20px 0;
	}
figure.figure_001 img{
	margin: 0 0 10px 0;
	}
figure.figure_001 figcaption{
	text-align: center;
	font-size: 14px;
	}
figure.figure_001 figcaption strong{
	text-align: center;
	font-size: 14px;
	}

/* ===========a=========== */
a.a_01{
	text-decoration: underline;
}
a.a_01:hover{
	text-decoration: none;
}


/* ===========BTNsetting=========== */
.button {
	position: absolute;
	right: 0;
    margin: 10px;
    width: 250px;
    height: 50px;   
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    cursor: pointer;
}
.yazirusi {
        margin-left: 10px;
        width: 40px;
        height: 8px;
        border-bottom: 1px solid #ffffff;
        border-right: 1px solid #ffffff;
        transform: skew(45deg);
}
.button2 {
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
    width: 200px;
    height: 50px;   
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-bottom: 1px solid #000000;
    cursor: pointer;
}
.yazirusi2 {
	margin-right: 10px;
	width: 40px;
	height: 8px;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	transform: skew(-45deg);
}
.button3 {
	position: absolute;
	right: 0;
	left: 0;
	margin: 0 auto;
    width: 200px;
    height: 50px;   
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-bottom: 1px solid #000000;
    cursor: pointer;
}
.yazirusi3 {
	margin-right: 10px;
	width: 40px;
	height: 8px;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	transform: skew(45deg);
}
    


a.btn_03{
	display: block;
	width: 100%;
    max-width: 300px;
    margin: 0 auto;
	font-size: 14px;
	padding: 15px 0;
	letter-spacing: 1.3px;
	line-height: 1;
	text-align: center;
    text-decoration: none;
	background-color: #000;
	vertical-align: middle;
	color: #fff;
    background-image: url(../svg/icon_btn_01.svg);
	background-repeat:no-repeat;
	background-position: right 10px center;
	background-size: 15px 30px;
	transition: all 0.3s;
    cursor: pointer;
	}
a.btn_03:hover{
	background-position: right 3px center;
	}

.line_white{
position: absolute;
float: left;
margin-left:5px;
}
.line_white img{
 width: 30px;
}


/* =====================UL TXT LIST===================== */
ul.txt_list_01{

	}
ul.txt_list_01 li{
	}


/* =====================UL INDEX LIST===================== */
/*  */
ul.index_list_01{

	}





/* =====================OL SLIDER LIST===================== */
/* Ordered List */
/* 01募集要項 */
ol.ordered_list_01{
    list-style: none;
}
ol.ordered_list_01 li{

}


/* =====================Definition List===================== */
dl.definition_list_01{
	}
dl.definition_list_01 dt{
    font-size: 14px;
    font-weight: bold;
	}
dl.definition_list_01 dd{
    font-size: 14px;
    margin: 0 0 20px 0;
	}

/* ===========アコーディオン用=========== */
dl.definition_list_06{
	}
dl.definition_list_06 dt{
    position: relative;
	display:block;
	margin:0 0 5px 0;
	padding:10px 0;
	font-size:16px;
	font-size:1.6rem;
    font-weight: bold;
	letter-spacing:1.2px;
	transition:all 0.6s;
    text-align: center;
	cursor:pointer;
	background-color:#fff100;
	}
dl.definition_list_06 dt::before{
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    height: 5px;
    margin: auto;
	content:"▼";
    display: block;
    line-height: 0;
	}
dl.definition_list_06 dt.isshow::before{
	content:"▲" !important;
	}
dl.definition_list_06 dt.isshow{
	border:none !important;
	}
dl.definition_list_06 dt:hover{
	background-color:#fff100;
	}
dl.definition_list_06 dd{
	margin:0 0 1% 0;
	padding:0;
	font-size:14px;
	font-size:1.4rem;
	letter-spacing:0.6px;
	}




/* =====================image_box setting===================== */



/* 画像の右に説明文字 */
.imagebox_2{

}
.imagebox_2 img{
    display: inline-block;
    width: 40%;
    margin: 0 10px 0 0;
}
.imagebox_2 p{
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

/* 画像2つ　横並び　50% スタッフ紹介の画像部分*/
.imagebox_3{
    display: flex;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.imagebox_3 div{
    display: block;
    width: 48%;
}
.imagebox_3 div img{
    width: 100%;
}

/* LifeTimeHappiness */
.imagebox_4{
    max-width: 320px;
    margin: 0 auto;
}
.imagebox_4 img{
    width: 100%;
}
/* 480px */
@media only screen and (max-width: 30em) {
.imagebox_4{
    max-width: 200px;
}
}


/* ============================■■共通CLASS■■============================ */
/* clearfix */
.clearfix::after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}


/* ===========bgColor=========== */
.bg_color1{
	background-color: #fffbf3;
}


/* =========== flexSetting =========== */
/*flex-direction*/
.row-reverse{flex-direction: row-reverse !important;}
.column{flex-direction: column !important;}
.column-reverse{flex-direction: column-reverse !important;}



/* =========== br =========== */
/* 768px */
@media only screen and (max-width: 48em) {
br.erase768{
	display:none;
	}
}

/* 480px */
@media only screen and (max-width: 30em) {
br.erase480{
	display:none;
	}
}

/* =========== color =========== */
.white{ color:white !important;}

/* =========== limit =========== */
.limited{width:96%; margin:0 auto;}
@media only screen and (max-width: 48em) {
.limited{width:90%; margin:0 auto;}
}

.limit1600{max-width:1600px; margin:0 auto;}
.limit1400{max-width:1400px; margin:0 auto;}
.limit1200{max-width:1200px; margin:0 auto;}
.limit1050{max-width:1050px; margin:0 auto;}
.limit1024{max-width:1024px; margin:0 auto;}
.limit960{max-width:960px; margin:0 auto;}
.limit768{max-width:768px; margin:0 auto;}
.limit480{max-width:480px; margin:0 auto;}
.limit320{max-width:320px; margin:0 auto;}
.limit200{max-width:200px; margin:0 auto;}

/* ========== marginBottom ========== */
.mb0{ margin-bottom:0 !important; }
.mb5{ margin-bottom:5px !important; }
.mb10{ margin-bottom:10px !important; }
.mb20{ margin-bottom:20px !important; }
.mb30{ margin-bottom:30px !important; }
.mb40{ margin-bottom:40px !important; }
.mb50{ margin-bottom:50px !important; }
.mb60{ margin-bottom:60px !important; }
.mb70{ margin-bottom:70px !important; }
.mb80{ margin-bottom:80px !important; }
.mb90{ margin-bottom:90px !important; }
.mb100{ margin-bottom:100px !important; }

@media only screen and (max-width: 48em) {
.mb10_test{ margin-bottom:15px !important; }
}

/* ========== marginBottomParcent ========== */
.mb0p{ margin-bottom:0 !important; }
.mb01p{ margin-bottom:1% !important; }
.mb02p{ margin-bottom:2% !important; }
.mb03p{ margin-bottom:3% !important; }
.mb05p{ margin-bottom:5% !important; }
.mb10p{ margin-bottom:10% !important; }
.mb15p{ margin-bottom:15% !important; }
.mb20p{ margin-bottom:20% !important; }
.mb30p{ margin-bottom:30% !important; }
.mb40p{ margin-bottom:40% !important; }
.mb50p{ margin-bottom:50% !important; }
.mb60p{ margin-bottom:60% !important; }
.mb70p{ margin-bottom:70% !important; }
.mb80p{ margin-bottom:80% !important; }
.mb90p{ margin-bottom:90% !important; }
.mb100p{ margin-bottom:100% !important; }


/* ========== paddingTop&BottomParcent ========== */
.pdtb0p{ padding-top:0%!important; padding-bottom:0%!important; }
.pdtb01p{padding-top:1%!important; padding-bottom:1%!important;}
.pdtb02p{padding-top:2%!important; padding-bottom:2%!important;}
.pdtb03p{padding-top:3%!important; padding-bottom:3%!important;}
.pdtb05p{padding-top:5%!important; padding-bottom:5%!important;}
.pdtb10p{padding-top:10%!important; padding-bottom:10%!important;}
.pdtb15p{padding-top:15%!important; padding-bottom:15%!important;}
.pdtb20p{padding-top:20%!important; padding-bottom:20%!important;}
.pdtb30p{padding-top:30%!important; padding-bottom:30%!important;}
.pdtb40p{padding-top:40%!important; padding-bottom:40%!important;}
.pdtb50p{padding-top:50%!important; padding-bottom:50%!important;}
.pdtb60p{padding-top:60%!important; padding-bottom:60%!important;}
.pdtb70p{padding-top:70%!important; padding-bottom:70%!important;}
.pdtb80p{padding-top:80%!important; padding-bottom:80%!important;}
.pdtb90p{padding-top:90%!important; padding-bottom:90%!important;}
.pdtb100p{padding-top:100%!important; padding-bottom:100%!important;}

/* paddingTop&BottomParcent 可変*/
.pdtb10p_5p{padding-top:10%!important; padding-bottom:5%!important;}
.pdtb05p_10p{padding-top:5%!important; padding-bottom:5%!important;}
.pdtb10p_20p{padding-top:10%!important; padding-bottom:10%!important;}
.pdtb1005p_2010p{padding-top:10%!important; padding-bottom:5%!important;}
@media only screen and (max-width: 48em) {
.pdtb10p_5p{padding-top:10%!important; padding-bottom:5%!important;}
.pdtb05p_10p{padding-top:10%!important; padding-bottom:10%!important;}
.pdtb10p_20p{padding-top:20%!important; padding-bottom:20%!important;}
.pdtb1005p_2010p{padding-top:20%!important; padding-bottom:10%!important;}
}

/* ========== txt-align ========== */
.pdtb05p{padding-top:5%!important; padding-bottom:5%!important;}

/* ========== txt-align ========== */
.txt_left{text-align:left !important;}
.txt_center{text-align:center !important;}
.txt_right{text-align:right !important;}
.txt_just{text-align:justify !important;}

/* ========== width ========== */
.wd100{width: 100%!important;}

/* ========== br ========== */
/*本文 スマホ時のみbr有り*/
br.mb_show{
	display: none;
}
/* 768px */
@media only screen and (max-width: 48em) {
br.del768{ display:none;}
/*本文 スマホ時のみbr有り*/
br.mb_show{
	display: block !important;
}
}


/*アニメーション要素のスタイル*/
.animation {
	opacity : 0;
	visibility: hidden;
	transition: 1.0s;
	transform: translateY(20px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}


/* ======================parts====================== */

/* 1400px */
@media only screen and (max-width: 87.5em) {
}
/* 1200px */
@media only screen and (max-width: 75em) {
}
/* 1024px */
@media only screen and (max-width: 64em) {
}
/* 960px */
@media only screen and (max-width: 60em) {
}
/* 768px */
@media only screen and (max-width: 48em) {
}
/* 720px */
@media only screen and (max-width: 45em) {
}
/* 600px */
@media only screen and (max-width: 37.5em) {
}
/* 480px */
@media only screen and (max-width: 30em) {
}
/* 320px */
@media only screen and (max-width: 20em) {
}