@font-face {
	font-family: 'SourceHanSerifJP Regular';
	src: url(../fonts/SourceHanSerifJP/SourceHanSerifJP-Regular.otf) format('opentype');
}

@font-face {
	font-family: 'Sawarabi Mincho';
	src: url(../fonts/SawarabiMincho-Regular.ttf) format('truetype');
}

@font-face {
	font-family: 'Quicksand Light';
	src: url(../fonts/Quicksand/Quicksand-Light.ttf) format('truetype');
}

@font-face {
	font-family: 'Quicksand Regular';
	src: url(../fonts/Quicksand/Quicksand-Regular.ttf) format('truetype');
}

@font-face {
	font-family: 'BIZUDMincho Regular';
	src: url(../fonts/BIZUDMincho-Regular.ttf) format('truetype');
}

:root {
	--pc-height: 72px;
	--sp-height: 68px;
	--logo_image_svg: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20200%20200%22%3E%3Cdefs%3E%3Cstyle%3E.st0%20%7Bfill%3A%20%23003f98%3B%7D.st1%20%7Bfill%3A%20%2306a0e9%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%20%3Cpath%20class%3D%22st0%22%20d%3D%22M94.78582%2C191.964661c6.819202-5.347307%2C12.630909-10.380897%2C15.802311-13.805849%2C6.287047-6.793794%2C12.105459-15.04572%2C12.105459-29.306617%2C0-15.896885-11.635413-26.449638-26.366357-39.809966-17.096703-15.507297-27.693215-29.296736-27.693215-50.094525%2C0-19.006531%2C8.360615-30.47397%2C15.645629-38.340542%2C4.641002-5.013475%2C12.896634-11.900785%2C21.467393-18.401682-1.902947-.118923-3.814187-.207674-5.747129-.207674C45.876115%2C1.997805%2C2%2C45.87392%2C2%2C99.997893c0%2C43.113701%2C27.853073%2C79.697744%2C66.536974%2C92.808934l12.744363-17.502524%2C13.504483%2C16.660357Z%22%2F%3E%20%3Cpath%20class%3D%22st1%22%20d%3D%22M140.660514%2C10.835878l-12.04141%2C17.757485-13.48578-16.823039c-9.040453%2C6.786207-17.128992%2C13.585118-21.095626%2C17.870762-6.288468%2C6.790971-12.106871%2C15.040073-12.106871%2C29.306617%2C0%2C16.043686%2C8.199698%2C26.521627%2C23.331523%2C40.244724%2C15.802311%2C14.332887%2C30.728049%2C27.87107%2C30.728049%2C49.659768%2C0%2C18.999473-8.360615%2C30.469735-15.644217%2C38.340542-2.740526%2C2.959846-6.741566%2C6.573592-11.322402%2C10.374898%2C49.891438-4.557721%2C88.976221-46.489954%2C88.976221-97.569742%2C0-39.613231-23.516965-73.712063-57.339486-89.162016Z%22%2F%3E%3C%2Fsvg%3E");
	--font-logo: 'BIZUDMincho Regular', 'Hiragino Mincho ProN', 'SourceHanSerifJP Regular', serif;
	--gray_bg: rgba(237, 237, 233, 1);
	--button_bg: rgba(50, 58, 70, 1);
	--green-link_out:  rgba(128, 185, 24, 1);
	--green-link_over: rgba(128, 185, 24, 0.8);
}

* {
	margin: 0;
	padding: 0;
	line-height: 1;
	box-sizing: border-box;
}

html, body {
	font-size: 16px;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', /* 'Hiragino Sans', */ 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', arial, sans-serif;
	color: #000;
	-webkit-text-size-adjust: 100%; /* for iPhone */
	-webkit-font-smoothing: subpixel-antialiased;
	-moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
	body {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
}

ul, ol {
	list-style: none;
}

fieldset, img {
	border: none;
}

table {
	border-collapse: collapse;
}

a, a:focus, *:focus {
	outline: none;
}

a:link {
	text-decoration: none;
	color: rgba(0, 104, 183, 1);
}

a:visited {
	text-decoration: none;
	color: rgba(0, 104, 183, 0.5);
}

a:hover, 
a:active {
	text-decoration: underline;
}

#main {
	margin: var(--sp-height) 0 0;
	padding: 0;
}

