/* ===== 引継ぎCSS（footer等） ===== */

.wrap_nomargin {
	width: 100%;
	margin: 0 auto;
}
.wrap_margin {
	width: 960px;
	margin: 0 auto;
}

@media screen and (max-width: 960px) {
.wrap_margin {
	width: 100%;
}
}
.wrap_navi {
	width: 960px;
	margin: 0 auto;
}
.wrap_inner {
	width: 100%;
	margin: 0 auto 0;
	padding: 15px 0 0 0;
}
footer {
	clear: both;
	width: 100%;
	margin: 100px auto 0;
	padding: 0;
}
footer #footer_banner {
	background-color: #f6f6f6;
	padding: 15px 0 30px;
}

@media screen and (max-width: 960px) {
    footer #footer_banner {
        background-color: #f6f6f6;
        padding: 15px 15px 30px;
    }
}
footer .banner_liset_small {
	margin: 15px 0 30px;
}

@media screen and (max-width: 960px) {
    footer .banner_liset_small {
        width: auto;
        margin: 15px auto 30px;
    }
}
footer .banner_liset_small li {
	float: left;
	text-align: center;
	margin: 0 35px 15px 0;
}
footer .banner_liset_small li a {
	color: #333;
	text-decoration: none;
}
footer .banner_liset_small li a:hover {
	text-decoration: underline;
}
footer .banner_liset_middle {
	width: 100%;
	margin: 15px auto 0px;
	position: relative;
	overflow: visible;
}
/*
footer .banner_liset_middle li {
	float: left;
	font-size: 11px;
	text-align: center;
	margin: 0 12px 0 0;
	position: relative;
}

@media screen and (max-width: 960px) {
    footer .banner_liset_middle li {
        width: 100%;
        font-size: 0.85em;
        text-align: center;
        margin: 0 30px 15px 0;
        position: relative;
    }
}
*/
footer #footer_main {
	background-color: #00479d;
	color: #fff;
	font-size: 0.85em;
	padding: 0 0 1em 0;
}

@media screen and (max-width: 960px) {
    footer #footer_main {
        padding: 0 15px 1em;
    }
}
footer .footer_link {
	padding: 1em 0 0 0;
}
footer .footer_link li {
	float: left;
	margin: 0 1em 0 0;
}
footer .footer_link li a {
	text-decoration: none;
	color: #fff;
}
footer .footer_add {
	margin: 2.5em 0 0 0;
}
footer .copyrights {
	font-size: 0.8em;
	text-align: left;
	margin: 1em 0 0 10px;
}
footer .copyrights {
	margin: 1.4em 0 0 0;
	padding: 0 0 1em 0;
}

@media screen and (max-width: 960px) {
    footer .copyrights {
        font-size: 0.8em;
        text-align: left;
        margin: 1em 0 0 10px;
    }
}
footer #footer_qr {
	float: right;
	width: 100px;
	text-align: center;
	padding: 1em 0 0 0;
}

@media screen and (max-width: 960px) {
    footer #footer_qr {
        float: none;
    }
}
footer #footer_search {
	float: right;
	width: 420px;
	margin: 0.9em 1em 0 0;
}

@media screen and (max-width: 960px) {
    footer #footer_search {
        clear: both;
        float: none;
        width: 100%;
        margin: 1em auto;
    }
}
footer #footer_search .gsc-control-cse {
	background-color: #00479d;
	border-width: 0;
	padding: 0;
}
input.gsc-search-button {
	margin-top: 3px !important;
}
footer ul {
	list-style: none;
}
/* floatを確実に内包（安全策） */
footer {
	display: flow-root;
}
footer #footer_main, footer #footer_banner {
	display: flow-root;
}
#footer_accessibility {
	padding: 5px;
	border: 1px solid #999;
	background: #fff;
}

@media screen and (max-width: 960px) {
#footer_accessibility {
	clear: both;
}
}
#footer_accessibility h5 {
	color: #000;
	font-weight: bold;
}
#footer_accessibility a {
	display: block;
	height: 1.5em;
}
#footer h5,
#footer p {
	margin: 0;
	padding: 0;
}
	
