@charset "utf-8";
/*
Theme Name: HigashinoHirokazu
Theme URI: 
Author: SYSTEMRUN
Author URI: https://systemrun.co.jp/
Description: 
Version: 1.0
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, select, button, textarea, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	color: inherit;
	line-height: inherit;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, small, main {
	display: block;
}
html {
	font-size: 62.5%;
}
body {
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans JP','Yu Gothic','游ゴシック',YuGothic, "游ゴシック体",'メイリオ','Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	color: #1a1a1a;
	font-size: 1.6rem;
	line-height: 1.7;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote::before, blockquote::after, q::before, q::after {
	content: '';
	content: none;
}
strong, b {
	font-weight: bold;
}
i, em {
	font-style: italic;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
span, a, ruby {
	font-size: 100%;
}
a {
	word-wrap: break-word;
	text-decoration: none;
}
*, *::before, *::after {
	box-sizing: border-box;
}
a, a:focus, *:focus {
	outline: none;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
@media screen and (min-width: 961px) {
	a:hover {
		text-decoration: underline;
	}
	a img {
		transition: .1s;
	}
	a:hover img {
		opacity: 0.7;
	}
}

/* Common
-----------------------------------------------*/
.wrapper  {
	max-width: 1000px;
	width: 95%;
	margin: auto;
}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
/*水色矢印*/
.arrow-lightblue {
	display: inline-block;
	background: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 5px 15px;
	padding-right: 30px;
	position: relative;
}
.arrow-lightblue::before {
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #00a1ec;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 7px;
	margin: auto;
}
.arrow-lightblue::after {
	content: "";
	width: 5px;
	height: 8px;
	border: 4px solid transparent;
	border-left: 5px solid #fff;
	border-right: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 12px;
	margin: auto;
}
/*青色リンクボタン*/
.btn-blue a {
	display: inline-block;
	font-size: 1.4rem;
	color: #fff;
	background-color: #004666;
	padding: 8px 20px;
	padding-right: 35px;
	position: relative;
}
.btn-blue a:hover {
	text-decoration: none;
}
.btn-blue a::before {
	content: "";
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
}
.btn-blue a::after {
	content: "";
	width: 5px;
	height: 8px;
	border: 4px solid transparent;
	border-left: 5px solid #004666;
	border-right: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}
@media screen and (min-width: 961px) {
	.btn-blue a:hover {
		background-color: #093448;
	}
}
@media screen and (max-width: 960px) {
}

/* Content editor
-----------------------------------------------*/
.h2 {
	background: #fff;
	border: 4px solid #e6e6e6;
	margin-bottom: 20px;
	padding: .5em .8em;
	font-size: 2.0rem;
	font-weight: 700;
	position: relative;
}
.h2::before, .h2::after {
	content: "";
	width: 30px;
	height: 15px;
	border: 15px solid transparent;
	position: absolute;
}
.h2::before {
	border-bottom: 15px solid #007b55;
	border-top: none;
	transform: rotate(-45deg);
	top: -6px;
	left: -13px;
}
.h2::after {
	border-bottom: 15px solid #e6e6e6;
	border-top: none;
	transform: rotate(135deg);
	bottom: -6px;
	right: -13px;
}
#wp-cont {
	padding: 0 10px;
}
#wp-cont * {
	line-height: 1.8;
}
#wp-cont p {
	margin-bottom: 1.5em;
}
#wp-cont a[target="_blank"]::after {
	content: url("images/icon_tab.png");
	display: inline-block;
	margin: 0 5px;
}
#wp-cont blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
#wp-cont hr {
	border: none;
	border-top: 1px dotted #d9d9d9;
	margin: 20px 0;
}
/* h */
#wp-cont h2, #wp-cont h3, #wp-cont h4 {
	clear: both;
}
#wp-cont h2 {
    font-size: 3.0rem;
    font-weight: 700;
    color: #00a1ec;
	margin-bottom: .3em;
}
#wp-cont * + h2 {
	margin-top: 1.5em;
}
#wp-cont h3 {
	font-size: 1.5rem;
	font-weight: 700;
	background: #ffffff;
	padding: 0 .3em .2em;
	margin: 0 -10px .8em;
	position: relative;
}
#wp-cont h3::before, #wp-cont h3::after {
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #dcdcdc;
}
#wp-cont h3::after {
	width: 20%;
	background: #d60606;
}
#wp-cont * + h3 {
	margin-top: 2em;
}
#wp-cont h4 {
	font-size: 1.12rem;
	font-weight: 700;
	border-left: 4px solid #d60606;
	background: #f5f5f5;
	padding: .3em .8em;
	margin: 0 -5px 1em;
}
#wp-cont * + h4 {
	margin-top: 2.5em;
}
#wp-cont h5 {
	font-size: 1.06rem;
	font-weight: 700;
	margin-bottom: .5em;
	padding-left: 25px;
	position: relative;
}
#wp-cont h5::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: 6px solid #c1c1c1;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 0;
}
#wp-cont * + h5 {
	margin-top: 1.5em;
}
#wp-cont h6 {
	font-weight: 700;
}
/* list */
#wp-cont ul, #wp-cont ol {
	padding-left: 30px;
	margin-bottom: 1.5em;
	display: inline-block;
}
#wp-cont ul {
	list-style: disc;
}
#wp-cont ol {
	list-style: decimal;
}
/* table */
#wp-cont table {
	max-width: 100%;
	margin: 0 auto 1.5em;
}
#wp-cont table th, #wp-cont table td {
	border: 1px solid #8e8e8e;
	padding: .7em 1em;
	text-align: left;
	vertical-align: top;
}
/* image */
#wp-cont .wp-block-image {
	margin: 1.5em auto;
}
#wp-cont .aligncenter,
#wp-cont .alignright,
#wp-cont .alignleft { 
	margin: 0 auto 1.5em;
}
#wp-cont .aligncenter {
    display: block;
	text-align: center;
}
#wp-cont .alignright {
	float: right;
	margin-left: 1.5em;
}
#wp-cont .alignleft {
	float: left;
	margin-right: 1.5em;
}
/* ボタン */
#wp-cont .wp-block-buttons {
	margin-bottom: 1.5em;
}
#wp-cont .wp-block-button a {
	text-decoration: none;
}
#wp-cont .wp-block-button a::before {
    content: "";
    width: 14px;
    height: 17px;
    background: url("images/svg/arrow_white.svg") no-repeat 0 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}
