body{
  font        : 12px/1.5em 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	 color      : #000;
	 
	 margin: 0;
	 padding: 0;
}

@media screen and (max-width: 414px) {
body{
	text-align: center;
}
}
a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}


header{
	width     : 100%;
	min-width : 980px;
	height    : 100px;
}



header{
	background : url(../images/common/header3.png) repeat;
}

.page header{
	background : url(../images/common/header2.png) repeat !important;
}


header div{
	
	
	
}

header div h1{
	float  : left;
	margin : 0 20px;
}

header div ul{
	
}

header div ul li:not(:last-child){
	
}

header div ul li:last-child{
	
}

header div ul li{
	
}





#main h2 span{
	
}

#main h3{
	
}













	#maximage {

	}

	
	






.profile dt{

	
}


.profile dd{

	
}

	























.pc-block{
	display: block;
}
.sp-block{
	display: none;
}

@media screen and (max-width: 820px) {
.sp-block{
	display: block;
}
.pc-block{
	display: none;
}

}

.c-line_height{
	line-height: 1.4em;
}

.p-header__wrap{
	background-color: #00996a;
	width: 100%;
	height: 75%;
	padding: 0;
}

.p-header{
	width: 960px;
	padding: 10px;
	position: relative;
	margin: 0 auto;
}

@media screen and (max-width: 820px) {
.p-header{
	width: 100%;
	box-sizing: border-box;
}}


@media screen and (max-width: 414px) {
.p-header{
	width: 355px;
	padding: 10px 10px 0 10px;
	position: relative;
	margin: 0 auto;

}}

.p-header__menu-wrap{
	align-items: flex-end;
	display: flex;
	position: absolute;
	right: 0;
	bottom: 0;
}

@media screen and (max-width: 820px) {
.p-header__menu-wrap{
	right: -36px;
	bottom: 8px;
	 box-sizing: border-box;
}
}

@media screen and (max-width: 414px) {
.p-header__menu-wrap{
	
	position: initial;
}
}
.p-header__menu-logo{
	margin-left: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 414px) {
.p-header__logo-wrap{
	width: 80px;
	margin-bottom: 5px;
}
}
.p-header__logo-wrap a{
	display: inline-block;
	
}
.p-header__link{
	width: 90%;
}
@media screen and (max-width: 414px) {
.p-header__link{
	width: 100%;
}
}
.p-header__logo{
	width: fit-content;
	width: 100%;
}
.p-header__subtitle{
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 10px;
}

.p-header__subtitle{
	text-align: left;
	margin-left: 10px;
}

.p-header__title{
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	margin: 0;
}
@media screen and (max-width: 820px) {
.p-header__title{
	font-size: 28px;
	padding-bottom: 10px;
}
}
@media screen and (max-width: 414px) {
.p-header__title{
	text-align: left;
  margin-left: 10px;
}
}
.p-header__subtext{
	font-size: 10px;
	font-weight: normal;
	color: #fff;
}
@media screen and (max-width: 414px) {
.p-header__subtext{
	margin-left: 10px;
}
}

@media screen and (max-width: 414px) {
.p-header__menu-wrap{
	margin-top: 5px;
}
}
.p-header__menu{
	display: flex;
	list-style: none;
}

@media screen and (max-width: 414px) {
.p-header__menu{
	padding: 0;
	
}
}

.p-header__menuLink{
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-left:10px;
}
@media screen and (max-width: 820px) {
.p-header__menuLink{
	font-size: 13px;
}
}
@media screen and (max-width: 414px) {
.p-header__menuLink{
	font-size: 11px;
}
}
.p-header__menuText{
		color: #fff;
		margin-left:10px;
}

.p-slider{
  text-align: center;
  margin: 0 auto;
	padding: 0;
	width: 100%;
}
.p-slider-items{
	padding:0;
	margin: 0;
	width: 100%;
}
.p-slider-img {
  text-align: center;
  margin: 0;
	width: 100%;
}
.p-slider-img_gallery {
  text-align: center;
  margin: 0;
	width: 200%;
}


