@charset "UTF-8";

body {
	color: #333333;
	font-size: 0.9em;
	width: 100%;
	margin: 0 auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

/* Header */
H1 {
	display: none;
}

H4 {
	font-size: 0.8em;
	margin: 4px;
	line-height: 1.1em;
	font-weight: normal;
	color: #1b3f7d;
}

#toptitle {
	background-color: #f7f8fc;
	border-bottom: #c8e3f9 3px solid;
}

.topheader {
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	background-image: url(../img/headback_trm.png);
	background-repeat: no-repeat;
	background-position: 97% 57%;
	background-size: 25%;
	max-width: 1600px;
	margin: auto;
}

.toprogo {
	margin: 10px 0px 10px 40px;
	height: 35px;
	display: flex;
	gap: 3%;
}
.toprogo img {
	height:35px;
	object-fit: cover;
}

.toprogo img:hover {
	opacity: 0.7;
}

.topotoiawase {
	display: block;
	background-color: #2E67C8;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 20px;
	line-height: 1;
	border-radius: 0px 0px 8px 8px;
	text-decoration: none;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 1600px) {
	.topotoiawase {
		border-radius: 0px 0px 0px 8px;
	}

	.toprogo {
		margin: 10px 0px 10px 20px;
	}
}

@media screen and (max-width: 1000px) {

	.toprogo{height: 25px;}
	.toprogo img{height: 25px;}
}

@media screen and (max-width: 600px) {

	.toprogo {
		height: 20px;
		margin: 10px 0px 10px 10px;
	}
	.toprogo img{height: 20px;}
	.topotoiawase {
		font-size: clamp(0.75rem, 0.5294rem + 0.9412vw, 1rem);
		padding: 5px 8px;
		border-radius: 0px 0px 0px 6px;
	}
}

@media screen and (max-width: 480px) {

	.toprogo {
		height: 18px;
	}
	.toprogo img{height: 18px;}
}

.topotoiawase:hover {
	opacity: 0.7;
}

.bt .far,
.bt .fa {
	margin-right: 5px;
	color: #858585;
}

.bt .fas {
	margin-right: 5px;
}

.fa-question-circle {
	margin-right: 0px !important;
}


/* スマホ */
@media screen and (max-width: 768px) {}

/* footer */
.footer {
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	padding: 0;
	margin: 0;
	border-top: #c8e3f9 3px solid;
	/*border-top: #e4f1fa 3px solid;*/

}

.footer-link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 0.9em;
	list-style-type: none;
	margin: 0;
	padding: 10px 0 5px;
}

.footer-link li {
	margin: 2px 8px;
	padding: 0;

}

.footer-link li a {
	color: #555;
	text-decoration: none;
}

.footer-link li a:hover {
	opacity: 0.5;
}

.footer-link li i {
	color: #2b6cc4;
}

.footer-copy {
	font-size: 0.9em;
	color: #555;
	padding-bottom: 12px;
}

/* news-prodact */

#news {
	background-color: #e4f1fa;
	padding: 80px clamp(0.625rem, -1.7058rem + 9.9448vw, 6.25rem);
}

#news .newsarea {
	max-width: 1400px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin: auto;
	width: 100%;
	min-height: 100px;
	gap: 5%;
}

.newsleft {
	width: 25%;
	text-align: left;
}

