@charset "utf-8";

#challenge {
	background: #f5f1f0;
}
#challenge .medium-inner {
	max-width:var(--small-inner);
}
#challenge section p {
	line-height: 2.5;
	font-size: 1.2em;
	letter-spacing: 1px;
	text-align: center;
}

.mb1 {margin:0 0 30px;}
.mb2 {margin:0 0 50px;}
.mb3 {margin:0 0 80px;}
.br {
	display: block;
}
.br2 {display: none;}

#challenge section {
	font-family: "Noto Serif JP", serif;
	max-width:1200px;
	margin:auto;
	padding: 100px 0;
}
#challenge section#top {
	padding: 0;
}

#challenge h1 {
	display: block;
	font-size: 2.5em;
	letter-spacing: 4px;
	font-weight: 500;
	text-align: center;
}
#challenge h4 {
	font-size: 1.5em;
	letter-spacing: 2px;
	font-weight: 500;
	text-align: center;
	border: 1px solid rgba(0,0,0,0.8);
	max-width: max-content;
	padding: 5px 50px;
	margin: 0 auto 40px;
}
#challenge .heading{
	text-align: center;
	font-size: var(--font-h5);
	font-weight: var(--wght-600);
	letter-spacing: 2px;
	margin: 0 0 15px;
	z-index: -1;
}
#challenge .subheading {
	font-size: 1.5em;
	letter-spacing: 2px;
	font-weight: 500;
	text-align: center;
	line-height: 1.8;
}

#challenge .enheading {
	font-family: "Outfit", sans-serif;
	font-size: 1.1em;
	letter-spacing: 3px;
	border-bottom: 1px solid rgba(0,0,0,0.8);
	margin: 0 auto 20px;
	padding:0 0 5px;
	max-width: max-content;
}

/*++++++++++++++++
mezasu
+++++++++++++++++*/
#mezasu {
	max-width:900px;
	padding: 100px 0 150px;
}

#mezasu ol {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2%;
	/* align-items: stretch; */
}
#mezasu ol li {
	border: 1px solid rgba(0,0,0,0.8);
	padding: 40px;
	/* text-align: center; */
}

#mezasu ol.one {
	grid-template-columns: 1fr;
	margin: 0 0 30px;
}
#mezasu ol.two{
	grid-template-columns: 1fr 1fr;	
}


#mezasu  .circle {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 400px;
    width: 500px;
    margin: auto;
}

#mezasu  .circle:before{
    content:"";
}

#mezasu  .circle .circle-block{
    width: 220px;
    height: 220px;
    border-radius: 100%;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border: 0.5px solid rgba(0,0,0,0.8);
}

#mezasu .circle-flex {
	display: flex;
	align-items: center;
	padding: 10% 0;
}

#mezasu  .circle .circle-block dl {
    text-align: center;
    width: 100%;
    height: 100%;
    margin: 50px 0 0;
    border-radius: 100%;
    justify-content: center;
}

#mezasu  .circle .circle-block dt {
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 1px;
}
#mezasu  .circle .circle-block dd {
    font-size: 2.2em;
    font-weight: 300;
    /* padding: 0 0 15px; */
    left: 0;
    right: 0;
    top: 40px;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "STIX Two Text", serif;
    line-height: 1.4;
    letter-spacing: -1px;
    font-weight: 600;
}

#mezasu  .circle .circle-block:nth-child(1){
    margin: auto;
    left: 0;
    right: 0;
    z-index: 1;
}
#mezasu  .circle .circle-block:nth-child(2){
    right: inherit;
    left: -2%;
    bottom: 0;
    z-index: 2;
}

#mezasu  .circle .circle-block:nth-child(3){
    left: inherit;
    right: -2%;
    bottom: 0;
    z-index: 2;
}
#mezasu .flex {
	display: flex;
	justify-content: space-between;
}

/*
#mezasu  .keywordbox {
	width: 66%;
	margin: -2% auto 0;
}*/

#mezasu  .keywordbox dl{
	margin: 0 0 25px;
	text-align: center;
}

/*#mezasu  .keywordbox dl:nth-child(2) {
	margin:0 0 40px 50px;
}


#mezasu  .keywordbox dl:nth-child(3) {
	margin:0 0 40px 100px;
}*/

