footer {
    margin-top: 0;
}

#page_ttl_wrap .ttl_wrap h1 span.fAbc {
    font-size: 8.7rem;
}
#page_ttl_wrap .ttl_wrap {
    bottom: 12.5rem;
}
#page_ttl_wrap .ttl_wrap h1 span.sub {
    letter-spacing: 0.25em;
}

@media screen and (max-width: 768px) {
footer {
    margin-top: 0;
}
	
#page_ttl_wrap .ttl_wrap h1 span.fAbc {
    font-size: 3.5rem;
}
	
#page_ttl_wrap .ttl_wrap {
	bottom: 0;
}
}


/* #page_ttl_wrap.single
----------------------------------------- */
#page_ttl_wrap.single .page_ttl {
    height: 96rem;
}

#page_ttl_wrap.single .page_ttl::before {
    content: "";
    display: block;
    width: calc(480 / 1920 * 100%);
    min-width: inherit;
}
#page_ttl_wrap.single .img_wrap {
    width: calc(1440 / 1920 * 100%)
    height: 100%;
}

#page_ttl_wrap.single .page_ttl .ttl_wrap {
    display: block;
	bottom: 10rem;
	margin-left: calc(150 / 1920 * 100%);
    filter:drop-shadow(0 0 5px #ffffff) drop-shadow(0 0 20px #ffffff);
}

#page_ttl_wrap.single .page_ttl .ttl_wrap h1 {
    margin-bottom: 8rem;
}
#page_ttl_wrap.single .page_ttl .ttl_wrap h1 .fAbc {
    color: #c8beb4;
    font-size: 6rem;
    letter-spacing: 0.01em;
    line-height: 1;
}
#page_ttl_wrap.single .page_ttl .ttl_wrap h1 .sub {
    color: #826a52;
    font-size: 1.7rem;
    letter-spacing: 0.25em;
    line-height: 1;
    margin-top: 1.5rem;
}

#page_ttl_wrap.single .page_ttl .ttl_wrap .textCopy {
    margin-bottom: 5rem;
}
#page_ttl_wrap.single .page_ttl .ttl_wrap .textCopy span {
    display: block;
    text-align: left;
    font-size: 3.2rem;
    letter-spacing: 0.03em;
    line-height: 1.73;
    color: #826a52;
    font-weight: bold;
}

#page_ttl_wrap.single .page_ttl .ttl_wrap .name {
    text-align: left;
    font-size: 2.8rem;
    letter-spacing: 0.5em;
    line-height: 1;
    font-weight: bold;
    margin-top: 2.5rem;
    color: #555555;
}

#page_ttl_wrap.single .page_ttl .ttl_wrap .name_en {
    text-align: left;
    font-size: 1.6rem;
    letter-spacing: 0.333em;
    line-height: 1;
    font-weight: 400;
    margin-top: 1.2rem;
    color: #555555;
}

#page_ttl_wrap.single .page_ttl .ttl_wrap .info {
    text-align: left;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 1;
    font-weight: bold;
    margin-top: 3rem;
    color: #555555;
}


@media screen and (max-width: 768px) {
#page_ttl_wrap.single .page_ttl {
    height: auto;
    padding-top: 9rem;
	padding-bottom: 9rem;
    padding-left: 0;
	width: 26rem;
	margin: auto;
}
	
#page_ttl_wrap.single .page_ttl .ttl_wrap {
    display: block;
    bottom: 0;
    margin-left: 0;
	margin-top: 0;
}
	
#page_ttl_wrap.single .page_ttl .ttl_wrap h1 .fAbc {
    font-size: 2.8rem;
    letter-spacing: 0.05em;
}
#page_ttl_wrap.single .page_ttl .ttl_wrap h1 .sub {
    font-size: 1.3rem;
    letter-spacing: 0.02em;
    margin-top: 1.0rem;
}
	
#page_ttl_wrap.single .page_ttl::before {
    display: none;
}
	
#page_ttl_wrap.single .page_ttl .ttl_wrap h1 {
    margin-bottom: 3rem;
}

#people.single #page_ttl_wrap .img_wrap {
    border-radius: 0;
	width: 100vw;
    height: 30rem;
	margin-left: -3rem;
	margin-bottom: 3rem;
}
	