table.accessibility_table td p {
	margin: 0;
}
/*####################*/
/*新着情報*/
/*####################*/
.news_tab_box {
	margin: 0 auto 120px;
}
.news_tab_box h3 {
	font-size: 34px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 960px) {
.news_tab_box h3 {
	font-size: 28px;
}
}
.news_tab_box .tab_wrapper {
	position: relative;
	overflow: hidden;
	padding: 0;
	line-height: 1;
}

@media screen and (max-width: 960px) {
.news_tab_box .tab_wrapper {
	height: auto;
	overflow: visible;
}
}
.news_tab_box .tab_wrapper ul.tab-group {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}

@media screen and (max-width: 960px) {
.news_tab_box .tab_wrapper ul.tab-group {
	width: 100%;
	flex-wrap: wrap;
}
}
.news_tab_box .tab_wrapper ul.tab-group li.tab {
	flex-grow: 1;
	padding: 1em 3px;
	list-style: none;
	text-align: center;
	font-size: 1.1rem;
	color: #FFF;
	cursor: pointer;
}

@media screen and (max-width: 960px) {
.news_tab_box .tab_wrapper ul.tab-group li.tab {
	border-radius: 0;
	font-size: 0.8rem;
	padding: 8px 0;
	height: 28px;
	width: 50%;
}
}
.news_tab_box .tab_wrapper ul.tab-group li.tab {
	background-color: #dedede;
	color: #0C4FA1;
}
.news_tab_box .tab_wrapper ul.tab-group li.tab.is-active {
	background-color: #0C4FA1;
	color: #fff;
	transition: all 0.2s ease-out;
}
.news_tab_box .tab_wrapper .btn_rss {
	position: absolute;
	display: block;
	width: 102px;
	height: 34px;
	right: 0px;
	top: 5px;
	background: url(../images/btn_rss.png) no-repeat;
	background-size: contain;
}

@media screen and (max-width: 960px) {
.news_tab_box .tab_wrapper .btn_rss {
	width: 20px;
	height: 20px;
	background: url(../images/btn_rss_small.png) no-repeat;
	background-size: contain;
}
}
.news_tab_box .panel-group {
	height: auto;
	margin: 0 auto 10px;
	padding: 0 0 0;/* border: solid 1px #a0a0a0; */
}
.news_tab_box .panel {
	display: none;
	line-height: 120%;
}
.news_tab_box .panel dl dd {
	margin-bottom: 1.5em;
	margin-bottom: 1.5em;
	position: relative;   /* ←超重要 */
	padding-right: 18px;  /* ←矢印の逃げ場 */
	padding-bottom: 1.3em;
	border-bottom: 1px solid #ccc;
}
.news_tab_box .panel dl dd::after {
	content: "";
	position: absolute;
	right: 0;
	top: 30%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid var(--blue);
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}
.news_tab_box .panel.is-show {
	display: block;
}
.news_tab_box a.past_news {
	display: block;
	padding: 1em;
	margin: 1em auto;
	width: 10em;
	text-align: center;
	background-color: #00479d;
	color: #fff;
}
dl.list_asta > dd > span:first-child {
	display: none;
}
dl.list_asta > dd > a {
	margin-right: 0.5em;
}
/*####################*/
/*cft_box*/
/*####################*/
/* cft */
#cft_box {
	position: absolute;
	right: 160px;
	top: 30px;
	font-size: 0.8rem;
}

@media screen and (max-width: 960px) {
#cft_box {
	position: relative;
	overflow: hidden;
	width: auto;
	right: 0;
	top: 0px;
	margin: 0 auto 1em;
	padding: 10px 10px;
	border: solid 1px #a0a0a0;
	background-color: rgba(0, 0, 0, 0.54);
	overflow: hidden;
}
}
#cft_box ul#cft_font {
	list-style-type: none;
	margin: 0 0.5em 0 0;
	line-height: 1;
	float: left;
}

@media screen and (max-width: 960px) {
#cft_box ul#cft_font {
	float: none;
	overflow: hidden;
	padding: 0 0;
	margin: 0.5em 0;
	display: flex;
	align-items: center;
}
}
#cft_box ul#cft_font li {
	float: left;
	color: #000;
}

