@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Montserrat&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap);


/*----------汎用設定----------*/

/*ボタン*/

.btn {
	display: inline-block;
	position: relative;
	width: auto;
	height: 44px;
	line-height: 44px;
	margin: 0 auto;
	padding:0 28px;
	border: 1px solid #000;
	border-radius: 44px;
	background:url(../img/common/icon_arrow_bk.svg) no-repeat 95% center /6px 9px;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	-webkit-transition: color .5s ease, background-color .5s ease;
	transition: color .5s ease, background-color .5s ease;
}
.btn.btn-white {
	border: 1px solid #fff;
	background:url(../img/common/icon_arrow_w.svg) no-repeat 95% center /6px 9px;
	color: #fff;
}
.btn.btn-ext {
	background:url(../img/common/icon_external_bk.svg) no-repeat 95% center /14px 12px;
}

@media (hover: hover) {
	.btn:hover {
		background:url(../img/common/icon_arrow_w.svg) no-repeat 95% center /6px 9px, #000000;
		color:#fff;
	}
	.btn.btn-white:hover {
		background:url(../img/common/icon_arrow_bk.svg) no-repeat 95% center /14px 12px, #ffffff;
		color:#000;
	}
	.btn.btn-ext:hover {
		background:url(../img/common/icon_external_w.svg) no-repeat 95% center /14px 12px, #000000;
		color:#fff;
	}
}

/*----------会社情報----------*/
.section.outline {
	padding-bottom: 80px;
}

@media (min-width:769px) {
	.section.outline {
		padding-bottom: 130px;
	}
}

.outline .section__header {
	margin: 48px auto;
}

@media (min-width:769px) {
	.outline .section__header {
		margin: 70px auto 110px;
	}
}

.outline__content {
	max-width: 1104px;
	width:96vw;
	margin:0 auto;
}
.outline  p,
.outline  dl,
.outline  li {
	font-size: 1.8rem;
	line-height: 1.5em;
}
.outline__ttl {
	margin-top: 80px;
	text-align: center;
}
.outline__ttl img {
	width:300px;
	height:auto;
}

@media (min-width:769px) {
	.outline__ttl img {
		width:494px;
		height:auto;
	}
}

.outline__lead {
	margin-top: 30px;
	font-size: 1.8rem;
	text-align: left;
	font-feature-settings: "palt";
}
.outline__lead br {
	display: none;
}

@media (min-width:769px) {
	.outline__lead {
		margin-top: 60px;
		font-size: 2.0rem;
		text-align: center;
	}
	.outline__lead br {
		display: block;
	}
}

.outline__detail  {
	margin-top: 40px;
}

@media (min-width:769px) {
	.outline__detail  {
		margin-top: 60px;
	}
}

.outline__detail dl {
	width:100%;
	margin-top: 24px;
}
.outline__detail dl dt {
	padding-left: 18px;
	vertical-align: middle;
	border-bottom:1px solid #8d8d8d;
	background:url(../img/common/icon_arrow_bk.svg) no-repeat left center /8px 13px;
	font-size: 1.8rem;
	font-weight: 700;
}
.outline__detail dl dd {
	margin-top: 16px;
	padding-left: 18px;
	font-size: 1.6rem;
}

@media (min-width:769px) {
	.outline__detail  {
		border-top:1px solid #8d8d8d;
	}
	.outline__detail dl {
		display: table;
		margin-top: 0;
		padding:18px 0;
		border-bottom:1px solid #8d8d8d;
	}
	.outline__detail dl dt {
		display: table-cell;
		width:20%;
		border-bottom:none;
	}
	.outline__detail dl dd {
		display: table-cell;
		width:80%;
		margin-top: 0;
		padding-left: 0;
		font-size: 1.8rem;
	}
}

.map__btn {
	display: block;
	width: 188px;
	height: 35px;
	margin: 20px auto 0 auto;
	border: 1px solid #000;
	border-radius: 17.5px;
	text-align: center;
	-webkit-transition: color .5s ease, background-color .5s ease;
	transition: color .5s ease, background-color .5s ease;
}
.map__btn img {
	width: 141px;
	height: 19px;
}