/* ギャラリー */
#wp-cont .blocks-gallery-grid {
	display: flex;
	padding: 0 !important;
	margin: 0 !important;
}
#wp-cont .wp-block-column.is-vertically-aligned-top .wp-block-image {
	margin-top: 0;
}
#wp-cont .wp-block-image figcaption {
	text-align: center;
	font-size: 0.81rem;
}
/* IE対策 */
.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
	font-family: 'object-fit: cover;';
	height: 100%;
}
/* iframe */
#wp-cont .wp-block-embed {
	margin-bottom: 1.5em;
}
#wp-cont iframe {
	max-width: 100%;
}
/* file */
.wp-block-file__button {
	color: #000 !important;
	text-decoration: none !important;
	background: #cce6ec !important;
	padding: 5px 10px !important;
}
@media screen and (min-width: 961px) {
	#wp-cont .wp-block-button a:hover {
		opacity: 0.6;
		text-decoration: none;
	}
}
@media screen and (max-width: 960px) {
	#wp-cont h2 {
		font-size: 2.4rem;
	}
	#wp-cont table {
		width: 100%;
		max-width: none;
	}
	#wp-cont .alignleft, #wp-cont .alignright {
		float: none;
		margin: 0 auto 15px;
	}
}
@media screen and (min-width: 782px) {
	.wp-block-column:not(:first-child) {
		margin-left: 15px !important;
	}
}

