@charset "UTF-8";
@font-face {
	font-family: 'Noto Sans JP';
	src: url("../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff2") format("woff2"), url("../fonts/Noto_Sans_JP/NotoSansJP-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Noto Sans JP';
	src: url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff2") format("woff2"), url("../fonts/Noto_Sans_JP/NotoSansJP-Bold.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

.pc_none {
	display: none!important;
}
.sp_none {
	display: block!important;
}
@media screen and (max-width: 767px) {
	.pc_none {
		display: block!important;
	}
	.sp_none {
		display: none!important;
	}
}
html {
	margin-top: 0!important;
}
body {
	font-family: 'Noto Sans JP','ヒラギノ角ゴ ProN' , 'Hiragino Kaku Gothic ProN' , '游ゴシック' , '游ゴシック体' , YuGothic , 'Yu Gothic' , sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.5px;
	margin-top: 72px;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
video {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a {
	text-decoration: none;
	color: #333333;
}

#wpadminbar {
	display: none;
}

/*============================
	header
============================*/
header {
	display: none;
}
header#daikin_header {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #ffffff;
	box-shadow: 0 1px 3px rgba(0,0,0,.1);
	z-index: 10000;
}
header#daikin_header .header_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	width: 100%;
	max-width: 1116px;
	height: 74px;
	margin: 0 auto;
	padding: 0 15px;
}
header#daikin_header .logo {
	max-width: 406px;
}
header#daikin_header .cta {
	width: 100%;
	max-width: 220px;
}
header#daikin_header .cta a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	background: #0096DF;
	color: #ffffff;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	transition: transform .2s;
}
header#daikin_header .cta a:hover {
	transform: scale(1.02);
}
@media (max-width: 767px) {
	header#daikin_header .header_wrap {
		gap: 15px;
		height: 65px;
		padding-right: 0;
	}
	header#daikin_header .logo {
		max-width: 225px;
	}
	header#daikin_header .cta {
		max-width: 120px;
	}
	header#daikin_header .cta a {
		height: 65px;
		border-radius: 0;
		font-size: 13px;
	}
}


/*============================
	footer
============================*/
footer {
	display: none;
}
footer#daikin_footer {
	display: block;
	background-color: #333333;
	color: #ffffff;
	margin: 0;
	padding: 46px 10px;
}
footer#daikin_footer .footer_text {
	margin: 0;
	font-size: 12px;
	text-align: center;
}
@media (max-width: 767px) {
	footer#daikin_footer {
		padding: 40px 10px;
	}
	footer#daikin_footer .footer_text {
		font-size: 9px;
	}
}


/*============================
	contents
============================*/

#daikin_contents .inner {
	width: 100%;
	max-width: 966px;
	margin: 0 auto;
	padding: 0 30px;
}
#daikin_contents .cta a {
	transition: transform .2s;
}
#daikin_contents .cta a:hover {
	transform: scale(1.02);
}
@media (max-width: 767px) {
	#daikin_contents .inner {
		max-width: 480px;
	}
}

#mv {
	background: url( "../img/mv_bg.jpg" ) top center / cover no-repeat;
	padding: 110px 0;
}
#mv .mv_inner {
	width: 100%;
	max-width: 1116px;
	margin: 0 auto;
	padding: 0 15px;
}
#mv .mv_text {
	width: 100%;
	max-width: 392px;
	margin: 0;
}
@media (max-width: 767px) {
	#mv {
		background: url( "../img/mv_bg_sp.jpg" ) top center / cover no-repeat;
		padding: 41px 0 264px;
	}
	#mv .mv_text {
		max-width: 270px;
	}
}

#lead {
	background-image: linear-gradient(0deg, #53C2F100, #53C2F11C 100%);
	padding: 50px 0 100px;
}
#lead .inner {
	overflow: visible;
}
#lead .lead_wrap {
	display: flex;
	gap: 44px;
	margin-right: calc(50% - 50vw);
}
#lead .lead_contents {
	width: 100%;
	max-width: 546px;
}
#lead .lead_title {
	margin-top: 30px;
	margin-bottom: 60px;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 2px;
}
#lead .lead_text {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 1px;
	text-align: justify;
}
#lead .lead_img {
	width: 100%;
	max-width: 546px;
}
@media (max-width: 767px) {
	#lead {
		padding: 40px 0 50px;
	}
	#lead .lead_wrap {
		display: block;
		margin: 0;
	}
	#lead .lead_contents {
		max-width: none;
	}
	#lead .lead_title {
		margin-top: 0;
		margin-bottom: 30px;
		font-size: 25px;
	}
	#lead .lead_text {
		margin-bottom: 40px;
		font-size: 14px;
	}
	#lead .lead_img {
		max-width: none;
		width: calc(100% + 45px);
		margin: 0 -30px 0 -15px;
	}
}

