@charset "utf-8";
/************************************************************
PC
************************************************************/
@media all and (min-width:769px){
.sp {
	display: none;
}
/*contact*/
#about {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding:220px 0px 165px;
}
	#about h2 {
		width: 100%;
		max-width: 1262px;
		margin: auto auto 40px;
		text-align: center;
		line-height: 1.2;
	}
	#about h2 .news-en {
		font-size: 50px;
		letter-spacing: 0.1em;
		font-family: 'Lato', sans-serif;
		vertical-align: middle;
	}
	#about h2 .news-ja {
		font-size: 14px;
		font-weight: 400;
		vertical-align: middle;
	}
	#about .inner {
		width: 90%;
		max-width: 800px;
		margin: auto;
	}
	#about .inner p{
	font-size: 16px;
	line-height: 2em;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	}
	#about .background {
		width: 100%;
		text-align: right;
		position: absolute;
		top: 65px;
		right: 0;
		z-index: -1;
	}
	#about .background img {
		width: 510px;
	}
	.profile{width: 740px; margin: 0 auto; background-color: #fff; padding: 30px}
	.profile h3{font-size: 20px; text-align: center; margin-bottom:21px;}
	.profile p.profile_img{width: 30%; float: left; margin-right: 5%}
		.profile p.profile_img img{width: 100%; float: left;}
	.profile p.profile_txt{font-size: 12px; line-height: 2em;width: 65%; float: left;}
	.profile strong{display: block;font-size: 16px; margin-bottom: 5px;}
}

/************************************************************
SP
************************************************************/
@media all and (max-width:768px){
/*contact*/
#about {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	padding: 25px 0px 60px;
}
	#about h2 {
		width: 90%;
		max-width: 600px;
		margin: auto auto 45px;
		text-align: center;
		line-height: 1.2;
	}
	#about h2 .news-en {
		font-size: 36px;
		letter-spacing: 0.1em;
		font-family: 'Lato', sans-serif;
		vertical-align: middle;
	}
	#about h2 .news-ja {
		font-size: 16px;
		font-weight: 400;
		vertical-align: middle;
	}
	#about .inner {
		width: 90%;
		max-width: 600px;
		margin: auto;

	}
	#about .inner form {
		width: 100%;
	}
	#about .inner form table {
		width: 100%;
		margin-bottom: 20px;
		border-collapse: collapse;
		font-weight: 600;
	}
	#about .inner form table td {
		display: inline-block;
	}
	#about .inner form table .table-left {
		width: 100%;
		font-size: 14px;
		font-weight: 600;
		padding-bottom: 10px;
	}
	#about .inner form table .table-left span {
		color: #d20c0c;
	}
	#about .inner form table .label-top {
		vertical-align: top;
		padding-top: 11px;
	}
	#about .inner form table .label-top label {
		margin-top: 20px;
	}
	#about .inner form table .table-right {
		width: 100%;
		padding-bottom: 15px;
	}
	#about .inner form table .table-right input {
		font-size: 14px;
		letter-spacing: 0.1em;
		color: #4d4d4d;
		background-color: #ffffff;
	}
	#about .inner form table .table-right .text-input {
		width: 95%;
		padding: 8px 8px;
		border: none;
		border-radius: 2px;
		background-color: #ffffff;
		outline: none;
	}
	#about .inner form table .table-right input::-webkit-input-placeholder {
		color: #d5d5d5;
	}

	#about .inner form table .table-right input::-moz-placeholder {
		color: #d5d5d5;
	}

	#about .inner form table .table-right input:-ms-input-placeholder {
		color: #d5d5d5;
	}
	#about .inner form table .table-right select {
		position: relative;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: 100%;
		padding: 8px 8px;
		font-size: 14px;
		letter-spacing: 0.1em;
		color: #4d4d4d;
		border: none;
		border-radius: 2px;
		background-color: #ffffff;
		outline: none;
	}
	#about .inner form table .arrow label {
		position: relative;
	}
	#about .inner form table .arrow label:after {
		display: block;
		content: " ";
		position: absolute;
		top: 80%;
		right: 20px;
		width: 12px;
		height: 12px;
		margin-top: -8px;
		background: url(../img/contact/arrow.png) 0 0 no-repeat;
		background-size: 12px;
		pointer-events: none;
	}

	#about .inner form table .table-right select::-ms-expand {
		display: none;
	}
	#about .inner form table .table-right .radio-label {
		width: 200px;
		margin: auto auto auto 5px;
		font-weight: 400;
		display: inline-block;
	}
	#about .inner form table .table-right .radio-top {
		margin: auto auto 10px 5px;
	}
	#about .inner form table .table-right .radio-label .radio-input {
		display: none;
		margin-right: 5px;
	}
	#about .inner form table .table-right .radio-label .radio-input {
		display: none;
	}
	#about .inner form table .table-right .radio-label .radio-input + label{
		padding-left: 20px;
		position:relative;
		margin-right: 20px;
	}
	#about .inner form table .table-right .radio-label .radio-input + label::before{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 16px;
		height: 16px;
		border: none;
		border-radius: 50%;
		background-color: #ffffff;
	}
	#about .inner form table .table-right .radio-label .radio-input:checked + label{
		color: #000000;
	}
	#about .inner form table .table-right .radio-label .radio-input:checked + label::after{
		content: "";
		display: block;
		position: absolute;
		top: 4.3px;
		left: 4.6px;
		width: 7px;
		height: 7px;
		background: #d20c0c;
		border-radius: 50%;
	}
	#about .inner form table .table-right textarea {
		width: 95%;
		padding: 8px 8px;
		border: none;
		border-radius: 2px;
		background-color: #ffffff;
		font-size: 14px;
		letter-spacing: 0.1em;
		color: #4d4d4d;
		outline: none;
	}
	#about .inner form table .table-right textarea::-webkit-input-placeholder {
		color: #d5d5d5;
	}

	#about .inner form table .table-right textarea::-moz-placeholder {
		color: #d5d5d5;
	}

	#about .inner form table .table-right textarea:-ms-input-placeholder {
		color: #d5d5d5;
	}
	#about .inner form .button {
		width: 100%;
		text-align: center;
	}
	#about .inner form .button button {
		width: 80%;
		max-width: 380px;
		padding: 20px 0px;
		background-color: #d20c0c;
		border-radius: 2px;
		font-size: 16px;
		color: #ffffff;
	}
	#about .background {
		width: 100%;
		text-align: right;
		position: absolute;
		top: 65px;
		right: 0;
		z-index: -1;
	}
	#about .background img {
		width: 90%;
	}
		.profile{width: 80%; margin: 5% auto 0; background-color: #fff; padding: 5%}
	.profile h3{font-size: 20px; text-align: center; margin-bottom: 9px;}
	.profile p.profile_img{width: 100%; float: none; margin-right: 0; margin-bottom: 5%}
		.profile p.profile_img img{width: 100%; float: none;}
	.profile p.profile_txt{font-size: 12px; line-height: 2em;width: 100%; float: left;}
	.profile p strong{display: block; margin-bottom: 2px; font-size: 16px;}

}