/* Header
-----------------------------------------------*/
header .wrapper {
	position: relative;
	max-width: 1140px;
}
#header {
	height: 90px;
}
#header .logo {
	float: left;
	padding-top: 10px;
	width: 250px;
}
#header .icon-twitter {
	position: absolute;
	top: 25px;
	right: 0;
}
#header .icon-twitter img {
	width: 40px;
	height: 40px;
}
#gnav {
	float: right;
	padding: 32px 0;
	padding-right: 60px;
}
#gnav li a:hover {
	text-decoration: none;
}
#gnav .lv01 {
	font-size: 0;
}
#gnav .lv01 > li {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	position: relative;
}
#gnav .lv01 > li + li {
	margin-left: 50px;
}
#gnav .lv01 > li + li::before {
	content: "";
	height: 1em;
	width: 1px;
	background-color: #1a1a1a;
	position: absolute;
	left: -25px;
	top: 0;
	bottom: 0;
	margin: auto;
}
#hum, #gnav .logo, #gnav .icon-twitter {
	display: none;
}
/*frontpage*/
#top-hdwrap {
	background: url("images/heroimg_bg.jpg") no-repeat center top;
	background-size: cover;
	height: 750px;
}
#top-hdwrap #header {
	height: 100px;
}
#top-hdwrap #header .logo {
	width: 300px;
	padding-top: 20px;
}
#top-hdwrap-inner {
	height: calc(750px - 100px);
	position: relative;
}
#top-hdwrap-inner .person {
	width: 630px;
	position: absolute;
	left: -20px;
	bottom: 0;
	z-index: 1;
}
#top-hdwrap-inner .person img {
	width: 100%;
	max-width: none; 
}
#top-hdwrap-inner .catchphrase {
	width: 550px;
	position: absolute;
	top: 50px;
	left: 530px;
	z-index: 2;
}
#top-hdwrap-inner .catchphrase img {
	width: 100%;
	max-width: none; 
}
#top-hdwrap-inner .largelink {
	text-align: right;
	font-size: 0;
	position: absolute;
	right: 0;
	bottom: 60px;
	z-index: 2;
}
#top-hdwrap-inner .largelink .item {
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}
#top-hdwrap-inner .largelink .item a {
	display: inline-block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: linear-gradient(135deg, #0274cc, #00a1ec);
	text-align: center;
}
#top-hdwrap-inner .largelink .item a:hover {
	text-decoration: none;
}
#top-hdwrap-inner .largelink .item h2 {
	font-size: 2.6rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.4;
}
#top-hdwrap-inner .largelink .item:nth-child(1) h2 {
	padding: 42px 30px 22px;
}
#top-hdwrap-inner .largelink .item:nth-child(2) h2 {
	padding: 63px 20px 35px;
}
@media screen and (min-width: 961px) {
	#header .logo a:hover img {
		opacity: 1;
	}
	#top-hdwrap-inner .largelink .item a:hover {
		background: linear-gradient(135deg, #003b69, #016ea0);
	}
	#gnav .lv01 > li > a {
		position: relative;
	}
	#gnav .lv01 > li > a::after {
		content: "";
		width: 0;
		height: 2px;
		background-color: #00a1ec;
		position: absolute;
		bottom: -5px;
		left: 0;
		right: 0;
		margin: auto;
		opacity: 0;
		visibility: hidden;
		transition: .2s;
	}
	#gnav .lv01 > li > a:hover::after {
		width: 100%;
		opacity: 1;
		visibility: visible;
	}
}
@media screen and (max-width: 1240px) {
	header .wrapper {
		max-width: 1000px;
	}
	#header .logo {
		padding-top: 15px;
		width: 220px;
	}
	#header .icon-twitter {
		top: 28px;
	}
	#header .icon-twitter img {
		width: 32px;
		height: 32px;
	}
	#gnav {
		padding: 32px 0;
		padding-right: 48px;
	}
	#gnav .lv01 > li + li {
		margin-left: 40px;
	}
	#gnav .lv01 > li + li::before {
		left: -20px;
	}
	/*frontpage*/
	#top-hdwrap {
		height: 650px;
	}
	#top-hdwrap #header .logo {
		width: 255px;
		padding-top: 25px;
	}
	#top-hdwrap-inner {
		position: relative;
		height: calc(650px - 100px);
	}
	#top-hdwrap-inner .person {
		width: 530px;
	}
	#top-hdwrap-inner .catchphrase {
		width: 470px;
		top: 60px;
		left: 420px;
	}
	#top-hdwrap-inner .largelink {
		right: 20px;
		bottom: 20px;
	}
}
@media screen and (max-width: 960px) {
	header .wrapper {
		width: 100%;
	}
	#header {
		height: 80px;
	}
	#header .logo {
		padding-top: 10px;
		margin-left: 15px;
	}
	#header .icon-twitter {
		display: none;
	}
	#hum {
		display: block;
		position: absolute;
		top: 10px;
		right: 10px;
		width: 60px;
		height: 60px;
		z-index: 9999;
		cursor: pointer;
	}
	#hum .menu {
		display: block;
		text-align: center;
		font-size: 1.0rem;
		font-weight: 700;
		color: #000;
		margin-top: 36px;
	}
	#hum .border {
		position: absolute;
		width: 20px;
		height: 2px;
		border-radius: 1px;
		background: #000;
		top: 22px;
		left: 20px;
		transition: all 0.4s;
	}
	#hum .border:nth-child(1) {
		top: 15px;
	}
	#hum .border:nth-child(3) {
		top: 29px;
	}
	#hum.active .menu {
		color: #fff;
	}
	#hum.active .border {
		background: #fff;
	}
	#hum.active .border:nth-child(1) {
		-webkit-transform: translateY(4px) rotate(-315deg);
		transform: translateY(4px) rotate(-315deg);
		top: 18px;
	}
	#hum.active .border:nth-child(2) {
		opacity: 0;
	}
	#hum.active .border:nth-child(3) {
		-webkit-transform: translateY(-6px) rotate(315deg);
		transform: translateY(-6px) rotate(315deg);
		top: 28px;
	}
	#gnav {
		display: none;
		float: none;
		padding: 95px 20px 25px;
		width: 100%;
		background-color: #00a1ec;
		box-shadow: 0 8px 8px rgba(0,0,0,0.2);
		text-align: center;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 999;
	}
	#gnav .logo {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
	}
	#gnav .icon-twitter {
		display: block;
		text-align: center;
		position: static;
		margin-top: 25px;
	}
	#gnav .lv01 > li {
		display: block;
	}
	#gnav .lv01 > li + li {
		margin-left: 0;
		margin-top: 5px;
	}
	#gnav .lv01 > li + li::before {
		content: none;
	}
	#gnav .lv01 > li a {
		display: block;
		background: #fff;
		border-radius: 5px;
		padding: .6em 1em;
	}
	/*frontpage*/
	#top-hdwrap {
		height: 550px;
	}
	#top-hdwrap #header {
		height: 90px;
	}
	#top-hdwrap #header .logo {
		width: 250px;
		padding-top: 20px;
		margin-left: 15px;
	}
	#top-hdwrap #gnav {
		padding-top: 110px;
	}
	#top-hdwrap-inner {
		position: relative;
		height: calc(550px - 90px);
		width: 100%;
	}
	#top-hdwrap-inner .person {
		width: 430px;
		height: 420px;
		overflow: hidden;
		left: 0;
	}
	#top-hdwrap-inner .catchphrase {
		width: 50%;
		top: 30px;
		left: 45%;
	}
	#top-hdwrap-inner .largelink {
		right: 40px;
		bottom: 40px;
	}
	#top-hdwrap-inner .largelink .item {
		margin-left: 10px;
	}
	#top-hdwrap-inner .largelink .item a {
		width: 150px;
		height: 150px;
	}
	#top-hdwrap-inner .largelink .item h2 {
		font-size: 1.8rem;
	}
	#top-hdwrap-inner .largelink .item:nth-child(1) h2 {
		padding-top: 30px;
		padding-bottom: 15px;
	}
	#top-hdwrap-inner .largelink .item:nth-child(2) h2 {
		padding-top: 42px;
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 740px) {
	#top-hdwrap {
		height: 500px;
	}
	#top-hdwrap-inner {
		height: calc(500px - 90px);
	}
	#top-hdwrap-inner .person {
		width: 360px;
		height: 355px;
	}
	#top-hdwrap-inner .person img {
		position: absolute;
		left: -30px;
	}
	#top-hdwrap-inner .catchphrase {
		width: 45%;
		top: 60px;
		left: 50%;
	}
	#top-hdwrap-inner .largelink {
		right: 15px;
		bottom: 15px;
	}
}
@media screen and (max-width: 480px) {
	#header {
		height: 60px;
	}
	#header .logo {
		width: 160px;
	}
	#hum {
		top: 0;
		right: 0;
	}
	#top-hdwrap #header .logo {
		width: 220px;
	}
	#top-hdwrap {
		height: 360px;
	}
	#top-hdwrap-inner {
		height: calc(360px - 90px);
	}
	#top-hdwrap-inner .catchphrase {
		display: none;
	}
	#top-hdwrap-inner .person {
		width: 100%;
		height: calc(100% - 5px);
		left: 0;
		bottom: 0;
	}
	#top-hdwrap-inner .person img {
		width: auto;
		height: 100%;
		left: auto;
		right: -55px;
	}
	#top-hdwrap-inner .largelink {
		bottom: -10px;
		left: 0;
		right: auto;
		width: 45%;
		text-align: center;
	}
	#top-hdwrap-inner .largelink .item {
		display: block;
		margin: 10px 0 0;
	}
	#top-hdwrap-inner .largelink .item a {
		width: 110px;
		height: 110px;
	}
	#top-hdwrap-inner .largelink .item h2 {
		font-size: 1.6rem;
	}
	#top-hdwrap-inner .largelink .item:nth-child(1) h2, #top-hdwrap-inner .largelink .item:nth-child(2) h2 {
		padding: 25px 20px 16px;
	}
	#top-hdwrap-inner .arrow-lightblue {
		text-indent: -9999px;
		background: none;
		padding: 0;
		width: 16px;
		height: 16px;
	}
	#top-hdwrap-inner .arrow-lightblue {
		text-indent: -9999px;
		background: none;
		padding: 0;
		width: 16px;
		height: 16px;
	}
	#top-hdwrap-inner .arrow-lightblue::before {
		right: 0;
		background: #fff;
	}
	#top-hdwrap-inner .arrow-lightblue::after {
		right: 5px;
		border-left-color: #00a1ec;
	}
}

