@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  color: #333; /* RGB */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  background-color: #F4F5F7;
}
img {
  width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  color: #333;
}
.hid-contents {
  display: none;
}
.none {
  display: none;
}
/*一覧アーカイブ*/
.section_search{
	padding: 60px;
	background-color: #FFF;
}
.section_search h1{
	text-align: left;
}
.search {
  border: solid 1px #F2F1F0;
  padding: 5px;
	max-width: 400px;
	 border-radius: 50px;
}

/*エリア*/

.keyword_wrapper {
  display: flex;
	padding-bottom: 50px;
}

.keyword_ttl {
  font-size: 2.2rem;  
	width: 20%;
	text-align: left;
}
.keyword_wrapper ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.keyword_wrapper ul li{
margin: 0 10px 10px 0;
}
.tag_button{
	   padding:5px 10px;
    font-size: 1.8rem;
    text-align: center;
    border: 0.1rem solid #d1bdaa;
    border-radius: 10rem;
	background-color: #fff;
}
.area-title {
  text-align: left;
	padding:0 10px 5px 0;
	font-size: 1.4rem;
}
.search_button__wrapper{
	padding-bottom: 50px;
}



/*アコーディオン*/
.accordion {
margin: 3em auto;
/*max-width: 70vw;*/
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
}
.title,
.hid_keyword {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {
border: solid 1px #F2EADF;
padding: 1em;
display: block;
color: #333;
font-weight: bold;
background-color: #F2F1F0;
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 1.25em;
top: 1.25em;
width: 2px;
height: 0.75em;
background-color: #999;
transition: all 0.3s;
}
.title::after {
transform: rotate(90deg);
}
.hid_keyword {
max-height: 0;
overflow: hidden;
padding:50px 20px 0;	
}
.toggle:checked + .title + .hid_keyword {
max-height: 2000px;
transition: all 1.5s;
background-color: #F2F1F0;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}





/*プロフィール*/
.section_profile {
  margin: 0 auto;
  max-width: 600px;
  text-align: left;
  background-color: #FFF;
}
@media (max-width:768px) {
  section {
    padding: 30px 20px 50px;
  }
}
/*トップ写真*/
/*
.icon{
	position: relative;
}
*/
.icon {
  padding: 0px 0 50px;
}
.icon .pro_logoimg {
  width: 100%;
  margin: 0 auto;
  bottom: 50px;
  text-align: center;
}
.icon .pro_logoimg img {
  width: 200px;
  height: auto;
}
.icon .pro_faceimg {
  text-align: center;
}
.icon .pro_faceimg img {
  width: 100%;
  height: 100%;
  max-width: 400px;
  border-radius: 5%;
}
@media (max-width:768px) {
  .icon .pro_logoimg img {
    width: 140px;
  }
}
/*
.icon  .pro_logoimg{
	text-align: center;
	position:absolute;
	left: 20%;
	top: -50px;
}
.icon  .pro_logoimg img{
  height: 100%;
  max-width: 120px;
    object-fit: cover;
	border-radius:50%;
	border: solid 1px #c0c0c0;
}
*/
.pro_name .furigana {
  font-size: 1.2rem;
}
.pro_name h1 {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.0;
  padding-bottom: 30px;
}
.pro_name h2 {
  font-size: 1.8rem;
  font-weight: 400;
}
.pro_name p {
  font-size: 1.8rem;
  font-weight: 400;
}
/*お知らせ*/
.pro_news {
/*  border: solid 1px #66bff2;*/
  border-radius: 10px;
  padding: 12px;
  margin: 50px 0;
}
.pro_news h3 {
  font-size: 1.4rem;
  padding-bottom: 10px;
}
.pro_news ul {
  padding-left: 12px;
}
.pro_news ul li {
  line-height: 1.1;
  padding-bottom: 10px;
}
.pro_news ul li a {
  border-bottom: solid 1px #a9a9a9;
  line-height: 1.4;
  padding-bottom: 2px;
}
.pro_bottom dl dt {
  font-weight: 600;
}
.pro_about dl {
  display: flex;
  padding-bottom: 15px;
}
.pro_about dl dd {
  padding-left: 5px;
}
.pro_com {
  padding: 0px 0 30px;
}
.pro_work {
  margin-bottom: 50px;
}
.pro_work dl dt {
  padding-bottom: 10px;
}
.pro_work dl dd {
  padding-bottom: 15px;
}
/*sns*/
.pro_sns dt {
  margin-top: 10px;
}
.pro_sns dd ul {
  display: flex;
}
.pro_sns dd ul li {
  list-style: none;
  padding-right: 20px;
}
.pro_sns dd ul li img {
  width: 40px;
}
/*リンク*/
.pro_link {
  margin-bottom: 50px;
}
.pro_link ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 auto;
}
.pro_link ul a {
  text-decoration: none;
}
.pro_link ul li {
  width: 180px;
  padding: 10px;
}
.pro_link ul li img {
  width: 100%;
  height: auto;
}
.pro_link ul li a span {
  border-bottom: solid 1px #66bff2;
  padding-bottom: 3px;
}
@media (max-width:768px) {
  .pro_link ul li {
    width: 100%;
    padding: 10px 0;
  }
}
/*メッセージ*/
.pro_message {
/*  border: solid 1px #66bff2;*/
  border-radius: 10px;
  padding: 12px;
  margin: 50px 0;
}
.pro_message h3 {
  font-size: 1.4rem;
  padding-bottom: 10px;
}
/*Q＆A*/
.pro_qa {
  margin-bottom: 50px;
}
.pro_qa .accordion {
  padding-bottom: 15px;
}
.accordion dt {
  background-color: #f8f8f8;
  padding: 10px 50px 10px 40px;
  position: relative;
}
.accordion dt::before {
  content: "Q.";
  position: absolute;
  font-size: 120%;
  left: 10px;
  top: 8px;
}
.accordion dt::after {
  content: "";
  position: absolute;
  background: url("https://www.ali-magazine.com/wp-content/themes/profile_wp/assets/images/ic-open.png") 0 0/20px 20px no-repeat;
  ;
  width: 20px;
  height: 20px;
  right: 20px;
  top: calc(50% - 10px);
  transform: rotate(90deg);
}
.open dt::after {
  transform: rotate(45deg);
}
.pro_qa .accordion dd {
  padding: 20px 10px;
}
/*==================================================
スライダーのためのcss
===================================*/
/*画像の横幅を100%にしてレスポンシブ化*/
.gallery li img {
  width: 100%;
  height: auto;
  vertical-align: bottom; /*画像の下にできる余白を削除*/
}
.gallery_wrapper {
  max-width: 600px;
}
/*メイン画像下に余白をつける*/
.gallery {
  margin: 0 0 5px 0;
}
.gallery li {
  list-style: none;
}
/*選択するサムネイル画像の設定*/
.choice-btn li {
  cursor: pointer;
  outline: none;
  background: #333;
  list-style: none;
}
.choice-btn li img {
  opacity: 0.4; /*選択されていないものは透過40%*/
}
.choice-btn li.slick-current img {
  opacity: 1; /*選択されているものは透過しない*/
}


/*プロフィールフッター*/
.pro_footer{
	margin-top: 100px;
	padding: 30px 20px 10px;
}
.pro_footer__txt{
	display: flex;
}
.pro_footer small{
	color: #fff;
	font-size: 1.0rem;
	padding-right: 15px;
}


.pro_footer__img{
	display: flex;
	justify-content: space-between;

}
.pro_footer__logo{
	width: 80px;
	
}
.pro_footer__member{
	width: 30px;
}


.pro_footer small{
	color: #fff;
	font-size: 1.0rem;
}