@charset "UTF-8";
/*
 *
 * page-sakaguchi.scss
 *
 */
/* ------------------------------------------------------------
 pg-sakaguchi-intro
------------------------------------------------------------ */


.pg-sakaguchi-intro__box .p-hero__title__ja{
    line-height: 1.7;

}
@media screen and (min-width: 1024px) {
	.pg-sakaguchi-intro {
		margin-top: 12rem;
		margin-bottom: 12.1rem;
	}
}

@media screen and (max-width: 1023px) and (min-width: 561px) {
	.pg-sakaguchi-intro {
		margin-top: 9rem;
		margin-bottom: 10rem;
	}
}

@media screen and (max-width: 560px) {
	.pg-sakaguchi-intro {
		margin-top: 5.7rem;
		margin-bottom: 5.6rem;
	}
}

/* ---------- pg-sakaguchi-intro__flex ---------- */
.pg-sakaguchi-intro__flex {
    position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

@media screen and (min-width: 1024px) {
	.pg-sakaguchi-intro__flex {
		margin-bottom: 8rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-sakaguchi-intro__flex {
		margin-bottom: 10rem;
	}
}

@media screen and (min-width: 1024px) {
	.pg-sakaguchi-intro__flex__txt {
		padding-bottom: 1.7rem;
        margin-top: 5.5rem;
        padding-right: 140px;
	}
}

@media screen and (max-width: 1023px) {
	.pg-sakaguchi-intro__flex__txt {
		flex: 1;
		text-align: justify;
        margin-top: 4rem;
		margin-right: 0;
	}
}

@media screen and (max-width: 560px) {
    .c-txt-xlarge8{
        line-height: 2;
    }
}


/*

@media screen and (min-width: 561px) {
    .pg-sakaguchi-intro__box{
        width: calc(100% - 10.2rem);
    }
}

@media screen and (max-width: 560px) {
    .pg-sakaguchi-intro__box{
        width: calc(100% - 7.5rem);
	}
}

*/


.pg-sakaguchi-intro__flex__illust{
	position: absolute;
    right: 0;
    bottom: 0;
}

@media screen and (min-width: 561px) {
	.pg-sakaguchi-intro__flex__illust {
		width: 10.2rem;
		margin-right: 0;
	}
}

@media screen and (max-width: 1023px) {
	.pg-sakaguchi-intro__flex__illust {
		width: 7.5rem;
		margin-right: 0;
		padding-bottom: 0.4rem;
        bottom: -90px;
	}
}
/*
@media screen and (max-width: 560px) {
	.pg-sakaguchi-intro__flex__illust {
		width: 7.5rem;
		margin-right: 0;
		padding-bottom: 0.4rem;
        bottom: -90px;
	}
}
*/

@media screen and (min-width: 1024px) {
	.pg-sakaguchi-intro__flex__bird {
		width: 65.68627%;
		margin-bottom: 32.07547%;
		margin-left: -9.80392%;
	}
}

@media screen and (max-width: 1023px) {
	.pg-sakaguchi-intro__flex__bird {
		width: 65.33333%;
		margin-bottom: 38.46154%;
	}
}

/* ------------------------------------------------------------
 pg-sakaguchi-business
------------------------------------------------------------ */
@media screen and (min-width: 1024px) {
	.pg-sakaguchi-businesss {
		margin-bottom: 18rem;
	}
}

@media screen and (max-width: 1023px) and (min-width: 561px) {
	.pg-sakaguchi-businesss {
		margin-bottom: 13rem;
	}
}

@media screen and (max-width: 560px) {
	.pg-sakaguchi-businesss {
		margin-bottom: 9.6rem;
	}
}

.pg-sakaguchi-business {
	position: relative;
	/* ---------- 奇数番目 ---------- */
	/* ---------- 偶数番目 ---------- */
}

@media screen and (min-width: 1024px) {
	.pg-sakaguchi-business {
		padding: 14rem 0 18rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-sakaguchi-business {
		padding: 9rem 0 8rem;
	}
}

@media screen and (min-width: 1024px) {
	.pg-sakaguchi-business:not(:last-of-type) {
		margin-bottom: 5.8rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-sakaguchi-business:not(:last-of-type) {
		margin-bottom: 4.8rem;
	}
}

.pg-sakaguchi-business::before {
	content: '';
	display: block;
	height: 100%;
	background-color: var(--color-light-gray);
	position: absolute;
	top: 0;
	z-index: -1;
}

@media screen and (min-width: 1024px) {
	.pg-sakaguchi-business::before {
		width: calc( ( 1020 / var( --design-size-pc ) ) * 100%);
	}
}

@media screen and (max-width: 1023px) {
	.pg-sakaguchi-business::before {
		width: calc( ( 324 / var( --design-size-sp ) ) * 100%);
	}
}

.pg-sakaguchi-business:nth-of-type(2n-1)::before {
	left: 0;
}

@media screen and (min-width: 1024px) {
	.pg-sakaguchi-business:nth-of-type(2n-1)::before {
		border-radius: 0 2rem 2rem 0;
	}
}

@media screen and (max-width: 1023px) {
	.pg-sakaguchi-business:nth-of-type(2n-1)::before {
		border-radius: 0 1rem 1rem 0;
	}
}

.pg-sakaguchi-business:nth-of-type(2n)::before {
	right: 0;
}

@media screen and (min-width: 1024px) {
	.pg-sakaguchi-business:nth-of-type(2n)::before {
		border-radius: 2rem 0 0 2rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-sakaguchi-business:nth-of-type(2n)::before {
		border-radius: 1rem 0 0 1rem;
	}
}

@media screen and (min-width: 1024px) {
	.pg-sakaguchi-business:nth-of-type(2n) .pg-sakaguchi-business__flex {
		flex-direction: row-reverse;
	}
}

@media screen and (min-width: 1024px) {
	.pg-sakaguchi-business:nth-of-type(2n) .pg-sakaguchi-business__button {
		margin-left: auto;
		margin-right: 0;
	}
}

/* ----------------------------------------
 pg-sakaguchi-business__flex
---------------------------------------- */
@media screen and (min-width: 1024px) {
	.pg-sakaguchi-business__flex {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
}

/* ---------- pg-sakaguchi-business__contents ---------- */
@media screen and (min-width: 1024px) {
	.pg-sakaguchi-business__contents {
		width: calc( ( 394 / 1100 ) * 100%);
	}
}

/* ---------- pg-sakaguchi-business__header ---------- */
@media screen and (min-width: 1024px) {
	.pg-sakaguchi-business__header {
		padding-bottom: 8rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-sakaguchi-business__header {
		text-align: center;
	}
}

@media screen and (max-width: 1023px) and (min-width: 561px) {
	.pg-sakaguchi-business__header {
		padding-bottom: 6rem;
	}
}

@media screen and (max-width: 560px) {
	.pg-sakaguchi-business__header {
		padding-bottom: 4.2rem;
	}
}

/* ----- pg-sakaguchi-business__header__en ----- */
@media screen and (min-width: 1024px) {
	.pg-sakaguchi-business__header__en {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: flex-end;
		padding-bottom: 6.2rem;
	}
}

@media screen and (max-width: 1023px) and (min-width: 561px) {
	.pg-sakaguchi-business__header__en {
		padding-bottom: 5rem;
	}
}

@media screen and (max-width: 560px) {
	.pg-sakaguchi-business__header__en {
		padding-bottom: 4rem;
	}
}

.pg-sakaguchi-business__header__num {
	/* ----- -num-1 ----- */
	/* ----- -num-2 ----- */
	/* ----- -num-3 ----- */
	/* ----- -num-4 ----- */
	/* ----- -num-5 ----- */
}

@media screen and (min-width: 1024px) {
	.pg-sakaguchi-business__header__num {
		margin-right: 2.8rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-sakaguchi-business__header__num {
		margin: 0 auto;
	}
}

.pg-sakaguchi-business__header__num svg {
	fill: var(--theme-color);
}

@media screen and (min-width: 561px) {
	.pg-sakaguchi-business__header__num svg {
		height: 5rem;
	}
}

@media screen and (max-width: 560px) {
	.pg-sakaguchi-business__header__num svg {
		height: 3.4rem;
	}
}

@media screen and (min-width: 561px) {
	.pg-sakaguchi-business__header__num .-num-1 {
		width: 7rem;
	}
}

@media screen and (max-width: 560px) {
	.pg-sakaguchi-business__header__num .-num-1 {
		width: 4.7rem;
	}
}

@media screen and (min-width: 561px) {
	.pg-sakaguchi-business__header__num .-num-2 {
		width: 8.3rem;
	}
}

@media screen and (max-width: 560px) {
	.pg-sakaguchi-business__header__num .-num-2 {
		width: 5.6rem;
	}
}

@media screen and (min-width: 561px) {
	.pg-sakaguchi-business__header__num .-num-3 {
		width: 8.3rem;
	}
}

@media screen and (max-width: 560px) {
	.pg-sakaguchi-business__header__num .-num-3 {
		width: 5.6rem;
	}
}

@media screen and (min-width: 561px) {
	.pg-sakaguchi-business__header__num .-num-4 {
		width: 9rem;
	}
}

@media screen and (max-width: 560px) {
	.pg-sakaguchi-business__header__num .-num-4 {
		width: 6.1rem;
	}
}

@media screen and (min-width: 561px) {
	.pg-sakaguchi-business__header__num .-num-5 {
		width: 8.2rem;
	}
}

@media screen and (max-width: 560px) {
	.pg-sakaguchi-business__header__num .-num-5 {
		width: 5.6rem;
	}
}

.pg-sakaguchi-business__header__bc {
	display: inline-block;
	border-radius: 100px;
	border: solid 1px var(--theme-color);
	color: var(--theme-color);
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.06em;
}

@media screen and (min-width: 1024px) {
	.pg-sakaguchi-business__header__bc {
		font-size: 1.2rem;
		font-size: max( 1.2rem , 11px );
		padding: 0.8rem 2rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-sakaguchi-business__header__bc {
		font-size: 1rem;
		padding: 0.7rem 1.7rem;
		margin-bottom: 1.4rem;
	}
}

@media screen and (max-width: 560px) {
	.pg-sakaguchi-business__header__bc {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		-webkit-transform-origin: 50% 100%;
		transform-origin: 50% 100%;
	}
}

/* ----- pg-sakaguchi-business__header__title ----- */
.pg-sakaguchi-business__header__catch,
.pg-sakaguchi-business__header__title {
	font-weight: 700;
	letter-spacing: 0.12em;
}
.pg-sakaguchi-business__header__title.--sakaguchi{
    width: 270px;
}

@media screen and (min-width: 561px) {
	.pg-sakaguchi-business__header__catch,
	.pg-sakaguchi-business__header__title {
		line-height: 1.76923;
	}
	.pg-sakaguchi-business__header__catch::before, .pg-sakaguchi-business__header__catch::after,
	.pg-sakaguchi-business__header__title::before,
	.pg-sakaguchi-business__header__title::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
	}
	.pg-sakaguchi-business__header__catch::before,
	.pg-sakaguchi-business__header__title::before {
		margin-top: calc( (1 - 1.76923) * .5em);
	}
	.pg-sakaguchi-business__header__catch::after,
	.pg-sakaguchi-business__header__title::after {
		margin-bottom: calc( (1 - 1.76923) * .5em);
	}
}

@media screen and (max-width: 560px) {
	.pg-sakaguchi-business__header__catch,
	.pg-sakaguchi-business__header__title {
		line-height: 1.875;
	}
	.pg-sakaguchi-business__header__catch::before, .pg-sakaguchi-business__header__catch::after,
	.pg-sakaguchi-business__header__title::before,
	.pg-sakaguchi-business__header__title::after {
		content: '';
		display: block;
		width: 0;
		height: 0;
	}
	.pg-sakaguchi-business__header__catch::before,
	.pg-sakaguchi-business__header__title::before {
		margin-top: calc( (1 - 1.875) * .5em);
	}
	.pg-sakaguchi-business__header__catch::after,
	.pg-sakaguchi-business__header__title::after {
		margin-bottom: calc( (1 - 1.875) * .5em);
	}
}

@media screen and (min-width: 1024px) {
	.pg-sakaguchi-business__header__catch {
		font-size: 2.6rem;
		font-size: max( 2.6rem , 20px );
		padding-bottom: 6.8rem;
	}
}

@media screen and (max-width: 1023px) and (min-width: 561px) {
	.pg-sakaguchi-business__header__catch {
		font-size: 2rem;
		font-size: max( 2rem , 18px );
		padding-bottom: 5.2rem;
	}
    .pg-sakaguchi-business__header__title.--sakaguchi{
        width: 230px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 560px) {
	.pg-sakaguchi-business__header__catch {
		font-size: 1.6rem;
		font-size: max( 1.6rem , 14px );
		padding-bottom: 4rem;
	}
    .pg-sakaguchi-business__header__title.--sakaguchi{
        width: 230px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 1024px) {
	.pg-sakaguchi-business__header__title {
		font-size: 3.4rem;
		font-size: max( 3.4rem , 28px );
	}
}

@media screen and (max-width: 1023px) and (min-width: 561px) {
	.pg-sakaguchi-business__header__title {
		font-size: 2.8rem;
		font-size: max( 2.8rem , 24px );
	}
}

@media screen and (max-width: 560px) {
	.pg-sakaguchi-business__header__title {
		font-size: 2.2rem;
		font-size: max( 2.2rem , 18px );
	}
}

/* ---------- pg-sakaguchi-business__img ---------- */
.pg-sakaguchi-business__img {
	position: relative;
}

@media screen and (min-width: 1024px) {
	.pg-sakaguchi-business__img {
		width: calc( ( 626 / 1100 ) * 100%);
	}
}

@media screen and (max-width: 1023px) {
	.pg-sakaguchi-business__img {
		width: 100vw;
		position: relative;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

/* ---------- pg-sakaguchi-business__logo ---------- */
/* ----- pg-sakaguchi-business__logo-ameiro ----- */
@media screen and (min-width: 1024px) {
	.pg-sakaguchi-business__logo-ameiro {
		width: 13.7rem;
		marign-left: 2.7rem;
		margin-bottom: 5.4rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-sakaguchi-business__logo-ameiro {
		width: 9.6rem;
		margin: 4.2rem auto 3.2rem;
	}
}

/* ----- pg-sakaguchi-business__logo-bakery ----- */
@media screen and (min-width: 1024px) {
	.pg-sakaguchi-business__logo-bakery {
		width: 19.8rem;
		margin-right: 1.2rem;
		margin-left: auto;
		margin-bottom: 7rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-sakaguchi-business__logo-bakery {
		width: 15.2rem;
		margin: 3.5rem auto 2.4rem;
	}
}

/* ----- pg-sakaguchi-business__logo-milk ----- */
@media screen and (min-width: 1024px) {
	.pg-sakaguchi-business__logo-milk {
		width: 12.9rem;
		margin-left: 2.6rem;
		margin-bottom: 5.2rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-sakaguchi-business__logo-milk {
		width: 9.2rem;
		margin: 3.2rem auto 3.0rem;
	}
}

/* ---------- pg-sakaguchi-business__illust ---------- */
/* ----- pg-sakaguchi-business__illust-1 ----- */
.pg-sakaguchi-business__illust-1 {
	position: relative;
	z-index: 10;
}

@media screen and (min-width: 1024px) {
	.pg-sakaguchi-business__illust-1 {
		width: 11.2rem;
		margin-right: 4.3rem;
		margin-left: auto;
		margin-bottom: -2rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-sakaguchi-business__illust-1 {
		width: 6.7rem;
		margin: 6.0rem auto -1.2rem;
		-webkit-transform: translateX(-0.5rem);
		transform: translateX(-0.5rem);
	}
}

.pg-sakaguchi-business__illust-1__cloud-1 {
	width: 53.57143%;
	top: -42.53731%;
	left: -15.17857%;
}

.pg-sakaguchi-business__illust-1__cloud-2 {
	width: 48.21429%;
	top: -29.85075%;
	right: -49.10714%;
}

/* ----- pg-sakaguchi-business__illust-2 ----- */
@media screen and (min-width: 1024px) {
	.pg-sakaguchi-business__illust-2 {
		width: 8.9rem;
		top: 16.5rem;
		left: -7.8rem;
		z-index: -1;
	}
}

@media screen and (max-width: 1023px) {
	.pg-sakaguchi-business__illust-2 {
		display: none;
	}
}

/* ----- pg-sakaguchi-business__illust-3 ----- */
.pg-sakaguchi-business__illust-3 {
	z-index: 10;
}

@media screen and (min-width: 1024px) {
	.pg-sakaguchi-business__illust-3 {
		width: 13.5rem;
		top: 1.6rem;
		left: -5.2rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-sakaguchi-business__illust-3 {
		position: relative;
		width: 8.2rem;
		margin: 0 auto -1.5rem;
		-webkit-transform: translateX(-0.4rem);
		transform: translateX(-0.4rem);
	}
}

/* ----- pg-sakaguchi-business__illust-4 ----- */
.pg-sakaguchi-business__illust-4 {
	position: relative;
	z-index: 10;
}

@media screen and (min-width: 1024px) {
	.pg-sakaguchi-business__illust-4 {
		width: 7.7rem;
		margin-left: -3.5rem;
		margin-bottom: -3.1rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-sakaguchi-business__illust-4 {
		width: 5rem;
		margin: 4.5rem auto -1.4rem;
		-webkit-transform: translateX(-0.1rem);
		transform: translateX(-0.1rem);
	}
}

.pg-sakaguchi-business__illust-4__bug {
	width: 32.46753%;
	top: -30.76923%;
	right: -49.35065%;
}

/* ----------------------------------------
 pg-sakaguchi-business__button
---------------------------------------- */
@media screen and (min-width: 1024px) {
	.pg-sakaguchi-business__button {
		width: calc( ( 394 / 1100 ) * 100%);
		margin-top: 8.4rem;
		margin-bottom: -4.8rem;
	}
}

@media screen and (max-width: 1023px) {
	.pg-sakaguchi-business__button {
		width: 100%;
		margin-top: 5.8rem;
	}
}



/* ----------------------------------------
 map_area
---------------------------------------- */
.map_area {
    position: relative;
    width: 100%;
    border-radius:2rem;
    overflow: hidden;
    margin-bottom: 5rem;
}
.map_area:before{
    content:"";
    display: block;
    padding-top: 42%;

}

.map_area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 560px) {

    .map_area{
        border-radius:1rem;
        width: var(--inner-percent-large);
        margin-bottom: 3rem;
    }
    .map_area:before{
        padding-top: 70%;
        padding-top: 70%;
    }
    
}

.link_list{
    margin:0 auto 15rem;
    max-width:70rem;
}
.link_list .c-column-gap-23.-col-3>*{    
    width: calc(50% - 2.3rem);
}

.link_list .c-anchor-bg-black2{
    background-color: rgba(var(--color-black3--rgba),.025);
}


@media screen and (min-width: 769px) {
    .l-contact__mail .l-contact__list__illust{
        bottom: 11rem;
    }
    .l-contact__document .l-contact__list__illust{
        bottom: 11rem;
    }
}
@media screen and (min-width: 1024px) {
    .l-contact__mail .l-contact__list__illust{
        bottom: 13.5rem;
    }
    .l-contact__document .l-contact__list__illust{
        bottom: 13.5rem;
    }
}



@media screen and (max-width: 768px) {
 
    .link_list .c-column-gap-23.-col-3>*{    
        width: 100%;
    }   
}

@media screen and (max-width: 560px) {

    .link_list{
        width: var(--inner-percent-large);
        margin-bottom: 8rem;
    }
    .link_list .c-column-gap-23.-col-3>*{    
        width: 100%;
    }
    .l-contact__document .l-contact__list__illust{
        top: 1.5rem;
    }
    .l-contact__mail .l-contact__list__illust{
        top: 1.5rem;
    }
}