@charset "utf-8";
/* コンテナー
----------------------------------------------------------- */
#container {
	height: 100%;
	width: 100%;
	padding: 0px;
	 font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;	
}



/* グローバルナビ
----------------------------------------------------------- */
#gnavi {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	height: 100px;
	overflow: hidden;
	clear: both;
	position: relative;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	float: right;
	margin-top: 0px;
}

#gnavi ul {
	margin-top: 0px;
	margin-right: 45px;
	margin-bottom: 0px;
	margin-left: auto;
	width: auto;
	overflow: hidden;
	padding-top: 0px;
	padding-bottom: 0px;
	float: right;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
@media screen and (max-width: 1000px) {
#gnavi ul {
	margin-right: 25px;
}
}
@media screen and (max-width: 900px) {
#gnavi ul {
	margin-right: 15px;
}
}
@media screen and (max-width: 800px) {
#gnavi ul {
	margin-right: 0px;
}
}
#gnavi li  {
	font-size: 1.5em;
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2em;
	line-height: 100px;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0px;
	position: relative;
	font-family: fira-sans, sans-serif;
	font-weight: 700;
	font-style: normal;
	color:#FFF;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 1200px) {
#gnavi li  {
	font-size: 1.4em;
}
}
@media screen and (max-width: 1100px) {
#gnavi li  {
	font-size: 1.3em;
	margin-left: 1.4em;
}
}
@media screen and (max-width: 1000px) {
#gnavi li  {
	font-size: 1.2em;
	margin-left: 1.4em;
}
}
@media screen and (max-width: 960px) {
#gnavi li  {
	font-size: 1.1em;
	margin-left: 1.4em;
}
}
@media screen and (max-width: 800px) {
#gnavi li  {
	display:none;
}
}
#gnavi li a  {
	color:#CCC;
}
#gnavi li i  {
	font-size: 1.8em;
	margin-right: 5px;
	position: relative;
	top: 3px;
}
#gnavi li:last-child  {
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0em;
	margin-right: 0px;
	height: 100px;
	width: 100px;
	background-color: #b7a682;
	display:none;
}
@media screen and (max-width: 800px) {
#gnavi li:last-child  {
	display:inline-block;
	height: 80px;
	width: 80px;
}
}
@media screen and (max-width: 600px) {
#gnavi li:last-child  {
	display:inline-block;
	height: 60px;
	width: 60px;
}
}
#gnavi li:last-child a {
	display: block;
	overflow: hidden;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	text-indent:200%;
	white-space:nowrap;
	width: 60px;
	height: 60px;
	background-size:100px 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;        -ms-box-sizing: border-box;            box-sizing: border-box;
}
#gnavi li a:hover  {
	opacity:0.7;
}
#gnavi li.cr  {
	background-attachment: scroll;
	background-image: url(../img/common/navi_line.png);
	background-repeat: repeat-x;
	background-position: center bottom;	
}


#header {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:flex;
	-js-display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 30;
	background-attachment: scroll;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	font-family: "source-han-sans-japanese",sans-serif;
	margin-top: 0px;
	overflow: hidden;
	padding: 0px;
	top: 0px;
}
#header .head {
	width: 100%;
	height: auto;
	margin: auto;
	position: relative;
	max-width:1700px;
	z-index: 400;
}
#header .head h1 {
	position: absolute;
	top: 0px;
	left:0px;
	height: 100px;
	width: 238px;
	background-color:#FFF;
	z-index: 1000;
}
@media screen and (max-width: 1100px) {
#header .head h1 {
	position: absolute;
	top: 0px;
	left:0px;
	height: 80px;
	width: 190px;
	background-color:rgba(255,255,255,0.8);
}
}
@media screen and (max-width: 600px) {
#header .head h1 {
	position: absolute;
	top: 0px;
	left:0px;
	height: 60px;
	width: 143px;
	background-color:rgba(255,255,255,0.8);
}
}
#header .head h1 a {
	background-image: url(../img/common/logo.png);
	background-position: 0px 0px;
	width: 180px;
	height: 63px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-size:180px 63px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 1100px) {
#header .head h1 a {
	background-image: url(../img/common/logo.png);
	background-position: 0px 0px;
	width: 152px;
	height: 53px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-size:cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
}
@media screen and (max-width: 600px) {
#header .head h1 a {
	background-image: url(../img/common/logo.png);
	background-position: 0px 0px;
	width: 123px;
	height: 43px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-size:cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
}
.menu-trigger {
	display: inline-block;
	width: 36px;
	height: 28px;
	vertical-align: middle;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	z-index: 600;
}
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #FFF;
  transition: all .5s .2s;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}
