@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	background-position: center center;
	box-sizing: border-box;
	outline: none;
}

html {
	-webkit-text-size-adjust: 100%;
	height: 100%;
	font-size: 62.5%;
}

@media screen and (max-width:1200px) {
	html {
		font-size: 50.625%;
	}

}

@media screen and (max-width:1380px) {
	html {
		font-size: 56.25%;
	}

}

@media screen and (min-width:1700px) {
	html {
		font-size: 68.75%;
	}

}

body {
	overscroll-behavior-y: none;
	overscroll-behavior-x: none;
	position: relative;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	color: #222;
	font-size: 2.0rem;
	line-height: 1.5;
	margin: auto;
	text-align: left;
	letter-spacing: 0.05em;
	height: 100%;
	background: #faf2eb;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

li {
	list-style: none;
}

p {
	text-align: justify;
	line-height: 1.75;
	letter-spacing: 0.05em;
	font-weight: 500;
}

p,
.post_body ul,
.post_body ol,
.profile .text table,
table td {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;	
}

.red {
	color: #d57563;
}

.blue {
	color: #3280cf;
}

.dot_h_red {
	background: url(images/dot_h_red.svg) repeat-x center bottom;
	background-size: auto 3px;
}

.dot_h_blue {
	background: url(images/dot_h_blue.svg) repeat-x center bottom;
	background-size: auto 3px;
}

.dot_h_text {
	padding-bottom: 0.1em;
}

.dot_v_red {
	background: url(images/dot_v_red.svg) repeat-y right center;
	background-size: 3px auto;
}

.dot_v_text {
	padding-right: 0.1em;
}

.dot_v_blue {
	background: url(images/dot_v_blue.svg) repeat-y right center;
	background-size: 3px auto;
}

.dot_v_reverse.dot_v_text {
	background-position: left center;
	padding-right: 0;
	padding-left: 0.1em;
}

img {
	width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

*::selection {
	background: #3280cf;
	color: #fff;
}

h1, h2, h3, h4 {
	line-height: 1.5;
	font-size: 100%;
	letter-spacing: 0.08em;
}

table {
	border-collapse: collapse;
}

.sp_only {
	display: none;
}

.pc_only {
	display: block;
}

/*Link*/
a {
	text-decoration: none;
	color: #222;
	transition: 0.2s ease-in-out;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a.child:hover {
	color: inherit;
}

a img {
	transition: 0.6s ease-in-out;
}

p a {
	text-decoration: underline;
}

:root {
  --glid: 4.34vw;
}

.flex {
	display: flex;
}

.wp-block-buttons-is-layout-flex {
	gap: 0.5em;
}

.wp-block-columns-is-layout-flex {
	gap: 2.0em;
}

/*--------------------------------------
	
	Wide / layout
	
--------------------------------------*/
.wide_1 {
	width: 4.347vw;
}

.wide_2 {
	width: calc(4.347vw * 2);
}

.wide_3 {
	width: calc(4.347vw * 3);
}

.wide_4 {
	width: calc(4.347vw * 4);
}

.wide_5 {
	width: calc(4.347vw * 5);
}

.wide_6 {
	width: calc(4.347vw * 6);
}

.wide_7 {
	width: calc(4.347vw * 7);
}

.wide_8 {
	width: calc(4.347vw * 8);
}

.wide_9 {
	width: calc(4.347vw * 9);
}

.wide_10 {
	width: calc(4.347vw * 10);
}

.wide_11 {
	width: calc(4.347vw * 11);
}

.wide_12 {
	width: calc(4.347vw * 12);
}

.wide_13 {
	width: calc(4.347vw * 13);
}

.wide_14 {
	width: calc(4.347vw * 14);
}

.width_thin,
.wide_15 {
	width: calc(4.347vw * 15);
}

.wide_16 {
	width: calc(4.347vw * 16);
}

.wide_17 {
	width: calc(4.347vw * 17);
}

.wide_18 {
	width: calc(4.347vw * 18);
}

.width_wide,
.wide_19 {
	width: calc(4.347vw * 19);
}

.width_wide {
	margin-left: auto;
	margin-right: auto;
}

.wide_20 {
	width: calc(4.347vw * 20);
}

.wide_21 {
	width: calc(4.347vw * 21);
}

.wide_22 {
	width: calc(4.347vw * 22);
}

.wide_23 {
	width: calc(4.347vw * 23);
}

.btn {
	display: inline-block;
	text-align: center;
	background: #222;
	color: #fff;
	padding: 1em;
	min-width: calc(4.347vw * 3);
	border-radius: 100vmax;
}

.btn:hover {
	background: #fff;
	color: #222;
}

/*--------------------------------------
	
	base layout
	
--------------------------------------*/
.wide_center {
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------
	
	footer
	
--------------------------------------*/
footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: calc(4.347vw * 1);
	margin-top: calc(4.347vw * 3);
}

footer .text {
	display: flex;
	gap: calc(4.347vw * 1);
	width: calc(4.347vw * 13);
}

footer .text div {
	width: calc(4.347vw * 6);
}

footer .text .title {
	font-size: 2.0rem;
	margin-bottom: 5px;
}

footer .text p {
	font-size: 1.6rem;
	margin-bottom: 20px;
}

footer .text .btn {
	font-size: 1.3rem;
}

footer .copyright {
	font-size: 1.2rem;
	position: relative;
}

footer .copyright:after{
	content: '';
	display: block;
	width: calc(100% + 50px);
	height: 30px;
	border-top: 2px solid #222;
	border-left: 2px solid #222;
	border-radius: 25px 0 0 0;
	position: absolute;
	left: -50px;
	top: -35px;
}

footer .copyright:after {
	
}

/*--------------------------------------
	
	header
	
--------------------------------------*/
header {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 25px 30px;
}

header .logo .main {
	font-size: 2.4rem;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin-right: 10px;
}

header .logo .sub {
	font-size: 1.2rem;
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	padding: 0.4em 0.8em;
	background: #fff;
	border-radius: 100vmax;
	margin: 3px 0 0 0;
}

header .navi ul {
	display: flex;
	align-items: center;
	gap: 20px;
}

header .navi li {
	font-size: 1.6rem;
	padding: 10px 0 15px 0;
	line-height: 1;
}

header .navi li.nav_contact a {
	display: block;
	font-size: 1.0rem;
	padding: 30px 0 0 0;
	background: center top url(images/icon_mail.svg) no-repeat;
	background-size: 26px auto;
	margin-left: 10px;
}

header .navi li.navs {
	margin-top: -6px;
}

header .navi li.navs a {
	display: block;
	padding: 6px 0 0 0;
}

header .navi li.navs a:hover {
	color: #3280cf;
	padding: 0 0 6px 0;
}

.home .nav_home,
.project2024 .nav_project2024,
.members .nav_member,
.research .nav_labo,
.education .nav_education {
	background: url(images/dot_h_red.svg) repeat-x center bottom;
	background-size: auto 3px;
}

.home .nav_home a,
.project2024 .nav_project2024 a,
.members .nav_member a,
.research .nav_labo a,
.education .nav_education a {
	color: #d57563;
}

/*--------------------------------------
	
	key
	
--------------------------------------*/
.key {
	width: calc(4.347vw * 17);
	position: relative;
	padding: calc(4.347vw * 1.25) 0 0 0;
	margin: calc(4.347vw * 1.0) auto calc(4.347vw * 3.5) auto;
}

.key .title {
	position: absolute;
	left: -1.5vw;
	top: 0;
	font-size: 6.0rem;
	font-size: 3.96vw;
	letter-spacing: 0.15em;
	line-height: 1.75;
}

.key .il {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	align-self: flex-end;
	flex-direction: row-reverse;
	padding-bottom: calc(4.347vw * 0.9);
}

.key .il .off,
.key .il .on {
	aspect-ratio: 10/9.5;
	border: 3px solid #333;
	position: relative;
}

.key .il .off {
	width: calc(4.347vw * 9);
	margin: 0 0 calc(4.347vw * 1.5) 0;
}

.key .il .on {
	width: calc(4.347vw * 7);
}

.key .il .kv {
	opacity: 0;
	z-index: 0;
	transition: 0.8s ease-in-out;
}

.key .il .kv.pre {
	z-index: 5;
}

.key .il .kv.show {
	opacity: 1;
}

.key .il .off span.i,
.key .il .on span.i {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
}

.key .il .off span.i:first-child {
	background-image: url(images/il_off01.png)
}

.key .il .off span.i:nth-child(2) {
	background-image: url(images/il_off02.png)
}

.key .il .off span.i:nth-child(3) {
	background-image: url(images/il_off03.png)
}

.key .il .on span.i {
	background-image: url(images/il_on01.png)
}

.key .il .off .st,
.key .il .on .st {
	position: absolute;
	z-index: 10;
	font-size: 3.15vw;
	writing-mode: vertical-rl;
	padding: 11% 9% 5% 7%;
	background: #faf2eb;
	border-radius: 20px;
}

.key .il .off .st {
	top: -6.5vw;
	right: -7.4vw;
	padding-bottom: 0;
}

.key .il .on .st {
	bottom: -6.0vw;
	left: -6.4vw;
	padding-bottom: 0;
}

.key .il .off .st .text,
.key .il .on .st .text {
	position: relative;
	z-index: 10;
}
 
.key .il .off .st:after,
.key .il .on .st:after {
	content: '';
	display: block;
	width: 40%;
	height: 80%;
	position: absolute;
}

.key .il .off .st:after {
	left: 0;
	bottom: 0;
	border-left: 3px solid #222;
	border-bottom: 3px solid #222;
	border-radius: 0 0 0 20px;
}

.key .il .on .st:after {
	right: 0;
	top: 0;
	border-right: 3px solid #222;
	border-top: 3px solid #222;
	border-radius: 0 20px 0 0;
}

.key .il .copy {
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: calc(4.347vw * -1.5);
	display: flex;
	
	align-items: center;
	
	z-index: 10;
	
}

.key .il .copy:before,
.key .il .copy:after {
	content: '';
	display: block;
	position: absolute;
	left: 5.5vw;
	top: -13vw;
	transform: rotate(60deg);
	transform-origin: left top;
}

.key .il .copy:before {
	width: 20vw;
	height: 20vw;
	background: #faf2eb;
	border: 3px solid #faf2eb;
	border-radius: 50%;
}

.key .il .copy:after {
	width: 10vw;
	height: 20vw;
	border-top: 3px solid #222;
	border-bottom: 3px solid #222;
	border-left: 3px solid #222;
	border-radius: 10vw 0 0 10vw;
}

.key .il .copy .img,
.key .il .copy .main,
.key .il .copy .sub {
	position: relative;
	z-index: 10;
}

.key .il .copy .img {
	display: block;
	margin-right: 2.5vw;
}

.key .il .copy .img img {
	width: 4.49vw;
}

.key .il .copy .main {
	font-size: 3.15vw;
	line-height: 1;
	padding-right: 1.25vw;
	margin-right: 2vw;
	border-right: 3px solid #222;
	letter-spacing: 0.10em;
}

.key .il .copy .sub {
	font-size: 1.05vw;
}

.key {
	transition: 0.4s ease-in-out;
	opacity: 0;
}

.key.show {
	opacity: 1;
}

.key .il span.c {
	display: block;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	width: 100%;
	height: 100%;
	position: absolute;
	top: -3px;
	left: -3px;
	top: 0;
	left: 0;
	z-index: 5;
	background: #faf2eb;
	background: #f5e9de;
	transition: 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}

.key .il .off span.c {
	left: auto;
	right: -3px;
	right: 0;
}

.key .il span.c.hide {
	width: 0;
}

.key .il .text {
	transform: translateY(0.5em);
	display: block;
	opacity: 0;
	transition: 0.6s cubic-bezier(.53,-0.01,.39,1);
}

.key .il .text.show {
	opacity: 1;
	transform: translateY(0);
}

.key .il .copy .line {
	display: flex;
}

.key .il .copy .main,
.key .il .copy .sub {
	opacity: 0;
	transition: 0.6s cubic-bezier(.53,-0.01,.39,1);
}

.key .il .copy .main.show,
.key .il .copy .sub.show {
	opacity: 1;
}

.key .il .copy .img img {
	opacity: 0;
	transform: scale(0.35);
	
}

.key .il .copy .img img.show {
	opacity: 1;
	transform: scale(1);
	transition: 0.7s cubic-bezier(0.68, -0.6, 0.32, 2.0);
}

.key .il .copy .img img.show.move {
	animation: heart 3.4s ease-in-out infinite;
}

	
	
@keyframes heart {
	0% {transform: scale(1.00);}

	4% {transform: scale(1.15);}

	8% {transform: scale(1.00);}

	12% {transform: scale(1.15);}

	16% {transform: scale(1.00);}

	63% {transform: scale(1.00);}

	67% {transform: scale(1.15);}

	71% {transform: scale(1.00);}

	75% {transform: scale(1.15);}

	79% {transform: scale(1.00);}

	100% {transform: scale(1.00);}

}
	
/*--------------------------------------
	
	news
	
--------------------------------------*/
.home_news {
	display: flex;
	margin-bottom: calc(4.347vw * 2);
}

.home_news ul {
	flex: 1;
}

.list_news {
	
}

.list_news li {
	display: flex;
	gap: 30px;
	margin-bottom: 40px;
}

.list_news li:last-child {
	margin-bottom: 0;
}

.list_news li .cat {
	align-self: flex-start;
}

.cat {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 8em;
	color: #fff;
	padding: 0.5em;
	border-radius: 100vmax;
	border: 2px solid #222;
}

.cat_column {
	background: #3280cf;
}

.cat_general,
.cat_news {
	background: #d57563;
}

.list_news li a.link {
	display: block;
	flex: 1;
	text-align: left;
}

.list_news li a.link span {
	display: block;
}

.list_news li a.link span.title {
	transition: 0.6s ease-in-out;
}

.list_news li a.link:hover span.title {
	color: #d57563;
}

.list_news li a.link span.date {
	font-size: 1.4rem;
}

.home_news .news_more {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 3px solid #222;
	padding-left: calc(4.347vw * 1.25);
	font-size: 1.6rem;
}

.home_news .news_more span {
	display: block;
	padding-top: 36px;
	position: relative;
}

.home_news .news_more span:before {
	content: '';
	display: block;
	width: 19px;
	height: 19px;
	background: url(images/icon_arrow_right.svg) no-repeat center center;
	background-size: cover;
	position: absolute;
	left: calc(50% - 9px);
	top: 0;
}

/*--------------------------------------
	
	home
	
--------------------------------------*/
.loading {
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	transition: 0.6s ease-in-out;
	pointer-events: none;
}

.loading .img {
	transition: 0.8s cubic-bezier(0.68, -0.6, 0.32, 2.0);
}

.loading .img img {
	width: 50px;
	height: 50px;
}

.loading .img.hide {
	transform: translateY(-30px);
	opacity: 0;
}

.loading img {
	width: 7.5%;
	animation: loading 2.5s infinite cubic-bezier(0.45, 0, 0.55, 1) 0s both;
}

@keyframes loading {
	0% {transform: rotate(0);}

	50% {transform: rotate(180deg);}

	100% {transform: rotate(360deg);}

}

.home_lead {
	display: flex;
	justify-content: space-between;
	margin-bottom: calc(4.347vw * 2.0);
}

.home_lead .title {
	font-size: 5.9rem;
}

.home_lead p {
	margin-top: 0.9em;
}

.title_themes {
	text-align: center;
	margin-bottom: -37px;
	position: relative;
	z-index: 10;
}

.title_themes img {
	height: 75px;
}

.list_themes {
	position: relative;
}

.list_themes:after {
	content: '';
	width: 3px;
	height: 100%;
	background: #222;
	position: absolute;
	left: 50%;
	top: 0;
}

.list_themes .themes {
	position: relative;
	z-index: 5;
	background: #fff;
	border: 3px solid #222;
	border-radius: 80px;
	padding: calc(4.347vw * 3.0) calc(4.347vw * 3.0) calc(4.347vw * 2.0) calc(4.347vw * 3.0);
	margin-bottom: calc(4.347vw * 1.0);
}

.list_themes .themes:last-child {
	margin-bottom: 0;
}

.list_themes .il {
	padding: 0 calc(4.347vw * 1);
	position: relative;
}

.list_themes .il:before {
	content: 'RESEARCH THEMES';
	writing-mode: vertical-rl;
	position: absolute;
	left: calc(4.347vw * 1 - 2.5em);
	top: 0;
	font-size: 1.2rem;
	
}

.list_themes .il .img {
	position: relative;
}

.list_themes .il .img span.c {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.list_themes .il .img span.c:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #f5e9de;
	transition: 1.2s cubic-bezier(0.65, 0, 0.35, 1);
}

.list_themes .il .img span.c.hide:before {
	width: 0;
}

.list_themes .il .img span.c:after {
	content: '';
	display: block;
	width: calc(100% - 6px);
	height: calc(100% - 6px);
	position: absolute;
	left: 0;
	top: 0;
	border: 3px solid #222;
}

.list_themes .il .img:after,
.list_themes .il .img:before {
	content: '';
	height: 276px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.list_themes .il .img:after,
.list_themes .il .img:before {
	transform: rotate(-135deg) translateX(140px) translateY(80px);
}

.list_themes .il .img:after,
.list_themes .il .img:before {
	transform-origin: bottom right;
}

.list_themes .il .img:after {
	background: #fff;
	width: 276px;
	border-radius: 50%;
}

.list_themes .il .img:before {
	border-top: 3px solid #222;
	border-right: 3px solid #222;
	border-bottom: 3px solid #222;
	width: 138px;
	z-index: 10;
	right: 0;
	bottom: 0;
	border-radius: 0 138px 138px 0;
}

.list_themes .outline {
	background: #fff;
	position: relative;
	z-index: 10;
	padding: 60px 0 0 0;
	margin: 40px 0 0 0;
	
}

.list_themes .outline .st {
	font-size: 3.76vw;
	line-height: 1.2;
	position: relative;
	padding-right: 3.4em;
}

.list_themes .themes .outline .st:after {
	content: '';
	display: block;
	width: calc(4.347vw * 2.5);
	height: calc(4.347vw * 2.5);
	width: 3.2em;
	height: 3.2em;
	background: no-repeat center center;
	background-size: contain;
	position: absolute;
	right: 0;
	top: -0.4em;
}

.list_themes .themes:first-child .outline .st:after {
	background-image: url(images/no01.svg);
}

.list_themes .themes:nth-child(2) .outline .st:after {
	background-image: url(images/no02.svg);
}

.list_themes .themes:nth-child(3) .outline .st:after {
	background-image: url(images/no03.svg);
}

.list_themes .outline .st {
	margin-bottom: calc(4.347vw * 1.0);
}

.list_themes .outline p {
	padding-bottom: calc(4.347vw * 1.0);
}

.list_themes .list_column {
	display: flex;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: space-between;
	padding-top: calc(4.347vw * 1.0);
	background-position: center top;
	background: url(images/dot_h_red.svg) repeat-x center top;
	background-size: auto 3px;
	
}

.list_themes .list_column li {
	width: 46%;
}

.list_themes .list_column li .cat,
.list_themes .list_column li a.cat {
	font-size: 1.6rem;
	text-align: center;
	margin-top: 0;
}

.list_themes .list_column li a {
	margin-top: 25px;
	display: block;
	text-align: right;
}

.list_themes .list_column li a .title {
	display: block;
	font-size: 2.4rem;
	margin-bottom: 20px;
	text-align: left;
}

.list_themes .list_column li a:hover .title {
	transition: 0.2s ease-in-out;
	color: #d57563;
}

.list_themes .list_column li a .arrow {
}

.arrow {
	display: inline-block;
	position: relative;
	font-size: 1.6rem;
	padding-right: 25px;
	transition: 0.2s ease-in-out;
}

.arrow:after {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 6px;
	bottom: 0.3em;
	background: url(images/icon_arrow_right.svg) no-repeat center center;
	background-size: contain;
	transition: 0.2s ease-in-out;
}

a:hover .arrow,
.arrow:hover {
	color: #d57563;
}

a:hover .arrow:after,
.arrow:hover:after {
	right: 0;
}

.profile {
	display: flex;
	justify-content: space-between;
	margin-top: calc(4.347vw * 2.5);
}

.profile .img img {
	border-radius: 50%;
	border: 3px solid #222;
}

.profile .text .title {
	margin-bottom: 30px;
}

.profile .text .title .main {
	font-size: 3.2rem;
	display: block;
	margin-bottom: 0.2em;
}

.profile .text .title .arrow {
	padding-left: 20px;
	margin-left: 20px;
	border-left: 2px solid #222;
}

.profile .text table {
	font-size: 1.6rem;
	margin-bottom: 30px;
}

.profile .text table th,
.profile .text table td {
	vertical-align: top;
	padding: 0 10px 10px 0;
}

.profile .text table th {
	width: 7em;
}

.profile ul li {
	display: inline-block;
	font-size: 1.3rem;
	margin: 0 15px 0 0;
}

.profile ul li a {
	display: block;
	position: relative;
	padding: 0 0 0.8em 0;
	overflow: hidden;
}

.profile ul li a:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #222;
	position: absolute;
	left: 0;
	bottom: 0;
}

.profile ul li a:hover:after {
	animation: link_u 1.8s infinite cubic-bezier(0.65, 0, 0.35, 1) 0s;
}

@keyframes link_u {
		0% {width: 100%; right: 0; left: auto;}

		40% {width: 0%; right: 0; left: auto;}

		41% {width: 0%; right: auto; left: 0;}

		80% {width: 100%; right: auto; left: 0;}

		100% {width: 100%; right: 0; left: auto;}

}
	
/*--------------------------------------
	
	project_lead
	
--------------------------------------*/
.project_lead {
	margin: calc(4.347vw * 1.5) auto calc(4.347vw * 2.5) auto;
}

.project_lead .title {
	font-size: 6.0rem;
	margin-bottom: calc(4.347vw * 1.5);
}

.project_lead ul {
	margin-bottom: calc(4.347vw * 1.5);
	display: flex;
	justify-content: space-between;
}

.project_lead ul li {
	position: relative;
}

.project_lead ul li span.i {
	display: block;
	width: calc(4.347vw * 5);
	aspect-ratio: 0.75/1;
	border: 3px solid #222;
	background: no-repeat center center;
	background-size: cover;
}

.project_lead ul li .st {
	writing-mode: vertical-rl;
	font-size: 2.8rem;
	position: absolute;
	left: -3%;
	bottom: calc(-2% + 2px);
	background: #faf2eb;
	padding: 30px 20px 0 0;
	border-radius: 0 20px 0 0;
}

.project_lead ul li .st:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-top: 3px solid #222;
	border-right: 3px solid #222;
	border-radius: 0 20px 0 0;
}

.project_lead ul li .st span {
	position: relative;
	z-index: 10;
}

.project_lead ul li:first-child span.i {
	background-image: url(images/il_project01.png);
}

.project_lead ul li:nth-child(2) span.i {
	background-image: url(images/il_project02.png);
}

.project_lead ul li:nth-child(3) span.i {
	background-image: url(images/il_project03.png);
}

.project_outline {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-bottom: calc(4.347vw * 1.5);
}

.project_outline .title {
	writing-mode: vertical-rl;
	font-size: 4.8rem;
	line-height: 1.75;
}

.project_outline .text p {
	margin-bottom: 60px;
}

.post_body table,
.table_standard {
	width: 100%;
}

.post_body table th,
.post_body table td,
.table_standard th,
.table_standard td {
	padding: 20px 20px;
	font-size: 1.6rem;
	vertical-align: top;
	border-right: none;
	border-left: none;
	border-top: none;
}

.post_body table th,
.table_standard th,
.post_body table td:first-child,
.table_standard td:first-child {
	background: #f5e9de;
	border-bottom: 3px solid #faf2eb;
	border-radius: 5px 0 0 5px;
}

.post_body table td:first-child {
	width: 30%;
}

.post_body table td,
.table_standard td {
	background: #fff;
	border-bottom: 3px solid #faf2eb;
	border-radius: 0 5px 5px 0;
}

.post_body table td {
	background: #faf2eb;
}

.post_body table th,
.post_body table td,
.post_body table td:first-child {
	border-bottom: 3px solid #fff;
}

.bg_dark .table_standard th,
.bg_dark .table_standard td:first-child {
	background: #faf2eb;
	border-bottom: 3px solid #f5e9de;
}

.bg_dark .table_standard td  {
	border-bottom: 3px solid #f5e9de;
}

.project_flow .st {
	font-size: 2.4rem;
	text-align: center;
	position: relative;
	margin-bottom: calc(4.347vw * 1.5);
}

.project_flow .st:after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	background: #222;
	margin-top: -0.75em;
}

.project_flow .st span {
	position: relative;
	z-index: 10;
	background: #f5e9de;
	display: inline-block;
	padding: 0 15px;
}

.project_flow ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.project_flow ul li {
	width: calc(4.347vw * 4);
	border: 3px solid #222;
	background: #fff;
	position: relative;
	padding: 2.0%;
}

.project_flow ul li .btn {
	min-width: 100%;
	position: absolute;
	left: 0;
	bottom: -80px;
	font-size: 1.6rem;
}

.project_flow ul li .flex {
	display: flex;
	flex-direction: row-reverse;
	gap: 7%;
	align-items: flex-end;
	align-content: flex-end;
}

.project_flow ul li .qr {
	width: 80%;
	margin: 0 auto 0 auto;
}

.project_flow ul li .num {
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #d57563;
	border-radius: 50%;
	padding: 20px;
	position: absolute;
	top: -35px;
	left: 50%;
	margin-left: -35px;
	border: 3px solid #222;
}

.project_flow ul li .num img {
	filter: brightness(1000%);
}

.project_flow ul li .il {
	padding: 15% 20% 10% 20%;
}

.project_flow ul li .sst {
	font-size: 1.8rem;
	margin-bottom: 5px;
}

.project_flow ul li p {
	font-size: 1.5rem;
	letter-spacing: 0;
}

.project_flow .notion {
	text-align: right;
	margin-top: 20px;
}

.project_flow .notion .sst {
	font-size: 1.6rem;
	margin-bottom: 5px;
}

.project_flow .notion p {
	text-align: right;
	font-size: 1.4rem;
	margin-right: -0.5em;
}

.area_bg {
	border-radius: 100px;
	padding: calc(4.347vw * 2.0) calc(4.347vw * 2.0) calc(4.347vw * 2.5) calc(4.347vw * 2.0);
	position: relative;
}

.project_intro {
	padding-bottom: calc(4.347vw * 2.5 + 200px);
}

.bg_dark {
	background: #f5e9de;
}

.bg_light {
	background: #fff;
}

.project_result {
	margin-top: calc(4.347vw * -2.5);
}

.area_bg .title_base {
	position: absolute;
	top: -37px;
	left: 0;
	text-align: center;
	display: block;
	width: 100%;
}

.title_base img {
	height: 75px;
	width: auto;
	display: block;
	margin: 0 auto;
}

.project_end {
	width: 100%;
	padding: 1.5em;
	background: #3280cf;
	color: #fff;
	text-align: center;
	margin-bottom: calc(4.347vw * 0.8);
}

/*--------------------------------------
	
	post_body
	
--------------------------------------*/
.post_body {
	width: calc(4.347vw * 13);
}

.post_body p {
	margin-bottom: calc(4.347vw * 0.9);
	text-align: left;
}

.post_body p:last-child {
	margin-bottom: 0;
}

/*h2*/
.post_body h2 {
	position: relative;
	font-size: 4.2rem;
	margin: calc(4.347vw * 1.5) 0 calc(4.347vw * 1.0) 0;
}

.post_body h2:first-child,
.post_body h3:first-child,
.post_body h4:first-child {
	margin-top: 0;
}

.post_body .wp-block-columns h2:first-child {
	margin-top: calc(4.347vw * 0.6);
}

.post_body .wp-block-columns h3:first-child {
	margin-top: calc(4.347vw * 0.1);
}

.post_body .wp-block-columns h4:first-child {
	margin-top: calc(4.347vw * 0);
}

.post_body h2:before,
.post_body h2:after {
	content: '';
	display: block;
	position: absolute;
	left: -70px;
	top: 0.4em;
	border: 2px solid #222;
	border-radius: 50%;
}

.post_body h2:before {
	width: 34px;
	height: 34px;
	background: #d57563;
}

.post_body h2:after {
	width: 10px;
	height: 10px;
	background: #fff;
	margin: 12px 0 0 12px;
}

/*h3*/
.post_body h3 {
	font-size: 3.0rem;
	margin: calc(4.347vw * 1.0) 0 calc(4.347vw * 0.9) 0;
	padding: 0 0 0.8em 0;
	position: relative;
}

.post_body h3:after {
	content: '';
	display: block;
	width: 4em;
	height: 3px;
	background: url(images/dot_h_blue.svg) repeat-x left bottom;
	background-size: auto 3px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.post_body h4,
.post_body h5 {
	font-size: 2.4rem;
	margin: calc(4.347vw * 0.5) 0 calc(4.347vw * 0.3) 0;
}

.post_body table {
	margin-bottom: calc(4.347vw * 0.9);
}

.post_body ul,
.post_body ol {
	margin-bottom: calc(4.347vw * 0.9);
}

.post_body ul li,
.post_body ol li {
	padding: 0 0 0 2em;
	margin-bottom: 1em;
	font-size: 1.8rem;
	position: relative;
}

.post_body ul li:before,
.post_body ol li:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border: 2px solid #222;
	background: #3280cf;
	position: absolute;
	left: 0;
	top: 0.5em;
	border-radius: 50%;
}

.post_body figure.wp-block-image {
	padding: 2vw 4vw;
	margin: 0 0 calc(4.347vw * 0.9) 0;
	
}

.post_body figure figcaption {
	text-align: left;
	font-size: 1.4rem;
	margin: 10px 0 0 0;
	line-height: 1.4;
}

.post_body blockquote {
	position: relative;
	padding: 40px;
	margin: 0 0 calc(4.347vw * 0.9) 0;
}

.post_body blockquote:after,
.post_body blockquote:before {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	background-size: cover;
	
}

.post_body blockquote:before {
	top: 0;
	left: 0;
	background-image: url(images/quote_start.png);
}

.post_body blockquote:after {
	bottom: 0;
	right: 0;
	background-image: url(images/quote_end.png);
}

.post_body blockquote p {
	font-size: 1.8rem;
	margin-bottom: 0;
}

.post_body blockquote cite {
	font-size: 1.2rem;
	text-align: right;
	font-style: normal;
	display: block;
	
}

.post_body ul li a,
.post_body ol li a,
.post_body p a {
	color: #d57563;
	text-decoration: underline;
}

.post_body .wp-block-embed__wrapper iframe {
	margin: 0 auto;
	margin-bottom: 70px;
}

.post_body .wp-block-button__link {
	display: inline-block;
	text-align: center;
	background: #3280cf;
	color: #fff;
	padding: 1em;
	min-width: calc(4.347vw * 3);
	border-radius: 100vmax;
	font-size: 1.6rem;
}

.post_body .wp-block-button__link:hover {
	background: #d57563;
}

/*--------------------------------------
	
	page
	
--------------------------------------*/
.cat_title {
	display: flex;
	justify-content: space-between;
	gap: calc(4.347vw * 1);
	margin-top: calc(4.347vw * 1.5);
	position: relative;
	z-index: 10;
}

.cat_title .title {
	flex: 1;
	font-size: 6.0rem;
	padding: 0.4em 0 calc(4.347vw * 3.0) 0;
}

.cat_title .img {
	width: calc(4.347vw * 9);
	border: 3px solid #222;
	align-self: flex-start;
}

.other_news .list_news {
	margin-top: calc(4.347vw * 2);
	margin-bottom: calc(4.347vw * 1);
}

.other_news .list_news li {
	background: url(images/dot_h_black.svg) repeat-x left bottom;
	background-size: auto 3px;
	margin-bottom: 50px;
	padding-bottom: 50px;
}

.page_content {
	margin-top: calc(4.347vw * -1);
}

.page_content .post_body {
	margin-top: calc(4.347vw * 1);
}

.post_title {
	padding: calc(4.347vw * 1.95) 0 calc(4.347vw * 1.3) 0;
}

.post_title .sub {
	display: flex;
	align-content: center;
	align-items: center;
	margin-bottom: 1.5em;
}

.post_title .sub .cat {
	width: 7.5em;
	margin: 0 30px 0 0;
}

.post_title .title {
	font-size: 4.8rem;
}

.other_news .link {
	text-align: right;
}

/*------------------------------------------------------------------------------------------------------------------------------------
	スマホ
	
------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:768px){
html {
	font-size: 62.5%;
	width: 100%;
}

body {
	font-size: 1.4rem;
}

body, html {
	min-width: 100%;
	height: 100%;
}

p {
	font-size: 1.4rem;
	text-align: left;
}

h1,h2,h3,h4 {
	font-size: 1.6rem;
}

.sp_only {
	display: block;
}

.pc_only {
	display: none;
}

.gmap {
	padding-top: 150%;
}

.width_wide {
	width: 88vw;
}

.dot_h_red {
	background-size: auto 2px;
}

.dot_h_blue {
	background-size: auto 2px;
}

.dot_v_red {
	background-size: 2px auto;
}

.dot_v_blue {
	background-size: 2px auto;
}

.flex {
	flex-wrap: wrap;
}

.wp-block-columns-is-layout-flex {
	display: block;
}

/*--------------------------------------
	
	Wide / layout
	
--------------------------------------*/
.wide_center {
	padding-left: 6vw;
	padding-right: 6vw;
}

/*--------------------------------------
	
	header
	
--------------------------------------*/
header {
	padding: 5.5vw;
}

header .logo {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	gap: 2.25vw;
}

header .logo .main {
	font-size: 4.1vw;
	margin-right: 0;
}

header .logo .sub {
	font-size: 2.56vw;
	padding: 0.4em 1.0em;
}

.toggle {
	display: block ;
	position: fixed;
	z-index: 400;
	top: 3.5vw;
	right: 3vw;
	width: 15vw;
	height: 15vw;
	transition: 0.3s ease-in-out;
	opacity: 1;
	
}

.toggle:after {
	content: 'MENU';
	font-size: 2.56vw;
	transform: scale(0.8);
	line-height: 0;
	position: absolute;
	left: 50%;
	margin-left: -1.45em;
	bottom: 2.5vw;
}

header.normal .toggle:after {
	content: 'CLOSE';
	margin-left: -1.65em;
}

.toggle.fix {
	opacity: 1;
}

.toggle span {
	display: block;
	position: absolute;
	transition: 0.3s ease-in-out;
	width: 5vw;
	height: 2.0px;
	left: 5vw;
	
	background: #3280cf;
}

.toggle span:first-child {
	top: 6vw;
}

.toggle span:nth-child(2) {
	top: 8vw;
}

.toggle.active span:first-child {
	transform: rotate(30deg);
	top: 7vw;
}

.toggle.active span:nth-child(2) {
	transform: rotate(-30deg);
	top: 7vw;
}

header.normal:before {
	opacity: 0.5;
}

#menu {
	position: fixed;
	top: 0;
	right: 0;
	opacity: 0;
	width: 100vw;
	height: 100%;
	z-index: 200;
	transition: 0.4s ease-in-out;
	pointer-events: none;
	padding: 0;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	
	background: #f5e9de;
}

