@charset "utf-8";

/* 共通
------------------------------------------------------------*/
.title_area {
	width: 90%;
	height: clamp(250px,calc(400/1200*100vw),400px);
	position: relative;
	margin: clamp(90px,calc(140/1200*100vw),140px) auto clamp(150px,calc(200/1200*100vw),200px);
	border-radius: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.title_area.profile_title {background-image: url("../images/profile-title.webp");}
.title_area.service_title {background-image: url("../images/service-title.webp");}
.title_area.infor_title {background-image: url("../images/infor-title.webp");}
.title_area.contact_title {background-image: url("../images/contact-title.webp");}
.title_area .inner_title {
	position: absolute;
	background-color: #ffffff;
	width: clamp(200px,calc(300/1200*100vw),300px);
	height: clamp(200px,calc(300/1200*100vw),300px);
	border-radius: 50%;
	left: 50%;
	transform: translateX(-50%);
	bottom: clamp(-150px,calc(-150/1200*100vw),-100px);
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	flex-direction: column;
	padding-top: clamp(60px,calc(100/1200*100vw),100px);
}
.title_area .inner_title h2 {
	font-size: clamp(22px,calc(36/1200*100vw),36px);
	text-align: center;
	line-height: 120%;
}
.title_area .inner_title p {
	color: #96631a;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: bold;
	font-size: clamp(16px,calc(22/1200*100vw),22px);
	margin-bottom: 30px;
}
.title_area .inner_title::after {
	content: "";
	width: 2px;
	height: clamp(30px,calc(50/1200*100vw),50px);
	background-color: #3e2111;
}
#inner_wrap {
	max-width: 1200px;
	width: 90%;
	margin: auto;
	padding-bottom: clamp(100px,calc(200/1200*100vw),200px);
}