nav {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	text-align: center;
	display: none;
	position: fixed;
	top: 100px;
	left: 0;
	z-index: 300;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (max-width: 800px) {
nav {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	text-align: center;
	display: none;
	position: fixed;
	top: 80px;
	left: 0;
	z-index: 300;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
}
@media screen and (max-width: 600px) {
nav {
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	text-align: center;
	display: none;
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 300;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
}
nav ul {
  padding: 0 0;
}
#top nav ul li a {
	font-size:1.6rem;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(255,255,255,0.5);
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 20px;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFF;
}
#top nav ul li i {
	font-size: 1.8em;
	margin-right: 5px;
	position: relative;
	top: 3px;
}
#top nav ul li a:hover {
	font-size:1.6rem;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(255,255,255,0.5);
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 20px;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFF;
	background-color: #b7a682;
}







/* 　フッターナビ
----------------------------------------------------------- */

#footer {
	width: 100%;
	height: auto;
	position: relative;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	margin-top: 65px;
	overflow: hidden;
	float: none;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	max-width:1700px;
}

#footer .foot {
	height: 100px;
	margin-top: auto;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:flex;
	-js-display: flex;
	 -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
	width: 100%;
}
@media screen and (max-width: 900px) {
#footer .foot {
	height: auto;
	
}
}
#footer .foot h2{
	height: 49px;
	width: 180px;
	background-color:#FFF;
	z-index:100;
	margin-left:30px;
	margin-top: 15px;
}
@media screen and (max-width: 800px) {
#footer .foot h2{
	height: 33px;
	width: 123px;
	background-color:#FFF;
	z-index:100;
	margin-left:0px;
	margin-top:10px;
}
}
#footer .foot h2 a {
	background-image: url(../img/common/foot_logo.png);
	background-position: 0px 0px;
	width: 180px;
	height: 49px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-size:180px 49px;
	margin: 0px;
	padding: 0px;
	display: block;
}
@media screen and (max-width: 800px) {
#footer .foot h2 a {
	background-image: url(../img/common/foot_logo.png);
	width: 123px;
	height: 33px;
	background-size:123px 33px;
}
	}
#footer .foot>div {
	width:100%;
	flex-basis: auto;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
@media screen and (max-width: 800px) {
#footer .foot>div {
	display:block;
	margin-left:10px;
	padding-bottom:7px;
}
}
#footer .pagetop {
	width: 100px;
	height: 100px;
	margin-right: -1px;
}
@media screen and (max-width: 600px) {
#footer .pagetop {
	width: 100px;
	height: 100px;
	margin-right: -1px;
	position: absolute;
	right: 0px;
	bottom: -30px;
}
}
#footer .pagetop  a {
	display: block;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(../img/common/pagetop.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent:200%;
	white-space:nowrap;
	width: 100px;
	height: 100px;
	background-size:cover;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;}
@media screen and (max-width: 600px) {
#footer .pagetop  a {
	display: block;
	overflow: hidden;
	background-attachment: scroll;
	background-image: url(../img/common/pagetop.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent:200%;
	white-space:nowrap;
	width: 70px;
	height: 70px;
	background-size:70px 70px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	float: right;
}
}
#container  .pagetop  a:hover {
	opacity:0.7;
	background-color: #b7a682;
}

