@charset "utf-8";
/* ------------------------------
 見出し・テキスト（PC）
------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6,
.mainLead,
.text-lead,
.text-em,
.text-marker {
	position: relative;
	font-weight: 500;
	color: var(--main-font-color);
	line-height: 1.5;
}
/* -- h1 -- */
.heading h1 {
  font-size: 5.8rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.05em;
  position: relative;
  width: 100%;
}

/* -- h2 -- */
.contents h2 {
	font-size: 3rem;
	line-height: 1.4;
	text-align: left;
	padding-bottom: 20px;
	margin-bottom: 30px;
	position: relative;
}
.contents h2::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	display: block;
	background-image: linear-gradient(90deg, var(--green-logo-color) 0 60px, #dbd9d9 60px);
    border-radius: 2px;
}
/* -- h3 -- */
.contents h3 {
	font-size: 2.4rem;
	padding-left: 15px;
	margin-bottom: 20px;
	position: relative;
}
.contents h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	bottom: 3px;
	width: 4px;
	display: block;
	background-color: var(--green-logo-color);
    border-radius: 2px;
}
/* -- h4 -- */
.contents h4 {
	font-size: 2.1rem;
	margin-bottom: 10px;
}
/* -- h5 -- */
.contents h5 {
	font-size: 1.8rem;
	padding-bottom: 10px;
}
/* -- 丸数字見出し -- */
.title-num {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 15px;
}
.title-num span {
	font-family: var(--font-en);
	font-size: 65%;
	color: #fff;
	line-height: 22px;
	text-align: center;
	vertical-align: top;
	width: 22px;
	height: 22px;
	display: inline-block;
	margin-right: 7px;
	margin-top: 5px;
	background-color: var(--green-color);
	border-radius: 100%;
}

/* ------------------------------
 見出し・テキスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* -- h1 -- */
	.heading h1 {
        font-size: 3rem;
    }
	/* -- h2 -- */
	.contents h2 {
		font-size: 2.2rem;
		margin-bottom: 20px;
	}
	/* -- h3 -- */
	.contents h3 {
		font-size: 2rem;
		margin-bottom: 10px;
	}
	/* -- h5 -- */
	.contents h5 {
		font-size: 1.6rem;
	}
	/* -- 丸数字見出し -- */
	.title-num {
		font-size: 2.1rem;
		margin-bottom: 10px;
	}
	.title-num span {
		line-height: 20px;
		width: 20px;
		height: 20px;
	}
}