@media screen and (max-width: 960px) {
#cft_box ul#cft_font li {
	background-color: transparent;
	color: #fff;
	border: none;
}
}
#cft_box ul#cft_font li.caption {
	margin-right: 7px;
	line-height: calc(1em + 20px);
	float: left;
	color: #000;
}

@media screen and (max-width: 960px) {
#cft_box ul#cft_font li.caption {
	color: #fff;
	line-height: 1;
	float: none;
}
}
#cft_box ul#cft_font li.middle, #cft_box ul#cft_font li.large {
	border: 1px solid #d1d1d1;
	background-color: #fff;
	padding: 5px 10px;
	margin: 3px 0px 3px 0;
	text-align: center;
	cursor: pointer;
	font-size: 0.8rem;
}

@media screen and (max-width: 960px) {
#cft_box ul#cft_font li.middle, #cft_box ul#cft_font li.large {
	color: #000;
	padding: 5px 10px;
	margin: 3px 0px 3px 0;
}
}
#cft_box ul#cft_font li.middle span, #cft_box ul#cft_font li.large span {
	display: inline;
}
#cft_box ul#cft_font li.current {
	background-color: #0068b5;
	color: #fff;
}
#cft_box ul#pagecolor_box {
	list-style-type: none;
	margin: 0 0.5em 0 0;
	line-height: 1;
	float: left;
}

@media screen and (max-width: 960px) {
    #cft_box ul#pagecolor_box {
        float: none;
        overflow: hidden;
        padding: 0 0;
        margin: 0.5em 0;
        display: flex;
        align-items: center;
    }
}
#cft_box ul#pagecolor_box li {
	float: left;
	color: #000;
}

@media screen and (max-width: 960px) {
    #cft_box ul#pagecolor_box li {
        float: none;
        padding: 0 0;
        background-color: transparent;
    }
}
#cft_box ul#pagecolor_box li span {
	display: inline;
}
#cft_box ul#pagecolor_box li.caption {
	margin-right: 7px;
	line-height: calc(1em + 20px);
	float: left;
	color: #000;
}

@media screen and (max-width: 960px) {
    #cft_box ul#pagecolor_box li.caption {
        float: none;
        line-height: 1;
        color: #fff;
        border-bottom: none;
    }
}
#cft_box ul#pagecolor_box li.white {
	border: 1px solid #d1d1d1;
	border-right: none;
	background-color: #fff;
	padding: 5px;
	margin: 3px 0px;
	text-align: center;
	cursor: pointer;
	font-size: 0.8rem;
}

@media screen and (max-width: 960px) {
    #cft_box ul#pagecolor_box li.white {
        width: 4em;
        line-height: 1.1;
    }
}
#cft_box ul#pagecolor_box li.blue {
	border: 1px solid #00479d;
	border-right: none;
	background-color: #00479d;
	color: #fff;
	padding: 5px;
	margin: 3px 0px;
	text-align: center;
	cursor: pointer;
	font-size: 0.8rem;
}

@media screen and (max-width: 960px) {
    #cft_box ul#pagecolor_box li.blue {
        width: 4em;
        line-height: 1.1;
    }
}
#cft_box ul#pagecolor_box li.yellow {
	border: 1px solid #fed901;
	border-right: none;
	background-color: #fed901;
	padding: 5px;
	margin: 3px 0px;
	text-align: center;
	cursor: pointer;
	font-size: 0.8rem;
}

@media screen and (max-width: 960px) {
    #cft_box ul#pagecolor_box li.yellow {
        width: 4em;
        line-height: 1.1;
    }
}
#cft_box ul#pagecolor_box li.black {
	border: 1px solid #000;
	background-color: #000;
	color: #fff;
	padding: 5px;
	margin: 3px 0px;
	text-align: center;
	cursor: pointer;
	font-size: 0.8rem;
}

@media screen and (max-width: 960px) {
    #cft_box ul#pagecolor_box li.black {
        width: 4em;
        line-height: 1.4;
    }
}
#cft_box dl#cft_lang_box {
	line-height: 1;
	float: left;
	margin: -1em 0 0 1.5em;
	overflow: hidden;
}