#page_ttl_wrap.single .page_ttl .ttl_wrap .textCopy {
    margin-bottom: 2rem;
}
#page_ttl_wrap.single .page_ttl .ttl_wrap .textCopy span {
    font-size: 1.8rem;
}

#page_ttl_wrap.single .page_ttl .ttl_wrap .name {
    font-size: 1.7rem;
    margin-top: 2.0rem;
}

#page_ttl_wrap.single .page_ttl .ttl_wrap .name_en {
    font-size: 1.2rem;
    margin-top: 1.0rem;
}

#page_ttl_wrap.single .page_ttl .ttl_wrap .info {
    font-size: 1.3rem;
    margin-top: 2rem;
}
}



/* #people_list_wrap
----------------------------------------- */
#people_list_wrap {
	width: 100%;
	padding: 0 10rem;
    padding-top: 16rem;
	position: relative;
}

#people_list_wrap::after {
	content: "";
	display: block;
	width: 100%;
	height: 90.1%;
    position: absolute;
	bottom: 0;
	left: 0;
	background-color: #f4f2f0;
	z-index: -1;
}


body.under #conWrap #people_list_wrap  .inner {
    width: 100%;
    max-width: 168rem;
}

#people_list_wrap article {
}

#people_list_wrap a {
    display: block;
}

#people_list_wrap .people_list {
	padding-bottom: 4rem;
}

#people_list_wrap .people_list li {
    width: -webkit-calc(825 / 1680 * 100%);
    width: calc(825 / 1680 * 100%);
	padding: 0 3rem;
	margin-bottom: 17rem;
}

#people_list_wrap .people_list li .img_wrap {
    width: 100%;
    /*padding-top: 65.3594%;*/
	height: 50rem;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	border-radius: 2rem;
	overflow: hidden;
}
#people_list_wrap .people_list li .img_wrap::after {
	content: "";
	display: block;
    width: 100%;
    height: 100%;
    position: absolute;
	top: 0;
	background-color: rgba(55,55,55,0.05);
	z-index: 2;
}
#people_list_wrap .people_list li a:hover .img_wrap::after {
    background-color: rgba(55,55,55,0);
}


#people_list_wrap .people_list .textCopy {
    text-align: center;
	margin-top: 6.5rem;
}
#people_list_wrap .people_list .textCopy span {
	display: block;
    text-align: center;
	font-size: 2.8rem;
	letter-spacing: 0.02em;
	line-height: 1.73;
	color: #826a52;
	font-weight: bold;
}
#people_list_wrap .people_list .name {
    text-align: center;
	font-size: 2.6rem;
	letter-spacing: 0.5em;
	line-height: 1;
	font-weight: bold;
	margin-top: 2.5rem;
	color: #555555;
}
#people_list_wrap .people_list .name_en {
    text-align: center;
	font-size: 1.6rem;
	letter-spacing: 0.333em;
	line-height: 1;
	font-weight: 400;
	margin-top: 1.2rem;
	color: #555555;
}
#people_list_wrap .people_list .info {
    text-align: center;
	font-size: 1.6rem;
	letter-spacing: 0.02em;
	line-height: 1.6;
	font-weight: bold;
	margin-top: 2.5rem;
	color: #555555;
}


@media screen and (max-width: 768px) {
#people_list_wrap {
	padding: 0;
	padding-top: 8rem;
    z-index: 1;
}
#people_list_wrap::after {
    width: 100%;
    height: calc(100% - 8rem);
}
	
#people_list_wrap .people_list {
    padding-bottom: 0;
}
#people_list_wrap .people_list li {
    width: 100%;
	padding: 0;
    margin-bottom: 8rem;
}
	
#people_list_wrap .people_list li .img_wrap {
	padding-top: 0;
    height: 21rem;
	border-radius: 0;
}
	
#people_list_wrap .people_list .textCopy {
    text-align: center;
	margin-top: 3rem;
}
#people_list_wrap .people_list .textCopy span {
	font-size: 1.7rem;
	letter-spacing: 0.025em;
}
#people_list_wrap .people_list .name {
    font-size: 1.6rem;
    margin-top: 2.0rem;
}
#people_list_wrap .people_list .name_en {
    font-size: 1.2rem;
    margin-top: 1.0rem;
}
#people_list_wrap .people_list .info {
    font-size: 1.3rem;
    letter-spacing: 0.025em;
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
}
#people_list_wrap .people_list .info::before {
    content: "";
    display: block;
    min-width: 3rem;
}
#people_list_wrap .people_list .info::after {
    content: "";
    display: block;
    min-width: 3rem;
}
}




