@charset "utf-8";

.content{
	min-width: 940px;
}
#top_menu ul li: nth-child(7) p: first-child{
	color: #205167 !important;
}
.fixed{
	position: fixed !important;
}

.pc_menu {
	display: block !important;
	width: 100%;
	height: 60px;
	background: #fff;
	position: absolute;
	top: 0px;
	z-index: 9999;
}

.customers_top{
	display: block;
	width: 100%;
	height: 584px;
	position: relative;
	background: url(../../images/customers/achievement-list_top.jpg) no-repeat top center;
	background-size: cover;
	margin-top: 60px;
}

.customers_top p.pan{
	position: relative;
	z-index: 2;
	font-size: 0.9rem;
	top: 40px;
	width: 95%;
	max-width: 940px;
	margin: 0 auto;
}
.customers_top p.pan a{
	font-size: 0.9rem;
	display: inline-block;
	margin-right: 15px;
}

.customers_top_title{
	width: 90%;
	max-width: 940px;
	margin: 0 auto;
	position: relative;
	top: 35%;
}

.customers_top h2{
	display: block;
	text-align: center;
	position: absolute;
	height: 48px;
	line-height: 48px;
	right: 0;
	font-size: 2.4rem;
	letter-spacing: 0.8rem;
	color: #fff;
	font-weight: normal;
	z-index: 2;
}

.customers_top h2:after{
	position: absolute;
	display: block;
	content: '';
	height: 22px;
	width: 110%;
	bottom: -5px;
	right: 0;
	background: rgba(0,29,49,0.5);
	z-index: -1;
}

.customers_content01{
	width: 100%;
	margin: auto 0;
	text-align: center;
}
.customers_content01 .text{
	width: 100%;
	margin: auto 0;
	text-align: center;
}
.customers_content01 .text p{
	color: #000;
	line-height: 1.6rem;
}

.customers_content01 .text p.underline_text{
	display: block;
	width: 100%;
	padding: 20px 0 6px;
	border-bottom: 1px dotted #E2E2E3;
	margin-top: 10px;
	font-weight: bold;

}
.customers_content01 .text p: nth-child(5){
	margin-bottom: 25px;
}
.customers_content01 .text p: nth-child(5),
.customers_content01 .text p: last-child{
	display: block;
	margin-top: 35px;
}

/* gallery部分 */
.bold {
  font-weight: bold;
}
.gallery-container {
  width: 90%;
	max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}
.gallery-container p {
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.gallery-container a {
	color: #1383BC;
	text-decoration: underline;
}
.gallery-container p.text {
	margin: auto;
	width: 100%;
  text-align: center;
}

.gallery-container .check-text {
	margin: 0 20px;
}
.gallery-container .check-text p {
	font-size: 14px;
}

.gallery-container p.indent {
	font-size: 14px;
	margin: 0px 0 10px 0;
	padding-left: 1.0em;
	text-indent: -1.0em;
}

.gallery-container .left {
  width: 30%;
  float: left;
}
.gallery-container .left h3 {
	margin-bottom: 30px;
	font-size: 24px;
  text-align: left;
  letter-spacing: 0.2em;
  color: #205167;
}

.left-content {
	width: 86%;
	margin: 20px 0 50px;
}

input[name=search] {
  width: 80%;
  padding: 16px;
  font-size: 16px;
  background: url(../../images/customers/search.png) no-repeat 90% 50%;
  background-size: 20px 20px;
  border: 1px solid #878787;
}

.gallery-container .menu_pc {
  margin-top: 10px;
  width: 90%;
}

.gallery-container .right {
	width: 70%;
	margin: auto;
	float: left;
}

.gallery-container .right h2 {
	text-align: center;
	padding: 30px 0;
	margin-top: 20px;
	font-size: 24px;
	letter-spacing: 0.2em;
	line-height: 1.5;
	color: #205167;
	border-top: 1px solid #878787;
	border-bottom: 1px solid #878787;
	display: block;
}
.gallery-container .right h3 {
	text-align: center;
	margin-bottom: 60px;
	padding: 50px 0 30px 0;
	font-size: 20px;
	letter-spacing: 0.2em;
	color: #878787;
	border-bottom: 1px dotted #878787;
	display: block;
}

#movie__area {
	width: 80%;
	margin: auto;
}
#movie__area .movie__wrap {
	margin: 60px auto 30px;
}

#movie__area .movie__frame {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#movie__area .movie {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.photo-list li {
	margin: 0 auto;
	width: 33%;
	text-align: center;
	float: left;
}
.photo-list li .photo {
	text-align: center;
	margin-bottom: 30px;
}
.photo-list li .photo img.thumbnail {
	width: 100%;
}
.image__wrap {
	width: 80%;
	margin: auto;
	position: relative;
}
img.icon__zoom_in {
	width: 30px;
	position: absolute;
	right: 20px;
	bottom: 8px;
}
.overlay {
	width: 100%;
	height: 50px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.8+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}