@media screen and (max-width: 960px) {
    #cft_box dl#cft_lang_box {
        margin: 0.5em 0;
    }
}
#cft_box dl#cft_lang_box dt {
	font-size: 0.8em;
	font-weight: normal;
	margin: 0 0 0.5em;
}

@media screen and (max-width: 960px) {
    #cft_box dl#cft_lang_box dt {
        float: left;
        font-size: 1em;
        line-height: 27px;
        margin: 0 1em 0 0;
    }
}
#cft_box dl#cft_lang_box dd {
	margin: 0 5px 0 0;
	float: left;
}
#cft_box dl#cft_lang_box dd:last-child {
	margin: 0 0 0 0;
}
#cft_box dl#cft_lang_box dd a {
	display: block;
	width: 32px;
	height: 24px;
	cursor: pointer;
}
#cft_box dl#cft_lang_box dd a.ja {
	background: url(../../images/2026/lang_flg_ja.png) no-repeat;
	background-size: contain;
}
#cft_box dl#cft_lang_box dd a.en {
	background: url(../../images/2026/lang_flg_en.png) no-repeat;
	background-size: contain;
}
#cft_box dl#cft_lang_box dd a.zh {
	background: url(../../images/2026/lang_flg_zh.png) no-repeat;
	background-size: contain;
}
#cft_box dl#cft_lang_box dd a.ko {
	background: url(../../images/2026/lang_flg_ko.png) no-repeat;
	background-size: contain;
}
#cft_box dl#cft_lang_box dd a.ru {
	background: url(../../images/2026/lang_flg_ru.png) no-repeat;
	background-size: contain;
}
#cft_box dl#cft_lang_box dd a span {
	display: none;
}
	
	
	
/* ===== 2026 UI ===== */
:root {
--maxw: 1300px;
--maxw-in: 1000px;
--header-h: 72px; /* SP等のなりゆき */
--blue: #00479D;
--text: #111;
--muted: #666;
--border: #e6e6e6;
--bg: #fff;
}
* {
	box-sizing: border-box;
}
html, body {
	height: 100%;
}
body {
	margin: 0;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Noto Sans JP", sans-serif;
	color: var(--text);
	background: var(--bg);
}
.container {
	max-width: var(--maxw);
	margin: 0 auto;
	padding: 0 0;
}
/* ===== 1000px制限コンテナ ===== */
.container-narrow {
	/*
	max-width: 1000px;
	*/
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}
/* ===== Header (full width, fixed) ===== */
.header-bar {
	width: 100%;
	padding: 0 0 0 57px;
	margin: 0;
	max-width: none;
}

@media (max-width: 1200px) {
    .header-bar {
		padding: 0 0 0 20px;
    }
}
header.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2000;
	height: var(--header-h);
	background: #fff;
	border-bottom: 1px solid var(--border);
}

@media (min-width: 901px) {
    :root {
	    --header-h: 115px;
    }
}
.header-inner {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}
.logo {
	display: block;
	text-decoration: none;
}
.logo img {
	display: block;
	width: 349px;
	height: auto;
	max-width: calc(100vw - 120px)
}

