/*
Theme Name: Jan Mikuni
Theme URI: https://example.com
Author: DH
Description: DH
Version: 1.0.0
Text Domain: jan-mikuni
*/

@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Rosarivo:ital@0;1&family=Shippori+Mincho&display=swap');

html,body{
	margin: 0;
	padding: 0;
	}

body {
	font-family: "Rosarivo", "Shippori Mincho", cursive, serif;
	font-weight: 400;
	font-style: normal;
	font-size: 14px;
	background: #E6E2DC;
	font-feature-settings: "palt";
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}

body *{
	box-sizing: border-box;
}

body.loading * {
  animation: none !important;
  transition: none !important;
}

h1,h2,h3,h4,p{
	padding: 0;
	margin: 0;
	line-height: 1em;
	}

ul{
	padding: 0;
	margin: 0;
	}

a, a:hover{
	color:#000;
	text-decoration: none;
	}

div.btn {
	display: flex;
	justify-content: center;
	margin: auto;
	}

div.btn a,
div.btn button{
	display: flex;
	text-align: center;
	background-color: #000;
	color: #fff;
	border-radius: 9999px;
	transition: all .6s;
	padding: 1em 2.5em;
	text-decoration: none;
	font-size: .85em;
	line-height: 1em;
	border: none;
	}

div.btn a:hover,
div.btn button:hover{
	padding: 1em 3em;
	}

div.btn input{
	display: flex;
	text-align: center;
	color: #000;
	text-decoration: none;
	font-size: .85em;
	line-height: 1em;
	border-bottom: solid 1px #000;
	margin-top: 2em;
	width: auto;
	}
	

.ss-fade{
	opacity: 0;
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-ms-transition: all 1s ease-in;
	transition: all 1s ease-in;
	}
.ss-fadein{
	opacity: 1;
	}

.ss-mtext{
	opacity: 0;
	}
.ss-mtext span{
	opacity: 0;
	}

.pci{display:inline;}
@media only screen and ( max-width : 768px ) {
.pci{display:none;}
	}

.spi{display:none;}
@media only screen and ( max-width : 768px ) {
.spi{display:inline;}
	}

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


	.pagetitle{
		margin: 160px 0 100px;
		font-size: 2.2em;
		font-weight: 600;
		text-align: center;
	}
	.pagespace{
		margin-bottom: 100px;
	}
	.centerbox{
		display: flex;
		justify-content: center;
		align-items: center; 
	}
	.inner{
		width: 90%;
		max-width: 800px;
		margin: auto;
	}
	.kome{
		font-size: .9em;
		font-weight: 100;
	}
	#blog div.inner ul li .img-trim{
		display: block;
		width: 100%;
		height: auto;
		aspect-ratio: 3 / 2;
		object-fit: cover;
	}
	@media only screen and ( max-width : 768px ) {
		.pagetitle{
			font-size: 1.8em;
			margin: 100px 0 70px;
		}
		.centerbox{
			flex-direction: column;
		}

	}
	.date,
	.p-day,
	.pfdate,
	.japan{
		font-family: "Shippori Mincho", cursive, serif;
	}

	button,
	button:hover,
	.btn,
	input,
	input:hover {
		cursor: pointer;
	}


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

	.sp{
		display: none;
	}
	@media only screen and ( max-width : 768px ) {
		.sp{
			display: block;
		}
		.pc{
			display: none;
		}
	}

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

　   footer

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

footer {
	width: 100%;
	margin: 0 auto;
	padding: 60px 0;
	border-top: 1px solid rgba(0, 0, 0, .3);
	}

footer p{
	text-align: center;
	line-height: 1.8em;
	padding: 0 15px;
	}

footer div.btn {
	margin-top: 40px;
	}

footer p.copyright{
	margin-top: 40px;
	font-size: .8em;
	}



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

　   profile

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

.profile .janport img{
	width: 220px;
}
.profile .p-text{
	margin-left: 5em;
	text-align: center;
}
.profile .p-text .p-name{
	font-size: 1.2em;
	font-weight: 300;
}
.profile .p-text .p-title{
	font-size: .9em;
	font-weight: 300;
	margin: 2em 0 3em;
	line-height: 2;
}
.profile .mainprofile .btn a{
	font-size: 1em;
	color: #000;
	border: 1px solid #000;
	background-color: rgba(0, 0, 0, 0);
}
.profile .mainprofile .p-day{
	display: block;
	margin-top: .8em;
	font-size: .8em;
}
@media only screen and ( max-width : 768px ) {
	.profile .p-text{
		margin: 2em 0 0;
	}
	.profile .janport img{
		width: 180px;
	}
	.profile .p-text .p-name,
	.profile .p-text .p-title{
		font-size: .9em;
	}
}

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

　   学歴

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

