@charset "utf-8";

.mtll {
	margin-top: 120px !important;
}
.mbll {
	margin-bottom: 120px !important;
}
.ptll {
	padding-top: 120px !important;
}
.pbll {
	padding-bottom: 120px !important;
}
.mtl {
	margin-top: 80px !important;
}
.mbl {
	margin-bottom: 80px !important;
}
.ptl {
	padding-top: 80px !important;
}
.pbl {
	padding-bottom: 80px !important;
}
.mtml {
	margin-top: 60px !important;
}
.mbml {
	margin-bottom: 60px !important;
}
.ptml {
	padding-top: 60px !important;
}
.pbml {
	padding-bottom: 60px !important;
}
.mtm {
	margin-top: 30px !important;
}
.mbm {
	margin-bottom: 30px !important;
}
.ptm {
	padding-top: 30px !important;
}
.pbm {
	padding-bottom: 30px !important;
}
.mtms {
	margin-top: 20px !important;
}
.mbms {
	margin-bottom: 20px !important;
}
.ptms {
	padding-top: 20px !important;
}
.pbms {
	padding-bottom: 20px !important;
}
.mts {
	margin-top: 20px !important;
}
.mbs {
	margin-bottom: 20px !important;
}
.pts {
	padding-top: 20px !important;
}
.pbs {
	padding-bottom: 20px !important;
}
.mtss {
	margin-top: 10px !important;
}
.mbss {
	margin-bottom: 10px !important;
}
.ptss {
	padding-top: 10px !important;
}
.pbss {
	padding-bottom: 10px !important;
}

/*++++++++++++++++++++++++++++
m_btn
++++++++++++++++++++++++++++*/
.m_btn_wrap {
	margin-top: 50px;
	text-align: center;
}

input.btn,
.m_btn {
	display: inline-block;
	min-width: 300px;
	width: auto;
	margin: 0 auto;
	border-radius: 40px;
	font-size: 4rem;
	padding: 7px 20px 5px;
	text-align: center;
	letter-spacing: 0.05em;
}

input.btn,
.m_btn_ja {
	font-size: 3.2rem;
	padding: 5px 20px 8px;
	font-weight: 500;
}

/*++++++++++++++++++++++++++++
m_news
++++++++++++++++++++++++++++*/
.m_news {
	padding-top: 0;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 45px);
	margin: 0 -45px -45px 0;
}

.m_news_item {
	text-decoration: none;
	display: block;
	width: calc(33.333333% - 45px);
	margin: 0 45px 45px 0;
}

.m_news_head {
	position: relative;
}

.m_news_tag {
	width: 130px;
	font-size: 1.8rem;
	top: -3.1%;
	left: -2.1%;
	z-index: 10;
	padding: 3px 10px 2px;
}

.m_news_head_inner {
	overflow: hidden;
	border-radius: 15px;
	position: relative;
	z-index: 9;
}

.m_news_image {
	position: relative;
	padding-top: 68%;
	display: block;
	z-index: 9;
}