@media (min-width: 901px) {
    .logo {
        padding: 0;
    }
    .logo img {
        height: 53px;
        width: auto;
        max-width: none;
    }
}
/*
@media (max-width: 900px) {
    .logo img {
        height: 53px;
        width: auto;
        max-width: calc(100vw - 72px);
    }
}
*/
.header-actions {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	min-width:0;
	
}
.lang-btn {
	border: 1px solid var(--border);
	background: #fff;
	color: var(--text);
	height: 40px;
	padding: 0 12px;
	border-radius: 999px;
	cursor: pointer;
	font-weight: 700;
}
.lang-btn:focus-visible {
    outline: 3px solid rgba(0,71,157,.25);
    outline-offset: 2px;
}
.hamburger{
	width:72px;
	height:72px;

	background:var(--blue);

	border:none;
	border-radius:0;

	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;

	gap:6px;
	padding:0;
}	
	
	
	
	
.hamburger:focus-visible {
    outline: 3px solid rgba(0,71,157,.25);
    outline-offset: 2px;
}
.hamburger-lines {
	width:36px;
	height:24px;
	position:relative;
}
.hamburger-lines span {
	position: absolute;
	left: 0;
	right: 0;
	height:3px;
	background: #fff;
	border-radius: 2px;
	transition: transform .2s ease, top .2s ease, opacity .2s ease;
}
.hamburger-lines span:nth-child(1) {
	top: 0;
}
.hamburger-lines span:nth-child(2) {
	top: 10px;
}
.hamburger-lines span:nth-child(3) {
	top: 20px;
}
/*
@media (min-width: 901px) {
    .hamburger-lines {
        width: 68px;
        height: 46px;
    }
    .hamburger-lines span:nth-child(2) {
        top: 18px;
    }
    .hamburger-lines span:nth-child(3) {
        top: 36px;
    }
}	
*/	
.menu-open{
    overflow: hidden;
}
.menu-open .hamburger-lines span:nth-child(1) {
	top: 6px;
	transform: rotate(45deg);
	background: #fff;
}
.menu-open .hamburger-lines span:nth-child(2) {
	opacity: 0;
}
.menu-open .hamburger-lines span:nth-child(3) {
	top: 6px;
	transform: rotate(-45deg);
	background: #fff;
}
.hamburger-text {
	color:#fff;
	font-size:10px;
	font-weight:700;
	letter-spacing:.08em;
	line-height:1;
}
/* ===== Fullscreen menu ===== */
.menu-overlay {
	position: fixed;
	inset: 0;
	background: var(--blue);
	color: #fff;
	opacity: 0;
	pointer-events: none;
	transition: opacity .2s ease;
	z-index: 1900;
	display: flex;
	flex-direction: column;
	min-height: 100dvh; /* iPhone系のアドレスバー対策 */
}
.menu-open .menu-overlay {
	opacity: 1;
	pointer-events: auto;
	z-index: 3000;
}
.menu-topbar {
	height: var(--header-h);
	display: flex;
	align-items: center;
	justify-content: space-between;
	/*
	padding: 40px 40px;
	*/
	padding: 0 0 0 40px;
	border-bottom: 1px solid rgba(255,255,255,.18);
	flex: 0 0 auto; /* 上は固定（縮まない） */
}
@media (max-width: 900px) {
    .menu-topbar {
        padding: 15px 15px 15px;
    }
}

.menu-title {
	font-weight: 800;
	letter-spacing: .02em;
}
.menu-close{
  width:72px;
  height:72px;
  background:#fff;
  border:none;
  border-radius:0;
  position:relative;
  cursor:pointer;
  padding:0;
  margin-right:0;
  font-size:0;
}
	
	
	
	
	
	/*
@media (min-width: 901px) {
    .menu-close {
        width: 145px;
        height: 145px;
        font-size: 36px;
		margin-right: 16px;
    }
}
	*/
.menu-close:focus-visible {
	outline: 3px solid rgba(255,255,255,.25);
	outline-offset: 2px;
}
.menu-content {
	width: min(900px, 100%);
	margin: 0 auto;
	padding: 28px 20px 40px;
}
.menu-content a{
	color: #fff;
}
/* ===== Mega menu（最大3列）===== */
.menu-content {
	/*
	width: min(1100px, 100%);
	*/
	
  width: min(1100px, 100%);
  margin: 0 auto;
  padding: 28px 20px 40px;
  flex: 1 1 auto;      /* 残りを使う */
  overflow-y: auto;    /* ←中身だけ縦スクロール */
  -webkit-overflow-scrolling: touch; /* iOSで慣性スクロール */	
}
.menu-sitemap {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 42px;
}
.menu-heading {
	margin: 0 0 12px;
	padding: 8px 16px;
	background: #fff;
	color: var(--blue);
	border-radius: 999px;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: .02em;
}
.menu-heading a{
	color: var(--blue);
	text-decoration: none;
}
.menu-list {
	list-style: none;
	margin: -8px 0 26px;
	padding: 0;
	display: grid;
	gap: 0px;
}
.menu-list a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	line-height: 1.6;
	opacity: .95;
	padding: 2px 0;
	position: relative;
	padding-left: 1.2em;
}
.menu-list a::before{
	content: "－";
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	font-weight: 700;
}
.menu-list a:hover {
	text-decoration: underline;
	opacity: 1;
}