@media (min-width: 1100px) {
	#main {
		margin-top: 0;
	}
}

#error {
	width: 100%;
	margin: 0;
	padding: 100px 15px 70px;
	text-align: center;
}

#error .error_h1 {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 26px;
	color: #000;
}

#error .error_h2 {
	margin: 0;
	padding: 2em 0 0;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #000;
}

@media (min-width: 1100px) {
	#error {
		margin-top: calc(var(--pc-height));
	}
}

/****************************
  SP
****************************/

@media (max-width: 1099px) {
	.header {
		position: fixed;
		z-index: 200;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: var(--sp-height);
		margin: 0;
		padding: 0;
		background-color: rgba(255, 255, 255, 1);
		transition: all 0.5s;
	}

	.header.hide {
		transform: translateY(calc(0px - var(--sp-height)));
	}

	.header > span {
		display: block;
		margin: 0;
		padding: 7px 0 0 10px;
		font-style: normal;
		font-weight: normal;
		font-size: 10px;
		line-height: 1;
		color: #777;
	}

	.header > div {
		margin: 0;
		padding: 0;
	}

	#logo {
		display: table;
		width: calc(100% - var(--sp-height));
		height: var(--sp-height);
		margin: 0;
		padding: 0;
		background-image: var(--logo_image_svg);
		background-repeat: no-repeat;
		background-position: left 10px top 5px;
		background-size: 38px 38px;
	}

	#logo > a {
		display: table-cell;
		margin: 0;
		padding: 2px 0 0 56px;
		vertical-align: top;
		text-align: left;
		font-family: var(--font-logo);
		font-style: normal;
		font-weight: normal;
		font-size: 20px;
		line-height: 1;
		color: #000;
		text-decoration: none;
	}

	#logo > a > div {
		margin: 0;
		padding: 4px 0 2px 2px;
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: 1;
		color: #000;
	}

	#logo > a > span {
		display: inline-block;
		margin: 0;
		padding: 0 0 0 8px;
		font-size: 18px;
	}

	#global_nav {
		position: fixed;
		top: var(--sp-height);
		bottom: 0;
		display: none;
		width: 100%;
		margin: 0;
		padding: 0 0 40px;
		background-color: rgba(49, 52, 67, 0.95);
		background-color: var(--green-link_out);
		text-align: left;
		transition: all 0.5s;
	}

	.open #global_nav {
		display: block;
		overflow-y: auto;
	}

	#global_nav > ul {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	#global_nav > ul > li {
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 1);
		text-align: left;
		font-weight: normal;
		font-style: normal;
		font-size: 16px;
		line-height: 1;
	}

	#global_nav > ul > li > a {
		display: block;
		margin: 0;
		padding: 20px 16px;
		text-align: left;
		font-weight: normal;
		font-size: 16px;
		line-height: 1;
		color: #fff;
		text-decoration: none;
	}

	#global_nav > ul > li:last-child, 
	#global_nav > ul > li:last-child > a {
		border-bottom: none;
	}

	#global_nav > ul > li > a:hover, 
	#global_nav > ul > li > a.active {
		text-decoration: none;
	}

	#global_nav > ul > li > ul {
		display: none;
		margin: 0;
		padding: 10px 0;
	}

	#global_nav > ul > li > ul > li {
		margin: 0;
		padding: 0;
	}

	#global_nav > ul > li > ul > li > a {
		display: block;
		margin: 0;
		padding: 0 32px 30px;
		text-align: left;
		font-weight: normal;
		font-size: 16px;
		line-height: 1;
		color: #fff;
		text-decoration: none;
	}

	#global_nav > ul > li > ul > li > a:hover, 
	#global_nav > ul > li > ul > li > a.active {
		text-decoration: none;
	}

	#nav-toggle {
		display: flex;
		justify-content: center;
		position: absolute;
		z-index: 400;
		top: 0;
		right: 0;
		width: var(--sp-height);
		height: var(--sp-height);
		margin: 0 auto;
		padding: 0;
		text-align: center;
		cursor: pointer;
		text-decoration: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	#nav-toggle > div {
		width: 20px;
		height: 14px;
		margin: 27px 0 0;
		padding: 0;
		position: relative;
	}

	#nav-toggle span {
		display: block;
		position: absolute;
		width: 100%;
		height: 2px;
		background-color: #000;
		left: 0;
		transition: 0.2s;
	}

	#nav-toggle span:nth-child(1) {
		top: 0;
	}

	#nav-toggle span:nth-child(2) {
		top: 6px;
	}

	#nav-toggle span:nth-child(3) {
		top: 12px;
	}

	.open #nav-toggle span:nth-child(1) {
		top: 6px;
		transform: rotate(-45deg);
	}

	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}

	.open #nav-toggle span:nth-child(3) {
		top: 6px;
		transform: rotate(45deg);
	}
}

