@charset "utf-8";

/*=====================================
common.css
=====================================*/


/*-------------------------------------
 section
-------------------------------------*/
.sectionHead {
	font-size: clamp(15px, 11.432px + 0.464vw, 17px);
}
.pageHead .pageTitle,
.sectionHead h2 {
	font-family: var(--font-oxanium);
	font-size: clamp(60px, -11.369px + 9.281vw, 100px);
	font-weight: 500;
	line-height: 1.1;
}

.sectionBlock {
	position: relative;
}
.sectionBlock .cube,
.sectionBlock .cubefade {
	position: absolute;
	top: 80px;
	left: calc(50% + 70px);
	z-index: 0;
	width: 40%;
	max-width: 640px;
	aspect-ratio: 1 / 1;
	background: url(../images/logo_mark02.svg) no-repeat 0 0 / 100% auto;
}
.sectionBlock .cubefade.-small {
	left: calc(50% + 20vw);
	width: 20vw;
	max-width: 330px;
}
.sectionBlock .inner {
	position: relative;
	z-index: 1;
	padding-bottom: 55px;
}


/*-------------------------------------
 contact
-------------------------------------*/
.contactBlock {
	color: var(--color-main);
	background: var(--color-gray01);
}
.contactBlock .inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding-top: 140px;
	padding-bottom: 110px;
}
.contactBtn {
	text-align: right;
}
.contactBtn a {
	position: relative;
	display: inline-block;
	width: 114px;
	height: 114px;
	border-radius: 20px;
	border: 1px solid var(--color-main);
}
.contactBtn a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 26px;
	height: 18px;
	background: url(../images/icn_arw_y01.svg) no-repeat 0 0 / 100% auto;
	transform: translate(-50%, -50%);
}


@media screen and (min-width: 1200px) {
.contactBlock .inner {
	padding-right: clamp(30px, -1110.000px + 95vw, 220px);
}


}




/*-------------------------------------
 About Us
-------------------------------------*/
.aboutBlock .inner {
	padding-bottom: clamp(80px, 8.631px + 9.281vw, 120px);
}
.aboutBlock .pageHead {
	margin-bottom: clamp(60px, -47.053px + 13.921vw, 120px);
}
.aboutLead {
	max-width: 1080px;
	margin: 0 auto;
	padding-bottom: 110px;
}
.aboutLead p {
	font-size: clamp(20px, -1.411px + 2.784vw, 32px);
	line-height: 1.88;
}
.aboutList {
	max-width: 960px;
	margin: 0 auto;
	font-family: var(--font-noto);
	font-size: clamp(16px, 12.432px + 0.464vw, 18px);
	line-height: 1.8;
}
.aboutList .listItem {
	display: grid;
	grid-template-columns: 22% 1fr;
	gap: 20px;
	min-height: 120px;
	padding-block: 28px;
	border-bottom: 1px solid var(--color-gray01);
}
.aboutList .listItem:first-child {
	border-top: 1px solid var(--color-gray01);
}
.aboutList .listItem dt {
	font-weight: bold;
	align-self: center;
}
.aboutList .listItem dd {
	align-self: center;
}
.aboutList .listItem dd a {
	text-decoration: underline;
}
.aboutList .listItem dd a:hover {
	text-decoration: none;
}
.aboutList .listItem dd .icon-blank {
	margin-left: 10px;
	vertical-align: text-bottom;
}

