
body {
  	margin: 0;
  	line-height: normal;
}

a {
	text-decoration: none;

}

p a {
	text-decoration: underline;
	color: #222;
	transition: 0.3s;
}

p a:hover {
	text-decoration: underline;
	color: #06c;
}

a.blank::after {
	font-family: "Font Awesome 6 Free";
	content: "\f08e";
	font-weight: 900;
	margin-left: .45em;
	font-size: .85em;
	color: #06c;
	transform: translateY(-1px);
	opacity: .85;
}

:root {
  	
  	/* Common Style Variables */
  	
  	/* Color */
  	--color-antiquewhite: rgba(227, 222, 204, 0);
  	--color-black: #000;
  	--color-darkcyan: #258c99;
  	--color-darkslategray: #404040;
  	--color-dimgray: #505050;
  	--color-gainsboro: #d9d9d9;
  	--color-gray-100: #1e1e1e;
  	--color-gray-200: rgba(0, 0, 0, 0.5);
  	--color-linen: #e9e7df;
  	--color-white: #fff;
  	--color-whitesmoke: #eee;
  	
  	/* Gap */
  	--gap-22: 22px;
  	
  	/* Padding */
  	--padding-90: 90px;
  	
  	/* BorderRadius */
  	--br-0: 0px;
  	--br-10: 10px;
  	
  	/* Font */
  	--font-cantarell: Cantarell;
  	--font-montserrat: Montserrat;
  	--font-noto-sans-jp: Noto Sans JP;
  	
  	/* FontSize */
  	--fs-12: 12px;
  	--fs-13: 13px;
  	--fs-14: 14px;
  	--fs-16: 16px;
  	--fs-18: 18px;
  	--fs-20: 20px;
  	--fs-24: 24px;
  	
  	/* Borders */
  	--border-1: 1px solid var(--color-gainsboro);
  	
  	/* Shadows */
  	--shadow-drop: 0px 0px 8px rgba(0, 0, 0, 0.15);
  	--shadow-drop-1: 0px 4px 4px rgba(0, 0, 0, 0.15);
  	--shadow-drop-2: 0px 0px 4px rgba(0, 0, 0, 0.15);
  	
  	/* WidthHeights */
  	--height-40: 40px;
  	--height-47: 47px;
  	--height-160: 160px;
  	--height-320: 320px;
  	--height-85_5: 85.5px;
  	--min-w-350: 350px;
  	--width-1: 1px;
  	--width-306: 306px;
  	--width-350: 350px;
  	--width-1280: 1280px;
  	--width-14_8: 14.8px;
  	--width-313_5: 313.5px;
  	
  	/* LineHeights */
  	--lh-20: 20px;
  	--lh-25: 25px;
  	--lh-30: 30px;
  	--lh-40: 40px;
  	
  	/* LetterSpacings */
  	--ls-0_1: 0.1;
  	

/* =====================================================
 Header
===================================================== */
.site-header {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}

.site-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  height: 160px;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.site-header-left {
  display: flex;
  align-items: center;
  padding: 20px 0px;
}

.site-header-left img {
  height: 120px;
  width: auto;
}

.site-header-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
  padding-bottom: 0;
}

.company-text {
  font-size: 28px;
  letter-spacing: 0.15em;
  color: #404040;
  margin-right: -4px;
  font-weight: 400;
}

.site-header-nav {
  display: flex;
  align-items: center;
  align-items: flex-end;
  font-size: 13px;
}

.site-header-nav a {
  color: #333333;
  text-decoration: none;
  letter-spacing: 0.05em;
  padding: 0px 16px 8px;
  position: relative;
  transition: color 0.3s ease;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

.site-header-nav a:hover,
.site-header-nav a.active {
  color: #333333;
}

.site-header-nav a.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background-color: #f39800;
}

.divider {
  width: 1px;
  height: 40px;
  background-color: #e0e0e0;
  margin-bottom: 0;
}

/*-- グローバルナビ表示修正 20260513 --*/
.sp-only { display: none; }

@media (max-width: 896px) {
  .sp-only { display: block; }
}
/*--  --*/


/* =====================================================
 Footer
===================================================== */
.site-footer {
  background-color: #4d4d4d;
  color: #ffffff;
}

.site-footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 64px 40px 0;
  display: flex;
  justify-content: space-between;
}

.site-footer-left img {
  width: 180px;
  margin-bottom: 16px;
}

.site-footer-nav {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.site-footer-nav a {
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.1em;
  font-size: 14px;
}

.site-footer-nav a.fLink1t,
.site-footer-nav a.fLink2t {
	margin-bottom: -20px;
}

.site-footer-nav a.fLink2t {
	font-size: 12px;
	text-indent: 1em;
}
.site-footer-nav a.fLink2t.lastL {
	margin-bottom: 0;
}

.site-footer-bottom {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px 64px;
}

.footer-company {
  font-size: 24px;
  letter-spacing: 0.25em;
  margin-bottom: 8px;
}

.footer-copy {
  font-size: 9px;
  color: #dddddd;
}

/* =====================================================
 Responsive
===================================================== */
@media screen and (max-width: 896px) {
  /* Header Mobile */
  .site-header-inner {
    height: auto;
    padding: 12px 20px;
    flex-wrap: wrap;
    position: relative;
  }

  .site-header-left {
    padding: 0;
  }

  .site-header-left img {
    height: 60px;
  }

  .site-header-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
    padding-bottom: 0;
  }

  .company-text {
    font-size: 21px;
    letter-spacing: 0.1em;
    margin-right: 0;
    color: #404040;
    font-weight: 400;
  }

  /* Hamburger Menu Button */
  .hamburger-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 18px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1100;
    margin-top: 0;
  }

  .hamburger-menu span {
    width: 100%;
    height: 2px;
    background-color: #278b90;
    transition: 0.3s;
  }

  .hamburger-menu.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .hamburger-menu.active span:nth-child(2) {
    opacity: 0;
  }

  .hamburger-menu.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  /* Mobile Nav Overlay */
  .site-header-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffff;
    z-index: 1000;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 100px 40px;
    box-sizing: border-box;
  }

  .site-header-nav.active {
    display: flex;
  }

  .site-header-nav a {
    font-size: 18px;
    padding: 24px 0;
    width: 100%;
    text-align: left;
    color: #333333;
    font-weight: 500;
    border-bottom: 1px solid #eeeeee;
    letter-spacing: 0.05em;
  }

  .site-header-nav a:first-child {
    border-top: 1px solid #eeeeee;
  }

  .site-header-nav a.active::after {
    display: none;
  }

  .divider {
    display: none;
  }

  /* Footer Mobile */
  .site-footer-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 60px 24px 40px;
  }

  .site-footer-left img {
    width: 140px;
  }

  .site-footer-nav {
    text-align: left;
//    gap: 27px;
    margin-right: 5%;
  }

  .site-footer-bottom {
    padding: 0 24px 60px;
    text-align: left;
  }

  .footer-company {
    font-size: 20px;
    letter-spacing: 0.2em;
    margin-bottom: 8px;
  }

  .footer-copy {
    font-size: 8px;
  }
}