@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl {
	position: relative;
}
#top_ttl h2 img {
	width: 100%;
}
#top_ttl ul {
	width: 1000px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: -62px;
	display: flex;
	justify-content: space-between;
	z-index: 1;
}
#top_ttl ul li {
	width: 485px;
	height: 125px;
}
#top_ttl ul li a {
	display: block;
	height: 100%;
	box-shadow : 2.77px 2.77px 6.94px rgba(0, 0, 0, 0.3);
	border-radius: 62px;
	padding: 8px;
	background: #0096b8;
	color: #fff;
	text-shadow : 2.76px 2.76px 4.14px rgba(0, 0, 0, 0.3);
	font-size: 28px;
	font-weight: 500;
	line-height: 1.3;
}
#top_ttl ul li:nth-of-type(2) a {
	background: #3cb472;
}
#top_ttl ul li a .in {
	display: block;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 62px;
	background : linear-gradient(180deg, rgba(76, 195, 225, 1) 0%, rgba(0, 150, 184, 1) 100%);
}
#top_ttl ul li:nth-of-type(2) a .in {
	background : linear-gradient(180deg, rgba(123, 219, 153, 1) 0%, rgba(60, 180, 114, 1) 100%);
}
#top_ttl ul li a .in .fm {
	font-size: 47px;
	font-weight: bold;
}
/* 挨拶 */
#top_msg {
	margin-top: 50px;
	margin-bottom: 130px;
	position: relative;
}
#top_msg .txt {
	width: 730px;
	font-size: 110%;
	line-height: 2.1875;
}
#top_msg .txt b {
	font-size: 105%;
}
#top_msg .img {
	position: absolute;
	right: -180px;
	top: 100px;
}
#top_flow {
	position: relative;
}
#top_flow::before {
	background: url("../img/top/bg-flow.png") no-repeat center /cover;
}
#top_flow h3.sub {
	position: absolute;
	top: -110px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	margin-bottom: 0;
}
#top_flow .grid {
	margin-top: 10px;
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 340px);
}
#top_flow .box {
	position: relative;
	background: #fff;
}
#top_flow .box .maru {
	position: absolute;
	top: -42px;
	left: 10px;
	display: inline-block;
	background: #4cc3e1;
	color: #fff;
	width: 85px;
	height: 85px;
	padding-top: 10px;
	border-radius: 50%;
	font-size: 20px;
	line-height: 1.2;
	z-index: 1;
}
#top_flow .box .maru span {
	display: block;
	text-align: center;
}
#top_flow .box .maru .no {
	font-size: 40px;
}
#top_flow .box .info {
	padding: 20px;
}
#top_flow .box .info h4 {
	color: var(--color-primary);
	font-size: 22px;
	margin-bottom: 20px;
}
#top_flow .box .info .txt {
	font-size: 110%;
}
#top_links ul li {
	width: 530px;
	height: 150px;
}
#top_links ul li a {
	display: flex;
	align-items: center;
	padding-left: 30px;
	height: 100%;
	border: 3px solid #0096b8;
	background: linear-gradient(rgba(0, 150, 184, 0.5)), url("../img/top/link01.jpg") no-repeat center /cover;
	box-shadow: 3px 3px 7px rgba(0,0,0,0.3);
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
#top_links ul li:nth-of-type(2) a {
	background: linear-gradient(rgba(0, 150, 184, 0.5)), url("../img/top/link02.jpg") no-repeat center /cover;
}
#top_feedback {
	position: relative;
}
#top_feedback::before {
	background : linear-gradient(rgba(0,0,0,0.05)), url("../img/bg-kado.png") no-repeat right top;
}
#top_feedback h3.sub {
	padding-left: 50px;
	line-height: 1.3;
	position: absolute;
	top: 120px;
	left: 0;
}
#top_feedback h3.sub .line::after {
	bottom: auto;
	top: -138px;
	left: -50px;
	transform: unset;
	-webkit-transform: unset;
	-ms-transform: unset;
	width: 22px;
	height: 334px;
	clip-path:polygon(0 0,100% 0,100% calc(100% - 10px),0 100%);
}
#top_feedback .img {
	position: absolute;
	bottom: 0;
	left: -150px;
}
#top_feedback .list {
	width: 600px;
	margin-left: auto;
}
#top_feedback .list dl {
	margin-bottom: 50px;
	position: relative;
}
#top_feedback .list dl:last-of-type {
	margin-bottom: 0;
}
#top_feedback .list dl dt {
	position: absolute;
	top: -7px;
	left: 15px;
	color: #fff;
	background: var(--color-primary);
	font-size: 16px;
	display: inline-block;
	padding: 5px 20px 7px;
	min-width: 200px;
	z-index: 1;
}
#top_feedback .list dl dt::before {
	content: "";
	position: absolute;
	top: 0;
	left: -3px;
	width: 4px;
	height: 7px;
	background: #007598;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