.m_news_image img:not(.no_image) {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

.m_news_no_image {
	display: flex;
	justify-content: center;
	align-items: center;
}

.m_news_no_image p {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.m_news_no_image span {
	width: 70%;
	opacity: 0.6;
	padding-bottom: 1%;
}

.m_news_time {
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	margin-right: 10px;
	padding-right: 10px;
	/* padding-top: 1px; */
	line-height: 1;
	position: relative;
	top: -0.25em;
}

.m_news_time:before {
	top: 43%;
}

.m_news_body {
	margin-top: 1rem;
}

.m_news_text {
	font-size: 1.5rem;
}

.m_news_text span {
	line-height: 1.7;
}

/*++++++++++++++++++++++++++++
m_ttl
++++++++++++++++++++++++++++*/
.m_ttl {
	margin-bottom: 25px;
	font-size: 9rem;
}

.m_ttl_lv02 {
	margin-bottom: 60px;
	font-size: 4rem;
	padding-bottom: 3px;
	/* line-height: 1.5; */
}

.m_ttl_lv02:before {
	width: 40px;
	height: 2px;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
layout
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
/*++++++++++++++++++++++++++++
l_loading
++++++++++++++++++++++++++++*/

.l_loading p {
	width: 411px;
}

/*++++++++++++++++++++++++++++
l_section
++++++++++++++++++++++++++++*/
.l_section {
}

.l_section_lv02 + .l_section_lv02 {
	margin-top: 55px;
}

.l_section_inner {
	padding: 95px 0 150px;
}

.l_section_inner:before,
.l_section_inner:after {
	width: 4px;
	height: 75px;
}

/*++++++++++++++++++++++++++++
l_header
++++++++++++++++++++++++++++*/
.l_header {
	position: fixed;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 50px;
}

.l_header_logo {
	display: block;
}

.l_header_logo_white {
	display: none;
}

.l_header_nav {
	position: relative;
	background: none;
	padding: 0;
	overflow: hidden;
	height: auto;
	width: auto;
	display: block !important;
}

.l_header_nav_inner {
	margin: 0;
}

.l_header_list {
	display: flex;
}

.l_header_list a {
	font-size: 2.6rem;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.05em;
}

.l_header_list li {
	margin-bottom: 0;
	margin-left: 20px;
}

.l_header_btn_wrap {
	display: none;
}

/*++++++++++++++++++++++++++++
l_mv
++++++++++++++++++++++++++++*/

.l_mv {
	background: #b8b8ba;
	position: relative;
}

.l_mv_slider {
	position: relative;
	z-index: 10;
}

.l_mv_item {
}

.l_mv_logo {
	width: 411px;
}


.l_mv:before {
	width: 4px;
	height: 75px;
}

/*++++++++++++++++++++++++++++
l_about
++++++++++++++++++++++++++++*/
.l_about {
	position: relative;
	background: #fff;
	background-size: cover;
	color: #fff;
}

.l_about_bg01 {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 1;
	left: 0;
	background: #000;
}

.l_about_bg02 {
	z-index: 1;
	width: 50%;
	height: 100%;
	aspect-ratio: auto;
	background-image: var(--about-bg-url);
	background-position: left top;
	background-size: cover;
	-webkit-mask-image: none;
	mask-image: none;
}

.m_profile {
	width: 50%;
}

.m_profile_head {
	margin-bottom: 54px;
	display: flex;
	align-items: center;
}

.m_profile_name span {
	font-size: 3.4rem;
	letter-spacing: 0.05em;
}

.m_profile_name em {
	font-size: 2.9rem;
	letter-spacing: 0.05em;
	margin-top: 13px;
}

.m_profile_sns {
	margin-top: 0;
	margin-left: 40px;
}

.m_profile_sns li {
	width: 40px;
	margin-right: 20px;
}

.m_profile_table {
	border-spacing: 0 8px;
	margin-top: 10px;
}

.m_profile_table th,
.m_profile_table td {
	font-size: 1.5rem;
}

.m_profile_table th {
	width: 9.4em;
}

.m_profile_table td {
	position: relative;
	padding-left: 13px;
}

.m_profile_table + .m_profile_table {
	margin-top: 5px;
}

.m_profile_career .m_profile_ttl {
	margin-bottom: 35px
}

.m_timeline_table_wrap {
	margin-top: 60px;
}
.m_timeline_table :is(th,td) {
    padding: 4px 0;
    font-size: 1.5rem;
}

.m_timeline_table th {
    width: 8em;
}

.l_about_movie {
	border-width: 10px;
	max-width: 720px;
	margin: 70px auto 0;
}

/*++++++++++++++++++++++++++++
l_content
++++++++++++++++++++++++++++*/
.l_content .l_section_inner:before,
.l_content .l_section_inner:after {
	background: #000;
}

.l_content_ttl {
	color: #000;
	margin-bottom: 35px;
}

/*++++++++++++++++++++++++++++
astyler
++++++++++++++++++++++++++++*/
.astyler_box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
}

/*++++++++++++++++++++++++++++
l_team
++++++++++++++++++++++++++++*/
.l_team {
	background-image: var(--team-bg-url);
}

.l_team .l_section_inner {
	padding-bottom: 190px;
}

.l_team_ttl {
	margin-bottom: 100px;
}

.m_team {
	border-radius: 30px;
	padding: 65px 25px 100px;
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}

.m_team:before {
	display: none;
	border-width: 30px 40px 0 40px;
}

.m_team_head span {
	font-size: 5.9rem;
}

.m_team_head span {
    margin-bottom: 12px;
}

.m_team_head em {
	font-size: 3.6rem;
	margin-top: 5px;
}

.m_team_catch {
	font-size: 2.8rem;
	margin-top: 33px;
}

.m_team_slide {
	margin-top: 50px;
    max-width: 620px;
}

.m_team_slide_in {
    padding-top: 64.35%;
}

.m_team_fants {
	width: 300px;
	display: block;
	margin: 40px auto 0;
}

.m_team_hosoku {
	font-size: 2rem;
	margin-top: 40px;
}

.l_team_btn .m_btn {
	border-width: 4px;
}

/*++++++++++++++++++++++++++++
l_support
++++++++++++++++++++++++++++*/
.l_support {
	background-image:var(--support-bg-url);
}

.l_support .l_section_inner {
	min-height: 960px;
}

.l_support_ttl {
	margin-bottom: 40px;
}

.l_support_list {
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
	margin-bottom: -65px;
	max-width: 1040px;
	margin: 0 auto -65px;
}

.l_support li {
	width: 50%;
	margin: 0 auto 50px;
	display: flex;
	align-items: center;
}

.l_support li .l_support_list_in {
	width: 50%;
	max-width: 250px;
	margin: 0 auto;
	display: block;
}

.l_support .l_support_item_long {
	width: 50%;
}

.l_support .l_support_item_long .l_support_list_in {
	width: 100%;
	max-width: 500px;
}

/*++++++++++++++++++++++++++++
l_footer
++++++++++++++++++++++++++++*/
.l_footer {
	background: #000;
	color: #fff;
	padding: 1px 0 70px;
	position: relative;
	z-index: 11;
}

.underpage .l_footer .l_footer_btn {
	margin-top: 15px;
}

.l_footer_block {
	display: flex;
	align-items: center;
	margin-top: 50px;
}

.l_footer_list {
	text-align: center;
	margin: 0 0 0 auto;
	order: 3;
	display: flex;
}

.l_footer_list li {
	margin: 0 0 0 20px;
	padding-left: 20px;
	position: relative;
	line-height: 1;
}

.l_footer_list li:before {
	content: '';
display: block;
position: absolute;
top: 2px;
left: 0;
width: 1px;
height: 16px;;
z-index: 1;
background: #fff;
}

.l_footer_list li:first-of-type {
	margin-left: 0;
	padding-left: 0;
}

.l_footer_list li:first-of-type:before {
	display: none;
}

.l_footer_list a {
	font-size: 1.5rem;
}

.l_footer_rsc {
	display: block;
	width: 200px;
	margin: 0 40px 0 0;
}

.l_footer_sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 0;
}

.l_footer_sns_item {
	width: 40px;
	margin: 0 27px 0 0;
}

small {
	margin-top: 0;
	font-size: 1.4rem;
	text-align: right;
}

.l_footer_links {
	justify-content: flex-end;
	padding: 0 50px;
	margin-top: -56px;
}

.l_footer_links a {
	font-size: 2.5rem;
}

.l_footer_links li {
	display: none;
}

.l_footer_links .m_pagetop {
	display: flex;
}

.m_pagetop span {
	width: 18px;
}

.m_pagetop em {
	margin-top: 10px;
}


/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
page
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/

#underpage main {
    padding: 30px 0 150px;
}