/* 画面幅に応じて列数を落とす */
@media (max-width: 980px) {
    .menu-sitemap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 34px;
    }
}

@media (max-width: 640px) {
    .menu-sitemap {
        grid-template-columns: 1fr;
        gap: 22px;
    }
}
/* ===== Main ===== */
main {
	padding-bottom: 60px;
	padding-top: var(--header-h); /* fixedヘッダー分 */
}
.hero-wrap {
	//* padding:22px 0 10px; */
	padding: 0 0 0;
}
.hero-slider {
	overflow: hidden;
	border: 1px solid var(--border);
}
.hero-slide {
	position: relative;
	overflow: hidden;
}
.hero-slide a {
	display: block;
}
.hero-slide img {
	width: 100%;
	/*
	height: clamp(240px, 38vw, 520px);
	height: clamp(240px, 44vw, 570px);
	object-fit: cover;
	*/
	height: auto;
	display: block;
}
.hero-slide::before {
	display:none;
	/*
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(0,0,0,.15), rgba(0,0,0,.45));
	pointer-events: none;
	*/
}
.hero-slide .label {
	position: absolute;
	inset: 0;
	display: grid;
	place-items: center;
	font-weight: 900;
	letter-spacing: .02em;
	font-size: clamp(22px, 3vw, 42px);
	text-align: center;
	padding: 0 16px;
	color: #fff;
	pointer-events: none;
}
@media (max-width: 560px){
    .hero-slide{
        height: auto;
    }	
    .hero-slide img{
        /*
        object-fit: contain;
        */
        width:100%;
        height:auto;
        aspect-ratio: 388 / 185; /* or 実画像比率 */
        object-fit: contain;
    }
}	
	
	
	
.hero-slider .slick-dots {
	bottom: 14px;
}
.hero-slider .slick-dots li button:before {
	color: #fff;
	opacity: .7;
}
.hero-slider .slick-dots li.slick-active button:before {
	opacity: 1;
}
/* セクション見出し */
.section-title {
	font-size: 22px;
	font-weight: 900;
	margin: 8rem 0 2rem;
	text-align: center;
}
.section-desc {
	margin: 0 0 12px;
	color: var(--muted);
	line-height: 1.7;
	max-width: 75ch;
}
/* (2)(3) Full-width sliders */
.full-bleed {
	width: 100%;
	padding: 10px 0 0;
	overflow: hidden;   /* ←これが効く */
	margin-bottom: 60px;
}
.full-bleed .bleed-inner {
	width: 100%;
	padding: 0;
}
.thumb-slider {
	width: 100%;
}
/* centerModeで左右を見せるため、slick-listのクリップを解除 */
.slider-3 .slick-list {
	overflow: visible;
}
.thumb {
	padding: 0 8px;
}

@media (min-width: 1500px) {
    .slider-3 .thumb {
        padding: 0 14px;
    }
}
.thumb-card {
	overflow: hidden;
	background: #f2f2f2;
	aspect-ratio: 3628 / 1708;
	position: relative;
}
.slider-4 .thumb-card {
	aspect-ratio: 350 / 160;
}
.thumb-card a {
	display: block;
	height: 100%;
}
.thumb-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.thumb-caption {
	position: absolute;
	left: 12px;
	bottom: 10px;
	background: rgba(0,0,0,.45);
	color: #fff;
	padding: 6px 10px;
	border-radius: 999px;
	font-weight: 800;
	font-size: 13px;
	letter-spacing: .02em;
	pointer-events: none;
}
.thumb-slider .slick-prev, .thumb-slider .slick-next {
	z-index: 5;
}
/* ===============================
   5アイテムリンクセクション
================================ */