@media (hover: hover) {
	.map__btn:hover {
		background-color: #000;
	}
	.map__btn:hover img {
		filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(101%);
	}
}

@media (min-width:769px) {
	.map__btn {
		margin: 20px 0 0 0;
	}
}

.outline__content--sub {
	max-width: 1104px;
	width:100vw;
	margin:0 auto;
	padding-top: 80px;
}
.outline__content--sub p,
.outline__content--sub h3 {
	font-size: 1.6rem;
}
.outline__content--sub-wrap {
	background: #f7f7f7;
}
.outline__content--sub-block {
	padding:30px 0;
}
.outline__content--sub-img {
	position: relative;
}
.outline__content--sub-img::before {
	position:absolute;
	left:4vw;
	top:4vw;
	display: block;
	width: 20vw;
	height: 20vw;
	content:"";
}
@media (min-width:769px) {
	.outline__content--sub-img::before {
		left:15px;
		top:15px;
		width: 96px;
		height: 96px;
	}
}
.sd-vending .outline__content--sub-img::before {
	background: url(../img/sdn/icon_business_02.png) no-repeat center center / contain;
}
.sd-bottlers .outline__content--sub-img::before {
	background: url(../img/sdn/icon_business_03.png) no-repeat center center / contain;
}
.one-heart .outline__content--sub-img::before {
	background: url(../img/sdn/icon_business_04.png) no-repeat center center / contain;
}

.outline__content--sub-block h3 {
	margin:0px 15px 0px 15px;
	font-size: 2.4rem;
	font-weight: 700;
}
.outline__content--sub-block p {
	margin:0px 15px 0px 15px;
	font-size: 1.6rem;
	font-feature-settings: "palt";
}

.outline__content--sub-adress  li {
 margin: 30px 30px 0 30px;
}
.outline__content--sub-adress  li h4 {
 font-weight: 700;
}

@media (min-width:769px) {
	.outline__content--sub {
		margin:0 auto 0 auto;
		padding-top: 128px;
	}
	.outline__content--sub-wrap {
		display: flex;
		align-items: center;
	}
	.outline__content--sub-img,
	.outline__content--sub-block {
		width: 50%;
	}
	.outline__content--sub p,
	.outline__content--sub h3 {
		font-size: 1.8rem;
	}
	.outline__content--sub-block {
		padding:0 0;
		min-height: 240px;
	}
	.outline__content--sub-block h3 {
		margin:0px 40px 0px 40px;
		font-size: 2.8rem;
		font-weight: 700;
	}
	.outline__content--sub-block p {
		margin:10px 40px 0px 40px;
		font-size: 1.8rem;
	}
	.outline__content--sub-adress {
	 display: flex;
	 flex-wrap: wrap;
	}
	.outline__content--sub-adress li {
		width: 50%;
		margin: 0 0 0 0;
		padding-top: 40px;
	}
}

.sd-vending .outline__content--sub-block {
	background: url(../img/sdn/icon_company_02.svg) no-repeat center center /200px 156px;
}
.sd-bottlers .outline__content--sub-block {
	background: url(../img/sdn/icon_company_03.svg) no-repeat center center /117px 149px;
}
.one-heart .outline__content--sub-block {
	background: url(../img/sdn/icon_company_04.svg) no-repeat center center /147px 150px;
}

@media (min-width:769px) {
	.sd-vending .outline__content--sub-block {
		background: url(../img/sdn/icon_company_02.svg) no-repeat center center /294px 229px;
	}
	.sd-bottlers .outline__content--sub-block {
		background: url(../img/sdn/icon_company_03.svg) no-repeat center center /172px 220px;
	}
	.one-heart .outline__content--sub-block {
		background: url(../img/sdn/icon_company_04.svg) no-repeat center center /235px 240px;
	}
}



/*----------お問い合わせ誘導部----------*/

.recruit .section.contact,
.faq .section.contact {
	margin-top:88px;
}

@media (min-width:769px) {
	.recruit .section.contact,
	.faq .section.contact {
		margin-top:128px;
	}
}

