@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------- */

.now.about::before {
	/* content: ""; */
}

/* ---------------------------------------------------------------------------------------------------- */

.all.other {}

@media screen and (min-width: 768px) {
	
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.all {
	position: relative;
}

@media screen and (min-width: 768px) {
	
}

@media screen and (min-width: 1280px) {
	@keyframes rotation_1 {
		0% {
			transform: translate(25%, -50%) rotateZ(0);
		}
		100% {
			transform: translate(25%, -50%) rotateZ(360deg);
		}
	}

	.flow {
        position: absolute;
        top: 47.5%;
        right: 0;
        width: 35%;
        height: auto;
        animation: 10s linear infinite rotation_1;
	}
}

@media screen and (min-width: 1440px) {
	
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_1 {
	background-image: url(../img/about_bg.webp);
	background-position: 505 0;
	background-repeat: no-repeat;
	background-size: 150%;
}

.section_1 .inner {
	padding: 20% 0;
}

.section_1 .wrap {
	gap: 48px;
}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading::before {}

.section_1 .heading_wrap .heading .main {}

.section_1 .heading_wrap .heading .sub {}

.section_1 .content_wrap {
	gap: 24px;
}

.section_1 .content_wrap .content_1 {
	width: 90%;
	max-width: 1280px;
}

.section_1 .content_wrap .content_1 .item_wrap {}

.section_1 .content_wrap .content_1 .item_wrap .item {}

.section_1 .content_wrap .content_1 .item_wrap .item .item_inner {
	gap: 24px;
}

.section_1 .content_wrap .content_1 .item_wrap .item .item_inner .text_wrap {
	gap: 48px;
}

.section_1 .content_wrap .content_1 .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
	gap: 12px;
}

.section_1 .content_wrap .content_1 .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
	font-weight: 500;
}

.section_1 .content_wrap .content_1 .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_1 {
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
}

.section_1 .content_wrap .content_1 .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_2 {}

.section_1 .content_wrap .content_1 .item_wrap .item .item_inner .img_wrap {}

.section_1 .content_wrap .content_1 .item_wrap .item .item_inner .img_wrap .img_wrap_inner {}

.section_1 .content_wrap .content_1 .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img {}

.section_1 .content_wrap .content_2 {
	width: 90%;
	max-width: 1280px;
}

