
@charset "UTF-8";

main, header {
	border-left: 5px solid var(--orange);
}

.hero_area {
	height: 70vh;
	position: relative;
	background-size: cover;
	background-position: center;
}

.hero_area span {
	font-family: var(--mincho);
	position: absolute;
	left: 15%;
	bottom: -.6em;
	font-size: 4.5em;
	font-weight: bold;
	color: var(--white);
	text-shadow: 1px 0 0 var(--orange), -1px 0 0 var(--orange), 0 -1px 0 var(--orange), 0 1px 0 var(--orange);
}

.hero_area span::first-letter {
	text-transform: uppercase;
}

header {
	position: relative;
}

header .description {
	background: var(--lightgray);
	height: 100px;
	z-index: -5;
}

header  .description div {
	position: relative;
	top: 40%;
}

header h2 {
	color: var(--orange);
	font-size: 1.2em;
	margin-right: 2em;
}

header p {
	font-size: .8em;
}

nav ul {
	list-style-type: none;
	text-decoration: none;
	margin: 0 2em 2em 2em;
}

nav ul li {
	margin-bottom: 1.5em;
}

nav ul li a {
	color: var(--dark);
	text-shadow: var(--white) 0 0 15px;
}

nav ul li a:hover {
	color: var(--orange);
}

nav ul li:last-child {
	margin-top: 2.5em;
}

nav ul li:last-child svg {
	transform: scale(.7);
}

nav ul li a:hover svg {
	stroke: var(--orange);
}

nav ul li a:hover svg path {
	fill: var(--orange);
}

nav ul li a:hover svg g {
	stroke: var(--orange);
}

aside.head {
	position: fixed;
	width: 100%;
	z-index: 999;
	pointer-events: none;
}

aside.head a {
	pointer-events: painted;
	height: fit-content;
}

aside.head nav {
	height: 100vh;
	background: var(--white);
	top: 0;
	right: 0;
	padding: 1.5em;
}

aside.head h1 img {
	filter: drop-shadow(0 0 2px var(--black));
	transition: all .5s ease-out;
}

aside.head h1 img:hover {
	filter: drop-shadow(0 0 4px var(--dark));
}

.ticker {
	position: absolute;
	bottom: cal(20% - 100px);
	right: 10%;
	width: 30% !important;
}

.ticker a {
	background: rgba(255, 255, 255, .78) !important;
	box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
	backdrop-filter: blur(6.4px);
	-webkit-backdrop-filter: blur(6.4px);
	text-decoration: none;
	color: var(--black);
	padding: 15px;
}

.ticker a .per20 {
	color: var(--gray);
	font-weight: normal;
	border: 1px solid var(--gray);
	font-size: .75em;
	margin-right: 1em;
}