.section.contact {
	background: #f7f7f7;
}
.section.contact h2 {
	margin-bottom:48px;
}
.section.contact .section__header {
	width: 284px;
	margin: 0 auto;
	padding: 80px 0;
}

@media (min-width:769px) {
	.section.contact .section__header {
		width: 716px;
		margin: 0 auto;
	}
}



/* ----------お問い合わせフォーム---------- */

.section.form {
	max-width: 1104px;
	width:96vw;
	margin:52px auto 0 auto;
}
@media (min-width:769px) {
	.section.form {
		margin-top:85px;
	}
}

/*フォーム本体*/

.form__wrap {
	margin-top: 46px;
	padding: 40px 0;
	background: #f7f7f7;
}
.form__wrap dl {
	margin: 40px 15px;
}
.form__wrap dt {
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.0;
}
.form__wrap dd {
	margin-top: 15px;
	padding:10px;
	background: #fff;
	font-size: 1.6rem;
	line-height: 1.0;
}
.form__wrap dd input,
.form__wrap dd textarea,
.form__wrap dd select {
	width: 100%;
	margin: 0 0 0 0;
	padding: 10px 0;
	border:none;
	background: #fff;
}
.form__wrap dd select {
	height: 3em;
}
.form__wrap .menu-jiyuhanbaiki,
.form__wrap .menu-paspa,
.form__wrap .menu-vmachine {
	display: block;
	margin-top: 10px;
}
.form__wrap p  {
	text-align: center;
}
.form__wrap.confirm  dd {
	line-height: 1.5;
}
.form__wrap .confirm,
.form__wrap .submit,
.form__wrap .back {
	width: 263px;
	height: 44px;
	border-radius:22px;
	line-height: 44px;
	font-size: 1.4rem;
	font-weight: 700;
}
.form__wrap .confirm,
.form__wrap .submit {
	border: 1px solid #000;
	background: #f7f7f7;
	color: #000;
}
.form__wrap .back {
	border: 1px solid #bfbfbf;
	background: #bfbfbf;
	color: #fff;
}

@media (max-width:768px) {
	.form__wrap .back {
		margin-bottom: 20px;
	}
}

@media (min-width:769px) {
	.form__wrap {
		margin: 128px auto 0 auto;
		padding: 50px 0;
		border-radius: 50px;
	}
	.form__wrap dl {
		display: flex;
		margin: 40px 76px;
	}
	.form__wrap dt {
		width: 25%;
		padding: 18px 0 0 0;
		text-align: center;
	}
	.form__wrap dd {
		width: 75%;
		margin: 0 0 0 0;
	}
	.form__wrap.confirm  dd {
		padding: 20px;
	}
	.form__wrap p  {
		margin: 68px auto 28px auto;
	}
	.form__wrap .submit,
	.form__wrap .back {
		margin: 0 10px;
		display: inline-block ;
	}
}

/*サンクス画面*/
.form._thanks .section__content {
	margin: 60px 15px;
}
.form._thanks .section__txt {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5em;
	text-align: center;
}
.form._thanks .btn {
	display: block;
	width: 100%;
    max-width: 250px;
    margin-bottom: 40px;
}
@media (min-width:769px) {
	.form._thanks .section__content {
		margin: 80px 15px;
	}
	.form._thanks .btn {
		margin-bottom: 60px;
	}
}

.form__button {
	margin: 20px 15px 40px;
	display: flex;
	align-items: center;
	gap: 10px;
    font-size: 1.5rem;
    font-weight: 700;
	transition: opacity 0.3s;
}
.form__button::before {
	content: "";
	background-image: url(../img/common/icon_arrow_bk.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 8px;
	height: 13px;
	transform: rotate(180deg);
	transition: opacity 0.3s;
}
@media (min-width:769px) {
	.form__button {
		margin: 40px 0 128px;
		font-size: 1.8rem;
	}
}
@media (hover: hover) {
	.form__button:hover {
		opacity: 0.7;
	}

	.form__button:hover::before {
		opacity: 0.7;
	}
}