/* Footer
-----------------------------------------------*/
#ft-address {
	float: left;
	padding: 30px 20px 0 0;
	font-size: 1.4rem;
}
#ft-address .logo {
	width: 230px;
	margin-bottom: 10px;
}
#ft-nav {
	float: left;
	padding-top: 60px;
}
#ft-nav li {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.5rem;
	font-weight: 700;
}
#ft-nav li::before, #ft-nav li:last-child::after {
	content: "|";
	display: inline-block;
	vertical-align: text-bottom;
	margin: 0 20px;
}
#footer .wrapper {
	position: relative;
	max-width: 1140px;
}
#footer .sns {
	position: absolute;
	top: 20px;
	right: 0;
}
#footer .sns li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
#footer .sns img {
	width: 40px;
	height: 40px;
}
#footer .pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
}
#footer .pagetop a {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	font-size: 0;
	opacity: .6;
	transition: .1s;
}
#footer .pagetop a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: rgba(255,255,255,0.6);
	border: 3px solid #00a1ec;
}
#footer .pagetop a::after {
	content: "";
	width: 14px;
	height: 14px;
	border-top: 3px solid #00a1ec;
	border-left: 3px solid #00a1ec;
	position: absolute;
	top: 21px;
	left: 18px;
	transform: rotate(45deg);
}
#footer small {
	clear: both;
	display: block;
	font-size: 1.3rem;
	text-align: right;
	color: #839299;
	padding: 15px 0;
}
@media screen and (min-width: 961px) {
	#ft-address .logo a:hover img {
		opacity: 1;
	}
	#footer .pagetop a:hover {
		opacity: 1;
	}
}
@media screen and (max-width: 1240px) {
	#footer .wrapper {
		max-width: 1000px;
	}
}
@media screen and (max-width: 960px) {
	#ft-address, #ft-nav {
		float: none;
	}
	#ft-nav {
		padding-top: 15px;
	}
	#ft-nav li {
		font-weight: 500;
		margin-bottom: 8px;
	}
	#ft-nav li::before, #ft-nav li:last-child::after {
		content: none;
	}
	#ft-nav li::after {
		content: "|" !important;
		margin-left: 13px !important;
		margin-right: 10px !important;
	}
	#footer small {
		text-align: left;
		padding-top: 25px;
	}
}
@media screen and (max-width: 480px) {
	#ft-nav li::after {
		margin-left: 10px !important;
		margin-right: 6px !important;
	}
}

