@charset "UTF-8";
/* CSS Document */

/*
20.会社を知る
21.日立建設のVision・Philosophy
22.事業紹介
80.最新情報＿一覧
81.最新情報＿カテゴリ一覧
82.最新情報＿個別
110.プライバシーポリシー
*/

/*20.会社を知る*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*メインビジュアル*/
	#com00_mv .kv-common2 .inner .exp__inner h3:before {
		top: 22px!important;
	}
	
	/*コンテンツ*/
	#com00 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 90px 0 80px 0;
	}
	
	#com00 .con {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 1060px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#com00 .con a {
		display: block;
		position: relative;
		width: 500px;
		height: auto;
		transition: 0.4s;
	}
	
	#com00 .con a .img {
		position: relative;
		width: 100%;
		height: 320px;
		overflow: hidden;
	}
	
	#com00 .con a .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 320px;
		object-fit: cover;
		transition: 0.4s;
	}
	
	#com00 .con a:hover .img img {
		transform: scale(1.2);
	}
	
	#com00 .con a .text {
		position: relative;
		width: 460px;
		height: auto;
		margin: 30px auto 0 auto;
	}
	
	#com00 .con a .text h2 {
		position: absolute;
		top: -95px;
		right: 75px;
		font-size: 24px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 24px;
		text-align: right;
		color: #fff;
		text-shadow: 0 0 10px #00392D;
	}
	
	#com00 .con a .text p {
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
		color: #343434;
	}
	
	#com00 .con a .text .circle-arrow {
		display: flex;
		position: absolute;
		top: -110px;
		right: -5px;
		width: 60px;
		height: 60px;
		background: #ffffff;
		border-radius: 50%;
		justify-content: center;
		align-items: center;
		transition: 0.4s;
	}
	
	#com00 .con a .text .circle-arrow::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 15px;
		height: 3px;
		background: #44AD96;
		border-radius: 2px;
		transition: 0.4s;
	}
	
	#com00 .con a .text .circle-arrow::after {
		content: "";
		position: absolute;
		top: 16.5px;
		right: 30px;
		width: 10px;
		height: 10px;
		border-top: 3px solid #44AD96;
		border-right: 3px solid #44AD96;
		transform: rotate(45deg) translateX(10px);
		border-radius: 2px;
		transition: 0.4s;
	}
	
	#com00 .con a:hover .text .circle-arrow {
		background: #44AD96;
	}
	
	#com00 .con a:hover .text .circle-arrow::before {
		background: #fff;
	}
	
	#com00 .con a:hover .text .circle-arrow::after {
		border-top: 3px solid #fff;
		border-right: 3px solid #fff;
	}
	
	
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	/*メインビジュアル*/
	#com00_mv .kv-common2 .inner .exp__inner h3:before {
		top: 14px!important;
	}
	
	/*コンテンツ*/
	#com00 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 50px 0 45px 0;
	}
	
	#com00 .con {
		position: relative;
		width: 320px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#com00 .con a {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#com00 .con a:nth-of-type(1) {
		margin-bottom: 35px;
	}
	
	#com00 .con a .img {
		position: relative;
		width: 100%;
		height: 210px;
		overflow: hidden;
	}
	
	#com00 .con a .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 210px;
		object-fit: cover;
	}
	
	#com00 .con a .text {
		position: relative;
		width: 295px;
		height: auto;
		margin: 15px auto 0 auto;
	}
	
	#com00 .con a .text h2 {
		position: absolute;
		top: -55px;
		right: 45px;
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 16px;
		text-align: right;
		color: #fff;
		text-shadow: 0 0 5px #00392D;
	}
	
	#com00 .con a .text p {
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0.5px;
		line-height: 18px;
		text-align: left;
		color: #343434;
	}
	
	#com00 .con a .text .circle-arrow {
		display: flex;
		position: absolute;
		top: -65px;
		right: -3px;
		width: 38px;
		height: 38px;
		background: #ffffff;
		border-radius: 50%;
		justify-content: center;
		align-items: center;
	}
	
	#com00 .con a .text .circle-arrow::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 13px;
		height: 2.5px;
		background: #44AD96;
		border-radius: 2px;
	}
	
	#com00 .con a .text .circle-arrow::after {
		content: "";
		position: absolute;
		top: 6.25px;
		right: 20px;
		width: 9px;
		height: 9px;
		border-top: 2.5px solid #44AD96;
		border-right: 2.5px solid #44AD96;
		transform: rotate(45deg) translateX(10px);
		border-radius: 2px;
	}
	

}