header.normal #menu {
	transition: 0.3s ease-in-out;
	opacity: 1;
	pointer-events: auto;
}

header .navi ul {
	display: flex;
	align-items: flex-start;
	gap: 4vw;
	
	flex-direction: column;
}

header .navi li.nav_contact a {
	font-size: 1.6rem;
	line-height: 30px;
	padding: 0 40px 0 0;
	background: right center url(images/icon_mail.svg) no-repeat;
	background-size: 22px auto;
	margin-left: 0;
}

header .navi li.navs {
	margin-top: 0;
}

header .navi li.navs a {
	display: block;
	padding: 0;
}

header .navi li.navs a:hover {
	padding: 0;
}

/*--------------------------------------
	
	footer
	
--------------------------------------*/
footer {
	flex-direction: column;
	align-items: center;
	padding: 16vw 5vw 5vw 5vw;
}

footer .text {
	justify-content: space-between;
	gap: 0;
	width: 100%;
	margin-bottom: 8vw;
}

footer .text div {
	width: 47%;
}

footer .text .title {
	font-size: 1.6rem;
	margin-bottom: 5px;
}

footer .text p {
	font-size: 1.1rem;
	margin-bottom: 15px;
	line-height: 1.5;
}

footer .text .btn {
	width: 100%;
	font-size: 1.2rem;
}