/* Bloglist
-----------------------------------------------*/
#bloglist section {
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
#bloglist section a {
	display: block;
	position: relative;
	padding: 0 10px 15px 180px;
}
#bloglist section a:hover {
	text-decoration: none;
}
#bloglist .postthumb {
	width: 160px;
	position: absolute;
	top: 0;
	left: 0;
}
#bloglist .postthumb > div {
	position: relative;
	width: 100%;
	padding-top: 75%;
}
#bloglist .postthumb > div img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
#bloglist .postname {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: .3em;
}
#bloglist .postdate {
	display: block;
	font-size: 1.3rem;
	margin-bottom: .5em;
}
#bloglist .postcontent {
	font-size: 1.5rem;
	margin-bottom: .5em;
}
#bloglist .arrow-lightblue {
	padding-left: 0;
}
@media screen and (min-width: 961px) {
	#bloglist section a:hover {
		text-decoration: underline;
	}
}
@media screen and (max-width: 960px) {
	#bloglist section a {
		padding-left: 140px;
	}
	#bloglist .postthumb {
		width: 120px;
	}
}
@media screen and (max-width: 480px) {
	#bloglist section a {
		padding: 0 0 15px;
	}
	#bloglist .postthumb {
		width: 100%;
		position: static;
		margin-bottom: 10px;
	}
}