/*21.日立建設のVision・Philosophy*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*共通*/
	.com_h2_01 {
		font-size: 34px;
		font-weight: 600;
		letter-spacing: 2px;
	}
	
	.com_h2_02 {
		font-size: 36px;
		font-weight: 600;
		letter-spacing: 2px;
		color: #fff;
		text-align: center;
	}
	
	.com_h2_02 font {
		display: block;
		position: relative;
		margin-top: 10px;
		font-size: 24px;
		font-weight: 600;
		letter-spacing: 1px;
	}
	
	/*メインビジュアル*/
	#com01_mv h1 {
		margin-bottom: 10px;
	}
	
	#com01_mv .kv-common .kv__wrapper > .title .bg.is-animated .bg-wrap::before {
		height: 40px;
		padding-right: 0;
	}
	
	#com01_mv .kv-common .kv__wrapper > .title .copy::before {
		top: 90px;
	}
	
	/*コンテンツ*/
	#com01 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 75px 0 90px 0;
	}
	
	#com01_01 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 100px auto;
	}
	
	#com01_01 .title {
		z-index: 2;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 1000px;
		height: auto;
	}
	
	#com01_01 .title font {
		display: block;
		position: relative;
		font-size: 24px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 24px;
		text-align: left;
		color: #44AD96;
	}
	
	#com01_01 .title h2 {
		margin: 15px 0 0 65px;
		font-size: 40px;
		font-weight: 600;
		letter-spacing: 8px;
		line-height: 40px;
		writing-mode: vertical-rl;
		color: #121212;
	}
	
	#com01_01 .title h2 span {
		font-size: 40px;
		font-weight: 600;
		letter-spacing: 8px;
		line-height: 40px;
		color: #44AD96;
	}
	
	#com01_01 .title strong {
		display: block;
		position: relative;
		margin: 25px 25px 0 0;
		font-size: 40px;
		font-weight: 600;
		letter-spacing: 8px;
		line-height: 40px;
		color: #121212;
	}
	
	#com01_01 .text {
		z-index: 1;
		position: relative;
		width: 1288px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 400px 100px 0 440px;
		box-sizing: border-box;
	}
	
	#com01_01 .text p {
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 36px;
		text-align: left;
		color: #121212;
	}
	
	#com01_01 .img {
		z-index: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 1500px;
		height: auto;
	}
	
	#com01_01 .img img {
		display: block;
		position: relative;
		object-fit: cover;
	}
	
	#com01_01 .img img:nth-of-type(1) {
		width: 620px;
		height: 330px;
		margin: 0 110px 0 auto;
	}
	
	#com01_01 .img img:nth-of-type(2) {
		width: 220px;
		height: 345px;
		margin: -140px auto 0 0;
	}
	
	#com01_01 .img img:nth-of-type(3) {
		width: 150px;
		height: 150px;
		margin: -80px 0 0 auto;
	}
	
	
	#com01_02 {
		z-index: 2;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#com01_02 .con {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 1280px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 90px 100px 70px 40px;
		box-sizing: border-box;
	}
	
	#com01_02 .con::after {
		content: "";
		z-index: -1;
		position: absolute;
		top: 0;
		right: 0;
		width: 1000%;
		height: 100%;
		background: #F7F7F7;
		border-radius: 0 40px 40px 0;
	}
	
	#com01_02 .con .img {
		position: relative;
		width: 450px;
		height: auto;
	}
	
	#com01_02 .con .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 450px;
		object-fit: cover;
	}
	
	#com01_02 .con .text {
		position: relative;
		width: 580px;
		height: auto;
		margin-top: 15px;
	}
	
	#com01_02 .con .text h2 font {
		display: block;
		position: relative;
		margin-bottom: 14px;
		font-size: 47px;
		font-weight: 600;
		letter-spacing: 4px;
		line-height: 47px;
		text-align: left;
		color: #44AD96;
	}
	
	#com01_02 .con .text h2 span {
		position: relative;
		padding-left: 60px;
		font-size: 20px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		color: #121212;
	}
	
	#com01_02 .con .text h2 span::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 50px;
		height: 1px;
		background: #121212;
	}
	
	#com01_02 .con .text h3 {
		margin: 50px auto 40px auto;
		font-size: 32px;
		font-family: "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 46px;
		text-align: left;
		color: #121212;
	}
	
	#com01_02 .con .text p {
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 30px;
		text-align: left;
		color: #121212;
	}
	
	#com01_02 .con .text p font {
		display: block;
		position: relative;
		margin: 30px 0 10px auto;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 1px;
		text-align: right;
	}
	
	#com01_02 .con .text p big {
		display: block;
		position: relative;
		font-size: 24px;
		font-weight: 600;
		letter-spacing: 1px;
		text-align: right;
	}
	
	#com01_03 {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
		padding: 205px 0 90px 0;
		margin: -110px auto 0 auto;
		background: #44AD96;
	}
	
	#com01_03 .con {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		position: relative;
		width: 1280px;
		height: auto;
		margin: 80px auto 0 auto;
	}
	
	#com01_03 .con .ptn {
		position: relative;
		width: 380px;
		height: auto;
	}
	
	#com01_03 .con .ptn:nth-of-type(2) {
		margin: 0 45px 0 45px;
	}
	
	#com01_03 .con .ptn .img {
		z-index: 2;
		position: relative;
		width: 330px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#com01_03 .con .ptn .img::before {
		content: "";
		z-index: 0;
		position: absolute;
		top: 50%;
		left: -40px;
		transform: translateY(-50%) translateX(0);
		width: 166px;
		height: 166px;
		border-radius: 10px;
		background: #83BFB2;
	}
	
	#com01_03 .con .ptn .img img {
		display: block;
		position: relative;
		width: 330px;
		height: 330px;
		object-fit: cover;
	}
	
	#com01_03 .con .ptn h3 {
		z-index: 1;
		position: absolute;
		top: -20px;
		left: -50px;
		font-size: 96px;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 96px;
		text-align: center;
		color: rgba(255,255,255,0.00);
		text-stroke: 1px #FFF;
		-webkit-text-stroke: 1px #FFF;
	}
	
	#com01_03 .con .ptn h3 font {
		position: relative;
		top: -55px;
		font-size: 28px;
		font-weight: 500;
		line-height: 28px;
		color: #fff;
	}
	
	#com01_03 .con .ptn h4 {
		margin: 27px auto 22px auto;
		font-size: 24px;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 24px;
		text-align: center;
		color: #fff;
	}
	
	#com01_03 .con .ptn p {
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
		color: #fff;
	}
	
	#com01_04 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 90px auto 0 auto;
	}
	
	#com01_04 .con {
		position: relative;
		width: 1280px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#com01_04 .con h3 {
		position: relative;
		font-size: 84px;
		font-weight: 600;
		letter-spacing: 7px;
		line-height: 84px;
		background: linear-gradient(0deg, #F7F4D1 0%, #D9F2EC 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	
	#com01_04 .con h3.h3_01 {
		z-index: 0;
		left: -100px;
		text-align: left;
	}
	
	#com01_04 .con h3.h3_02 {
		z-index: 2;
		top: -7px;
		right: -100px;
		text-align: right;
	}
	
	#com01_04 .con .text {
		position: relative;
		width: 600px;
		height: auto;
		margin: 60px auto 18px 155px;
	}
	
	#com01_04 .con .text h2 {
		position: relative;
		margin-bottom: 20px;
		color: #44AD96;
	}
	
	#com01_04 .con .text h2 font {
		position: absolute;
		top: 50%;
		left: 460px;
		transform: translateY(-50%) translateX(0);
		width: 100px;
		height: 2px;
		background: #44AD96;
	}
	
	#com01_04 .con .text p {
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 30px;
		text-align: left;
		color: #343434;
	}
	
	#com01_04 .con img {
		display: block;
		position: absolute;
		object-fit: cover;
	}
	
	#com01_04 .con img.img01 {
		z-index: 1;
		top: 55px;
		right: 0;
		width: 370px;
		height: 470px;
	}
	
	#com01_04 .con img.img02 {
		z-index: 1;
		bottom: 0;
		left: -100px;
		width: 200px;
		height: 145px;
	}
	
}