.messageBlock {
	background: var(--bg-gray);
}
.messageBlock .inner {
	position: relative;
	z-index: 1;
	padding-top: clamp(80px, 44.316px + 4.64vw, 100px);
	padding-bottom: clamp(80px, -53.817px + 17.401vw, 155px);
}
.messageBlock .cube {
	position: absolute;
	z-index: -1;
	display: block;
	aspect-ratio: 1 / 1;
	background: url(../images/logo_mark01.svg) no-repeat 0 0 / 100% auto;
}
.messageBlock .cube01 {
	top: 285px;
	left: 100px;
	max-width: 255px;
	width: 20%;
}
.messageBlock .cube02 {
	right: 10px;
	bottom: 120px;
	max-width: 458px;
	width: 46%;
}
.messageBlock .sectionHead {
	margin-bottom: 60px;
}
.messageBlock .sectionHead h2 {
	color: var(--color-main);
}
.messageLead {
	max-width: 1080px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.messageLead .text {
	margin-bottom: 45px;
	font-size: clamp(18px, 7.295px + 1.392vw, 24px);
}
.messageLead .name {
	font-size: clamp(14px, 10.432px + 0.464vw, 16px);
	line-height: 1.5;
	text-align: right;
}
.messageLead .name em {
	font-size: clamp(28px, 13.726px + 1.856vw, 36px);
}


/*-------------------------------------
 What’s PReP?
-------------------------------------*/
.whatsBlock .inner {
	padding-bottom: clamp(80px, 8.631px + 9.281vw, 120px);
}
.whatsBlock .pageHead {
	margin-bottom: clamp(60px, -11.369px + 9.281vw, 100px);
}
.whatsLead {
	max-width: 1080px;
	margin: 0 auto;
}
.whatsLead h3 {
	margin-bottom: 50px;
	font-size: clamp(30px, 6.805px + 3.016vw, 43px);
	font-weight: bold;
	line-height: 1.47;
}
.whatsLead .text {
	margin-bottom: 50px;
	font-size: clamp(18px, 7.295px + 1.392vw, 24px);
	line-height: 2.1;
}
.whatsLead .model {
	font-size: clamp(18px, 7.295px + 1.392vw, 24px);
	line-height: 2.1;
}
.whatsLead .model ul {
	margin-left: 38px;
	padding-block: 20px;
}
.whatsLead .model ul li {
	position: relative;
	padding: 8px 0 8px clamp(40px, 18.589px + 2.784vw, 52px);
	font-weight: 500;
}
.whatsLead .model ul li:before {
	content: "";
	position: absolute;
	top: clamp(14px, 8.647px + 0.696vw, 17px);
	left: 0;
	width: clamp(24px, 13.295px + 1.392vw, 30px);
	height: clamp(24px, 13.295px + 1.392vw, 30px);
	border-radius: 4.5px;
	background: url(../images/icn_check01.svg) no-repeat center center / 14px auto var(--color-gray01);
}

.effectBlock {
	background: #fff;
}
.effectBlock .inner {
	max-width: 1140px;
	padding-top: clamp(80px, 19.336px + 7.889vw, 114px);
	padding-bottom: clamp(20px, -15.684px + 4.64vw, 40px);
}
.effectHead h2 {
	margin-bottom: 50px;
	font-size: clamp(26px, 11.726px + 1.856vw, 34px);
	font-weight: bold;
	line-height: 1.6;
}
.effectLead {
	margin-bottom: 80px;
}
.effectLead .text {
	font-size: clamp(18px, 7.295px + 1.392vw, 24px);
}

.effectScene {
	margin-bottom: 80px;
}
.effectScene .head {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.effectScene .head .num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	margin-right: 10px;
	padding-top: 5px;
	font-family: var(--font-oxanium);
	font-size: 28px;
	line-height: 1;
	border-radius: 15px;
	background: var(--color-main);
}
.effectScene .head .scene {
	margin-right: 37px;
	color: #747474;
	font-weight: 500;
}
.effectScene .head h3 {
	font-size: clamp(20px, 9.295px + 1.392vw, 26px);
	font-weight: 500;
	line-height: 1.85;
}
.effectScene .box {
	padding: clamp(25px, -1.763px + 3.48vw, 40px);
	border-radius: 30px;
	border: 1px solid #747474;
}
.effectScene .box h4 {
	margin-bottom: 20px;
	padding: 19px 22px;
	font-size: clamp(18px, 10.863px + 0.928vw, 22px);
	font-weight: bold;
	line-height: 1;
	border-radius: 10px;
	background: var(--bg-gray);
}
.effectScene .box dl {
	display: grid;
	grid-template-columns: 70px 1fr;
	gap: 10px 5px;
	padding-inline: 22px;
	font-size: clamp(16px, 8.863px + 0.928vw, 20px);
	line-height: 1.8;
}
.effectScene .box dl dt {
	font-weight: bold;
}

.workBlock {
	background: var(--bg-gray);
}
.workBlock .inner {
	max-width: 900px;
	padding-top: 60px;
	padding-bottom: 100px;
}
.workBlock .sectionHead {
	display: flex;
	align-items: baseline;
	gap: 30px;
	margin-bottom: 30px;
}
.workBlock .sectionHead h2 {
	color: var(--color-main);
}
.workBlock .sectionHead p {
	font-size: clamp(16px, 8.863px + 0.928vw, 20px);
}
.workList {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.workList .listItem {
	display: flex;
	gap: 60px;
}
.workList .listItem figure {
	width: 32%;
	max-width: 260px;
	flex-shrink: 0;
}
.workList .listItem .group {
	flex-grow: 1;
}
.workList .listItem .group h3 {
	margin-bottom: 3px;
	font-size: clamp(28px, 13.726px + 1.856vw, 36px);
	font-weight: bold;
	line-height: 1.2;
}
.workList .listItem .group .subtitle {
	margin-bottom: 5px;
	line-height: 1.5;
}
.workList .listItem .group .author {
	margin-bottom: 8px;
}
.workList .listItem .group .detail {
	display: grid;
	grid-template-columns: clamp(100px, 64.316px + 4.64vw, 120px) 1fr;
	gap: 6px 20px;
	margin-bottom: 30px;
	font-size: clamp(13px, 7.647px + 0.696vw, 16px);
	line-height: 1.6;
}


/*-------------------------------------
 Case Highlight
-------------------------------------*/
.caseSummary {
	max-width: 1080px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 30px;
}
.caseSummary__title {
	margin-bottom: 20px;
	font-size: clamp(34px, 19.164px + 1.929vw, 40px);
	font-weight: bold;
	line-height: 1.45;
}
.caseSummary__company {
	margin-bottom: 30px;
	font-size: clamp(24px, 14.109px + 1.286vw, 28px);
	font-weight: 500;
}
.caseSummary__text {
	font-size: clamp(18px, 8.109px + 1.286vw, 22px);
}


/*-------------------------------------
 News
-------------------------------------*/
.newsSummary {
	max-width: 1080px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
.newsSummary__title {
	font-size: clamp(34px, 19.164px + 1.929vw, 40px);
	font-weight: bold;
	line-height: 1.45;
}


/*-------------------------------------
 post
-------------------------------------*/
.postContainer {
	background: #fff;
}
.postContainer .inner {
	display: flex;
	max-width: 1480px;
	gap: clamp(50px, -73.633px + 16.077vw, 100px);
	padding-top: 120px;
	padding-bottom: 120px;
}

/* postMenu
-------------------------------------*/
.postMenu {
	width: clamp(280px, 82.186px + 25.723vw, 360px);
	flex-shrink: 0;
}
.postMenu__head {
	margin-bottom: 50px;
	color: var(--color-main);
	font-family: var(--font-oxanium);
	font-size: clamp(36px, 21.164px + 1.929vw, 42px);
	font-weight: 600;
	line-height: 1.1;
}
.postMenu__title {
	margin-bottom: 5px;
	font-family: var(--font-roboto);
	font-size: clamp(24px, 9.164px + 1.929vw, 30px);
	font-weight: bold;
}
/* postMenu__archives */
.postMenu__archives {
	padding-left: 20px;
}
.postMenu__archives dl dt {
	cursor: pointer;
	font-family: var(--font-roboto);
	font-size: clamp(18px, 13.055px + 0.643vw, 20px);
	font-weight: bold;
}
.postMenu__archives dl dt:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 0 2px 10px;
	vertical-align: middle;
	border-radius: 50%;
	background: url(../images/icn_plus01.svg) no-repeat center center / 100% auto #F3F3F3;
}
.postMenu__archives dl dt.is-open:after {
	background-image: url(../images/icn_minus01.svg);
	background-color: var(--color-main);
}
.postMenu__archives dl dd {
	position: relative;
	z-index: -1;
	height: 0;
	padding-left: 20px;
	opacity: 0;
	transition: all .3s ease;
}
.postMenu__archives dl dd.is-open {
	z-index: 1;
	height: auto;
	opacity: 1;
}
.postMenu__archives dl dd ul {
	font-family: var(--font-inter);
	font-size: 16px;
	line-height: 1.5;
}
.postMenu__archives dl dd ul li {
	margin-bottom: 15px;
}
/* postMenu__list */
.postMenu__list {
	padding: 10px 0 10px 20px;
}
.postMenu__list ul li {
	margin-bottom: 5px;
}
/* postMenu__tag */
.postMenu__tag {
	padding-left: 20px;
}
.postMenu__tag ul {
	display: flex;
	flex-wrap: wrap;
	gap: 15px 10px;
}
.postMenu__tag ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	color: #464646;
	font-size: 14px;
	text-decoration: none;
	border-radius: 5px;
	background: #E7E7E7;
}

/* postContents
-------------------------------------*/
.postContents {
	flex-grow: 1;
	font-size: clamp(17px, 9.582px + 0.965vw, 20px);
}

/* 
-------------------------------------*/
.postType {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 8px;
}
.postType li {
	padding: 2px 5px;
	font-family: var(--font-roboto);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	border-radius: 5px;
	border: 1px solid #747474;
	background: #fff;
}
.postCategory {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 8px;
}
.postCategory li {
	padding: 7px 10px;
	color: #fff;
	min-width: 5em;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
	border-radius: 30px;
	background: #181818;
}
.postTag {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 8px;
}
.postTag li {
	padding: 7px 10px;
	color: #464646;
	font-size: 14px;
	line-height: 1.1;
	border-radius: 5px;
	background: #E7E7E7;
}


/* postHead
-------------------------------------*/
.postLead {
	padding-bottom: 50px;
}
.postFlow {
	display: flex;
	gap: 40px;
	padding-bottom: 50px;
}
.postFlow .flowItem {
	position: relative;
	width: calc(50% - 20px);
	padding: 30px;
	border-radius: 30px;
	background: var(--bg-gray);
	flex-shrink: 0;
}
.postFlow .flowItem:last-child {
	background: #FFF7A9;
}
.postFlow .flowItem:last-child:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -40px;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	background: url(../images/icn_arw_b04.svg) no-repeat 0 0 / 100% auto;
}
.postFlow .flowItem dl dt {
	font-size: clamp(20px, 15.055px + 0.643vw, 22px);
	font-weight: 500;
}
.postFlow .flowItem dl dd ul li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 25px;
	font-size: clamp(15px, 7.582px + 0.965vw, 18px);
	line-height: 1.6;
}
.postFlow .flowItem dl dd ul li:before {
	content: "";
	position: absolute;
	top: 12px;
	left: 8px;
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #181818;
}
.postMv {
	padding-bottom: 50px;
}
.postMv figure {
	width: fit-content;
	margin: 0 auto;
}
.postMv figure img {
	border-radius: 30px;
}
.postMv figcaption {
	padding-top: 10px;
	font-size: clamp(12px, 7.055px + 0.643vw, 14px);
}