footer .copyright {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.1rem;
}

footer .copyright:after {
	content: none;
}

/*--------------------------------------
	
	key
	
--------------------------------------*/
.key {
	width: 100vw;
	padding: 2vw 15vw 0 15vw;
	margin: 0 auto 16vw auto;
	overflow: hidden;
}

.key .title {
	position: static;
	left: auto;
	top: auto;
	font-size: 7.69vw;
	text-align: center;
	margin-bottom: 8vw;
}

.key .il {
	flex-direction: column;
	align-items: center;
	gap: 12.8vw;
	padding-bottom: 0;
}

.key .il .off,
.key .il .on {
/* 	aspect-ratio: 10/9.5; */
	border: 2px solid #333;
/* 	position: relative; */
	aspect-ratio: 1/1;
}

.key .il .off {
	width: 64.1vw;
	margin: 0 0 0 0;
}

.key .il .on {
	width: 55.1vw;
	align-self: flex-start;
}

.key .il .off span.i:first-child {
	background-image: url(images/il_off01_sp.png)
}

.key .il .off span.i:nth-child(2) {
	background-image: url(images/il_off01_sp.png)
}

.key .il .off span.i:nth-child(3) {
	background-image: url(images/il_off01_sp.png)
}

.key .il .on span.i {
	background-image: url(images/il_on01_sp.png)
}