/*TAB*/
@media screen and (min-width: 400px) and ( max-width: 1024px) {
	/*メインビジュアル*/
	#com01_mv {
		width: 400px!important;
		margin: 0 auto 0 auto;
	}
	
	/*コンテンツ*/
	#com01_01 {
		width: 400px!important;
	}
	
	#com01_04 {
		width: 400px!important;
	}
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	/*共通*/
	.com_h2_01 {
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 1px;
	}
	
	.com_h2_02 {
		font-size: 18px;
		font-weight: 600;
		letter-spacing: 2px;
		color: #fff;
		text-align: center;
	}
	
	.com_h2_02 font {
		display: block;
		position: relative;
		margin-top: 4px;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 0.5px;
	}
	
	/*メインビジュアル*/
	#com01_mv * {
		box-sizing: border-box;
	}
	
	#com01_mv h1 {
		font-size: inherit!important;
		font-weight: inherit!important;
	}
	
	#com01_mv .kv-common .kv__wrapper > .title .bg.is-animated .bg-wrap::before {
		box-sizing: border-box;
	}
	
	#com01_mv .kv-common .kv__wrapper > .title .copy::before {
		top: 47px;
		box-sizing: border-box;
	}
	
	/*コンテンツ*/
	#com01 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 45px 0 45px 0;
	}
	
	#com01_01 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 50px auto;
	}
	
	#com01_01 .title {
		z-index: 2;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		width: 150px;
		height: auto;
	}
	
	#com01_01 .title font {
		display: block;
		position: relative;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		color: #44AD96;
	}
	
	#com01_01 .title h2 {
		margin: 15px 0 0 35px;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 4px;
		line-height: 20px;
		writing-mode: vertical-rl;
		color: #121212;
	}
	
	#com01_01 .title h2 span {
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 4px;
		line-height: 20px;
		color: #44AD96;
	}
	
	#com01_01 .title strong {
		display: block;
		position: relative;
		margin: 12px 12px 0 0;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 4px;
		line-height: 20px;
		color: #121212;
	}
	
	#com01_01 .text {
		z-index: 1;
		position: relative;
		width: 330px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 300px 0 0 0;
		box-sizing: border-box;
	}
	
	#com01_01 .text p {
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		color: #121212;
	}
	
	#com01_01 .img {
		z-index: 0;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		width: 100%;
		height: auto;
	}
	
	#com01_01 .img img {
		display: block;
		position: relative;
		object-fit: cover;
	}
	
	#com01_01 .img img:nth-of-type(1) {
		width: 150px;
		height: 80px;
		margin: 0 0 0 auto;
	}
	
	#com01_01 .img img:nth-of-type(2) {
		width: 110px;
		height: 172px;
		margin: 0 auto 0 0;
	}
	
	#com01_01 .img img:nth-of-type(3) {
		width: 75px;
		height: 75px;
		margin: -60px 3px 0 auto;
	}
	
	#com01_02 {
		z-index: 2;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#com01_02 .con {
		position: relative;
		width: 340px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 45px 20px 45px 20px;
		box-sizing: border-box;
	}
	
	#com01_02 .con::after {
		content: "";
		z-index: -1;
		position: absolute;
		top: 0;
		right: -10px;
		width: 1000%;
		height: 100%;
		background: #F7F7F7;
		border-radius: 0 20px 20px 0;
	}
	
	#com01_02 .con .img {
		display: none;
	}
	
	#com01_02 .con .text {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#com01_02 .con .text h2 font {
		display: block;
		position: relative;
		margin-bottom: -5px;
		font-size: 27px;
		font-weight: 600;
		letter-spacing: 2px;
		line-height: 27px;
		text-align: left;
		color: #44AD96;
	}
	
	#com01_02 .con .text h2 span {
		position: relative;
		padding-left: 30px;
		font-size: 14px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 600;
		letter-spacing: 0.5px;
		line-height: 14px;
		text-align: left;
		color: #121212;
	}
	
	#com01_02 .con .text h2 span::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 25px;
		height: 1px;
		background: #121212;
	}
	
	#com01_02 .con .text img {
		display: block;
		position: relative;
		width: 230px;
		height: 230px;
		margin: 32px auto 30px auto;
		object-fit: cover;
	}
	
	#com01_02 .con .text h3 {
		margin: 0 auto 20px auto;
		font-size: 18px;
		font-family: "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", serif;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 28px;
		text-align: left;
		color: #121212;
		white-space: nowrap;
	}
	
	#com01_02 .con .text p {
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0.5px;
		line-height: 20px;
		text-align: left;
		color: #121212;
	}
	
	#com01_02 .con .text p font {
		display: block;
		position: relative;
		margin: 15px 0 5px auto;
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0.5px;
		text-align: right;
	}
	
	#com01_02 .con .text p big {
		display: block;
		position: relative;
		font-size: 16px;
		font-weight: 600;
		letter-spacing: 1px;
		text-align: right;
	}
	
	#com01_03 {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
		padding: 120px 0 45px 0;
		margin: -70px auto 0 auto;
		background: #44AD96;
	}
	
	#com01_03 .con {
		position: relative;
		width: 280px;
		height: auto;
		margin: 45px auto 0 auto;
	}
	
	#com01_03 .con .ptn {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#com01_03 .con .ptn:nth-of-type(2) {
		margin: 40px auto 40px auto;
	}
	
	#com01_03 .con .ptn .img {
		z-index: 2;
		position: relative;
		width: 165px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#com01_03 .con .ptn .img::before {
		content: "";
		z-index: 0;
		position: absolute;
		top: 50%;
		left: -22px;
		transform: translateY(-50%) translateX(0);
		width: 83px;
		height: 83px;
		border-radius: 5px;
		background: #83BFB2;
	}
	
	#com01_03 .con .ptn .img img {
		display: block;
		position: relative;
		width: 165px;
		height: 165px;
		object-fit: cover;
	}
	
	#com01_03 .con .ptn h3 {
		z-index: 1;
		position: absolute;
		top: -10px;
		left: 25px;
		font-size: 48px;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 48px;
		text-align: center;
		color: rgba(255,255,255,0.00);
		text-stroke: 1px #FFF;
		-webkit-text-stroke: 1px #FFF;
	}
	
	#com01_03 .con .ptn h3 font {
		position: relative;
		top: -25px;
		font-size: 14px;
		font-weight: 500;
		line-height: 14px;
		color: #fff;
	}
	
	#com01_03 .con .ptn h4 {
		margin: 14px auto 12px auto;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #fff;
	}
	
	#com01_03 .con .ptn p {
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0.5px;
		line-height: 18px;
		text-align: left;
		color: #fff;
	}
	
	#com01_04 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 45px auto 0 auto;
	}
	
	#com01_04 .con {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 0 0 0 0;
		box-sizing: border-box;
	}
	
	#com01_04 .con h3 {
		position: relative;
		font-size: 42px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 42px;
		background: linear-gradient(0deg, #F7F4D1 0%, #D9F2EC 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
	
	#com01_04 .con h3.h3_01 {
		z-index: 0;
		left: 10px;
		text-align: left;
	}
	
	#com01_04 .con h3.h3_02 {
		z-index: 2;
		bottom: -20px;
		right: 0;
		text-align: right;
		letter-spacing: 0;
		white-space: nowrap;
	}
	
	#com01_04 .con .text {
		position: relative;
		width: 320px;
		height: auto;
		margin: 60px auto 70px auto;
	}
	
	#com01_04 .con .text h2 {
		position: relative;
		margin-bottom: 15px;
		color: #44AD96;
	}
	
	#com01_04 .con .text h2 font {
		position: absolute;
		top: 50%;
		left: 240px;
		transform: translateY(-50%) translateX(0);
		width: 50px;
		height: 1px;
		background: #44AD96;
	}
	
	#com01_04 .con .text p {
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0.5px;
		line-height: 20px;
		text-align: left;
		color: #343434;
	}
	
	#com01_04 .con img {
		display: block;
		position: absolute;
		object-fit: cover;
	}
	
	#com01_04 .con img.img01 {
		z-index: 1;
		top: 10px;
		right: 0;
		width: 120px;
		height: 120px;
	}
	
	#com01_04 .con img.img02 {
		z-index: 0;
		bottom: 0;
		left: 0;
		width: 100px;
		height: 72px;
	}
	
}

