@charset "utf-8";
/*
Theme Name: ThemeName
Theme URI:
Author:
*/
/* -------------------------------------------------- */
/* RESET*/
/* -------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

li {
	list-style-type: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	vertical-align: bottom;
}

textarea,select,option {
	font: inherit;
}

/* -------------------------------------------------- */
/* WP*/
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } *//* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*//* 後続テキスト右回り込み */

/* -------------------------------------------------- */
/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited { text-decoration: none; color: #333333; }
a:hover  { text-decoration: none; color: #B98E31; }
a:active { text-decoration: none; color: #B98E31; }

/* -------------------------------------------------- */
/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* -------------------------------------------------- */
/* COMMON */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
}

body {
	background: #FFFFFF;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
}

#container {
	position: relative;
	font-family: "Noto Sans JP","游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.en {
	font-family: "Urbanist", sans-serif;
}

.inner {
	width: 1100px;
	margin: 0 auto;
}

.sp {
	display: none;
}

.pc {
	display: block;
}


/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */

/* MV */
/* -------------------------------------------------- */
#oishimizuLogo {
	position: absolute;
	top: 30px;
	left: 5%;
	z-index: 100;
}

#okagakiLogo {
	position: absolute;
	top: 30px;
	right: 5%;
	z-index: 100;
}

#mv {
	width: 100%;
	height: 100vh;
	min-height: 900px;
	position: relative;
}

#mv::after {
	content:"";
	width: 100%;
	height: 11vw;
	background: url(../img/mv_bg_pc.png) 0 top no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}

#mvTxtWrap {
	position: absolute;
	bottom: 280px;
	left: 5%;
	z-index: 100;
}

#mvTit {
	padding-bottom: 45px;
}

#mvTxt {
	font-size: 2rem;
	line-height: 2;
	color: #FFF;
}

#mvSlider {
	width: 100%;
	height: 100%;
}

#mvSlider .swiper-img {
	width: 100%;
	height: 100%;
}

#mvSlider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* SEC1 */
/* -------------------------------------------------- */
#sec1 {
	width: 100%;
	padding: 140px 0;
	overflow: hidden;
}

#sec1 .inner {
	position: relative;
}

#sec1 .inner::before {
	content:"";
	width: 71px;
	height: 112px;
	background: url(../img/shizuku3.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	bottom: 30px;
	left: -15%;
	z-index: -1;
}

#sec1 .inner::after {
	content:"";
	width: 74px;
	height: 112px;
	background: url(../img/shizuku2.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: -30px;
	right: -18%;
	z-index: -1;
}

#sec1Tit {
	position: absolute;
	top: -115px;
	left: 100px;
}

/* SEC2 */
/* -------------------------------------------------- */
#sec2 {
	padding-bottom: 140px;
	overflow: hidden;
}

#sec2 .inner {
	position: relative;
}

#sec2 .inner::before {
	content:"";
	width: 67px;
	height: 112px;
	background: url(../img/shizuku1.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 60px;
	right: -15%;
	z-index: -1;
}

#sec2 .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 60px;
}

#sec2Img {
	width: 530px;
}

#sec2Img img {
	width: 100%;
	height: auto;
}

#sec2Info {
	flex: 1;
}

#sec2Tit {
	padding-bottom: 45px;
}

#sec2Txt {
	font-size: 1.8rem;
	line-height: 2;
}

/* SEC3 */
/* -------------------------------------------------- */
#sec3 {
	width: 100%;
	padding-bottom: 170px;
	background: url(../img/section3_bg.png) center top/cover no-repeat;
	overflow: hidden;
	position: relative;
}

#sec3::after {
	content:"";
	width: 100%;
	height: 4.9vw;
	background: url(../img/section4_bg.svg) center top no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}

#sec3Tit {
	text-align: center;
	padding-bottom: 65px;
}

#voice {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}

#voice::before {
	content:"";
	width: 74px;
	height: 122px;
	background: url(../img/shizuku2.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: -220px;
	left: -15%;
}