.nf-tit1 {
	font-size: clamp(0.875rem, 0.7835rem + 0.3902vw, 1.125rem);
	line-height: 1em;
	font-weight: 600;
	background: linear-gradient(270deg, #173262 40%, #2E67C8 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.nf-tit2 {
	margin: 5px 0 25px;
	line-height: 1.0em;
	font-size: clamp(1.875rem, 1.6463rem + 0.9756vw, 2.5rem);
	font-weight: 900;
	background: linear-gradient(270deg, #173262 40%, #2E67C8 80%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.nf-bt {
	display: flex;
	justify-content: space-between;
	text-align: left;
	padding: 20px 20px;
	border-radius: 4px;
	line-height: 1.0em;
	text-decoration: none;
	cursor: pointer;
	max-width: 280px;
	color: #fff;
	background-color: #2E67C8;
}

.nf-bt:hover {
	opacity: 0.5;
}

.newsright {
	width: 70%;
	text-align: left;
}

.newslist {
	font-size: clamp(0.8125rem, 0.7866rem + 0.1105vw, 0.875rem);
	padding-left: 4px;
	padding: 25px 0;
	line-height: 1em;
	border-bottom: 1px solid #ccc;
}

.newslist_top {
	border-top: 1px solid #ccc;
}

.newslist a {
	display: flex;
	text-decoration: none;
	color: #333333;
}

.newslist a:hover {
	opacity: 0.5;
}

.newslist time {
	display: block;
	width: 7em;

}

.newstag {
	display: block;
	width: 6em;
	color: rgb(47, 149, 233);

}

.newstitle {
	display: block;
	color: #333333;
	text-decoration: underline;
	width: calc(100% - 13em);
	line-height: 1.4em;
}

/* スマホ */
@media screen and (max-width: 1000px) {
	.newsright {
		width: 100%;
		padding: 0 1%;
	}

	.newsleft {
		width: 100%;
		text-align: center;
	}

	.newslist_top:first-child {
		border-top: none;
	}

	.newslist:last-child {
		border-bottom: none;
	}

	.nf-bt {
		margin: 0 auto 30px;
	}
}

@media screen and (max-width: 700px) {
	.newslist time {
		width: 100%;
		margin-bottom: 8px;
	}

	.newstitle {
		margin-top: 6px;
		width: 100%;
		line-height: 1.4;
	}

	.newslist a {
		flex-wrap: wrap;
	}

	.newslist {
		padding: 20px 0;
	}
}

/* トップLP */
.first-area {
	background: url(../img/top-area_bg.jpg);
	background-size: 70px;
}

.first-area_content {
	display: flex;
	width: 100%;
	max-width: 1400px;
	margin: 20px auto 0;
	gap: 6%;
	flex-wrap: wrap;
}

.first-area_content_img {
	width: 55%;
	margin-left: -10%;
	margin-bottom: 50px;
}

.first-area_content_text {
	width: 49%;
	color: #fff;
	letter-spacing: 0.08em;
}

.first-area_content_title {
	font-weight: bold;
	font-size: clamp(0.875rem, 0.7378rem + 0.5854vw, 1.25rem);
	line-height: 1.7;
	margin-top: 50px;
}

.first-area_content_title span {
	font-size: clamp(1.25rem, 0.767rem + 2.061vw, 2.313rem);
	margin-right: 5px;
	letter-spacing: 0.08em;
	background: linear-gradient(transparent 65%, #0cbfddba 25%);
	display: inline-block;
	line-height: 1.3;
	margin-bottom: 7px;
}

.first-area_content_ditaile_text {
	line-height: 2;
	font-weight: 400;
	font-size: clamp(0.75rem, 0.7043rem + 0.1951vw, 0.875rem);
}

.first-area_content_text-img {
	max-width: 500px;
	margin-top: 40px;
	width: 70%;
}

.first-area_content_text-dec-img {
	margin-bottom: -40px;
	margin-top: 75px;
	width: 65%;
	margin-left: 35%;
}

/* タブレット */
@media screen and (max-width: 1360px) {
	.first-area_content_text {
		width: 57%;
	}

	.first-area_content_img {
		width: 50%;
		margin-left: -14%;
		margin-bottom: 20px;
	}

	.first-area_content {
		gap: 4%;
	}

	.first-area_content_text-dec-img {
		margin-top: 25px;
	}

	.first-area_content_title span {
		letter-spacing: 0em;
	}
}

/* スマホ */
@media screen and (max-width: 1000px) {
	.first-area_content_img {
		margin-left: -17%;
	}

	.first-area_content {
		gap: 3%;
	}

	.first-area_content_text {
		width: 60%;
	}
}

/* スマホ */
@media screen and (max-width: 800px) {
	.first-area_content_img {
		display: none;
	}

	.first-area_content_text {
		width: 100%;
		padding: 0 20px;
		max-width: 600px;
		margin: auto;
	}

	.first-area_content_title {
		margin: 10px auto;
	}

	.first-area_content_title span {
		font-size: clamp(1.25rem, 0.4779rem + 3.2941vw, 2.125rem);
	}
}

@media screen and (max-width: 480px) {
	.first-area_content_text-img {
		max-width: 500px;
		margin-top: 20px;
		width: 100%;
	}
}

/* CABISTAとは？ */

#cabista-area {
	background: url(../img/cabista-area_bg.jpg);
	background-size: 70px;
	padding: clamp(3.125rem, 2.439rem + 2.9268vw, 5rem) clamp(0.625rem, 0.051rem + 2.449vw, 2.5rem);
}

#cabista-area .cabista_banner {
	width: 100%;
	display: block;
	max-width: 800px;
	margin: auto;
}

#cabista-area .cabista_banner:hover {
	opacity: 0.7;
}