/* #interview1
----------------------------------------- */
#interview1 {
    margin-top: 20rem;
	padding-top: 22rem;
}
#interview1 .inner {
}

#interview1 .imgArea {
}

#interview1 .textArea {
}

#interview1 .text {
}

@media screen and (max-width: 768px) {
#interview1 {
    padding-top: 7.5rem;
}
}

/* #interview2
----------------------------------------- */
#interview2 {
    padding-top: 18rem;
}
#interview2 .inner {
}

#interview2 .imgArea {
}

#interview2 .textArea {
}

#interview2 .text {
}

@media screen and (max-width: 768px) {
#interview2 {
    padding-top: 6rem;
}
}

/* #interview3
----------------------------------------- */
#interview3 {
    padding-top: 10rem;
}
#interview3 .inner {
}

#interview3 .imgArea {
}

#interview3 .textArea {
}

#interview3 .text {
}

@media screen and (max-width: 768px) {
#interview3 {
    padding-top: 5rem;
}
}

/* #interview4
----------------------------------------- */
#interview4 {
    padding-top: 18rem;
}
#interview4 .inner {
}

#interview4 .imgArea {
}

#interview4 .textArea {
}

#interview4 .text {
}

@media screen and (max-width: 768px) {
#interview4 {
    padding-top: 6rem;
}
}



/* .interviewBox インタビュー共通
----------------------------------------- */
.interviewBox {
	background-color: #f4f2f0;
}

.interviewBox .imgArea {
	width: 100%;
	margin-top: 8rem;
	border-radius: 2rem;
	overflow: hidden;
}

.interviewBox h2 {
	display: flex;
	align-items: center;
	width: 100%;
	height: 9rem;
	background-color: #ffffff;
	border-radius: 1.5rem;
	font-size: 2.8rem;
	letter-spacing: 0;
	font-weight: bold;
	/*color: #826A52;*/
	line-height: 1.6;
	text-align: left;
	padding: 0 4.5rem;
	margin-bottom: 5rem;
}

.interviewBox .textArea {
	width: 100%;
}
.interviewBox .text {
	width: 100%;
	max-width: 75rem;
    line-height: 2;
	letter-spacing: 0.03em;
	text-align: left;
	font-weight: bold;
	margin: auto;
}

@media screen and (max-width: 768px) {
.interviewBox {
}
body.under #conWrap section.interviewBox .inner {
    width: 100%;
}
.interviewBox h1.con_ttl {
	width: 26rem;
	margin: auto;
    margin-bottom: 5rem;
}
.interviewBox h2 {
	height: auto;
	border-radius: 0.5rem;
	font-size: 1.7rem;
	padding: 2rem;
    padding-right: 1rem;
	margin-bottom: 2.5rem;
}
.interviewBox .textArea {
    width: 26rem;
	margin: auto;
}
.interviewBox .text {
	letter-spacing: 0.02em;
}
.interviewBox .imgArea {
	margin-top: 3rem;
	border-radius: 0;
}
}



/* #introduction
----------------------------------------- */
#introduction {
  padding-top: 17.5rem;
  padding-bottom: 25rem;
	background-color: #f4f2f0;
}
#introduction .inner {
}


#introduction .layout {
	padding: 8rem 7.5rem;
	background-color: #FFFFFF;
	border-radius: 1.5rem;
	flex-wrap: nowrap;
}
#introduction .textArea {
    width: 100%;
}
#introduction .imgArea {
	width: 27rem;
	min-width: 27rem;
	margin-left: 6rem;
}
#introduction h2 {
	font-size: 2.8rem;
	letter-spacing: 0.05em;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 4rem;
}
#introduction .txt_wrap {
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	text-align: justify;
}
#introduction .name {
	font-size: 1.6rem;
	letter-spacing: 0;
	margin-top: 3rem;
}
#introduction .img_wrap {
	width: 100%;
	border-radius: 1.5rem;
	overflow: hidden;
}
#introduction .img_wrap img {
}