#footer h3 {
	position: relative;
	text-align: left;
	color: #FFF;
	margin-right: auto;
	margin-left: 30px;
}
@media screen and (max-width: 900px) {
#footer h3 {
	position: relative;
	text-align: left;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1.8em;
	margin-bottom: 1.5em;
	white-space: nowrap;
}
}
@media screen and (max-width: 800px) {
#footer h3 {
	display:none;
}
}
#footer h3 a {
	text-align: center;
	overflow: hidden;
	margin-right: auto;
	margin-bottom: 0.5em;
	font-feature-settings : "palt";
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', HiraginoCustom, 'Hiragino Kaku Gothic ProN', YuGothic, 'Yu Gothic Medium', Meiryo, sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
	background-color: #595757;
	color: #FFF;
	padding-top: 0.5em;
	padding-right: 1.2em;
	padding-bottom: 0.5em;
	padding-left: 1.2em;
	border-radius: 70px;
	-webkit-border-radius: 70px;
	-moz-border-radius: 70px;
}
@media screen and (max-width: 900px) {
#footer h3 a {
	margin-bottom: 0.0em;
	font-size: 1.2rem;
	text-align: left;
	margin-bottom: 0.5em;
	margin-left: 0px;
	padding-top: 0.5em;
	padding-right: 1.0em;
	padding-bottom: 0.5em;
	padding-left: 1.0em;
}
}
@media screen and (max-width: 600px) {
#footer h3 a {
	margin-bottom: 0.0em;
	font-size: 1.0rem;
	text-align: left;
	margin-bottom: 0.5em;
	margin-left: 0px;
}
}
#footer h3 a:hover {
	opacity:0.6;
}
#footer .copyright {
	font-size: 1.3rem;
	line-height: 1em;
	text-align: left;
	white-space: nowrap;
	margin-right: 20px;
	margin-top: 10px;
	margin-left: 30px;
}
@media screen and (max-width: 800px) {
#footer .copyright {
	font-size: 1.0rem;
	line-height: 1em;
	text-align: left;
	white-space: nowrap;
	margin-top:1.0em;
	margin-left: auto;
	margin-left: 0px;
}
}
@media screen and (max-width: 600px) {
#footer .copyright {
	font-size: 9px;
	line-height: 1em;
	text-align: left;
	white-space: nowrap;
}
}
@media screen and (max-width: 600px) {
#footer .copyright span {
	display: none;	
}
}

/*その他共通*/
@media screen and (min-width: 901px) {
.sp-br {
	display: none;
}
}
@media screen and (max-width: 900px) {
.pc-br {
	display: none;
}
}
.break { display: inline-block; }


/*Youtube*/
.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}
#top .res_b {
	background-color: #F00;
	height: 80px;
	width: 80px;
	position: absolute;
	z-index: 500;
	top: 0px;
	right: 0px;
}



/*ページタイトル*/
#container .page_img {
	height: auto;
	width: 100%;
	max-width:1700px;
	background-size: 100% auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 800px) {
#container .page_img {
	object-fit: cover;
	height: 200px;
}
}
@media screen and (max-width: 600px) {
#container .page_img {
}
}
#container .page_img li {
	height: auto;
	width: 100%;
	position:relative;
}
#container .page_img img {
	height: auto;
	width: 100%;
}
@media screen and (max-width: 600px) {
#container .page_img img {
	width: 100%;
	height:200px;
	object-fit: cover;
}
}
#container .page_img li div {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	position: absolute;
	z-index: 10;
	width: 100%;
	text-align: center;
}
#container .page_img li div>h2 {
	font-size:7.0rem;
	font-family: fira-sans, sans-serif;
	font-weight: 800;
	font-style: normal;
	color: #b7a682;
	letter-spacing: 2px;
	text-indent: -1px;
	line-height: 1.1em;
	margin-bottom: 0em;
	opacity:0.9;
}
@media screen and (max-width: 800px) {
#container .page_img li div>h2 {
	font-size:4.0rem;
	font-family: fira-sans, sans-serif;
	font-weight: 800;
	font-style: normal;
	color: #b7a682;
	letter-spacing: 2px;
	text-indent: -1px;
	line-height: 1.1em;
	margin-bottom: 0em;
	white-space:nowrap;
}
}
@media screen and (max-width: 480px) {
#container .page_img li div>h2 {
	font-size:3.0rem;
	white-space:nowrap;
	width: 100%;
}
}
#container .page_img li div>p {
	color:#FFF;
	font-size:2.0rem;
	font-family: heisei-kaku-gothic-std, sans-serif;
	font-weight: 600;
	text-align: center;
	margin-bottom:0.4em;
}
@media screen and (max-width: 800px) {
#container .page_img li div>p {
	color:#FFF;
	font-size:1.4rem;
}
}
#container #slider {
	overflow: hidden;
	height: auto;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container #slider .slide {
	height: auto;
	width: 100%;
	position: relative;
	margin: auto;
	float: left;
}
#container #slider .slide img {
	height: auto;
	width: 100%;
}

