p {
    line-height: 2em;
}
a {
  color: inherit;
  text-decoration: none;
}

.h1Box {
margin-bottom: 50px;
}
.h1Box img {
    max-width: 100%;
    height: auto;
}
h1 {
	padding-bottom: 20px;
	font-size: 30px;
	color:#3FC1C9;
	margin-bottom: 40px;
	border-bottom: 2px dotted #ddd;
	margin-top: 40px;
}
.interview_h1{
	font-size:24px;
}
h1 small{
	font-size:20px;
}
.movieBox {
	background-color: #efefef;
	box-sizing: border-box;
	padding: 20px 40px;
	margin: 30px auto;
	width: 90%;
}
.movieBox .title {
	font-size: 30px;
	color: #FF6600;
    font-family: 'Kosugi Maru',"メイリオ","ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
}
h2 {
	font-size: 20px;
	color: #3fc1c9;
	margin-top: 40px;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
	padding-bottom: 10px;
	line-height: 1.5em;
}
h2 span{
	padding: 8px;
	margin-bottom: -1px;
}
h2:before {
	content: "";
	border-bottom: 3px solid #3fc1c9;
	bottom: 0;
	height: 0;
	position: absolute;
	width: 100%;
	z-index: 0;
}
h2:after {
	border-bottom: 3px solid #ddd;
	bottom: 0;
	content: "";
	position: absolute;
	width: 100%;
	z-index: 1;
}
.hr{
	padding-top: 30px;
	border-top: 1px solid #c6c6c6;
	clear: both;
}
.Box1 p{
	margin-bottom:30px;
}
.Box1 p span{
	font-weight:bold;
	color:#3fc1c9;
}
.imgRight {
	width: 250px;
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
	text-align: center;
}
.imgRight img {
    max-width: 100%;
    height: auto;
}
.img {
	text-align: center;
	margin-bottom: 30px;
}
.sakuhin{
width:520px;
display: flex;
align-items: center;
margin:0 auto 30px;
background:#efefef;
}
.sakuhin img.top{
width: 50%;
vertical-align:bottom;
}
.sakuhin .inner{
width:50%;
padding:10px;
box-sizing: border-box;
display: flex;
align-items: center;
flex-direction: column;
}
.sakuhin .inner p{
font-size:14px;
margin-bottom:0;
}
.sakuhin .inner img{
width:160px;
border-radius: 100%;
margin-bottom:10px;
}

.pager {
margin-top: 50px;
}
.pager .pagination {
text-align: center;
}
.pager .pagination li {
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
  border-radius: 50px;
}
.pager .pagination li.pre,
.pager .pagination li.next{
  background: #3fc1c9;
  color: #fff;
}
.pager .pagination li a{
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display:table;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  color:#3fc1c9;
}
.pager .pagination li.pre a,
.pager .pagination li.next a{
  color: #fff;
}
.pager .pagination li a span{
  display:table-cell;
  vertical-align:middle;
}
.pager .pagination li a:hover,
.pager .pagination li a.active{
  color: #333333;
  background: #d9f3f4;
  border-radius: 10px;
  border-radius: 50px;
  animation: animScale 0.4s ease-out;
  transform-origin: 50% 50%;
  -webkit-animation: animScale 0.4s ease-out;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: animScale 0.4s ease-out;
  -moz-transform-origin: 50% 50%;
}
@keyframes animScale {
  0% { transform: scale(0.8, 0.8); }
  40% { transform: scale(1.2, 1.2); }
  60% { transform: scale(1, 1); }
  80% { transform: scale(1.1, 1.1); }
  100% { transform: scale(1, 1); }
}
@-webkit-keyframes animScale {
  0% { -webkit-transform: scale(0.8, 0.8); }
  40% { -webkit-transform: scale(1.2, 1.2); }
  60% { -webkit-transform: scale(1, 1); }
  80% { -webkit-transform: scale(1.1, 1.1); }
  100% { -webkit-transform: scale(1, 1); }
}
@-moz-keyframes animScale {
  0% { -moz-transform: scale(0.8, 0.8); }
  40% { -moz-transform: scale(1.2, 1.2); }
  60% { -moz-transform: scale(1, 1); }
  80% { -moz-transform: scale(1.1, 1.1); }
  100% { -moz-transform: scale(1, 1); }
}