#mezasu  .keywordbox dt{
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin: 0 0 8px;
}
#mezasu  .keywordbox dt b {
	font-size: 1.6em;
	font-weight: 500;
	margin: 0 15px 0 0;
	font-family: "STIX Two Text", serif;
}
#mezasu  .keywordbox dd{
}
#mezasu  .keywordbox em{
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1px;
}
#mezasu  .keywordbox p{
	font-size: 1em;
	line-height: 2;
	letter-spacing: 0;
	font-weight: var(--wght-600);
}
/*++++++++++++++++
brand
+++++++++++++++++*/
#brand {
	max-width:900px;
	margin: 0 auto 150px;
	position: relative;
}
#brand .heading {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	position: absolute;
	left: -74px;
	opacity: 0.1;
	font-size: 4em;
}
#brand .brandbox {
	background: #fff;
	padding: 90px 50px;
	box-sizing: border-box;
}
#brand .brandbox img {
	margin: 0 auto 30px;
	text-align: center;
	display: block;
}
@media screen and (max-width:1023px){

#challenge {
	background: #dcd7d6;
}

#challenge section p {
	line-height: 2.5;
	font-size: 1em;
}

.br {display: none;}
.br2 {display: block;}
#challenge section {
	max-width: 90%;
}
#challenge section#top {
}

#challenge h1 {
	display: block;
	font-size: 2.5em;
	letter-spacing: 4px;
	font-weight: 500;
}
#challenge h4 {
	font-size: 1.2em;
	margin: 0 auto 50px;
}
#challenge .heading{
	font-size: 1.3em;
	letter-spacing: 2px;
}
#challenge .subheading {font-size: 1.3em;}

#challenge .enheading {
	font-family: "Outfit", sans-serif;
	font-size: 1.1em;
	letter-spacing: 3px;
	border-bottom: 1px solid rgba(0,0,0,0.8);
	margin: 0 auto 20px;
	padding:0 0 5px;
	max-width: max-content;
}

/*++++++++++++++++
mezasu
+++++++++++++++++*/
#mezasu {
	max-width: 90%;
}

#mezasu ol {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2%;
	/* align-items: stretch; */
}
#mezasu ol li {padding: 40px 30px;}

#mezasu ol.one {
}
#mezasu ol.two{
	grid-template-columns: 1fr 1fr;	
}


#mezasu  .circle {
    height: 340px;
    width: 360px;
}

#mezasu  .circle:before{
    content:"";
}

#mezasu  .circle .circle-block{
    width: 190px;
    height: 190px;
}

#mezasu .circle-flex {
	display: flex;
	align-items: center;
	padding: 10% 0;
}

#mezasu  .circle .circle-block dl {
    text-align: center;
    width: 100%;
    height: 100%;
    margin: 50px 0 0;
    border-radius: 100%;
    justify-content: center;
}

#mezasu  .circle .circle-block dt {
    font-size: 0.9em;
}
#mezasu  .circle .circle-block dd {
    font-size: 1.8em;
}

#mezasu  .circle .circle-block:nth-child(1){
}
#mezasu  .circle .circle-block:nth-child(2){
    right: inherit;
    left: -2%;
    bottom: 0;
    z-index: 2;
}

#mezasu  .circle .circle-block:nth-child(3){
    left: inherit;
    right: -2%;
    bottom: 0;
    z-index: 2;
}
#mezasu .flex {width: 100%;}

#mezasu  .keywordbox {
	width: 50%;
	margin: -2% auto 0;
}

#mezasu  .keywordbox dl{
}

#mezasu  .keywordbox dl:nth-child(2) {
	margin: 0 0 40px 20px;
}


#mezasu  .keywordbox dl:nth-child(3) {
	margin: 0 0 40px 30px;
}