/*サブタイトル*/
.head-border {
	position: relative;
	display: inline-block;
	padding: 0 100px;
	font-size:2.6rem;
	line-height:1.4em;
	font-family: heisei-kaku-gothic-std, sans-serif;
	font-weight: 300;
	font-style: normal;
	color:#b7a682;
	letter-spacing: 2px;
	text-indent: -1px;
}
.head-border:before,
.head-border:after {
	content: '';
	position: absolute;
	top: 42%;
	display: inline-block;
	width: 70px;
	height: 1px;
	background-color:#CCC;
}
.head-border:before {
left:0;
}
.head-border:after {
right:0;
}
p+.head-border {
	margin-top:3.0em;
}
.page_st {
	font-family: heisei-kaku-gothic-std, sans-serif;
	font-weight: 300;
	font-style: normal;
	background-color:#b7a682;
	color:#FFF;
	display: inline-block;
	font-size:1.7rem;
	padding-top: 0.6em;
	padding-right: 1em;
	padding-bottom: 0.3em;
	padding-left: 1em;
	margin-bottom:0.7em;
	text-align:left;
	margin-left:0;
	width: auto;
}
@media screen and (max-width: 1000px) {
.page_st {
	font-size:1.6rem;
}
}
@media screen and (max-width: 800px) {
.page_st {
	font-size:1.4rem;
}
}
table+.page_st {
	margin-top:2.0em;
}
@media screen and (max-width: 800px) {
table+.page_st {
	margin-top:1.5em;
}
}
.column_2 {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
}
@media screen and (max-width: 800px) {
.column_2 {
	display: block;
}
}
.column_2.reverse {
	flex-direction: row-reverse;
}
@media screen and (max-width: 1100px) {
.column_2.wide {
	display: block;
}
}
.column_2 li {
	width:50%;
}
@media screen and (max-width: 800px) {
.column_2 li {
	width:100%;
}
}
@media screen and (max-width: 1100px) {
.column_2.wide li {
	width:100%;
}
}
.column_2_2 {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	margin-top:60px;
}
@media screen and (max-width: 800px) {
.column_2_2 {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	margin-top:35px;
}
}
.column_2_2 li {
	width:50%;
}
.column_2_2 li img {
	width:100%;
	height:auto;
}
.column_2 li.padding {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 3em;
	padding-right: 4em;
	padding-bottom: 3em;
	padding-left: 4em;
}
@media screen and (max-width: 1000px) {
.column_2 li.padding {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 3em;
	padding-right: 2em;
	padding-bottom: 3em;
	padding-left: 4em;
}
}
@media screen and (max-width: 800px) {
.column_2 li.padding {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 4em;
	padding-right: 2em;
	padding-bottom: 4em;
	padding-left: 2em;
}
}
.column_2 li.padding02 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 5em;
	padding-right: 4em;
	padding-bottom: 5em;
	padding-left: 4em;
}
@media screen and (max-width: 1000px) {
.column_2 li.padding02 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 3em;
	padding-right: 2em;
	padding-bottom: 3em;
	padding-left: 4em;
}
}
@media screen and (max-width: 800px) {
.column_2 li.padding02 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 4em;
	padding-right: 2em;
	padding-bottom: 4em;
	padding-left: 2em;
}
}
.column_2 li.paddin>div {
	text-align: center;
	margin-right: auto;
	margin-left: auto;	
}
.column_2 li p.works {
	font-size:1.6rem;
	line-height:1.6em;
	text-indent: -1em;
	padding-left: 1em;
}
@media screen and (max-width: 1000px) {
.column_2 li p.works {
	font-size:1.5rem;
	line-height:2em;
}
}
@media screen and (max-width: 800px) {
.column_2 li p.works {
	font-size:1.4rem;
	line-height:2em;
}
}
.column_2 li p.works b {
	color:#b7a682;
	opacity:0.6;
}
.column_2 li p.works+.works {
	margin-top:0.3em;
}
.column_2 li>img {
	width:100%;
	height:100%;
	object-fit: cover;
}
p+.column_2 {
	margin-top:5.0em;
}
@media screen and (max-width: 800px) {
p+.column_2 {
	margin-top:2.5em;
}
}
.flex_center {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-align: center;
     -ms-flex-align: center;
        align-items: center;
		-webkit-box-orient: vertical;

}
.bg01 {
	background-color:#eeecea;
}
.bg02 {
	background-color:#dddde0;
}
.bg03 {
	background-color:#b7a683;
}
#contents_top .middle_img_page {
	position: relative;
}
#contents_top .middle_img_page img {
	width:100%;
	height:auto;
}
#contents_top .middle_img_page .box{
 width:100%;
}
#contents_top .middle_img_page .read_t,#contents_top .recruiting .read_t {
	color:#FFF;	
}
#contents_top .middle_img_page .read_et,#contents_top .recruiting .read_et {
	color:#FFF;	
}
#contents_top .middle_img_page .box>div {
	
}
#contents_top .middle_img_page .box>div .catch {
	color:#FFF;
	font-size:2.0vw;
	white-space: nowrap;
	font-family: heisei-kaku-gothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	color:#fff;
	line-height: 1.5em;
}
@media screen and (max-width: 600px) {
#contents_top .middle_img_page .box>div .catch {
	color:#FFF;
	font-size:3.5vw;
	white-space: nowrap;
	font-family: heisei-kaku-gothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	color:#fff;
	line-height: 1.5em;
}
}
#contents_top .txt_l {
	font-size:1.8rem;
	font-style: normal;
	width:95%;
	margin-right: auto;
	margin-left: auto;
	font-feature-settings: "palt";
	line-height: 1.75em;
}
#contents_top .width80>.txt_l {
	width:100%;
}
@media screen and (max-width: 900px) {
#contents_top .txt_l {
	font-size:1.6rem;
}
}
@media screen and (max-width: 800px) {
#contents_top .txt_l {
	font-size:1.5rem;
	text-align:justify;
}
}
@media screen and (max-width: 600px) {
contents_top .txt_l {
	font-size:1.4rem;
}
}
#contents_top .txt_l+.txt_l {
	margin-top:1.0em;
}
#contents_top .width60 {
	width:60%;
	margin: auto;
}
@media screen and (max-width: 800px) {
#contents_top .width60 {
	width:88%;
}
}
#contents_top .width80 {
	width:80%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