#cabista-area .cabista-area_content {
	max-width: 1000px;
	margin: auto;
	text-align: center;
}

#cabista-area .cabista-area_content p {
	line-height: 2;
	font-size: clamp(0.8125rem, 0.7439rem + 0.2927vw, 1rem);
}

#cabista-area .cabista-area_content p span {
	background: linear-gradient(transparent 55%, #fbff7f 45%);
	display: inline;
	font-weight: bold;
	line-height: 1.4;
}

#cabista-area .cabista-area_title {
	text-align: center;
	font-size: clamp(0.875rem, 0.7835rem + 0.3902vw, 1.125rem);
	font-weight: bold;
	padding: 0 20px 10px;
	margin: 0 auto 30px;
	letter-spacing: 0.16em;
	border-bottom: #00AEBB 3px dotted;
	width: fit-content;
}

#cabista-area .cabista-area_title span {
	font-size: clamp(1.875rem, 1.6463rem + 0.9756vw, 2.5rem);
	color: #00AEBB;
	font-weight: 900;
}

#cabista-area .cabista-area_img {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 30px;
}

/* リンク集 */
#content-link-area {
	background: #E4F0FA;
	background-size: 70px;
	padding: clamp(3.125rem, 2.439rem + 2.9268vw, 5rem) clamp(0.625rem, 0.051rem + 2.449vw, 2.5rem) clamp(5rem, 3.8567rem + 4.878vw, 8.125rem);
}

#content-link-area .content-link-area_content {
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 60px 2%;
}

#content-link-area .content-link-area_content .content-link-area_block {
	width: 32%;
	display: flex;
	flex-direction: column;
}

#content-link-area .content-link-area_content .content-link-area_block .content-link-area_text {
	margin: 10px auto 0;
}

#content-link-area .content-link-area_content .content-link-area_block .content-link-area_text p {
	margin: 5px auto 0;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.7;
}

#content-link-area .content-link-area_content .content-link-area_block .content-link_btn {
	font-weight: bold;
	color: #2E67C8;
	text-align: center;
	text-decoration: none;
	display: block;
	margin: 10px auto 0;
	font-size: clamp(0.875rem, 0.8293rem + 0.1951vw, 1rem);
}

#content-link-area .content-link-area_content .content-link-area_block .content-link-area_img {
	background-color: #fff;
	border-radius: 5px;
	padding: 25px;
	flex-grow: 1;
}

#content-link-area .content-link-area_content .content-link-area_block .content-link-area_img.flex_img {
	display: flex;
	align-items: center;
}

.content-link-area_img {
	color: #333333;
	text-decoration: none;
}

.content-link-area_img:hover {
	opacity: 0.7;
}

@media screen and (max-width: 1000px) {
	#content-link-area .content-link-area_content .content-link-area_block {
		width: 49%;
	}
}

@media screen and (max-width: 768px) {
	#content-link-area .content-link-area_content .content-link-area_block {
		width: 100%;
	}

	#content-link-area .content-link-area_content {
		max-width: 500px;
		gap: 40px 2%;
		width: 90%;
	}

	#content-link-area .content-link-area_content .content-link-area_block .content-link-area_img {
		padding: 20px;
	}
}