#business {
	background: #EEF9FE;
	padding: 80px 0 100px;
}
#business .business_title {
	margin-bottom: 60px;
	font-size: 33px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 2px;
	text-align: center;
}
#business .business_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 80px;
	margin-bottom: 100px;
}
#business .business_img {
	width: 100%;
	max-width: 369px;
}
#business .business_contents {
	width: 100%;
	max-width: 453px;
}
#business .business_lead {
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 2px;
}
#business .business_text {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 1px;
	text-align: justify;
}
#business .business_subtitle {
	position: relative;
	padding-left: 55px;
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 1px;
}
#business .business_subtitle::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 42px;
	height: 1px;
	background: #333333;
}
#business .business_movie {
	margin-bottom: 100px;
}
@media (max-width: 767px) {
	#business {
		padding: 40px 0 0;
	}
	#business .business_title {
		margin-bottom: 40px;
		font-size: 22px;
	}
	#business .business_wrap {
		flex-direction: column;
		justify-content: center;
		gap: 32px;
		margin-bottom: 40px;
	}
	#business .business_img {
		max-width: none;
	}
	#business .business_contents {
		max-width: none;
	}
	#business .business_lead {
		margin-bottom: 18px;
		font-size: 18px;
	}
	#business .business_text {
		font-size: 14px;
	}
	#business .business_subtitle {
		padding-left: 40px;
		margin-bottom: 20px;
		font-size: 16px;
	}
	#business .business_subtitle::before {
		width: 30px;
	}
	#business .business_movie {
		margin-bottom: 50px;
	}
	#business .cta {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
}

#numbers {
	background: #ffffff;
	padding: 80px 0 100px;
}
#numbers .numbers_title {
	margin-bottom: 60px;
	font-size: 33px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 2px;
	text-align: center;
}
#numbers .numbers_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 26px;
}
#numbers .numbers_item {
	background-image: linear-gradient(0deg, #E6F8FFFF, #E6F8FF4D 100%);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	width: calc(50% - 13px);
	height: 360px;
	padding: 30px;
}
#numbers .numbers_subtitle {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 2px;
	text-align: center;
}
#numbers .numbers_item:nth-child(1) .numbers_img {
	width: 100%;
	max-width: 265px;
}
#numbers .numbers_item:nth-child(2) .numbers_img {
	width: 100%;
	max-width: 259px;
}
#numbers .numbers_item:nth-child(3) .numbers_img {
	width: 100%;
	max-width: 284px;
}
#numbers .numbers_item:nth-child(4) .numbers_img {
	width: 100%;
	max-width: 186px;
}
@media (max-width: 767px) {
	#numbers {
		padding: 40px 0 50px;
	}
	#numbers .numbers_title {
		margin-bottom: 40px;
		font-size: 22px;
	}
	#numbers .numbers_wrap {
		gap: 20px;
	}
	#numbers .numbers_item {
		width: 100%;
		height: 282px;
		padding: 24px;
	}
	#numbers .numbers_subtitle {
		font-size: 18px;
	}
	#numbers .numbers_item:nth-child(1) .numbers_img {
		max-width: 208px;
	}
	#numbers .numbers_item:nth-child(2) .numbers_img {
		max-width: 203px;
	}
	#numbers .numbers_item:nth-child(3) .numbers_img {
		max-width: 224px;
	}
	#numbers .numbers_item:nth-child(4) .numbers_img {
		max-width: 145px;
	}
}