/* postBody
-------------------------------------*/
.postUnit {
	padding-bottom: 50px;
}
.postBody p {
	padding-bottom: 50px;
}
.postBody ul {
	padding-left: 25px;
	padding-bottom: 50px;
}
.postBody ul li {
	list-style: disc;
}
.postBody ol {
	padding-left: 25px;
	padding-bottom: 50px;
}
.postBody ol li {
	list-style: decimal;
}
.postCatch {
	padding-bottom: 50px;
	font-size: clamp(20px, 10.109px + 1.286vw, 24px);
	font-weight: 500;
	line-height: 1.8;
}

/* summary
-------------------------------------*/
.summaryGroup {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 30px;
}
.summaryDate {
	margin-right: 10px;
	color: #464646;
	font-family: var(--font-inter);
	font-size: 16px;
}


/*-------------------------------------
 Privacy policy
-------------------------------------*/
.privacyBlock {
	background: #fff;
}
.privacyBlock .inner {
	max-width: 1140px;
	padding-top: 20px;
	padding-bottom: clamp(80px, 44.316px + 4.64vw, 100px);
}
.privacyHead {
	margin-bottom: 50px;
}
.privacyHead h2 {
	padding-top: 100px;
	font-size: clamp(28px, 13.726px + 1.856vw, 36px);
	font-weight: bold;
}
.privacySignature {
	margin-bottom: 50px;
	text-align: right;
}
.privacyUnit h3 {
	margin-bottom: 15px;
	padding-top: 50px;
	font-size: clamp(20px, 9.295px + 1.392vw, 26px);
	font-weight: 500;
	line-height: 1.8;
}
.privacyUnit p {
	margin-bottom: 15px;
}
.privacyUnit ol {
	padding-left: 2em;
	list-style: decimal;
}
.privacyUnit ul {
	padding-left: 2em;
	list-style: disc;
}
.privacyUnit ol li,
.privacyUnit ul li {
	margin-bottom: 15px;
	line-height: 1.8;
}
.privacyUnit li ol,
.privacyUnit li ul {
	padding-top: 15px;
}
.privacyUnit li ul {
	list-style: circle;
}
.privacyUnit a {
	color: #d65050;
}