/* PC */
@media screen and (min-width: 769px) {
.sp_area { display: none; }

/* gallery部分_pc */
.gallery-container .menu_sp {
	display: none;
}
.gallery-container .menu_pc li {
	font-size: 16px;
}

.gallery-container .menu_pc li a {
	padding: 16px;
	margin-bottom: 10px;
	background-color: #F7F7F7;
	line-height: 1.5;
	display: block;
	text-decoration: none;
}
.gallery-container .menu_pc li a: hover {
	color: #fff;
	background-color: #205167;
	line-height: 1.5;
}
}

@media screen and (max-width: 980px){
.pc_menu {
	display: none !important;
}
.customers_top{
	display: block;
	margin-top: 0px;
}
}

/* mobile */
@media screen and (max-width: 768px) {

.sp_area { display: block; }
.sp_none { display: none; }

.content {
	max-width: 736px;
	min-width: 320px;
	margin: 0 auto;
}
.pc_menu {
	display: none !important;
}
.customers_content01{
	display: none;
}

.customers_top{
	height: 284px;
	margin-top: 0px;
}

.customers_top p.pan {
  width: 90%;
}

.customers_top_title{
	top: 20%;
}

.customers_top h2{
	font-size: 1.4rem;
	line-height: 70px;
	letter-spacing: 7px;
	right: 7%;
}

/* 必要なし？
.customers_content_sp{
	display: block;
	width: 90%;
	margin: 0 auto;
}

.customers_content_sp p {
	display: block;
	width: 100%;
	font-size: 0.9rem;
	line-height: 1.6rem;
}

.customers_content_sp p img {
	float: right;
	width: 30%;
	margin: 0 0 10px 10px;
}
*/

/* gallery部分_sp */
.gallery-container p {
	font-size: 0.9rem;
}

.gallery-container p.text {
	text-align: left;
}
.gallery-container .check-text {
	margin: 0;
}

.gallery-container {
	width: 90%;
}

.gallery-container .left {
	width: 100%;
	float: none;
}
.gallery-container .left h3 {
	margin: 40px 0 20px 0;
	font-size: 18px;
}

.left-content {
	width: 100%;
	margin: 20px auto 50px;
}

input[name=search] {
	width: 90%;
	padding: 16px;
	font-size: 16px;
	background: url(../../images/customers/search.png) no-repeat 95% 50%;
	background-size: 20px 20px;
	border: 1px solid #878787;
}

.gallery-container .menu_pc {
	display: none;
}
.gallery-container .menu_sp {
	appearance: none;
	position: relative;
	width: 100%;
	background-color:#F7F7F7;
	border: none;
}
.menu_sp::after {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -8px;
	font-size: 14px;
	content: "▼";
	color: #878787;
}
.menu_sp > select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	padding: 16px 35px;
	font-size: 14px;
	color: #878787;
	box-sizing: border-box;
	padding-left: 8px;
	border: none;
	background-color: transparent;
	border-radius: 0;
	outline: none;
}
.gallery-container a {
	font-size: 14px;
}

.gallery-container .right {
	width: 100%;
	margin: auto;
	float: none;
}
.gallery-container .right h2 {
	padding: 20px 0;
	font-size: 18px;
}

.gallery-container .right h3 {
	margin-bottom: 30px;
	padding: 20px 0 20px 0;
	font-size: 16px;
}

.photo-list li {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.photo-list li .photo {
	margin-bottom: 20px;
}

.image__wrap {
	width: 60%;
}
img.icon__zoom_in {
	right: 10px;
}

#movie__area {
	width: 100%;
}
#movie__area .movie__wrap {
	margin: 30px auto 30px;
}
}

/* 																												end
----------------------------------------------------------------------------------------------------------------- */}

@media screen and (max-width: 640px){
.content{
	max-width: 640px;
	min-width: 320px;
}



/* 																												end
----------------------------------------------------------------------------------------------------------------- */}


@media screen and (max-width: 428px){
.content{
	max-width: 414px;
	min-width: 320px;
}

.customers_top{
	height: 204px;
}

.customers_top p.pan{
	width: 90%;
	top: 10px;
	font-size: 0.7rem;
}
.customers_top p.pan a{
	font-size: 0.7rem;
}

.customers_top h2{
	line-height: 60px;
	right: 4%;
}

.customers_top h2:after{
	height: 18px;
	bottom: 3px;
}

/* 																												end
----------------------------------------------------------------------------------------------------------------- */}


@media screen and (max-width: 375px){
.content{
	max-width: 375px;
	min-width: 320px;
}

/* 																												end
----------------------------------------------------------------------------------------------------------------- */}
@media screen and (max-width: 360px){
	.tel_area .support p{
		letter-spacing:-0.5px;
	}
	.tel_area p{
		/* letter-spacing: -1.8px; */
	}

/* 																												end
----------------------------------------------------------------------------------------------------------------- */}
@media screen and (max-width: 320px){

.content{
	max-width: 320px;
	min-width: 320px;
}
.customers_top{
	height: 160px;
}

.customers_top p.pan{
	font-size: 0.7rem;
	top: 10px;
}
.customers_top p.pan a{
	font-size: 0.7rem;
}

.customers_top h2{
	line-height: 40px;
	right: 2%;
	font-size: 1.2rem;
}

.customers_top h2:after{
	height: 18px;
	bottom: 10px;
}
/* 																												end
---------------------------------------------------------------------------------------------------------------- */}