.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 38px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
  z-index: 1;
}
.slick-arrow:hover {
  opacity: 0.7;
}



.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.slick-next::after,
.slick-prev::after {
  width: 26px;
  height: 26px;
	border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 414px) {
.slick-next::after,
.slick-prev::after {
  width: 16px;
  height: 16px;
}
}


.slick-next {
	right: 21.5%;
}
.slick-next::after {
  right: 4px;
  transform: rotate(45deg);
}

@media screen and (max-width: 414px) {
.slick-next::after {
  right: -23px;
}
}



.slick-prev {
  left: 21.5%;
}
.slick-prev::after {
  left: 4px;
  transform: rotate(-135deg);
}
@media screen and (max-width: 414px) {
.slick-prev::after {
  left: -23px;
}
}




.p-main__contents{
	width: 960px;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 820px) {
	.p-main__contents{
	max-width: 780px;
	width: 100%;
}
}

@media screen and (max-width: 414px) {
	.p-main__contents{
	width: 355px;
	margin: 0 auto;
	text-align: center;
}
}

.p-profile__wrap{
	margin-bottom: 68px;
}

.p-title__wrap{
	border: 4px solid #00996a;
	padding: 10px 30px;
	width: fit-content;
	margin: 32px auto;
	text-align: center;
}
@media screen and (max-width: 414px) {
.p-title__wrap{
	padding: 0px 10px;
	margin: 46px auto 32px;
}}
.p-title{
	color: #00996a;
	font-weight: bold;
	font-size: 32px;
	letter-spacing: 0.4em;
	margin: 10px;
}
@media screen and (max-width: 414px) {
.p-title{
	font-size: 24px;
	letter-spacing: 0.12em;
}
}
.p-title span{
	margin-right: -0.4em;
	display: inline-block;
}
@media screen and (max-width: 414px) {
.p-title span{
	margin-right: -0.12em;
}
}
.p-profile{
	display: flex;
	justify-content: center;
}
.p-profile__detail{
padding-bottom: 20px;
margin-bottom: 20px;
}

.p-title__2{
	font-size: 28px;
	font-weight: bold;
}