/*-------------------------------------
 parts
-------------------------------------*/
.text-bold {
	font-weight: bold;
}

.titleStyle01 {
	margin-bottom: 90px;
	font-family: var(--font-oxanium);
	font-size: clamp(40px, 30.109px + 1.286vw, 44px);
	font-weight: 600;
	line-height: 1.1;
}
.titleStyle02 {
	padding-block: 50px;
	font-size: clamp(26px, 16.109px + 1.286vw, 30px);
	font-weight: bold;
	line-height: 1.58;
}
.titleStyle03 {
	margin-bottom: 20px;
	padding: 0 0 0 25px;
	font-size: clamp(20px, 10.109px + 1.286vw, 24px);
	font-weight: 500;
	line-height: 1.85;
	border-left: 3px solid var(--color-main);
}
.titleStyle04 {
	margin-bottom: 20px;
	font-size: clamp(20px, 10.109px + 1.286vw, 24px);
	font-weight: 500;
	line-height: 1.85;
}

/* 
-------------------------------------*/
.btnStyle01,
.btnStyle02 {
	position: relative;
	display: flex;
	align-items: center;
	width: 200px;
	height: 60px;
	padding: 12px 45px 12px 12px;
	font-family: var(--font-oxanium) var(--font-mplus1p);
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	border-radius: 10px;
	border: 1px solid var(--color-gray01);
	background: #fff;
}
.btnStyle01:after,
.btnStyle02:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 18px;
	height: 12px;
	margin-top: -6px;
	background: url(../images/icn_arw_b01.svg) no-repeat 0 0 / 100% auto;
}
.btnStyle02 {
	width: 270px;
	font-size: 20px;
}