.section_1 .content_wrap .content_2 .title_wrap {
	position: absolute;
	top: 12px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	padding: 12px 24px;
	padding-left: 60px;
	border-radius: 100vmax;
	background-image: linear-gradient(150deg, rgba(207, 3, 103, 1), rgba(255, 248, 211, 1));
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.section_1 .content_wrap .content_2 .title_wrap::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translate(0, -50%);
	width: 48px;
	height: auto;
	aspect-ratio: 122 / 150;
	background-image: url(../img/icon_rose.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.section_1 .content_wrap .content_2 .title_wrap .title_wrap_inner {}

.section_1 .content_wrap .content_2 .title_wrap .title_wrap_inner .text {
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	color: #ffffff;
}

.section_1 .content_wrap .content_2 .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 90%;
	padding: 12px;
	padding-top: 120px;
	background-color: #FFF8FA;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.section_1 .content_wrap .content_2 .text_wrap .text_wrap_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0px;
}

.section_1 .content_wrap .content_2 .text_wrap .text_wrap_inner .text {
	position: relative;
	padding-left: 1.5rem;
	font-weight: 500;
}

.section_1 .content_wrap .content_2 .text_wrap .text_wrap_inner .text::before {
	content: "";
	position: absolute;
	top: calc(1rem * 0.8125);
	left: 0;
	transform: translate(0, -50%);
	width: auto;
	height: 1rem;
	aspect-ratio: 36 / 34;
	background-image: url(../img/icon_list.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (min-width: 768px) {
	.section_1 {}

	.section_1 .inner {
		padding: 10% 0;
	}

	.section_1 .wrap {}

	.section_1 .heading_wrap {
		align-items: flex-start;
	}

	.section_1 .heading_wrap .heading {}

	.section_1 .heading_wrap .heading::before {}

	.section_1 .heading_wrap .heading .main {}

	.section_1 .heading_wrap .heading .sub {}

	.section_1 .content_wrap {}

	.section_1 .content_wrap .content_1 {}

	.section_1 .content_wrap .content_1 .item_wrap {}

	.section_1 .content_wrap .content_1 .item_wrap .item {}

	.section_1 .content_wrap .content_1 .item_wrap .item .item_inner {
		flex-direction: row-reverse;
		align-items: flex-start;
		gap: 24px;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .item_inner .text_wrap {
		width: calc((100% - (24px * 1)) * 0.55);
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
		align-items: flex-start;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {}

	.section_1 .content_wrap .content_1 .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_1 {}

	.section_1 .content_wrap .content_1 .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_2 {}

	.section_1 .content_wrap .content_1 .item_wrap .item .item_inner .img_wrap {
		width: calc((100% - (24px * 1)) * 0.45);
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .item_inner .img_wrap .img_wrap_inner {}

	.section_1 .content_wrap .content_1 .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img {}

	.section_1 .content_wrap .content_2 {}

	.section_1 .content_wrap .content_2 .title_wrap {
		top: 36px;
		padding: 12px;
	}

	.section_1 .content_wrap .content_2 .title_wrap::before {
		left: 12px;
        width: auto;
        height: 100%;
	}

	.section_1 .content_wrap .content_2 .title_wrap .title_wrap_inner {
		display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0px;
	}

	.section_1 .content_wrap .content_2 .title_wrap .title_wrap_inner .text {}

	.section_1 .content_wrap .content_2 .text_wrap {
		width: 85%;
		padding: 0;
		padding-top: 132px;
		padding-bottom: 36px;
	}

	.section_1 .content_wrap .content_2 .text_wrap .text_wrap_inner {
		gap: 12px;
		width: max-content;
	}

	.section_1 .content_wrap .content_2 .text_wrap .text_wrap_inner .text {}

	.section_1 .content_wrap .content_2 .text_wrap .text_wrap_inner .text::before {}
}

@media screen and (min-width: 1280px) {
	.section_1 {
		background-size: contain;
	}
}

@media screen and (min-width: 1440px) {
	.section_1 .content_wrap {
		gap: 108px;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .item_inner {
		gap: 60px;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .item_inner .text_wrap {
		gap: 84px;
        width: calc((100% - (60px * 1)) * 0.55);
    }

	.section_1 .content_wrap .content_1 .item_wrap .item .item_inner .text_wrap .text_wrap_inner {
		gap: 48px;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text_1 {
		font-size: 1.5rem;
	}

	.section_1 .content_wrap .content_1 .item_wrap .item .item_inner .img_wrap {
        width: calc((100% - (60px * 1)) * 0.45);
    }

	.section_1 .content_wrap .content_2 .title_wrap {
		top: 60px;
	}

	.section_1 .content_wrap .content_2 .text_wrap .text_wrap_inner {
		gap: 36px;
	}

	.section_1 .content_wrap .content_2 .title_wrap .title_wrap_inner .text {
		font-size: 1.875rem;
	}

	.section_1 .content_wrap .content_2 .text_wrap {
		padding-top: 180px;
	}

	.section_1 .content_wrap .content_2 .text_wrap .text_wrap_inner .text {
		padding-left: 1.75rem;
		font-size: 1.25rem;
	}

	.section_1 .content_wrap .content_2 .text_wrap .text_wrap_inner .text::before {
		top: calc(1.25rem * 0.8125);
		height: 1.25rem;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_2 {}

.section_2 .inner {
	padding: 20% 0;
}

.section_2 .wrap {
	gap: 48px;
}

.section_2 .heading_wrap {}

.section_2 .heading_wrap .heading {
	gap: 24px;
}

.section_2 .heading_wrap .heading::before {
	top: 60%;
	bottom: auto;
	transform: translate(-50%, -50%);
}

.section_2 .heading_wrap .heading .main {}

.section_2 .heading_wrap .heading .sub {}

.section_2 .content_wrap {
	gap: 48px;
}

.section_2 .content_wrap .content {
	width: 90%;
	max-width: 1280px;
}

.section_2 .content_wrap .content .item_wrap {}

.section_2 .content_wrap .content .item_wrap .item {}

.section_2 .content_wrap .content .item_wrap .item .item_inner {}

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap {}

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {}

.section_2 .content_wrap .content .item_wrap .item .item_inner .img_wrap {}

.section_2 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner {}

.section_2 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img {}

.section_2 .content_wrap .content_1 {}

.section_2 .content_wrap .content_1 .item_wrap .item .item_inner {
	gap: 12px;
}

.section_2 .content_wrap .content_1 .item_wrap .item .item_inner .text_wrap {
	gap: 24px;
}

.section_2 .content_wrap .content_1 .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
	font-weight: 500;
}

.section_2 .content_wrap .content_2 {
	gap: 24px;
}

.section_2 .content_wrap .content_2 .title_wrap {
	position: relative;
	width: 100%;
	padding: 12px 24px;
	padding-left: 60px;
	border-radius: 100vmax;
	background-image: linear-gradient(150deg, rgba(207, 3, 103, 1), rgba(255, 248, 211, 1));
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.section_2 .content_wrap .content_2 .title_wrap::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 8px;
	transform: translate(0, -50%);
	width: 48px;
	height: auto;
	aspect-ratio: 122 / 150;
	background-image: url(../img/icon_rose.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.section_2 .content_wrap .content_2 .title_wrap .title_wrap_inner {}

.section_2 .content_wrap .content_2 .title_wrap .title_wrap_inner .text {
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	color: #ffffff;
}

.section_2 .content_wrap .content_2 .box_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
}

.section_2 .content_wrap .content_2 .box_wrap .box_wrap_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.section_2 .content_wrap .content_2 .box_wrap .box_wrap_inner .box {
    padding: 12px;
    background-color: #FFFDED;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
}

.section_2 .content_wrap .content_2 .box_wrap .box_wrap_inner .box .text_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0px;
}

.section_2 .content_wrap .content_2 .box_wrap .box_wrap_inner .box .text_wrap .text_wrap_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0px;
	width: 100%;
}

.section_2 .content_wrap .content_2 .box_wrap .box_wrap_inner .box .text_wrap .text_wrap_inner_1 {
	padding-bottom: 12px;
	border-bottom: 1px #D3BB00 solid;
}

.section_2 .content_wrap .content_2 .box_wrap .box_wrap_inner .box .text_wrap .text_wrap_inner_2 {
	gap: 8px;
	padding-top: 12px;
}

.section_2 .content_wrap .content_2 .box_wrap .box_wrap_inner .box .text_wrap .text_wrap_inner .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0px;
	font-weight: 500;
}

.section_2 .content_wrap .content_2 .box_wrap .box_wrap_inner .box .text_wrap .text_wrap_inner .text_1 {
	display: block;
	width: 100%;
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: 600;
	color: #D3BB00;
}

.section_2 .content_wrap .content_2 .box_wrap .box_wrap_inner .box .text_wrap .text_wrap_inner .text_1 .highlight {
	font-size: 1.5em;
}

.section_2 .content_wrap .content_2 .box_wrap .box_wrap_inner .box .text_wrap .text_wrap_inner .text_2 {
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: 600;
}

.section_2 .content_wrap .content_2 .box_wrap .box_wrap_inner .box .text_wrap .text_wrap_inner .text_3 {}

@media screen and (min-width: 768px) {
	.section_2 {}

	.section_2 .inner {
		padding: 10% 0;
	}

	.section_2 .wrap {}

	.section_2 .heading_wrap {
		align-items: flex-start;
	}

	.section_2 .heading_wrap .heading {}

	.section_2 .heading_wrap .heading::before {}

	.section_2 .heading_wrap .heading .main {}

	.section_2 .heading_wrap .heading .sub {}

	.section_2 .content_wrap {
		gap: 96px;
	}

	.section_2 .content_wrap .content {}

	.section_2 .content_wrap .content .item_wrap {}

	.section_2 .content_wrap .content .item_wrap .item {}

	.section_2 .content_wrap .content .item_wrap .item .item_inner {}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap {}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner {}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .img_wrap {}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner {}

	.section_2 .content_wrap .content .item_wrap .item .item_inner .img_wrap .img_wrap_inner .img {}

	.section_2 .content_wrap .content_1 {}

	.section_2 .content_wrap .content_1 .item_wrap .item .item_inner {
		flex-direction: row;
		align-items: flex-end;
		gap: 24px;
	}

	.section_2 .content_wrap .content_1 .item_wrap .item .item_inner::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: -25%;
		transform: translate(0, 0);
		width: 100%;
		height: 95%;
		background-color: #F7F7F7;
	}

	.section_2 .content_wrap .content_1 .item_wrap .item .item_inner .text_wrap {
		width: calc((100% - (24px * 1)) / 2);
		padding-bottom: 15%;
	}

	.section_2 .content_wrap .content_1 .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {}

	.section_2 .content_wrap .content_1 .item_wrap .item .item_inner .img_wrap {
		width: calc((100% - (24px * 1)) / 2);
	}

	.section_2 .content_wrap .content_2 {
		gap: 48px;
	}

	.section_2 .content_wrap .content_2 .title_wrap {
		padding: 12px;
	}

	.section_2 .content_wrap .content_2 .title_wrap::before {
		left: 12px;
        width: auto;
        height: 100%;
	}

	.section_2 .content_wrap .content_2 .title_wrap .title_wrap_inner {
		display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0px;
	}

	.section_2 .content_wrap .content_2 .title_wrap .title_wrap_inner .text {}

	.section_2 .content_wrap .content_2 .box_wrap {
		width: 95%;
	}

	.section_2 .content_wrap .content_2 .box_wrap .box_wrap_inner {
		gap: 24px;
	}

	.section_2 .content_wrap .content_2 .box_wrap .box_wrap_inner .box {
		padding: 24px 12px;
	}

	.section_2 .content_wrap .content_2 .box_wrap .box_wrap_inner .box .text_wrap {
		flex-direction: row;
		align-items: stretch;
	}

	.section_2 .content_wrap .content_2 .box_wrap .box_wrap_inner .box .text_wrap .text_wrap_inner {}

	.section_2 .content_wrap .content_2 .box_wrap .box_wrap_inner .box .text_wrap .text_wrap_inner_1 {
		width: max-content;
		padding: 0;
		padding-right: 12px;
		border: 0;
		border-right: 1px #D3BB00 solid;
	}

	.section_2 .content_wrap .content_2 .box_wrap .box_wrap_inner .box .text_wrap .text_wrap_inner_2 {
		flex: 1;
		padding: 0;
		padding-left: 12px;
	}

	.section_2 .content_wrap .content_2 .box_wrap .box_wrap_inner .box .text_wrap .text_wrap_inner .text {}

	.section_2 .content_wrap .content_2 .box_wrap .box_wrap_inner .box .text_wrap .text_wrap_inner .text_1 {}

	.section_2 .content_wrap .content_2 .box_wrap .box_wrap_inner .box .text_wrap .text_wrap_inner .text_1 .highlight {}

	.section_2 .content_wrap .content_2 .box_wrap .box_wrap_inner .box .text_wrap .text_wrap_inner .text_2 {}

	.section_2 .content_wrap .content_2 .box_wrap .box_wrap_inner .box .text_wrap .text_wrap_inner .text_3 {}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.section_2 .heading_wrap .heading {
		gap: 48px;
	}

	.section_2 .content_wrap {
		gap: 204px;
	}

	.section_2 .content_wrap .content_1 .item_wrap .item .item_inner {
		gap: 48px;
	}

	.section_2 .content_wrap .content_1 .item_wrap .item .item_inner .text_wrap {
		gap: 48px;
		width: calc((100% - (48px * 1)) / 2);
		padding-bottom: 20%;
	}

	.section_2 .content_wrap .content_1 .item_wrap .item .item_inner .text_wrap .text_wrap_inner .text {
		line-height: 2;
	}

	.section_2 .content_wrap .content_1 .item_wrap .item .item_inner .img_wrap {
        width: calc((100% - (48px * 1)) / 2);
    }

	.section_2 .content_wrap .content_2 {
		gap: 60px;
	}

	.section_2 .content_wrap .content_2 .title_wrap .title_wrap_inner .text {
		font-size: 1.875rem;
	}

	.section_2 .content_wrap .content_2 .box_wrap .box_wrap_inner {
		gap: 36px;
	}

	.section_2 .content_wrap .content_2 .box_wrap .box_wrap_inner .box .text_wrap .text_wrap_inner .text_1 {
		font-size: 1.25rem;
	}

	.section_2 .content_wrap .content_2 .box_wrap .box_wrap_inner .box .text_wrap .text_wrap_inner .text_2 {
		font-size: 1.5rem;
	}

	.section_2 .content_wrap .content_2 .box_wrap .box_wrap_inner .box .text_wrap .text_wrap_inner .text_3 {
		line-height: 2;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 768px) {
	
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */
