@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  /*font-family: "noto-sans", sans-serif;*/
  font-family: 'Noto Sans JP', sans-serif !important;
  font-feature-settings: "pnum"; /* 数字が統一されたプロポーショナル表示に */
  font-size: 15px;
  line-height: 1.66;
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-text-size-adjust: none;
}
a {
  -webkit-transition: all 1s;
  transition: all 1s;
}

a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
}

/* header */
header {
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 800px) {
  header {
    width: 100%;
    padding: 10px 0px;
    max-width: none;
    background-color: #002E76;
  }
}
header .logo {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 10.54%;
  max-width: 144px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #002E76;
}
@media screen and (max-width: 800px) {
  header .logo {
    position: static;
    width: 51.06%;
    max-width: 383px;
    margin: 0px auto;
  }
}

/* footer */
.pagetop_btn {
  position: fixed;
  width: 60px;
  bottom: 30px;
  right: 30px;
  z-index: 99;
}
@media screen and (max-width: 800px) {
  .pagetop_btn {
    bottom: 10px;
    right: 10px;
  }
}

footer {
  background-color: #002E76;
  padding: 80px 0px 45px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 644px) {
  footer {
    padding: 60px 0px 25px;
  }
}
footer .footer_logo {
  width: 100%;
  max-width: 250px;
  margin: 0px auto;
  margin-bottom: 50px;
}
@media screen and (max-width: 644px) {
  footer .footer_logo {
    max-width: 200px;
    margin-bottom: 40px;
  }
}
footer .footer_txt01 {
  font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 644px) {
  footer .footer_txt01 {
    margin-bottom: 15px;
  }
}
footer .footer_txt01 b {
  display: block;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 500;
}
@media screen and (max-width: 644px) {
  footer .footer_txt01 b {
    font-size: 23px;
  }
}
footer .footer_link {
  color: #fff;
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 50px;
}
@media screen and (max-width: 644px) {
  footer .footer_link {
    margin-bottom: 35px;
  }
}
footer .footer_btn {
  font-size: 20px;
  display: block;
  width: 100%;
  max-width: 500px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px auto;
  color: #fff;
  font-weight: bold;
  font-weight: 700;
  line-height: 1;
  padding: 30px 0px;
  border: solid 1px #fff;
  margin-bottom: 45px;
}
@media screen and (max-width: 644px) {
  footer .footer_btn {
    font-size: 14px;
    padding: 20px 0px;
    width: calc(100% - 40px);
    margin-bottom: 35px;
  }
}
footer .footer_btn:hover {
  background-color: #fff;
  color: #002E76;
}
footer small {
  font-size: 13px;
}
@media screen and (max-width: 644px) {
  footer small {
    font-size: 12px;
  }
}

/* 改行位置調整 */
@media screen and (max-width: 800px) {
  .pc, .pc_inline {
    display: none;
  }
}

