.raleway-<uniquifier> {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../webfonts/Raleway-Regular-alph.woff2) format('woff2'),
    url(../webfonts/Raleway-Regular-alph.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../webfonts/Raleway-Medium-alph.woff2) format('woff2'),
    url(../webfonts/Raleway-Medium-alph.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(../webfonts/Raleway-SemiBold-alph.woff2) format('woff2'),
    url(../webfonts/Raleway-SemiBold-alph.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../webfonts/Raleway-Bold-alph.woff2) format('woff2'),
    url(../webfonts/Raleway-Bold-alph.woff) format('woff');
}
body {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 1.8;
	/* color: #333; */
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Raleway", "Noto Sans JP", sans-serif;
	font-weight: 700;
	/* color: #222; */
}
a:hover {
	color: #eee8aa !important;
}
ul li {
	margin-bottom: 0.5em;
}
label {
	font-size: 0.95em;
}
input[type="submit"], input[type="reset"], input[type="button"], button, .button {
	box-shadow: inset 0 0 0 2px #ffffff;
	color: #ffffff;
	font-size: 0.95em;
}
input[type="submit"]:hover, input[type="submit"]:active, input[type="reset"]:hover, input[type="reset"]:active, input[type="button"]:hover, input[type="button"]:active, button:hover, button:active, .button:hover, .button:active {
	box-shadow: inset 0 0 0 2px #eee8aa;
	color: #eee8aa;
}
input[type="submit"].primary:hover, input[type="submit"].primary:active, input[type="reset"].primary:hover, input[type="reset"].primary:active, input[type="button"].primary:hover, input[type="button"].primary:active, button.primary:hover, button.primary:active, .button.primary:hover, .button.primary:active {
	background-color: #eee8aa;
	color: #242943 !important;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], select, textarea {
	border-color: #ffffff;
	box-shadow: 0 0 0 2px #ffffff;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="url"]:focus, select:focus, textarea:focus {
	border-color: #eee8aa;
	box-shadow: 0 0 0 2px #eee8aa;
}
.icon.alt:before {
	background-color: #eee8aa;
}
a.icon.alt:hover:before {
	background-color: #ffffff;
}
input[type="submit"].next:before, input[type="reset"].next:before, input[type="button"].next:before, button.next:before, .button.next:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='36px' height='24px' viewBox='0 0 36 24' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23ffffff%3B stroke-width: 2px%3B %7D%3C/style%3E%3Cline x1='0' y1='12' x2='34' y2='12' /%3E%3Cline x1='25' y1='4' x2='34' y2='12.5' /%3E%3Cline x1='25' y1='20' x2='34' y2='11.5' /%3E%3C/svg%3E");
}
input[type="submit"].next:after, input[type="reset"].next:after, input[type="button"].next:after, button.next:after, .button.next:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='36px' height='24px' viewBox='0 0 36 24' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23eee8aa%3B stroke-width: 2px%3B %7D%3C/style%3E%3Cline x1='0' y1='12' x2='34' y2='12' /%3E%3Cline x1='25' y1='4' x2='34' y2='12.5' /%3E%3Cline x1='25' y1='20' x2='34' y2='11.5' /%3E%3C/svg%3E");
}
#menu .close:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23eee8aa%3B stroke-width: 2%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='20' y2='20' /%3E%3Cline x1='20' y1='0' x2='0' y2='20' /%3E%3C/svg%3E");
    opacity: 0;
}
#menu .inner {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none; /* Firefox */
}

#menu .inner::-webkit-scrollbar {
	display: none; /* iOS Safari / Chrome on iOS */
	width: 0;
	height: 0;
	background: transparent;
}
#menu .en {
    display: block;
    line-height: 1.5em;
    font-size: 0.85em;
	font-weight: 400;
    text-transform: none;
}
/*
#menu a:hover .en {
	color: #eee8aa;
}
*/
#menu .jp {
    display: block;
    line-height: 1.2em;
    font-size: 0.9rem;
}

/* 長い日本語の折り返し対応 */
#menu .jp {
    word-break: break-all;
    }
#menu .inner > :first-child {
	margin-top: 1em;
}
#menu ul li {
	margin-bottom: 0.25em;
}
#menu ul.links > li > a:not(.button) {
	padding-top: 1em;
	padding-bottom: 1em;
}
#header .logo:hover strong {
	background-color: #eee8aa;
}
#header nav a[href="#menu"]:after {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='32' viewBox='0 0 24 32' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 2px%3B stroke: %23eee8aa%3B %7D%3C/style%3E%3Cline x1='0' y1='11' x2='24' y2='11' /%3E%3Cline x1='0' y1='21' x2='24' y2='21' /%3E%3Cline x1='0' y1='16' x2='24' y2='16' /%3E%3C/svg%3E");
}
.contact-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
}