.prf-title{
	font-weight: 600;
	font-size: 1.7em;
	position: relative;
}
.prf-title::before{
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	background-color: #000;
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	left: -35px;
	border-radius: 50px;
}
@media (max-width: 768px) {
	.prf-title{
		font-size: 1.5em;
		padding-left: 1em;
	}
	.prf-title::before{
		left: 0;
	}
}
.pfdate{
	font-weight: 600;
}
/* --------------------------------------------- */

.education{
	width: 90%;
	max-width: 800px;
	margin: 120px auto 0;
	padding-bottom: 60px;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
}
.pftable{
	margin-top: 3em;
	display: grid;
	grid-template-columns: 1fr;
	gap: 2rem;
}

/* .pfrow {
	display: grid;
	grid-template-columns: 170px 1fr;
	gap: 1rem;
} */

.pfdesc {
  line-height: 1.8;
  margin-top: .5em;
}
@media (max-width: 768px) {
	.education{
		margin-top: 80px;
		padding-bottom: 40px;
	}
	.pftable {
		margin-top: 2em;
	}
	.pfrow {
    grid-template-columns: 1fr;
	gap: .5rem;
	}
	.pfdesc {
		/* padding-left: 1em; */
		line-height: 1.8;
	}
}

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

.p-exp{
	width: 90%;
	max-width: 800px;
	margin: 60px auto 0;
	padding-bottom: 60px;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
}
@media (max-width: 768px) {
	.p-exp{
		margin: 40px auto 0;
		padding-bottom: 40px;
	}
}

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

/* .pf-threecol .pfrow {
  display: grid;
  grid-template-columns: 170px 170px 1fr;
  gap: 1rem;
} */

@media (max-width: 768px) {
	/* .pfplace{
		padding-left: 1em;
	}
	.pf-threecol .pfrow {
		grid-template-columns: 1fr;
		gap: .5rem;
	} */
}

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

.award{
	width: 90%;
	max-width: 800px;
	margin: 60px auto 0;
	padding-bottom: 60px;
	border-bottom: 1px solid rgba(0, 0, 0, .3);
}
.profile ul{
	margin-top: 3em;
}
.profile li{
	margin-top: 2em;
	line-height: 2.5;
}
@media (max-width: 768px) {
	.award{
		margin-top: 40px;
		padding-bottom: 40px;
	}
	.profile ul{
		margin-top: 2em;
	}
	.profile li{
		line-height: 2;
	}
}

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

.p-group{
	width: 90%;
	max-width: 800px;
	margin: 60px auto 0;
	padding-bottom: 60px;
}

.profile .p-group li{
	margin-top: 1em;
}
@media (max-width: 768px) {
	.p-group{
		margin-top: 40px;
	}
}

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

　   出版物・Publication

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

.publititle{
	font-weight: 600;
	font-size: 1.7em;
}
.press{
	margin-top: 3em;
	padding-top: 60px;
	border-top: 1px solid rgba(0, 0, 0, .3);
}
.publi-list ul li{
	margin-top: 50px;
	line-height: 2;
	/* position: relative; */
}
/* .publi-list ul li::before{
	display: block;
	content: "";
	width: 7px;
	height: 7px;
	background-color: #000;
	position: absolute;
	top: 10px;
	left: -35px;
	border-radius: 50px;
} */
.publi-list ul li a{
	padding-top: 1em;
	display: inline-block;
	color: #D77D34;
	border-bottom: #D77D34 1px solid;
}
@media (max-width: 768px) {
	.publititle{
		font-size: 1.5em;
	}
	.press{
		margin-top: 1.5em;
		padding-top: 40px;
	}
	.publi-list ul li{
		margin-top: 40px;
		padding-left: 1.5em;
	}
	.publi-list ul li::before{
		left: 0;
	}
	.publi-list ul li a{
		padding-top: 10px;
	}
}

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

.peer{
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid rgba(0, 0, 0, .3);
}
@media (max-width: 768px) {
	.peer{
		margin-top: 40px;
		padding-top: 40px;	
	}
}

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

.conference{
	margin-top: 60px;
	padding: 60px 0;
	border-top: 1px solid rgba(0, 0, 0, .3);
}
@media (max-width: 768px) {
	.conference{
		margin-top: 40px;
		padding-top: 40px;	
	}
}

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

　   講演・イベント・Outreach

--------------------------------------------------------------------------------------------- */
.outreach #outreach div.inner{
	width: 90%;
	max-width: 800px;
}
.outreach #outreach{
	border-top: none;
	padding: 0;
}
.outreach #outreach div.inner ul{
	padding-bottom: 20px;
}
.outreach #outreach div.inner ul li{
	padding: 40px 0;
}
.outreach #outreach div.inner ul li:first-child{
	padding: 0 0 40px 0;
}

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

　   コラム・Column

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