/*22.事業紹介*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*メインビジュアル*/
	#com02_mv h1 {
		margin-bottom: 10px;
	}
	
	#com02_mv .kv-common .kv__wrapper > .title .bg.is-animated .bg-wrap::before {
		width: 90%;
		height: 40px;
		padding-right: 0;
	}
	
	#com02_mv .kv-common .kv__wrapper > .title .copy::before {
		top: 133px;
	}
	
	/*コンテンツ*/
	#com02 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 90px 0 90px 0;
	}
	
	#com02_01 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 95px 0 105px 0;
	}
	
	#com02_01 .text {
		z-index: 1;
		position: relative;
		width: 800px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#com02_01 .text h2 {
		margin-bottom: 40px;
		line-height: 52px;
		text-align: center;
		color: #44AD96;
	}
	
	#com02_01 .text p {
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 38px;
		text-align: center;
		color: #121212;
	}
	
	#com02_01 .img {
		z-index: 0;
		position: absolute;
		top: 105px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		width: 1500px;
		height: auto;
	}
	
	#com02_01 .img img {
		display: block;
		object-fit: cover;
	}
	
	#com02_01 .img img:nth-of-type(1) {
		position: relative;
		width: 300px;
		height: 220px;
		margin: 0 auto 0 0;
	}
	
	#com02_01 .img img:nth-of-type(2) {
		position: absolute;
		top: -105px;
		right: 10%;
		width: 170px;
		height: 125px;
	}
	
	#com02_01 .img img:nth-of-type(3) {
		position: relative;
		width: 180px;
		height: 230px;
		margin: -50px 0 0 auto;
	}
	
	#com02_02 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 90px 0 300px 0;
		background: #44AD96;
	}
	
	#com02_02 .con {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		position: relative;
		width: 1260px;
		height: auto;
		margin: 60px auto 0 auto;
	}
	
	#com02_02 .con .ptn {
		position: relative;
		width: 390px;
		height: auto;
	}
	
	#com02_02 .con .ptn:nth-of-type(1) {
		margin-bottom: 45px;
	}
	
	#com02_02 .con .ptn:nth-of-type(2) {
		margin: 0 40px 45px 40px;
	}
	
	#com02_02 .con .ptn:nth-of-type(3) {
		margin-bottom: 45px;
	}
	
	#com02_02 .con .ptn:nth-of-type(4) {
		margin-right: 40px;
	}
	
	
	#com02_02 .con .ptn h3 {
		z-index: 2;
		position: absolute;
		top: 18px;
		right: 10px;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: center;
		color: #fff;
	}
	
	#com02_02 .con .ptn h3 font {
		display: block;
		position: relative;
		font-size: 56px;
		font-weight: 700;
		letter-spacing: 2px;
		line-height: 56px;
		text-align: center;
	}
	
	#com02_02 .con .ptn .text {
		position: relative;
		width: 330px;
		height: auto;
		margin: 0 auto 0 0;
		padding: 75px 0 0 0;
	}
	
	#com02_02 .con .ptn .text::before {
		content: "";
		z-index: 0;
		position: absolute;
		top: 0;
		right: -60px;
		width: 350px;
		height: 250px;
		background: rgba(131,191,178,0.70);
		border-radius: 10px;
	}
	
	#com02_02 .con .ptn .text img {
		display: block;
		position: relative;
		width: 100%;
		height: 205px;
		object-fit: cover;
	}
	
	#com02_02 .con .ptn .text h4 {
		margin: 20px 0 10px 0;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 28px;
		text-align: left;
		color: #fff;
	}
	
	#com02_02 .con .ptn .text p {
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
		color: #fff;
	}
	
	#com02_03 {
		position: relative;
		width: 100%;
		height: auto;
		margin: -230px auto 0 auto;
	}
	
	#com02_03 .con {
		position: relative;
		width: 1280px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 90px 0 100px 100px;
		box-sizing: border-box;
	}
	
	#com02_03 .con::before {
		content: "";
		z-index: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 1000%;
		height: 100%;
		background: #F7F7F7;
		border-radius: 40px 0 0 40px;
	}
	
	#com02_03 .con .text {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#com02_03 .con .text h2 {
		position: relative;
		margin-bottom: 40px;
		color: #44AD96;
	}
	
	#com02_03 .con .text h2 font {
		position: absolute;
		top: 50%;
		left: 460px;
		transform: translateY(-50%) translateX(0);
		width: 100px;
		height: 2px;
		background: #44AD96;
	}
	
	#com02_03 .con .text p {
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
		color: #343434;
	}
	
	#com02_03 .con .text .check {
		position: relative;
		width: 100%;
		height: auto;
		margin: 30px auto 20px auto;
	}
	
	#com02_03 .con .text .check p {
		position: relative;
		padding-left: 30px;
	}
	
	#com02_03 .con .text .check p:nth-of-type(2) {
		margin: 10px auto 10px auto;
	}
	
	#com02_03 .con .text .check p img {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 20px;
		height: auto;
	}
	
	#com02_03 .con .img {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: absolute;
		top: 90px;
		right: -120px;
		width: 650px;
		height: auto;
	}
	
	#com02_03 .con .img img {
		display: block;
		position: relative;
		width: 210px;
		height: 270px;
		object-fit: cover;
	}
	
	#com02_03 .con .img img:nth-of-type(2) {
		margin: 50px 10px 0 10px;
	}
	
	#com02_04 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 90px auto 0 auto;
	}
	
	#com02_04 .con {
		position: relative;
		width: 1280px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 100px 0 160px 550px;
		box-sizing: border-box;
	}
	
	#com02_04 .con h2 {
		margin-bottom: 40px;
	}
	
	#com02_04 .con h2 span {
		font-size: 34px;
		font-weight: 600;
	}
	
	#com02_04 .con p {
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
		color: #343434;
	}
	
	#com02_04 .con img {
		display: block;
		position: absolute;
		object-fit: cover;
	}
	
	#com02_04 .con img.img01 {
		z-index: 0;
		top: 0;
		left: 130px;
		width: 340px;
		height: 230px;
	}
	
	#com02_04 .con img.img02 {
		z-index: 1;
		top: 170px;
		left: -50px;
		width: 312px;
		height: 168px;
	}
	
	#com02_04 .con img.img03 {
		z-index: 1;
		bottom: 0;
		left: 310px;
		width: 190px;
		height: 130px;
	}
	
	#com02_04 .con img.img04 {
		z-index: 1;
		bottom: 55px;
		right: -130px;
		width: 260px;
		height: 160px;
	}
	
	#com02_04 .con img.icon01 {
		z-index: 2;
		top: -20px;
		left: 390px;
		width: 50px;
		height: auto;
	}
	
	#com02_04 .con img.icon02 {
		z-index: 2;
		top: 100px;
		left: -80px;
		width: 37px;
		height: auto;
	}
	
	#com02_04 .con img.icon03 {
		z-index: 2;
		bottom: 50px;
		left: 80px;
		width: 75px;
		height: auto;
	}
	
	#com02_04 .con img.icon04 {
		z-index: 2;
		top: 30px;
		right: 20px;
		width: 76px;
		height: auto;
	}
	
	#com02_04 .con img.icon05 {
		z-index: 2;
		bottom: 10px;
		right: 100px;
		width: 90px;
		height: auto;
	}
	
}