/* Front Page
-----------------------------------------------*/
#top-message {
	max-width: 920px;
	padding: 60px 0;
}
#top-message .title {
	margin-bottom: 30px;
}
#top-message .title .sp {
	display: none;
}
#top-message .strong, #top-message .normal, #top-message .note {
	margin-left: 80px;
}
#top-message .strong {
	margin-bottom: 2em;
}
#top-message .strong p {
	font-size: 2.0rem;
	font-weight: 900;
	color: #133251;
	margin-bottom: .5em;
}
#top-message .normal p {
	font-size: 1.7rem;
	font-weight: 700;
	margin-bottom: .5em;
	margin-left: 5px;
}
#top-message .note {
	position: relative;
	margin-top: 40px;
	font-size: 1.5rem;
}
#top-message .note::before {
	content: "";
	background: url("images/double_quotation.png") no-repeat left top;
	width: 36px;
	height: 27px;
	position: absolute;
	top: -20px;
	left: -35px;
	z-index: -1;
}
#top-message .signature {
	text-align: right;
	margin-right: 40px;
}
#top-news-wrap {
	background: url("images/topnews_bg.jpg") no-repeat center top;
	background-size: cover;
	padding: 0 0 50px;
}
#top-news-wrap .title {
	text-align: center;
	padding: 20px;
}
#top-news-wrap .content {
	padding: 25px 30px 20px;
	background-color: #fff;
}
#top-news-wrap .btn-blue {
	text-align: right;
	margin-top: -10px;
}
@media screen and (max-width: 960px) {
	#top-message .strong, #top-message .normal, #top-message .note {
		margin-left: 40px;
		margin-right: 40px;
	}
}
@media screen and (max-width: 480px) {
	#top-message .title {
		margin: 0 25px 40px 15px;
	}
	#top-message .title .pc {
		display: none;
	}
	#top-message .title .sp {
		display: block;
	}
	#top-message .strong, #top-message .normal, #top-message .note {
		margin-left: 15px;
		margin-right: 15px;
	}
	#top-message .strong p, #top-message .normal p {
		font-size: 1.6rem;
		font-weight: 700;
	}
	#top-message .normal p {
		font-weight: 500;
		margin-left: 0;
	}
	#top-message .note {
		font-size: 1.3rem;
	}
	#top-message .note::before {
		background-size: contain;
		width: 20px;
		left: -10px;
	}
	#top-message .signature {
		margin: 10px 20px 0 0;
	}
	#top-message .signature img {
		width: 140px;
	}
	#top-news-wrap .content {
		padding: 15px 15px;
	}
}

/* Page
-----------------------------------------------*/
#pagetitle {
	color: #003669;
	text-align: center;
	font-weight: 900;
	background: url("images/pagetitle_bg.jpg") no-repeat center top;
	padding: 1.5em 1em;
	margin-bottom: 40px;
}
#pagetitle .ja {
	font-size: 3.0rem;
}
#pagetitle .en {
	display: block;
	font-size: 1.4rem;
}
/*パンくずリスト*/
#breadcrumb {
	list-style-type: none;
	padding: 2px 10px 4px;
	background-color: #00a1ec;
	margin-top: 100px;
}
#breadcrumb .wrapper {
	max-width: 1140px;
}
#breadcrumb li {
	display: inline;
	font-size: 1.3rem;
	color: #fff;
}
#breadcrumb li + li::before {
	content: "＞";
	display: inline-block;
	vertical-align: text-bottom;
	font-size: 1.0rem;
	margin: 0 8px;
}
/*サイドバー*/
#maincont {
	float: left;
	width: calc(100% - 270px);
	max-width: 700px;
}
#wrap-fixedBox {
	position: relative;
}
#sidebar {
	float: right;
	width: 240px;
}
#sticked {
	width: inherit;
}
@media screen and (min-width: 961px) {
	#breadcrumb li a:hover {
		text-decoration: underline;
	}
}
@media screen and (max-width: 1240px) {
	#breadcrumb .wrapper {
		max-width: 1000px;
	}
}
@media screen and (max-width: 960px) {
	#pagetitle {
		background: linear-gradient(90deg, rgba(218,244,255,0.3), #daf4ff 50%, rgba(218,244,255,0.3) ),
			url("images/pagetitle_bg_sp.jpg") no-repeat center top;
	}
	#pagetitle .ja {
		font-size: 2.4rem;
	}
	#pagetitle .en {
		font-weight: 700;
		font-size: 1.2rem;
	}
	#breadcrumb {
		margin-top: 60px;
	}
	#maincont {
		float: none;
		width: 100%;
		max-width: none;
		margin-bottom: 30px;
	}
	#sidebar {
		float: none;
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	#pagetitle {
		margin-bottom: 20px;
	}
}

/* Single blog
-----------------------------------------------*/
#blog-single .postdate {
	display: block;
    font-size: 1.3rem;
	margin-bottom: 1em;
}
#blog-single .postname {
	font-size: 2.0rem;
	font-weight: 700;
	padding: .3em;
	padding-left: 1.2em;
	position: relative;
	margin-bottom: 20px;
}
#blog-single .postname::before {
    content: "";
    width: 8px;
    height: 100%;
	background: linear-gradient(135deg, #0274cc, #00a1ec);
    position: absolute;
    top: 0;
    left: 0;
}
#blog-single .postcontent {
	border: 1px solid #d9d9d9;
	border-radius: 1px;
	padding: 25px 25px 5px;
}
#blog-single .return {
	text-align: center;
	margin-top: 20px;
}
@media screen and (max-width: 960px) {
	#blog-single .postcontent {
		border: none;
		padding: 0 10px;
	}
	#blog-single .return {
		margin-top: 50px;
	}
}
@media screen and (max-width: 480px) {
	#blog-single {
		margin-top: -15px;
	}
	#blog-single .postdate {
		padding-left: 5px;
	}
	#blog-single .postname {
		font-size: 1.8rem;
		padding-top: 0;
		padding-bottom: 0;
		margin: 0 5px 20px;
	}
	#blog-single .postname::before {
		width: 5px;
	}
}

