@charset "utf-8";

/* ------------------------------
 見出し・テキスト（PC）
------------------------------ */
/* H1 */
.contents h1{
	font-size: 4.8rem;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 50px;
}
.contents h1 span {
	font-family: "Poppins", sans-serif;
  	font-style: italic;
  	font-weight: 700;
	font-size: 1.7rem;
	line-height: 1.5;
	font-weight: bold;
	display: block;
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
	background: linear-gradient(135deg, #e91e2e 0%, #b9062b 10%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	color: #e91e2e; /* フォールバック */
}
.contents h1 span:after{
	content: "";
	display: block;
	width: 40px;
	height: 5px;
	background: url(../img/icon_h1.svg) no-repeat 0 0 / cover;
	margin-top: 1px;
	margin-bottom: 10px;
}
.heading{
	background: #f0f1f2;
	position: relative;
	height: 800px;
	padding-top: 260px;
	margin-bottom: 180px;
}
.heading.no-image{
	width: 1140px;
	margin: 0 auto;
	background: none;
	height: auto;
	padding-top: 160px;
	margin-bottom: 80px;
}
.heading .cms_text{
	padding-right: 600px;
}
.heading.text-only{
	height: 567px;
	padding-top: 130px;
	margin-bottom: 70px;
}
.heading.text-only .cms_text{
	padding-right: 0;
}
.heading .lead{
	font-size: 2.6rem;
	line-height: 1.76;
	font-weight: bold;
	margin-bottom: 25px;
}
.heading .cms_image{
	position: absolute;
	top: 90px;
	width: calc(50% - 25px);
	margin-left: calc(50% + 25px);
	margin-bottom: 0;
}
.heading .cms_image img{
	width: 100%;
	height: 820px;
	object-fit: cover;
	border-radius: 60px 0 0 60px;
	box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.2);
}
/* H2 */
.contents h2 {
	font-size: 3.8rem;
	line-height: 1.5;
	font-weight: bold;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 40px;
}
.contents h2:before {
	content: "";
	width: 24px;
	height: 6px;
	vertical-align: middle;
	display: inline-block;
	background:#b9062b;
	border-radius: 5px 0 0 5px;
	margin-right: 18px;
	margin-top: -4px;
}
/* H3 */
.contents h3 {
	font-size: 2.6rem;
	line-height: 1.5;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #b7bbbf;
	font-weight: bold;
}
.contents h3 .point{
	font-size: 1.2rem;
	font-family: "Poppins", sans-serif;
  	font-style: italic;
  	font-weight: 700;
	background: linear-gradient(135deg, #e91e2e 10%, #b9062b 90%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	color: #e91e2e; /* フォールバック */
	margin-right: 5px;
}
.contents h3 .number{
	font-size: 2.4rem;
	font-family: "Poppins", sans-serif;
  	font-style: italic;
  	font-weight: 700;
	color: #b9062b;
	margin-right: 30px;
}
/* H4 */
.contents h4 {
	font-size: 2.4rem;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 26px;
	padding-left: 17px;
	border-left: 4px solid #b9062b;
}
/* H5 */
.contents h5 {
	font-size: 2rem;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 20px;
}
/* H6 */
.contents h6 {
	font-size: 1.8rem;
	color: #b9062b;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 20px;
}

/* ------------------------------
 見出し・テキスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* H1 */
	.contents h1 {
		font-size: 3.6rem;
		margin-bottom: 30px;
	}
	.heading{
		height: auto;
		padding-top: 40px;
		margin-bottom: 100px;
	}
	.heading.no-image{
		width: 90%;
		padding-top: 40px;
		margin: 0 auto;
		margin-bottom: 50px;
	}
	.heading.text-only{
		height: auto;
		padding: 40px 0 60px;
		margin-bottom: 50px;
	}
	.heading .lead{
		font-size: 2.5rem;
		margin-bottom: 30px;
	}
	.heading p br{
		display: none;
	}
	.heading .cms_text{
		padding: 0 5% !important;
		margin-bottom: 30px;
	}
	.heading .cms_image{
		position: static;
		width: 100%;
		margin-left: 0;
		margin-bottom: 0;
	}
	.heading .cms_image img{
		width: 100%;
		height: 306px;
		object-fit: cover;
		border-radius: 20px 0 0 20px;
		margin-left: 5%;
		margin-bottom: -47px;
	}
	/* H2 */
	.contents h2 {
		font-size: 2.6rem;
		margin-bottom: 20px;
	}
	.contents h2:before {
		width: 20px;
		margin-right: 10px;
	}
	/* H3 */
	.contents h3 {
		font-size: 2.3rem;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	/* H4 */
	.contents h4 {
		font-size: 2rem;
	}
}
/* ------------------------------
 横幅（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	/* 1/2 */
	.w1-2 {
		width: 47.89474%;
	}
	.w546 {
		width: 546px;
	}
	/* 1/3 */
	.w1-3 {
		width: 30.70176%;
	}
	.w350 {
		width: 350px;
	}
	.w1-3.cms_fl + .w1-3.cms_fl,
	.w1-3.fl + .w1-3.fl {
		margin-left: 3.94736%;
	}
	.w350.cms_fl + .w350.cms_fl,
	.w350.fl + .w350.fl {
		margin-left: 45px;
	}
	/* 2/3 */
	.w2-3 {
		width: 65.35088%;
	}
	.w745 {
		width: 745px;
	}
	/* 1/4 */
	.w1-4 {
		width: 22.63158%;
	}
	.w258 {
		width: 258px;
	}
	.w1-4.cms_fl + .w1-4.cms_fl,
	.w1-4.fl + .w1-4.fl {
		margin-left: 3.15789%;
	}
	.w258.cms_fl + .w258.cms_fl,
	.w258.fl + .w258.fl {
		margin-left: 36px;
	}
	/* 3/4 */
	.w3-4 {
		width: 74.21052%;
	}
	.w846 {
		width: 846px;
	}
	/* その他 */
	.w320 {
		width: 320px;
	}
	.w760 {
		width: 760px;
	}
}
/* ----------------------
 横幅（SP）
---------------------- */
@media screen and (max-width: 767px) {
	.w1-2 + .w1-2,
	.w1-3 + .w1-3,
	.w1-3 + .w2-3,
	.w2-3 + .w1-3 {
		margin-top: 24px !important;
	}
	.w1-4,
	.w258 {
		width: 47.25%;
	}
	.w1-4.cms_fl,
	.w258.cms_fl {
		float: left !important;
	}
	.w1-4.cms_fl + .w1-4.cms_fl,
	.w258.cms_fl + .w258.cms_fl,
	.w1-4.cms_fl + .w1-4.cms_fl + .w1-4.cms_fl + .w1-4.cms_fl,
	.w258.cms_fl + .w258.cms_fl + .w258.cms_fl + .w258.cms_fl {
		margin-left: 5.5%;
	}
	.w1-4.cms_fl + .w1-4.cms_fl + .w1-4.cms_fl,
	.w258.cms_fl + .w258.cms_fl + .w258.cms_fl {
		margin-bottom: 0;
		margin-left: 0%;
	}
}