/*TAB*/
@media screen and (min-width: 400px) and ( max-width: 1024px) {
	/*メインビジュアル*/
	#com02_mv {
		width: 400px!important;
		margin: 0 auto 0 auto;
	}
	
	/*コンテンツ*/
	#com02_01 {
		width: 400px!important;
	}
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	/*メインビジュアル*/
	#com02_mv * {
		box-sizing: border-box;
	}
	
	#com02_mv h1 {
		font-size: inherit!important;
		font-weight: inherit!important;
	}
	
	#com02_mv .kv-common .kv__wrapper > .title .bg.is-animated .bg-wrap::before {
		box-sizing: border-box;
	}
	
	#com02_mv .kv-common .kv__wrapper > .title .copy.work02::before {
		top: 72px;
		box-sizing: border-box;
	}
	
	/*コンテンツ*/
	#com02 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 50px 0 70px 0;
	}
	
	#com02_01 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 0 0 45px 0;
	}
	
	#com02_01 .text {
		z-index: 1;
		position: relative;
		width: 340px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#com02_01 .text h2 {
		margin-bottom: 20px;
		line-height: 28px;
		text-align: center;
		color: #44AD96;
	}
	
	#com02_01 .text p {
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0.5px;
		line-height: 20px;
		text-align: left;
		color: #121212;
	}
	
	#com02_01 .img {
		position: relative;
		width: 100%;
		height: auto;
		margin: 35px auto 0 auto;
	}
	
	#com02_01 .img img {
		display: block;
		object-fit: cover;
	}
	
	#com02_01 .img img:nth-of-type(1) {
		position: relative;
		width: 150px;
		height: 108px;
		margin: 0 auto 0 0;
	}
	
	#com02_01 .img img:nth-of-type(2) {
		position: absolute;
		top: -18px;
		right: 100px;
		width: 85px;
		height: 60px;
	}
	
	#com02_01 .img img:nth-of-type(3) {
		position: relative;
		width: 76px;
		height: 95px;
		margin: -80px 0 0 auto;
	}
	
	#com02_02 {
		position: relative;
		width: 100%;
		height: auto;
		padding: 45px 0 180px 0;
		background: #44AD96;
	}
	
	#com02_02 .con {
		position: relative;
		width: 260px;
		height: auto;
		margin: 30px auto 0 auto;
	}
	
	#com02_02 .con .ptn {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#com02_02 .con .ptn:nth-of-type(1) {
		margin-bottom: 30px;
	}
	
	#com02_02 .con .ptn:nth-of-type(2) {
		margin-bottom: 30px;
	}
	
	#com02_02 .con .ptn:nth-of-type(3) {
		margin-bottom: 30px;
	}
	
	#com02_02 .con .ptn:nth-of-type(4) {
		margin-bottom: 30px;
	}
	
	#com02_02 .con .ptn h3 {
		z-index: 2;
		position: absolute;
		top: 3px;
		right: 10px;
		font-size: 9px;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 9px;
		text-align: center;
		color: #fff;
	}
	
	#com02_02 .con .ptn h3 font {
		display: block;
		position: relative;
		font-size: 37px;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 37px;
		text-align: center;
	}
	
	#com02_02 .con .ptn .text {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 30px 0 0 0;
	}
	
	#com02_02 .con .ptn .text::before {
		content: "";
		z-index: 0;
		position: absolute;
		top: 0;
		right: 0;
		width: 230px;
		height: 140px;
		background: rgba(131,191,178,0.70);
		border-radius: 5px;
	}
	
	#com02_02 .con .ptn .text img {
		display: block;
		position: relative;
		width: 220px;
		height: 135px;
		margin: 0 auto 0 0;
		object-fit: cover;
	}
	
	#com02_02 .con .ptn .text h4 {
		margin: 14px 0 12px 0;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: left;
		color: #fff;
	}
	
	#com02_02 .con .ptn .text p {
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0.5px;
		line-height: 18px;
		text-align: left;
		color: #fff;
	}
	
	#com02_03 {
		position: relative;
		width: 100%;
		height: auto;
		margin: -140px auto 0 auto;
	}
	
	#com02_03 .con {
		position: relative;
		width: 340px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 50px 0 45px 35px;
		box-sizing: border-box;
	}
	
	#com02_03 .con::before {
		content: "";
		z-index: 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 1000%;
		height: 100%;
		background: #F7F7F7;
		border-radius: 20px 0 0 20px;
	}
	
	#com02_03 .con .text {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#com02_03 .con .text h2 {
		position: relative;
		margin-bottom: 20px;
		color: #44AD96;
	}
	
	#com02_03 .con .text h2 font {
		position: absolute;
		top: 50%;
		left: 245px;
		transform: translateY(-50%) translateX(0);
		width: 50px;
		height: 1px;
		background: #44AD96;
	}
	
	#com02_03 .con .text p {
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #343434;
	}
	
	#com02_03 .con .text .check {
		position: relative;
		width: 100%;
		height: auto;
		margin: 20px auto 15px auto;
	}
	
	#com02_03 .con .text .check p {
		position: relative;
		padding-left: 20px;
	}
	
	#com02_03 .con .text .check p:nth-of-type(2) {
		margin: 5px auto 5px auto;
	}
	
	#com02_03 .con .text .check p img {
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 14px;
		height: auto;
	}
	
	#com02_03 .con .img {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 325px;
		height: auto;
		margin: 34px auto 0 -15px;
	}
	
	#com02_03 .con .img img {
		display: block;
		position: relative;
		width: 105px;
		height: 132px;
		object-fit: cover;
	}
	
	#com02_03 .con .img img:nth-of-type(2) {
		margin: 25px 5px 0 5px;
	}
	
	#com02_04 {
		position: relative;
		width: 100%;
		height: auto;
		margin: 45px auto 0 auto;
	}
	
	#com02_04 .con {
		position: relative;
		width: 340px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 200px 25px 140px 25px;
		box-sizing: border-box;
	}
	
	#com02_04 .con h2 {
		margin-bottom: 18px;
	}
	
	#com02_04 .con h2 span {
		font-size: 18px;
		font-weight: 600;
	}
	
	#com02_04 .con p {
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0.5px;
		line-height: 18px;
		text-align: left;
		color: #343434;
	}
	
	#com02_04 .con img {
		display: block;
		position: absolute;
		object-fit: cover;
	}
	
	#com02_04 .con img.img01 {
		z-index: 0;
		top: 0;
		left: 70px;
		width: 170px;
		height: 115px;
	}
	
	#com02_04 .con img.img02 {
		z-index: 1;
		top: 80px;
		left: 0;
		width: 125px;
		height: 66px;
	}
	
	#com02_04 .con img.img03 {
		z-index: 1;
		bottom: 50px;
		left: -30px;
		width: 95px;
		height: 65px;
	}
	
	#com02_04 .con img.img04 {
		z-index: 1;
		bottom: 0;
		right: -15px;
		width: 130px;
		height: 80px;
	}
	
	#com02_04 .con img.icon01 {
		z-index: 2;
		top: -15px;
		left: 200px;
		width: 25px;
		height: auto;
	}
	
	#com02_04 .con img.icon02 {
		z-index: 2;
		top: 60px;
		left: -19px;
		width: 19px;
		height: auto;
	}
	
	#com02_04 .con img.icon03 {
		z-index: 2;
		top: 135px;
		left: 17px;
		width: 38px;
		height: auto;
	}
	
	#com02_04 .con img.icon04 {
		z-index: 2;
		bottom: 150px;
		right: -20px;
		width: 38px;
		height: auto;
	}
	
	#com02_04 .con img.icon05 {
		z-index: 2;
		bottom: -20px;
		right: 95px;
		width: 45px;
		height: auto;
	}
	

}