.contact-cards > section {
	background: rgba(255, 255, 255, 0.05);
	padding: 2rem 1rem;
	border-radius: 5px;
	/* text-align: center; */
}
#contact > .inner > :nth-child(2n - 1) {
	padding: 4em 0 2em 0;
	border-right: none;
	width: 100%;
}
.contact-method {
	padding-left: 0.75em;
}
.contact-method .icon {
	top: inherit;
	left: 1em;
}
.contact-method h3 {
	margin: 0 0 0.5em 2em;
}
#header {
	text-transform: none;
}
#banner{
  background-image: var(--img-fallback);
}
/* WebP対応なら image-set で幅に応じて切替（メディアクエリ）*/
@supports (background-image: image-set(url("x") type("image/webp") 1x)) {
  /* デスクトップ既定（~1920想定） */
  #banner{
    background-image:
      -webkit-image-set(var(--img-1920) type("image/webp") 1x, var(--img-fallback) type("image/jpeg") 1x);
    background-image:
      image-set(var(--img-1920) type("image/webp") 1x, var(--img-fallback) type("image/jpeg") 1x);
  }
  @media (max-width:1280px){
    #banner{
      background-image:
        -webkit-image-set(var(--img-1200) type("image/webp") 1x, var(--img-fallback) type("image/jpeg") 1x);
      background-image:
        image-set(var(--img-1200) type("image/webp") 1x, var(--img-fallback) type("image/jpeg") 1x);
    }
  }
  @media (max-width:980px){
    #banner{
      background-image:
        -webkit-image-set(var(--img-800) type("image/webp") 1x, var(--img-fallback) type("image/jpeg") 1x);
      background-image:
        image-set(var(--img-800) type("image/webp") 1x, var(--img-fallback) type("image/jpeg") 1x);
    }
  }
}
#banner > .inner .content p {
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: none;
}
#banner.home > .inner .content {
	flex-wrap: wrap;
	max-width: 32rem;
}
#banner.home > .inner .content > * {
	width: 100%;
}
#banner.home > .inner .content > p {
	margin-bottom: 2em;
}
#banner.home {
	background-position: 35% 0px !important;
}
@media screen and (max-width: 1280px) {
	#banner.home {
		background-position: 25% 0px !important;
	}
	#banner.home .inner {
		transform: translateY(-60px);
	}
}
@media screen and (max-width: 736px) {
	#banner.home {
		background-position: 38% 0px !important;
	}
	#banner.home .inner {
		transform: translateY(0);
	}
}
#banner.home .inner .button.next {
	padding-right: 5em;
}
header.major > p {
    font-size: 0.95em;
    font-weight: 600;
    letter-spacing: 0.25em;
    margin-bottom: 0;
    text-transform: none;
}
/*
header.major > :first-child:after {
	background-color: #eee8aa;
	height: 2px;
}
*/
ul.custom-list-style {
	list-style: none;
	padding-left: 1.2em;
}

ul.custom-list-style li::before {
	content: '•';
	color: #eee8aa;
	display: inline-block;
	width: 1em;
	margin-left: -1.2em;
}

ul.custom-list-style.custom-link-list {
	margin-top:2.0em;
	margin-bottom:3.5em;
}
ul.custom-list-style.custom-link-list li {
	margin-bottom:2.0em;
}