.voice1 {
	padding: 30px 60px 30px 30px;
	margin-bottom: 70px;
	background: #FFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	gap: 60px;
	border-radius: 10px;
	position: relative;
}

.voice1::before {
	content:"";
	width: 102px;
	height: 135px;
	background: url(../img/section3_icon1.svg) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: -80px;
	right: -130px;
}

.voice2 {
	background: #FFF;
	padding: 30px 30px 30px 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 60px;
	border-radius: 10px;
	position: relative;
}

.voice2::before {
	content:"";
	width: 143px;
	height: 175px;
	background: url(../img/section3_icon2.svg) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: -80px;
	left: -160px;
}

.voice {
	width: calc(60% - 60px);
}

.voiceTit {
	padding-bottom: 30px;
}

.voiceName {
	padding-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 500;
}

.voiceTxt {
	font-size: 1.5rem;
	line-height: 2;
}

.voiceImg {
	width: 40%;
}

.voiceImg img {
	width: 100%;
	height: auto;
}

/* SEC4 */
/* -------------------------------------------------- */
#sec4 {
	width: 100%;
	padding: 140px 0;
	background: #017cc2;
	position: relative;
	overflow: hidden;
}

#sec4Tit {
	padding-bottom: 80px;
	text-align: center;
}

#waterStation {
	margin-bottom: 100px;
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
	position: relative;
}

#waterStation::before {
	content:"";
	width: 74px;
	height: 122px;
	background: url(../img/shizuku2.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: -250px;
	left: -10%;
	z-index: 10;
}

#waterStation::after {
	content:"";
	width: 71px;
	height: 118px;
	background: url(../img/shizuku3.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 140px;
	right: -15%;
	z-index: 10;
}

#wsImg {
	width: calc(50% - 30px);
}

#wsImg img {
	width: 100%;
	height: auto;
}

#wsDesc {
	width: calc(50% - 30px);
}

#wsTxt {
	font-size: 1.6rem;
	color: #FFF;
	line-height: 2;
	padding-bottom: 30px;
}

#wsInfo {
	border: 2px solid #FFF;
	border-radius: 10px;
	color: #FFF;
}

#wsInfo li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid #FFF;
	color: #FFF;
}

#wsInfo li:last-child {
	border-bottom: none;
}

.wsInfoTit {
	padding: 30px;
	width: 30%;
	font-size: 1.8rem;
	font-weight: 500;
}

.wsInfoData {
	flex: 1;
	padding: 24px 0;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1;
}

.num {
	letter-spacing: 0.1em;
}

.large {
	font-weight: 900;
	font-size: 4.4rem;
}

.anno {
	padding-top: 15px;
	font-size: 1.4rem;
}

/* 利用者の声 */
#wsVoiceWrap {
	margin-bottom: 100px;
	position: relative;
}

#wsVoiceWrap::before {
	content:"";
	width: 67px;
	height: 112px;
	background: url(../img/shizuku1.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: -30px;
	left: -15%;
	z-index: 10;
}

#wsVoiceTit {
	padding-bottom: 40px;
	text-align: center;
}

.wsVoice {
	display: flex;
	flex-wrap: wrap;
	gap: 60px;
}

.wsVoice li {
	padding: 40px 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	width: calc(50% - 30px);
	color: #FFF;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 30px;
}


.wsvImg {
	width: 30%;
}

.wsvImg img {
	width: 100%;
	height: auto;
}

.wsv {
	flex: 1;
}

.vdTit {
	padding-bottom: 10px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.8;
}

.vdTxt {
	line-height: 2;
}

/* アクセス */
#wsAccess {
	padding-bottom: 100px;
	position: relative;
}

#wsAccess::before {
	content:"";
	width: 67px;
	height: 112px;
	background: url(../img/shizuku1.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: -30px;
	left: -15%;
	z-index: 10;
}

#wsAccessTit {
	text-align: center;
	padding-bottom: 40px;
}

#gMap {
	width: 100%;
	height: 440px;
}

#gMap iframe {
	width: 100%;
	height: 100%;
}