@media screen and (max-width: 768px) {
#introduction {
  padding-top: 7rem;
  padding-bottom: 9rem;
}
#introduction .inner {
}

#introduction .layout {
	padding: 4rem 3rem;
	border-radius: 0.5rem;
	flex-wrap: wrap;
}
#introduction .textArea {
    width: 100%;
	margin-bottom: 3rem;
}
#introduction .imgArea {
	width: 100%;
	min-width: inherit;
	margin-left: 0;
}
#introduction h2 {
	font-size: 1.7rem;
	letter-spacing: 0;
	margin-bottom: 3rem;
}
#introduction .txt_wrap {
	font-size: 1.3rem;
	letter-spacing: 0;
	text-align: justify;
}
#introduction .name {
	font-size: 1.3rem;
	letter-spacing: 0.03em;
	margin-top: 1.5rem;
}
#introduction .img_wrap {
	width: 100%;
	border-radius: 1.0rem;
	overflow: hidden;
}
#introduction .img_wrap img {
}
}


/* #time
----------------------------------------- */
#time {
  padding-top: 22rem;
  padding-bottom: 22rem;
}

#time .inner {
}

#time h2 img {
    display: block;
    margin: auto;
    margin-bottom: 15px;
}

#time .schedule_wrap {
	width: 100%;
}


#time .schedule_wrap dl {
  height: auto;
  display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    margin-bottom: 3.5rem;
    font-size: 2.2rem;
    line-height: 1.3;
    letter-spacing: 0.03em;
	font-weight: bold;
}
#time .schedule_wrap dl:last-child {
  margin-bottom: 0px;
}

#time .schedule_wrap dt {
    width: 22rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#time .schedule_wrap dt::after {
    content: "";
    display: block;
    width: 6rem;
    height: 0.1rem;
    background: #826A52;
    margin-right: 4rem;
}

#time .schedule_wrap dd {
  width: -webkit-calc(100% - 22rem);
  width: calc(100% - 22rem);
    font-weight: bold;
}

#time .schedule_wrap .sub {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
  position: relative;
  margin-top: 2rem;
}


@media screen and (max-width: 768px) {	
#time {
	padding-top: 7.5rem;
	padding-bottom: 8rem;
  }
  #time .inner {
  }
    
    #time .schedule_wrap dl {
  margin-bottom: 2.5rem;
    font-size: 1.5rem;
    flex-wrap: nowrap;
}
    #time .schedule_wrap dt {
    width: 9.5rem;
         font-size: 1.4rem;
	white-space: nowrap;
}
#time .schedule_wrap dt::after {
    content: "";
    display: block;
    width: 1.5rem;
    height: 0.1rem;
    background: #826A52;
    margin-right: 1.5rem;
}
    #time .schedule_wrap dd {
  width: -webkit-calc(100% - 9.5rem);
  width: calc(100% - 9.5rem);
    line-height: 1.4;
}
    #time .schedule_wrap .sub {
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  position: relative;
  line-height: 1.53;
  margin-top: 1rem;
  margin-left: -9.5rem;
}
}



/* #other
----------------------------------------- */
#other {
  padding-top: 22rem;
  padding-bottom: 22rem;
}

body.under #conWrap #other {
	width: 100%;
  background-color: #f4f2f0;
}

body.under #conWrap #other .inner {
    width: 100%;
    max-width: none;
}

#other .con_ttl {
	width: 98%;
	max-width: 96rem;
	margin-right: auto;
	margin-left: auto;
}

#other .people_list {
	width: 100%;
}
#other .people_list li.slick-slide {
	width: 33.3334vw;
}
#other .people_list .img_wrap {
    width: 100%;
    height: 55rem;
    /*padding-top: 85.9375%;*/
	background-position: top center;
    background-repeat: no-repeat;
	background-size: cover;
    position: relative;
}
#other .people_list .img_wrap::after {
	content: "";
	display: block;
    width: 100%;
    height: 100%;
    position: absolute;
	top: 0;
	background-color: rgba(55,55,55,0.05);
	z-index: 2;

}
#other .people_list a:hover .img_wrap::after {
    background-color: rgba(55,55,55,0);
}

#other .people_list .slick-list {
	padding: 0;
}

