@charset "UTF-8";
/* =============================================================================

ABOUT

============================================================================= */

.staffBox {
	background: #FFF;
	box-shadow: 2px 2px 10px #CCC;
}
.staffBox h5 { font-size: 120%; letter-spacing: .1em;}
.staffBox h5 strong {
	display: inline-block;
	width: 144px;
	margin-right: 12px;
	font-size: 68%;
	letter-spacing: .2em;
	background: #04228f;
	color: #FFF;
	text-align: center;
}
.grayBox li img {
	display: block;
	width: 232px;
	margin-bottom: 8px;
}
.grayBox li a {
	display: block;
	color: #000;
	font-size: 100%;
}

/* 	モーダル
-------------------------------------*/
li button { border: none; background: none; transition: .3s; color: #000;}
li button:hover { opacity: 1;}
.popup-1, .popup-2, .popup-3, .popup-4, .popup-5, .popup-6 {
  display: none;
  height: 100vh;
  width: 100%;
  background:rgba(0,0,0,.7);
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.content {
  background: #fff;
  padding: 16px 32px 32px 32px;
}
.show {
  display: flex;
  justify-content: center;
  align-items: center;
}
.content h1 {font-size: 150%;}
.content p { font-size: 90%;}

button#close-1, button#close-2, button#close-3, button#close-4, button#close-5, button#close-6 {
	display: block;
	width: 200px;
	text-align: center;
	margin: 32px auto 0 auto;
	font-size: 90%;
}
.fa-instagram:before {font-size: 200%; color: #c400d6!important;}



/*________________________________________________________

PC
________________________________________________________*/

@media only screen and (min-width: 741px) {

ul.list { margin: 0 0 32px 16px;}
ul.list li { margin-bottom: 0px;}
.staffBox {
	display: flex;
	justify-content: space-between;
}
.staffBox { margin-top: 32px; padding: 24px;}
.staffBox img { width: 90%; margin-right: 24px;}
.staffBox div { width: 100%; margin-right: 16px;}

.contents .staffBox p { margin: 0 0 16px 0; font-size: 85%;}

.grayBox ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
	margin-top: 16px;
}
.grayBox li {margin: 16px;}
.content {width: 50%;}

}

/*________________________________________________________

SP
________________________________________________________*/


@media only screen and (max-width: 740px) {

.staffBox { margin-top: 16px; padding: 16px;}
.staffBox h5 { text-align: center;}
.staffBox h5 strong { display: block; margin: 0 auto 5px auto;}
.contents .staffBox p { margin-bottom: 8px;}

.contents .staff ul {margin-bottom: 0;}
.grayBox li {margin-top: 16px; text-align: center; font-size: 120%;}
.grayBox li img {
	margin-right: auto;
	margin-left: auto;
}
.content {
	width: 90%;
	max-height: 480px;
	overflow-y: scroll;
}
.txt_en {font-size: 90%;}
section .contents li {font-size: 100%;}

}