.feature-links {
	padding: 60px 0;
}
.feature-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px; /* ←重要：5列は余白を少し詰める */
}
/* カード全体をリンク化 */
.feature-item {
	text-decoration: none;
	color: inherit;
	display: block;
	
	border: 1px solid #00479D;
	border-radius: 8px;
	padding: 10px;
	background: #fff;

	transition:
		transform .2s ease,
		box-shadow .2s ease;	
}
/* 画像 */
.feature-img {
	/*
    border-radius: 10px;
    overflow: hidden;
	*/
	overflow: visible;
}
.feature-img img {
	width: 100%;
	height: 100%;
	/* ←おすすめ比率 */
	/*
	aspect-ratio: 38 / 28;
	*/
	aspect-ratio: 15 / 7;   
	
	object-fit: contain;
	display: block;
	transition: transform .35s ease;
}
/* ホバーで軽くズーム（推奨） */
.feature-item:hover{
	transform: translateY(-2px);
	box-shadow: 0 4px 14px rgba(0,0,0,.12);
}
.feature-item:hover img {
	transform: scale(1.05);
}
/* キャプション */
.feature-caption {
	margin-top: 5px;
	padding: 0 0 0 0.25em;
	font-weight: 800;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* 青▶ */
.arrow {
	width: 0;
	height: 0;
	border-left: 12px solid var(--blue);
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
}

@media (max-width: 1100px) {
    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .feature-grid {
        grid-template-columns: 1fr;
    }
}
.arrow {
	transition: transform .2s ease;
}
.feature-item:hover .arrow {
	transform: translateX(4px);
}
.titleimg {
	max-height: 93px;
}
	
	
	
	
/* modal */	
.mv_modal {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  transition: .25s;
}
.mv_modal.is_hidden {
  opacity: 0;
  pointer-events: none;
}
.modal_close {
  border-radius: 100%;
  padding: 10px;
  width: 30px;
  height: 30px;
  filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.16));
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 2;
  cursor: pointer;
  background: black;
  transition: .25s;
}
.modal_close img {
  display: block;
}
.modal_close:hover {
  background: rgba(0,0,0,.5);
}
.mv_modal .modal_btn {
    width: 210px;
    padding: 3px 3px 0;
    background: #0e6eb8;
    border-radius: 7px;
}
.mv_modal .modal_btn_inner {
  width: 100%;
  transition: all 0.3s ease;
}
.mv_modal .modal_btn img {
  width: 100%;
  border-radius: 5px;
}
.mv_modal .modal_btn:hover .modal_btn_inner {
  opacity: .7;
}
.modal_btn_detail {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  height: 200px;
  background: linear-gradient(to top, rgba(0,0,0,.7), rgba(0,0,0,0));
  border-radius: 0 0 10px 10px;
  text-align: center;
}
.modal_btn_detail a.btn {
  position: absolute;
  bottom: 30px;
  transform: translateX(-50%);
  display: inline-block;
  width: 200px;
  height: 50px;
  padding-top: 15px;
  border: 1px solid #fff;
  border-radius: 25px;
  color: #fff;
  font-size: 1.3rem;
  font-family: "Jost", serif;
  font-weight: 500;
  letter-spacing: .1em;
  text-align: center;
}
.modal_btn_detail a:hover.btn {
  background: #fff;
  color: #242530;
}
/* width */
.width100 {width: 100%;}
.width90 {width: 90%;}
.width50 {width: 50%;}
.width40 {width: 40%;}
.width30 {width: 30%;}
	
	
/* breadbox */
#breadbox{
	position: absolute;
	right: 160px;
	bottom: 10px;
	display: flex;
	/*
	flex-wrap: wrap;
	*/
}
#breadbox a{
	display: block;
	margin-left: 1em;
	color: #000;
	text-decoration: none;
}
#breadbox a:first-child{
	margin-left: 0;
}
#breadbox a:hover{
	color: #999;
}
@media screen and (max-width: 1100px) {
    #breadbox{
		display: none;
    }
}

/* breadboxにかわるもの */	
.header-nav{
  display:flex;
  align-items:center;
  gap:10px;
		flex-wrap:wrap;
	min-width:0;
}