.key .il .off .st,
.key .il .on .st {
	font-size: 6.41vw;
	padding: 15% 7% 2% 7%;
	border-radius: 10px;
}

.key .il .off .st {
	top: -12vw;
	right: -13vw;
}

.key .il .on .st {
	top: -12vw;
	bottom: auto;
	left: -12vw;
}

.key .il .off .st:after {
	border-width: 2px;
	border-radius: 0 0 0 10px;
}

.key .il .on .st:after {
	right: 0;
	top: auto;
	bottom: 0;
	border-top: none;
	border-bottom: solid #222;
	border-width: 2px;
	border-radius: 0 0 10px 0;
}

.key .il .copy {
	position: absolute;
	left: auto;
	right: 8vw;
	left: auto;
	bottom: 0;
	margin-left: auto;
	display: flex;
	flex-wrap: wrap;
	display: block;
	padding-top: 22vw;
	transition: 0.6s ease-in-out;
	
}

.key .il .copy.show {
	opacity: 1;
}

.key .il .copy:before,
.key .il .copy:after {
	content: '';
	display: block;
	position: absolute;
	left: -7vw;
	top: 0;
	transform: rotate(25deg);
	transform-origin: left top;
}

.key .il .copy:before {
	width: 35vw;
	height: 35vw;
	border-width: 2px;
}