/*
80.最新情報＿一覧
81.最新情報＿カテゴリ一覧
*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*メインビジュアル*/
	.news_mv {
		padding: 130px 0 100px 0;
	}
	
	/*カテゴリー一覧*/
	#news_cat {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#news_cat .con {
		position: relative;
		width: 980px;
		height: auto;
		padding: 55px 0 30px 0;
		margin: 0 auto 0 auto;
	}
	
	#news_cat .con::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 0;
		right: -100px;
		width: 1000%;
		height: 100%;
		background: #44AD96;
		border-radius: 0 40px 40px 0;
	}
	
	#news_cat .con h2 {
		position: relative;
		padding-left: 30px;
		margin-bottom: 20px;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		color: #fff;
	}
	
	#news_cat .con h2 img {
		display: block;
		position: absolute;
		top: 55%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 20px;
		height: auto;
	}
	
	#news_cat ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 970px;
		height: auto;
		margin: 0 auto 0 0;
	}
	
	#news_cat ul li {
		list-style: none;
		display: block;
		position: relative;
		margin: 0 0 22px 0;
		padding: 0 50px 0 0;
		box-sizing: border-box;
	}
	
	#news_cat ul li a {
		position: relative;
		font-size: 16px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		color: #fff;
		transition: 0.2s;
	}
	
	#news_cat ul li::after {
		content: "";
		position: absolute;
		top: 3px;
		right: 25px;
		transform: rotate(30deg);
		width: 1px;
		height: 80%;
		background: #fff;
	}
	
	#news_cat ul li a.news_current {
		font-weight: 700;
		color: #fff;
	}
	
	#news_cat ul li a::after {
		content: "";
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 100%;
		height: 1px;
		background: rgba(0,0,0,0.00);
		transition: 0.2s;
	}
	
	#news_cat ul li a:hover::after {
		background: #fff;
	}
	
	/*記事一覧*/
	#news_loop {
		position: relative;
		width: 980px;
		height: auto;
		margin: 105px auto 90px auto;
	}
	
	#news_loop .title {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 30px auto;
	}
	
	#news_loop .title h3 {
		position: relative;
		padding: 3px 0 3px 25px;
		font-size: 20px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 20px;
		text-align: left;
		color: #121212;
	}
	
	#news_loop .title h3::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 8px;
		height: 100%;
		background: #44AD96;
		border-radius: 5px;
	}
	
	#news_loop .loop {
		position: relative;
		width: 970px;
		height: auto;
		margin: 0 auto 0 0;
	}
	
	#news_loop .loop a {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: auto;
		padding: 0 0 30px 0;
		margin: 0 auto 30px auto;
		border-bottom: solid 1px #C3C3C3;
	}
	
	#news_loop .loop a .img {
		position: relative;
		width: 120px;
		height: 80px;
		overflow: hidden;
	}
	
	#news_loop .loop a .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 80px;
		object-fit: cover;
		object-position: center;
		transition: 0.2s;
	}
	
	#news_loop .loop a:hover .img img {
		transform: scale(1.3);
	}
	
	#news_loop .loop a .text {
		position: relative;
		width: 740px;
		height: auto;
		margin: 0 auto 0 40px;
	}
	
	#news_loop .loop a .text time {
		display: table;
		position: relative;
		font-size: 14px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		color: #5C5C5C;
	}
	
	#news_loop .loop a .text font {
		position: absolute;
		top: -5px;
		left: 100px;
		padding: 6px 10px 6px 10px;
		font-size: 14px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		color: #fff;
		background: #44AD96;
		border-radius: 100px;
	}
	
	#news_loop .loop a .text p {
		margin-top: 24px;
		font-size: 16px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		color: #343434;
	}
	
	#news_loop .loop a .text p::after {
		content: "";
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 100%;
		height: 1px;
		background: rgba(52,52,52,0.00);
		transition: 0.2s;
	}
	
	#news_loop .loop a:hover .text p::after {
		background: #343434;
	}
	
	#news_loop .loop a .text img {
		display: block;
		position: absolute;
		top: 18px;
		right: -35px;
		width: 17px;
		height: auto;
	}
	
	#news_loop .pagination {
		margin-top: 45px;
	}
	
	/*ページネーション*/
	.pagination {
		display: table;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		text-align: center;
	}
		
	.pagination ul {
		display: inline-block;
		width: auto;
		height: auto;
		margin: 0 auto;
	}
		
	.pagination ul li {
		list-style: none;
		float: left;
	}
	
	.pagination ul li a {
		display: block;
		position: relative;
		width: auto;
		height: auto;
		margin: 0 20px 0 20px;
		font-size: 26px;
		font-family: "Poppins", sans-serif;
		font-weight: 600;
		line-height: 26px;
		text-align: center;
		color: #A3A3A3;
		transition: 0.3s;
	}
	
	.pagination ul li a:hover {
		color: #44AD96;
		text-decoration: underline;
	}

	.pagination span {
		display: block;
		position: relative;
		width: auto;
		height: auto;
		margin: 0 20px 0 20px;
		font-size: 26px;
		font-family: "Poppins", sans-serif;
		font-weight: 600;
		line-height: 26px;
		text-align: center;
		color: #44AD96;
		transition: 0.3s;
	}
		
	.pagination span.current {
		color: #44AD96;
		text-decoration: underline;
	}
	
	.pagination .prev {
		display: none;
	}
	
	.pagination .next {
		display: none;
	}
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	/*メインビジュアル*/
	.news_mv {
		padding: 50px 0 50px 0;
	}
	
	/*カテゴリー一覧*/
	#news_cat {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#news_cat::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: #44AD96;
	}
	
	#news_cat .con {
		position: relative;
		width: 340px;
		height: auto;
		padding: 34px 0 20px 0;
		margin: 0 auto 0 auto;
	}
	
	#news_cat .con h2 {
		position: relative;
		padding-left: 22px;
		margin-bottom: 17px;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		color: #fff;
	}
	
	#news_cat .con h2 img {
		display: block;
		position: absolute;
		top: 55%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 15px;
		height: auto;
	}
	
	#news_cat ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#news_cat ul li {
		list-style: none;
		display: block;
		position: relative;
		margin: 0 0 10px 0;
		padding: 0 50px 0 0;
		box-sizing: border-box;
	}
	
	#news_cat ul li a {
		position: relative;
		font-size: 12px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 400;
		letter-spacing: 0.5px;
		line-height: 12px;
		text-align: left;
		color: #fff;
	}
	
	#news_cat ul li::after {
		content: "";
		position: absolute;
		top: 4px;
		right: 25px;
		transform: rotate(30deg);
		width: 1px;
		height: 80%;
		background: #fff;
	}
	
	#news_cat ul li a.news_current {
		font-weight: 700;
		color: #fff;
	}
	
	#news_cat ul li a.news_current::after {
		content: "";
		position: absolute;
		bottom: -1px;
		left: 0;
		width: 100%;
		height: 1px;
		background: #fff;
	}
	
	/*記事一覧*/
	#news_loop {
		position: relative;
		width: 350px;
		height: auto;
		margin: 45px auto 45px auto;
	}
	
	#news_loop .title {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 30px auto;
	}
	
	#news_loop .title h3 {
		position: relative;
		padding: 2px 0 2px 14px;
		margin-left: 10px;
		font-size: 14px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		color: #121212;
	}
	
	#news_loop .title h3::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 5px;
		height: 100%;
		background: #44AD96;
		border-radius: 2.5px;
	}
	
	#news_loop .loop {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#news_loop .loop a {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: auto;
		padding: 0 0 20px 0;
		margin: 0 auto 20px auto;
		border-bottom: solid 1px #C3C3C3;
	}
	
	#news_loop .loop a .img {
		position: relative;
		width: 85px;
		height: 62px;
		overflow: hidden;
	}
	
	#news_loop .loop a .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 62px;
		object-fit: cover;
		object-position: center;
	}
	
	#news_loop .loop a .text {
		position: relative;
		width: 220px;
		height: auto;
		margin: 0 auto 0 15px;
	}
	
	#news_loop .loop a .text time {
		display: table;
		position: relative;
		font-size: 11px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 400;
		letter-spacing: 0.5px;
		line-height: 11px;
		text-align: left;
		color: #5C5C5C;
	}
	
	#news_loop .loop a .text font {
		position: absolute;
		top: -4px;
		left: 70px;
		padding: 4px 6px 5px 6px;
		font-size: 11px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 400;
		letter-spacing: 0.5px;
		line-height: 11px;
		text-align: left;
		color: #fff;
		background: #44AD96;
		border-radius: 100px;
	}
	
	#news_loop .loop a .text p {
		margin-top: 10px;
		font-size: 12px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 400;
		letter-spacing: 0.5px;
		line-height: 18px;
		text-align: left;
		color: #343434;
	}
	
	#news_loop .loop a .text img {
		display: block;
		position: absolute;
		top: 20px;
		right: -27px;
		width: 12.5px;
		height: auto;
	}
	
	#news_loop .pagination {
		margin-top: 35px;
	}
	
	/*ページネーション*/
	.pagination {
		display: table;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		text-align: center;
	}
		
	.pagination ul {
		display: inline-block;
		width: auto;
		height: auto;
		margin: 0 auto;
	}
		
	.pagination ul li {
		list-style: none;
		float: left;
	}
	
	.pagination ul li a {
		display: block;
		position: relative;
		width: auto;
		height: auto;
		margin: 0 15px 0 15px;
		font-size: 16px;
		font-family: "Poppins", sans-serif;
		font-weight: 600;
		line-height: 16px;
		text-align: center;
		color: #A3A3A3;
	}

	.pagination span {
		display: block;
		position: relative;
		width: auto;
		height: auto;
		margin: 0 15px 0 15px;
		font-size: 16px;
		font-family: "Poppins", sans-serif;
		font-weight: 600;
		line-height: 16px;
		text-align: center;
		color: #44AD96;
	}
		
	.pagination span.current {
		color: #44AD96;
		text-decoration: underline;
	}
	
	.pagination .prev {
		display: none;
	}
	
	.pagination .next {
		display: none;
	}

}