#parking {
	padding-top: 20px;
	color: #FFF;
	font-size: 1.5rem;
}

/* SEC5 */
/* -------------------------------------------------- */
#sec5 {
	padding-bottom: 100px;
	position: relative;
}

#sec5::after {
	content:"";
	width: 100%;
	height: 70vw;
	background: url(../img/section5_bg.png) center top no-repeat;
	background-size: cover;
	position: absolute;
	top: -100px;
	left: 0;
	z-index: 1;
}

#sec5 .inner {
	position: relative;
	z-index: 2;
}

#sec5Tit {
	padding: 120px 0 80px;
	text-align: center;
}

#osakeImg {
	padding-bottom: 80px;
	text-align: center;
}

#sec5SubTit {
	padding-bottom: 40px;
	text-align: center;
}

#sec5Txt {
	width: 840px;
	margin: 0 auto;
	font-size: 1.6rem;
	line-height: 2;
}

/* SEC6 */
/* -------------------------------------------------- */
#sec6 {
	padding-bottom: 120px;
	position: relative;
}

#sec6::after {
	content:"";
	width: 100%;
	height: 4.9vw;
	background: url(../img/section7_bg.svg) center top no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 100;
}

#sec6Tit {
	padding-bottom: 70px;
	text-align: center;
}

.company {
	margin-bottom: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 60px;
}

.odd {
	flex-direction: row-reverse;
}

.companyInfo {
	padding-top: 40px;
	flex: 1;
	position: relative;
}

.companyInfo::before {
	content:"";
	width: 76px;
	height: 9px;
	background: url(../img/icon_wave.svg) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}

.companyImg {
	width: 50%;
}

.companyImg img {
	width: 100%;
	height: auto;
}

.companyName {
	padding-bottom: 25px;
	font-size: 1.8rem;
	color: #017cc2;
	font-weight: 500;
	line-height: 1;
}

.companyName span {
	display: inline-block;
	vertical-align: middle;
}

.companyName.num1::before {
	content:"01";
	padding-right: 30px;
	display: inline-block;
	vertical-align: middle;
	color: #017cc2;
	font-family: "Urbanist", sans-serif;
	font-size: 4.6rem;
	font-weight: 600;
}

.companyName.num2::before {
	content:"02";
	padding-right: 30px;
	display: inline-block;
	vertical-align: middle;
	color: #017cc2;
	font-family: "Urbanist", sans-serif;
	font-size: 4.6rem;
	font-weight: 600;
}

.companyName.num3::before {
	content:"03";
	padding-right: 30px;
	display: inline-block;
	vertical-align: middle;
	color: #017cc2;
	font-family: "Urbanist", sans-serif;
	font-size: 4.6rem;
	font-weight: 600;
}

.companyTit {
	padding-bottom: 20px;
	font-size: 2.3rem;
	font-weight: bold;
}

.companyTxt {
	font-size: 1.6rem;
	line-height: 1.8;
}

.even {
	flex-direction: row;
}


/* SEC7 */
/* -------------------------------------------------- */
#sec7 {
	padding: 140px 0 460px;
	background: #e7f9ff;
	position: relative;
}


#sec7::after {
	content:"";
	width: 100%;
	height: 4.9vw;
	background: url(../img/section4_bg.svg) center top no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}

#sec7Tit {
	padding-bottom: 60px;
	text-align: center;
}

#actionWrap {
	padding: 0 46px;
	display: flex;
	flex-wrap: wrap;
	gap: 46px;
}

.action {
	width: calc(50% - 23px);
	position: relative;
}

.actionImg img {
	width: 100%;
	height: auto;
}

.actionDetail {
	width: calc(100% - 60px);
	padding: 30px;
	position: absolute;
	bottom: 30px;
	left: 30px;
	background: rgba(255,255,255,0.8);
}

.actionDetailTit {
	padding-bottom: 20px;
}

.actionTxt {
	font-size: 1.6rem;
	line-height: 2;
}