.key .il .copy:after {
	width: 17.5vw;
	height: 35vw;
	border-width: 2px;
	border-radius: 17.5vw 0 0 17.5vw;
}

.key .il .copy .img,
.key .il .copy .main,
.key .il .copy .sub {
	position: relative;
	z-index: 10;
	
	writing-mode: vertical-rl;
}

.key .il .copy .img {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	text-align: left;
	align-self: flex-start;
	margin: 0 0 8vw 0;
}

.key .il .copy .img img {
	width: 8.84vw;
	margin: 0 auto 0 0;
}

.key .il .copy .main {
/* 	line-height: 8.84vw; */
	font-size: 6.41vw;
	padding-right: 0;
	margin: 0 1vw;
	
	border: none;
}

.key .il .copy .sub {
	font-size: 2.56vw;
	transform: scale(0.9);
	transform-origin: top center;
	
	margin: 0 0 0 1vw;
}

.key .il .copy .main,
.key .il .copy .sub {
	line-height: 1;
	padding: 0;
	left: auto;
	right: auto;
	text-align: start;
	
	vertical-align: top;
	float: left;
}

/*--------------------------------------
	
	news
	
--------------------------------------*/
.home_news {
	display: block;
	margin-bottom: 12vw;
	width: 100vw;
	padding: 12vw 6vw 0 6vw;
	border-top: 2px solid #222;
}