/* ------------------------------
 横幅（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	/* 1/2 */
	.w546 {
		width: 546px;
	}
	.w1-2 {
		width: 47.895%;
	}
	/* ローカルメニューあり1/2 */
	.mainContents .w392,
	.mainContents .w1-2 {
		width: 47.805%;
	}
	/* 1/3 */
	.w350 {
		width: 350px;
	}
	.w1-3 {
		width: 30.702%;
	}
	.w350.cms_fl + .w350.cms_fl:not(.cms_clear_before),
	.w350.fl + .w350.fl:not(.cms_clear_before) {
		margin-left: 45px;
	}
	.w1-3.cms_fl + .w1-3.cms_fl:not(.cms_clear_before),
	.w1-3.fl + .w1-3.fl:not(.cms_clear_before) {
		margin-left: 3.947%;
	}
	.w350.cms_fl + .w350.cms_fl.ml0 {
		margin-left: 0;
	}
	/* ローカルメニューあり1/3 */
	.mainContents .w256,
	.mainContents .w1-3 {
		width: 31.22%;
	}
	.w256.cms_fl + .w256.cms_fl:not(.cms_clear_before),
	.w256.fl + .w256.fl:not(.cms_clear_before),
	.mainContents .w1-3.cms_fl + .w1-3.cms_fl:not(.cms_clear_before),
	.mainContents .w1-3.fl + .w1-3.fl:not(.cms_clear_before) {
		margin-left: 3.17%;
	}
	/* 2/3 */
	.w745 {
		width: 745px;
	}
	.w2-3 {
		width: 65.351%;
	}
	/* 1/4 */
	.w258,
	.w1-4 {
		width: 22.632%;
	}
	.w258.cms_fl + .w258.cms_fl:not(.cms_clear_before),
	.w258.fl + .w258.fl:not(.cms_clear_before),
	.w1-4.cms_fl + .w1-4.cms_fl:not(.cms_clear_before),
	.w1-4.fl + .w1-4.fl:not(.cms_clear_before) {
		margin-left: 3.157%;
	}
	/* 3/4 */
	.w846,
	.w3-4 {
		width: 74.211%;
	}
	/* 1/5 */
	.w1-5 {
		width: 19.513%;
	}
	.w1-5.cms_fl + .w1-5.cms_fl,
	.w1-5.fl + .w1-5.fl {
		margin-left: 0.60875%;
	}
	/* その他 */

}
/* ----------------------
 横幅（SP）
---------------------- */
@media screen and (max-width: 767px) {
	.w258,
	.w1-4,
	.w1-5 {
		width: 47.25%;
	}
	.w258.cms_fl,
	.w1-4.cms_fl,
	.w1-5.cms_fl {
		float: left !important;
	}
	.w258.cms_fl + .w258.cms_fl,
	.w1-4.cms_fl + .w1-4.cms_fl,
	.w1-5.cms_fl + .w1-5.cms_fl {
		margin-left: 5.5%;
	}
	.w258.cms_fl + .w258.cms_fl + .w258.cms_fl,
	.w1-4.cms_fl + .w1-4.cms_fl + .w1-4.cms_fl,
	.w1-5.cms_fl + .w1-5.cms_fl + .w1-5.cms_fl {
		margin-bottom: 0;
		margin-left: 0;
	}
}

/* ------------------------------
 ボックス（PC）
------------------------------ */
/* 横並び */
.flexBox {
	display: flex !important;
	flex-wrap: wrap;
}
.cms_block.flexBox::after {
	content: none;
}
/* 横並び センター揃え */
.flexBox.jc-c {
	justify-content: center;
}
/* 横並び 右端揃え */
.flexBox.jc-e {
	justify-content: end;
}
/* 横並び 端揃え */
.flexBox.jc-sb {
	justify-content: space-between;
}
/* 横並び 縦センター揃え */
.flexBox.ai-c {
	align-items: center;
}
/* 横並び 縦上揃え */
.flexBox.ai-s {
	align-items: start;
}
/* 横並び4列（SP横並び2列） */
.flexBox.div4 {
	flex-wrap: wrap;
	gap: 30px 3.158%;
}
/* 横並びで写真キャプションが上 */
.flexBox.capTop > * {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
/* flexBoxの中でも横並びにしない */
.flexBox.h100p > h2,
.flexBox.h100p > h3 {
	width: 100% !important;
	text-align: center !important;
}
.flexBox .fg-1 {
	flex-grow: 1;
}
@media print, screen and (min-width: 768px) {
	/* 横並び2列 */
	.flexBox.div2 {
		flex-wrap: wrap;
		gap: 30px 4.21%;
	}
	.flexBox.div2 > * {
		width: 47.895%;
		margin-bottom: 0;
	}
	.wide.flexBox.div2.fixed-w {
		column-gap: 48px;
	}
	.wide.flexBox.div2.fixed-w > * {
		width: 546px;
		margin-left: 0;
		margin-right: 0;
	}
	.mainContents .flexBox.div2 {
		column-gap: 4.39%;
	}
	.mainContents .flexBox.div2 > * {
		width: 47.805%;
	}
	/* 横並び3列 */
	.flexBox.div3 {
		flex-wrap: wrap;
		gap: 30px 3.948%;
	}
	.flexBox.div3 > * {
		width: 30.702%;
		margin-bottom: 0;
	}
	.mainContents .flexBox.div3 {
		column-gap: 3.17%;
	}
	.mainContents .flexBox.div3 > * {
		width: 31.22%;
	}
	/* 横並び4列（SP横並び2列） */
	.flexBox.div4 > * {
		width: 22.632%;
		margin-bottom: 0;
	}
}
/* ------------------------------
 ボックス（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 横並び2列・横並び3列 */
	.flexBox.div2 {
		display: block !important;
	}
	/* 横並び4列（SP横並び2列） */
	.flexBox.div3,
	.flexBox.div4 {
		flex-wrap: wrap;
		gap: 20px 5.5%;
	}
	.flexBox.div3 > *,
	.flexBox.div4 > * {
		width: 47.25%;
		margin-bottom: 0;
	}
	/* 横並び4列（SP横並びにしない） */
	.flexBox.div3.sp_nodiv,
	.flexBox.div4.sp_nodiv {
		display: block;
	}
	.flexBox.div3.sp_nodiv > *,
	.flexBox.div4.sp_nodiv > * {
		width: 100%;
	}
}