@media (max-width:480px) {
h1 {
    font-size: 20px;
    margin-top: 30px;
}
p {
    font-size: 14px;
}
.movieBox {
box-sizing: border-box;
padding: 20px;
width: 94%;
}
.movieBox .title {
	font-size: 24px;
}
.imgRight {
    float: none;
    margin-left: auto;
    margin-bottom: 20px;
    margin-right: auto;
    text-align: center;
    width: 50%;
}
.imgRight img {
    max-width: 100%;
    height: auto;
}
.img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.img img {
    max-width: 100%;
    height: auto;
}
.sakuhin{
width:90%;
}
.sakuhin .inner img{
width:100px;
}
}
.container{
	max-width:1000px;
	margin:0 auto;
}
.Box1{
	width:100%;
	margin:0 auto;
}
.Box1>p{
	width:100%;
	margin:5px auto 15px;
	text-indent:1rem;
}
.inBox1{
	width:100%;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	flex-wrap:wrap;
}
.inBox1 p.full_p{
	margin:10px 0;
	text-indent:1rem;
}
.inBox1 img.half_img{
	width:48%;
	box-sizing:border-box;
	object-fit:contain;
}
.inBox1 img.quarter_img{
	width:24%;
	box-sizing:border-box;
	object-fit:contain;
	margin-bottom:2%;
}
.inBox1 div.half_img{
	width:48%;
}
.inBox1 div.half_img div{
	display:flex;
	justify-content:flex-start;
	width:100%;
	vertical-align:baseline;
}
.inBox1 div.half_img  div img{
	width:90%;
	height:auto;
	box-sizing:border-box;
	object-fit:contain;
	margin-bottom:2%;
}
.inBox1 div.half_img  div p{
	width:5%;
	text-align:center;
}
.inBox1 p.half_p{
	width:48%;
	text-indent:1rem;
	margin-bottom:2%;
}
.inBox1 p.quarter_p{
	width:72%;
	text-indent:1rem;
	margin-bottom:2%;
}
.interviewList{
	margin:50px auto;
	display:grid;
	grid-template-columns: repeat(auto-fill, 30%);
	grid-column-gap:1%;
	justify-items: center;
	place-content: center;
	place-items: center;
}

.interviewList li{
	text-align:center;
	border-radius:5px;
	border:3px solid #3fc1c9;
	margin:1% auto;
	padding:5px 0;
}
.interviewList li a{
	display:block;
	padding:0;
	position:relative;
}
.interviewList li a img{
	display:block;
	text-align:center;
	width:90%;
	object-fit:contain;
	padding-bottom:30%;
}
.interviewList li a p{
	position:absolute;
	bottom:0;
	left:50%;
	transform:translate(-55%,-5%);
	width:100%;
	color:#3FC1C9;
	font-weight:600;
	font-size:16px;
	line-height:1.7;
	height:28px;
}
.interviewList li a p.interview03{
	line-height:3.4;
}
.Box1 section h2{
	width:100%;
	color:#3fc1c9;
	margin:50px auto 10px;
}
.Box1 section h2 img.accent{
	margin-right:10px;
	max-width:30px;
	object-fit:contain;
}
.Box1 section h2 img.full_h2{
	width:100%;
	object-fit:contain;
}
.Box1 section p b{
	color:#3fc1c9;
	padding:10px 0 10px 0;
}
/**.Box1 section p b.last{
	color:#1F6064;
	padding:10px 0 10px 0;
}**/
.Box1 section p b.last_b{
	text-indent:1rem;
	color:#1F6064;
	padding:10px 0 10px 0;
	/**border:1px solid #1F6064;
	border-radius:5px;
	padding:5px;**/
}
.Box1 section hr{
  border-top: 1px dotted #ccc;
	width:80%;
	margin:15px auto 30px;
}
.Box1 section ul{
	margin:10px auto 30px;}