/*82.最新情報＿個別*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*記事個別*/
	#news_post {
		position: relative;
		width: 100%;
		height: auto;
		padding: 120px 0 120px 0;
	}
	
	#news_post .title {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		position: relative;
		width: 950px;
		height: auto;
		margin: 0 auto 95px auto;
	}
	
	#news_post .title .text {
		position: relative;
		width: 630px;
		height: auto;
	}
	
	#news_post .title .text .cat {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#news_post .title .text h1 {
		margin-bottom: 40px;
		font-size: 28px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
		letter-spacing: 2px;
		line-height: 40px;
		text-align: left;
		color: #393939;
	}
	
	#news_post .title .text .cat font {
		display: block;
		position: relative;
		margin: 0 auto 0 0;
		padding: 6px 10px 7px 10px;
		font-size: 16px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		color: #fff;
		background: #44AD96;
		border-radius: 100px;
	}
	
	#news_post .title .text time {
		display: block;
		position: absolute;
		bottom: 5px;
		right: 0;
		font-size: 16px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: right;
		color: #5C5C5C;
	}
	
	#news_post .title .img {
		position: relative;
		width: 250px;
		height: 170px;
		overflow: hidden;
	}
	
	#news_post .title .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 170px;
		object-fit: cover;
		object-position: center;
	}
	
	#news_post .post {
		position: relative;
		width: 950px;
		height: auto;
		margin: 0 auto 100px auto;
	}
	
	#news_post .post p {
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
		color: #4E4E4E;
	}
	
	#news_post .post div.h2_top {
		margin-top: 50px;
	}
	
	#news_post .post h2 {
		display: inline;
		position: relative;
		margin: 50px 0 50px 0;
		padding-bottom: 5px;
		font-size: 23px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 43px;
		text-align: left;
		color: #44AD96;
		border-bottom: dashed 1px #707070;
	}
	
	#news_post .post h3,
	#news_post .post h4 {
		display: table;
		position: relative;
		margin: 30px 0 25px 0;
		font-size: 18px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 28px;
		text-align: left;
		color: #121212;
	}
	
	#news_post .post img {
		display: block;
		position: relative;
		margin: 30px auto 30px 0;
		width: auto;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	#news_post .post iframe {
		display: block;
		position: relative;
		width: 600px;
		height: 340px;
		margin: 30px auto 30px 0;
	}
	
	/*前後記事*/
	.post_nav {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	.post_nav::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 1360px;
		height: 100%;
		background: #F2F2F2;
		border-radius: 40px;
	}
	
	.post_nav .btn {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		width: 100px;
		height: auto;
		padding: 42px 0 0 0;
		font-size: 16px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: center;
		color: #343434;
		transition: 0.3s;
	}
	
	.post_nav .btn font {
		position: absolute;
		top: -8px;
		left: 50%;
		transform: translateY(0) translateX(-50%);
		font-size: 20px;
		letter-spacing: 1px;
		line-height: 20px;
		color: #fff;
		transition: 0.3s;
	}
	
	.post_nav .btn font::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: -4px;
		left: 48%;
		transform: translateY(0) translateX(-50%);
		width: 40px;
		height: 40px;
		color: #fff;
		background: #44AD96;
		border: solid 1px #44AD96;
		border-radius: 100px;
		transition: 0.3s;
	}
	
	.post_nav .btn:hover {
		color: #44AD96;
	}
	
	.post_nav .btn:hover font {
		color: #44AD96;
	}
	
	.post_nav .btn:hover font::before {
		background: #fff;
		border: solid 1px #44AD96;
	}
	
	.post_nav .con {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 1200px;
		height: 100px;
		margin: 0 auto 0 auto;
		padding: 80px 0 80px 0;
	}
	
	.post_nav .con a {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		position: relative;
		width: 490px;
		height: auto;
	}
	
	.post_nav .con a .img {
		position: relative;
		width: 140px;
		height: 100px;
		overflow: hidden;
	}
	
	.post_nav .con a .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 100px;
		object-fit: cover;
		object-position: center;
		transition: 0.3s;
	}
	
	.post_nav .con a .text {
		position: relative;
		width: 310px;
		height: auto;
	}
	
	.post_nav .con a .text h4 {
		position: relative;
		margin-bottom: 18px;
		font-size: 16px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 700;
		letter-spacing: 1px;
		line-height: 16px;
		color: #44AD96;
	}
	
	.post_nav .con a .text h4 img {
		position: absolute;
		top: 52%;
		transform: translateY(-50%) translateX(0);
		width: 15px;
		height: auto;
	}
	
	.post_nav .con a.prevpost {
		flex-direction: row;
	}
	
	.post_nav .con a.prevpost .text h4 {
		padding-left: 32px;
		text-align: left;
	}
	
	.post_nav .con a.prevpost .text h4 img {
		left: 0;
	}
	
	.post_nav .con a.nextpost {
		position: absolute;
		top: 50%;
		transform: translateY(-50%) translateX(0);
		left: 700px;
		flex-direction: row-reverse;
	}
	
	.post_nav .con a.nextpost .text h4 {
		padding-right: 32px;
		text-align: right;
	}
	
	.post_nav .con a.nextpost .text h4 img {
		right: 0;
	}
	
	.post_nav .con a:hover .text p {
		text-decoration: underline;
	}
	
	.post_nav .con a:hover .img img {
		transform: scale(1.3);
	}
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	/*記事個別*/
	#news_post {
		position: relative;
		width: 100%;
		height: auto;
		padding: 35px 0 45px 0;
	}
	
	#news_post .title {
		position: relative;
		width: 320px;
		height: auto;
		margin: 0 auto 0 auto;
	}
	
	#news_post .title .text {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#news_post .title .text h1 {
		margin-bottom: 20px;
		font-size: 16px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
		color: #1E3C0D;
	}
	
	#news_post .title .text .cat {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#news_post .title .text .cat font {
		display: block;
		position: relative;
		margin: 0 auto 0 0;
		padding: 3px 6px 4px 6px;
		font-size: 11px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
		letter-spacing: 0.5px;
		line-height: 11px;
		text-align: left;
		color: #fff;
		background: #44AD96;
		border-radius: 100px;
	}
	
	#news_post .title .text time {
		display: block;
		position: absolute;
		bottom: 4px;
		right: 0;
		font-size: 12px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 12px;
		text-align: right;
		color: #5C5C5C;
	}
	
	#news_post .title .img {
		position: relative;
		width: 200px;
		height: 150px;
		margin: 30px auto 0 0;
		overflow: hidden;
	}
	
	#news_post .title .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 150px;
		object-fit: cover;
		object-position: center;
	}
	
	#news_post .post {
		position: relative;
		width: 320px;
		height: auto;
		margin: 45px auto 46px auto;
	}
	
	#news_post .post p {
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #4E4E4E;
	}
	
	#news_post .post div.h2_top {
		margin-top: 20px;
	}
	
	#news_post .post h2 {
		display: inline;
		position: relative;
		margin: 20px 0 25px 0;
		padding-bottom: 3px;
		font-size: 15px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 30px;
		text-align: left;
		color: #44AD96;
		border-bottom: dashed 1px #707070;
	}
	
	#news_post .post h3,
	#news_post .post h4 {
		display: table;
		position: relative;
		margin: 20px 0 20px 0;
		font-size: 13px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 18px;
		text-align: left;
		color: #1E3C0D;
	}
	
	#news_post .post img {
		display: block;
		position: relative;
		margin: 20px auto 20px 0;
		width: auto;
		height: auto;
		object-fit: cover;
		object-position: center;
	}
	
	#news_post .post iframe {
		display: block;
		position: relative;
		width: 100%;
		height: 200px;
		margin: 20px auto 20px 0;
	}
	
	/*前後記事*/
	.post_nav {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 0 0 0 0;
	}
	
	.post_nav .btn {
		display: block;
		position: relative;
		width: 100px;
		height: auto;
		margin: 33px auto 0 auto;
		font-size: 13px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 13px;
		text-align: right;
		color: #343434;
	}
	
	.post_nav .btn font {
		position: absolute;
		top: -7px;
		left: 0;
		transform: translateY(0) translateX(-50%);
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 16px;
		color: #fff;
	}
	
	.post_nav .btn font::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 0;
		left: 47%;
		transform: translateY(0) translateX(-50%);
		width: 25px;
		height: 25px;
		color: #fff;
		background: #44AD96;
		border: solid 1px #44AD96;
		border-radius: 100px;
	}
	
	.post_nav .con {
		position: relative;
		width: 320px;
		height: auto;
		margin: 0 auto 0 auto;
		padding: 30px 0 10px 0;
	}
	
	.post_nav .con::before {
		content: "";
		z-index: -1;
		position: absolute;
		top: 0;
		left: -100%;
		width: 1500%;
		height: 100%;
		background: #F2F2F2;
	}
	
	.post_nav .con a {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 20px auto;
	}
	
	.post_nav .con a .img {
		position: relative;
		width: 82px;
		height: 62px;
		overflow: hidden;
	}
	
	.post_nav .con a .img img {
		display: block;
		position: relative;
		width: 100%;
		height: 62px;
		object-fit: cover;
		object-position: center;
	}
	
	.post_nav .con a .text {
		position: relative;
		width: 220px;
		height: auto;
	}
	
	.post_nav .con a .text h4 {
		position: relative;
		margin-bottom: 9px;
		font-size: 12px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
		letter-spacing: 1px;
		line-height: 12px;
		color: #44AD96;
	}
	
	.post_nav .con a .text h4 img {
		position: absolute;
		top: 52%;
		transform: translateY(-50%) translateX(0);
		width: 10px;
		height: auto;
	}
	
	.post_nav .con a.prevpost {
		flex-direction: row;
	}
	
	.post_nav .con a.prevpost .text h4 {
		padding-left: 20px;
		text-align: left;
	}
	
	.post_nav .con a.prevpost .text h4 img {
		left: 0;
	}
	
	.post_nav .con a.nextpost .text h4 {
		text-align: left;
	}
	
	.post_nav .con a.nextpost .text h4 img {
		left: 63px;
	}
}