/* ------------------------------
 テーブル（PC）
------------------------------ */
/* デフォルト */
.contents table {
	width: 100%;
	border-collapse: collapse;
}
.contents table {
	border-collapse: separate;
	border-radius: 10px;
	overflow: hidden;
}
.contents table tr:not(:last-child) th,
.contents table tr:not(:last-child) td {
	border-bottom: dotted 1px var(--green-logo-color);
}
.contents table:has(thead) th:not(:last-child),
.contents table td:not(:last-child) {
	border-right: dotted 1px var(--green-logo-color);
}
.contents table th {
	font-weight: 500;
	text-align: left;
	background-color: #e1f4f4;
	padding: 20px;
}
.contents table td {
	background-color: #f5faf9;
	padding: 20px;
}
.contents table:has(thead) tbody td {
	text-align: center;
}

/* 均等 */
.table-equal table {
	table-layout: fixed;
}
/* rowspan で border が消える対策 */
td.rsborder {
	border-right: none !important;
}
td.rsborder + td[rowspan] {
	border-left: dotted 1px #ADADAD;
}
/* スクロール */
.cms_text.scroller {
	overflow-y: hidden !important;
	padding: 1px;
}
.contents .scroll-hint-icon {
	background: rgba(51, 51, 51, .5);
}
@media print, screen and (min-width: 768px) {
	/* デフォルト */
	.contents table th {
		width: fit-content;
        white-space: nowrap;
	}
}
/* ------------------------------
 テーブル（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contents table {
		border-radius: 15px;
	}
	.contents table th,
	.contents table td {
		padding: 15px;
	}
	/* レスポンシブ */
	.contents .res table th,
	.contents .res table td {
		width: auto !important;
		display: block;
	}
	.contents .res table:not(.simple table) th,
	.contents .res table:not(.simple table) td {
		border: none;
	}
	/* スクロールバーの色 */
	/* スクロール */
	.cms_text.scroller {
		padding-bottom: 24px;
	}
	/* Webkitベースのブラウザ (Chrome, Safariなど) 用 */
	.cms_text.scroller::-webkit-scrollbar {
		width: 8px; /* スクロールバーの幅 */
	}
	.cms_text.scroller::-webkit-scrollbar-track {
		background: #F7F4F2; /* トラックの色 */
		border-radius: 8px;
	}
	.cms_text.scroller::-webkit-scrollbar-thumb {
		background: var(--green-color); /* サムの色 */
		border-radius: 8px;
	}
	.cms_text.scroller table {
		width: 1140px !important;
	}
	/* コンテンツ幅が狭い時のスクロール */
	.mainContents .cms_text.scroller table {
		width: 820px !important;
	}
	/* スクロールヒント */
	.contents .scroll-hint-icon {
		width: 120px;
		height: 92px;
		border-radius: 10px;
		padding-top: 23px;
	}
	.contents .scroll-hint-icon::before {
		width: 32px;
		height: 40px;
		background-image: url(../img/icon_scrollhint.svg);
	}
	.contents .scroll-hint-icon::after {
		width: 32px;
		height: 11px;
		top: 16px;
		margin-left: -19px;
		background-image: url(../img/icon_scrollhint_arrow.svg);
	}
	.contents .scroll-hint-text {
		font-family: 'Barlow', sans-serif;
		font-weight: 600;
		letter-spacing: 0.03em;
		margin-top: 1px;
	}
	.contents .scroll-hint-icon-wrap.is-active .scroll-hint-icon {
		opacity: 1;
	}
	/* スクロールバー */
	.cms_text.scroller::-webkit-scrollbar {
		display: block;
		width: 100%;
		height: 8px;
		background-color: var(--base-color);
		border-radius: 4px;
	}
	.cms_text.scroller::-webkit-scrollbar-thumb {
		background-color: var(--green-color-l);
		border-radius: 4px;
	}
}

