/* ======== utility style ======== */
a:hover{
  opacity: 1;
}
/* ----- media display ----- */
.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

/* ================================================
common 
================================================ */

html.fixed,
body.fixed {
  overflow: hidden;
}

main {
  margin-top: 70px;
}

/* ================================================
parts 
================================================ */
.btn {
  width: min(100%,335px);
}

.ttl_underbar {
  font-size: 2.4rem;
  padding-bottom: 1.6rem;
  margin-bottom: 4rem;
}

.tag_list li a {
  padding: 0.6rem 1rem;
  padding-left: calc(1rem + 0.7em);
}

.article_bg_list {
  gap: 3.2rem 0;
  flex-direction: column;
  margin-bottom: 3.2rem;
}

.article_bg_list > li a picture {
  margin-bottom: 3rem;
}

.article_bg_list > li a h3 {
  margin: 0 auto 2.4rem;
}

.article_bg_list > li a .date {
  padding-bottom: 2rem;
}

.to_top{
  width: 50px;
  height: 50px;
  bottom: 5rem;
  right: 2rem;
}

.to_top a::after {
  border-width: 0 8px 10px 8px;
}


.hero_header{
	overflow:hidden;
	min-height: 380px;
	position:relative;
	
}
.hero_header picture img {
  height: 100%;
  object-fit: cover;
	position:absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* ================================================
header 
================================================ */
.header,
.header.is_scroll {
  height: 70px;
}

.header .hd_inner {
  width: 100%;
  align-content: center;
}

.header .hd_inner .logo_area {
  width: min(100%,290px);
  margin-left: 0.5rem;
}

.header.is_scroll .hd_inner .logo_area{
  margin-top: auto;
}

.header .hd_inner .logo_area .logo_area_inner,
.header.is_scroll .hd_inner .logo_area .logo_area_inner {
  gap: 0 5px;
}

.header .hd_inner .logo_area .logo_area_inner > .picture,
.header.is_scroll .hd_inner .logo_area .logo_area_inner > .picture {
  width: 70px;
}

.header .hd_inner .logo_area .logo_area_inner > .logo_text,
.header.is_scroll .hd_inner .logo_area .logo_area_inner > .logo_text {
  max-width: none;
  width: calc(100% - 45px);
  padding: 8px 0 0 0;
	
}

.header .hd_inner .logo_area .logo_area_inner > .logo_text picture{
  width: min(100%,196px);
  margin-bottom: 0;

}

.header .hd_inner .logo_area .logo_area_inner > .logo_text span,
.header.is_scroll .hd_inner .logo_area a > .logo_text span {
  font-size: 1rem;
}
.header.is_scroll .hd_inner .logo_area .logo_area_inner > .logo_text span {
  font-size: 1rem;
}

.header.is_scroll .hd_inner .logo_area .logo_area_inner > .logo_text picture {
  width: min(100%,196px);
  margin-bottom: 0.4rem;

}
/* ハンバーガーメニュー */
.menu_btn{
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #212121;
  padding: 0;
  border: 0;
}
.menu_btn > span{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.menu_btn > span span{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 2px;
  background: #fff;
  display: block;
  transition: all 0.2s;
}
.menu_btn > span span:nth-child(1){
  top: 23px;
}
.menu_btn > span span:nth-child(2){
  top: 34px;
}
.menu_btn > span span:nth-child(3){
  top: 45px;
}
.menu_btn.is_active > span span:nth-child(1){
  top: 50%;
  transform: translate(-50%,-50%) rotate(-45deg);
}
.menu_btn.is_active > span span:nth-child(2){
  display: none;
}
.menu_btn.is_active > span span:nth-child(3){
  top: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
}

.menu{
  position: fixed;
  top: 70px;
  right: 0;
  z-index: 1;
  width: 100%;
  height: calc(100vh - 70px);
  background: #F5F5F5;
  transform: translateX(100%);
  transition: all 0.2s;
  overflow-y: scroll;

}

.menu.is_active{
  transform: translateX(0);

}

.header .hd_menu_area .menu .menu_inner {
  height: min(100%,720px);
  justify-content: flex-start;
  flex-direction: column;
  gap: 0;
  padding: 3rem 0 15rem;
}

.header .hd_menu_area .menu .menu__item{
  width: 90%;
}

.header .hd_menu_area .menu .menu__item:nth-last-child(2){
  margin-bottom: 3.2rem;
}

.header .hd_menu_area .menu .menu__item a,
.header.is_scroll .hd_menu_area .menu .menu__item a {
  text-align: left;
  padding: 2.4rem 0;
  border-bottom: 1px solid #E2E2E2;
}

.header .search_lang_area.sp,
.header.is_scroll .search_lang_area.sp {
  width: 90%;
  display: flex !important;
  flex-direction: column-reverse;
  gap: 3rem 0;
  margin: auto auto 0;
}

.header .lang_area .btn {
  width: min(100%,255px);
}

.header .lang_area .btn_inner,
.header.is_scroll .lang_area .btn_inner {
  padding: 2rem 0rem;
}

.header .lang_area .btn_inner img,
.header.is_scroll .lang_area .btn_inner img {
  width: 79px;
}

.header .search_area {
  width: min(100%,255px);
  margin: 0 auto;
}

.header .search_area form {
  width: 100%;
}

.header .search_area .search_txt,
.header.is_scroll .search_area .search_txt {
  min-width: auto;
  width: calc(100% - 40px);
  padding: 1rem 0;
}

.header .search_area .search_submit,
.header.is_scroll .search_area .search_submit {
  width: 40px;
  background: transparent url(../../img/icon_search.svg) no-repeat center/20px;
}



/* ================================================
footer
================================================ */
/* -----------  ----------- */
footer {
  padding: 4rem 0 2.4rem;
}

.ft_inner .logo_area {
  order: 1;
  margin-bottom: 5rem;
}

.ft_inner .logo_area > .picture {
  width: 90px;
  margin: 0 auto;
}

.ft_inner .logo_area  .logo_text {
  width: min(100%,308px);
  margin: 0 auto;
}

.ft_inner .menu_area {
  order: 2;
  text-align: center;
}

.ft_inner .menu_area ul {
  display: inline-flex;
  justify-content: flex-start;
  gap: 3rem 5rem;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}

.ft_inner .menu_area ul li a {
  font-size: 1.4rem;
  font-weight: bold;
}

.ft_inner .menu_area ul li:not(:last-child) a::after {
  content: none
}

.ft_inner .sns_area {
  order: 3;
}

.ft_inner .sns_area ul {
  margin-bottom: 1.6rem;
}

.ft_inner .sns_area small {
  font-size: 1rem;
	word-break: normal !important;
  overflow-wrap: break-word !important;
}

/* ================================================
 トップページ 
 ================================================ */
/* ----------- mv ----------- */
.swiper_mv {
  height: max(97vw,380px);
  padding-bottom: 28px;
}

.mv_sentence {
  bottom: min(8vw,32px);
}

.mv_ttl {
  font-size: 3.2rem;
  margin-bottom: 1rem;
}

.mv_txt {
  font-size: 2rem;
}

.swiper_mv .swiper-button-next,
.swiper_mv .swiper-button-prev {
  width: 50px;
  height: 80px;
  top: 50%;
  transform: translateY(calc(-50% - 10px));
}

.swiper_mv .swiper-button-next {
  right: min(3vw,2px);
}

.swiper_mv .swiper-button-prev {
  left: min(3vw,2px);
}

.swiper_mv .swiper-button-prev span:before,
.swiper_mv .swiper-button-prev span:after,
.swiper_mv .swiper-button-next span:before,
.swiper_mv .swiper-button-next span:after {
  height: 17px;
}

.swiper_mv .swiper-button-prev span:before{
  transform: translate(-50%,calc(-50% + 7px)) rotateZ(-27deg);
}

.swiper_mv .swiper-button-prev span:after{
  transform: translate(-50%,calc(-50% - 7px)) rotateZ(-333deg);
}

.swiper_mv .swiper-button-next span:after {
  transform: translate(-50%,calc(-50% - 7px)) rotateZ(333deg);
}

.swiper_mv .swiper-button-next span:before {
  transform: translate(-50%,calc(-50% + 7px)) rotateZ(27deg);
}

.swiper_mv .swiper-pagination {
  line-height: 0;
  margin: 1.6rem 0 0;
}

.swiper_mv .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
.swiper_mv li{

}
/* ----------- latest_topics ----------- */

.latest_topics.top {
  padding: 5rem 0 8rem;
}

/* ----------- search_tag ----------- */
.search_tag.top {
  padding: 5rem 0 8rem;
}

.search_tag.top .tag_list {
  gap: 2rem 0.8rem;
  justify-content: flex-start;
}

.search_tag.top .tag_list li a {
  font-size: 1.4rem;
}

/* ----------- feature ----------- */
.feature.top {
  padding: 5rem 0 8rem;
}

.feature.top > .inner > ul {
  flex-direction: column;
  gap: 3.2rem 0;
}

.feature.top > .inner > ul > li a h3 {
  padding-left: 0.8rem;
  margin: 0 auto 3rem;
}

.feature.top > .inner > ul > li a p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

/* ----------- about ----------- */
.about.top {
  padding: 5rem 0 8rem;
}

.about.top .inner {
  flex-direction: column;
  gap: 3.2rem 0;
}

.about.top .inner .img,
.about.top .inner .txt {
  width: 100%;
}

.about.top .inner .txt h3 {
  font-size: 2.4rem;
  margin-bottom: 3.2rem;
}

.about.top .inner .txt > p {
  margin-bottom: 3.2rem;
}

/* ================================================
お問い合わせページ
================================================ */

.page_contact section{
  padding: 5rem 0 8rem;
}

/* ================================================
サイトポリシー
================================================ */

.page_sitepolicy section{
  padding: 5rem 0 8rem;
}

/* ================================================
記事ページ
================================================ */

.hero_header .mv_ttl {
  font-size: 2.4rem;
}

.hero_header + .inner {
  margin-bottom: 6.4rem;
}

.introduction.single {
  margin-bottom: 4rem;
}

.introduction.single .inner {
  flex-direction: column;
  padding: 3.2rem 2rem;
}

.introduction.single .inner .img{
  width: 100%;
  margin-bottom: 2.4rem;
}

.introduction.single .inner .txt {
  width: 100%;
}

.introduction.single .inner .txt h2 {
  font-size: 2.2rem;
}

.summary.single .inner {
  padding: 3rem 0;
}

.summary.single .inner .main_txt {
  font-size: 1.6rem;
}

.summary.single .inner .interviewer_name {
  font-size: 1.2rem;
  margin-bottom: 2.8rem;
}

.agenda.single {
  margin-bottom: 8rem;
}

.agenda.single .inner {
  padding: 3.2rem;
}

.agenda_lists li a {
  padding-top: 0rem;
  padding-left: 3rem;
}

.agenda_lists li a::before {
  width: 18px;
  height: 18px;
  top: 3px;
}

.agenda_lists li a::after {
  width: 7px;
  height: 7px;
  top: 7px;
  left: 6px;
}

.ttl_purple_bg {
  font-size: 2.2rem;
  padding: 3.5rem 0 2.4rem;
  margin-top: 2rem;
  margin-bottom: 3.5rem;
}

.ttl_purple_bg::before {
  width: 12rem;
  height: 12rem;
  left: -6%;
}

.interview_area {
  margin-bottom: 4rem;
}

.interview_area dd {
  padding-left: 1.6rem;
}

.interview_area dd:not(:last-child) {
  margin-bottom: 4rem;
}

.img_box {
  flex-direction: column;
}

/* ================================================
人物一覧
================================================ */
main.person .ttl_underbar,
main.person_detail .ttl_underbar,
main.page_about .ttl_underbar,
main.page_articles .ttl_underbar {
  padding-top: 5rem;
}

.acronym_area ol {
  gap: 1.2rem 0.8rem;
  margin-bottom: 6rem;
}

.acronym_area ol li a {
  padding: 0.7rem 0;
}

.person_list_area ul {
  gap: 2.4rem 1.5rem;
}

.person_list_area ul li {
  width: calc(calc(100% - 1.5rem) / 2);
}

.person_list_area ul li a {
  padding: 2.3rem;
}

.person_list_area ul li a .name {
  font-size: 1.6rem;
}

.pager {
  margin: 4.8rem 0 8rem;
}

/* ================================================
人物詳細
================================================ */
.article_bg_list.grid {
  gap: 3.2rem 0rem;
  margin-bottom: 8rem;
}

.article_bg_list.grid > li {
  width: 100%;
}

/* ================================================
PANJとは
================================================ */

.wrap_about {
  margin-bottom: 8rem;
}

/* ================================================
最新記事一覧
================================================ */

main.page_articles .article_bg_list {
  margin-bottom: 4.8rem;
}










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

================================================ */
/* -----------  ----------- */