/****************************
  PC
****************************/

@media (min-width: 1100px) {
	#nav-toggle {
		display: none;
	}

	.header {
		position: fixed;
		z-index: 200;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: var(--pc-height);
		margin: 0;
		padding: 0;
		background-color: rgba(255, 255, 255, 0.9);
		transition: all 0.5s;
	}

	.header.hide {
		transform: translateY(calc(0px - var(--pc-height)));
	}

	.header > span {
		display: block;
		margin: 0;
		padding: 6px 0 0 50px;
		font-style: normal;
		font-weight: normal;
		font-size: 11px;
		line-height: 1;
		color: #777;
	}

	.header > div {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		margin: 0;
		padding: 0 180px 0 50px;
	}

	#logo {
		display: block;
		margin: 0;
		padding: 0;
	}

	#logo > a {
		display: block;
		height: 40px;
		margin: 6px 0 0;
		padding: 0 0 0 48px;
		background-image: var(--logo_image_svg);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: contain;
		font-family: var(--font-logo);
		font-style: normal;
		font-weight: normal;
		font-size: 22px;
		line-height: 1;
		color: #000;
		text-decoration: none;
	}

	#logo > a > div {
		margin: 0;
		padding: 1px 0 4px 2px;
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: 1;
		color: #000;
	}

	#logo > a > span {
		display: inline-block;
		margin: 0;
		padding: 0 0 0 10px;
		font-size: 21px;
	}

	#global_nav {
		position: static;
		transform: none;
		width: initial;
		margin: 0;
		padding: 0;
		text-align: right;
	}

	#global_nav > ul {
		width: initial;
		margin: 0;
		padding: 0;
	}

	#global_nav > ul > li {
		display: inline-block;
		margin: 0;
		padding: 0;
		text-align: center;
		font-weight: normal;
		font-style: normal;
		font-size: 16px;
		line-height: 1;
		position: relative;
	}

	#global_nav > ul > li > a {
		display: block;
		margin: 0;
		padding: 14px 15px 16px;
		color: rgba(0, 0, 0, 1);
		text-decoration: none;
		position: relative;
	}

	#global_nav > ul > li > a:hover, 
	#global_nav > ul > li > a.active {
		color: var(--green-link_out);
		text-decoration: none;
	}

	#global_nav > ul > li > ul {
		display: block;
		position: absolute;
		z-index: 1;
		top: 40px;
		left: 50%;
		transform: translateX(-50%);
		border-radius: 8px;
		background-color: rgba(255, 255, 255, 0.95);
		text-align: center;
		white-space: nowrap;
		transition: all 0.2s ease;
		visibility: hidden;
		opacity: 0;
	}

	#global_nav > ul > li:hover > ul {
		top: 48px;
		visibility: visible;
		opacity: 1;
	}

	#global_nav > ul > li > ul > li {
		display: block;
		padding: 0 15px;
		text-align: center;
		font-size: 15px;
		line-height: 1;
	}

	#global_nav > ul > li > ul > li > a {
		display: block;
		padding: 0;
		border-bottom: 3px dotted var(--green-link_out);
		line-height: 40px;
		color: #000;
		text-decoration: none;
	}

	#global_nav > ul > li > ul > li > a:hover {
		color: var(--green-link_over);
		text-decoration: none;
	}

	#global_nav > ul > li > ul > li:last-child > a {
		border-bottom: 3px solid transparent;
	}
}
@media (min-width: 1200px) {
	#global_nav > ul > li > a {
		padding-right: 20px;
		padding-left:  20px;
	}
}

#header_contact {
	display: none;
}