@media screen and (max-width: 644px) {
  .pctab, .pctab_inline {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab {
    display: inherit;
  }
}
@media screen and (max-width: 644px) {
  .tab {
    display: none;
  }
}

.tab_inline {
  display: none;
}
@media screen and (max-width: 800px) {
  .tab_inline {
    display: inline-block;
  }
}
@media screen and (max-width: 644px) {
  .tab_inline {
    display: none;
  }
}

.tabsp {
  display: none;
}
@media screen and (max-width: 800px) {
  .tabsp {
    display: inherit;
  }
}

.tabsp_inline {
  display: none;
}
@media screen and (max-width: 800px) {
  .tabsp_inline {
    display: inline-block;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 644px) {
  .sp {
    display: inherit;
  }
}

.sp_inline {
  display: none;
}
@media screen and (max-width: 644px) {
  .sp_inline {
    display: inline-block;
  }
}

/* faq 2025.12.11 */
#sec-faq {
	padding: 0 0 6.4em;
	border-radius: 1em;
	.inner {
		margin: 0 auto;
		width: 92%;
		max-width: 960px;
	}
	@media (max-width: 912px) {
		padding: 0 5svw 4.5em;
		margin-top: 4em;
		.inner {
			width: 100%;
		}
	}
}
/* Header */
.faq-header {
  text-align: center;
  margin-bottom: 3rem;
  .c-text-sub {
	margin-top: 1.5em;
	font-size: 1.8em;
	b {
		color: #003b87;
	}
  }
  @media (max-width: 912px) {
    font-size: 15px;
    .c-text-sub {
      font-size: 15px;
    }
  }
}
.faq-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 1rem;
  background: rgba(251, 191, 36, 0.8);
  color: #b45309;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.hl-faq-title {
  font-size: clamp(2.2rem, calc((35 / 1120) * 100vw), 3.5rem);
  font-weight: 600;
  margin-bottom: .5em;
  color: #003b87;
  span {
	align-items: center;
	line-height: 1;
	display: inline-flex;
	gap:.5em;
	&::before {
		content: '';
		display: block;
		width: .2em;
		height: .8em;
		border: 2px solid #003b87;
		border-right: none;
	}
	&::after {
		content: '';
		display: block;
		width: .2em;
		height: .8em;
		border: 2px solid #003b87;
		border-left: none;
	}
  }
}
/* Tag Filter */
.faq-tag-filter {
  position: relative;
}
.faq-tag-scroll {
  overflow-x: auto;
  padding-bottom: 0.5rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.faq-tag-scroll::-webkit-scrollbar {
  display: none;
  height: 0;
}
/* スマホ表示時の右端グラデーションとフリックアイコン */
@media (max-width: 767px) {
  .faq-tag-filter::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 2rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0.5rem;
    background: linear-gradient(to right, rgba(226, 228, 229, 0) 0%, rgba(226, 228, 229, 0.6) 40%, rgba(226, 228, 229, 0.9) 70%, rgba(226, 228, 229, 1) 100%);
    pointer-events: none;
    font-size: 1.8rem;
    color: #78716c;
    font-weight: bold;
    z-index: 1;
    transition: opacity 0.3s ease-out;
  }
  .faq-tag-filter::after {
    content: '';
    position: absolute;
    right: -1em;
    top: 3px;
    width: 2em;
    height: 2em;
	background: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20class%3D%22ai%20ai-ChevronRight%22%3E%3Cpath%20d%3D%22M8%204l8%208-8%208%22%2F%3E%3C%2Fsvg%3E')50% 50% no-repeat;
	background-size: contain;
    z-index: 1;
    transition: opacity 0.3s ease-out;
  }
  /* スクロール済みの場合は矢印を非表示 */
  .faq-tag-filter.scrolled::after {
    opacity: 0;
  }
}

.faq-tag-wrapper {
  display: flex;
  gap: 0.5rem;
  min-width: max-content;
  padding: 0 1rem;
  margin: 0 -1rem;
}
@media (max-width: 767px) {
  .faq-tag-wrapper {
    padding-right: 4rem; /* 右端アイコンのスペースを確保 */
  }
}
@media (min-width: 768px) {
  .faq-tag-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    min-width: 0;
    padding: 0;
    margin: 0;
  }
}

.faq-tag-btn {
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  font-size: 1.3rem;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.2s ease-out;
  border: 1px solid #e7e5e4;
  background: #ffffff;
  color: #78716c;
  @media (max-width:768px) {
	font-size: 12px;
  }
}

.faq-tag-btn:hover {
  background: #f5f5f4;
}

.faq-tag-btn.active {
  background: #022d6a;
  color: #fff;
  border-color: #022d6a;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.faq-result-count {
  text-align: center;
  margin: 1.6em auto 1em;
  font-size: 1.3em;
  color: #a8a29e;
}


/* FAQ List */
.faq-list {
/*  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border: 1px solid #f5f5f4;
  overflow: hidden; */
}

.faq-item {
  transition: all 0.3s ease-out;
  background: #fff;
  border-radius: .64em;
  box-shadow: 0 2px 3px -1px rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.06);
  border: 1px solid #dde;
  *+& {
	margin-top: 1em;
  }
}

