@charset "utf-8";
/* CSS Document */

html, body {
  overflow-x: hidden;
}
body {
font-family: 'Noto Sans JP', sans-serif!important;
  margin: 0;
  color: #333;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.nav_inner{
width:100%;
max-width:1100px;
margin-left: auto;
margin-right: auto;
position: relative;
padding: 16px 0;
}
@media screen and (min-width: 769px) {
.header {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  position: fixed;
  top:0;
width:100%;
z-index: 50;
}
.logo {
  font-size: 20px;
  font-weight: bold;
  position: absolute;
top:16px;
left:0;
display: block;
}
.nav {
max-width:900px;
width:100%;
margin-left: auto;
}
.nav li{
  display:inline-block;
  list-style: none;
margin-left: 30px;
}
.nav li a{
text-decoration: none;
font-size:14px;
color:#333;
}
.scroll-target {
  scroll-margin-top: 60px; /* ヘッダーの高さ + 少し余裕 */
}
.nav_checkbox {
  display: none;
}
	.pcNone{
		display:none;
	}
}
@media screen and (max-width: 768px) {
.header {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  position: fixed;
  top:0;
width:100%;
z-index: 50;
  height:50px;
}
.logo {
  font-size: 22px;
  font-weight: bold;
  position: absolute;
top:12px;
left:10px;
display: block;
}
	
.nav_checkbox {
  display: none;
}
.nav_btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 100;
}
.nav_btn span {
  display: block;
  height: 3px;
  background: #333;
  border-radius: 2px;
  transition: 0.3s;
}
nav .nav {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background: rgba(51,51,51,0.90);
  z-index: 99;
  padding: 4%;
}
.nav_checkbox:checked ~ nav .nav {
  display: block;
}
.nav_checkbox:checked + .nav_btn span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.nav_checkbox:checked + .nav_btn span:nth-child(2) {
  opacity: 0;
}
.nav_checkbox:checked + .nav_btn span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}	
.scroll-target {
  scroll-margin-top: 50px; /* ヘッダーの高さ + 少し余裕 */
}
	nav .nav li{
	padding-top: 10px;
	padding-bottom: 10px;	
	}
	nav .nav a{
	text-decoration: none;
	font-size:18px;
	color:#fff;
	}
	.spNone{
		display:none;
	}
}

@media screen and (min-width: 769px) {
section{
padding-top: 50px;
padding-bottom: 50px;
}
.inner {
  max-width: 1100px;
  margin: 0 auto;
}
}
@media screen and (max-width: 768px) {
section{
padding-top: 25px;
padding-bottom: 25px;
}
.inner {
  width:94%;
  margin: 0 auto;
  
}
}


/*フッター*/

.footer {
  background-color: #444;
  color: #ccc;
  text-align: center;
  padding: 30px 20px 6px;
  font-size: 12px;
}
.footer-nav ul {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.footer-nav ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}
.footer-nav ul li a:hover {
  color: #fff;
}
.footer-logo {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 25px;
}
.footer-copy {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
.ctasp{
background: url('../img/cta.jpg') no-repeat;
background-size: cover;
background-position: right;
position: fixed;
bottom:0;
width:100%;
padding-top:18px;
padding-bottom:18px;
text-align: center;
}
.ctasp a{
color:#fff;
font-size:18px;
font-weight:bold;
text-decoration: none;
}
.footer{
margin-bottom:60px;
}
}

/*下層ページMV*/
.fv-section {
background: #ffffff;
border-bottom: 1px solid #e0e0e0;
padding-top:70px!important;
padding-bottom: 0!important;
}
.container {
max-width:1100px!important;
margin: 0 auto;
}
.fv-content {
text-align: left;
}
.page-title {
font-size: 2.5rem;
font-weight: bold;
color: #333;
 margin-bottom: 10px;
letter-spacing: 0.05em;
}
@media (min-width: 769px) {
.executive-name {
font-size: 1.6rem;
font-weight: bold;
color: #333;
padding-left: 30px;
position: relative;
}
.executive-name::before {
content: '—';
position: absolute;
left: 0;
top: 0;
font-size: 1.5rem;
color: #333;
}	
}
@media (max-width: 768px) {
.executive-name {
font-size: 1rem;
padding-left: 25px;
font-weight: bold;
color: #333;
position: relative;
}
.executive-name::before {
content: '—';
position: absolute;
left: 0;
top: -5px;
font-size: 1.3rem;
color: #333;
}
.fv-section {
padding: 60px 0;
}
.page-title {
font-size: 1.4rem;
}
}
@media (max-width: 480px) {
.container {
padding: 0 15px;
}
.page-title {
font-size: 1.4rem;
}
.executive-name {
font-size: 1rem;
padding-left: 20px;
}
}

/* パンくずナビゲーション */
.breadcrumb {
  padding: 15px 0;
  margin-top: 10px;
}
.breadcrumb-item {
  font-size: 0.9rem;
  color: #666;
}
.breadcrumb-item a {
  color: #333;
  text-decoration: none;
}
.breadcrumb-item a:hover {
  text-decoration: underline;
}
.breadcrumb-item.current {
  color: #333;
}
.breadcrumb-separator {
  margin: 0 10px;
  color: #999;
}