.js_move .l_header a,
#underpage .l_header_list a {
	color: #000;
}

.l_header_logo {
	width: 290px;
}

.m_contact_catch {
	text-align: center;
	line-height: 2;
	margin-bottom: 50px;
}

.breadcrumbs {
	margin-top: -5px;
}

.breadcrumbs > span {
    margin-left: 5px;
    margin-right: 5px;
}

.breadcrumbs, .breadcrumbs a, .breadcrumbs span {
	font-size: 1.6rem;
}

.m_under_head {
    margin-bottom: 80px;
}

input[type=text], input[type=email] {
	padding: 0.5rem 1rem;
  }
  
  textarea {
	padding: 0.5rem 1rem;
  }
  
  .form {
	max-width: 1000px;
	margin: 0 auto;
	padding-bottom: 50px;
  }
  
  .form_item + .form_item {
	margin-top: 3rem;
  }
  
  .form_ttl {
	margin-bottom: 7px;
  }

  .wpcf7 form .wpcf7-response-output {
	margin-top: 5rem;
  }
  
  .m_under_ttl {
	  font-size: 13.5rem;
	  
  }
/*++++++++++++++++++++++++++++
podcast
++++++++++++++++++++++++++++*/
.podcast_articles_item {
	padding: 25px;
	display: flex;
  }
  
  .podcast_articles_item + .podcast_articles_item {
	margin-top: 20px;
  }
  
  .podcast_articles_item_head {
	position: relative;
	display: block;
	max-width: 300px;
	width: 30%;
	margin-right: 30px;
	padding-top: 0;
  }
  
  .podcast_articles_item_head img:not(.no_image) {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
  }
  
  .podcast_articles_no_image {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
  }
  
  .podcast_articles_no_image a {
	display: flex;
	justify-content: center;
	align-items: center;
  }
  
  .podcast_articles_item_body {
	margin-top: 0;
	flex: 1 1 0%;
	width: 70%;
  }
  
  .podcast_ttl {
	font-size: 2.2rem;
  }
  
  .podcast_date {
	margin-top: 0;
  }

  .podcast_single_content .sns_block {
	margin-top: 5px;
  }
  
  .podcast_player {
	margin-top: 3rem;
  }
  
  .podcast_meta {
	margin-top: 1rem;
	display: block;
  }
  
  .podcast_meta span {
	margin-top: 0;
	display: inline-block;
  }
  
  .podcast_desc {
	margin-top: 15px;
  }
  
  .podcast_single {
	max-width: 1000px;
	margin: 0 auto;
  }
  
  .podcast_single_head {
	display: flex;
  }
  
  .podcast_single_img {
	max-width: 300px;
	width: 30%;
	margin-right: 30px;
	padding-top: 0;
	}
  
  .podcast_single_img img:not(.no_image) {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	font-family: 'object-fit: cover;';
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
  }
  
  .podcast_single_no_image {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
  }
  
  .podcast_single_ttl {
	font-size: 2.4rem;
	margin-top: 0;
  }
  
  .podcast_single_content {
	width: 70%;
	flex: 1 1 0%;
  }
  
  .podcast_single_desc {
	padding: 25px;
	margin-top: 30px;
  }
  /*++++++++++++++++++++++++++++
.pager
++++++++++++++++++++++++++++*/
.pager {
	margin-top: 100px;
  }
  
  .wp-pagenavi span,
  .wp-pagenavi a {
	font-size: 1.4rem;
	min-width: 44px;
	height: 44px;
	padding: 10px;
	margin: 0 7px;
  }
  
  .wp-pagenavi .extend {
	padding: 10px 0 20px 0;
	min-width: 16px;
  }
  /*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
single
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.post_main_ttl {
	margin-bottom: 65px;
}

.post_content h3 {
	  font-size: 3rem;
	}
	
	.post_content h4 {
	  font-size: 2.7rem;
	}
	
	.post_content h5 {
	  font-size: 2.5rem;
	}
	
	.post_content h6 {
	  font-size: 2.3rem;
  }
  
  .post_content th {
	padding: 0.5em 0.7em;
  }
  
  .post_content td {
	padding: 0.5em 0.7em;
  }
  
  .post_content li:before,
  #tinymce li:before {
	width: 6px;
	height: 6px;
  }
  
  .post_content .alignright,
  #tinymce .alignright {
	margin-left: 40px;
	margin-bottom: 10px;
	display: block;
	float: right;
	max-width: 450px;
	width: 50%;
  }
  
  .post_content .alignleft,
  #tinymce .alignleft {
	margin-right: 40px;
	margin-bottom: 10px;
	display: block;
	float: left;
	max-width: 450px;
	width: 50%;
  }
.underpage .m_btn_wrap {
	margin-top: 80px;
}

.m_btn_ja,
#underpage input.btn.m_btn_ja,
#underpage .m_btn_ja {
	font-size: 2.2rem;
	padding: 18px 10px 19px;
}

.single-post .inner {
	max-width: 1080px;
}

/*++++++++++++++++++++++++++++
投稿ページSNS・投稿日
++++++++++++++++++++++++++++*/
.sns_block ul li {
	width: 40px;
    height: 40px;
	border-radius: 5px;
}

.sns_block ul li {
	margin-right: 8px;
}

/*______________________________________________________________________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
hover
______________________________
^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
.m_btn {
	transition: 0.5s;
}

.sns_block ul li a:hover {
	opacity: 0.5;
}

.m_btn:hover {
	opacity: 1 !important;
	color: #fff;
	background: #000;
}

.l_team_btn .m_btn:hover {
	color: #fff;
	background: #000;
}

.l_team_btn_preparation .m_btn:hover {
	border-color: #fff;
	background: #aaaaaa;
	color: #000;
}

.l_footer_btn .m_btn:hover {
	color: #000;
	background: #fff;
}

.m_news_item:hover {
	opacity: 1 !important;
}

.m_news_item img {
	transition: 0.7s;
  }
  
  .m_news_item:hover img {
	transform: scale(1.15);
	opacity: 0.7;
  }
  

