@charset "utf-8";
.pc_none {
	display: none;
}

img {
	max-width: 100%;
	max-height: 100%;
}

* {
	box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.5;
}

body {
	font-size: 16px;
}

header {
	width: 100%;
	position: relative;
	overflow: hidden;
}

header .logo {
	transition: all 0.4s ease-out;
}
header .logo:hover {
	opacity: 0.8;
}

.keyvisual {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 100px;
}

.keyvisual .inner {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 2;
	padding: 0 0 0 0;
}

.keyvisual .inner img {
	width: 100%;
	max-height: 800px;
	object-fit: cover;
}

.header_content {
	max-width: 100%;
	width: 1200px;
	margin: auto;
	padding: 60px 0;
	max-width: 100%;
	line-height: 1.4;
}

.header_content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 2;
}

.header_logo {
	margin: 0 0 20px 0;
}

.header_content .content_in {
	background: rgba(255, 255, 255, 0.5);
	padding: 30px 25px;
	width: 60%;
}

header h2 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

nav {
	background: rgba(255, 255, 255, 1);
	position: fixed;
	top: 0;
	width: 100%;
	padding: 12px 8px;
	z-index: 5;
	transition: all 0.2s ease-out;
}

nav.fixed {
	background: rgba(255, 255, 255, 0.8);
}

nav .wrap {
	max-width: 100%;
	width: 1200px;
	margin: auto;
	display: flex;
	align-items: center;
}

nav .wrap ul {
	display: flex;
	justify-content: flex-end;
	width: 600px;
	margin-left: auto;
	text-align: center;
}

nav .wrap ul li {
	flex: 1;
}

nav .wrap ul li a {
	/* padding: 0 30px 0; */
	color: #000;
	transition: all 0.2s ease-out;
}

nav .wrap ul li a:hover {
	color: #aaa79e;
}

.contact_btn {
	width: 200px;
	margin-left: 30px;
}

.contact_btn a {
	background: #FEC424;
	color: #fff;
	font-weight: bold;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 0;
	text-align: center;
	transition: all 0.2s ease-out;
}

.contact_btn a:hover {
	background: #aaa79e;
}

.inner {
	width: 980px;
	margin: auto;
	padding: 40px 0;
	max-width: 100%;
	line-height: 1.4;
}

h2 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