@media screen and (max-width: 800px) {
#contents_top .width80 {
	width:88%;
}
}
#contents_top .txt_l+.txt_l {
	margin-top:1.0em;
}
.column_2 li table.corporate {
	font-size:1.5rem;
	line-height:2em;
}
@media screen and (max-width: 1000px) {
.column_2 li table.corporate {
	font-size:1.5rem;
	line-height:2em;
}
}
@media screen and (max-width: 600px) {
.column_2 li table.corporate {
	font-size:1.4rem;
	line-height:2em;
}
}
.column_2 li table.corporate th {
	padding-right:1.5em;
	white-space:nowrap;
}
@media screen and (max-width: 800px) {
.column_2 li table.corporate th {
	display:block;
	width:100%;
	padding-bottom:0;
	line-height:1.6em;
}
}
@media screen and (max-width: 800px) {
.column_2 li table.corporate td {
	display:block;
	width:100%;
	padding-top:0;
	padding-bottom:0.8em;
	line-height:1.6em;
}
}
.president {
	height: auto;
	width: 250px;
	margin-top: 8px;
	margin-right: auto;
	margin-left: 45px;
	float: right;
	margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
.president {
	height: auto;
	width: 55%;
	margin-top: 45px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	float: none;
}
}
.president img {
	height: auto;
	width: 100%;
}
.president h3 {
	font-size:1.5rem;
	line-height:1.5em;
	margin-top:0.7em;
	font-weight:300;
}

