@charset "utf-8";


/* --------------------------------------------------
	override
-------------------------------------------------- */
:root {
	--color-text: #656565;
	--color-text-black: #333333;
	--color-text-pink: #E4007F;
	--color-text-blue: #3A6580;
	--color-text-gray: #969696;
	--color-bg-pink1: #FF96A6;
	--color-bg-pink2: #FFF7F7;
	--color-bg-pink3: #FFF4EB;
	--color-line: #C1C1C1;
	--color-dot: #656565;
	--color-white: #FFFFFF;
	--color-blue: #74A2BF;
}
body {
	background: var(--color-white);
}
#faq section {
	margin-bottom: 0;
}
#faq h1,
#faq h2,
#faq h3,
#faq h4,
#faq h5,
#faq h6 {
	font-family: "Noto Sans JP", serif;
}
#faq p {
	margin-bottom: 0;
}
#faq figure {
	margin: 0 0;
}
#faq ol {
	list-style-type: none;
	margin: 0 0;
	padding: 0 0;
}


/* --------------------------------------------------
	parts
-------------------------------------------------- */
#faq {
	position: relative;
	font-family: "Noto Sans JP", serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0.1em;
	color: var(--color-text);
	padding-top: 1px;
	overflow-x: hidden;
	padding: 8px 0 100px;
}
#faq .u-font--notosans {
	font-family: "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
}
#faq .u-font--zenmarugo {
	font-family: "Zen Maru Gothic", serif;
	font-style: normal;
}
#faq .u-font--sz {
	color: var(--color-text-gray);
	font-size: 14px;
}
#faq .u-font--w400 {
	font-weight: 400;
}
#faq .u-font--w500 {
	font-weight: 500;
}
#faq .u-font--w700 {
	font-weight: 700;
}
#faq .u-color--pink {
	color: var(--color-text-pink);
}
#faq .u-color--blue {
	color: var(--color-text-blue);
}
#faq .u-color--text {
	color: var(--color-text);
}

.unit-title--h4 {
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: 500;
}

.u-mt-def {
	margin-top: 0;
}
.u-mt-s {
	margin-top: 20px;
}
@media screen and (min-width: 681px) {
	.u-mt-s {
		margin-top: 30px;
	}
}

#faq .l-sec {
	position: relative;
}
#faq .l-sec__inner {
	position: relative;
	max-width: 1260px;
	padding: 0 30px;
	margin-inline: auto;
}
#faq .c-dotline--bottom {
	background: linear-gradient(to right, var(--color-dot) 0px, var(--color-dot) 1px, transparent 1px, transparent 5px) left bottom / 5px 1px repeat-x;
}
@media screen and (max-width: 680px) {
	#faq {
		font-size: 14px;
		padding-bottom: 30px;
	}
	#faq .l-sec__inner {
		padding: 0 8%;
	}
}

#faq .l-target {
    scroll-margin-top: 87px;
}


