@charset "UTF-8";

@import url("./wp.css");



/* ========================================================
  
  Components

======================================================== */

/*-----------------------------------------------
 Components - date / title
-----------------------------------------------*/
.entry-date {
	display: block;
	color: #0087B6;
	font-family: "Gilda Display", serif;
	font-weight: 400;
	font-style: normal;
	font-size: min(95%);
	line-height: 1em;
	letter-spacing: .1em;
	margin-bottom: .8em;
} 
.contentpage.page-blog .entry-date{
	color: #7A659E;
}
.entry-title {
	font-size: min(1.8vw,112%);
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: .05em;
	margin-bottom: .5em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.entry-date {
	font-size: 90%;
}
.entry-title {
	font-size: 105%;
	letter-spacing: .06em;
}
}

/*-----------------------------------------------
 Components - post_cat
-----------------------------------------------*/
.post_cat {
	font-size: 90%;
	line-height: 1.2;
	color: #0087B6;
	display: flex;
    flex-wrap: wrap;
	justify-content: center;
	gap: .2em 1em;
	margin-bottom: 120px;
}
.entry_list .post_cat{
	margin-bottom: 0!important;
}
.contentpage.page-blog .post_cat{
	color: #7A659E;
}
.post_cat li a {
	color: #0087B6;
	text-decoration: underline;
}
.contentpage.page-blog .post_cat a{
	color: #7A659E;
}
.post_cat li a:hover {
	text-decoration: none;
}
.post_cat li.is-active a {
	text-decoration: none;
	pointer-events: none;
}

.entry_list .post_cat {
	justify-content: flex-start;
	font-size: 94%;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.post_cat {
	margin-bottom: 10%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.post_cat {
	font-size: 80% !important;
	margin-bottom: 10%;
}
}

/*-----------------------------------------------
 Components - entry-author
-----------------------------------------------*/
.entry-author {
	margin-top: 1.5em;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
	row-gap: .2em;
}
.entry-author a {
	text-decoration: underline;
}
.entry-author a:hover {
	text-decoration: none;
	color: #666;
}
.entry-author dl {
	display: flex;
    justify-content: center;
}
.entry-author dl::after {
	content: "／";
}
.entry-author dl:last-child::after {
	display: none;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.entry-author {
	font-size: 90%;
	margin-top: .5em;
}
}


/* ========================================================
  
  Layout

======================================================== */
main {
	padding-bottom: min(10%,120px);
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
main {
	padding-bottom: 15%;
}
}


/*-----------------------------------------------
 Layout - post-footer
-----------------------------------------------*/
.post-footer {
	padding-top: min(10%,80px);
	border-top: 1px solid #D1D1D1;
	margin-top: 100px;
}

.post-footer__inner {
	display: grid;
	row-gap: 2em;
	max-width: 1100px;
	margin-inline: auto;
}

.post-footer__ttl {
	font-size: min(2vw,118%);
	font-weight: bold;
	color: #054263;
	letter-spacing: .1em;
	margin-bottom: .6em;
}
/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.post-footer__inner {
	width: 96%;
	justify-content: space-between;
	grid-template-columns: 37% 55%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.post-footer {
	padding-top: 12%;
	margin-top: 12%;
}

.post-footer__ttl {
	font-size: 100%;
	letter-spacing: .08em;
}
}

/* Layout - post-footer - recent_posts
-----------------------------------------------*/
.recent_posts {
	border-top: solid rgba(129,142,153,0.3) 1px;
}
.recent_posts li {
	border-bottom: solid rgba(129,142,153,0.3) 1px;
}
.recent_posts a {
	display: block;
	position: relative;
	line-height: 1.5;
	padding: 1em 0;
	padding-left: 1.8em;
}
.recent_posts a::before {
	position: absolute;
	content: "";
	background-color: #054263;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	left: 0;
	top: 50%;
	translate: 0 -50%;
}
.recent_posts a:hover {
	color: #054263;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.recent_posts a {
	font-size: 90%;
	padding-top: .7em;
	padding-bottom: .7em;
}
}