.header-nav a{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  height:34px;
  padding:0 18px;

  background:#ececec;
  border-radius:999px;

  color:#333;
  text-decoration:none;
  font-size:14px;
  font-weight:700;

  transition:
    background .2s ease,
    color .2s ease;
}

.header-nav a:hover{
  background:#dcdcdc;
}	
	
	
	

/* hero 矢印調整 */
.hero-slider .slick-prev,
.hero-slider .slick-next{
    z-index:10;
    width: 48px;
    height: 48px;
    /*
    background: rgba(0,0,0,.4);
    border-radius:50%;	
    */	
}
.hero-slider .slick-prev{
  left: 10px;
}
.hero-slider .slick-next{
  right: 10px;
}

/* 矢印色を白に */
.hero-slider .slick-prev:before,
.hero-slider .slick-next:before{
  color: #ffd900;
  font-size: 36px;
}
	
	
.hero-full{
  width:100%;
  margin:0;
  padding:0;
}

.hero-slider{
  width:100%;
  border-radius:0; /* 角丸を消す */
  border:none;     /* 枠線があれば消す */
}	
	
	
@media (min-width: 1101px){
    .header-actions{
        height:100%;

        display:grid;
		/*
        grid-template-columns: 1fr 110px;
		*/
		grid-template-columns: minmax(0,1fr) 72px;
        grid-template-rows: auto auto;

        align-content:center;
        column-gap:18px;
        row-gap:8px;

        flex:1;
        margin-left:40px;
    }
    #cft_box{
        position: static;

        grid-column:1;
        grid-row:1;

        display:flex;
        justify-content:flex-end;
        align-items:center;
        flex-wrap:wrap;

        font-size:.8rem;
    }
    .header-nav{
        grid-column:1;
        grid-row:2;

        justify-content:flex-end;
        flex-wrap:wrap;
    }
    .hamburger{
        grid-column:2;
        grid-row:1 / 3;

        justify-self:end;
        align-self:center;
    }
}
	
	
.menu-close::before,
.menu-close::after{
	content:"";

	position:absolute;

	left:50%;
	top:50%;

	width:42px;
	height:2px;

	background:var(--blue);

	transform-origin:center;
}

.menu-close::before{
	transform:
		translate(-50%, -50%)
		rotate(45deg);
}

.menu-close::after{
	transform:
		translate(-50%, -50%)
		rotate(-45deg);
}	

	
@media (max-width: 1220px){
    .header-nav a{
      height: 28px;
      padding: 0 9px;
      font-size: 12px;
    }		
}	
	
	
	
	
@media (max-width: 1100px){
  .header-actions{
    margin-left: auto;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 0;
  }

  #cft_box,
  .header-nav{
    display: none;
  }

  .hamburger{
    flex: 0 0 72px;
    width: 72px;
    height: 72px;
  }
}	
	
	
/* アコーディオン用 */
@media (max-width: 640px){
  .menu-content{
    padding: 20px 10px 40px;
  }

  .menu-sitemap{
    display: block;
  }

  .menu-heading{
    position: relative;
    margin: 0 0 8px;
    padding: 10px 36px 10px 14px;
    background: #fff;
    color: var(--blue);
    border-radius: 999px;
    font-size: 14px;
    cursor: pointer;
  }

  .menu-heading a{
    color: var(--blue);
    text-decoration: none;
  }

  .menu-heading::after{
    content: "+";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 900;
    font-size: 16px;
    transition: transform .25s ease;
  }

  .menu-heading.is-open::after{
    content: "+";
    transform: translateY(-50%) rotate(45deg);
  }

  .menu-list{
    display: grid;
    margin: 0;
    padding: 0 0 0 14px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition:
      max-height .28s ease,
      opacity .2s ease,
      margin .28s ease,
      padding .28s ease;
  }

  .menu-list.is-open{
    max-height: 600px;
    opacity: 1;
    margin: 0 0 14px;
    padding: 2px 0 8px 14px;
  }

  .menu-list a{
    font-size: 13px;
    line-height: 1.7;
  }
}	
	
	
@media (max-width: 640px){
  .menu-heading-link::after{
    content: none;
  }

  .menu-heading-link{
    padding-right: 14px;
  }
}