/* ------------------------------
 リスト（PC）
------------------------------ */
/* ノーマルリスト●付き */
.cms_block ul > li,
.cms_block li ul.list > li {
	position: relative;
	padding-left: 1em;
}
.cms_block ul > li::before,
.cms_block li ul.list > li::before {
	content: "●";
	position: absolute;
	top: 1.2em;
	left: 0;
	color: var(--green-logo-color90);
	font-size: 45%;
	width: auto;
	height: auto;
	background: none;
}
/* 注釈リスト */
.cms_block .list-note ul > li,
.cms_block ul.list-note > li,
.cms_block li ul.list-note > li {
	padding-left: 1.3em;
}
.cms_block .list-note ul > li::before,
.cms_block ul.list-note > li::before,
.cms_block li ul.list-note > li::before {
	content: "※";
	font-size: 100%;
	color: var(--main-font-color);
	top: 0;
	width: auto;
	height: auto;
	background: none;
}
/* 数字リスト */
.cms_block ol > li {
	position: relative;
    counter-increment: cnt;
	padding-left: 20px;
}
.cms_block ol > li::before {
	content: counter(cnt) '.';
	position: absolute;
	top: 0;
	left: 0;
}
.cms_block ol > li > ul {
	margin: 5px 0;
}
/* 横並びリスト */
.inline ul li {
	display: inline-block;
	margin-right: 2em;
}
@media print, screen and (min-width: 768px) {
	/* 横並び 分割 */
	.list_div2 ul,
	.list_div3 ul,
	.list_div4 ul,
	.list_div2 ol,
	.list_div3 ol,
	.list_div4 ol {
		display: grid;
		gap: 0 15px;
		grid-template-columns: 1fr 1fr;
	}
	/* 3分割 */
	.list_div3 ul,
	.list_div3 ol {
		grid-template-columns: 1fr 1fr 1fr;
	}
	/* 4分割 */
	.list_div4 ul,
	.list_div4 ol {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}
/* ------------------------------
 リスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 横並び */
	.inline ul li {
		padding-left: 0.8em;
		margin-right: 0.5em;
	}
}

/* ------------------------------
 角丸（PC）
------------------------------ */
.img-r img,
.cms_image img {
	border-radius: 15px;
}
/* 角丸なし */
.no-r img,
.news .cms_image:not(.img-r) img {
	border-radius: 0;
}
/* ------------------------------
 角丸（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.img-r img,
	.cms_image img {
		border-radius: 10px;
	}
}

/* ------------------------------
 リンク（PC）
------------------------------ */
/* 横並びリンク */
.inlineLink {
	display: flex;
	flex-flow: row wrap;
	gap: 20px 36px;
}
/* ------------------------------
 リンク（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 横並びリンク */
	.inlineLink {
		gap: 10px;
	}
}