/************************************************************
HTML TAGS
************************************************************/
*{
	margin:0;
	padding:0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #f9f9f9;
	color:#000000;
	font-style: normal;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing:1px;
	font-feature-settings : "palt";
	letter-spacing: 0.075em;
	-webkit-text-size-adjust: 100%;
	font-family: "游ゴシック体", "Yu gosic", Yugosic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 400;
	font-style: normal;
	-webkit-font-feature-settings: 'pkna';
	font-feature-settings: 'pkna';
}


::selection {
	background: #000033; /* Safari */
	color: #fff;
}

::-moz-selection {
	background: #000033; /* Firefox */
	color: #fff;

}

h1{}

h2{}

h3{}

h4{}

h5{}

p{
	font-weight: normal;
	letter-spacing: 0.01em;
	font-size: 16px;
	line-height: 1.7;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th{line-height:1.5;}

td{line-height:1.5;}

ul,ol{list-style-type:none;	color:#666666;
}

li img, dt img, dd img{vertical-align:bottom;}

hr{margin:0px;padding:0px;}


a{
	outline:none;
	text-decoration:none;
}
img {
	vertical-align: top;
}
a img{
	border:none;
}
button{
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	font-family: "游ゴシック体", "Yu gosic", Yugosic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: 400;
}
/* custom size*/
p,li,dt,dd,th,td{
	font-size:16px;
	letter-spacing: 0.01em;
}

textarea{
	font-size:93%;
}

.clear{
	clear:both;
	font-size:0;
	line-height:0;
	height:0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*ﾂ･*//*/
  height: auto;
  overflow: hidden;
  /**/
}