#philosophy {
	background: url( "../img/philosophy_bg.jpg" ) center center / cover no-repeat;
	color: #ffffff;
	padding: 100px 0;
}
#philosophy .philosophy_subtitle {
	position: relative;
	padding-left: 55px;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 1px;
}
#philosophy .philosophy_subtitle::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 42px;
	height: 1px;
	background: #ffffff;
}
#philosophy .philosophy_title {
	margin-bottom: 60px;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 2px;
}
#philosophy .philosophy_text {
	margin-bottom: 60px;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	letter-spacing: 1px;
	text-align: justify;
}
#philosophy .philosophy_wrap {
	background-image: linear-gradient(0deg, #FFFFFFD4, #FFFFFFFF 40%);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 43px 46px;
	margin-bottom: 100px;
	padding: 56px 50px 45px;
}
#philosophy .philosophy_item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(50% - 23px);
	height: 143px;
	border: 1px solid #0096DF;
}
#philosophy .philosophy_lead {
	display: inline-block;
	position: absolute;
	top: -16px;
	margin-bottom: 0;
	padding: 0 10px;
	background: #ffffff;
	color: #0096DF;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 1px;
}
#philosophy .philosophy_list {
	margin: 0;
	padding-left: 15px;
	list-style: disc;
	color: #333333;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: .5px;
}
@media (max-width: 767px) {
	#philosophy {
		background: url( "../img/philosophy_bg_sp.jpg" ) center center / cover no-repeat;
		padding: 40px 0 60px;
	}
	#philosophy .philosophy_subtitle {
		padding-left: 40px;
		margin-bottom: 20px;
		font-size: 16px;
	}
	#philosophy .philosophy_subtitle::before {
		width: 30px;
	}
	#philosophy .philosophy_title {
		margin-bottom: 40px;
		font-size: 25px;
	}
	#philosophy .philosophy_text {
		margin-bottom: 40px;
		font-size: 14px;
	}
	#philosophy .philosophy_wrap {
		background-image: linear-gradient(0deg, #FFFFFFD4, #FFFFFFFF 20%);
		gap: 33px;
		margin: 0 -15px 40px;
		padding: 33px 15px 20px;
	}
	#philosophy .philosophy_item {
		width: 100%;
		height: 138px;
	}
	#philosophy .philosophy_lead {
		top: -16px;
		font-size: 16px;
	}
	#philosophy .philosophy_list {
		padding-left: 13px;
		font-size: 13px;
		line-height: 2;
	}
	#philosophy .cta {
		width: calc(100% + 30px);
		margin: 0 -15px;
	}
}

#case {
	background: #ffffff;
	padding: 80px 0 180px;
}
#case .case_title {
	margin-bottom: 60px;
	font-size: 33px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 2px;
	text-align: center;
}
#case .case_wrap {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 60px;
}
#case .case_img {
	width: 100%;
	max-width: 409px;
}
#case .case_contents {
	width: 100%;
	max-width: 453px;
}
#case .case_sub {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
}
#case .case_lead {
	margin-bottom: 0;
	color: #0096DF;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 1px;
	text-align: justify;
}
#case .case_subtitle {
	position: relative;
	padding-left: 55px;
	margin-top: 50px;
	margin-bottom: 12px;
	color: #0096DF;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 1px;
}
#case .case_subtitle::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 42px;
	height: 1px;
	background: #0096DF;
}
#case .case_question {
	margin-bottom: 6px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.75;
	letter-spacing: 1px;
	text-align: justify;
}
#case .case_text {
	margin-bottom: 18px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 1px;
	text-align: justify;
}
@media (max-width: 767px) {
	#case {
		padding: 50px 0 70px;
	}
	#case .case_title {
		margin-bottom: 40px;
		font-size: 22px;
	}
	#case .case_wrap {
		flex-direction: column;
		align-items: center;
		gap: 20px;
		margin-bottom: 40px;
	}
	#case .case_img {
		width: 100%;
		max-width: none;
	}
	#case .case_contents {
		width: 100%;
		max-width: none;
	}
	#case .case_sub {
		font-size: 12px;
	}
	#case .case_lead {
	}
	#case .case_subtitle {
		padding-left: 40px;
		margin-top: 40px;
		margin-bottom: 14px;
		font-size: 16px;
	}
	#case .case_subtitle::before {
		width: 30px;
	}
	#case .case_question {
		margin-bottom: 14px;
		font-size: 16px;
	}
	#case .case_text {
		margin-bottom: 21px;
		font-size: 14px;
		line-height: 2;
	}
}