.faq-item.open {
  background: linear-gradient(135deg, rgba(160, 220, 255, 0.1), #fff 16%, #fff 84%, rgba(160, 220, 255, 0.1) 100%);
  border-color: #688dbd;
  box-shadow: 0 4px 8px rgba(200, 200, 224, .8);

}
@media (hover:hover) {
	.faq-item:not(.open):hover {
		background: #f9feff;
		box-shadow: 0 4px 8px rgba(200, 200, 224, .8);
	}
}

.faq-question-btn {
  width: 100%;
  padding: 2.5rem 2.5em;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  outline: none;
  @media (max-width:768px) {
	padding: 1.5em;
  }
}

.faq-question-content {
  flex: 1;
  min-width: 0;
}

.faq-question-text {
  font-size: clamp(1.6rem, calc((20 / 1040) * 100vw), 1.8rem);
  font-weight: 400;
  line-height: 1.625;
  display: flex;
  gap:clamp(10px, calc((16 / 1040) * 100vw), 16px);
  color: #022d6a;
  &::before {
	content: 'Q';
	display: flex;
	width: clamp(20px, calc((24 / 1040) * 100vw), 24px);
	height: clamp(20px, calc((24 / 1040) * 100vw), 24px);
	font-size: clamp(12px, calc((14 / 1040) * 100vw), 14px);
	background: #003b87;
	color: #fff;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: relative;
	top:2px;
	transition: background .2s, color .2s;
  }
  span {
	flex:1;
  }
  @media (max-width:768px) {
	line-height:1.4;
  }
  .open & {
	&::before {
		background: #003b87;
		color: #fff;
	}
  }
}

.faq-item-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 0.5rem;
}
.faq-item-tag {
  display: inline-flex;
  align-items: center;
  padding: 0.4em 0.64em;
  font-size: 11px;
  background: #fef8dd;
  border-radius: 0.4rem;
  @media (max-width:768px) {
	font-size: 10px;
  }
}

.faq-chevron {
  flex-shrink: 0;
  margin-top: 0.25em;
  padding: 0.25rem;
  border-radius: 9999px;
  transition: all 0.2s;
  color: #022d6a;
}

.faq-item.open .faq-chevron {
  color: #022d6a;
  background: #f5f5f5;
}

.faq-item:not(.open) .faq-question-btn:hover .faq-chevron {
  color: #78716c;
}

.faq-chevron svg {
  width: clamp(16px, calc((20 / 1040) * 100vw), 20px);
  height: clamp(16px, calc((20 / 1040) * 100vw), 20px);
  transition: transform 0.3s;
}

.faq-item.open .faq-chevron svg {
  transform: rotate(180deg);
}

.faq-answer {
  overflow: hidden;
  transition: all 0.3s ease-out;
  max-height: 0;
  opacity: 0;
}

.faq-item.open .faq-answer {
  max-height: 999em;
  opacity: 1;
}