/* ------------------------------
 ボックス（PC）
------------------------------ */
/* 横並び */
.flexBox {
	display: flex !important;
	flex-wrap: wrap;
}
.flexBox::after {
	content: none;
}
/* 横並び センター揃え */
.flexBox.jc-c {
	justify-content: center;
}
/* 横並び 端揃え */
.flexBox.jc-sb {
	justify-content: space-between;
}
/* 横並び 縦センター揃え */
.flexBox.ai-c {
	align-items: center;
}
/* 横並び4列（SP横並び2列） */
.flexBox.div4 {
	flex-wrap: wrap;
}
/* 横並びで写真キャプションが上 */
.flexBox.capTop > * {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
	/* 横並び2列 */
	.flexBox.div2 {
		flex-wrap: wrap;
	}
	.flexBox.div2 > * {
		width: 470px;
		margin-bottom: 0;
	}
	.flexBox.div2 > *:nth-child(n+3) {
		margin-top: 40px;
	}
	.flexBox.div2 > *:not(:nth-child(2n+1)) {
		margin-left: 40px;
	}
	/* 横並び3列 */
	.flexBox.div3 {
		flex-wrap: wrap;
	}
	.flexBox.div3 > * {
		width: 300px;
		margin-bottom: 0;
	}
	.flexBox.div3 > *:nth-child(n+4) {
		margin-top: 40px;
	}
	.flexBox.div3 > *:not(:nth-child(3n+1)) {
		margin-left: 40px;
	}
	/* 横並び4列（SP横並び2列） */
	.flexBox.div4 > * {
		width: 224px;
		margin-bottom: 0;
	}
	.flexBox.div4 > *:nth-child(n+5) {
		margin-top: 40px;
	}
	.flexBox.div4 > *:not(:nth-child(4n+1)) {
		margin-left: 28px;
	}
}
/* ------------------------------
 ボックス（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* グラデ枠ボックス */
	.borderBox {
		padding: 17px 27px 27px;
	}
	/* 横並び2列・横並び3列 */
	.flexBox.div2,
	.flexBox.div3 {
		display: block !important;
	}
	/* 横並び4列（SP横並び2列） */
	.flexBox.div4 > * {
		width: 47.25%;
	}
	.flexBox.div4 > *:not(:nth-child(2n+1)) {
		margin-left: 5.5%;
	}
}
/* ------------------------------
 テーブル（PC）
------------------------------ */
/* デフォルト */
.contents table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #b7bbbf;
}
.contents table th {
	padding: 25px 0;
	border-bottom: 1px solid #b7bbbf;
}
.contents table td {
	padding: 25px 20px 25px 0;
	border-bottom: 1px solid #b7bbbf;
}
.contents table th {
	font-weight: bold;
}
/* スクロール */
.cms_text.scroller {
	overflow-y: hidden !important;
}
@media print, screen and (min-width: 768px) {
	.contents table th {
		width: 20%;
	}
}
/* ------------------------------
 テーブル（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contents table th,
	.contents table td {
		padding: 15px 0;
	}
	.contents table td {
		padding: 3px 0 15px;
	}
	.contents table th {
		border-bottom: none;
		padding-bottom: 0;
	}
	/* レスポンシブ */
	.contents .res table th,
	.contents .res table td {
		width: auto !important;
		display: block;
	}
	/* スクロール */
	.cms_text.scroller table {
		width: 1140px !important;
	}
}