.list_news li {
	margin-bottom: 6vw;
	gap: 3vw;
}

.list_news li:last-child {
	margin-bottom: 8vw;
}

.list_news li .cat {
	font-size: 1.1rem;
	width: 6.5em;
	padding: 0.5em 0;
}

.list_news li a.link {
	margin-top: -0.2em;
}

.list_news li a.link span {
	display: block;
}

.list_news li a.link span.date {
	font-size: 1.2rem;
}

.home_news .news_more {
	text-align: right;
	display: block;
	justify-content: center;
	align-items: center;
	border-left: none;
	padding-left: 0;
	font-size: 1.2rem;
}

.home_news .news_more span {
	display: block;
	padding-top: 0;
	position: relative;
	padding-right: 30px;
	margin-right: -5px;
}

.home_news .news_more span:before {
	left: auto;
	top: auto;
	
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 6px;
	bottom: 0.3em;
	background: url(images/icon_arrow_right.svg) no-repeat center center;
	background-size: contain;
	transition: 0.2s ease-in-out;
}

/*--------------------------------------
	
	home
	
--------------------------------------*/
.home_lead {
	display: block;
	margin-bottom: 12vw;
	width: 100%;
}

.home_lead .title {
	font-size: 2.9rem;
	width: 100%;
	text-align: center;
	line-height: 1.75;
	margin-bottom: 0.75em;
}