.president h3 strong {
	font-size:1.6rem;
	font-weight:600;
}


table.recruit {
	font-size:1.5rem;
	line-height:2em;
	margin: auto;
	width:80%;
}
@media screen and (max-width: 800px) {
table.recruit {
	width: 92%;
}
}
@media screen and (max-width: 1000px) {
table.recruit  {
	font-size:1.5rem;
	line-height:2em;
}
}
@media screen and (max-width: 600px) {
table.recruit {
	font-size:1.4rem;
	line-height:2em;
	width:92%;
}
}
table.recruit  th {
	padding-right:1.5em;
	white-space:nowrap;
	font-size: 1.6rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 5em;
}
@media screen and (max-width: 800px) {
table.recruit  th {
	display:block;
	width:100%;
	padding-bottom:0;
	line-height:1.6em;
	text-align: left;
	font-size: 1.6rem;
}
}
table.recruit  th strong {
	font-size: 1.8rem;
}
@media screen and (max-width: 800px) {
table.recruit  th strong {
	font-size: 1.6rem;
}
}
table.recruit  td {
	text-align: left;
	width:100%;
	padding-top: 0.25em;
	padding-bottom:0.8em;
	line-height:1.6em;
}
@media screen and (max-width: 800px) {
table.recruit  td {
	display:block;
	width:100%;
	padding-top:0;
	padding-bottom:0.8em;
	line-height:1.6em;
	text-align: left;
}
}
table.recruit  td span {
	display: inline-block;
}
table.recruit  td p {
	text-indent:-1em;
	margin-left:1em;
}
@media screen and (max-width: 800px) {
table.recruit  td p {
	text-indent:-1em;
	margin-left:1em;
}
}
}
table.recruit  td .br_sp {
	display: none;
}
@media screen and (max-width: 800px) {
table.recruit  td .br_sp {
	display: block;
}
}
table.recruit  td p b {
	color:#b7a682;
	opacity:0.6;
	font-size:1.8rem;
}
table.recruit  td p strong {
	font-size:1.8rem;
	line-height:1.8em;
}
@media screen and (max-width: 800px) {
table.recruit  td p b {
	color:#b7a682;
	opacity:0.6;
	font-size:1.6rem;
}
table.recruit  td p strong {
	font-size:1.6rem;
}
}
.flow {
	width: 80%;
	margin-top: 6em;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 800px) {
.flow {
	width: 92%;
	margin-top: 3em;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
}
.flow>dl {
	width: 100%;
	background-color:#FFF;
	padding:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 10px;
}
.flow>dl+dl {
	
	margin-top: 20px;
}
.flow>dl dt {
	font-size:1.8rem;
	line-height:1.7em;
	font-family: heisei-kaku-gothic-std, sans-serif;
	font-weight: 700;
}

.flow>dl dd p {
	font-size:1.5rem;
	line-height:1.7em;
}
@media screen and (max-width: 800px) {
.flow>dl dd p {
	font-size:1.4rem;
	line-height:1.7em;
}
}
.flow>dl.bg01 {
	background-color:#eeecea;
}
.flow>dl.bg02 {
	background-color:#dddde0;
}
.hope {
	margin-top: 0px;
	text-align: left;
	width:100%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 800px) {
.hope {
	width:9%%;
	margin-right: auto;
	margin-left: auto;
}
}
.hope dt {
	font-size:2.4rem;
	line-height:1.7em;
	font-family: heisei-kaku-gothic-std, sans-serif;
	font-weight: 700;
	color: #b7a682;
	margin-bottom: 0.7em;
}
@media screen and (max-width: 800px) {
.hope dt {
	font-size:1.8rem;
}
}
.hope dd {
	font-size:1.6rem;
	line-height:1.7em;
	font-family: heisei-kaku-gothic-std, sans-serif;
	font-weight: 400;
}
@media screen and (max-width: 1000px) {
.hope dd {
	font-size:1.5rem;
	line-height:1.7em;
	font-family: heisei-kaku-gothic-std, sans-serif;
	font-weight: 400;
}
}
@media screen and (max-width: 800px) {
.hope dd {
	font-size:1.4rem;
	line-height:1.7em;
	font-family: heisei-kaku-gothic-std, sans-serif;
	font-weight: 400;
}
}
.hope dd+dd {
	margin-top:3px;
	text-indent: -1em;
	padding-left: 1em;
}
.hope dd:before {
	content:"●";
	color:#b7a682;
	opacity:0.6;
}
#top #container .white {
	color: #FFF;
}
#top #container .black{
	color: #000;
}
#container .profile {
	background-color: #FFF;
	width: 100%;
	margin-top:100px;
	padding-bottom:40px;
}
@media screen and (max-width: 600px) {
#container .profile {
	background-color: #FFF;
	width: 100%;
	margin-top:30px;
	padding-bottom:40px;
}
}
#container .profile ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 1100px) {
#container .profile ul {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
}
@media screen and (max-width: 1000px) {
#container .profile ul {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
}
@media screen and (max-width: 600px) {
#container .profile ul {
	display:block;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
}
}
@media screen and (max-width: 480px) {
#container .profile ul {
	display:block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
}
}

