@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,700&display=swap');
/* ------------------------------
 見出し・テキスト
------------------------------ */
/* H1 */
.heading h1 {
	font-size: 4.8rem;
	line-height: 1.1;
	font-weight: bold;
}
/* H2 */
.contentsHome h2 {
	font-size: 4.8rem;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 40px;
}
.contents h2 {
	font-size: 3.7rem;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 30px;
	padding-left: 48px;
	position: relative;
}
.contents h2::before {
	content: "";
	width: 38px;
	height: 38px;
	background: url(../images/icon_title.png) no-repeat 0 0 / cover;
	position: absolute;
	top: 2px;
	left: 0;
}
/* H3 */
.contentsHome h3,
.contents h3 {
	font-size: 2.7rem;
	font-weight: bold;
	line-height: 1.4;
	padding-bottom: 16px;
	margin-bottom: 25px;
	position: relative;
}
.contentsHome h3::after,
.contents h3::after {
	content: "";
	width: 48px;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(90deg, #73E500 0%, #73E500 50%, #34C200 50%, #34C200 100%);
}
.contentsHome h3.size-s,
.contents h3.size-s {
	font-size: 2rem;
}
.contentsHome .tac h3::after,
.contents .tac h3::after {
	right: 0;
	margin: auto;
}
/* H4 */
.contentsHome h4,
.contents h4  {
	font-size: 2.3rem;
	color: #00755E;
	font-weight: bold;
	line-height: 1.1;
	border-bottom: solid 1px #00755E;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
/* H5 */
.contentsHome h5,
.contents h5  {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 10px;
}
/* H6 */
.contentsHome h6,
.contents h6  {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 5px;
}

/* 英語タイトル */
.title-en {
	font-family: "Ubuntu", sans-serif;
	font-size: 1.9rem;
	font-weight: 700;
	color: #00755E;
	line-height: 1.2;
	margin-bottom: 15px;
	padding-left: 23px;
	background: url(../images/icon_title.png) no-repeat 0 2px / 18px auto;
}
/* 緑帯タイトル */
.title-green {
	font-size: 2.7rem;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 25px 25px 0 0;
	background-color: #00755E;
}
/* ------------------------------
 見出し・テキスト（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* H1 */
	.heading h1 {
		font-size: 3.6rem;
	}
	/* H2 */
	.contentsHome h2 {
		font-size: 3.6rem;
		margin-bottom: 25px;
	}
	.contents h2 {
		font-size: 2.8rem;
		margin-bottom: 20px;
		padding-left: 35px;
	}
	.contents h2::before {
		width: 29px;
		height: 29px;
		top: 0;
	}
	/* H3 */
	.contentsHome h3,
	.contents h3 {
		font-size: 2.2rem;
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	.contentsHome h3::after,
	.contents h3::after {
		width: 38px;
	}
	.contentsHome h3.size-s,
	.contents h3.size-s {
		font-size: 1.8rem;
	}
	/* H4 */
	.contentsHome h4,
	.contents h4 {
		font-size: 2rem;
		margin-bottom: 10px;
	}
	/* H5 */
	.contentsHome h5,
	.contents h5 {
		font-size: 1.8rem;
		margin-bottom: 5px;
	}
	/* H6 */
	.contentsHome h6,
	.contents h6  {
		font-size: 1.6rem;
	}
	
	/* 英語タイトル */
	.title-en {
		font-size: 1.5rem;
		margin-bottom: 8px;
		padding-left: 20px;
		background-size: 14px auto;
	}
	/* 緑帯タイトル */
	.title-green {
		font-size: 2.2rem;
		padding: 10px;
		border-radius: 15px 15px 0 0;
	}
}

/* ------------------------------
 横幅（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	/* 1/2 */
	.w1-2 {
		width: 47.895%;
	}
	.w546 {
		width: 538px;
	}
	/* 1/3 */
	.w1-3 {
		width: 30.702%;
	}
	.w350 {
		width: 350px;
	}
	.w1-3.fl + .w1-3.fl {
		margin-left: 3.924%;
	}
	.w350.fl + .w350.fl {
		margin-left: 45px;
	}
	/* 2/3 */
	.w2-3 {
		width: 65.351%;
	}
	.w745 {
		width: 745px;
	}
	/* 1/4 */
	.w1-4 {
		width: 22.632%;
	}
	.w258 {
		width: 258px;
	}
	.w1-4.fl + .w1-4.fl {
		margin-left: 3.158%;
	}
	.w258.fl + .w258.fl {
		margin-left: 36px;
	}
	/* 3/4 */
	.w3-4 {
		width: 74.211%;
	}
	.w846 {
		width: 846px;
	}
}
/* ----------------------
 横幅（SP）
---------------------- */
@media screen and (max-width: 767px) {
	.w1-4,
	.w258 {
		width: 47.895%;
	}
	.w1-4.fl,
	.w258.fl {
		float: left;
	}
	.w1-4.sp_fr,
	.w258.sp_fr {
		float: right;
	}
}
/* ------------------------------
 ボックス（PC）
------------------------------ */
/* 横並び */
.flexBox {
	display: flex;
	flex-wrap: wrap;
}
/* 横並び センター揃え */
.flexBox.jc-c {
	justify-content: center;
}
/* 横並び 端揃え */
.flexBox.jc-sb {
	justify-content: space-between;
}
/* 横並び 縦センター揃え */
.flexBox.ai-c {
	align-items: center;
}
/* 横並び 縦下揃え */
.flexBox.ai-fe {
	align-items: flex-end;
}
/* 横並び4列（SP横並び2列） */
.flexBox.div4 {
	flex-flow: row wrap;
}
/* 表示順 */
.order1 {
	order: 1;
}
.order2 {
	order: 2;
}
@media print, screen and (min-width: 768px) {
	/* 横並び2列 */
	.flexBox.div2 {
		flex-flow: row wrap;
		gap: 40px 4.21%;
	}
	.flexBox.div2 > * {
		width: 47.895%;
		margin-bottom: 0;
	}
	/* 横並び3列 */
	.flexBox.div3 {
		flex-flow: row wrap;
		gap: 40px 3.924%;
	}
	.flexBox.div3 > * {
		width: 30.702%;
		margin-bottom: 0;
	}
	/* 横並び4列（SP横並び2列） */
	.flexBox.div4 {
		gap: 40px 3.158%;
	}
	.flexBox.div4 > * {
		width: 22.632%;
		margin-bottom: 0;
	}
}
/* ------------------------------
 ボックス（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 横並び2列・横並び3列 */
	.flexBox.div2,
	.flexBox.div3 {
		gap: 15px 0;
	}
	.flexBox > *,
	.flexBox.div2 > *,
	.flexBox.div3 > * {
		width: 100%;
	}
	/* 横並び4列（SP横並び2列） */
	.flexBox.div4 {
		gap: 25px 5.5%;
	}
	.flexBox.div4 > * {
		width: 47.25%;
		margin-bottom: 0;
	}
}
/* ------------------------------
 背景色
------------------------------ */
.colorBox-a {
	padding: 55px 60px;
	border-radius: 25px;
	background-color: #EDF3FA;
}
/* ------------------------------
 背景色（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.colorBox-a {
		border-radius: 15px;
		padding: 20px;
	}
}
/* ------------------------------
 テーブル
------------------------------ */
/* デフォルト */
.contentsHome table,
.contents table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #9AABB5;
}
.contentsHome table th,
.contents table th {
	font-weight: bold;
	padding: 15px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #9AABB5;
	background-color: #EDF3FA;
}
.contentsHome table td,
.contents table td {
	padding: 15px;
	text-align: left;
	border: 1px solid #9AABB5;
	background-color: #fff;
}
/* 均等 */
.contents .equality table {
	table-layout: fixed;
}
/* スクロール */
.scroller {
	overflow-y: hidden !important;
}