/* Layout - post-footer - supervisor_box
-----------------------------------------------*/
.supervisor_box .sup_position {
	font-size: 90%;
	letter-spacing: .1em;
	line-height: 1.5;
	margin-bottom: .6em;
}
.supervisor_box .sup_name {
	font-size: min(2.5vw,148%);
	letter-spacing: .2em;
	line-height: 1.2;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.supervisor_box .sup_free_area {
	font-size: 85%;
	line-height: 1.6;
	margin-top: 1.0em;
}
.supervisor_box .sup_free_area a {
	text-decoration: underline;
}
.supervisor_box .sup_free_area a:hover {
	text-decoration: none;
}
.supervisor_box .arrow_com {
	margin-top: 1.5em;
	max-width: 100%;
}
.supervisor_box .arrow_com span{
	padding-left: 1em!important;
	padding-right: 1em!important;
	min-width: auto;
	max-width: 15.75em;
	width: 100%;
}
/* PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) {

.supervisor_box .supervisor_layout {
	display: grid;
    justify-content: space-between;
	grid-template-columns: 32% 60%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.supervisor_box .supervisor_layout {
	display: block;
}
.supervisor_box .supervisor_layout .img_box {
	width: 40%;
	max-width: 100%;
	margin: 0 auto 1.2em;
}
.supervisor_box .supervisor_layout .txt_box {
	width: 80%;
	max-width: 100%;
	margin: 0 auto;
}
.supervisor_box .sup_position,
.supervisor_box .sup_name {
	text-align: center;
}
.supervisor_box .sup_position {
	font-size: 90%;
}
.supervisor_box .sup_name {
	font-size: 110%;
}
.supervisor_box .sup_free_area {
	font-size: 90%;
	letter-spacing: normal;
}
.supervisor_box .arrow_com {
	text-align: center;
}
}




/* ========================================================
  
  List page

======================================================== */
.entry_list {
	width: 96%;
	max-width: 1100px;
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3,31%);
	margin-inline: auto;
}
.entry_list article {
	padding: 2.3em 0;
}
.entry_list article:nth-of-type(n+4) {
	border-top: 1px solid #818E99;
}
.entry_list article:nth-of-type(-n+3){
	padding-top: 0;
}
.entry_list article > a {
	display: block;
}
.entry_list .img_thum {
	position: relative;
	width: 100%;
	overflow: hidden; 
	margin-bottom: 1.5em;
}
.entry_list .img_thum::before {
	content: "";
	display: block;
	padding-top: 60%;
}
.entry_list .img_thum img {
	display: block;
	position: absolute;
	object-fit: cover;
	width: 100%;
	max-width: none;
	height: 100%;
	left: 0;
	top: 0;
	transition: all 1.0s ease-out;
}
.entry_list .entry-title::after {
	position: absolute;
	font-family: 'fontello';
	content: '\e804';
	font-size: 0.8em;
	line-height: 1em;
	color: #0087B6;
	opacity: 0;
	margin-left: -0.2em;
	margin-top: 0.3em;
	transition: all .5s;
}
.contentpage.page-blog .entry_list .entry-title::after{
	color: #7A659E;
}
.entry_list article > a:hover .entry-title::after {
	opacity: 1;
	margin-left: .3em;
}
.entry_list article > a:hover img {
	transition: all 0.4s ease-out;
	transform: scale(1.1);
}
/* blog */
.page-blog .entry_list {
	row-gap: 4em;
}
.page-blog .entry_list article {
	padding: 0 !important;
	border: none !important;
}
/* アーカイブタイトル */
.archive-title {
	display: none;
	text-align: right;
	letter-spacing: .2em;
	line-height: 1.0em;
	margin-bottom: 40px;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.entry_list {
	display: grid;
	grid-template-columns: repeat(2,48%);
}
.entry_list article {
	padding: 1.8em 0!important;
}
.entry_list article:nth-of-type(n+3) {
	border-top: 1px solid var(--color-bdr);
}
.entry_list article:nth-of-type(-n+2){
	padding-top: 0!important;
}
.entry_list .img_thum {
	margin-bottom: .8em;
}
/* blog */
.page-blog .entry_list {
	row-gap: 2.5em;
}
/* アーカイブタイトル */
.archive-title {
	font-size: 100%;
	margin-bottom: 4%;
}
}