.faq-answer-content {
  padding: 0 2.5rem 4rem;
  display: flex;
  gap:clamp(10px, calc((16 / 1040) * 100vw), 16px);
  &::before {
	content: 'A';
	display: flex;
	font-weight: bold;
	width: clamp(20px, calc((24 / 1040) * 100vw), 24px);
	height: clamp(20px, calc((24 / 1040) * 100vw), 24px);
	font-size: clamp(12px, calc((14 / 1040) * 100vw), 14px);
	color: #003b87;
	background: #e8e8f0;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: relative;
	top:3px;
  }  
  div {
	flex: 1;
  }
  p {
	font-feature-settings: "palt";	
	letter-spacing: .08em;
	font-size: clamp(1.4rem, calc((16 / 1040) * 100vw), 1.6rem);
	line-height: 1.7;
	*+& {
		margin-top: 1em;
	}
	*.hl-ans-section + & {
		margin-top: .5em;
	} 
	*.text-notice + &.text-notice { 
		margin-top: .25em;
	}
	.-marker {
		background:linear-gradient(transparent 64%, #fbeac3 64%);
	}
  }
  .text-notice {
	font-size: clamp(1.2rem, calc((16 / 1040) * 100vw), 1.4rem);
	padding-left: 1em;
	text-indent: -1em;
  }
  @media (max-width:768px) {
	padding: 0 1.5em 2em;
	flex-direction: column;
	&::before {
		content: '';
		margin: 0 auto 1em;
		width: 100%;
		height: 1px;
		background: #dde;
		justify-content: flex-start;
	}
  }
}

.faq-answer-text {
  line-height: 1.625;
  font-size: 0.875rem;
}

/* Empty State */
.faq-empty {
  padding: 4rem 1rem;
  text-align: center;
}

.faq-empty-icon {
  color: #d6d3d1;
  margin-bottom: 0.75rem;
}

.faq-empty-icon svg {
  width: 3rem;
  height: 3rem;
  margin: 0 auto;
}

.faq-empty-text {
  color: #a8a29e;
  font-size: 0.875rem;
}

/* Footer CTA */
.faq-footer-cta {
	margin-top: 4cqh;
	text-align: center;
	.faq-cta-text {
		color: #022d6a;
		font-size: clamp(1.4rem, calc((16 / 1040) * 100vw), 1.6rem);
		margin-bottom: 1.2em;
	}
	.btn-common {
		font-size: 15px;
		padding: .75em 2.5em;
		border-radius: 100vmax;
		background: #f38629;
    color: #fff;
	}
}


/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in {
  animation: fadeIn 0.4s ease-out forwards;
}

.fade-in-delay-1 {
  animation-delay: 0.1s;
  opacity: 0;
}

.fade-in-delay-2 {
  animation-delay: 0.15s;
  opacity: 0;
}

.fade-in-delay-3 {
  animation-delay: 0.2s;
  opacity: 0;
}
.hl-ans-section {
	color: #022d6a;
	font-feature-settings: "palt";
	margin-top: 1.6em!important;
	font-weight: bold;
}

.p-ans-table {
	width: 100%;
	border-spacing: 0 2px;
	font-size: 1.5rem;
	th {
		padding: .64em 1em;
		text-align: left;
		color: #072955;
		background: #e8e8f0;
		font-feature-settings: "palt";
		line-height: 1.4;
		font-weight: normal;
	}
	td {
		padding: 1em;
		background: #f6f6f9;
		font-feature-settings: "palt";
		line-height: 1.6;
	}
	*+& {
		margin-top: 1em;
	}
	*.hl-ans-section + & {
		margin-top: .5em;
	}
	caption {
		color: #022d6a;
		font-weight: bold;
		font-size: 1.6rem;
		padding-bottom: .5em;
		text-align: left;
		font-feature-settings: "palt";
	}
	@media only screen and (max-width: 768px) {
		font-size: 1.3rem;
		border-spacing: 0 4px;
		th {
			display: block;
			width: 100%!important;
			font-weight: bold;
			br {
				display: none;
			}
		}
		td {
			display: block;
		}
	}
}

.p-ans-list {
	font-size: 1.6rem;
	li {
		line-height: 1.25;
		display: flex;
		gap: .25em;
		&::before {
			content: '';
			display: block;
			width: 1em;
			height: 1em;
			background: #003b87;
			border-radius: 50%;
			scale: .4;
			position: relative;
			top: .1em;
		}
		span {
			flex: 1;
		}
		*+& {
			margin-top: .64em;
		}
	}
	*+& {
		margin-top: 1em;
	}
}

.p-ans-dl {
	font-size: 1.6rem;
	line-height: 1.6;
	>*+div {
		margin-top: 1.5em;
	}
	dt {
		font-feature-settings: "palt";
		font-weight: normal;
		color: #022d6a;
		padding-bottom: .4em;
		.-num {
			background: #00377d;
			color: #fff;
			font-size: 1.1rem;
			font-weight: normal;
			width: 1.6em;
			line-height: 0;
			border-radius: 1px;
			aspect-ratio: 1/1;
			display: inline-flex;
			justify-content: center;
			align-items: center;
			margin-right: .5em;
			position: relative;
			top: -.1em;
		}
	}
	dd {
		color: #434343;
		padding-left: 1.5em;
		&:has(table) {
			padding-left: 0;
		}
	}
	*+& {
		margin-top: 1.5em;
	}
	@media (max-width:768px) {
		font-size: 1.4rem;
		dt {
			font-size: 1.4rem;
		}
		dd {
			font-size: 1.4rem;
		}
	}
}