/* Contact
-----------------------------------------------*/
#contactform {
	padding: 0 20px;
}
#contactform table {
	width: 100%;
}
#contactform table th, #contactform table td {
	border: none;
	padding: 12px 0;
	text-align: left;
	vertical-align: top;
}
#contactform table th {
	padding-top: 20px;
	width: 13.5em;
}
#contactform table th span {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.3rem;
	color: #4c4c4c;
	background-color: #ccc;
	text-align: center;
	width: 4em;
	margin-right: 10px;
}
#contactform table th span.req {
	color: #fff;
	background-color: #dc1d1d;
}
#contactform table input, #contactform table textarea {
	background-color: #efefef;
	border-radius: 3px;
	width: 100%;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.1) inset;
	padding: .4em 1em;
}
_:-ms-lang(x)::-ms-backdrop, #contactform table input {
	padding-top: 8px;
	padding-bottom: 16px;
}
#contactform table .mwform-tel-field input { width: auto !important; }
#contactform .acceptance input[type="checkbox"] {
	display: none;
}
#contactform .acceptance .mwform-checkbox-field-text {
    cursor: pointer;
    display: inline-block;
	padding-left: 24px;
    position: relative;
}
#contactform .acceptance .mwform-checkbox-field-text::before {
	content: "";
	display: block;
	height: 16px;
	width: 16px;
	background: #fff;
	border: 1px solid #3c3c3c;
	border-radius: 3px;
	position: absolute;
	top: 7px;
	left: 0;
}
#contactform .acceptance .mwform-checkbox-field-text::after {
	content: "";
	display: block;
    width: 7px;
    height: 10px;
    border-right: 2px solid #da3131;
    border-bottom: 2px solid #da3131;
	transform: rotate(45deg);
    position: absolute;
    top: 8px;
    left: 6px;
    opacity: 0;
}
#contactform .acceptance input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
    opacity: 1;
}
#contactform .policycheck {
	padding: 0 20px;
}
#contactform .policycheck .scroll {
	border: 1px solid #bfbfbf;
	margin-left: -20px;
	width: calc(100% + 40px);
	height: 200px;
	overflow-y: scroll;
	padding: 30px;
	margin-bottom: 15px;
}
#contactform .policycheck .scroll h2 {
	color: inherit;
	font-size: 1.8rem;
}
#contactform .policycheck .scroll p, #contactform .policycheck .scroll ul {
	margin-bottom: 1em;
}
#contactform .acceptance {
	background-color: #ffdede;
	text-align: center;
	padding: 1.2em;
}
#contactform .acceptance label {
	cursor: pointer;
}
#contactform .submit {
	text-align: center;
	margin-top: 25px;
}
#contactform .submit button {
	font-weight: 700;
	border: 2px solid #00a1ec;
	background-color: #fff;
	border-radius: 3px;
	padding: 1.2em 4em;
	line-height: 1;
	cursor: pointer;
	margin: 5px;
}
#contactform .submit button:disabled {
	border-color: transparent;
	background-color: #ccc;
	cursor: not-allowed;
	color: #888;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

.mw_wp_form_confirm .confirm_hidden { display: none; }

@media screen and (min-width: 961px) {
	#contactform .submit button:not(:disabled):hover {
		background-color: #00a1ec;
		color: #fff;
	}
}
@media screen and (max-width: 960px) {
	#contactform {
		padding: 0;
		margin-top: -20px;
	}
	#contactform table, #contactform table tbody, #contactform table tr, #contactform table th, #contactform table td {
		display: block;
		width: 100%;
	}
	#contactform table th {
		padding-bottom: 0;
	}
	#contactform .policycheck {
		font-size: 1.5rem;
	}
	#contactform .policycheck .scroll {
		padding: 20px;
		height: 260px;
	}
}