#container .profile ul .talk {
	width:300px;
	position: relative;
	margin-top:-60px;
	width:30%;
}
@media screen and (max-width: 1100px) {
#container .profile ul .talk {
	width:30%;
	position: relative;
}
}
@media screen and (max-width: 600px) {
#container .profile ul .talk {
	width:80%;
	position: relative;
	margin-top:0px;
	margin-right: auto;
	margin-left: auto;
	padding-top:30px;
}
}
#container .profile ul .talk div {
	width:80%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
}
#container .profile ul .talk div img{
	width:100%;
	height:auto;
	border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;
}
#container .profile .talk h3 {
	font-size:2.0rem;
	position: relative;
	z-index: 30;
	margin-bottom: 15px;
	text-align: center;
}
@media screen and (max-width: 600px) {
#container .profile .talk h3 {
	font-size:1.7rem;
	position: relative;
	z-index: 30;
}
}
#container .profile .talk h3 span {
	font-size:1.4rem;
	font-weight:400;
	margin-left: 0.7em;
}
@media screen and (max-width: 600px) {
#container .profile .talk h3 span {
	font-size:1.2rem;
	font-weight:400;
}
}
#container .profile .talk h3.senior:before {
	content:"先輩";
	font-size: 0.8em;
	color: #FFF;
	background-color: #b7a682;
	margin-right: 8px;
	padding-top: 0.3em;
	padding-right: 0.8em;
	padding-bottom: 0.3em;
	padding-left: 0.8em;	
}
#container .profile .talk h3.junior:before {
	content:"後輩";
	font-size: 0.8em;
	color: #FFF;
	background-color: #71747e;
	margin-right: 8px;
	padding-top: 0.3em;
	padding-right: 0.8em;
	padding-bottom: 0.3em;
	padding-left: 0.8em;	
}
#container .profile .talk p {
	font-size:1.5rem;
	line-height: 1.6em;
	position: relative;
	z-index: 30;
}
@media screen and (max-width: 1200px) {
#container .profile .talk p {
	font-size:1.4rem;
}
}
#container .profile .talk p+p {
	margin-top:1.0em;
}
#container .talk_txt {
	font-size:1.6rem;
	line-height: 1.6em;
	position: relative;
	z-index: 30;
}
@media screen and (max-width: 800px) {
#container .talk_txt {
	font-size:1.5rem;
	line-height: 1.6em;
	position: relative;
	z-index: 30;
}
}
@media screen and (max-width: 600px) {
#container .talk_txt {
	font-size:1.4rem;
	line-height: 1.6em;
	position: relative;
	z-index: 30;
}
}