/* 
-------------------------------------*/
.bgStyle01 {
	position: relative;
	height: clamp(260px, -382.320px + 83.527vw, 620px);
	clip-path: inset(0);
}
.bgStyle01 img {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 
-------------------------------------*/
.boxList01 {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 40px;
}
.boxList01 .listItem {
	display: grid;
  grid-template-rows: subgrid;
  grid-row: span 6;
	border-radius: 6px;
	border: 1px solid #181818;
}
.boxList01 .listItem a {
	display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
	gap: 0;
	text-decoration: none;
}
.boxList01 .listItem figure {
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}
.boxList01 .listItem figure img {
	width: 100%;
	height: 100%;
	aspect-ratio: 73 / 48;
	object-fit: cover;
	border-radius: 5px 5px 0 0;
}
.boxList01 .listItem .group {
	display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
	padding: 18px 20px 25px;
}
.boxList01 .listItem .date {
	margin-bottom: 5px;
	font-family: var(--font-inter);
	font-size: 16px;
}
.boxList01 .listItem .title {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.7;
}
.boxList01 .listItem .company {
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.7;
}
.boxList01 .listItem .postCategory {
	margin-bottom: 15px;
}

.boxList02 .listItem {
	display: grid;
	grid-template-columns: 100px 1fr;
	grid-template-rows: repeat(2, auto);
	gap: 15px 5px;
	padding-block: 20px;
	border-bottom: 1px solid #464646;
}
.boxList02 .listItem:first-child {
	border-top: 1px solid #464646;
}
.boxList02 .listItem .date {
	color: #B9B9B9;
	font-size: clamp(14px, 9.055px + 0.643vw, 16px);
	grid-area: 1 / 1 / 2 / 2;
	align-self: flex-start;
}
.boxList02 .listItem .taxonomy {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	grid-area: 1 / 2 / 2 / 3;
	align-self: center;
}
.boxList02 .listItem .title {
	font-size: clamp(20px, 15.055px + 0.643vw, 22px);
	font-weight: bold;
	line-height: 1.64;
	grid-area: 2 / 1 / 3 / 3;
}
.boxList02 .listItem .title .icon-file,
.boxList02 .listItem .title .icon-blank {
	vertical-align: text-bottom;
}


/* 
-------------------------------------*/
.linkList01 {
	margin-bottom: 50px;
	padding: 40px 30px;
	border-top: 2px solid #181818;
	border-bottom: 2px solid #181818;
}
.linkList01 ul li {
	position: relative;
	margin-bottom: 20px;
	padding-left: 40px;
	font-size: clamp(15px, 7.582px + 0.965vw, 18px);
	line-height: 1.58;
}
.linkList01 ul li:last-child {
	margin-bottom: 0;
}
.linkList01 ul li:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 5px;
	display: block;
	width: 14px;
	height: 10px;
	background: url(../images/icn_arw_b01.svg) no-repeat 0 0 / 100% auto;
}


/* 
-------------------------------------*/
.dlList01 {
	display: grid;
	grid-template-columns: 250px 1fr;
	gap: 28px 5px;
	margin-bottom: 50px;
}
.dlList01 dt {
	font-family: var(--font-inter);
	font-size: 20px;
	font-weight: bold;
	line-height: 1.8;
}
.dlList01 dd {
	font-size: 18px;
	word-break: break-all;
}
.dlList01 dd a {
	text-decoration: underline;
}
.dlList01 dd a:hover {
	text-decoration: none;
}

/* 
-------------------------------------*/
.boxStyle01 {
	margin-bottom: 50px;
	padding: 55px 35px 5px;
	border-radius: 30px;
	border: 5px solid var(--color-main);
}


/* 
-------------------------------------*/
.imgList01 {
	display: flex;
	gap: 40px;
	padding-bottom: 50px;
}
.imgList01 .listItem {
	width: calc(50% - 20px);
}
.imgList01 .listItem figure img {
	border-radius: 30px;
}
.imgList01 .listItem figcaption {
	padding-top: 10px;
	font-size: clamp(12px, 7.055px + 0.643vw, 14px);
}

.imgC {
	padding-bottom: 50px;
}
.imgC figure {
	width: fit-content;
	margin: 0 auto;
}
.imgC figure img {
	border-radius: 30px;
}
.imgC figcaption {
	padding-top: 10px;
	font-size: clamp(12px, 7.055px + 0.643vw, 14px);
}


/* 
-------------------------------------*/
.icon-blank,
.icon-file {
	display: inline-block;
	margin-left: 10px;
	vertical-align: bottom;
}
.icon-blank img,
.icon-file img {
	width: 30px;
}


/* 
-------------------------------------*/
.paginationList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-areas: "left center right";
  align-items: center;
  justify-items: center;
  text-align: center;
	gap: 20px;
	max-width: 500px;
	margin: 0 auto;
}
.paginationList > div {
	min-width: 120px;
}
.paginationList > div > a {
	color: #747474;
	font-family: var(--font-roboto);
	font-weight: 500;
}
.paginationList .pageBack {
  grid-area: center;
}
.paginationList .pageBack a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	border-radius: 10px;
	background: #F3F3F3;
}
.paginationList .pageBack a:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-left: 6px;
	vertical-align: top;
	background: url(../images/icn_back01.svg) no-repeat 0 0 / 100% auto;
}
.paginationList .pagePrev {
  grid-area: left;
	justify-self: start;
	text-align: left;
}
.paginationList .pageNext {
  grid-area: right;
	justify-self: end;
	text-align: right;
}
.paginationList .pagePrev a:before,
.paginationList .pageNext a:after {
	content: "";
	display: inline-block;
	width: 38px;
	height: 38px;
	vertical-align: middle;
	border-radius: 10px;
	background-color: #F3F3F3;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px auto;
}
.paginationList .pagePrev a:before {
	margin-right: 18px;
	background-image: url(../images/icn_arw_b03.svg);
}
.paginationList .pageNext a:after {
	margin-left: 18px;
	background-image: url(../images/icn_arw_b02.svg);
}




/* 
-------------------------------------*/
.sectionHead p,
.effectScene .head .scene,
.effectScene .box dl,
.privacySignature,
.privacyHead p,
.privacyUnit p,
.privacyUnit li,
.postMenu__list ul li,
.postMv figcaption,
.postFlow .flowItem dl dd ul li,
.postLead,
.postBody p,
.postBody li,
.boxList01 .listItem .title,
.boxList01 .listItem .company,
.dlList01 dd,
.linkList01 ul li,
.imgList01 .listItem figcaption,
.imgC figcaption,
.btnStyle01 span,
.btnStyle02 span,
.text-style {
	transform: rotate(0.05deg);
}











