@media (min-width: 1100px) {
	#header_contact {
		display: block;
		position: fixed;
		z-index: 200;
		top: 0;
		right: 0;
		width: 180px;
		height: var(--pc-height);
		margin: 0;
		padding: 0;
	}

	#header_contact > a {
		display: block;
		height: 100%;
		margin: 0;
		padding: 0;

		background-color: var(--green-link_out);


		text-align: center;
		font-weight: normal;
		font-style: normal;
		font-size: 16px;
		line-height: var(--pc-height);
		color: #fff;
		transition: all 0.3s;
	}

	#header_contact > a:hover, 
	#header_contact > a:active {
		background-color: var(--green-link_over);
		text-decoration: none;
	}

	#header_contact > a::after {
		font-family: 'FontAwesome';
		content: '\f003';
		margin-left: 8px;
		vertical-align: 0px;
		font-size: 19px;
		line-height: 1;
		text-decoration: none;
	}
}

/****************************
  footer
****************************/

#footer {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-size: 14px;
}

#footer > div {
	width: 100%;
	margin: 0 auto;
	padding: 30px 15px 60px;
}

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

#footer a:hover {
	text-decoration: underline;
}

#footer > div > div > dl > dt {
	margin: 0;
	padding: 18px 0 0;
	text-align: left;
	font-weight: bold;
	font-style: normal;
	font-size: 15px;
	line-height: 1.8;
}

#footer > div > div > dl > dd {
	margin: 0;
	padding: 7px 0 0;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 1.5;
}

#footer > div > div > dl > dd > span {
	display: block;
	padding: 0;
	font-size: 14px;
	line-height: 1.5;
}

#footer > div > div > dl > dd > a + a {
	margin: 0;
	padding: 0 0 0 20px;
}

#footer > div > div > dl > dd > a > i {
	margin: 0;
	padding: 0 3px 0 0;
}

#footer > div > div ul {
	display: flex;
	justify-content: space-around;
	justify-content: flex-start;
	margin: 0;
	padding: 50px 0 0;
}

#footer > div > div ul > li {
	margin: 0;
	padding: 0 0 0 10px;
}

#footer > div > div ul > li:first-child {
	padding: 0 50px 0 0;
}

#footer > div > div ul > li:last-child {
	display: none;
}

#footer > div > div ol {
	margin: 0;
	padding: 0;
}

#footer > div > div ol > li {
	margin: 0;
	padding: 0 0 15px;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 1.2;
}

#copy {
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	background-color: var(--green-link_out);
	text-align: center;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 1;
	color: #fff;
}

#copy a {
	color: #fff;
}

#now_year {
	padding: 0 0.5em 0 0;
}

@media (min-width: 768px) {
	#footer > div > div ul {
		padding: 55px 0 0;
	}

	#footer > div > div ul > li {
		padding: 0 0 0 60px;
	}

	#footer > div > div ul > li:first-child {
		padding: 0;
	}

	#footer > div > div ul > li:last-child {
		display: block;
	}

	#footer > div > div ol > li.hide_if_pc {
		display: none;
	}
}
@media (min-width: 1100px) {
	#footer {
		font-size: 15px;
	}

	#footer > div {
		display: flex;
		justify-content: space-between;
		width: 1000px;
		padding: 30px 0px 40px;
	}

	#footer > div > div > dl > dt {
		padding: 18px 0 0;
		font-size: 17px;
		line-height: 1.8;
	}

	#footer > div > div > dl > dd {
		padding: 5px 0 0;
		font-size: 15px;
		line-height: 1.5;
	}

	#footer > div > div > dl > dd > span {
		display: inline;
		padding: 0 0 0 1em;
		font-size: 15px;
		line-height: 1.5;
	}

	#footer > div > div > dl > dd > a + a {
		padding: 0 0 0 20px;
	}

	#footer > div > div ul {
		justify-content: flex-end;
		padding: 55px 0 0;
	}

	#footer > div > div ol > li {
		padding: 0 0 10px;
		font-size: 16px;
		line-height: 1.2;
	}

	#copy {
		padding: 15px 0;
		font-size: 13px;
		line-height: 1;
	}
}

#footer .footer_logo > a {
	display: block;
	height: 34px;
	margin: 0;
	padding: 0 0 0 42px;
	background-image: var(--logo_image_svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	font-family: var(--font-logo);
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 1;
	color: #000;
	text-decoration: none;
}

#footer .footer_logo > a > div {
	margin: 0;
	padding: 0 0 4px 1px;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 1;
}