/*110.プライバシーポリシー*/
/*PC*/
@media only screen and (min-width: 1025px) {
	/*メインビジュアル*/
	.pri_mv {
		padding: 120px 0 110px 0;
	}
	
	/*コンテンツ*/
	#pri {
		position: relative;
		width: 940px;
		height: auto;
		margin: 0 auto 160px auto;
	}
	
	#pri p {
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 1px;
		line-height: 26px;
		text-align: left;
		color: #343434;
	}
	
	#pri .con {
		position: relative;
		width: 100%;
		height: auto;
		margin: 50px auto 0 auto;
	}
	
	#pri .con h2 {
		margin-bottom: 20px;
		font-size: 20px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 20px;
		color: #44AD96;
	}
	
	#pri .con p a {
		font-size: 16px;
		font-weight: 400;
		color: #343434;
	}
 
}

/*SMP*/
@media only screen and (max-width: 1024px) {
	/*メインビジュアル*/
	.pri_mv {
		padding: 45px 0 50px 0;
	}
	
	/*コンテンツ*/
	#pri {
		position: relative;
		width: 90%;
		height: auto;
		margin: 0 auto 45px auto;
	}
	
	#pri p {
		font-size: 12px;
		font-weight: 400;
		letter-spacing: 0.5px;
		line-height: 18px;
		text-align: left;
		color: #343434;
	}
	
	#pri .con {
		position: relative;
		width: 100%;
		height: auto;
		margin: 30px auto 0 auto;
	}
	
	#pri .con:nth-of-type(1) {
		margin-top: 35px;
	}
	
	#pri .con h2 {
		margin-bottom: 10px;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 1px;
		line-height: 14px;
		color: #44AD96;
	}
	
	#pri .con p a {
		font-size: 12px;
		font-weight: 400;
		color: #343434;
	}
 

	
}