@media print, screen and (min-width: 768px) {
	.contents .equality table tbody th {
		width: auto;
	}
}
/* ------------------------------
 テーブル（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.contents table th,
	.contents table td {
		font-size: 1.4rem;
	}
	/* スクロール */
	.scroller table {
		width: 767px !important;
	}
}
/* ------------------------------
 リスト
------------------------------ */
/* ノーマルリスト●付き */
.contentsHome ul > li,
.contents ul > li  {
	position: relative;
	padding-left: 1em;
}
.contentsHome ul > li:only-child,
.contents ul > li:only-child {
	margin-bottom: 5px;
}
.contentsHome ul > li::before,
.contents ul > li::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 100%;
	position: absolute;
	top: .6em;
	left: 0;
	background-color: #00755E;
}
/* 数字 */
.contentsHome ol > li,
.contents ol > li {
	counter-increment: count 1;
	position: relative;
	padding-left: 30px;
}
.contentsHome ol > li:before,
.contents ol > li:before {
	content: counter(count)".";
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	text-align: center;
}

/* ------------------------------
 ボタン
------------------------------ */
.btn a,
button.btn {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	word-break: break-all;
	width: 258px;
	min-height: 66px;
	text-align: left;
	padding: 12px 50px 12px 25px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	text-decoration: none;
	position: relative;
	border-radius: 60px;
	background-color: #00755E;
}
.btn a::after,
button.btn::after {
	content: "";
	width: 37px;
	height: 37px;
	border-radius: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/icon_arrow_r_simple.png);
	background-size: 6px auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto;
}
button.btn {
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
/* リストアイコンボタン */
.btn-list a::after,
button.btn.btn-list::after {
	background-image: url(../images/icon_list.png);
	background-size: 10px auto;
}
/* センターの場合 */
.tac.btn a,
button.btn.tac
.tac .btn a,
.btn .tac a,
.tac button.btn {
	margin-left: auto;
	margin-right: auto;
}
/* ------------------------------
 ボタン（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	button.btn:hover,
	.btn a:hover {
		opacity: .7;
	}
	/* センターの場合 */
	.pc_tac.btn a,
	button.btn.pc_tac
	.pc_tac .btn a,
	.pc_tac button.btn {
		margin-left: auto;
		margin-right: auto;
	}
}
/* ------------------------------
 ボタン（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.btn a,
	button.btn {
		font-size: 1.5rem;
		width: 240px;
		min-height: 60px;
		padding: 12px 50px 12px 15px;
	}
	/* センターの場合 */
	.sp_tac.btn a,
	button.btn.sp_tac
	.sp_tac .btn a,
	.sp_tac button.btn {
		margin-left: auto;
		margin-right: auto;
	}
}
/* ------------------------------
 リンクテキスト
------------------------------ */
.text_link a,
.list_link a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
/* ------------------------------
 アイコン
------------------------------ */
/* アイコン */
.contentsHome a[target="_blank"]::after,
.contents a[target="_blank"]::after,
.icon_blank::after,
.contents a[href$=".pdf"]:after {
	content: "";
	width: 24px;
	height: 24px;
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
/* 外部リンク */
.contentsHome a[target="_blank"]::after,
.contents a[target="_blank"]::after,
.icon_blank::after {
	background: url(../images/icon_blank.png) no-repeat 0 0 / cover;
}
/* ダウンロードリンク */
.contents a[href$=".pdf"]:after {
	background: url(../images/icon_dl.png) no-repeat 0 0 / cover;
}

/* ------------------------------
 新着情報一覧（PC）
------------------------------ */
.newsList ul li:first-child,
ul.newsList li:first-child {
	border-top: solid 1px #9AABB5;
}
.newsList ul li,
ul.newsList li {
	padding: 25px 0;
	border-bottom: solid 1px #9AABB5;
}
.newsList ul li strong,
ul.newsList li strong {
	font-family: Arial, Helvetica, sans-serif;
	color: #627078;
}
.newsList ul li::before,
ul.newsList li::before {
	content: none;
}
/* ------------------------------
 ニュース一覧（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.newsList ul li,
	ul.newsList li {
		padding: 20px 0;
	}
	.newsList ul li strong,
	ul.newsList li strong {
		display: block;
	}
}

/* ------------------------------
 スライド
------------------------------ */
/* 画像 */
.slide-contents .swiper-slide img {
	width: 100%;
}
/* pagination */
.sliderBlock .slide-control {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}
.sliderBlock .swiper-horizontal .swiper-pagination {
	display: inline-block;
	position: static;
	width: auto;
	margin-right: 15px;
}
.sliderBlock .swiper-horizontal .swiper-pagination button {
	vertical-align: middle;
	background-color: transparent;
}
.sliderBlock .swiper-horizontal .swiper-pagination button.slide-dot {
	width: 24px;
	height: 24px;
	padding: 7px;
	cursor: pointer;
}
.sliderBlock .swiper-horizontal .swiper-pagination button.slide-dot > span {
	display: inline-block;
	width: 100%;
	height: 10px;
	border-radius: 100%;
	background-color: #EDF3FA;
	font-size: 0;
	line-height: 2px;
	vertical-align: top;
}
.sliderBlock .swiper-horizontal .swiper-pagination button.slide-dot.slide-dot-active > span {
	background: #00755E;
}
/* stop start */
.slide-stop-start {
	display: inline-block;
	overflow: hidden;
	width: 82px;
	height: 24px;
}
.stop,
.start,
.slide-stop,
.slide-start {
	font-family: "Ubuntu", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	color: #fff;
	position: relative;
	padding: 0 10px 0 22px;
	width: 82px;
	height: 24px;
	border-radius: 24px;
	background-color: #00755E;
	cursor: pointer;
}
.stop::before,
.slide-stop::before,
.start::before,
.slide-start::before  {
	content: "";
	display: inline-block;
	opacity: 1;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 10px;
	width: 6px;
	height: 10px;
	margin: auto;
}
.stop::before,
.slide-stop::before {
	background: url(../images/icon_slide_stop.png) no-repeat 0 0 / cover;
}
.start::before,
.slide-start::before {
	background: url(../images/icon_slide_start.png) no-repeat 0 0 / cover;
}

/* ------------------------------
 下層コンテンツ
------------------------------ */
/* 角丸 */
.corner-r img {
	border-radius: 25px;
}
/* google map */
.mapBox {
	border-radius: 25px;
	overflow: hidden;
	margin-bottom: 30px;
	position: relative;
    width: 100%;
	height: 100%;
	aspect-ratio: 2 / 1;
}
.mapBox iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
/* 窓口名 */
.contact_name {
	font-weight: bold;
}
/* お問い合わせ */
.telBox {
	display: flex;
	align-items: center;
	gap: 0 5px;
}
.telBox .telno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4.3rem;
	font-weight: bold;
	line-height: 1.1;
	color: #00755E;
	padding-left: 27px;
	position: relative;
}
.telBox .telno::before {
	content: "";
	width: 23px;
	height: 32px;
	position: absolute;
	top: 0.15em;
	left: 0;
	background: url(../images/icon_tel.png) no-repeat 0 0 / cover;
}
.telBox .teltime {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.1;
	color: #00755E;
	text-align: left;
}
/* メール */
.mailaddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.1;
	color: #00755E;
	margin-left: 15px;
	padding-left: 32px;
	display: inline-block;
	position: relative;
}
.mailaddress::before {
	content: "";
	width: 28px;
	height: 23px;
	position: absolute;
	top: 0.15em;
	left: 0;
	background: url(../images/icon_mail.png) no-repeat 0 0 / cover;
}
.mailaddress a {
	text-decoration: none;
}
/* 関連リンク */
.relatedLink {
	padding: 20px;
	border-radius: 15px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 120px;
	position: relative;
}
.relatedLink .linkBox a {
	color: #000;
	text-decoration: none;
	border-radius: 15px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	text-indent: -500%;
	overflow: hidden;
}
@media print, screen and (min-width: 768px) {
	.flexBox .cont_text {
		width: 100%;
	}
	/* 画像とテキスト1/2横並び */
	.flexBox .cont_image.w1-2 + .cont_text {
		width: 47.895%;
	}
	/* 関連リンク */
	.relatedLink .linkBox a:hover,
	.relatedLink .linkBox a:focus {
		background: rgba(255, 255, 255, .3);
	}
}
/* ------------------------------
 下層コンテンツ(SP)
------------------------------ */
@media screen and (max-width: 767px) {
	/* 角丸 */
	.corner-r img {
		border-radius: 15px;
	}
	/* google map */
	.mapBox {
		border-radius: 15px;
		margin-bottom: 15px;
	}
	/* お問い合わせ */
	.telBox {
		flex-flow: column;
		justify-content: center;
		gap: 3px 0;
		margin-bottom: 10px;
	}
	.telBox .telno {
		font-size: 3.4rem;
		padding-left: 20px;
	}
	.telBox .telno::before {
		width: 19px;
		height: 26px;
	}
	/* メール */
	.mailaddress {
		font-size: 2.3rem;
		margin-left: 0;
		padding-left: 25px;
	}
	.mailaddress::before {
		width: 21px;
		height: 17px;
	}
	/* 関連リンク */
	.relatedLink {
		min-height: 100px;
	}
}
