@charset "utf-8";

/* General styles*/
/*Define your own styles in this stylesheet*/
img, object, embed, video {
	max-width: 100%;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		12;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/



html,body {
	font-family: "Noto Sans JP";
	font-size:16px;
	background-color: rgba(255,255,255,1.00);
	min-width:320px;
	margin: 0px;
	padding: 0px;
	line-height:1.45em;
	line--break:break-strict;
	overflow-x: hidden;
	height: 100%;
	color: rgba(160,130,23,1.00);
	font-feature-settings : "palt" 1, "trad" 1;
	word-break      : break-all;
	word-wrap       : normal;
	white-space     : normal;
	float:none;
	clear:both;

}
header,footer,main,nav,article,aside,section,iframe,video{
    margin: 0px;
    padding: 0px;
    display: block;
	float:none;
	clear:both;
}

section{
	max-width: 100%;
}

iframe{
    width: 740px !important;
    width: 100%;
}

select,input{
	font-family: "Noto Sans JP";
}

/* Default Layout */


.Container {
	max-width:960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 52px;
	margin-bottom: 48px;
	width: 96.45%;
	padding:0px;
	clear: none;
	float: none;
	text-align:justify;
}



/* Header*/
.logo {
	width: 25%;
}





h1, h2, h3, h4, h5, h6{
	color: rgba(160,130,23,1.00);
	font-style: normal;
	letter-spacing: 0.16em;
	font-weight: 400;
	padding: 0px;
}

h1{
	font-family: "Noto Sans JP";
	color: rgba(160,130,23,1.00);
	font-weight:normal;
	font-size: 26.5px;
	margin: 9px auto 18px;
	padding: 3px 0px 0px 0px;
	line-height: 1.28em;
	letter-spacing: 0.28em;
	text-align: center;
}

h2{
	font-family: "Noto Sans JP";
	color: rgba(160,130,23,1.00);
	font-weight:normal;
	font-size: 18.5px;
	margin: 2px 12px 15px 12px;
	padding: 4px 0px 2px 0px;
	line-height: 1.28em;
	letter-spacing: 0.15em;
	text-align: center;
	border-radius: 2px;
	box-shadow: 0px 0px 9px 1.6px rgba(160,130,23,0.60);  
}

h3{
	font-family: "Noto Sans JP";
	color: rgba(160,130,23,1.00);
	font-weight:normal;
	font-size: 18.5px;
    margin: 12px;
	padding: 4px 13px;
	line-height: 1.28em;
	letter-spacing: 0.15em;
	text-align: center;
}

h4{
	font-family: "Noto Sans JP";
	color: rgba(160,130,23,1.00);
	font-weight:normal;
	font-size: 16px;
    margin: 0px auto;
	padding: 0px;
	line-height: 1.28em;
	letter-spacing: 0.15em;
	text-align: center;
}

h5{
	font-family: "Noto Sans JP";
	color: rgba(160,130,23,1.00);
	font-weight:bold;
	font-size: 18.5px;
    margin: 0px auto;
	padding: 4px 0px;
	line-height: 1.28em;
	letter-spacing: 0.15em;
	text-align: left;
}
h6{
	font-family: "Noto Sans JP";
	color: rgba(160,130,23,1.00);
	font-weight:500;
	font-size: 16px;
    margin: 5px auto;
	padding: 0px;
	letter-spacing: 0.25em;
}


p{
	font-size: 18px;
	font-family: "Noto Sans JP";
	font-style: normal;
	font-weight: 100;
	color: rgba(160,130,23,1.00);
	line-height: 1.8;
}




.imgbox{
	width:100%;
	max-width: 1024px;
	height: auto;
}

.clearfix{
	display:block;
	float:none;
	clear:both;
}







/* ヘッダーの固定 */
.header_fixed{
    position: fixed;			/* ヘッダーの固定 */
	z-index: 991;
	justify-content: center;
	top: 0px;                   /* 位置(上0px) */
    left: 0px;                  /* 位置(右0px) */
    width: 100%;                /* 横幅100%　*/
	margin: 0px;
	padding: 8px 0px 0px 0px;
	background-color:#FFF;
	background-color: #fff;
	box-shadow: 0px 2px 2px  #ba9;
}
.header_box{
	max-width: 960px;
	min-width: 200px;
	display:-webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0px auto;
}
.header_unit{
	flex: 1 3 300px;
	min-width: 80px;
}



.footer-fixed{
    position: fixed;            /* フッターの固定 */
	z-index: 990;
    bottom: 0px;                /* 位置(下0px) */
    left: 0px;                  /* 位置(左0px) */
    width: 100%;                /* 横幅100%　*/
    height: 24px;              /* 縦幅140px */
	margin: auto;
	line-height: 1.2em;
	/*background-color:#CC931F;*/
	background-color: #095104;
	box-shadow: 0px -3px 16px #643;
	padding: 6px 96px 0 12px; 
}


td{
	line-height: 1em;
}


fieldset,form{
	border:none;
}





/* Link styles*/
a {
	font-family: "Noto Sans JP";
	color: rgba(160,130,23,1.00);
	text-decoration:none;
	margin: 0px;
	padding: 0px;
}
a:visited {
	color: rgba(160,130,23,1.00);
	font-size:16.5px;
	text-decoration:none;
}
a:hover {
	color: rgba(160,130,23,1.00);
}





.box2to1{
	font-family: "Noto Sans JP";
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
    align-items: stretch;
	max-width: 960px;
	margin: 12px auto;
}

.box2to1_unit{
	font-family: "Noto Sans JP";
	flex: 1 1 200px;
	flex-wrap: wrap;
	min-width: 300px;
	margin: 0px 6px;
	padding: 3px 6px;
	letter-spacing: 0.1em;
	text-align:justify;
	text-justify: inter-ideograph;
}

.center_box{
	font-family: "Noto Sans JP";
    margin: 0 auto;
    width: 460px;
    padding: 0px;
}

.attention_box{
	font-family: "Noto Sans JP";
    margin: 0 auto;
    width: 360px;
    padding: 5px 13px;
	text-align:justify;
	text-justify: inter-ideograph;
	font-feature-settings : "palt" 1, "trad" 1;

	background-color:#F6F8F4;
	border-radius: 7px;
	box-shadow: 0px 0px 5px 2px #7B887B;
}


.icon_box{
	font-family: "Noto Sans JP";
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
    justify-content:flex-start;
	width: 100%;
	margin: 3px auto;
	padding: 0px 3px 0px 0px;
	color: rgba(160,130,23,1.00);
}

.icon_unit{
	font-family: "Noto Sans JP";
	display: -webkit-flex;
	display: flex;
	flex-wrap: -webkit-nowrap;
	flex-wrap:nowrap;
	max-width: 200px;
    min-width: 60px;
	height: auto;
	margin: 0px 1px;
    padding: 0px;
	font-size: 8px;
	color: rgba(160,130,23,1.00);
	text-align: center;
	letter-spacing: -0.1em;
	line-height: 1.48em;
}
.icon_hr{
	width:80%;
	margin: 0px auto;
}

.icon_unit a{
	font-family: "Noto Sans JP";
	color: rgba(160,130,23,1.00);
    margin: 0;
    padding: 0;
}

.qr_box{
	display: -webkit-flex;
	display: flex;
	align-items: flex-start;
    justify-content:space-around;
	width: 100%;
	margin: 3px auto;
	padding: 0px 3px 0px 0px;
	color: rgba(160,130,23,1.00);
}
.qr_unit{
	max-width: 140px;
	min-width: 80px;
	height: auto;
	margin: 0px 3px;
	font-size: 12.5px;
	color: rgba(160,130,23,1.00);
	align-items: flex-start;
	text-align: center;
	text-align-last: center;
	letter-spacing: 0.1em;
	line-height: 1.48em;
}



.contact_box{
	font-family: "Noto Sans JP";
	display: -webkit-flex;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-around;
	align-items: flex-start;
	width: 98%;
	margin: 3px auto;
	padding: 0px 6px;
	color: rgba(160,130,23,1.00);
}




.top_box{
	font-family: "Noto Sans JP";
	max-width: 960px;
	margin: 0px auto;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
}

.twitter_frame{
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
  overflow:scroll;
  overflow-x:hidden;
  overflow-y:hidden;
    margin: 0;
    padding: 0;
    height: calc(100vw * 0.70);
    max-height: 680px;
    text-align: center;

    position: relative;
    width: 28%;
  -webkit-overflow-scrolling:touch;
}
.twitter_frame iframe{
    width: 1000px !important;
    max-width: 100%;
    max-height: 680px;
}


.tw_Container {
	max-width:100%;
    min-width: 250px;
	margin: 0px auto;
    padding: 0px;

    position:absolute;
    top:0;
    left:0;
    width:auto;
    max-height: 680px;
    border:none;
    display:block;
}

.career_box{
	font-family: "Noto Sans JP";
	margin: 6px 0px;
	padding: 3px 5px;
	background-color:#eee;
	border-radius: 3px;
	font-size: 14px;
}





/* Text & Content areas styles */
.textContainer {
	font-family: "Noto Sans JP";
	margin: 7px auto;
	padding: 0px;
	font-size: 10.5px;
	color: rgba(160,130,23,1.00);
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: 0.15em;
	line-height: 1.53em;
}
.inner_textContainer {
	font-family: "Noto Sans JP";
    width:260px;
	margin: 7px auto;
	padding: 0px;
	font-size: 9.5px;
	color: rgba(160,130,23,1.00);
	text-align: center;
	text-justify: inter-ideograph;
	letter-spacing: 0.15em;
	line-height: 1.53em;
}
.contact_textContainer {
	font-family: "Noto Sans JP";
	width:98%;
	max-width: 420px;
	margin: 12.5px auto;
	padding: 0px 6px;
	font-size: 10.5px;
	color: rgba(160,130,23,1.00);
	text-align: justify;
	text-align-last: left;
	text-justify: distribute;
	letter-spacing: 0.15em;
	line-height: 1.53em;
}
.company_textContainer {
	font-family: "Noto Sans JP";
	width:72%;
	max-width: 420px;
	margin: 12.5px auto;
	padding: 0px 6px;
	font-size: 12.5px;
	color: rgba(160,130,23,1.00);
	text-align: justify;
	text-align-last: left;
	text-justify: distribute;
	letter-spacing: 0.15em;
	line-height: 1.53em;
}
.Submit_Container {
	font-family: "Noto Sans JP";
	max-width: 120px;
	margin: 7px auto;
	padding: 0px;
	font-size: 10.5px;
	color: rgba(160,130,23,1.00);
	text-align: center;
	letter-spacing: 0.45em;
	line-height: 1.48em;
}

.adress_unit{
	font-family: "Noto Sans JP";
	width: 340px;
	height: auto;
	margin: 0px auto;
	font-size: 12.5px;
	color: rgba(160,130,23,1.00);
	text-align: center;
	letter-spacing: 0.13em;
	line-height: 1.48em;
}
.adress_img{
	margin: 8px auto;
	max-width: 600px;
}




form{
	font-family: "Noto Sans JP";
	width:98%;
	padding: 3px 7px;
	margin: 0px 7px;
	font-size: 11.5px;
	background-color: rgba(210,200,195,0.1);
}

input,textarea{
	width:calc(80% - 52px);
	font-size: 9.5px;
	font-weight: lighter;
	color: rgba(160,130,23,1.00);
	padding: 0.3em;
	margin: 1px;
}
select{
	width:160px;
	font-size: 9px;
	font-weight: lighter;
	color: rgba(160,130,23,1.00);
	padding: 0.3em;
	margin: 1px;
}








.small{
	margin: 0px auto;
	font-size:72%;
}
.require{
	display: inline-block;
}



a[href^="tel:"]{
    pointer-events:none;
}






.google_map{
    position:relative;
    width:100%;
	max-width: 960px;
	max-height: 800px;
    height:0;
    padding-top:75%;
}
.google_map iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}










.grad-wrap{
}

.grad-btn {
  /*.grad-btnのCSSは表示/非表示の動作には関係ないので、ご自由にどうぞ。*/
}
.grad-btn::before {
  content: "　経歴の続きを読む"
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 119px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 42px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる" /*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
.grad-item p{
	font-size: 10.5px;
	letter-spacing: 0.1em;
}
.grad-wrap label{
	text-shadow: 0px 0px 3px rgba(100,90,80,1);
}