.Box1 section li{
	line-height:1.7;
	padding-left:1.7rem;
	text-indent:-1rem;
}
.Box1 section li i:first-of-type{
	color:#FFA500;
	margin-left:20px;
}
.Box1 section li i:nth-of-type(2),.Box1 section li i:nth-of-type(3){
	color:#FFA500;
	margin-left:10px;
}
.Box1 section li img.student,.Box1 .inBox1 img.student{
	width:22px;
	object-fit:contain;
	margin-right:10px;
}
.Box1 section li img.all{
	width:50px;
	object-fit:contain;
	margin-right:10px;
}
.Box1 section p i{
	color:#FFA500;
	margin-left:5px;
}
.past_contest{
	margin:10px auto;
}
.past_contest li{
	border-radius:5px;
	border:1px solid #3fc1c9;
	width:100%;
	display:flex;
	justify-content:space-between;
	padding:1%;
	margin-bottom:1%;
}
.past_contest li img{
	width:200px;
	height:200px;
	object-fit:cover;
}
.past_contest li p{
	width:calc(100% - 230px);
}
.work_Box{
	display:grid;
	grid-template-columns: repeat(auto-fill, 30%);
	grid-column-gap:1%;
}
.work_Box li{
	margin-bottom:30px;
}
.work_Box li a{
	position:relative;
}
.work_Box li a img{
	width:98%;
	object-fit:contain;
	border: 8px solid;
    border-image: linear-gradient(to right bottom,#e0d9b6,#b4983a) 1 / 8px;
    outline: 2px outset #efe9cc;
    padding: 10px;
    background: #FFF;
    box-shadow: 1px 2px 8px #999;
}
.work_Box li a span.title{
	position:absolute;
	bottom:-20px;
	left:15px;
	width:180px;
	height:20px;
	line-height:20px;
	font-size:14px;
	text-align:center;
	background:#FFF;
	border:1px solid #999;
	color:#000;
	box-shadow: 1px 2px 8px #999;
}
button,button a{

	border-radius:10px;
	background:#3FC1C9;
	font-weight:600;
	color:#FFF!important;
	padding:5px;
	font-size:14px;
	text-align:center;
	width:20em;
	height:24px;
	line-height:24px;
}
.sp{display:none;}
@media (max-width:1000px) {
.interviewList li a p{
	position:absolute;
	bottom:-10%;
	left:55%;
/**	transform:translate(-55%,-3%);**/
	width:100%;
	color:#3FC1C9;
	font-weight:500;
	font-size:15px;
	line-height:1.5;
	height:auto;
}}
@media (max-width:800px) {
.interviewList li a p{
	position:absolute;
	bottom:0;
	left:48%;
/**	transform:translate(-55%,-3%);**/
	width:100%;
	color:#3FC1C9;
	font-weight:500;
	font-size:15px;
	line-height:1.5;
	height:auto;
	margin:0;
}}
@media (max-width:601px) {
.interviewList{
	grid-template-columns: repeat(auto-fill, 48%);
}
.interviewList li a p{
	position:absolute;
	bottom:0;
	left:50%;
/**	transform:translate(-55%,-3%);**/
	width:100%;
	color:#3FC1C9;
	font-weight:500;
	font-size:15px;
	line-height:1.5;
	height:auto;
	margin:0;
}.work_Box li a span.title{
	bottom:-20px;
	left:0;
	width:140px;
	height:20px;
	line-height:20px;
	font-size:11px;
}}
@media (max-width:480px) {
.container{
	width:100%;
}
.Box1{
	width:100%;
}
.Box1>p{
	width:100%;
}
.inBox1{
	width:100%;
	display:block;
}
.inBox1 p.full_p{
/**	margin:10px 0;**/
}
.inBox1 img.half_img,.inBox1 img.quarter_img{
	width:100%;
}
.inBox1 div.half_img{
	width:90%;
	margin:5px auto;}
.inBox1 p.half_p,.inBox1 p.quarter_p{
	width:100%;
	margin-bottom:1%;
}
.interviewList{
	display:block;
}

.interviewList li a{
	display:block;
/**	justify-content:flex-start;
	flex-wrap:nowrap;**/
	width:100%;
/**	vertical-align:middle;
	align-items:center;
	position:relative;**/
}
.interviewList li a img{
	display:block;
	width:90%;
	object-fit:contain;
	text-align:center;
	padding-bottom:20%;
}
.interviewList li a p{
	/**position:absolute;
	top:20%;
	right:0;
	width:calc(100% - 40%);**/
	transform:translate(-55%,-3%);
	bottom:0;
	padding:0;
	width:80%;
	margin:5px auto;
	font-weight:600;
	font-size:14px;
	line-height:1.6;
	height:auto;
}
.Box1 section h2{
	font-size:20px;
/**	width:100%;
	color:#3fc1c9;**/
}
.Box1 section h2 img.accent{
/**	margin-right:10px;
	max-width:30px;
	object-fit:contain;**/
}
.Box1 section h2 img.full_h2{
	width:100%;
	object-fit:contain;
}
.Box1 section p b{
/**	color:#3fc1c9;
	padding:10px 0 10px 0;**/
}
.Box1 section ul{
	margin:5px auto 20px;
}
.Box1 section li{
	line-height:1.7;
	padding-left:1.7rem;
	text-indent:-1rem;
}
.past_contest{
/**	margin:10px auto;**/
}
.past_contest li{
/**	border-radius:5px;
	border:1px solid #3fc1c9;
	width:100%;
	display:flex;
	justify-content:space-between;
	padding:1%;
	margin-bottom:1%;**/
}
.past_contest li img{
	width:120px;
	height:120px;
	object-fit:cover;
}
.past_contest li p{
	width:calc(100% - 150px);
}
.work_Box{
/**	display:grid;**/
	grid-template-columns: repeat(auto-fill, 48%);
/**	grid-column-gap:1%;**/
}
.work_Box li a img{
/**	width:98%;
	object-fit:contain;**/
}

.sp{display:block;}
}
button {
  padding: 0;
  font-family: inherit;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  border: none;
  margin-bottom:50px;
}

/* ボタンのスタイル */
.buttonRound {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  height: 64px;
  padding: 8px 24px;
  font-family: sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  overflow-wrap: anywhere;
  background-color: #3fc1c9;
  border-radius: 32px; /* (buttonの高さ / 2) の値 */
}

@media (any-hover: hover) {
  .buttonRound {
    transition: background-color 0.2s;
  }

  .buttonRound:hover {
    background-color: #54802f;
  }
}