.home_lead .title .dot_h_red {
	padding-bottom: 0.2em;
}

.home_lead p {
	margin-top: 0.9em;
	width: 100%;
}

.title_themes {
	margin-bottom: -6vw;
}

.title_themes img {
	height: 12vw;
}

.list_themes {
	position: relative;
	width: 92vw;
	padding: 0;
}

.list_themes:after {
	width: 2px;
}

.list_themes .themes {
	border-width: 2px;
	border-radius: 8vw;
	padding:6vw;
	margin-bottom: 6vw;
	overflow: hidden;
}

.list_themes .il {
	padding: 0;
	margin: 8vw auto;
}

.list_themes .il:before {
	
	content: none;
	
}

.list_themes .il img {
	border-width: 2px;
}

.list_themes .il .img span.c:after {
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border-width: 2px;
}

.list_themes .il .img:after,
.list_themes .il .img:before {
	height: 120px;
}

.list_themes .il .img:after,
.list_themes .il .img:before {
	transform: rotate(-135deg) translateX(75px) translateY(20px);
}

.list_themes .il .img:after {
	background: #fff;
	width: 120px;
}

.list_themes .il .img:before {
	border-width: 2px;
	width: 60px;
}

.list_themes .outline {
	padding: 8vw 0 0 0;
	margin: -4vw 0 0 0;
	
}

.list_themes .outline .st {
	font-size: 2.0rem;
	padding-right: 2.6em;
}

.list_themes .themes .outline .st:after {
	background-position: center bottom;
	width: 2.8em;
	height: 2.8em;
	top: auto;
	bottom: 0;
}

.list_themes .outline .st {
	margin-bottom: 5vw;
}

.list_themes .outline p {
	padding-bottom: 8vw;
}

.list_themes .list_column {
	padding-top: 8vw;
	flex-wrap: wrap;
	
}

.list_themes .list_column li {
	width: 100%;
	margin-bottom: 3vw;
}

.list_themes .list_column li .cat,
.list_themes .list_column li a.cat {
	font-size: 1.2rem;
	text-align: center;
}

.list_themes .list_column li a {
	margin-top: 2vw;
	display: block;
	text-align: right;
}

.list_themes .list_column li a .title {
	font-size: 1.6rem;
	margin-bottom: 2vw;
	padding-right: 15px;
	background: url(images/icon_arrow_right.svg) no-repeat right bottom;
	background-size: 12px auto;
}

.list_themes .list_column li .arrow {
	display: none;
}

.arrow {
	font-size: 1.2rem;
	padding-right: 25px;
	transition: 0.2s ease-in-out;
}

.arrow:after {
	width: 10px;
	height: 10px;
	right: 4px;
	bottom: 0.32em;
}

.profile {
	display: flex;
	justify-content: space-between;
	margin-top: calc(4.347vw * 2.5);
}

.profile .img img {
	border-radius: 50%;
	border: 3px solid #222;
}

.profile .text .title {
	margin-bottom: 30px;
}

.profile .text .title .main {
	font-size: 3.2rem;
	display: block;
	margin-bottom: 0.2em;
}

.profile .text .title .arrow {
	padding-left: 20px;
	margin-left: 20px;
	border-left: 2px solid #222;
}

.profile .text table {
	font-size: 1.6rem;
	margin-bottom: 30px;
}

.profile .text table th,
.profile .text table td {
	vertical-align: top;
	padding: 0 10px 10px 0;
}

.profile .text table th {
	width: 7em;
}

.profile ul li {
	display: inline-block;
	font-size: 1.3rem;
	margin: 0 15px 0 0;
}

.profile ul li a {
	display: block;
	position: relative;
	padding: 0 0 0.8em 0;
	overflow: hidden;
}

.profile ul li a:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #222;
	position: absolute;
	left: 0;
	bottom: 0;
}

.profile ul li a:hover:after {
	animation: link_u 1.8s infinite cubic-bezier(0.65, 0, 0.35, 1) 0s;
}

@keyframes link_u {
		0% {width: 100%; right: 0; left: auto;}

		40% {width: 0%; right: 0; left: auto;}

		41% {width: 0%; right: auto; left: 0;}

		80% {width: 100%; right: auto; left: 0;}

		100% {width: 100%; right: 0; left: auto;}

}
	
/*--------------------------------------
	
	project_lead
	
--------------------------------------*/
.project_lead {
	margin: 8vw auto 16vw auto;
}

.project_lead .title {
	font-size: 2.8rem;
	margin-bottom: 8vw;
	padding: 0;
	width: 88vw;
}

.project_lead ul {
	margin-bottom: 8vw;
	flex-direction: column;
	gap: 6vw;
	width: 64vw;
	padding: 4vw 0;
}

.project_lead ul li span.i {
	width: 100%;
	aspect-ratio: 16/9;
	border-width: 2px;
}

.project_lead ul li .st {
	font-size: 2.2rem;
	left: -2%;
	bottom: calc(-2% + 2px);
	padding: 25px 15px 0 0;
}

.project_lead ul li .st:after {
	border-width: 2px;
}

.project_lead ul li:first-child span.i {
	background-image: url(images/il_project01_sp.png);
}

.project_lead ul li:nth-child(2) span.i {
	background-image: url(images/il_project02_sp.png);
}

.project_lead ul li:nth-child(3) span.i {
	background-image: url(images/il_project03_sp.png);
}

.project_lead .text {
	padding: 0;
	width: 88vw;
}

.project_outline {
	display: block;
	margin-bottom: 12vw;
	width: 88vw;
	padding: 0;
}

.project_outline .title {
	writing-mode: horizontal-tb;
	font-size: 2.4rem;
	line-height: 1.5;
	width: 100%;
	margin-top: 2vw;
	margin-bottom: 6vw;
	text-align: center;
}

.project_outline .title .dot_v_text {
	background: none;
	padding: 0;
}

.project_outline .text {
	width: 100%;
}

.project_outline .text p {
	margin-bottom: 6vw;
}

.post_body table,
.table_standard {
	width: 100%;
}

.post_body table th,
.post_body table td,
.table_standard th,
.table_standard td
.post_body table td:first-child,
.table_standard td:first-child {
	padding: 4vw 3vw;
	font-size: 1.2rem;
}

.post_body table th,
.table_standard th,
.post_body table td:first-child {
	border-width: 2px;
}

.post_body table td,
.table_standard td {
	border-width: 2px;
}

.post_body table th,
.post_body table td,
.post_body table td:first-child {
	border-width: 2px;
}

.bg_dark .table_standard th {
	border-width: 2px;
}

.bg_dark .table_standard td {
	border-width: 2px;
}

.project_flow {
	width: 88vw;
	padding: 0;
}

.project_flow .st {
	font-size: 2.0rem;
	margin-bottom: 12vw;
}

.project_flow .st:after {
	height: 2px;
}

.project_flow ul {
	width: 100%;
	flex-wrap: wrap;
}

.project_flow ul li {
	width: 49%;
	border-width: 2px;;
	padding: 4vw;
	margin-bottom: 6vw;
}