/* ------------------------------
 リスト（PC）
------------------------------ */
/* ノーマルリスト●付き */
.cms_text ul > li,
.cms_image ul > li {
	position: relative;
	padding-left: 1em;
}
.cms_text ul > li::before,
.cms_image ul > li::before {
	content: "●";
	position: absolute;
	top: 0.8em;
	left: 0;
	color: #b9062b;
	font-size: 60%;
}
/* 横並び */
.inline ul li {
	display: inline-block;
	margin-right: 2em;
}

/* 数字 */
.cms_text ol li {
	counter-increment: count 1;
	position: relative;
	padding-left: 30px;
}
.cms_text ol li:before {
    content: counter(count, decimal-leading-zero) ". ";
	position: absolute;
	top: .24em;
	left: 0;
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-weight: 700;
	text-align: center;
}
/* 横並び2列・3列 */
@media print, screen and (min-width: 768px) {
	.div2 ul,
	.div3 ul {
		display: flex;
		flex-wrap: wrap;
	}
	.div2 ul li,
	.div3 ul li {
		padding-right: 2em;
	}
	.div2 ul li {
		width: 50%;
	}
	.div3 ul li {
		width: 33.3333333%;
	}
}
/* ------------------------------
 リスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 横並び */
	.inline ul li {
		margin-right: 1em;
	}
}
/* ------------------------------
 ページ内リンク（PC）
------------------------------ */
.cms_block.pageLink {
	border-bottom: 1px solid rgba(224,0,71,1);
	border-image: linear-gradient(to right, #e91e2e, #b9062b) 1;
	padding-bottom: 25px;
}
.cms_block.pageLink:before {
	content: "INDEX";
	font-size: 1.4rem;
	color: #b9062b;
	font-family: "Poppins", sans-serif;
  	font-style: italic;
  	font-weight: 700;
	display: block;
	margin-bottom: 15px;
}
.cms_block.pageLink .cms_link {
	text-decoration: none !important;
}
.cms_block.pageLink .cms_link a {
	min-width: auto;
	margin-right: 30px;
	font-weight: bold;
	color: #404040;
}
.cms_block.pageLink .cms_link a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 9px;
  height: 9px;
  border: solid 2px #b9062b;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-left: 5px;
  margin-top: -2px;
}
@media print, screen and (min-width: 768px) {
	.cms_block.pageLink .cms_link {
		display: inline-block;
	}
}
/* ------------------------------
 ページ内リンク（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.cms_block.pageLink .cms_text.index {
		margin-bottom: 0px;
	}
	.cms_block.pageLink .cms_link {
		border-bottom: solid 1px #959ba1;
		margin-top: 20px;
		padding-bottom: 15px;
	}
	.cms_block.pageLink {
		border-bottom: none;
	}
}
/* ------------------------------
 赤いボタンリンク
------------------------------ */
.btn a{
	width: 240px;
	text-align: left;
	font-size: 1.8rem;
	padding: 18px 26px 20px;
	border-radius: 50px;
	background: linear-gradient(135deg, #e91e2e 10%, #b9062b 90%);
	position: relative;
	color: #fff;
}
.btn a:after{
	content:"";
	width: 27px !important;
	height: 8px !important;
	display: block;
	background: url('/shared/img/icon_arrow_w.svg') no-repeat !important;
	background-size: cover;
	position:absolute;
	right: 20px !important;
	top: 0 !important;
	bottom: 0 !important;
	margin: auto;
	transition: .3s ease-in-out;
}
@media print, screen and (min-width: 768px) {
	.btn a:hover{
		color: #fff !important;
	}
	.btn a:hover::after {
		right: 10px !important;
	}
}
/* ------------------------------
 一覧に戻る　リンク
------------------------------ */
.icon-list-back{
	width: 145px;
	border-bottom: solid 1px #b9062b;
	text-decoration: none !important;
}
.icon-list-back a{
	font-weight: bold;
  	display: block !important;
  	position: relative;
  	margin-bottom: 13px;
  	color: #000;
  	transition: .3s ease-in-out;
}
.icon-list-back a{
	background: url(/shared/img/icon_all.svg) no-repeat right 7px center / 20px 20px;
}
.icon-list-back a:after{
	content: none !important;
}
@media print, screen and (min-width: 768px) {
	.icon-list-back a:hover{
		opacity: 1;
		color: #b9062b;
	}
}
/* ------------------------------
 youtube埋め込み
------------------------------ */
.movie {
	position: relative;
	width: 100%;
}
.movie:before {
	content:"";
	display: block;
	padding-top: 56.25%;
}
.movie iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ------------------------------
 画像　角R
------------------------------ */
.cms_image img {
	border-radius: 10px;
}
@media screen and (max-width: 767px) {
	.cms_image img {
		border-radius: 6px;
	}
}

/* ------------------------------
 FAQ
------------------------------ */
.toggle {
	padding: 35px 34px 35px 33px;
	position: relative;
	cursor: pointer;
	font-weight: bold;
}
.toggle_box {
	margin-bottom: 0;
}
.question-text{
	border-bottom: solid  1px #9ba1a6;
}
/* -- +-アイコン -- */
.toggle::after {
	content: '';
	display: block;
	position: absolute;
	width: 18px;
	height: 18px;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
	background: url(/shared/img/icon_plus.svg) no-repeat 0 center / 18px 18px;
}
.toggle::after {
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.toggle.active::after {
	background: url(/shared/img/icon_minus.svg) no-repeat 0 center / 18px 18px;
}
.toggle_box {
	display:none;
}
.toggle p{
	position: relative;
}
.toggle_box p{
	position: relative;
	padding-left: 38px;
}
.toggle p:before{
	content:"Q";
	color: #b9062b;
	font-size: 2.8rem;
	font-family: "Poppins", sans-serif;
  	font-style: italic;
  	font-weight: 700;
	display: inline-block;
	width: 45px;
	padding-left: 0;
	text-indent: 0;
	position: absolute;
	left: -34px;
	top: -0.3em;
}
.toggle_box{
	padding: 35px 34px 35px 33px;
	background: #f2f3f4;
}
.toggle_box p:before{
	content:"A";
	width: 42px;
	color: #4b4b4b;
	font-size: 2.8rem;
	font-family: "Poppins", sans-serif;
  	font-style: italic;
  	font-weight: 700;
	display: inline-block;
	padding-left: 3px;
	text-indent: 0;
	position: absolute;
	left: 0;
	top: -0.3em;
}
.cms_text.toggle,
.cms_block.question-text{
	margin-bottom: 0;
}
.cms_block.question-text.top{
	border-top: solid  1px #9ba1a6;
}
@media screen and (max-width: 767px) {
	.toggle {
			padding: 15px 50px 15px 0;
	}
	.toggle p{
		font-size: 1.6rem;
	}
	.toggle_box{
			padding: 10px 50px 15px 20px;
	}
	.toggle p:before,
	.toggle_box p:before{
		width: 30px;
		line-height: 30px;
		height: 30px;
		font-size: 2.8rem;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.toggle p,
	.toggle_box p{
		padding-left: 40px;
	}
}