.c-dotted{
	background-image : linear-gradient(to right, #00996a 4px, transparent 2px);
	background-size: 8px 1px;
	background-repeat: repeat-x;
	background-position: left bottom;
	padding: 20px 0;
}

.p-profile{
	display: flex;
	flex-basis: auto;
	justify-content: center;
	margin-bottom: 32px;
	text-align: center;
}

@media screen and (max-width: 414px) {
.p-profile{
	display: block;
}
}
.p-profile__img-wrap{

}

.p-profile__img{
	width: 60%;
	margin-right: -70px;
}

@media screen and (max-width: 414px) {
.p-profile__img{
	width: 60%;
	margin: 0 auto;
}}
.p-profile_title{
	width: 100%;
	font-weight: bold;
	font-size: 1.2rem;
}

.p-profile__detail{
	width: 100%;
	text-align: center;
	margin-right: 70px;
}

@media screen and (max-width: 414px) {
.p-profile__detail{
	margin: 0 auto;}
}
.p-profile__lead{
	display: inline-block;
	line-height: 3.0;
	text-align: left;
	font-size: 14px;
	line-height: 2.0;
}

@media screen and (max-width: 414px) {
.p-profile__lead{
margin-top: 0;
}
}
.p-profile2__wrap{
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 414px) {
.p-profile2__wrap{
	display: block;
}
}
.p-profile2{
	width: 100%;
	text-align: center;
}
@media screen and (max-width: 414px) {
.p-profile2{
	width: 100%;
	margin: 0;
}
}
.c-right-margin{
	margin: 0 2% 0 0;
}
@media screen and (max-width: 414px) {
.c-right-margin{
	margin: 0;
}}
.c-left-margin{
	margin: 0 0 0 2%;
}
@media screen and (max-width: 414px) {
	.c-left-margin{
	margin: 0;
}
}
.p-profile__biography{
	display: inline-block;
	line-height: 1.6;
	text-align: left;
	font-size: 14px;
margin-top: 20px;
padding: 0 20px;
}

@media screen and (max-width: 414px) {

.p-profile__biography{
margin-top: 0;
}
}
.p-profile__career{
	list-style: none;
	line-height: 1.6;
	font-size: 14px;
	margin-top: 20px;
	padding: 0 20px;
}

.p-profile__careerYear{
	font-weight: bold;
}
.p-profile__careerText{
	font-weight: normal;
}

.p-sns__wrap{
	margin-bottom: 68px;
}
.p-sns{
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 414px) {
	.p-sns{
	display: block;
}
}
.p-sns__Instagram-wrap{
	
	  width: 48%;
    background-color: #00996a;
    margin: 0 1%;
    padding: 20px 0 0 20px;
}
@media screen and (max-width: 414px) {
.p-sns__Instagram-wrap{
	width: 97%;
	height: auto;
	padding: 5px;
	margin: 0 auto 18px  auto;
}
}
.p-sns__Instagram{
	
	    width: 100%;
}

@media screen and (max-width: 414px) {
.p-sns__Instagram{
	margin: 10px;
}
}
.p-sns__Twitter-wrap{
	
	  background-color: #00996a;
    width: 48%;
    margin: 0 1%;
}

@media screen and (max-width: 414px) {
.p-sns__Twitter-wrap{
	width: 97%;
	padding: 5px;
	margin: 0 auto 18px  auto;
}
}

.p-sns__Twitter{
	
	margin: 20px;
}

@media screen and (max-width: 414px) {
.p-sns__Twitter{
	width: 95%;
	margin: 10px;
}
}

iframe.twitter-tweet    {
    width: 100% !important;
    border-radius:0 !important;
    box-shadow:none !important;
    border:1px solid #ccc !important;
    padding:10px;
    background:#fff;
}


.r-1q9bdsx {
    border-radius: 3px !IMPORTANT;
}

.p-youtube{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin-top: -11px;
}

@media screen and (max-width: 414px) {
.p-youtube{
	display: block;
padding: 0;}
}



.p-youtube__items {
    width: 31.3%;
    margin: 8px 15px 8px 4px;
}


@media screen and (max-width: 820px) {
.p-youtube__items{
	width: auto;
	margin: 8px;
}
}

@media screen and (max-width: 414px) {
.p-youtube__items{
	width: 100%;
	margin: 8px 0;
}
}



.p-youtube__items_photo {
    display: inline-block;
}

@media screen and (max-width: 414px) {
.p-youtube__items_photo{
	width: 84%;
	margin: 0 0;
}
}

.p-accordionBtn{
	border: 4px solid #00996a;
	background-color: #00996a;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 50px;
	margin: 20px auto;
	text-align: center;
	width: fit-content;
	color: #FFF;
	cursor: pointer;

}



.p-accordion__hidden {
  display: none;
}

.p-accordion__visible {
  display: block;
}

.p-footer__wrap{
	 margin: 0 auto;
	 text-align: center;
	 margin: 40px;
}

@media screen and (max-width: 414px) {
.p-footer__wrap{
	 margin: 30px 0;
}
}
.p-footer__link{
	display: block;
	width: 10%;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 414px) {
.p-footer__link{
	width: 30%;
}
}

.p-footer__img{
	width: 100%;
}


.p-footer__text{
	background-color: #00996a;
	color: #FFF;
	text-align: center;
	padding: 5px;
	margin-bottom: 0;
}

@media screen and (max-width: 414px) {
.p-footer__text{
margin: 0;
}}
iframe#instagram-embed-0 {
    border-radius: 12px !important;
}