h3 {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.youtube {
	text-align: center;
	margin-bottom: 60px;
}

.youtube iframe {
}

.dl_btn {
	width: 335px;
	margin: auto;
}

.dl_btn a {
	background: #FEC424;
	color: #fff;
	font-weight: bold;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 0;
	text-align: center;
	transition: all 0.2s ease-out;
}

.dl_btn a:hover {
	background: #f2f2f2;
}

.section02 .content01 {
	margin: 0 0 60px 0;
}

.section02 .content02 {
	border: 1px solid #000;
	padding: 25px 0;
	margin: 0 0 60px 0;
}

.section02 .content02 h3 {
}

.section02 .content02 .content_in {
	padding: 20px;
	border-top: 1px dashed #000;
}

.section02 .content03 {
	display: flex;
	justify-content: space-between;
	margin: 0 0 60px 0;
}

.section02 .content03 .box {
	width: 32%;
	padding: 20px 3%;
	background: #f2f2f2;
}

.section02 .content03 .box .tit {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	height: 4.5em;
}

.section02 .content03 .box .img_box {
	text-align: center;
	margin-bottom: 30px;
}

.section02 .content03 .box ul {
}

.section02 .content03 .box ul li {
}

.section02 .arrow {
	text-align: center;
	margin: 0 0 60px 0;
}

.section02 .content04 {
	width: 100%;
	padding: 20px 3%;
	background: #f2f2f2;
}

.section02 .content04 .box {
	width: 55%;
	margin: auto;
	display: flex;
	flex-direction: column;
}

.section02 .content04 .box .tit {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.section02 .content04 .box .img_box {
	text-align: center;
	margin-bottom: 30px;
}

.section02 .content04 .box ul {
}

.section02 .content04 .box ul li {
}

.section03 {
	background: #f2f2f2;
}

.section03 .img_box {
	margin: 60px 0;
}

.section03 .content05 {
}

.section03 .content05 .box {
	background: #fff;
	padding: 20px;
	margin: 0 0 20px 0;
}

.section03 .content05 .box .tit {
	display: flex;
	align-items: center;
	margin: 0 0 20px 0;
}

.section03 .content05 .box .tit .solution {
	padding: 5px 20px;
	background: #00C993;
	color: #fff;
	font-size: 1.2em;
	margin-right: 20px;
}

.section03 .content05 .box .tit .service {
	font-size: 1.2em;
	font-weight: bold;
}

.section03 .content05 .box .text {
}

.section04 {
}

.tab {
	display: flex;
	flex-wrap: wrap;
}
.tab li a {
	display: block;
	background: #ddd;
	margin: 0 2px;
	padding: 10px 20px;
}
.tabs {
	margin-bottom: 60px;
}

/*タブのスタイル*/
.tab_item {
	height: 50px;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
	margin: 0 1%;
	color: #000;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #000;
	margin-bottom: 20px;
}

.tab_item.is-2column {
	width: calc(96% / 2);
}

.tab_item.is-3column {
	width: calc(94% / 3);
}

.tab_item01 {
}

.tab_item02 {
}

.tab_item:hover {
	opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name='tab_item'] {
	display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	padding: 0.6rem 0;
	clear: both;
	overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#news-tab:checked ~ #news-tab_content,
#oshirase-tab:checked ~ #oshirase-tab_content,
#column-tab:checked ~ #column-tab_content {
	display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
	color: #fff;
	background: #00C993;
	border: none;
}

.news {
	padding: 30px 0 60px 0;
}

.tab_list {
}

.tab_content {
	border: 1px solid #000;
	width: 98%;
	margin: auto;
	padding: 10px 20px;
}

.tab_content ul li {
	padding: 15px 0;
	border-bottom: 1px solid #000;
}

.tab_content ul li span {
	margin-right: 10px;
	display: inline-block;
}

.tab_content ul li:last-child {
	border-bottom: none;
}

.tab_content ul li a {
	padding: 5px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 5px 10px;
	transition: all 0.2s ease;
}

.tab_content ul li a:hover {
	color: #aaa79e;
}

.news .more a {
	color: #000;
	width: 250px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	transition: all 0.2s ease;
	border: 1px solid #000;
}

.news .more a:hover {
	color: #fff;
	background: #00C993;
	border: 1px solid #00C993;
}

.news .category {
	color: #fff;
	background: #00C993;
	line-height: 1;
	width: 100px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-inline: 0;
	padding: 0.2rem 0.5rem;
	font-size: 0.9rem;
}

.section05 .inner {
	margin-bottom: 60px;
}

.section05 .consultation {
	display: flex;
	justify-content: space-between;
	padding: 60px;
}

.section05 .consultation .dl_btn {
	background: #000;
	display: block;
	margin: 0 auto;
}

.section05 .consultation .dl_btn a {
	color: #fff;
	display: flex;
	align-items: center;
	height: 100%;
}

footer {
	background: #00C993;
}

footer .wrap {
	max-width: 100%;
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding: 60px 8px;
}

footer .wrap .footer_logo {
	width: 33%;
}

footer .wrap .footer_logo a {
	transition: all 0.2s ease-out;
}

footer .wrap .footer_logo a:hover {
	opacity: 0.8;
}

footer .wrap ul {
	width: 33%;
}

footer .wrap li {
	width: 100%;
	margin-bottom: 3px;
}

footer .wrap li a {
	transition: all 0.2s ease-out;
}

footer .wrap li a:hover {
	opacity: 0.8;
}

footer .copy {
	text-align: center;
	background: #fff;
	padding: 10px;
}