#top_feedback .list dl dd {
	font-family: var(--font-kure);
	font-size: 20px;
	background: #fff;
	padding: 50px 30px 30px;	
	clip-path: polygon(100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%, 0 0);
}
#top_qa h3.sub {
	margin-bottom: 70px;
}
#top_qa dl {
	background: #f2f2f2 url("../img/top/bg-a.png") no-repeat right bottom;
	margin-bottom: 50px;
}
#top_qa dl dt {
	position: relative;
	padding: 9px 25px 10px 80px;
	border-bottom: 1px solid #fff;
	font-size: 22px;
	font-weight: bold;
	color: var(--color-primary);
}
#top_qa dl dt::before {
	content: "Q";
	font-size: 34px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 100%;
	max-height: 58px;
	padding-bottom: 2px;
	background: var(--color-primary);
	color: #fff;
}
#top_qa dl dd {
	position: relative;
	padding: 23px 25px 24px 80px;
	font-size: 110%;
}
/* お知らせ */
#top_info {
	margin-bottom: 150px;
}
#top_info::before {
	background : rgba(161, 217, 212, 0.2) url("../img/bg-dot.png");
}
#top_info .in, #top_info .rit {
	max-width: 900px;
	margin: 0 auto;
}
#top_info h3 {
	width: 140px;
	height: 140px;
	padding-top: 30px;
	color: #fff;
	border-radius: 50%;
	background: var(--color-primary);
	font-size: 25px;
	text-align: center;
	position: relative;
}
#top_info h3::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 10px;
	width: 20px;
	height: 2px;
	background: #7bdb99;
	transform: rotate(45deg);
}
#top_info h3 span {
	display: block;
	font-size: 14px;
	color: #a1d9d4;
	text-align: center;
	margin-bottom: 10px;
}
#top_info .list {
	width: 700px;
}
#top_info dl {
	padding: 20px;
	background: #fff;
	margin-bottom: 10px;
}
#top_info dl:last-of-type {
	margin-bottom: 0;
}
#top_info dl dt {
	color: var(--color-primary);
	margin-bottom: 10px;
}
#top_info dl dd {
	font-size: 110%;
}
#top_info dl dd a {
	color: #333;
	text-decoration: underline;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_ttl ul {
		width: calc(100% - 30px);
	}
	#top_ttl ul li {
		width: 49%;
		height: 85px;
	}
	#top_ttl ul li a {
		font-size: 23px;
		padding: 5px;
	}
	#top_ttl ul li a .in .fm {
		font-size: 30px;
	}
	#top_msg {
		margin-bottom: 30px;
	}
	#top_msg .txt {
		width: 73%;
		line-height: 1.8;
		font-size: 105%;
	}
	#top_msg .img {
		width: 30%;
		right: -5%;
		top: 15%;
	}
	#top_flow h3.sub {
		top: -54px;
	}
	#top_flow .grid {
		margin-top: 30px;
		grid-template-columns: repeat(3, 32.5%);
	}
	#top_flow .box .maru {
		width: 60px;
		height: 60px;
		font-size: 16px;
		padding-top: 8px;
	}
	#top_flow .box .maru .no {
		font-size: 25px;
	}
	#top_flow .box .info {
		padding: 15px;
	}
	#top_flow .box .info h4 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	#top_flow .box .info .txt {
		font-size: 105%;
		line-height: 1.7;
	}
	#top_links ul li {
		width: 49%;
		height: 120px;
	}
	#top_links ul li a {
		padding: 15px;
		font-size: 20px;
	}
	#top_feedback h3.sub {
		padding-left: 20px;
		top: 50px;
	}
	#top_feedback h3.sub .line::after {
		width: 10px;
		top: -66px;
		left: -20px;
		height: 200px;
	}
	#top_feedback .list {
		width: calc(100% - 200px);
	}
	#top_feedback .list dl dt {
		font-size: 15px;
		padding: 3px 15px 5px;
	}
	#top_feedback .list dl dd {
		padding: 35px 15px 15px;
		font-size: 16px;
		clip-path: polygon(100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 0);
	}
	#top_feedback .img {
		width: 200px;
		left: -20px;
	}
	#top_qa h3.sub {
		margin-bottom: 50px;
	}
	#top_qa dl {
		margin-bottom: 20px;
	}
	#top_qa dl dt {
		min-height: 50px;
		font-size: 18px;
		padding: 8px 25px 8px 60px;
	}
	#top_qa dl dd {
		font-size: 105%;
		padding: 8px 25px 8px 60px;
	}
	#top_qa dl dt::before {
		width: 50px;
		max-height: 48px;
		padding-bottom: 2px;
		font-size: 30px;
	}
	#top_info {
		margin-bottom: 80px;
	}
	#top_info h3 {
		width: 120px;
		height: 120px;
		font-size: 22px;
		padding-top: 25px;
	}
	#top_info .list {
		width: calc(100% - 130px);
	}
	#top_info dl {
		padding: 15px;
	}
	#top_info dl dt {
		margin-bottom: 5px;
	}
	#top_info dl dd {
		font-size: 105%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_ttl {
		padding-bottom: 65px;
	}
	#top_ttl ul {
		display: block;
	}
	#top_ttl ul li {
		width: 100%;
		height: 70px;
		margin-bottom: 10px;
	}
	#top_ttl ul li:last-of-type {
		margin-bottom: 0;
	}
	#top_ttl ul li a {
		font-size: 18px;
	}
	#top_ttl ul li a .in .fm {
		font-size: 23px;
	}
	#top_msg .txt {
		width: 100%;
	}
	#top_msg .img {
		position: relative;
		width: 70%;
		right: auto;
		top: auto;
		margin: 20px auto 0;
	}
	#top_flow h3.sub {
		top: -47px;
	}
	#top_flow .grid {
		margin-top: 10px;
		display: block;
	}
	#top_flow .box:not(:last-of-type) {
		margin-bottom: 30px;
	}
	#top_flow .box .maru {
		top: -20px;
	}
	#top_flow .box .info {
		padding: 10px;
	}
	#top_flow .box .info h4 {
		margin-bottom: 10px;
	}
	#top_links ul li {
		width: 100%;
		margin-bottom: 10px;
	}
	#top_links ul li:last-of-type {
		margin-bottom: 0;
	}
	#top_feedback h3.sub .line::after {
		height: 100px;
	}
	#top_feedback .list {
		width: 100%;
		margin-top: 90px;
		margin-bottom: 100px;
	}
	#top_feedback .list dl {
		margin-bottom: 25px;
	}
	#top_feedback .list dl dd {
		padding: 35px 10px 10px;
		font-size: 15px;
	}
	#top_qa h3.sub {
		margin-bottom: 30px;
	}
	#top_qa dl dt {
		padding-right: 15px;
		font-size: 17px;
		min-height: 40px;
		padding: 5px 25px 5px 50px;
	}
	#top_qa dl dt::before {
		font-size: 23px;
		width: 40px;
		max-height: 38px;
	}
	#top_qa dl dd {
		padding: 10px;
	}
	#top_info {
		margin-bottom: 50px;
	}
	#top_info h3 {
		margin: 0 auto 15px;
	}
	#top_info h3::before {
		left: 5px;
	}
	#top_info .list {
		width: 100%;
	}
}