.ticker a .per80 {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ticker a .per80 span {
	display: none;
}

.ticker a .per80 span {
	padding: .2em .2em !important;
	border: none;
}

/*-- main --*/
header h1 img {
	max-width: 80%;
}

section.page {
	width: 70%;
}

.medical_temp section.page {
	width: 100%;
}

section.page table {
	font-size: .8em;
}

section.page p {
	line-height: 1.8;
	margin-bottom: 1.2em;
	font-size: .9em;
}

.header_title_area {
	color: var(--orange);
}

.header_title_area span {
	line-height: 1em;
	position: relative;
	font-size: 3.3em;
	font-weight: bold;
	display: inline-block;
	width: 100%;
	text-transform: capitalize;
}

.header_title_area h2 {
	font-size: 1em;
	top: 1em;
	position: relative;
}

.header_title_area h2 i {
	font-style: normal;
	display: inline-block;
	margin: 0 .5em;
}

.header_title_area p {
	font-size: .75em;
}

/*-- layout*/
section.blog, section.type-news, section.type-blog-archives {
	width: 70%;
}

/*-- header --*/
.single .hero_area {
	position: relative;
}

.single .blog_single_head {
	color: var(--black);
}

.single .blog_single_head h2 span {
	margin-left: 1em;
	position: relative;
	font-size: .5em;
	font-weight: normal;
	display: inline-block;
	text-transform: capitalize;
}

.single .blog_single_head h2::before {
	content: "";
	display: block;
	border-top: 2px solid var(--orange);
	height: 2px;
	width: 1.5em;
	position: absolute;
	left: -2em;
	top: 50%;
}

.single .blog_single_head h2 {
	font-size: 1.7em;
	position: relative;
	color: var(--orange);
	font-weight: normal;
}

.single .blog_single_head h3 {
	font-weight: normal;
	font-size: 1.5em;
	padding-bottom: .3em;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 1.2em;
	max-height: calc(1.2em * 3);
}

.single .blog_single_head p {
	font-size: .75em;
}

.single .blog_single_head p a {
	font-size: .8em;
	text-decoration: none;
	background: var(--dark);
	color: var(--white);
	padding: .4em .7em;
	border-radius: 1em;
	margin-right: .8em;
}

.single .blog_single_head img {
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-right: 1em;
	object-fit: cover;
}

.single .blog_single_head figure {
	margin-bottom: 0;
}

.single .blog_single_head .author {
	line-height: 1em;
	text-decoration: none;
	color: var(--black);
	font-weight: bold;
}

.single .blog_single_head .author:hover {
	color: var(--orange);
}

.single .blog_single_head .author span {
	font-size: 1em;
	font-weight: bold;
}

.single .blog_single_head .author span.job {
	font-size: .8em;
	font-weight: normal;
}

.single main section[class*="post-"] {
	padding-bottom: 5em;
}

.single main section p {
	color: var(--dark);
	line-height: 1.7em;
	margin-bottom: 1.2em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Helvetica, Arial, "ＭＳ Ｐゴシック", sans-serif;
}

.single main section p.blogdate {
	font-size: .8em;
}

.single main section h1 {
	color: var(--orange);
	font-size: 1.8em;
	border-bottom: 1px solid var(--lightgray);
	padding-bottom: 1em;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

.single main section h2 {
	color: var(--orange);
	font-size: 1.1em;
	border-left: 7px solid var(--orange);
	padding-left: 1em;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.single main section h3 {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.single main section strong {
	color: var(--orange);
}

.single main section ul {
	list-style-type: none;
	padding-left: 0;
}

.single main section ul li:before {
	content: "";
	width: .9em;
	height: .9em;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	margin-right: .5em;
}

.single main section ul li:before {
	background-color: var(--orange);
}

.single main section ul.blocks-gallery-grid li:before {
	content: none;
}

.single main section blockquote {
	padding: 1.2em;
	position: relative;
	margin-top: 1.6em;
	margin-bottom: 1.6em;
	border: 1px solid var(--gray);
}

.single main section blockquote::before {
	content: "";
	display: block;
	height: 5em;
	width: 5em;
	position: absolute;
	top: -1px;
	right: -1px;
	border-top: 1px solid var(--white);
	border-right: 1px solid var(--white);
}

.single main section blockquote::after {
	content: "";
	display: block;
	height: 5em;
	width: 5em;
	position: absolute;
	bottom: -1px;
	left: -1px;
	border-bottom: 1px solid var(--white);
	border-left: 1px solid var(--white);
}

.single main section blockquote p {
	z-index: 2;
}

.single main section table {
	border-collapse: separate;
	border-spacing: 5px;
	width: 100%;
	font-size: .7em;
	font-weight: bold;
	border: none;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.single main section table th, .single main section table td {
	padding: 1em 2em;
	border: none;
}

.single main section table th {
	background-color: var(--blown);
	color: var(--white);
}

.single main section table td {
	background-color: var(--lightgray);
}

.single main section .arrow_button {
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.share_area > span {
	font-family: var(--mincho);
	position: absolute;
	top: -.8em;
	left: 0;
	right: 0;
	font-size: 4.5em;
	font-weight: bold;
	color: var(--white);
	text-shadow: 1px 0 0 var(--black), -1px 0 0 var(--black), 0 -1px 0 var(--black), 0 1px 0 var(--black);
}

.share_area {
	background: var(--blown);
	position: relative;
	padding: 5em 0;
}

.share_area h3 {
	font-size: .85em;
	color: var(--white);
	position: relative;
}

.share_area h3::before {
	position: absolute;
	content: "";
	width: 2px;
	top: 2.5em;
	height: 3em;
	background: linear-gradient(to bottom, var(--white), transparent);
	left: 50%;
	z-index: 1;
}

.share_area a span {
	transition: all .2s ease-out;
	display: inline-block;
	width: 4em;
	height: 4em;
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 50%;
}

.share_area a span.icon-facebook {
	background-image: url("https://cdn-jgikf.nitrocdn.com/hMJhpLNGpqRFQAWZIGtAdhatWvlOlWsc/assets/images/optimized/rev-5cf0484/tokushikai.jp/wp-content/themes/tokushikai-pc/images/sakoda/common/ico_facebook.svg");
	background-color: #3b5998;
}

.share_area a span.icon-facebook.nitro-lazy {
	background-image: none !important;
}

.share_area a span.icon-twitter {
	background-image: url("https://cdn-jgikf.nitrocdn.com/hMJhpLNGpqRFQAWZIGtAdhatWvlOlWsc/assets/images/optimized/rev-5cf0484/tokushikai.jp/wp-content/themes/tokushikai-pc/images/sakoda/common/ico_twitter.svg");
	background-color: #6abfe0;
	margin-left: 1em;
	margin-right: 1em;
}

.share_area a span.icon-twitter.nitro-lazy {
	background-image: none !important;
}

.share_area a span.icon-line {
	background-image: url("https://cdn-jgikf.nitrocdn.com/hMJhpLNGpqRFQAWZIGtAdhatWvlOlWsc/assets/images/optimized/rev-5cf0484/tokushikai.jp/wp-content/themes/tokushikai-pc/images/sakoda/common/ico_line.svg");
	background-color: #00b900;
}

.share_area a span.icon-line.nitro-lazy {
	background-image: none !important;
}

.share_area a:hover span {
	background-position: 50% 40%;
	opacity: .85;
}

.recommend_area {
	background: linear-gradient(to bottom, var(--orange) 0 60%, transparent 60% 100%);
	position: relative;
}

.recommend_area > span, .recommend_area h3 {
	text-align: center;
}

.recommend_area > span {
	font-family: var(--mincho);
	position: absolute;
	top: -.8em;
	left: 0;
	right: 0;
	font-size: 4.5em;
	font-weight: bold;
	color: var(--white);
	text-shadow: 1px 0 0 var(--orange), -1px 0 0 var(--orange), 0 -1px 0 var(--orange), 0 1px 0 var(--orange);
}

.recommend_area h2 {
	font-weight: normal;
}

.recommend_area h3 {
	color: var(--white);
}

.recommend_area a {
	text-decoration: none;
	color: var(--black);
	transition: all .3s ease;
}

.recommend_area a > div {
	background-color: var(--white);
	color: var(--black);
	border-radius: 1em;
	box-shadow: 1px 1px 5px -2px var(--dark);
	position: relative;
	overflow: hidden;
}

.recommend_area a > div::before {
	content: "→";
	position: absolute;
	color: var(--white);
	font-size: 1em;
	font-weight: bold;
	bottom: .5em;
	right: .5em;
	z-index: 1;
}

.recommend_area a > div::after {
	content: "";
	background-color: var(--orange);
	transform: rotate(45deg);
	position: absolute;
	bottom: 0;
	bottom: -40px;
	right: 0;
	right: -40px;
	width: 1em;
	width: 5em;
	height: 1em;
	height: 5em;
	display: block;
}

.recommend_area div figure {
	position: relative;
	overflow: hidden;
	transition: all .3s ease;
	border-radius: 1em 1em 0 0;
	margin-bottom: 0;
}

.recommend_area a > div div {
	padding: 1em;
}

.recommend_area img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	transition: all .3s ease;
}

.recommend_area h4 {
	font-size: 1em;
}

.recommend_area p span.tag_list {
	background: var(--dark);
	color: var(--white);
	font-size: .7em;
	padding: .5em 1em;
	margin-right: 1.5em;
	border-radius: 1em;
}

.recommend_area aside img {
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-right: 1em;
}

.recommend_area a:hover div > figure::before img {
	transform: scale(1.2);
}

.recommend_area div > figure::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--dark);
	opacity: .8;
	z-index: 1;
	position: absolute;
	background-image: url("https://cdn-jgikf.nitrocdn.com/hMJhpLNGpqRFQAWZIGtAdhatWvlOlWsc/assets/images/optimized/rev-5cf0484/tokushikai.jp/wp-content/themes/tokushikai-pc/images/tokushikai/tokushikai_white_logo.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 35%;
}

.recommend_area aside div span {
	font-weight: bold;
	font-size: 1.1em;
}

.recommend_area aside div span.job {
	font-weight: normal;
	font-size: .7em;
}

.job {
	display: inline-block;
	font-size: .7em;
	width: 100%;
}

.job:empty {
	display: none;
}

.archive article {
	z-index: 1;
}

.archive article a {
	text-decoration: none;
	color: var(--dark);
	border-bottom: 1px solid var(--gray);
	display: block;
	width: 100%;
}

.archive article a:hover {
	background-color: var(--lightgray);
}

.archive article a > div {
	max-height: 250px;
}

.archive article figure.per30 {
	height: 250px;
	position: relative;
	overflow: hidden;
}

.archive article img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	transition: all .3s ease;
}

.archive article a:first-of-type {
	border-top: 1px solid var(--gray);
}

.archive section .per70 {
	padding: 1.5em;
}

.archive .per70 h4 {
	font-size: 1em;
}

.archive .per70 p span {
	background: var(--dark);
	color: var(--white);
	font-size: .7em;
	padding: .5em 1em;
	margin-right: 1.5em;
	border-radius: 1em;
}

.archive article aside img {
	border-radius: 50%;
	height: 50px;
	width: 50px;
	margin-right: 1em;
}

.archive article aside div span {
	font-weight: bold;
	font-size: 1.1em;
}

.archive article aside div span.job {
	font-weight: normal;
	font-size: .7em;
}

.archive div figure.per30::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--dark);
	opacity: .8;
	z-index: 1;
	position: absolute;
	background-image: url("https://cdn-jgikf.nitrocdn.com/hMJhpLNGpqRFQAWZIGtAdhatWvlOlWsc/assets/images/optimized/rev-5cf0484/tokushikai.jp/wp-content/themes/tokushikai-pc/images/tokushikai/tokushikai_white_logo.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 35%;
}

.archive a:hover figure.per30 img {
	transform: scale(1.2);
}

.archive article a.arrow_button::after {
	right: 3%;
}

.archive article a.arrow_button:hover::after {
	right: -1%;
	animation: none;
	transition: all .2s ease-out;
}

.archive .news {
	background: var(--lightgray);
}

.archive .news .flex > .flex {
	width: 100%;
}

.archive .news .arrow_button, .recommend_area .arrow_button {
	background: var(--white);
	padding: 1.5em 1em;
	border-radius: 1em;
}

.archive .news a p {
	font-size: .85em;
}

.archive .news a span, .single-news .recommend_area a.arrow_button span {
	background: var(--dark);
	display: inline-block;
	color: var(--white);
	border-radius: 1em;
	text-align: center;
	padding: .1em 1em;
	margin-right: 1em;
	font-size: .8em;
}

.archive .news .arrow_button::after, .recommend_area .arrow_button::after {
	right: 5%;
}

.archive .news .arrow_button:hover::after, .recommend_area .arrow_button:hover::after {
	right: 2%;
	animation: none;
	transition: all .2s ease-out;
}

.archive main.tow_tone_gray_bg_vertical {
	background: linear-gradient(to top, var(--lightgray) 0 100%, var(--white) 95% 100%);
}

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

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

.single-blog-archives section img[class*="mt"] {
	display: none !important;
}

.single-blog-archives section blockquote {
	padding: 1em 0 !important;
	border: none !important;
}

.single-blog-archives section blockquote::before, .single-blog-archives section blockquote::after {
	content: none;
}

/*-- upload images --*/
img[class*="align"], img[class*="wp-image-"] {
	height: auto;
}

img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.size-full {
	max-width: 97.5%;
	width: auto;
}

.single section {
	overflow: hidden;
	zoom: 1;
}

.single section:after {
	content: "";
	display: block;
	clear: both;
}

.wp-caption {
	margin-top: .4em;
}

.wp-caption {
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}

.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}

.wp-caption .wp-caption-text, .gallery-caption {
	color: #666;
	font-size: 11px;
}

.wp-caption .wp-caption-text {
	margin-bottom: .6em;
	padding: 10px 0 5px 40px;
	position: relative;
}

.wp-caption .wp-caption-text:before {
	color: #666;
	content: "—";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}