/*-------------------------------------------------------------------
 Media Queries
-------------------------------------------------------------------*/

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

.postContainer .inner {
	flex-direction: column;
	padding-bottom: 0;
}
.postMenu {
	order: 2;
	width: auto;
	margin: 0 -30px;
	padding: 40px 30px;
	background: var(--bg-gray);
}

}

/* SP layout
-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {


/*-------------------------------------
 section
-------------------------------------*/
.sectionHead {
	font-size: 13px;
}
.pageHead .pageTitle,
.sectionHead h2 {
	font-size: 46px;
	line-height: 1.04;
}

.sectionBlock .cube,
.sectionBlock .cubefade {
	top: 80px;
	left: 0;
	right: 0;
	z-index: 0;
	width: 64vw;
	max-width: 360px;
	margin: 0 auto;
}
.sectionBlock .cubefade.-small {
	left: 50%;
	width: 40vw;
	max-width: 200px;
}
.sectionBlock .inner {
	padding-bottom: 30px;
}



/*-------------------------------------
 contact
-------------------------------------*/
.contactBlock .inner {
	grid-template-columns: 1fr 70px;
	padding-top: 55px;
	padding-bottom: 42px;
}
.contactBlock .sectionHead p {
	line-height: 1.6;
}
.contactBtn a {
	width: 65px;
	height: 65px;
	border-radius: 12px;
}
.contactBtn a:before {
	width: 16px;
	height: 12px;
}


/*-------------------------------------
 About Us
-------------------------------------*/
.aboutBlock .inner {
	padding-top: 100px;
	padding-bottom: 60px;
}
.aboutBlock .pageHead {
	margin-bottom: 45px;
}
.aboutLead {
	padding-bottom: 50px;
}
.aboutLead p {
	font-size: 13px;
	line-height: 1.85;
}
.aboutList {
	font-size: 14px;
}
.aboutList .listItem {
	display: block;
	min-height: inherit;
	padding-block: 18px;
}
.aboutList .listItem dt {
	margin-bottom: 10px;
	font-size: 16px;
}

.messageBlock .inner {
	padding-top: 50px;
	padding-bottom: 50px;
}
.messageBlock .cube01 {
	top: 180px;
	left: 10px;
	max-width: 108px;
	width: 40%;
}
.messageBlock .cube02 {
	top: auto;
	right: 10px;
	bottom: 97px;
	max-width: 150px;
	width: 46%;
}
.messageBlock .sectionHead {
	margin-bottom: 25px;
}
.messageLead {
	padding-bottom: 0;
}
.messageLead .text {
	margin-bottom: 45px;
	font-size: 15px;
}
.messageLead .name {
	font-size: 12px;
}
.messageLead .name em {
	font-size: 28px;
}


/*-------------------------------------
 What’s PReP?
-------------------------------------*/
.whatsBlock .inner {
	padding-top: 100px;
	padding-bottom: 60px;
}
.whatsBlock .pageHead {
	margin-bottom: 45px;
}
.whatsLead {
	padding-bottom: 20px;
}
.whatsLead h3 {
	font-size: 20px;
}
.whatsLead .text {
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 1.85;
}
.whatsLead .model {
	font-size: 14px;
	line-height: 1.85;
}
.whatsLead .model ul {
	margin-left: 18px;
	padding-block: 10px;
}
.whatsLead .model ul li {
	padding: 4px 0 4px 30px;
}
.whatsLead .model ul li:before {
	top: 5px;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	background-size: 10px auto;
}

.effectBlock .inner {
	max-width: 1140px;
	padding-top: 60px;
	padding-bottom: 10px;
}
.effectHead h2 {
	margin-bottom: 30px;
	font-size: 24px;
}
.effectLead {
	margin-bottom: 40px;
}
.effectLead .text {
	font-size: 14px;
}
.effectScene {
	margin-bottom: 50px;
}
.effectScene .head {
	flex-wrap: wrap;
}
.effectScene .head .num {
	width: 46px;
	height: 46px;
	padding-top: 5px;
	font-size: 22px;
	border-radius: 10px;
}
.effectScene .head h3 {
	width: 100%;
	margin-top: 5px;
	font-size: 18px;
	line-height: 1.5;
}
.effectScene .box {
	padding: 20px;
	border-radius: 20px;
}
.effectScene .box h4 {
	padding: 12px 16px;
	font-size: 16px;
}
.effectScene .box dl {
	grid-template-columns: 50px 1fr;
	padding-inline: 16px;
	font-size: 14px;
	line-height: 1.6;
}

.workBlock .inner {
	padding-bottom: 60px;
}
.workBlock .sectionHead {
	gap: 20px;
}
.workList .listItem {
	flex-direction: column;
	gap: 30px;
}
.workList .listItem figure {
	width: auto;
	max-width: 60%;
	margin: 0 auto;
}
.workList .listItem .group .detail {
	font-size: 13px;
}