.project_flow ul li .btn {
	min-width: 100%;
	position: static;
	left: auto;
	bottom: auto;
	font-size: 1.2rem;
	margin-top: 3vw;
}

.project_flow ul li .flex {
	flex-direction: column-reverse;
	flex-direction: row-reverse;
	justify-content: space-between;
	gap: 1vw;
}

.project_flow ul li .text {
}

.project_flow ul li .qr {
	width:32%;
	margin: 0;
	float: right;
}

.project_flow ul li .num {
	width: 10vw;
	height: 10vw;
	padding: 3vw;
	top: -5vw;
	margin-left: -5vw;
	border-width: 2px;
}

.project_flow ul li .sst {
	font-size: 1.5rem;
	margin-bottom: 2vw;
	letter-spacing: 0.02em;
}

.project_flow ul li p {
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: justify;
	float: left;
}

.project_flow ul li .flex p {
 	width: 60%;
}

.project_flow .notion {
	text-align: left;
	margin-top: 0;
}

.project_flow .notion .sst {
	font-size: 1.4rem;
	margin-bottom: 5px;
}

.project_flow .notion p {
	text-align: left;
	font-size: 1.2rem;
	margin-right: 0;
}

.area_bg {
	border-radius: 10vw;
	padding: 12vw 0;
}

.project_intro {
	padding-bottom: calc(12vw + 30vw);
}

.project_result {
	margin-top: calc(16vw * -1);
}

.area_bg .title_base {
	top: -6vw;
}

.title_base img {
	height: 12vw;
}

/*--------------------------------------
	
	post_body
	
--------------------------------------*/
.post_body {
	width: 84vw;
	padding: 0;
}

.project_result .post_body {
	padding-top: 4vw;
}

.post_body p {
	margin-bottom: 8vw;
}

/*h2*/
.post_body h2 {
	font-size: 2.4rem;
	margin: 16vw 0 8vw 0;
	
	text-align: left;
	padding-top: 10vw;
	margin-top: 10vw;
	padding-left: 9vw;
	
	background: url(images/dot_h_black.svg) repeat-x left top;
	background-size: auto 2px;
}

.post_body .wp-block-columns h2:first-child {
	margin-top: 2vw;
}

.post_body .wp-block-columns h3:first-child {
	margin-top: 2vw;
}

.post_body .wp-block-columns h4:first-child {
	margin-top: 0;
}

.post_body h2:before,
.post_body h2:after {
	left: -11.5vw;
	top: 1vw;
	
	left: calc(50% - 3.5vw);
	top: 10vw;
	
	left: -1vw;
	top: calc(10vw + 0.1em);
	transform: scale(0.75);
	
}

.post_body h2:first-child {
	background: none;
	padding-top: 0;
}

.post_body h2:first-child:before,
.post_body h2:first-child:after {
	top: 0.1em;
}

.post_body h2:before {
	width: 7vw;
	height: 7vw;
}

.post_body h2:after {
	width: 2vw;
	height: 2vw;
	margin: 2.5vw 0 0 2.5vw;
}

/*h3*/
.post_body h3 {
	font-size: 1.8rem;
	margin: 10vw 0 6vw 0;
	padding: 0 0 0.4em 0;
}

.post_body h3:after {
	height: 2px;
	background-size: auto 2px;
}

.post_body h4,
.post_body h5 {
	font-size: 1.5rem;
	margin: 8vw 0 2vw 0;
}

.post_body h2:first-child {
	margin-top: 4vw;
}

.post_body table {
	margin-bottom: 8vw;
}

.post_body ul,
.post_body ol {
	margin-bottom: 8vw;
}

.post_body ul li,
.post_body ol li {
	margin-bottom: 0.75em;
	font-size: 1.4rem;
}

.post_body ul li:before,
.post_body ol li:before {
	width: 0.5em;
	height: 0.5em;
}

.post_body figure.wp-block-image {
	padding: 3vw 4vw;
	margin: 0 0 8vw 0;
	
}

.post_body figure figcaption {
	font-size: 1.2rem;
}

.post_body .wp-block-columns.is-layout-flex {
	gap: 0 !important;
}

.post_body blockquote {
	position: relative;
	padding: 4vw;
	margin: 0 0 8vw 0;
}

.post_body blockquote:after,
.post_body blockquote:before {
	width: 4vw;
	height: 4vw;
	
}

.post_body blockquote p {
	font-size: 1.3rem;
}

.post_body blockquote cite {
	font-size: 1.1rem;
	letter-spacing: 0.01em;
	margin-top: 20px;
}

.post_body .wp-block-embed__wrapper iframe {
	margin-bottom: 8vw;
}

.profile {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 12vw;
}

.profile .img {
	width: 40vw;
	margin-bottom: 8vw;
}

.profile .img img {
	border-width: 2px;
}

.profile .text {
	width: 100vw;
	padding: 0 6vw;	
}

.profile .text .title {
	margin-bottom:7vw;
	text-align: center;
	
}

.profile .text .title .main {
	font-size: 2.0rem;
	margin-bottom: 0.1em;
}

.profile .text .title .sub {
	font-size: 1.4rem;
}

.profile .text .title .arrow {
	padding-left: 0;
	margin-left: 8px;
	border-left: none;
}

.profile .text table {
	font-size: 1.3rem;
	margin-bottom: 6vw;
}

.profile .text table th,
.profile .text table td {
	vertical-align: top;
	padding: 0 0 3vw 0;
}

.profile .text table th {
	width: 6.5em;
}

.profile ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.profile ul li {
	width: 47%;
	font-size: 1.2rem;
	margin: 0 0 4vw 0;
	text-align: center;
}

.profile ul li a {
	padding: 0 0 1.2em 0;
	
}

.profile ul li a:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background: #222;
	position: absolute;
	left: 0;
	bottom: 0;
}

.profile ul li a:hover:after {
	animation: link_u 1.8s infinite cubic-bezier(0.65, 0, 0.35, 1) 0s;
}

/*--------------------------------------
	
	page
	
--------------------------------------*/
.cat_title {
	width: 100%;
	flex-direction: column;
	margin-top: 8vw;
}

.cat_title .title {
	font-size: 2.8rem;
	padding: 0 0 6vw 0;
	text-align: center;
	width: 85%;
	margin: 0 auto;
}

.cat_title .img {
	width: 85%;
	margin: 0 auto 2vw auto;
	border-width: 2px;
}

.other_news {
	width: 100%;
}

.other_news .list_news {
	margin-top: 12vw;
	margin-bottom: 8vw;
}

.other_news .list_news li {
	background-size: auto 2px;
	margin-bottom: 8vw;
	padding-bottom: 8vw;
}

.page_content {
	margin-top: 10vw;
}

.page_content .post_body {
	margin-top: 0;
}

.post_title {
	width: 100%;
	padding: 8vw 6vw;
	
}

.post_title .sub {
	margin-bottom: 4vw;
	display: flex;
	justify-content: space-between;
}

.post_title .sub .cat {
	margin: 0 4vw 0 0;
	font-size: 1.2rem;
}

.post_title .title {
	font-size: 2.4rem;
}

}