/* SEC8 */
/* -------------------------------------------------- */
#sec8 {
	background: #017cc2;
}

#sec8In {
	margin-top: -310px;
	position: relative;
	z-index: 20;
}

#sec8In::after {
	content:"";
	width: 100%;
	height: 13vw;
	background: url(../img/section9_bg.svg) center top no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 3;
}

#sec8Tit {
	text-align: center;
	padding-bottom: 50px;
}

#aboutSlider1 {
	width: 100%;
	padding: 70px 0;
	overflow: hidden;
	position: relative;
	z-index: 20;
}

#aboutSlider2 {
	width: 100%;
	padding: 70px 0;
	overflow: hidden;
	position: relative;
	z-index: 20;
}

/* スライダーのwrapper */
.infiniteSlider .swiper-wrapper,
.infiniteSlider2 .swiper-wrapper {
	transition-timing-function: linear;
	gap: 30px;
}

.infiniteSlider.swiper,
.infiniteSlider2.swiper {
	overflow: visible;
}

/* スライド */
.infiniteSlider .swiper-slide,
.infiniteSlider2 .swiper-slide {
	height: auto !important; /* 高さを指定 */
	width: 390px !important;
}

.infiniteSlider .swiper-slide.up,
.infiniteSlider2 .swiper-slide.up {
	transform: translate(0,-15%);
}

.infiniteSlider .swiper-slide.down,
.infiniteSlider2 .swiper-slide.down {
	transform: translate(0,15%);
}

/* スライド内の画像 */
.infiniteSlider .swiper-slide img,
.infiniteSlider2 .swiper-slide img {
	width: 100%;
	height: auto;
}

#about {
	width: 1100px;
	margin: 0 auto;
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 30px;
}

#aboutDetail {
	width: 56%;
}

#aboutDetail h3 {
	padding-bottom: 30px;
}

#aboutDetail p {
	padding-bottom: 1em;
	color: #FFF;
	font-size: 1.6rem;
	line-height: 2;
}

#map {
	flex: 1;
}

#map img {
	width: 144%;
	height: auto;
}

#aboutSlider2 {
	width: 100%;
}

/* SEC9 */
/* -------------------------------------------------- */
#sec9 {
	padding: 120px 0 60px;
	background: url(../img/section9_imgbg_pc.png) center top 120px no-repeat;
	background-size: cover;
}

#sec9Tit {
	text-align: center;
	padding-bottom: 30vw;
}

#linkWrap {
	width: 1100px;
	margin: 0 auto 140px;
}

#link {
	display: flex;
	flex-wrap: wrap;
	gap: 41px;
}

#link a {
	background: #FFF;
	padding: 30px;
	display: block;
	border: 1px solid #d2d2d2;
	border-radius: 10px;
	color: #333;
	transition: all 0.3s ease-in-out 0s;
}

#link a:hover {
	opacity: 0.7;
}

.linkImg {
	width: 100%;
}

.linkImg img {
	width: 100%;
	height: auto;
}

.linkName {
	margin: 30px 0;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	position: relative;
}

.arr::after {
	content:"";
	width: 20px;
	height: 20px;
	background: url(../img/icon1.svg) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
}

.dl::after {
	content:"";
	width: 20px;
	height: 20px;
	background: url(../img/icon2.svg) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
}

.cvWrap {
	width: 1100px;
	margin: 0 auto;
	padding: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	border: 2px solid #017cc2;
	background: #FFF;
	border-radius: 10px;
}

.cvTit {
	padding: 0 120px 0 0;
}

.cvInfo {
	flex: 1;
}