#footer .footer_logo > a > span {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 0.5em;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 1;
}

#footer .footer_logo > a:hover {
	text-decoration: none;
}

/****************************
  fix footer
****************************/

body, 
#wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

#footer {
	margin-top: auto;
}

/****************************
  toTop
****************************/

a#toTop {
	display: none;
	position: fixed;
	z-index: 150;
	right: 15px;
	bottom: 60px;
	width: 58px;
	height: 68px;
	margin: 0;
	padding: 0;
	background-position: left top;
	background-size: 58px 68px;
	background-repeat: no-repeat;
	background-image: url(../images/icon_totop.svg);
	text-decoration: none;
}

@media (min-width: 1100px) {
	a#toTop {
		right: 30px;
		bottom: 70px;
	}
}

/****************************
  effect
****************************/

@media (max-width: 820px) {
	.effect .effect_each, 
	.effect_scroll .effect_scroll_each {
		opacity: 1;
		transition: none 0 ease 0;
	}

	.effect_slide_left, 
	.effect_slide_right, 
	.effect_slide_top, 
	.effect_slide_bottom {
		transform: translate(0, 0);
	}
	.effect_view {
		transform: translate(0, 0);
	}

	.effect .effect_each.delay1, 
	.effect_scroll .effect_scroll_each.delay1, 
	.effect .effect_each.delay2, 
	.effect_scroll .effect_scroll_each.delay2, 
	.effect .effect_each.delay3, 
	.effect_scroll .effect_scroll_each.delay3, 
	.effect .effect_each.delay4, 
	.effect_scroll .effect_scroll_each.delay4, 
	.effect .effect_each.delay5, 
	.effect_scroll .effect_scroll_each.delay5, 
	.effect .effect_each.delay6, 
	.effect_scroll .effect_scroll_each.delay6, 
	.effect .effect_each.delay7, 
	.effect_scroll .effect_scroll_each.delay7 {
		transition-delay: 0;
	}
}
@media (min-width: 821px) {
	.effect .effect_each, 
	.effect_scroll .effect_scroll_each {
		opacity: 0;
		transition: all 1.5s ease 0s;
	}

	.effect_slide_left {
		transform: translate(20px, 0);
	}
	.effect_slide_right {
		transform: translate(-20px, 0);
	}
	.effect_slide_top {
		transform: translate(0, 20px);
	}
	.effect_slide_bottom {
		transform: translate(0, -20px);
	}
	.effect_view {
		transform: translate(0, 0);
	}

	.effect .effect_each.delay1, 
	.effect_scroll .effect_scroll_each.delay1 {
		transition-delay: 0.4s;
	}
	.effect .effect_each.delay2, 
	.effect_scroll .effect_scroll_each.delay2 {
		transition-delay: 0.6s;
	}
	.effect .effect_each.delay3, 
	.effect_scroll .effect_scroll_each.delay3 {
		transition-delay: 0.8s;
	}
	.effect .effect_each.delay4, 
	.effect_scroll .effect_scroll_each.delay4 {
		transition-delay: 1.0s;
	}
	.effect .effect_each.delay5, 
	.effect_scroll .effect_scroll_each.delay5 {
		transition-delay: 1.2s;
	}
	.effect .effect_each.delay6, 
	.effect_scroll .effect_scroll_each.delay6 {
		transition-delay: 1.4s;
	}
	.effect .effect_each.delay7, 
	.effect_scroll .effect_scroll_each.delay7 {
		transition-delay: 1.6s;
	}
}

/****************************
  pagination
****************************/

.pagination {
	width: 100%;
	margin: 30px auto 30px;
	padding: 0;
	text-align: center;
}

.pagination a, 
.pagination span {
	display: inline-block;
	min-width: 28px;
	height: 28px;
	line-height: 28px;
	margin: 0 2px;
	padding: 0 2px;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
}

.pagination a:link, 
.pagination a:visited {
	background-color: #f6f6f6;
	background-color: transparent;
	color: #000;
	text-decoration: none;
}

.pagination a:hover, 
.pagination a:active, 
.pagination a.active, 
.pagination span {
	background-color: var(--green-link_out);
	color: #fff;
	text-decoration: none;
}

.pagination a.active {
	pointer-events : none;
}