/* --------------------------------------------------
	visual
-------------------------------------------------- */
#faq .visual {
	height: 450px;
}
#faq .visual .l-sec__inner {
	height: 100%;
}
#faq .visual__image {
	position: absolute;
	top: 0;
	left: calc(83 / 1366 * 100%);
	width: calc(100% - (83 / 1366 * 100%));
	height: 100%;
	border-radius: 10px 0 0 10px;
	overflow: hidden;
}
#faq .visual__image img {
	object-fit: cover;
	object-position: 12% 50%;
	width: 100%;
	height: 100%;
}
#faq .visual__title-wrap {
	position: absolute;
	top: 50%;
	left: calc(90 / 1260 * 100%);
	transform: translateY(-50%);
}
#faq .visual__subtitle {
	margin-bottom: 20px;
}
#faq .visual__subtitle span {
	display: inline-block;
	font-size: clamp(16px, calc((100vw / 1024) * 20), 20px);
	font-weight: 500;
	line-height: 1.4;
	color: var(--color-white);
	background: var(--color-bg-pink1);
	border-radius: 30px 30px;
	padding: 10px 20px;
}
#faq .visual__title {
	font-size: min(calc((100vw / 1024) * 42), 42px);
	font-weight: 500;
	line-height: 1.5;
	color: var(--color-text-pink);
}
@media screen and (max-width: 1383px) {
	#faq .visual__image {
		left: calc((100% - 1200px) * 0.5);
		width: calc(100% - (100% - 1200px) * 0.5);
	}
}
@media screen and (max-width: 1277px) {
	#faq .visual__image {
		left: 30px;
		width: calc(100% - 30px);
	}
}
@media screen and (max-width: 680px) {
	#faq .visual {
		height: calc(400 / 375* 100vw);
	}
	#faq .visual__image {
		left: 8%;
		width: 92%;
	}
	#faq .visual__title-wrap {
		top: calc(60 / 400 * 100%);
		left: calc(60 / 375 * 100%);
		transform: translateY(0);
	}
	#faq .visual__subtitle {
		margin-bottom: 15px;
	}
	#faq .visual__subtitle span {
		font-size: 14px;
	}
	#faq .visual__title {
		font-size: 26px;
		line-height: 1.8;
	}
}

/* --------------------------------------------------
	intro
-------------------------------------------------- */
#faq .intro {
	padding-top: 100px;
}
#faq .intro-box {
	margin-bottom: 120px;
}
#faq .intro__title {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: center;
	color: var(--color-text-blue);
}
#faq .intro__lead {
	text-align: center;
	margin-bottom: 80px;
}
#faq .intro__lead p + p {
	margin-top: 2.0em;
}
#faq .intro__illust {
	position: absolute;
	z-index: 1;
	width: 466px;
	top: -276px;
	left: calc(718 / 1260 * 100%);
}
@media screen and (max-width: 680px) {
	#faq .intro {
	  padding-top: 100px;
	  margin-bottom: 80px;
	}
	#faq .intro-box {
		margin-bottom: 80px;
	}
	#faq .intro__title {
		font-size: 18px;
	}
	#faq .intro__lead {
		text-align: left;
		margin-bottom: 60px;
	}
	#faq .intro__illust {
		width: 270px;
		top: -155px;
		left: auto;
		right: calc(10 / 375 * 100%);
	}
}


/* --------------------------------------------------
	pagenav
-------------------------------------------------- */
.pagenav {
	z-index: 1;
	padding-bottom: 80px;
}
.pagenav__list {
	border: 1px solid var(--color-line);
	border-radius: 10px 10px;
	padding: 30px calc(70 / 1200 * 100%) 50px;
}
.pagenav__list li {
	position: relative;
	padding: 20px 0;
}
.pagenav__list li a {
	position: relative;
	display: block;
	color: var(--color-text-blue);
	font-weight: 500;
	padding-left: 40px;
}
.pagenav__list li a::before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 24px;
	height: 24px;
	background: var(--color-text-pink);
	border-radius: 50% 50%;
}
.pagenav__list li a::after {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 24px;
	height: 24px;
	background: var(--color-white);
	mask: url("../images/icon_arrow_01.svg") center center / 12px auto no-repeat;
	transform: rotate(90deg);
}
@media (any-hover: hover) {
	.pagenav__list li a {
		transition: color .3s ease;
	}
	.pagenav__list li a:hover {
		color: var(--color-text-pink);
	}
}
@media screen and (max-width: 680px) {
	.pagenav__list {
		border: none;
		padding: 0 0;
	}
	.pagenav__list li a {
		padding-left: 28px;
	}
	.pagenav__list li a::before {
		width: 18px;
		height: 18px;
	}
	.pagenav__list li a::after {
		width: 18px;
		height: 18px;
	}
}
@media screen and (min-width: 681px) {
	.pagenav__list {
		display: flex;
		flex-wrap: wrap;
		gap: 0 60px;
	}
	.pagenav__list li {
		width: calc(50% - 30px);
	}
}