.cvName {
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.nameLogo {
	padding-right: 20px;
}

.nameLink a {
	padding: 15px 40px 15px 20px;
	background: url(../img/icon3.svg) 90% center no-repeat #017cc2;
	font-size: 1.5rem;
	border-radius: 100px;
	color: #FFF;
	font-weight: 500;
	transition: all 0.3s ease-in-out 0s;
	display: inline-block;
}

.nameLink a:hover {
	opacity: 0.7;
}

.cvAddress {
	padding-bottom: 20px;
	font-size: 2rem;
}

.cvTel {
	padding-bottom: 15px;
	font-size: 5.2rem;
	font-family: "Urbanist", sans-serif;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
}

.cvTime {
	font-size: 2rem;
}

footer {
	padding: 0 0 10vw 0;
	position: relative;
}

footer::after {
	content:"";
	width: 100%;
	height: 10vw;
	background: url(../img/f_bg.png) center top no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
}

#copyright {
	padding: 30px 0;
	color: #8e8c8c;
	font-family: "Urbanist", sans-serif;
	font-size: 1.6rem;
	text-align: center;
}

#pageTop {
	position: absolute;
	top: 0;
	right: 3%;
	transition: all 0.3s ease-in-out 0s;
}

#pageTop:hover {
	opacity: 0.7;
}

@media screen and (min-width:1025px) and (max-width:1500px) {
	#mvTxtWrap {
		bottom: 170px;
	}

	.actionDetail {
		width: 100%;
		padding: 30px;
		position: static;
		background: #FFF;
	}

	.actionDetailTit img {
		max-width: 100%;
	}
	
	#aboutDetail {
		width: 45%;
	}

	#map img {
		width: 100%;
		height: auto;
	}

	#sec2Img {
		width: 350px;
	}

	#voice {
		width: 100%;
		padding: 0 30px;
	}

	.voiceTit img {
		max-width: 100%;
	}

	#about {
		width: 100%;
		padding: 20px 30px;
	}

	#linkWrap {
		width: 100%;
		padding: 0 30px;
	}

	#link {
		gap: 24px;
	}

	#link li {
		width: calc(100%/3 - 16px );
	}

	.cvWrap {
		width: calc(100% - 60px);
		margin: 0 auto;
	}

	.cvTit {
		padding: 0 60px 0 0;
	}
}

@media screen and (min-width:1025px) and (max-width:1099px) {
	.inner {
		width: 100%;
		padding: 0 30px;
		margin: 0 auto;
	}

	#sec1Img img {
		width: 100%;
		height: auto;
	}
}