.pagination span.disabled {
	background-color: transparent;
	color: #aaa;
}

.icon_angle {
	font-size: 14px;
}

.pagination a.nav_page {
	background-color: transparent;
	color: #000;
}

@media (max-width: 768px) {
	.pagination {
		text-align: left;
	}
}

/****************************
  misc
****************************/

.clearfix:before {
	display: table;
	content: '';
}

.clearfix:after {
	display: table;
	content: '';
	clear: both;
}

.responsive {
	width: 100%;
	height: initial;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

a.readmore {
	display: inline-block;
	height: 38px;
	margin: 0;
	padding: 0 20px;
	background-color: var(--green-link_out);
	vertical-align: top;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 38px;
	color: #fff;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	transition: all 0.3s;
}

a.readmore.small {
	height: 38px;
	line-height: 38px;
}

a.readmore:hover {
	background-color: var(--green-link_over);
	color: #fff;
}

@media (min-width: 1100px) {
	a.readmore {
		width: 200px;
		height: 58px;
		padding: 0;
		font-size: 16px;
		line-height: 58px;
	}

	a.readmore.small {
		width: 160px;
		height: 50px;
		line-height: 50px;
	}
}

@media (max-width: 999px) {
	.hide_if_sp {
		display: none;
	}
}
@media (min-width: 1100px) {
	.hide_if_pc,
	#global_nav > ul > li.hide_if_pc {
		display: none;
	}
}

/****************************
  banner
****************************/

#banner {
	width: 100%;
	margin: 0;
	padding: 0 15px 30px;
}

#banner ul {
	margin: 0 auto;
	padding: 0;
}

#banner ul > li {
	max-width: 400px;
	height: 250px;
	margin: 0 auto;
	padding: 30px 0 0;
}

#banner ul > li a {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #fff;
}

#banner ul > li a:hover {
	text-decoration: none;
}

#banner ul > li a figure {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

#banner ul > li a figure::after {
	display: block;
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	transition: all 0.1s ease-in-out;
}

#banner ul > li a figure figcaption {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	background-color: rgba(6, 160, 233, 0.85);
	text-align: center;
}

#banner ul > li a:hover figure figcaption {
	background-color: rgba(6, 160, 233, 0.95);
}

#banner ul > li#banner_1 a figure::after {
	background-image: url(../../files/common/banner_1.jpg);
}

#banner ul > li#banner_2 a figure::after {
	background-image: url(../../files/common/banner_2.jpg);
}

#banner ul > li h3 {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 1;
	color: #fff;
}

#banner ul > li h4 {
	margin: 0;
	padding: 5px 0 0;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
	color: #fff;
}

@media (min-width: 1100px) {
	#banner {
		padding: 50px 0;
	}

	#inheritancetax + #banner {
		padding: 10px 0 50px;
	}

	#banner ul {
		display: flex;
		justify-content: space-between;
		width: 800px;
	}

	#banner ul > li {
		display: block;
		max-width: initial;
		width: calc(50% - 20px);
		height: 300px;
		margin: 0;
		padding: 0;
	}

	#banner ul > li a:hover figure::after {
		transform: scale(1.05);
	}
	
	#banner ul > li a figure figcaption {
		padding: 15px 0;
	}

	#banner ul > li h3 {
		font-size: 18px;
		line-height: 1;
	}

	#banner ul > li h4 {
		padding: 10px 0 0;
		font-size: 17px;
		line-height: 1;
	}
}

/****************************
  area
****************************/

#area {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: var(--gray_bg);
}

#area > div {
	margin: 0;
	padding: 30px 15px;
}

#area > div > div h2 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 1;
	color: #000;
	letter-spacing: 0px;
}

#area > div > div h2 span {
	display: inline-block;
	margin: 0;
	padding: 0 0 0 18px;
	font-family: 'Quicksand Regular';
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 1;
	color: #999;
}

#area > div > div h3 {
	margin: 0;
	padding: 40px 0 0;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 1;
}

#area > div > div p {
	margin: 0;
	padding: 15px 0 0;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 2;
}