#container .talk_txt+.talk_txt {
	margin-top:1.0em;
}
#container .matsushita {
	color:#71747e;
}#container .motohashi {
	color:#836c43;
}
#container .yamada {
	color:#111;
}
#container .recruiting_bg01 {
	color:#71747e;
	background-image: url(../img/page/bg_img02.jpg);
	background-position: center center;
	background-size:cover;
}
#container .recruiting_bg02 {
	color:#71747e;
	background-image: url(../img/page/bg_img02.jpg);
	background-position: center center;
	background-size:cover;
}
#container  .people_profile {
	width: 100%;
	position: relative;
	z-index: 0;
}
#container  .people_profile h3 {
	font-size:2.2rem;
	position: relative;
	z-index: 30;
	text-align: center;
	line-height: 1.2em;
	border-bottom: solid 1px #b7a682;
	padding-bottom: 1.0em;
	margin-bottom: 1.0em;
	position: relative;
}
@media screen and (max-width: 600px) {
#container  .people_profile h3 {
	font-size:1.9rem;
	position: relative;
	z-index: 30;
}
}

#container  .people_profile h3>span {
	display: inline-block
}
#container  .people_profile h3 b {
	font-size:1.2rem;
	font-weight:400;
	line-height: 1.1em;
}
@media screen and (max-width: 600px) {
#container  .people_profile h3 b {
	font-size:1.2rem;
	font-weight:400;
}
}

#container  .people_profile p {
	font-size:1.5rem;
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	z-index: 30;
	text-align: center;
	margin-top: 0.8em;
position: relative;
}
#container  .people_profile p.profile_data {
	font-size:1.5rem;
	font-weight: bold;
	line-height: 1.6em;
	position: relative;
	z-index: 30;
	text-align: center;
	margin-top: 0.8em;
	margin-bottom: 2.0em;
position: relative;
}
#container  .people_profile p>span {
	display: inline-block;
}
#container  .people_profile .catch_c {
	font-size:2.6rem;
	line-height:1.7em;
	font-family: heisei-kaku-gothic-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	margin-bottom:1.0em;
	margin-top: 0;
	width:92%;
	margin-right: auto;
	margin-left: auto;
	font-feature-settings: "palt";
	text-align: center;
	position: relative;
	color: #b7a682;
}
@media screen and (max-width: 1100px) {
#container  .people_profile .catch_c {
	font-size:2.2rem;
}
}
@media screen and (max-width: 1000px) {
#container  .people_profile .catch_c {
	font-size:1.8rem;
}
}
@media screen and (max-width: 800px) {
#container  .people_profile .catch_c {
	font-size:2.2rem;
}
}
@media screen and (max-width: 600px) {
#container  .people_profile .catch_c {
	font-size:1.6rem;
}
}

#container  .people_profile  .people_txt {
	font-size:1.6rem;
	text-align:justify;
	line-height: 1.8em;
	font-weight: 400;
}
@media screen and (max-width: 1200px) {
#container  .people_profile  .people_txt {
	font-size:1.6rem;
	text-align:justify;
	line-height: 1.6em;
	font-weight: 400;
}
}
@media screen and (max-width: 1000px) {
#container  .people_profile  .people_txt {
	font-size:1.5rem;
	text-align:justify;
}
}
@media screen and (max-width: 600px) {
#container  .people_profile  .people_txt {
	font-size:1.4rem;
}
}
#container  p+.people_txt {
	margin-top: 1.0em;
}
@media screen and (max-width: 800px) {
.column_2 li.people_img {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
}
	}
@media screen and (max-width: 480px) {
.column_2 li.people_img {
	display: block;
}
	}
.column_2 li.people_img>div {
	width:100%;
	height: 50%;
	display: inline-block;
	object-fit: cover;
}
@media screen and (max-width: 800px) {
.column_2 li.people_img>div {
	width:50%;
	display: inline-block
}
	}
@media screen and (max-width: 480px) {
.column_2 li.people_img>div {
	width:100%;
	display: inline-block
}
	}
.column_2 li.people_img>div>img {
	width:100%;
	height:100%;
	object-fit: cover;
	object-fit: cover;
}