/*-------------------------------------
 Case Highlight
-------------------------------------*/
.caseSummary {
	padding-top: 45px;
	padding-bottom: 10px;
}
.caseSummary__title {
	margin-bottom: 15px;
	font-size: 20px;
}
.caseSummary__company {
	margin-bottom: 20px;
	font-size: 14px;
}
.caseSummary__text {
	font-size: 14px;
}


/*-------------------------------------
 News
-------------------------------------*/
.newsSummary {
	display: block;
	padding-top: 15px;
	padding-bottom: 0;
}
.newsSummary__title {
	font-size: 20px;
}


/*-------------------------------------
 post
-------------------------------------*/
.postContainer .inner {
	flex-direction: column;
	gap: 100px;
	padding-top: 50px;
	padding-bottom: 0;
}

/* postMenu
-------------------------------------*/
.postMenu {
	order: 2;
	width: auto;
	margin: 0 -30px;
	padding: 40px 30px;
	background: var(--bg-gray);
}
.postMenu__head {
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 1.1;
}
.postMenu__title {
	margin-bottom: 5px;
	font-size: 22px;
}
/* postMenu__archives */
.postMenu__archives dl dt {
	margin-bottom: 5px;
	font-size: 15px;
}
.postMenu__archives dl dt:after {
	width: 15px;
	height: 15px;
	margin: 0 0 2px 10px;
}
.postMenu__archives dl dd {
	padding-left: 15px;
	padding-bottom: 5px;
}
.postMenu__archives dl dd ul {
	font-size: 12px;
}
.postMenu__archives dl dd ul li {
	margin-bottom: 10px;
}
/* postMenu__list */
.postMenu__list {
	padding: 0 0 10px 20px;
	font-size: 13px;
}
/* postMenu__tag */
.postMenu__tag ul {
	gap: 15px 7px;
}
.postMenu__tag ul li a {
	padding: 3px 6px;
	font-size: 10px;
	line-height: 1.5;
	border-radius: 3px;
}

/* postContents
-------------------------------------*/
.postContents {
	font-size: 14px;
}

/* 
-------------------------------------*/
.postType {
	gap: 6px;
}
.postType li {
	padding: 2px 5px;
	font-size: 11px;
	line-height: 1.4;
	border-radius: 3px;
}
.postCategory {
	gap: 6px;
}
.postCategory li {
	padding: 3px 6px;
	font-size: 8px;
	line-height: 1.5;
}
.postTag {
	gap: 6px;
}
.postTag li {
	padding: 3px 6px;
	font-size: 8px;
	line-height: 1.5;
	border-radius: 3px;
}


/* postHead
-------------------------------------*/
.postLead {
	padding-bottom: 30px;
}
.postFlow {
	flex-direction: column;
	gap: 28px;
	padding-bottom: 30px;
}
.postFlow .flowItem {
	width: 100%;
	padding: 25px 20px;
	border-radius: 15px;
}
.postFlow .flowItem:last-child:before {
	top: -28px;
	left: 50%;
	width: 28px;
	height: 28px;
	margin-top: 0;
	margin-left: -14px;
	transform: rotate(90deg);
}
.postFlow .flowItem dl dt {
	font-size: 16px;
}
.postFlow .flowItem dl dd ul li {
	margin-top: 10px;
	padding-left: 20px;
	font-size: 13px;
	line-height: 1.4;
}
.postFlow .flowItem dl dd ul li:before {
	top: 8px;
	left: 8px;
	width: 3px;
	height: 3px;
}

/* postBody
-------------------------------------*/
.postUnit {
	padding-bottom: 30px;
}
.postBody p {
	padding-bottom: 30px;
}
.postBody ul {
	padding-left: 20px;
	padding-bottom: 30px;
}
.postBody ol {
	padding-left: 20px;
	padding-bottom: 30px;
}
.postCatch {
	padding-bottom: 30px;
	font-size: 15px;
}

/* summary
-------------------------------------*/
.summaryGroup {
	gap: 8px 6px;
	margin-bottom: 15px;
}
.summaryDate {
	font-size: 11px;
}


/*-------------------------------------
 Privacy policy
-------------------------------------*/
.privacyBlock .inner {
	padding-bottom: 60px;
}
.privacyHead {
	margin-bottom: 30px;
}
.privacyHead h2 {
	padding-top: 60px;
	font-size: 22px;
	line-height: 1.6;
}
.privacySignature {
	margin-bottom: 10px;
	font-size: 14px;
}
.privacyUnit {
	font-size: 13px;
}
.privacyUnit h3 {
	padding-top: 30px;
	font-size: 18px;
	line-height: 1.6;
}


/*-------------------------------------
 parts
-------------------------------------*/

.titleStyle01 {
	margin-bottom: 60px;
	font-size: 28px;
}
.titleStyle02 {
	padding-block: 30px;
	font-size: 18px;
	line-height: 1.5;
}
.titleStyle03 {
	margin-bottom: 20px;
	padding: 0 0 0 15px;
	font-size: 16px;
	line-height: 1.8;
	border-left-width: 2px;
}