/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	.inner {
		width: 100%;
		padding: 0 3%;
		margin: 0 auto;
	}

	#mv {
		width: 100%;
		height: 100vh;
		min-height: auto;
		position: relative;
	}

	#okagakiLogo {
		right: 3%;
	}

	#oishimizuLogo {
		left: 3%;
	}
	
	#mvTxtWrap {
		position: absolute;
		bottom: 120px;
		left: 3%;
		z-index: 100;
	}

	#mvTit {
		padding-bottom: 25px;
		width: 80%;
	}

	#mvTit img {
		width: 100%;
		height: auto;
	}

	#mvTxt {
		font-size: 1.8rem;
		line-height: 2;
		color: #FFF;
	}

	#sec1Img img {
		width: 100%;
		height: auto;
	}

	#sec1Tit {
		position: absolute;
		top: -115px;
		left: 70px;
	}

	#sec1Tit img {
		width: 260px;
	}

	#sec2 .inner {
		gap: 40px;
	}

	#sec2Img {
		width: 100%;
	}

	#sec2Tit {
		padding-bottom: 25px;
	}

	#sec3Tit {
		text-align: center;
		padding-bottom: 40px;
	}

	#sec3Tit img{
		width: 470px;
		height: auto;
	}

	#voice {
		width: calc(100% - 6%);
	}

	.voice1,.voice2 {
		padding: 30px;
  		margin-bottom: 60px;
		align-items: flex-start;
		gap: 30px;
	}

	.voice {
		width: calc(60% - 30px);
	}

	.voiceTit img {
		max-width: 100%;
	}

	#sec4Tit {
		padding-bottom: 40px;
	}

	#sec4Tit img {
		width: 365px;
		height: auto;
	}

	#waterStation {
		gap: 40px;
	}

	#wsImg {
		width: 100%;
	}

	#wsDesc {
		width: 100%;
	}

	.wsVoice {
		gap: 30px;
	}

	.wsVoice li {
		flex-direction: column;
		width: calc(50% - 15px);
	}

	.wsvImg {
		width: 100%;
	}

	#sec5Tit {
		padding: 0 0 80px;
		text-align: center;
	}

	#sec5Tit img {
		width: 310px;
		height: auto;
	}

	#sec5Txt {
		width: calc(100% - 6%);
	}

	#sec6Tit {
		padding-bottom: 40px;
	}

	#sec6Tit img {
		width: 615px;
		height: auto;
	}

	.company {
		align-items: flex-start;
		gap: 30px;
	}

	.companyImg {
		width: 100%;
	}

	#sec7Tit {
		padding-bottom: 40px;
	}

	#sec7Tit img {
		width: 436px;
		height: auto;
	}

	#actionWrap {
		padding: 0 3%;
		display: block;
	}

	.action {
		width: 100%;
		margin-bottom: 30px;
	}

	.actionDetail {
		width: 100%;
		padding: 30px;
		position: static;
		background: #FFF;
	}

	.actionDetailTit img {
		max-width: 100%;
	}

	#sec8Tit {
		text-align: center;
		padding-bottom: 50px;
	}

	#sec8Tit img {
		width: 325px;
		height: auto;
	}

	.infiniteSlider .swiper-slide, .infiniteSlider2 .swiper-slide {
		height: auto !important;
		width: 300px !important;
	}

	#about {
		width: 100%;
		margin: 0 auto;
		padding: 20px 3%;
		display: block;
	}

	#aboutDetail {
		width: 100%;
	}

	#map img {
		width: 100%;
		height: auto;
	}

	#sec9 {
		padding: 80px 0 60px;
		background: url(../img/section9_imgbg_sp.png) center top 80px no-repeat;
		background-size: contain;
	}

	#sec9Tit {
		text-align: center;
		padding-bottom: 50vw;
	}

	#sec9Tit img {
		width: 210px;
		height: auto;
	}

	#linkWrap {
		width: 94%;
		margin: 0 auto 140px;
	}

	#link {
		gap: 24px;
	}

	#link a {
		padding: 10px;
	}

	.linkName {
		margin: 15px 0;
		font-size: 1.3rem;
	}

	#link li {
		width: calc(100%/3 - 16px );
	}

	.arr::after {
		width: 13px;
		height: 13px;
	}

	.dl::after {
		width: 13px;
		height: 13px;
	}

	.cvWrap {
		width: 94%;
		margin: 0 auto;
		padding: 30px;
	}

	.cvTit {
		padding: 0 30px 0 0;
	}

	.cvTit img {
		width: 218px;
	}

	.nameLogo {
		margin: 20px 0;
	}

	.cvAddress {
		font-size: 1.6rem;
	}

	.cvTime {
		font-size: 1.4rem;
	}

}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	.inner {
		width: 100%;
		padding: 0 4%;
		margin: 0 auto;
	}
	
	.sp {
		display: block;
	}

	.pc {
		display: none;
	}

	#mv::after {
		content: "";
		width: 100%;
		height: 20vw;
		background: url(../img/mv_bg_pc.png) 0 top no-repeat;
		background-size: cover;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 100;
	}

	#oishimizuLogo {
		width: 80px;
		top: 20px;
		left: 4%;
	}

	#oishimizuLogo img {
		width: 100%;
		height: auto;
	}

	#okagakiLogo {
		width: 100px;
		top: 20px;
		right: 4%;
	}

	#okagakiLogo img {
		width: 100%;
		height: auto;
	}

	#mvTxt {
		font-size: 1.4rem;
		line-height: 1.8;
		color: #FFF;
	}

	#mvTxtWrap {
		position: absolute;
		bottom: 80px;
		left: 4%;
		z-index: 100;
	}

	#sec1 {
		width: 100%;
		padding: 140px 0 80px;
		overflow: hidden;
	}

	#sec1Tit img {
		width: 150px;
	}

	#sec1Tit {
		position: absolute;
		top: -100px;
		left: 40px;
	}

	#sec1 .inner::after {
		content: "";
		width: 35px;
		height: 58px;
		background: url(../img/shizuku2.png) 0 0 no-repeat;
		background-size: contain;
		position: absolute;
		top: -130px;
		right: 4%;
		z-index: -1;
	}

	#sec1 .inner::before {
		content: "";
		width: 31px;
		height: 52px;
		background: url(../img/shizuku3.png) 0 0 no-repeat;
		background-size: contain;
		position: absolute;
		bottom: -63px;
		left: 10%;
		z-index: -1;
	}

	#sec2 {
		padding-bottom: 80px;
	}

	#sec2Info {
		width: 100%;
	}

	#sec2Tit {
		padding-bottom: 15px;
	}

	#sec2Tit img {
		max-width: 90%;
	}

	#sec2 .inner::before {
		content: "";
		width: 35px;
		height: 60px;
		background: url(../img/shizuku1.png) 0 0 no-repeat;
		background-size: auto;
		background-size: contain;
		position: absolute;
		top: auto;
		right: 6%;
		z-index: -1;
		bottom: -40px;
	}

	#sec3Tit img {
		width: 295px;
	}

	#voice {
		width: calc(100% - 8%);
	}

	#voice::before {
		content: "";
		width: 30px;
		height: 50px;
		background: url(../img/shizuku2.png) 0 0 no-repeat;
		background-size: contain;
		position: absolute;
		top: -62px;
		left: -1%;
	}

	.voice1, .voice2 {
		flex-direction: column-reverse;
		gap: 30px;
		padding: 20px;
		margin-bottom: 30px;
	}

	.voice {
		width: 100%;
	}

	.voiceTit {
		padding-bottom: 20px;
	}

	.voiceName {
		font-size: 1.6rem;
	}

	.voiceImg {
		width: 100%;
	}

	#sec3 {
		width: 100%;
		padding-bottom: 90px;
		background: url(../img/section3_bg.png) center top/cover no-repeat;
		overflow: hidden;
		position: relative;
	}

	#sec3::after {
		height: 5vw;
		bottom: -1px;
	}

	#sec4 {
		padding: 80px 0;
	}

	#sec4Tit img {
		width: 228px;
		height: auto;
	}

	#waterStation {
		margin-bottom: 80px;
	}

	#waterStation::before {
		content: "";
		width: 34px;
		height: 58px;
		background: url(../img/shizuku2.png) 0 0 no-repeat;
		background-size: contain;
		position: absolute;
		top: -180px;
		left: 0%;
		z-index: 10;
	}

	#waterStation::after {
		content: "";
		width: 24px;
		height: 42px;
		background: url(../img/shizuku3.png) 0 0 no-repeat;
		background-size: contain;
		position: absolute;
		top: -60px;
		right: 0%;
		z-index: 10;
	}

	#wsInfo li {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		border-bottom: 1px solid #FFF;
		color: #FFF;
		flex-direction: column;
	}

	.wsInfoTit {
		padding: 20px 20px 0 20px;
		width: 100%;
		font-size: 1.8rem;
		font-weight: 500;
	}

	.wsInfoData {
		flex: 1;
		padding: 20px;
		font-size: 2.4rem;
		font-weight: 500;
		line-height: 1;
	}

	.wsVoice {
		flex-direction: column;
		gap: 0;
	}

	.wsVoice li {
		width: 100%;
	}

	#wsVoiceWrap::before {
		content: "";
		width: 30px;
		height: 52px;
		background: url(../img/shizuku1.png) 0 0 no-repeat;
		background-size: contain;
		position: absolute;
		top: -50px;
		left: 0%;
		z-index: 10;
	}

	#wsVoiceTit img {
		height: 26px;
		width: auto;
	}

	#wsVoiceWrap {
		margin-bottom: 80px;
		position: relative;
	}

	.vdTit {
		font-size: 1.8rem;
	}

	.vdTxt {
		font-size: 1.6rem;
	}

	.wsVoice li:nth-child(1) {
		border-bottom: none;
	}

	#wsAccess {
		padding-bottom: 80px;
	}

	#wsAccessTit img {
		height: 26px;
		width: auto;
	}

	#wsAccess::before {
		content: "";
		width: 35px;
		height: 61px;
		background: url(../img/shizuku1.png) 0 0 no-repeat;
		background-size: contain;
		position: absolute;
		top: -60px;
		left: auto;
		z-index: 10;
		right: 10px;
	}

	#sec5 {
		padding-bottom: 80px;
	}

	#sec5::after {
		content: "";
		width: 100%;
		height: 160vw;
		background: url(../img/section5_bg_sp.png) center top no-repeat;
		background-size: cover;
		position: absolute;
		top: -100px;
		left: 0;
		z-index: 1;
	}

	#sec5Tit img {
		width: 193px;
		height: auto;
	}
	
	#osakeImg {
		padding-bottom: 60px;
	}

	#osakeImg img {
		width: 90%;
	}

	#sec5SubTit {
		padding-bottom: 20px;
	}

	#sec5SubTit img {
		max-width: 100%;
	}
	
	#sec5Txt {
		width: 100%;
	}

	#sec6 {
		padding-bottom: 40px;
	}

	#sec6Tit img {
		max-width: 320px;
	}

	.company {
		margin-bottom: 80px;
	}

	.companyTit {
		font-size: 2rem;
	}

	#sec7 {
		padding: 80px 0 260px;
	}

	#sec7::after {
		height: 5vw;
		bottom: -1px;
	}

	#sec7Tit img {
		width: 273px;
		height: auto;
	}

	.actionDetail {
		width: 100%;
		padding: 30px 4%;
		position: static;
		background: #FFF;
	}

	#sec8Tit img {
		width: 203px;
		height: auto;
	}

	#sec8Tit {
		text-align: center;
		padding-bottom: 30px;
	}
	
	.infiniteSlider .swiper-wrapper, .infiniteSlider2 .swiper-wrapper {
		transition-timing-function: linear;
		gap: 10px;
	}

	.infiniteSlider .swiper-slide, .infiniteSlider2 .swiper-slide {
		height: auto !important;
		width: 200px !important;
	}

	#aboutSlider1 {
		width: 100%;
		padding: 40px 0;
		overflow: hidden;
		position: relative;
		z-index: 20;
	}

	#sec8In {
		margin-top: -220px;
	}

	#about {
		padding: 20px 4% 0;
	}

	#aboutDetail h3 img {
		max-width: 100%;
		width: 280px;
	}

	#aboutSlider2 {
		padding: 40px 0;
	}

	#sec9 {
		padding: 40px 0 60px;
		background: url(../img/section9_imgbg_sp.png) center top 60px no-repeat;
		background-size: contain;
	}

	#sec9Tit img {
		width: 130px;
		height: auto;
	}

	#linkWrap {
		width: 92%;
		margin: 0 auto 80px;
	}

	#link {
		flex-direction: column;
		gap: 10px;
	}

	#link li {
		width: 100%;
	}

	#link a {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.linkImg {
		width: 40%;
	}

	.linkName {
		flex:1;
	}

	.cvWrap {
		width: 92%;
		margin: 0 auto;
		padding: 50px 4%;
		flex-direction: column;
	}

	.cvTit {
		padding: 0 0 30px 0;
	}

	.cvTit img {
		width: 190px;
		height: auto;
	}

	.cvName {
		padding-bottom: 20px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		flex-direction: column;
	}

	.nameLogo {
		padding: 0;
	}

	.nameLogo img {
		width: 190px;
	}

	.cvAddress {
		display: inline-block;
	}

	.cvTel {
		font-size: 4.4rem;
		text-align: center;
	}

	.cvTime {
		font-size: 1.1rem;
	}

	#pageTop {
		position: absolute;
		top: -30px;
		right: 4%;
		transition: all 0.3s ease-in-out 0s;
	}
}

@media screen and (max-width: 374px) {
	html {
		font-size: 2.667vw;
	}
}