/* プロフィール
------------------------------------------------------------*/
.profile {
	border-bottom: 2px solid #96631a;
	margin-bottom: clamp(50px,calc(100/1200*100vw),100px);
	padding-bottom: clamp(50px,calc(100/1200*100vw),100px);
}
.profile dl {
	width: clamp(250px,calc(750/1200*100vw),750px);
	margin: 0 auto 50px;
	border-top: 2px solid #bda25d;
	border-bottom: 2px solid #bda25d;
	padding: clamp(30px,calc(50/1200*100vw),50px) 0;
}
.profile dl dt {
	text-align: center;
	color: #bda25d;
	font-size: clamp(20px,calc(30/1200*100vw),30px);
	margin-bottom: 20px;
}
.profile dl dd {
	text-align: center;
	color: #bda25d;
	line-height: 200%;
}
.profile .detail .txt {width: 62.5%;}
.profile .detail .img {width: 33%;}
.career h3 {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background-color: #96631a;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-weight: bold;
	font-size: clamp(20px,calc(30/1200*100vw),30px);
}
.career .detail {width: calc(100% - 250px);}
.career .detail p {margin-bottom: 50px;}
.career a.btn {
	border: 2px solid #96631a;
	color: #96631a;
	width: 500px;
	font-size: clamp(14px,calc(22/1200*100vw),22px);
	margin: auto;
}
.career  a.btn::after {background: #96631a;}
.career a.btn:hover {color: #ffffff;}

/* 個人様向けサービス
------------------------------------------------------------*/
.service_message {
	width: clamp(100%,calc(750/1200*100vw),750px);
	margin: 0 auto clamp(80px,calc(100/1200*100vw),100px);
	border-top: 2px solid #bda25d;
	border-bottom: 2px solid #bda25d;
	padding: clamp(30px,calc(50/1200*100vw),50px) 0;
}
.service_message p {color: #bda25d;}
.service_area ul {margin-bottom: clamp(80px,calc(100/1200*100vw),100px);}
.service_area ul li {width: 31%;}
.service_area ul li .img {margin-bottom: 30px;}
.service_area ul li h3 {
	text-align: center;
	border-bottom: 2px solid #bda25d;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: clamp(18px,calc(20/1200*100vw),20px);
}
.service_area ul li p {margin-bottom: 30px;}
.service_area ul li .fee {
	border: 2px solid #96631a;
	color: #96631a;
	text-align: center;
	font-size: clamp(18px,calc(20/1200*100vw),20px);
	padding: 15px 10px;
}
.service_pickup ul {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.service_pickup ul li {
	width: 100%;
	background-color: #ffffff;
	border-radius: 20px;
	box-shadow: 0px 0px 15px -5px #777777;
	padding: clamp(15px,calc(30/1200*100vw),30px);
}
.service_pickup ul li .img {width: 300px;}
.service_pickup ul li .detail {width: calc(100% - 350px);}
.service_pickup ul li .detail h3 {
	border-bottom: 2px solid #bda25d;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.service_pickup ul li .detail p {margin-bottom: 20px;}
.service_pickup ul li a {
	display: block;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	background-color: #96631a;
	max-width: 300px;
	width: 100%;
	padding: 15px;
	border-radius: 50px;
	font-size: 20px;
	line-height: 120%;
	margin: auto;
}
.service_pickup ul li a span {
	color: #ffffff;
	font-size: 16px;
}
.service_cont li{display: flex;flex-direction: column; }
.service_cont p{flex-grow: 1;}

/* 講演実績・執筆等
------------------------------------------------------------*/
.category_area {width: 250px;}
.infor_area {width: calc(100% - 300px);}
.category_area h3 {
	font-size: clamp(20px,calc(34/1200*100vw),34px);
	font-weight: bold;
	text-align: center;
	border-bottom: 2px solid #3e2111;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
.category_area ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.category_area a {
	font-size: clamp(16px,calc(26/1200*100vw),26px);
	color: #3e2111;
	position: relative;
	padding-bottom: 3px;
}
.category_area a::before {
	background: #bda25d;
	content: '';
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}
.category_area a:hover::before,.category_area a.current::before {
	transform-origin: left top;
	transform: scale(1, 1);
}
.information_list {
	display: flex;
	flex-direction: column;
	gap: clamp(20px,calc(30/1200*100vw),30px);
	margin-bottom: clamp(50px,calc(100/1200*100vw),100px);
}
.information_list li {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 10px;
	border-bottom: 2px solid #3e2111;
	padding-bottom: clamp(20px,calc(30/1200*100vw),30px);
}
.information_list li span,.information_list li a {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: clamp(14px,calc(18/1200*100vw),18px);
}
.information_list li .category {
	color: #ffffff;
	border-radius: 30px;
	display: block;
	text-align: center;
	width: 114px;
}
.information_list li.seminar .category {background-color: #3e2111;}
.information_list li.writing .category {background-color: #96631a;}
.information_list li.news .category {background-color: #bda25d;}
.information_list li a {color: #3e2111;}
.pager {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.pager li a,.pager li span {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	color: #ffffff;
	background-color: #3e2111;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	transition: .5s;
}
.pager li span {background-color:#FFF;border:1px solid #3e2111;color:#3e2111}
.pager li a:hover {background-color: #96631a;}

.entryti {
	text-align: center;
	border-bottom: 2px solid #bda25d;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: clamp(18px,calc(20/1200*100vw),22px);
}
time{display:block;text-align: right;margin-bottom: 20px;}
.entry p,.entry ol ,.entry ul {margin-bottom:2em;}
.entry h3{margin-bottom:2rem;font-size: 20px;background:#bda25d; color:#FFF; padding:8px 10px;border-radius: 10px;}

.entry h4{
    border: none;
    display: block;
    font-size: clamp(18px,calc(20/1200*100vw),20px);
	color:#3e2111;
	border-bottom: 2px dotted #3e2111;
    padding: 0.5rem;
    position: relative;
	margin-bottom: 2rem;
}
.entry ol li:not(:last-child),.entry ul li:not(:last-child){margin-bottom: 10px;}
.entry ul{background:#F5F2EA;padding:20px; border-radius: 10px;}
.entry ul li{padding-left:1em;text-indent: -1em;}
.entry ul li::before{content: "";display:inline-block; width:7px;height: 7px;background:#bda25d;border-radius: 50%;margin-right: 10px;}	

.entry ol {
	border:1px solid #bda25d;
	border-radius: 10px;
	padding:20px 20px 20px 15px;
	counter-reset: my-counter;
	list-style: none;
}
.entry ol li {
  line-height: 1.5;
  padding-left: 30px;
  position: relative;
}
.entry ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid #3e2111;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #3e2111;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 1.5px;
  left: 0;
}

.entry a{text-decoration:underline; color:#0075c1;}
.entry a:hover{text-decoration:none;}
a.entrynav{
	display: inline-block;
	width:200px !important;
	border-radius: 20px;
	text-align: center;
	color:#FFF !important;
	background-color: #96631a;
	font-weight: 300;
	padding:5px 0;
}
a.entrynav:hover{
	opacity: 1.0!important;
	transform: scale(1.05);
}
/* お問合わせ
------------------------------------------------------------*/
.form-detail {width: 30%;}
#mailformpro {width: 62.5%;}
.form-detail p {
	font-size: clamp(16px,calc(20/1200*100vw),20px);
	line-height: 200%;
	margin-bottom: clamp(30px,calc(100/1200*100vw),100px);
}
.form-detail a {
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	background-color: #96631a;
	border: 2px solid #96631a;
	transition:.5s;
	font-weight: bold;
	font-size: clamp(16px,calc(22/1200*100vw),22px);
}
.form-detail a:hover {
	color: #96631a;
	background-color: #ffffff;
}
.thanks-area .ornament {
	width: 60%;
	margin: auto;
}
.thanks-area h3 {
	text-align: center;
	font-weight: bold;
	font-size: clamp(20px,calc(40/1200*100vw),40px);
	margin-bottom: 30px;
}
.thanks-area p {
	font-size: clamp(16px,calc(22/1200*100vw),22px);
}
#mfp_thanks{text-align:center;font-size: clamp(16px,calc(22/1200*100vw),18px)}
/*----------------------------------------------------------*/
/* ブレイクポイント
------------------------------------------------------------*/
/* 1024px以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
	.service_area ul {gap: 50px;}
	.service_area ul li {width: 100%;}
	.service_area ul li .img {
		max-width: 300px;
		width: 100%;
		margin: 0 auto 30px;
	}
	.service_pickup ul li .img {width: 200px;}
	.service_pickup ul li .detail {width: calc(100% - 230px);}
	.category_area {width: 150px;}
	.infor_area {width: calc(100% - 180px);}
	
	
}

/* 750px以下から
------------------------------------------------------------*/
@media only screen and (max-width:750px){
	.profile .detail .txt {
		width: 100%;
		order: 2;
	}
	.profile .detail .img {
		width: 80%;
		order: 1;
		margin: 0 auto 50px;
	}
	.career h3 {
		width: 150px;
		height: 150px;
		margin: 0 auto 30px;
	}
	.career .detail {width: 100%;}
	.career a.btn {width: 100%;}
	
	.service_pickup ul li .img {
		max-width: 300px;
		width: 80%;
		margin: 0 auto 20px;
	}
	.service_pickup ul li .detail {width: 100%;}
	.service_pickup ul li a {
		padding: 10px;
		font-size: 18px;
	}
	.service_pickup ul li a span {font-size: 14px;}
	.category_area {
		width: 100%;
		margin-bottom: 50px;
	}
	.infor_area {width: 100%;}
	.category_area ul {
		flex-direction: row;
		justify-content: center;
		flex-wrap: wrap;
	}
	.pager {gap: 10px;}
	.form-detail {
		width: 100%;
		margin-bottom: 50px;
	}
	#mailformpro {width: 100%;}
	.form-detail p {
		font-size: clamp(16px,calc(20/1200*100vw),20px);
		line-height: 200%;
		margin-bottom: clamp(30px,calc(100/1200*100vw),100px);
	}
	.form-detail a {
		width: 250px;
		height: 40px;
		margin: auto;
	}
	/*記事*/
	.entry table{width:100% !important;}
	.entry table td{width:100% !important;display:block;}
}