/* --------------------------------------------------
	faq__list
-------------------------------------------------- */
#faq .faq__list {
	display: flex;
	flex-wrap: wrap;
	gap: 60px calc(50 / 1200 * 100%);
}
#faq .faq__list .item {
	width: calc((100% - 50px) / 2);
}
/*#faq .faq__list .item-article {
	height: 100%;
}*/
#faq .faq__list .item-button {
	position: relative;
	display: flex;
	flex-direction: column;
	color: var(--color-text-pink);
	height: 100%;
}
#faq .faq__list .item-point {
	position: absolute;
	z-index: 1;
	width: calc(109 / 366 * 100%);
	top: -20px;
	right: calc(15 / 366 * 100%);
	transform-origin: left bottom;
	pointer-events: none;
}
#faq .faq__list .item-image {
	position: relative;
	overflow: hidden;
	border-radius: 10px 10px;
}
#faq .faq__list .item-title {
	position: relative;
	align-items: center;
	line-height: 1.8;
	font-weight: 500;
	background: var(--color-bg-pink1);
	padding: 10px;
	text-align: center;
  font-size: 28px;
}
#faq .faq__list .item-title span {
	color: var(--color-white);
}
#faq .faq__list .item-title::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 5%;
	width: 24px;
	height: 24px;
	border: 1px solid #fff;
	background: var(--color-white);
	border-radius: 50% 50%;
	transform: translateY(-50%);
}
#faq .faq__list .item-title::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5%;
	width: 24px;
	height: 24px;
	background: currentColor;
	mask: url("../images/icon_arrow_01.svg") center center / 12px 12px no-repeat;
	transform: translateY(-50%) rotate(90deg);
}
@media (any-hover: hover) {
	#faq .faq__list a.item-button:hover .item-point {
		animation: iconPointPop .4s ease;
	}
	#faq .faq__list a.item-button .item-image img {
		transition: transform .3s ease;
	}
	#faq .faq__list a.item-button:hover .item-image img {
		transform: scale(1.05);
	}
	#faq .faq__list a.item-button .item-title::before {
		transition: background-color .3s ease;
	}
	#faq .faq__list a.item-button:hover .item-title::before {
		background: var(--color-bg-pink1);
	}
	#faq .faq__list a.item-button .item-title::after {
		transition: background-color .3s ease;
	}
	#faq .faq__list a.item-button:hover .item-title::after {
		background: var(--color-white);
	}
}
/*blue*/
#faq .faq__list .item-title_blue {
	background: var(--color-blue);
}
@media (any-hover: hover) {
	#faq .faq__list a.item-button:hover .item-title_blue::before {
		background: var(--color-blue);
	}
}

#faq .faq__list .item .faq__check{
	padding: 20px 10px 0;
}
#faq .faq__list .item .faq__check p{
	position: relative;
	padding-left: 25px;
}
#faq .faq__list .item .faq__check p::before {
  content: url("../images/icon_check.svg");
  position: absolute;
  top: 1px;
  left: 0;
  width: 30px;
  height: 30px;
}
#faq .faq__list .item .faq__check p a{
	color: var(--color-text);
}
#faq .faq__list .item .faq__check p a:hover{
	text-decoration: underline;
}