/* ------------------------------
 ボタン（PC）
------------------------------ */
/*デフォルト*/
.btn a,
button.btn-a {
	font-size: 1.6rem;
	font-weight: 500;
	color: #fff;
	text-align: left;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	min-height: 70px;
	position: relative;
	background-color: var(--green-color);
	border-radius: 70px;
	padding: 0 30px 0 25px;
	transition: .3s ease-in-out;
}
.btn a::before {
	content: none;
}
.btn a::after,
button.btn-a::after {
	content: "";
	position: absolute;
	width: 8px;
	height: 14px;
	top: 0;
	bottom: 0;
    right: 20px;
	margin: auto;
	background: url(../img/icon_arrow_r.svg) no-repeat 0 0 / cover;
	transition: .3s ease-in-out;
}
.btn a[target="_blank"]::after {
	width: 11px;
	height: 11px;
	background-color: #fff;
	mask-image: url(../img/icon_blank.svg);
	mask-size: cover;
	mask-repeat: no-repeat;
}
.btn.contact a {
	background: linear-gradient(45deg, #ff6d76 40%, #ff948f);
}

@media print, screen and (min-width: 768px) {
	/*デフォルト*/
	.btn a {
		min-width: 258px;
	}
}
/* ------------------------------
 ボタン（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/*デフォルト*/
	.btn a,
	a.btn {
		min-width: 224px;
		min-height: 56px;
		font-size: 1.6rem;
		border-radius: 56px;
	}
}

/* ------------------------------
 背景色（PC）
------------------------------ */
.bgBox {
	padding: 40px 25px;
	border-radius: 15px;
	background-color: var(--base-color);
}


/* ------------------------------
 新着情報（PC）
------------------------------ */
/* -- 新着一覧ページ -- */
.newsList li {
	width: 100%;
	background: #fff;
	border-radius: 5px;
	box-shadow: 5px 5px 15px rgba(0, 0, 0, .05);
}
.newsList li {
	padding: 25px;
	display: block;
}
.newsList li a {
	display: block;
}
/* .newsList li:not(:has(a)),
.newsList li a {
	padding: 25px;
	display: block;
} */
.newsList li:not(:last-child) {
	margin-bottom: 12px;
}
/*新着タイトル*/
.headline {
	position: relative;
}
.titleBlock.new span,
.newsList li.new .headline::after {
	content: "New";
	font-size: 1.4rem;
	line-height: 20px;
	color: #fff;
	text-align: center;
	display: inline-block;
	width: 46px;
	height: 22px;
	border-radius: 22px;
	background: var(--pink-color);
	transition: .3s ease-in-out;
}
.newsList li a[target="_blank"] .headline::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../img/icon_blank.svg) no-repeat center / cover;
	transition: .3s ease-in-out;
}
.dateBox {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 15px;
	margin-bottom: 5px;
}
/* -- 日付 -- */
.date {
	font-size: 1.6rem;
	font-family: var(--font-en);
	color: var(--gray-color);
	font-weight: 500;
}
/* -- カテゴリ・タグ -- */
.cate {
	font-size: 1.4rem;
	color: #525556;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 110px;
	height: 22px;
	background-color: var(--pink-color-l);
	border-radius: 22px;
}
/* タグ一覧 */
.tagList {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.tagList li {
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	min-width: 134px;
	line-height: 40px;
}
.tagList li a {
	color: var(--green-color);
	width: 100%;
	display: block;
	background-color: var(--base-color);
	border-radius: 40px;
	transition: all 0.3s ease;
}
.tagList li a:hover,
.tagList li.on a {
	color: #fff;
	background-color: var(--green-color);
	opacity: 1;
}
/* -- 新着下層 -- */
.titleBlock {
	margin-bottom: 30px;
}
.titleBlock .dateBox {
	margin-bottom: 20px;
}
/* ----------------------
 新着（SP）
---------------------- */
@media screen and (max-width: 767px) {
	.newsList {
		width: 100%;
	}
	.newsList li {
		padding: 20px 25px;
	}
	.dateBox {
		gap: 5px 10px;
	}
	/* タグ一覧 */
	.tagList {
		gap: 8px;
	}
	.tagList li {
		font-size: 1.3rem;
		width: calc((100% - 16px) / 3);
		min-width: auto;
		line-height: 34px;
	}
	.tagList li a {
		border-radius: 34px;
	}
}

/* ------------------------------
 順番指定
------------------------------ */
@media print, screen and (min-width: 768px) {
	.order1 { order: 1;}
	.order2 { order: 2;}
	.order3 { order: 3;}
}
@media screen and (max-width: 767px) {
	.sp_order1 { order: 1;}
	.sp_order2 { order: 2;}
	.sp_order3 { order: 3;}
}