/* ========================================================
  
  Single

======================================================== */
.free_area > * {
	width: 96%;
	max-width: 1000px;
	margin-inline: auto;
}
.single_page .entry-inf {
	text-align: center;
	margin-bottom: 80px;
}
.single_page .entry-date {
	font-size: min(2.1vw,148%);
	margin-bottom: 1em;
}
.single_page .entry-title {
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: min(3.2vw,235%);
	margin-bottom: 40px;
}
.single_page .post_cat{
	margin-bottom: 0;
}
.single_page .arrow_com.backtoList span {
	min-width: auto;
	max-width: 17em;
	width: 100%;
	padding-left: 1em!important;
	padding-right: 1em!important;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.single_page .entry-inf {
	margin-bottom: 8%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.single_page .entry-inf {
	margin-bottom: 10%;
}
.single_page .entry-title {
	font-size: 125%;
}
}

/*-----------------------------------------------
 Single - heading
-----------------------------------------------*/
.free_area h3,
.free_area h4,
.free_area h5 {
	max-width: 1100px;
}


/*-----------------------------------------------
 Single - TOC
-----------------------------------------------*/
.single_page #toc_container {
	display: block !important;
	background: transparent !important;
	width: 90%;
	max-width: 1100px;
	font-size: 100%;
	letter-spacing: .12em;
	line-height: 1.2em;
	border-top: rgba(129,142,153,0.3) solid 2px;
	border-bottom: rgba(129,142,153,0.3) solid 2px;
	margin: 7.2% auto;
}
.single_page #toc_container .toc_title {
	position: relative;
	color: #054263;
	font-style: normal;
	font-size: min(2.4vw,142%);
	font-weight: bold;
	letter-spacing: .15em;
	background: url("../../images/topics/mokuzi.svg") no-repeat .5em center;
	background-size: .8em auto;
	padding: 1em 1.8em;
	margin: 0;
}
.single_page #toc_container .toc_title .toc_toggle {
	display: inline-block;
	vertical-align: 0.15em;
	font-size: 60%;
	letter-spacing: .15em;
}
.single_page #toc_container .toc_title .toc_toggle a {
	color: inherit !important;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}
.single_page #toc_container .toc_list {
	margin: 0;
	width: 100%;
	font-size: 94%;
	background-color: #fff;
}
.single_page #toc_container .toc_list > li {
	font-size: 100%;
}
.single_page #toc_container .toc_list > li:nth-of-type(odd) {
	background-color: #FAF9F6;
}
.single_page #toc_container .toc_list li {
	padding: 0;
	margin: 0;
	border-bottom: none;
}
.single_page #toc_container .toc_list li::before {
	display: none;
}
.single_page #toc_container .toc_list a {
	position: relative;
	display: block;
	color: inherit;
	color: #054263;
	font-weight: bold;
	line-height: 1.5em;
	padding: 1em 1.5em 1em 0;
	text-decoration: none;
	opacity: 1;
}
.single_page #toc_container .toc_list a:hover {
	color: #0087B6;
}

.single_page #toc_container .toc_list > li ul {
	margin: .5em 0 0 0;
}
.single_page #toc_container .toc_list > li li {
	font-size: 85% !important;
	padding-top: .4em !important;
	padding-bottom: .4em !important;
}

.single_page #toc_container .toc_list .toc_number {
	display: inline-block;
	color: #0087B6;
	width: 3em;
	text-align: center;
	font-size: 143%;
	letter-spacing: .12em;
	line-height: 1;
	font-family: "Gilda Display", serif;
	font-weight: 400;
	font-style: normal;
	border-right: solid 1px currentColor;
	margin-right: .6em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.single_page #toc_container {
	width: 96%;
	margin-top: 10%;
	margin-bottom: 14%;
}
.single_page #toc_container .toc_title {
	font-size: 110%;
	padding-bottom: .8em;
}
.single_page #toc_container .toc_list {
	font-size: 90%;
}
.single_page #toc_container .toc_list a {
	padding-top: .7em;
	padding-bottom: .7em;
}

.single_page #toc_container .toc_list .toc_number {
	width: 2.6em;
	font-size: 130%;
}
}



/* ========================================================
  
 m_img_area

======================================================== */
.contentpage .m_img_area{
	margin-bottom: 120px;
}
.contentpage .m_img_area .m_img{
	background-image: url("../../images/topics/m_img_news@2x.jpg");
}
.contentpage.page-blog .m_img_area .m_img{
	background-image: url("../../images/topics/m_img_blog@2x.jpg");
}
/* PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) {

}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.contentpage .m_img_area{
	margin-bottom: 10%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.contentpage .m_img_area{
	margin-bottom: 10%;
}
}


/* ========================================================
  
 com_idx

======================================================== */
.com_idx {
	background: #FBF3DE;
	padding-top: 1.3em;
	padding-bottom: 1.092em;
	margin-bottom: 70px;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_idx {
	margin-bottom: 5%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_idx {
	margin-bottom: 6%;
}
}