.column #blog{
	border-top: none;
	padding: 0;
}
.column #blog div.inner ul li{
	margin-bottom: 70px;
}
.column #blog ul li .img-trim {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.column #blog .nav-links{
	display: flex;
	justify-content: center;
}

.column #blog .page-numbers{
	font-size: 1.2em;
	margin: 1em;
	display: block;
}
.column #blog .page-numbers.current{
	color: #fff;
	position: relative;
	z-index: 1;
}
.column #blog .page-numbers.current::before{
	display: block;
	content: "";
	width: 35px;
	height: 35px;
	background-color: rgba(0, 0, 0, 1);
	border-radius: 999px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
@media (max-width: 768px) {
	.column #blog div.inner ul li{
		margin-bottom: 30px;
	}
}


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

　   コラム / 中ページ・Column / page

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

.column-page{
	margin: 160px 0 100px;
	width: 100%;
}
.column-page .blog-main-img{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}
.column-page #blog-page .img-trim{
	width: 100%;
	display: block;
	height: auto;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.column-page .blog-textbox{
	width: 90%;
	max-width: 600px;
	margin: 80px auto;
}
.column-page .blog-textbox .blog-title{
	font-size: 1.6em;
	line-height: 1.8;
	margin-bottom: 1.5em;
}
.column-page .blog-textbox .blog-text{
	margin: 50px 0;
}
.column-page .blog-textbox .blog-text p{
	font-size: 1.1em;
	line-height: 1.8;
	margin: 2em 0;
	text-align: justify;
}
.column-page .blog-textbox .blog-text p img{
	display: block;
	margin: 0 auto;
}

html[lang="en-US"] .column-page .blog-textbox .blog-text p {
	text-align: left;
	word-break: keep-all;
	white-space: normal;
}
.column-page div.btn a{
	color: #000;
	background-color: rgba(0, 0, 0, 0);
	border: #000 1px solid;
	padding: 1.5em 5em;
	line-height: 1;
	transition: all .6s;
}

.column-page div.btn a:hover{
	padding: 1.5em 5.5em;
}

@media (max-width: 768px) {
	.column-page{
		margin: 70px 0 80px;
		width: 100%;
	}
	.column-page .blog-textbox{
		margin: 40px auto;
	}
	.column-page .blog-textbox .blog-title{
		font-size: 1.4em;
		line-height: 1.5;
		margin-bottom: 1em;
	}
	.column-page .blog-textbox .blog-text p{
		font-size: 1em;
	}
}

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

　   コンタクト・Contact

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

.contact .inner{
	width: 90%;
	max-width: 620px;
}
.contact .c-text{
	font-size: 1em;
	line-height: 2;
	margin-bottom: 3em;
	text-align: left;
}
.contact fieldset{
  border: none;
  padding: 0;
  width: 100%;
  margin: 0 auto 100px;
  text-align: left;
}
.contact .field {
  margin-bottom: 70px;
}
.contact .m-field{
  margin-bottom: 20px;
}

.contact label {
  font-weight: 300;
  margin-bottom: 1em;
}

.contact input,
.contact textarea {
  width: 100%;
  padding: 10px 12px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, .3);
  box-sizing: border-box;
  font: inherit;
  background-color: rgba(0, 0, 0, 0);
}
.m-field input,
.m-field textarea{
	border: 1px solid rgba(0, 0, 0, .3);
	resize: none;
}
.contact input:focus,
.contact textarea:focus {
  outline: none;
}
.contact .req {
  font-size: 0.85em;
}
.contact .c-button input{
  padding: 1em 0;
  width: 13em;
  border: none;
  background: #000;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  display: block;
  margin: auto;
  border-radius: 999px;
  transition: all .6s;
}
.contact .c-button input:hover {
  width: 13.5em;
}

@media (max-width: 480px) {
  .contact { padding: 12px; }
  .contact fieldset{
  margin: 0 auto;
}
}

.mw_wp_form_input .confirm-text { 
	display: none; 
}
.mw_wp_form_confirm .input-text { 
	display: none; 
}
.mw_wp_form_complete .input-text,
.mw_wp_form_complete .confirm-text { 
	display: none; 
}

.contact .mw_wp_form_confirm .field { 
	margin-bottom: 50px;
	padding-bottom: 15px;
	border-bottom: rgba(0, 0, 0, .3) solid 1px;
}
.contact .mw_wp_form_confirm label { 
	line-height: 3;
}
.contact .m-field label { 
	line-height: 3;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

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

　   page.php・共通

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

.page-content{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}
.page-content p{
	font-size: 1.2em;
	line-height: 2;
}
@media (max-width: 768px) {
	.page-content{
		width: 90%;
		padding-bottom: 0;
	}
}

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

　   404.php・共通

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

.error-404 .c-text{
	text-align: center;
	margin-bottom: 5em;
	line-height: 2;
}
