@charset "UTF-8";
/* CSS Document */
.breadArea .inner li:last-child {
	color: #ec6d45;
}
.ttlArea .inner h1:before {
	content: url("../img/about/tree_about.svg");
	width: 26px;
}
.ttlArea .inner h1:after {
	content: "about us";
}
.ttlArea .ttl_imgArea .inner .img {
	background-image: url("../img/about/ttl_img.webp");
}
/*aboutArea*/
.aboutArea {
	padding-bottom: 258px;
}
/*desc01*/
.desc01 .inner {
	padding: 40px 20px 150px;
}
.desc01 .inner .txtArea {
	text-align: center;
}
.desc01 .inner .txtArea h2 {
	padding-bottom: 30px;
}
.desc01 .inner .txtArea p {
	font-size: 16px;
	font-family: '游ゴシック', sans-serif;
	font-weight: 700;
	line-height: 30px;
}
/*desc02*/
.desc02 {
	position: relative;
}
.desc02::after {
	content: "";
    position: absolute;
    top: -55px;
    width: 100%;
    height: 100%;
    background-image: url("../img/about/aboutus_bg.webp");
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}
.desc02 .inner {
	max-width: 840px;
	margin: 0 auto;
	padding: 0 20px 160px;
}
.desc02 .inner .h2Area {
	position: relative;
	width: 100%;
	padding-bottom: 40px;
}
.desc02 .inner .h2Area:before {
    position: absolute;
    content: url(../img/sub/tree02_company.svg);
    width: 37px;
    top: -56px;
    left: 50%;
    transform: translateX(-50%);
}
.desc02 .inner .h2Area h2 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 800;
    font-size: 25px;
    color: #3c9ab0;
    text-align: center;
	letter-spacing: 0.2em;
}
.desc02 .inner .boxArea {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
/*boxArea内共通*/
.desc02 .inner .boxArea .box {
	width: 46%;
}
.desc02 .inner .boxArea .box:nth-of-type(-n+2) {
	margin-bottom: 50px;
}
.desc02 .inner .boxArea .box h3 {
	position: relative;
	text-align: center;
	font-size: 25px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
	padding: 15px 0 35px;
}
.desc02 .inner .boxArea .box h3::after  {
	font-size: 15px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 800;
	color: #3c9ab0;
	bottom: 15px;
    left: 0;
    right: 0;
}
.desc02 .inner .boxArea .box p {
	padding-bottom: 15px;
	text-align: center;
	font-size: 16px;
	font-family: '游ゴシック', sans-serif;
	font-weight: 700;
}
/*boxArea内固有*/
.desc02 .inner .boxArea .box01 p {
	text-align: left;
}
.desc02 .inner .boxArea .box01 .box01_img {
	width: 100%;
    background-image: url("../img/about/aboutus_box1-img.png?v=230601");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    aspect-ratio: 365/340;
}
.desc02 .inner .boxArea .box02 .box02_img {
	width: 100%;
    background-image: url("../img/about/aboutus_box2-img.png?v=230601");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    aspect-ratio: 365/340;
}
.desc02 .inner .boxArea .box03 .box03_img {
	width: 100%;
    background-image: url("../img/about/aboutus_box3-img.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    aspect-ratio: 365/340;
}
.desc02 .inner .boxArea .box04 .box04_img {
	width: 100%;
    background-image: url("../img/about/aboutus_box4-img.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    aspect-ratio: 365/340;
}


.desc02 .inner .boxArea .box01 h3::after {
	content: 'general merchandise';
	position: absolute;
}
.desc02 .inner .boxArea .box02 h3::after {
	content: 'cafe';
	position: absolute;
	
}
.desc02 .inner .boxArea .box03 h3::after {
	content: 'rentalspace';
	position: absolute;
}
.desc02 .inner .boxArea .box04 h3::after {
	content: 'puchase';
	position: absolute;
}

/* btn */
.btn {
	text-align: center;
}
.btn02 {
	position: relative;
	display: inline-block;
	color: #ec6d45;
	text-align: left;
	line-height: 30px;
	padding: 0 50px 0 30px;
	transition: ease .2s;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 900;
	font-size: 15px;
}
.btn02:hover {
	color: #403632;
}
.btnarrow:after {
	content: url("../img/common/arrow01.svg");
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	right: 10px;
	transition: all .3s;
}
.btnarrow02:after {
	content: url("../img/common/arrow02.svg");
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0;
	right: 10px;
	transition: all .3s;
}
.btnarrow:hover:after,
.btnarrow02:hover:after {
	right: 0;
}

/*desc03*/
.desc03 {
	max-width: 1040px;
	margin: 0 auto;
}
.desc03 .inner {
	padding: 0 20px;
}
.desc03 .inner .desc03_box {
	display: flex;
	gap: 1%;
}
.desc03 .inner .desc03_box .desc03_left {
	width: 47%;
	margin: auto;
}
.desc03 .inner .desc03_box .desc03_left .desc03_h2 {
	position: relative;}
.desc03 .inner .desc03_box .desc03_left .desc03_h2::before {
	position: absolute;
	content: url(../img/purchase/tree_puchase.svg);
    width: 26px;
	top: -55px;
}
.desc03 .inner .desc03_box .desc03_left .desc03_h2 h2 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    font-size: 26px;
    color: #3c9ab0;
}
.desc03 .inner .desc03_box .desc03_left .desc03_txt01 {
	padding: 25px 0 20px;
}
.desc03 .inner .desc03_box .desc03_left .desc03_txt01 p {
	font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #403632;
	line-height: 36px;
}
.desc03 .inner .desc03_box .desc03_left .desc03_txt02 {
}
.desc03 .inner .desc03_box .desc03_left .desc03_txt02 p {
	font-size: 16px;
	font-family: '游ゴシック', sans-serif;
	font-weight: 700;
}
.desc03 .inner .desc03_box .desc03_rigft {
	width: 53%;
}
.desc03 .inner .desc03_box .desc03_rigft .desc03_img {
	width: 100%;
    background-image: url("../img/about/aboutus_desc03.webp?v=230601");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    aspect-ratio: 550/520;
    border-top-left-radius: 65px;
}
@media screen and (max-width: 1000px) {
/*aboutArea*/
.aboutArea {
	padding-bottom: 220px;
}
/*desc01*/
.desc01 .inner {
    padding: 30px 20px 150px;
}
}	
@media screen and (max-width: 767px) {
/*aboutArea*/
.aboutArea {
	padding-bottom: 180px;
}
/*desc01*/
.desc01 .inner {
    padding: 25px 20px 120px;
}
/*desc02*/
.desc02::after {
    top: -60px;
}
.desc02 .inner {
    padding: 0 20px 130px;
}
.desc02 .inner .h2Area {
    padding-bottom: 30px;
}
.desc02 .inner .boxArea .box {
    width: 48%;
}
.desc02 .inner .boxArea .box:nth-of-type(-n+2) {
    margin-bottom: 40px;
}
.desc02 .inner .boxArea .box h3 {
    font-size: 22px;
    padding: 10px 0 25px;
}
.desc02 .inner .boxArea .box h3::after {
    font-size: 15px;
    font-weight: 700;
    bottom: 7px;
}
.desc02 .inner .boxArea .box03 p,
.desc02 .inner .boxArea .box04 p {
    text-align: left;
}
.desc02 .inner .boxArea .box p {
    padding-bottom: 10px;
}
.desc02 .inner .boxArea .box02 p,
.desc02 .inner .boxArea .box04 p {
    padding-bottom: 32px;
}
/*desc03*/
.desc03 .inner .desc03_box .desc03_left .desc03_h2 h2 {
    font-size: 25px;
}
.desc03 .inner .desc03_box .desc03_left .desc03_h2::before {
    width: 19px;
    top: -35px;
}
.desc03 .inner .desc03_box .desc03_left .desc03_txt01 {
    padding: 15px 0 12px;
}
.desc03 .inner .desc03_box .desc03_left .desc03_txt01 p {
    font-size: 21px;
    line-height: 30px;
}
}
@media screen and (max-width: 600px) {
.ttlArea .inner h1:before {
	width: 18px;
}
/*aboutArea*/
.aboutArea {
	padding-bottom: 130px;
}
/*desc01*/
.desc01 .inner {
    padding: 20px 20px 90px;
}
.desc01 .inner .txtArea p {
    line-height: 28px;
}
/*desc02*/
.desc02::after {
    top: -29px;
    height: 99%;
	background-size: cover;
}
.desc02 .inner {
    padding: 0px 20px 90px;
}
.desc02 .inner .h2Area {
    padding-bottom: 25px;
}
.desc02 .inner .boxArea .box01 .box01_img,
.desc02 .inner .boxArea .box02 .box02_img,
.desc02 .inner .boxArea .box03 .box03_img,
.desc02 .inner .boxArea .box04 .box04_img {
	width: 85%;
	margin: auto;
}
.desc02 .inner .h2Area:before {
	width: 26px;
	top: -36px;
}
.desc02 .inner .h2Area h2 {
	font-size: 22px;
	font-weight: 700;
}
.desc02 .inner .boxArea {
    justify-content: center;
}
.desc02 .inner .boxArea .box {
    width: 100%;
}
.desc02 .inner .boxArea .box:nth-of-type(-n+3) {
    margin-bottom: 35px;
}
.desc02 .inner .boxArea .box h3 {
    font-size: 21px;
}
.desc02 .inner .boxArea .box p {
    padding-bottom: 10px;
	width: 70%;
	margin: auto;
}
/*desc03*/
.desc03 .inner .desc03_box {
    display: block;
}
.desc03 .inner .desc03_box .desc03_left {
    width: 100%;
	padding-bottom: 20px;
}
.desc03 .inner .desc03_box .desc03_rigft {
    width: 100%;
}
.desc03 .inner .desc03_box .desc03_left .desc03_h2 h2 {
    font-size: 22px;
}
.desc03 .inner .desc03_box .desc03_left .desc03_h2::before {
    width: 17px;
    top: -35px;
}
.desc03 .inner .desc03_box .desc03_left .desc03_txt01 {
	padding: 13px 0 8px;
}
.desc03 .inner .desc03_box .desc03_left .desc03_txt01 p {
    font-size: 21px;
}
}	
@media screen and (max-width: 550px) {
/*desc01*/
.desc01 .inner {
    padding: 20px 20px 70px;
}
.desc01 .inner .txtArea p {
    text-align: left;
}
}
@media screen and (max-width: 500px) {
/*aboutArea*/
.aboutArea {
	padding-bottom: 100px;
}
/*desc01*/
.desc01 .inner {
    padding: 20px 20px 65px;
}
/*desc02*/
.desc02 .inner .h2Area {
    padding-bottom: 20px;
}
.desc02 .inner .boxArea .box:nth-of-type(-n+3) {
    margin-bottom: 30px;
}
.desc02 .inner .boxArea .box p {
    width: 75%;
}
}
@media screen and (max-width: 400px) {
/*desc01*/
.desc01 .inner .txtArea p {
	font-size: 13px;
    line-height: 23px;
}
/*desc02*/
.desc02 .inner {
    padding: 0px 20px 80px;
}
.desc02 .inner .h2Area {
    padding-bottom: 12px;
}
.desc02 .inner .h2Area h2 {
	font-size: 20px;
}
.desc02 .inner .boxArea .box h3 {
    font-size: 19px;
	padding: 5px 0 25px;
}
.desc02 .inner .boxArea .box p {
    padding-bottom: 5px;
}
/*desc03*/
.desc03 .inner .desc03_box .desc03_left .desc03_h2 h2 {
    font-size: 20px;
}
.desc03 .inner .desc03_box .desc03_left .desc03_txt01 {
    padding: 10px 0 7px;
}
.desc03 .inner .desc03_box .desc03_left .desc03_txt01 p {
    font-size: 19px;
}
}	