.tiles article:hover:before {
    opacity: 0.6;
}
.tiles article h3 {
  position: relative;
}
.tiles article h3::before {
  content: "\f138"; /* fa-chevron-circle-right の Unicode */
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* solid weight */
  font-size: 0.8em;
  left: 0;
  bottom: 0;
  margin-right: 0.35em;
  color: #fff;
  opacity: 0.6;
  transition: opacity 0.3s;
}
/*
.tiles article:hover h3 {
  color: #eee8aa; 
}
*/
.tiles article:hover h3::before {
  /* color: #eee8aa; */
  opacity: 0.85;
}
/*
.tiles article:hover h3::after {
  background-color: #eee8aa; 
}
*/
.tiles article p {
  margin-left: 0.5em;
}
.tiles article:nth-child(6n - 5):before { background-color: #d0a845; } /* ゴールド */
.tiles article:nth-child(6n - 4):before { background-color: #6fc3df; } /* 水色 */
.tiles article:nth-child(6n - 3):before { background-color: #8ea9e8; } /* 青 */
.tiles article:nth-child(6n - 2):before { background-color: #ec8d81; } /* サーモンピンク */
.tiles article:nth-child(6n - 1):before { background-color: #6fc3df; } /* 水色 */
.tiles article:nth-child(6n):before     { background-color: #d0a845; } /* ゴールド */

/* custom:tiles[] */
.tile {
	background-image: var(--img-fallback);
}
@supports (background-image: image-set(url("x") type("image/webp") 1x)) {
	/* デスクトップ：ワイド=1200 / ナロー=800 を既定に */
	.tile.is-wide{
		background-image:
			-webkit-image-set(var(--img-1200) type("image/webp") 1x, var(--img-fallback) type("image/jpeg") 1x);
		background-image:
			image-set(var(--img-1200) type("image/webp") 1x, var(--img-fallback) type("image/jpeg") 1x);
	}
	.tile.is-narrow{
		background-image:
			-webkit-image-set(var(--img-800) type("image/webp") 1x, var(--img-fallback) type("image/jpeg") 1x);
		background-image:
			image-set(var(--img-800) type("image/webp") 1x, var(--img-fallback) type("image/jpeg") 1x);
	}

	/* 1280px以下（2列でもコンテナ幅が縮む）→ 両列1200まででOK */
	@media (max-width:1280px){
	.tile.is-wide{
		background-image:
			-webkit-image-set(var(--img-1200) type("image/webp") 1x, var(--img-fallback) type("image/jpeg") 1x);
		background-image:
			image-set(var(--img-1200) type("image/webp") 1x, var(--img-fallback) type("image/jpeg") 1x);
	}
	.tile.is-narrow{
		background-image:
			-webkit-image-set(var(--img-800) type("image/webp") 1x, var(--img-fallback) type("image/jpeg") 1x);
		background-image:
			image-set(var(--img-800) type("image/webp") 1x, var(--img-fallback) type("image/jpeg") 1x);
		}
	}

	/* 980px以下（1列=100vw）→ 全部800に */
	@media (max-width:980px){
		.tile.is-wide, .tile.is-narrow{
			background-image:
				-webkit-image-set(var(--img-800) type("image/webp") 1x, var(--img-fallback) type("image/jpeg") 1x);
			background-image:
				image-set(var(--img-800) type("image/webp") 1x, var(--img-fallback) type("image/jpeg") 1x);
		}
	}
}
.tile.is-lazy{ background-image:none !important; }
#banner.style1:after {
	background-color: #d0a845;
}
#banner.style2:after {
	background-color: #6fc3df;
}
#banner.style3:after {
	background-color: #8ea9e8;
}
#banner.style4:after {
	background-color: #ec8d81;
}

#header.alt.style1 .logo strong {
	color: #d0a845;
}

#header.alt.style2 .logo strong {
	color: #6fc3df;
}

#header.alt.style3 .logo strong {
	color: #8ea9e8;
}

#header.alt.style4 .logo strong {
	color: #ec8d81;
}
.spotlights > section > .image:before {
    opacity: 0.3;
}
.spotlights > section > .image.style1:before {
	background-color: #d0a845;
}
.spotlights > section > .image.style2:before {
	background-color: #6fc3df;
}
.spotlights > section > .image.style3:before {
	background-color: #8ea9e8;
}
.spotlights > section > .image.style4:before {
	background-color: #ec8d81;
}

.text-block p:not(:last-of-type) {
	margin-bottom: 0.5em;
}
.br-sp {
    display: none;
}
@media screen and (max-width: 480px) {
    .br-sp {
        display: inline !important;
    }
}
.br-lsp {
    display: none;
}
@media screen and (max-width: 736px) {
    .br-lsp {
        display: inline !important;
    }
}
.no-wrap {
	white-space: nowrap;
}
/* 共通トースト（成功・エラーともにブランドのゴールドで統一） */
.fm-toast {
  display: flex;
  align-items: center;
  gap: 0.5em;
  margin-top: 0.75em;
  padding: 0.9em 1.2em;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  font-size: 0.95rem;
  color: #242943;                 /* 文字色：ダークネイビー */
  background: #eee8aa;            /* 背景：ブランドのゴールド */
  border: 1px solid #d0a845;      /* 枠：少し濃いゴールド（既出の代替ゴールド） */
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.fm-toast.show { opacity: 1; transform: translateY(0); }
.fm-toast.hide { opacity: 0; transform: translateY(-10px); }
.fm-toast i { font-size: 1.1em; }
/* 中黒リストの行間（エラー文など複数行メッセージを見やすく） */
.fm-lines div {
  line-height: 1.6;
}

/* 送信中のボタン無効化見た目 */
.js-ajax-form [type="submit"][disabled] {
  opacity: .6;
  cursor: not-allowed;
}

/* リスト全体 */
.support-list {
  margin: 1.5rem 0;
}

/* 見出し部分 */
.support-list dt {
  font-weight: 600; /* semi-bold */
  margin-top: 1rem;
  margin-bottom: 0;
  color: #fff;
}

/* 内容部分 */
.support-list dd {
  margin: .25rem 0 1rem 1.2em;
  position: relative;
}

/* 黒丸を #EEE8AA に */
.support-list dd::before {
  content: "•";
  color: #EEE8AA;
  position: absolute;
  left: -1.2em;
}

#footer .copyright li{
  color: rgba(244,244,255,0.7);
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  #footer a {
    /* color: rgba(238,232,170,0.7); */
  }
}