@media (min-width: 1100px) {
	#area {
		display: table;
		width: calc(100% - 80px);
		margin: 0 auto;
		padding: 0;
	}

	#area > figure {
		display: table-cell;
		width: 30%;
		margin: 0;
		padding: 0;
		background-image: url(../../files/home/home_area.jpg);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
	}

	#area > div {
		display: table-cell;
		margin: 0;
		padding: 60px 60px 60px 60px;
	}

	#area > div > div h2 {
		padding: 0;
		font-size: 26px;
		line-height: 1;
	}

	#area > div > div h2 span {
		padding: 0 0 0 25px;
		font-size: 24px;
		line-height: 1;
	}

	#area > div > div h3 {
		padding: 40px 0 0;
		font-size: 16px;
		line-height: 1;
	}
	
	#area > div > div p {
		padding: 15px 0 0;
		font-size: 16px;
		line-height: 2;
	}
}

/****************************
  contact
****************************/

#footer_contact_nav {
	width: 100%;
	margin: 0;
	padding: 30px 15px;
	background-image: url(../../files/common/footer_contact_nav_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}

#footer_contact_nav::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: rgba(0, 0, 0, 0.4);
}

#footer_contact_nav h2 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.4;
	color: #fff;
}

#footer_contact_nav > ul {
	margin: 0 auto;
	padding: 0;
}

#footer_contact_nav > ul > li {
	max-width: 300px;
	margin: 0 auto;
	padding: 30px 0 0;
	vertical-align: middle;
	text-align: center;
}

#contact_email > a {
	display: block;
	margin: 0;
	padding: 12px 0px;

	background-color: var(--green-link_out);

	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	transition: all 0.3s;
}

#contact_email > a:hover {
	background-color: var(--green-link_over);
	text-decoration: none;
}

#contact_email > a > h3 {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
}

#contact_email > a > h3::before {
	font-family: 'FontAwesome';
	content: '\f0e0';
	margin-right: 8px;
	vertical-align: -1px;
	font-size: 18px;
	line-height: 1;
	text-decoration: none;
}

#contact_email > a > p {
	margin: 0;
	padding: 8px 0 0;
	font-size: 13px;
	line-height: 1;
	color: #fff;
	text-decoration: none;
}

#contact_phone > a {
	display: block;
	margin: 0;
	padding: 12px 0px;
	background-color: rgba(255, 255, 255, 1);
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	transition: all 0.3s;
}

#contact_phone > a:hover {
	background-color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
}

#contact_phone > a > h3 {
	margin: 0;
	padding: 0;
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	color: var(--green-link_out);
	text-decoration: none;
}

#contact_phone > a > h3::before {
	font-family: 'FontAwesome';
	content: '\f2a0';
	margin-right: 10px;
	vertical-align: 2px;
	font-size: 20px;
	line-height: 1;
	text-decoration: none;
}

#contact_phone > a > p {
	margin: 0;
	padding: 8px 0 0;
	font-size: 13px;
	line-height: 1;
	color: var(--green-link_out);
	text-decoration: none;
}

@media (min-width: 1100px) {
	#footer_contact_nav {
		margin: 40px 0 0;
		margin: 0px 0 0;
		padding: 120px 0;
	}

	#footer_contact_nav h2 {
		font-size: 25px;
		line-height: 1.2;
	}

	#footer_contact_nav > ul {
		display: table;
		margin: 40px auto 0;
	}

	#footer_contact_nav > ul > li {
		max-width: initial;
		display: table-cell;
		margin: 0;
		padding: 0 50px 0 0;
	}

	#footer_contact_nav > ul > li + li {
		padding: 0;
	}

	#contact_email > a {
		height: 70px;
		padding: 12px 50px 0;
	}

	#contact_email > a > h3 {
		font-size: 17px;
		line-height: 1;
	}

	#contact_email > a > h3::before {
		margin-right: 10px;
		vertical-align: -1px;
		font-size: 22px;
		line-height: 1;
	}

	#contact_email > a > p {
		padding: 8px 0 0;
		font-size: 14px;
		line-height: 1;
	}

	#contact_phone > a {
		height: 70px;
		padding: 12px 60px 0;
	}

	#contact_phone > a > h3 {
		font-size: 24px;
		line-height: 1;
	}

	#contact_phone > a > h3::before {
		margin-right: 12px;
		vertical-align: 2px;
		font-size: 24px;
		line-height: 1;
	}

	#contact_phone > a > p {
		padding: 8px 0 0;
		font-size: 14px;
		line-height: 1;
	}
}