@media screen and (max-width: 680px) {
	#faq .faq__list {
		gap: 40px 0;
	}
	#faq .faq__list .item {
		width: 100%;
	}
	#faq .faq__list .item-point {
		width: calc(70 / 315 * 100%);
		right: calc(10 / 315 * 100%);
	}
	#faq .faq__list .item-title {
		font-size: 18px;
	}
	#faq .faq__list .item .faq__check {
	  padding: 15px 5px 0;
	}
}
/* --------------------------------------------------
	article-unit 
-------------------------------------------------- */
#faq .article .article__image + .l-sec__inner {
	margin-top: -80px;
}
#faq .article#category01 .article__inner {
	border-radius: 10px 10px 0 0;
}
	#faq .article .article__image img {
		width: 100%;
		height: 370px;
		object-fit: cover;
	}	
	#faq .article__inner {
	  background: var(--color-bg-pink2);
	  /* border-radius: 10px; */
	  overflow: hidden;
	  /* margin-top: -80px; */
	  /* margin-bottom: 120px; */
	}
	#faq .article__inner.last{
	  margin-bottom: 0;
	}
	#faq .article-unit {
		padding: 0 100px 100px;
	}
	#faq .article-unit .unit-title--h2 {
	  font-size: 34px;
	  font-weight: 500;
	  line-height: 1.8;
	  color: var(--color-text-black);
	  text-align: center;
	  margin: 120px 0 104px;
	}
	#faq .article-unit .unit-title--h2 span {
		position: relative;
		display: inline-block;
		color: var(--color-text-pink);
	}
	#faq .article-unit .unit-title--h2 span::before {
		content: "";
		position: absolute;
		bottom: 3px;
		left: 0;
		width: 100%;
		height: 1px;
		background: currentColor;
	}
	#faq .article-unit .unit-title--h3 {
	  position: relative;
	  font-size: 24px;
	  font-weight: 500;
	  line-height: 1.8;
	  color: var(--color-text-blue);
	  margin: 96px 0 40px;
	  padding-left: 15px;
	}

	#faq .article-unit .unit-title--h3::before {
	  content: "";
	  position: absolute;
	  top: 0.3em;
	  left: 0;
	  width: 4px;
	  height: calc(100% - 0.6em);
	  background: #74A2BF;
	  border-radius: 2px 2px;
	}

	#faq .article-unit .unit-box {
	  background: var(--color-white);
		border-radius: 10px;
		padding: 25px 40px 40px;
	}
	#faq .article-unit .unit-box li {
		position: relative;
		background: linear-gradient(to right, var(--color-dot) 0px, var(--color-dot) 1px, transparent 1px, transparent 5px) left bottom / 5px 1px repeat-x;
		padding: 25px 0;
	}
	#faq .article-unit .unit-box li p{
		position: relative;
		padding-left: 40px;
	}
	#faq .article-unit .unit-box li p::before {
	  content: url("../images/icon_comment.svg");
	  position: absolute;
	  top: 1px;
	  left: 0;
	  width: 46px;
	  height: 40px;
	}
@media screen and (max-width: 680px) {
	#faq .article .article__image img{
		width: 100%;
		height: 150px;
		object-fit: cover;
	}
	#faq .article .l-sec__inner{
		padding: 0;
		/* margin-bottom: 60px; */
	}
	#faq .article__inner {
	  margin-top: -10px;
	}
	#faq .article-unit {
	  padding: 0 30px;
	}
	#faq .article-unit .unit-title--h2 {
		font-size: 24px;
		margin: 80px 0 48px;
	}
	#faq .article-unit .unit-title--h3{
		font-size: 17px;
		margin: 56px 0 32px;
	}
	#faq .article-unit .unit-title--h3::before {
		width: 3px;
	}
	#faq .article-unit .unit-box {
	  padding: 10px 20px 30px;
	  margin-bottom: 30px;
	}
	#faq .article-unit .unit-box li {
	  padding: 20px 0;
	}

}

@keyframes iconPointPop {
	0% { transform: scale(0.6); }
   40% { transform: scale(1.05); }
  100% { transform: scale(1); }
}


.l-sec.u-mt-def .article-unit .unit-title--h2 {
	margin-top: 0 !important;
}
@media screen and (max-width: 680px) {
	.l-sec.u-mt-def .article__inner {
		padding-top: 40px !important;
	}
}

#category08 {
	padding: 0 0;
}
#category08 .article__inner {
	border-radius: 0 0 10px 10px;
}
#category09 {
	padding: 50px 0;
}