#mezasu  .keywordbox dt{
}
#mezasu  .keywordbox dt b {font-size: 1.4em;}
#mezasu  .keywordbox dd{
	
}
#mezasu  .keywordbox em{
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1px;
}
#mezasu  .keywordbox p{
	font-size: 0.9em;
}
/*++++++++++++++++
brand
+++++++++++++++++*/
#brand {
	max-width: 85%;
	margin: auto;
}
#brand .heading {
	left: -60px;
}
#brand .brandbox {padding: 80px 35px;}
#brand .brandbox img {
	margin: 0 auto 30px;
	text-align: center;
	display: block;
}
}
@media screen and (max-width:767px){

#challenge {
	background: #dcd7d6;
}

#challenge section p {
	line-height: 2;
	font-size: 1em;
	letter-spacing: 1px;
	font-weight: 500;
}

.mb1 {margin:0 0 10px;}
.mb2 {margin:0 0 30px;}
.mb3 {margin: 0 0 50px;}

	

#challenge section {
	max-width: 95%;
	margin:auto;
}

#challenge h1 {
	font-size: 1.8em;
	letter-spacing: 5px;
	margin: 0 0 20px;
	line-height: 1.8;
}
#challenge h4 {
	font-size: 1.3em;
	padding: 5px 50px 3px;
	margin: 0 auto 50px;
}
#challenge .heading{
	font-size: 0.9em;
	font-weight: 300;
	letter-spacing: 2px;
	margin: 0 0 10px;
}
#challenge .subheading {
	font-size: 1.2em;
	letter-spacing: 1px;
}

#challenge .enheading {
	font-size: 0.9em;
	letter-spacing: 2px;
}

/*++++++++++++++++
mezasu
+++++++++++++++++*/
#mezasu {
	max-width: 95%;
	padding: 100px 0 0;
}

#mezasu ol {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2%;
	/* align-items: stretch; */
}
#mezasu ol li {box-sizing: border-box;padding: 30px 20px 40px;}

#mezasu ol.one {margin: 0 0 10px;}
#mezasu ol.two{
	grid-template-columns: 1fr 1fr;	
}


#mezasu  .circle {
    height: 340px;
    width: 88%;
    margin: 0 auto 50px;
}

#mezasu  .circle:before{
    content:"";
}

#mezasu  .circle .circle-block{
    width: 190px;
    height: 190px;
}

#mezasu .circle-flex {
	display: flex;
	align-items: center;
	padding: 10% 0;
}

#mezasu  .circle .circle-block dl {
    text-align: center;
    width: 100%;
    height: 100%;
    margin: 40px 0 0;
    border-radius: 100%;
    justify-content: center;
}

#mezasu  .circle .circle-block dt {
    font-size: 1em;
    font-weight: 500;
    letter-spacing: 1px;
}
#mezasu  .circle .circle-block dd {
    font-size: 1.7em;
    margin: auto;
}

#mezasu  .circle .circle-block:nth-child(2){
    right: inherit;
    left: -2%;
    bottom: 0;
    z-index: 2;
}

#mezasu  .circle .circle-block:nth-child(3){
    left: inherit;
    right: -2%;
    bottom: 0;
    z-index: 2;
}
#mezasu .flex {
	display: block;
}

#mezasu  .keywordbox {
	width: auto;
	margin: auto;
}

#mezasu  .keywordbox dl{
}

#mezasu  .keywordbox dl:nth-child(2) {
	margin: 0 0 25px;
}


#mezasu  .keywordbox dl:nth-child(3) {
	margin: 0;
}

#mezasu  .keywordbox dt{
}
#mezasu  .keywordbox dt b {
	font-size: 1.3em;
}
#mezasu  .keywordbox dd{
	
}
#mezasu  .keywordbox em{
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1px;
}
#mezasu  .keywordbox p{font-size: 0.9em;}
/*++++++++++++++++
brand
+++++++++++++++++*/
#brand {
	max-width: 85%;
}
#brand .heading {
	opacity: 0.1;
	font-size: 3em;
	left: -49px;
}
#brand .brandbox {padding: 70px 30px 50px;}
#brand .brandbox img {
	margin: 0 auto 30px;
	text-align: center;
	display: block;
}
}

@media screen and (max-width:480px){
#mezasu .circle .circle-block {/* width: 180px; *//* height: 180px; */}

#mezasu .circle .circle-block:nth-child(2) {
	left: -8%;
}	
#mezasu .circle .circle-block:nth-child(3) {
	right: -8%;
}		
}