/* ひろかずの思い */
#policy_bg {
	background: url("images/fullbody.jpg") no-repeat left top;
	min-height: 780px;
	padding-left: 350px;
	padding-top: 20px;
}
@media screen and (max-width: 960px) {
	#policy_bg {
		background-size: 25%;
		padding-left: 32%;
	}
}
@media screen and (max-width: 480px) {
	#policy_bg {
		background: url("images/fullbody_sp.jpg") no-repeat center top;
		background-size: 160px;
		padding-left: 0;
		padding-top: 170px;
	}
}

/* プロフィール */
.profile h2 {
	display: contents;
}
.profile h2 code {
	font-size: 60%;
	padding-left:  1em;
}
.tbl_profile table td {
	border: none !important;	
}
.tbl_profile table {
	border-top: 1px solid #000;
}
.tbl_profile table td:nth-of-type(1) {
	font-weight: bold;
	border-right: 1px solid #000 !important;
	min-width: 10em;
}
.profile .blocks-gallery-item figure {
	padding-bottom: 50px;
	display: block !important;
}
@media screen and (max-width: 480px) {
	.tbl_profile table {
		border-top: none;
	}
	.tbl_profile table td {
		width: 100%;
		display: block;
		padding: 0 !important;
	}
	.tbl_profile table td:nth-of-type(1) {		
		border-right: none !important;
		padding-top: 0.7em !important;
	}	
	.profile .blocks-gallery-item figure {
		padding-bottom: 65px;	
	}
}
.profile .blocks-gallery-item figure figcaption {
	bottom: 0;
	text-align: left;
	font-weight: bold;
	background: none;
	color: #000;
	font-size: .9em;
	padding: 0;
	position: relative;
}

/* ブログ */
.blog #sidebar h2 {
	position: relative;
	width: 100%;
	display: inline-block;	
	font-weight: bold;
	border-bottom: solid 3px #00a1e9;
}
.blog #sidebar h2:before {
  content: "";
  position: absolute;
  background: #d7f3ff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
}
.blog #sidebar ul {

	padding-top: .7em;
	margin-bottom: 50px;
}
.blog #sidebar li {
	position: relative;
	padding-left: 1em;
	line-height: 2;
}
.blog #sidebar li::before {
    content: "";
    width: 7px;
    height: 12px;
    border: 6px solid transparent;
    border-left: 7px solid #00a1e9;
    border-right: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.blog .tit_archive {
	color: #003669;    
    font-weight: 900;
	font-size: 2rem;
    padding-bottom: 1em;
}

/* 2025.10.16追加 */
#pagetitle .en {
    text-transform: capitalize;
}
.breadcrumbs {
    margin-top: 100px;
    padding: 5px 10px;
    background-color: #00a1ec;
    color: #fff;
    font-size: 1.3rem;
}
.breadcrumbs .wrapper {
    max-width: 1140px;
}
.breadcrumbs .wrapper>span>span:not(:first-child) {
    margin-left: 5px;
}
.breadcrumbs .wrapper>span>span:not(:last-child) {
    margin-right: 5px;
}
.pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.pagination .page-numbers {
    border: 1px solid #00a1ec;
    padding: 5px 10px;
}
.pagination .page-numbers.current {
    background: #00a1ec;
    color: #fff;
}
#contactform table p {
    margin-bottom: 0;
}
#contactform .acceptance {
    margin-top: 2em;
}
#contactform .acceptance .wpcf7-list-item>label {
    cursor: pointer;
    display: inline-block;
	padding-left: 24px;
    position: relative;
}
#contactform .acceptance .wpcf7-list-item>label::before {
	content: "";
	display: block;
	height: 16px;
	width: 16px;
	background: #fff;
	border: 1px solid #3c3c3c;
	border-radius: 3px;
	position: absolute;
	top: 7px;
	left: 0;
}
#contactform .acceptance .wpcf7-list-item>label::after {
	content: "";
	display: block;
    width: 7px;
    height: 10px;
    border-right: 2px solid #da3131;
    border-bottom: 2px solid #da3131;
	transform: rotate(45deg);
    position: absolute;
    top: 8px;
    left: 6px;
    opacity: 0;
}
#contactform .acceptance .wpcf7-list-item>label:has(input[type=checkbox]:checked)::after {
    opacity: 1;
}
#contactform .submit {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#contactform .submit input {
    font-weight: 700;
    border: 2px solid #00a1ec;
    background-color: #fff;
    border-radius: 3px;
    padding: 1.2em 4em;
    line-height: 1;
    cursor: pointer;
    margin: 5px;
}
#contactform .submit input:disabled {
	border-color: transparent;
	background-color: #ccc;
	cursor: not-allowed;
	color: #888;
}
@media screen and (min-width: 961px) {
	#contactform .submit input:not(:disabled):hover {
		background-color: #00a1ec;
		color: #fff;
	}
}