/* 
-------------------------------------*/
.btnStyle01,
.btnStyle02 {
	width: 157px;
	height: 48px;
	padding: 10px 13px;
	font-size: 15px;
	border-radius: 8px;
}
.btnStyle01:after,
.btnStyle02:after {
	right: 14px;
	width: 14px;
	height: 9px;
}

/* 
-------------------------------------*/
.bgStyle01 {
	height: 260px;
}

/* 
-------------------------------------*/
.boxList01 {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 40px;
	padding-bottom: 0;
}
.boxList01 .listItem {
	display: block;
	width: auto;
}
.boxList01 .listItem .group {
	padding: 15px 15px 20px;
}
.boxList01 .listItem .date {
	font-size: 12px;
}
.boxList01 .listItem .title {
	font-size: 14px;
}
.boxList01 .listItem .company {
	font-size: 13px;
}
.boxList01 .listItem .postCategory {
	margin-bottom: 10px;
}

.boxList02 .listItem {
	grid-template-columns: 70px 1fr;
	gap: 10px 5px;
	padding-block: 15px;
}
.boxList02 .listItem .date {
	font-size: 11px;
}
.boxList02 .listItem .title {
	font-size: 16px;
}
.boxList02 .listItem .taxonomy {
	gap: 10px;
}


/* 
-------------------------------------*/
.linkList01 {
	margin-bottom: 30px;
	padding: 20px 0;
}
.linkList01 ul li {
	margin-bottom: 15px;
	padding-left: 30px;
	font-size: 15px;
	line-height: 1.5;
}
.linkList01 ul li:before {
	top: 8px;
	left: 3px;
	width: 10px;
	height: 8px;
}


/* 
-------------------------------------*/
.dlList01 {
	display: block;
	margin-bottom: 30px;
}
.dlList01 dt {
	font-size: 14px;
}
.dlList01 dd {
	padding-bottom: 5px;
	font-size: 13px;
}
.dlList01 dd + dt {
	padding-top: 5px;
	border-top: 1px solid #E7E7E7;
}
.dlList01 dd:last-of-type {
	padding-bottom: 0;
}



/* 
-------------------------------------*/
.boxStyle01 {
	margin-bottom: 30px;
	padding: 30px 20px 5px;
	border-radius: 20px;
	border-width: 2px;
}


/* 
-------------------------------------*/
.imgList01 {
	flex-direction: column;
	gap: 24px;
	padding-bottom: 30px;
}
.imgList01 .listItem {
	width: auto;
	text-align: center;
}
.imgList01 .listItem figure img {
	border-radius: 20px;
}
.imgList01 .listItem figcaption {
	padding-top: 5px;
	font-size: 11px;
	text-align: left;
}
.imgC figure {
	text-align: center;
}
.imgC figure img {
	border-radius: 20px;
}
.imgC figcaption {
	padding-top: 5px;
	font-size: 11px;
	text-align: left;
}


/* 
-------------------------------------*/
.icon-blank,
.icon-file {
	margin-left: 5px;
	vertical-align: text-bottom;
}
.icon-file img,
.icon-blank img {
	width: 22px;
}


/* 
-------------------------------------*/
.paginationList {
	gap: 10px;
	padding-top: 20px;
}
.paginationList > div {
	min-width: calc(33.333% - 7px);
}
.paginationList > div > a {
	font-size: 13px;
}
.paginationList .pageBack a {
	height: 26px;
	padding: 0 10px 0 15px;
	border-radius: 7px;
}
.paginationList .pageBack a:after {
	width: 14px;
	height: 14px;
	margin-left: 4px;
}
.paginationList .pagePrev a:before,
.paginationList .pageNext a:after {
	width: 26px;
	height: 26px;
	border-radius: 7px;
	background-size: 14px auto;
}
.paginationList .pagePrev a:before {
	margin-right: 12px;
}
.paginationList .pageNext a:after {
	margin-left: 12px;
}






}



/* PC layout
-------------------------------------------------------------------*/

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

.contactBtn a,
.contactBtn a:before,
.btnStyle01,
.btnStyle01:after,
.btnStyle02,
.btnStyle02:after,
.boxList01 .listItem a figure img,
.postMenu__tag ul li a {
	text-decoration: none;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	backface-visibility: hidden;
}
.postMenu__tag ul li a:hover {
	opacity: 0.7;
}
.btnStyle01:hover,
.btnStyle02:hover {
	color: var(--color-main);
	text-decoration: none;
	background-color: var(--color-gray01);
}
.btnStyle01:hover:after,
.btnStyle02:hover:after {
	right: 16px;
	filter: brightness(0) saturate(100%) invert(100%) sepia(96%) saturate(5553%) hue-rotate(331deg) brightness(105%) contrast(103%);
}
.contactBtn a:hover {
	transform: scale(1.3);
	background-color: var(--color-main);
}
.contactBtn a:hover:before {
	left: 60%;
	filter: brightness(0) saturate(100%) invert(0%) sepia(11%) saturate(6610%) hue-rotate(26deg) brightness(117%) contrast(81%);
}
.boxList01 .listItem a:hover figure img {
	transform: scale(1.1);
}



}








.alignC {
	text-align: center;
}