#other .people_list .arrow {
	position: absolute;
	top: 24rem;
}

#other .people_list .prev {
	width: 6.2rem;
	height: 6.2rem;
	left: 33.3334vw;
	background: url(../images/prev.svg) no-repeat;
	background-size: cover;
	z-index: 2;
	-webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
#other .people_list .next {
	width: 6.2rem;
	height: 6.2rem;
	right: 33.3334vw;
	background: url(../images/next.svg) no-repeat;
	background-size: cover;
	z-index: 2;
	-webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
}

#other .people_list .textCopy {
    text-align: center;
	margin-top: 5rem;
}
#other .people_list .textCopy span {
	display: block;
    text-align: center;
	font-size: 2.2rem;
	letter-spacing: 0.025em;
	line-height: 1.73;
	color: #826a52;
	font-weight: bold;
}
#other .people_list .name {
    text-align: center;
	font-size: 2.1rem;
	letter-spacing: 0.5em;
	line-height: 1;
	font-weight: bold;
	margin-top: 2.5rem;
	color: #555555;
}
#other .people_list .name_en {
    text-align: center;
	font-size: 1.5rem;
	letter-spacing: 0.333em;
	line-height: 1;
	font-weight: 400;
	margin-top: 1.2rem;
	color: #555555;
}


@media screen and (max-width: 768px) {
#other {
	padding-top: 7.5rem;
    padding-bottom: 8rem;
}
	
#other .con_ttl {
	width: 26rem;
    margin: auto;
    margin-bottom: 5rem;
}
    
#other .people_list {
	width: 100%;
	background-color: #f4f2f0;
	padding-bottom: 0;
}
#other .people_list li.slick-slide {
	width: 26rem;
}
#other .people_list .img_wrap {
    height: 22.4rem;
}
#other .people_list .slick-list {
	padding: 0;
}

#other .people_list .arrow {
	position: absolute;
	top: 10rem;
}

#other .people_list .prev {
	width: 3rem;
	height: 3rem;
	left: 3rem;
	background: url(../images/prev.svg) no-repeat;
	background-size: cover;
	z-index: 2;
	-webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
#other .people_list .next {
	width: 3rem;
	height: 3rem;
	right: 3rem;
	background: url(../images/next.svg) no-repeat;
	background-size: cover;
	z-index: 2;
	-webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
}

#other .people_list .textCopy {
    text-align: center;
	margin-top: 2.5rem;
}
#other .people_list .textCopy span {
	font-size: 1.6rem;
}
#other .people_list .name {
    font-size: 1.5rem;
	margin-top: 2rem;
}
#other .people_list .name_en {
	font-size: 1.1rem;
	margin-top: 1rem;
}
}



/* pagenation
----------------------------------------- */
#pagenation{
	text-align: center;
    margin-bottom: 80px;
}
#pagenation #pagenation-list{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0.5rem;
	width: 100%;
	position: relative;
}
#pagenation:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#pagenation #pagenation-list li{
	background: none;
	list-style: none;
	border-right: 1px solid #555555;
}
#pagenation #pagenation-list li:first-child {
	
}
#pagenation #pagenation-list li:last-child,
#pagenation #pagenation-list li:nth-last-child(2) {
	border-right: none;
}
#pagenation #pagenation-list li:last-child {
	margin-right: 0;
}
#pagenation #pagenation-list a,#pagenation #pagenation-list span{
	background: none;
	display: block;
	margin: 0;
    line-height: 1.2;
	padding: 0 15px;
	text-align: center;
}
#pagenation #pagenation-list .current{
	color: #999999;
}
#pagenation #pagenation-list .omit{
	padding: 0 2px;
	color: #CCCCCC;
}
#pagenation #pagenation-list li a{
	color: #555555;
	text-decoration: none;
}

#pagenation #pagenation-list li a.prev {
    margin-right: 15px;
}

#pagenation #pagenation-list li a.next {
    margin-left: 15px;
}


#pagenation #pagenation-list a:hover{
	color: #999999;
	text-decoration: none;
}

@media screen and (max-width: 768px) {
#pagenation{
	text-align: center;
    margin: 30px 0;
}
#pagenation #pagenation-list a,#pagenation #pagenation-list span{
	background: none;
	display: block;
	margin: 0;
	padding: 0 10px;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
}
}