@charset "utf-8";

/* ========================================================
	template.css => テンプレート用CSS
======================================================== */
html {
	font-size: 62.5%;
}
body {
	background-color: #fff;
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.8;
	color: #000000;
	word-wrap: break-word;
	overflow-wrap: break-word;

	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
	font-weight: 400;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.8;
}
a[href] {
	color: #6f9ad8;
	text-decoration: underline;
	outline: none;
}
a[href]:hover {
	text-decoration: none;
}
a[href].a_reverse,
.a_reverse a[href] {
	text-decoration: none;
}
@media screen and (min-width: 769px) {
	a[href].a_reverse:hover,
	.a_reverse a[href]:hover {
		text-decoration: underline;
	}
}

a[href^="http"],
a[href^="mailto:"] {
/*
	display: inline-block;
	word-break: break-all;
	word-wrap : break-word;
	overflow-wrap : break-word;
*/
}

label {
	cursor: pointer;
}
input, select, textarea, button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	max-width: 100%;
	margin: 0;
	border-radius: 0;
	vertical-align: middle;
	font-family: inherit;
	outline: none;
	font-size: 100%;
}
::-webkit-input-placeholder {
	color: #ccc;
}
:-ms-input-placeholder {
	color: #ccc;
}
::-moz-placeholder {
	color: #ccc;
}
select::-ms-expand {
	display: none;
}

button {
	cursor: pointer;
}
iframe {
	max-width: 100%;
	vertical-align: middle;
}

.hidden {
	display: none;
}
.slick-slider * {
	outline: none;
}
@media screen and (min-width: 769px), print {
}
@media screen and (max-width: 768px) {
	body {
		font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", Verdana, Arial, Helvetica, sans-serif;
	}
	img {
		max-width: 100%;
		height: auto;
	}
}


/* pc / sp
============================================================================================================ */
.sp,
.sps {
	display: none !important;
}
@media screen and (min-width: 769px), print {
	.pc_break {
		position: relative;
		display: block;
		height: 0;
		overflow: hidden;
	}
	.pc_hidden {
		position: relative;
		overflow: hidden;
		display: block;
		height: 0;
	}
}
@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	img.sp, span.sp, br.sp, em.sp, strong.sp {
		display: inline !important;
	}
	td.sp, th.sp {
		display: table-cell !important;
	}
	.sp_break {
		position: relative;
		display: block;
		height: 0;
		overflow: hidden;
	}
}
@media screen and (max-width: 370px) {
	.sps {
		display: block !important;
	}
	img.sps, spsan.sps, br.sps, em.sps, strong.sps {
		display: inline !important;
	}
	.sps_non {
		display: none !important;
	}
}

/* transition
============================================================================================================ */
@media screen and (min-width: 769px) {
	body.init a[href],
	body.init a[href]::before,
	body.init a[href]::after,
	body.init button,
	body.init button::before,
	body.init button::after,
	body.init .basic_trs,
	body.init .basic_trs::before,
	body.init .basic_trs::after,
	body.init .basic_trs *,
	body.init .basic_trs *::before,
	body.init .basic_trs *::after {
		-webkit-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out, opacity 0.2s ease-in-out;
		-o-transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out, opacity 0.2s ease-in-out;
		transition: color 0.2s ease-in-out, background 0.2s ease-in-out, border 0.2s ease-in-out, opacity 0.2s ease-in-out;
	}
}


/* font family
============================================================================================================ */
.ff_en {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	letter-spacing: 0.1em;
}


/* color
============================================================================================================ */
.c_theme {
	color: #6f9ad8;
}

/* font
============================================================================================================ */
.fwb {
	font-weight: bold;
}
.fwn {
	font-weight: normal;
}


/* display
============================================================================================================ */
.db {
	display: block;
}
.dib {
	display: inline-block;
}

/* position
============================================================================================================ */
.pos-r {
	position: relative;
}

/* hover
============================================================================================================ */
@media screen and (min-width: 769px), print {
	a.hv_wh,
	button.hv_wh,
	a .hv_wh,
	.hv_wh a {
		position: relative;
		display: inline-block;
		vertical-align: middle;
		overflow: hidden;
	}
	a.hv_wh::after,
	button.hv_wh::after,
	a .hv_wh::after,
	.hv_wh a::after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: rgba(255,255,255,0);
		z-index: 3;
	}
	body.init a.hv_wh::after,
	body.init button.hv_wh::after,
	body.init a .hv_wh::after,
	body.init .hv_wh a::after {
		-webkit-transition: background 0.2s;
		-o-transition: background 0.2s;
		transition: background 0.2s;
	}
	a[href].hv_wh:hover::after,
	button.hv_wh:hover::after,
	a[href]:hover .hv_wh::after,
	.hv_wh a[href]:hover::after {
		background-color: rgba(255,255,255,0.3);
	}
	a[href].hv_wh.a20:hover::after,
	button.hv_wh.a20:hover::after,
	a[href]:hover .hv_wh.a20::after,
	.hv_wh.a20 a[href]:hover::after {
		background-color: rgba(255,255,255,0.2);
	}
	a[href].hv_wh.a10:hover::after,
	button.hv_wh.a10:hover::after,
	a[href]:hover .hv_wh.a10::after,
	.hv_wh.a10 a[href]:hover::after {
		background-color: rgba(255,255,255,0.1);
	}

	body.init a[href] .hv_op {
		-webkit-transition: opacity 0.2s;
		-o-transition: opacity 0.2s;
		transition: opacity 0.2s;
	}
	a[href].hv_op:hover,
	a[href]:hover .hv_op,
	button.hv_op:hover,
	.hv_op a[href]:hover {
		opacity: 0.7;
	}
	a[href].hv_op.a20:hover,
	a[href]:hover .hv_op.a20,
	.hv_op.a20 a[href]:hover {
		opacity: 0.8;
	}
	a[href].hv_op.a10:hover,
	a[href]:hover .hv_op.a10,
	.hv_op.a10 a[href]:hover {
		opacity: 0.9;
	}
	a[href].hv_op.a50:hover,
	a[href]:hover .hv_op.a50,
	.hv_op.a50 a[href]:hover {
		opacity: 0.5;
	}

	body.init a[href].hv_zoom > *,
	body.init a[href] .hv_zoom > * {
		-webkit-transition: -webkit-transform 0.6s, opacity .3s;
		-o-transition: -o-transform 0.6s, opacity .3s;
		transition: transform 0.6s, opacity .3s;
	}
	a[href].hv_zoom,
	a[href] .hv_zoom {
		position: relative;
		display: block;
		overflow: hidden;
	}
	a[href]:hover.hv_zoom > *,
	a[href]:hover .hv_zoom > * {
		display: block;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}
	a[href]:hover .hv_zoom.s > * {
		-webkit-transform: scale(1.03);
		-ms-transform: scale(1.03);
		-o-transform: scale(1.03);
		transform: scale(1.03);
	}
}


/* target
============================================================================================================ */
.target {
	display: block;
	position: relative;
	width: 1px;
	top: -90px;
}
.target.pt {
	top: -120px;
}
@media screen and (max-width: 768px) {
	.target {
		top: -55px;
	}
	.target.pt {
		top: -80px;
	}
}



/* w
============================================================================================================ */
.w {
	position: relative;
}
@media screen and (min-width: 769px), print {
	.w {
		width: 920px;
		margin: 0 auto;
	}
	.w.m {
		width: 1120px;
	}
	.mw {
		min-width: 1160px;
	}
	.xw {
		position: relative;
		max-width: 1240px;
		padding-left: 20px;
		padding-right: 20px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px) {
	.w {
		max-width: 500px;
		margin: 0 auto;
	}
}


/* spパディング
============================================================================================================ */
@media screen and (max-width: 768px) {
	.sp_pd {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	.sp_full {
		margin-left: -20px !important;
		margin-right: -20px !important;
	}
	.sp_full_l {
		margin-left: -20px !important;
	}
	.sp_full_r {
		margin-right: -20px !important;
	}
}
@media screen and (max-width: 370px) {
	.sp_pd {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.sp_full {
		margin-left: -10px !important;
		margin-right: -10px !important;
	}
	.sp_full_l {
		padding-left: -10px !important;
	}
	.sp_full_r {
		padding-right: -10px !important;
	}
}


/* header
============================================================================================================ */
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}
@media print {
	#header {
		position: absolute;
	}
}
@media screen and (min-width: 769px), print {
	#header {
		top: 30px;
		padding: 0 10px;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	#header > * {
		position: relative;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		-ms-align-items: center;
		align-items: center;
		max-width: 1200px;
		height: 90px;
		margin: auto;
		padding: 0 40px 0 50px;
	}
	#header .nav_bg {
		overflow: hidden;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		border-radius: 100px;
		background-color: #fff;
		-webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
		box-shadow: 0 0 4px rgba(0,0,0,.2);
	}
	#header .nav_bg::before {
		content: "";
		position: absolute;
		top: calc(50% + 23px);
		left: 42%;
		right: -100px;
		height: 100px;
		background-color: #f2f2f2;
		-webkit-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-o-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform: skewX(-45deg);
		-ms-transform: skewX(-45deg);
		-o-transform: skewX(-45deg);
		transform: skewX(-45deg);
	}
	#header .logo {
		position: relative;
		z-index: 2;
	}
	#header .logo a {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		text-decoration: none;
		color: #000;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#header .logo a span {
		padding-left: 10px;
	}
	#header nav {
		position: relative;
		z-index: 2;
	}
	#header nav > ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	#header nav > ul > li {
		position: relative;
		padding: 0 5px;
	}
	#header nav > ul > li > a {
		position: relative;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
		text-align: center;
		height: 80px;
		padding: 0 10px;
		text-decoration: none;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.5;
		color: #000;
	}
	#header nav > ul > li > a::before {
		content: "";
		position: absolute;
		right: 0;
		left: 0;
		bottom: 14px;
		border-top: 3px solid #6f9ad8;
		-webkit-transform: translateY(3px);
		-ms-transform: translateY(3px);
		-o-transform: translateY(3px);
		transform: translateY(3px);
		opacity: 0;
	}
	#header nav > ul > li > a::after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 8px;
		margin-left: -5px;
		border-style: solid;
		border-width: 6px 5px 0 5px;
		border-color: #6f9ad8 transparent transparent transparent;
		-webkit-transform: translateY(3px);
		-ms-transform: translateY(3px);
		-o-transform: translateY(3px);
		transform: translateY(3px);
		opacity: 0;
	}
	body.init #header nav > ul > li > a::before,
	body.init #header nav > ul > li > a::after {
		-webkit-transition: -webkit-transform .2s ease-in-out, opacity .2s ease-in-out;
		-o-transition: -o-transform .2s ease-in-out, opacity .2s ease-in-out;
		transition: transform .2s ease-in-out, opacity .2s ease-in-out;
	}
	#header nav > ul > li:hover > a,
	#header nav > ul > li > a.current {
		color: #6f9ad8;
	}
	#header nav > ul > li:hover > a::before,
	#header nav > ul > li:hover > a::after,
	#header nav > ul > li > a.current::before,
	#header nav > ul > li > a.current::after {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
	#header nav .dd {
		position: absolute;
		left: 0;
		top: calc(100% - 5px);
		overflow: hidden;
	}
	#header nav .dd a {
		position: relative;
		display: block;
		padding: 12px 20px;
		background-color: #6f9ad8;
		border: 1px solid #fff;
		border-top-width: 0;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		white-space: nowrap;
		font-size: 1.3rem;
		line-height: 1.5;
	}

	body.init #header nav .dd {
		-webkit-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
		-o-transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
		transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out;
	}
	body.init #header nav .dd ul {
		-webkit-transition: -webkit-transform 0.3s;
		-o-transition: -o-transform 0.3s;
		transition: transform 0.3s;
	}
	#header nav .dd {
		height: 0;
		opacity: 0;
	}
	#header nav .dd ul {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		-o-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	#header nav li.hover .dd {
		opacity: 1;
	}
	#header nav li.hover .dd ul {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}
@media screen and (min-width: 1200px) {
	#header nav > ul > li {
		padding: 0 10px;
	}
}
@media screen and (min-width: 769px) {
	body.init #header,
	body.init #header > * {
		-webkit-transition: height 0.3s, top 0.3s;
		-o-transition: height 0.3s, top 0.3s;
		transition: height 0.3s, top 0.3s;
	}
	body.init.head-min #header,
	body.init.head-min #header > * {
		-webkit-transition: height 0.5s ease-in-out, top 0.5s ease-in-out;
		-o-transition: height 0.5s ease-in-out, top 0.5s ease-in-out;
		transition: height 0.5s ease-in-out, top 0.5s ease-in-out;
	}
	.head-min #header {
		top: 5px;
	}
	.head-min #header > * {
		height: 80px;
	}
}
@media screen and (max-width: 768px) {
	#header {
		height: 55px;
	}
	#header::before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background-color: #fff;
		-webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
		box-shadow: 0 0 4px rgba(0,0,0,.2);
		z-index: 2;
	}
	#header .logo {
		position: relative;
		float: left;
		z-index: 3;
	}
	#header .logo a {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		height: 55px;
		padding: 0 12px;
		text-decoration: none;
		font-size: 1rem;
		color: #000;
		font-weight: bold;
	}
	#header .logo a img {
		width: 80px;
	}
	#header .logo a span {
		padding-left: 5px;
	}

	/* nav_btn */
	#header .nav_btn {
		position: absolute;
		right: 0;
		top: 0;
		width: 60px;
		height: 55px;
		background-color: #6f9ad8;
		z-index: 15;
	}
	#header .nav_btn a {
		position: relative;
		display: block;
		height: 55px;
	}
	#header .nav_btn:before,
	#header .nav_btn a::before,
	#header .nav_btn a::after {
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		width: 24px;
		margin-top: -1px;
		margin-left: -12px;
		border-top: 2px solid #fff;
	}
	body.init #header .nav_btn:before,
	body.init #header .nav_btn a::before,
	body.init #header .nav_btn a::after {
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	#header .nav_btn a::before {
		-webkit-transform: translateY(-7px);
		-ms-transform: translateY(-7px);
		-o-transform: translateY(-7px);
		transform: translateY(-7px);
	}
	#header .nav_btn a::after {
		-webkit-transform: translateY(7px);
		-ms-transform: translateY(7px);
		-o-transform: translateY(7px);
		transform: translateY(7px);
	}

	/* nav_btn open */
	#header.open .nav_btn::before {
		opacity: 0;
	}
	#header.open .nav_btn a::before {
		-webkit-transform: translateY(0) rotate(45deg);
		-ms-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	#header.open .nav_btn a::after {
		-webkit-transform: translateY(0) rotate(-45deg);
		-ms-transform: translateY(0) rotate(-45deg);
		transform: translateY(0) rotate(-45deg);
	}

	/* nav */
	#header nav {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		max-height: 100vh;
		background-color: #1a1a1a;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translateY(-110%);
		-ms-transform: translateY(-110%);
		-o-transform: translateY(-110%);
		transform: translateY(-110%);
		-webkit-box-shadow: 0 0 8px rgba(0,0,0,.2);
		box-shadow: 0 0 8px rgba(0,0,0,.2);
		z-index: 1;
	}
	body.init #header nav {
		-webkit-transition: -webkit-transform 0.3s ease-in-out;
		-o-transition: -o-transform 0.3s ease-in-out;
		transition: transform 0.3s ease-in-out;
	}
	/* open */
	#header.open nav {
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%);
	}

	#header nav > ul {
		padding: 60px 0 20px;
	}
	#header nav ul a {
		position: relative;
		display: block;
		padding: 15px 0;
		border-bottom: 1px solid #4c4c4c;
		text-decoration: none;
		font-size: 1.3rem;
		line-height: 1.5;
		color: #fff;
	}
	#header nav ul a::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 5px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#header nav ul ul {
		padding: 10px 0;
		border-bottom: 1px solid #4c4c4c;
	}
	#header nav ul ul a {
		padding: 8px 0 8px 20px;
		border-bottom: 0;
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 370px) {
	#header .logo a {
		padding: 0 6px;
	}
	#header .logo a span {
		-webkit-transform-origin: 0;
		-moz-transform-origin: 0;
		-ms-transform-origin: 0;
		-o-transform-origin: 0;
		transform-origin: 0;
		-webkit-transform: scale(0.85);
		-ms-transform: scale(0.85);
		-o-transform: scale(0.85);
		transform: scale(0.85);
	}
	#header .nav_btn {
		width: 55px;
	}
}


/* footer
============================================================================================================ */
#footer {
	position: relative;
	margin-top: 80px;
	background-color: #1a1a1a;
}
@media screen and (min-width: 769px), print {
}
@media screen and (max-width: 768px) {
	#footer {
		margin-top: 50px;
	}
}

/* ページトップ
------------------------------------------------------------- */
@media print {
	#pagetop {
		display: none;
	}
}
@media screen and (min-width: 769px) {
	#pagetop {
		position: fixed;
		overflow: hidden;
		bottom: 0;
		right: 0;
		width: 60px;
		height: 60px;
		pointer-events: none;
		z-index: 500;
	}
	#pagetop a {
		overflow: hidden;
		position: absolute;
		width: 60px;
		height: 60px;
		background-color: #6f9ad8;
		color: #fff;
		text-decoration: none;
		text-align: center;
		font-size: 1.3rem;
		line-height: 1.3;
		letter-spacing: 0.05em;
		pointer-events: auto;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}
	#pagetop a::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 12px;
		height: 12px;
		margin-top: -2px;
		margin-left: -6px;
		border-top: 3px solid #fff;
		border-left: 3px solid #fff;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#pagetop a span {
		display: none;
	}
	body.init #pagetop a {
		-webkit-transition: -webkit-transform 0.5s ease-in-out;
		-o-transition: -o-transform 0.5s ease-in-out;
		transition: transform 0.5s ease-in-out;
	}
	#pagetop.show a {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}
@media screen and (max-width: 768px) {
	#pagetop a {
		position: relative;
		display: block;
		padding: 12px 0;
		background-color: #6f9ad8;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		font-size: 1.2rem;
	}
	#pagetop a::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 24px;
		width: 8px;
		height: 8px;
		margin-top: -2px;
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

/* nav
------------------------------------------------------------- */
@media screen and (min-width: 769px), print {
	#footer .nav {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: space-between;
		flex-direction: row-reverse;
		width: 95%;
		max-width: 1100px;
		margin: auto;
		padding: 30px 0 20px;
	}
	#footer .nav a {
		display: block;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	#footer .nav .logo a {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
	}
	#footer .nav .logo a span {
		padding-left: 10px;
	}
	#footer .nav nav > ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}
	#footer .nav nav > ul li {
		margin-left: 40px;
	}
	#footer .nav nav > ul li a {
		position: relative;
		padding: 6px 0;
	}
	#footer .nav nav > ul li a::before {
		content: "";
		position: absolute;
		right: 0;
		left: 0;
		bottom: 0;
		border-top: 2px solid #fff;
		-webkit-transform: translateY(3px);
		-ms-transform: translateY(3px);
		-o-transform: translateY(3px);
		transform: translateY(3px);
		pointer-events: none;
		opacity: 0;
	}
	body.init #footer .nav nav > ul li a::before {
		-webkit-transition: -webkit-transform .2s ease-in-out, opacity .2s ease-in-out;
		-o-transition: -o-transform .2s ease-in-out, opacity .2s ease-in-out;
		transition: transform .2s ease-in-out, opacity .2s ease-in-out;
	}
	#footer .nav nav > ul li a:hover::before {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@media screen and (max-width: 768px) {
	#footer .nav ul {
		padding: 5px 0;
	}
	#footer .nav ul a {
		position: relative;
		display: block;
		padding: 10px 0;
		border-bottom: 1px solid #4c4c4c;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		font-size: 1.2rem;
	}
	#footer .nav ul a::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 5px;
		width: 8px;
		height: 8px;
		margin-top: -2px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#footer .nav .logo {
		padding: 15px 0;
	}
	#footer .nav .logo a {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		font-size: 1rem;
	}
	#footer .nav .logo a img {
		width: 85px;
	}
	#footer .nav .logo a span {
		padding-left: 10px;
	}
}


/* small
------------------------------------------------------------- */
#footer small {
	display: block;
	padding: 18px;
	border-top: 1px solid #4c4c4c;
	font-size: 1.3rem;
	color: #666666;
	text-align: center;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	#footer small {
		padding: 12px;
		font-size: 1rem;
		line-height: 1.5;
	}
}


/* container
============================================================================================================ */
#container {
	position: relative;
	font-size: 1.6rem;
	line-height: 1.8;
}
#container::before,
#container::after {
	content: "";
	display: table;
	clear: both;
}
@media screen and (max-width: 768px) {
	#container {
		padding-top: 55px;
		font-size: 1.3rem;
	}
}


/* ===================================================================================================================

	パーツ

=================================================================================================================== */

/* margin
============================================================================================================ */
.mb_block {
	margin-bottom: 60px;
}
.mt_block {
	margin-top: 60px;
}
.mt_block_l {
	margin-top: 80px;
}
.mt_block_m {
	margin-top: 40px;
}
.mt_block_s {
	margin-top: 30px;
}
@media screen and (max-width: 768px) {
	.mb_block {
		margin-bottom: 40px;
	}
	.mt_block {
		margin-top: 40px;
	}
	.mt_block_l {
		margin-top: 50px;
	}
	.mt_block_m {
		margin-top: 30px;
	}
	.mt_block_s {
		margin-top: 20px;
	}
}

/* breadcrumbs
============================================================================================================ */
.breadcrumbs {
	margin-bottom: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 1.3rem;
	line-height: 1.4;
	font-weight: bold;
}
.breadcrumbs li {
	position: relative;
	padding-right: 30px;
}
.breadcrumbs ol li::after {
	content: "";
	position: absolute;
	right: 15px;
	top: 50%;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
	-webkit-transform: scaleX(.8) rotate(45deg);
	-ms-transform: scaleX(.8) rotate(45deg);
	-o-transform: scaleX(.8) rotate(45deg);
	transform: scaleX(.8) rotate(45deg);
}
.breadcrumbs ol li a[href] {
	color: #6f9ad8;
	text-decoration: none;
}
.breadcrumbs ol li:last-child {
	padding-right: 0;
}
.breadcrumbs ol li:last-child::after {
	content: none;
}
@media screen and (min-width: 769px), print {
	.breadcrumbs ol {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.breadcrumbs li {
		display: inline;
	}
	.breadcrumbs ol li a[href]:hover {
		text-decoration: underline;
	}
}
@media screen and (max-width: 768px) {
	.breadcrumbs {
		margin-bottom: 20px;
		padding: 10px 0;
		font-size: 1.1rem;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.breadcrumbs ol {
		display: table;
		white-space: nowrap;
	}
	.breadcrumbs ol li {
		display: table-cell;
		white-space: nowrap;
	}
	.breadcrumbs li {
		padding-right: 20px;
	}
	.breadcrumbs ol li::after {
		right: 7px;
		margin-top: -4px;
	}
}

/* page_title
============================================================================================================ */
.page_title {
	position: relative;
	overflow: hidden;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	height: 305px;
	background-color: #000;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	line-height: 1.3;
	font-size: 3rem;
	color: #fff;
}
.page_title::before,
.page_title::after {
	content: "";
	position: absolute;
	-webkit-transform: skewX(-49deg);
	-ms-transform: skewX(-49deg);
	-o-transform: skewX(-49deg);
	transform: skewX(-49deg);
}
.page_title::before {
	top: 0;
	left: 0;
	width: 180px;
	height: 180px;
	background-color: #6f9ad8;
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.page_title::after {
	bottom: 0;
	right: 0;
	width: 100px;
	height: 100px;
	background-color: #b4e0f0;
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%;
}
@media screen and (min-width: 769px), print {
	.page_title {
		margin-top: 75px;
		padding-top: 50px;
	}
}
@media screen and (max-width: 768px) {
	.page_title {
		height: 150px;
		font-size: 1.8rem;
	}
	.page_title::before {
		width: 75px;
		height: 75px;
	}
	.page_title::after {
		width: 60px;
		height: 60px;
	}
}

/* title
============================================================================================================ */
/* arrow_title */
.arrow_title {
	position: relative;
	margin-bottom: 40px;
	text-align: center;
	line-height: 1.3;
	font-size: 3rem;
	font-weight: bold;
}
.arrow_title::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -6px;
	margin-left: -5px;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #6f9ad8 transparent transparent transparent;
}
.arrow_title > * {
	position: relative;
	display: inline-block;
	padding: 10px;
}
.arrow_title > *::before,
.arrow_title > *::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	border-bottom: 3px solid #6f9ad8;
}
.arrow_title > *::after {
	width: calc(50% - 35px);
	border-bottom-color: #b4e0f0;
}
@media screen and (min-width: 769px), print {
	.arrow_title > * {
		min-width: 290px;
	}
}
@media screen and (max-width: 768px) {
	.arrow_title {
		margin-bottom: 30px;
		font-size: 2rem;
	}
	.arrow_title > *::before,
	.arrow_title > *::after {
		border-bottom-width: 2px;
	}
	.arrow_title > *::after {
		width: calc(50% - 20px);
	}
}

/* point_title */
.point_title {
	position: relative;
	margin-bottom: 25px;
	padding-left: 20px;
	line-height: 1.5;
	font-size: 2.4rem;
	font-weight: bold;
}
.point_title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-style: solid;
	border-width: 10px 10px 0 0;
	border-color: #6f9ad8 transparent transparent transparent;
}
@media screen and (max-width: 768px) {
	.point_title {
		margin-bottom: 20px;
		padding-left: 12px;
		font-size: 1.6rem;
	}
	.point_title::before {
		border-width: 6px 6px 0 0;
	}
}

/* line_title */
.line_title {
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 3px solid #6f9ad8;
	line-height: 1.5;
	font-size: 2.4rem;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.line_title {
		margin-bottom: 20px;
		padding-bottom: 10px;
		font-size: 1.6rem;
	}
}

/* l_title */
.l_title {
	position: relative;
	margin-bottom: 25px;
	line-height: 1.5;
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.l_title {
		margin-bottom: 15px;
		font-size: 1.7rem;
	}
}

/* m_title */
.m_title {
	position: relative;
	margin-bottom: 15px;
	line-height: 1.5;
	font-size: 2rem;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.m_title {
		margin-bottom: 10px;
		font-size: 1.6rem;
	}
}

/* en_title */
.en_title {
	position: relative;
	margin-bottom: 40px;
	line-height: 1.5;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
}
.en_title .ff_en {
	display: inline-block;
	position: relative;
	min-width: 130px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	font-size: 2rem;
	border-bottom: 3px solid;
	text-align: center;
}
.en_title .ff_en::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -9px;
	margin-left: -5px;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
@media screen and (max-width: 768px) {
	.en_title {
		margin-bottom: 25px;
		font-size: 2rem;
	}
	.en_title .ff_en {
		min-width: 80px;
		margin-bottom: 15px;
		font-size: 1.2rem;
		border-bottom-width: 2px;
	}
	.en_title .ff_en::after {
		bottom: -8px;
	}
}

/* box_title */
.box_title {
	position: relative;
	margin-bottom: 30px;
	padding: 10px 0 8px;
	background-color: #6f9ad8;
	border-bottom: 3px solid #3f72bc;
	line-height: 1.5;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.box_title {
		margin-bottom: 15px;
		border-bottom-width: 2px;
		font-size: 1.6rem;
	}
}


/* lead_text */
.lead_text {
	margin-bottom: 50px;
	padding-bottom: 50px;
	font-size: 1.9rem;
	line-height: 1.9;
	border-bottom: 3px solid #6f9ad8;
	text-align: center;
	font-weight: normal;
}
@media screen and (max-width: 768px) {
	.lead_text {
		margin-bottom: 40px;
		padding-bottom: 30px;
		border-bottom-width: 2px;
		font-size: 1.3rem;
	}
}


/* fix_bnr
============================================================================================================ */
.fix_bnr {
	position: fixed;
	z-index: 970;
}
body.init .fix_bnr {
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	-o-transition: -o-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
}
.fix_bnr a {
	display: block;
	background-color: #6f9ad8;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
.fix_bnr a > span {
	display: block;
	background: url(../images/parts/ico_entry.png) no-repeat;
}
@media print {
	.fix_bnr {
		display: none;
	}
}
@media screen and (min-width: 769px) {
	.fix_bnr {
		top: 50%;
		right: 0;
		margin-top: -65px;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.fix_bnr a {
		width: 130px;
		height: 130px;
		padding-top: 20px;
		border-radius: 20px 0 0 20px;
		font-size: 1.6rem;
		line-height: 1.3;
		text-align: center;
		-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
		box-shadow: 0 0 4px rgba(0,0,0,0.3);
	}
	.fix_bnr a.s {
		padding-top: 15px;
		font-size: 1.4rem;
	}
	.fix_bnr a > span {
		padding-top: 52px;
		background-position: 50% 0;
		-webkit-background-size: 50px;
		background-size: 50px;
	}
	.fix_bnr a.for_owners {
		margin-top: 10px;
		height: 90px;
		background-color: #66d30d;
	}
	.fix_bnr a.for_owners > span {
		padding-top: 15px;
		background: none;
	}
	.fix_bnr.hide {
		-webkit-transform: translateX(110%);
		-ms-transform: translateX(110%);
		-o-transform: translateX(110%);
		transform: translateX(110%);
	}
}
@media screen and (max-width: 768px) {
	.fix_bnr {
		right: 10px;
		left: 10px;
		bottom: 10px;
	}
	.fix_bnr a {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		height: 50px;
		background-size: 30px;
		border-radius: 10px;
		font-size: 1.5rem;
		line-height: 1.3;
		text-align: center;
		-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
		box-shadow: 0 0 4px rgba(0,0,0,0.3);
	}
	.fix_bnr a.s {
		font-size: 1.3rem;
	}
	.fix_bnr a > span {
		padding: 10px 20px 10px 40px;
		background-position: 0;
		-webkit-background-size: 30px;
		background-size: 30px;
	}
	.fix_bnr a br {
		display: none;
	}
	.fix_bnr a br.sp_show {
		display: inline;
	}
	.fix_bnr.column {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
	}
	.fix_bnr.column a {
		width: calc(50% - 5px);
	}
	.fix_bnr a.for_owners {
		background-color: #66d30d;
	}
	.fix_bnr a.for_owners > span {
		background: none;
		padding-left: 20px;
	}
	.fix_bnr.hide {
		-webkit-transform: translateY(110%) translateY(10px);
		-ms-transform: translateY(110%) translateY(10px);
		-o-transform: translateY(110%) translateY(10px);
		transform: translateY(110%) translateY(10px);
	}
}
@media screen and (max-width: 370px) {
	.fix_bnr a.s {
		font-size: 1.3rem;
	}
}


/* dot_block
============================================================================================================ */
.dot_block {
	padding: 60px 0;
	background: url(../images/parts/bg_dot.png) 50% 0;
}
@media screen and (max-width: 768px) {
	.dot_block {
		padding: 25px 0;
		-webkit-background-size: 15px;
		background-size: 15px;
	}
}


/* news_list
============================================================================================================ */
.news_list {
	padding: 40px 80px;
	background-color: #f2f2f2;
}
.news_list > .title {
	margin-bottom: 20px;
	text-align: center;
	font-size: 3rem;
	line-height: 1.2;
}
.news_list li + li {
	border-top: 1px solid #d9d9d9;
}
.news_list li a {
	display: block;
	padding: 18px 30px 18px 0;
	position: relative;
	text-decoration: none;
	color: #000;
}
.news_list li a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #6f9ad8;
	border-right: 2px solid #6f9ad8;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.news_list li a .date {
	float: left;
	font-weight: bold;
}
.news_list li a .title {
	display: block;
	margin-left: 8em;
}
@media screen and (min-width: 769px), print {
	.news_list {
		border-radius: 20px;
	}
	.news_list a[href]:hover {
		text-decoration: underline;
	}
}
@media screen and (max-width: 768px) {
	.news_list {
		padding: 30px 0 20px;
	}
	.news_list > .title {
		margin-bottom: 10px;
		font-size: 2.2rem;
	}
	.news_list li a {
		padding: 10px 25px 10px 0;
		font-size: 1.2rem;
	}
	.news_list li a .title {
		margin-left: 7em;
	}
}

/* card_list
============================================================================================================ */
.card_list .card + .card {
	margin-top: 40px;
}
.card_list .card {
	position: relative;
	overflow: hidden;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
}
.card_list .card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 330px;
	height: 330px;
	background-color: #e6e6e6;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: skewX(-54deg);
	-ms-transform: skewX(-54deg);
	-o-transform: skewX(-54deg);
	transform: skewX(-54deg);
}
.card_list .card > * {
	position: relative;
	padding: 30px;
	background-color: #fff;
	border-radius: 7px;
	z-index: 3;
}
@media screen and (max-width: 768px) {
	.card_list .card + .card {
		margin-top: 20px;
	}
	.card_list .card {
		padding: 5px;
	}
	.card_list .card::before {
		width: 50%;
	}
	.card_list .card > * {
		padding: 18px 18px 30px;
	}
}

/* card_link_list */
.card_link_list .card .img img {
	border-radius: 10px;
}
.card_link_list .card .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 3px solid #6f9ad8;
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: bold;
}
.card_link_list .card header.title a .ff_en {
	font-size: 2rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
}
.card_link_list .card header.title a .ff_en .num {
	font-size: 150%;
}
.card_link_list .card header.title a {
	display: block;
	text-decoration: none;
	color: #000;
}
.card_link_list .card header.title a .h {
	position: relative;
	padding-right: 30px;
}
.card_link_list .card header.title a .h::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: scaleX(.9) rotate(45deg);
	-ms-transform: scaleX(.9) rotate(45deg);
	-o-transform: scaleX(.9) rotate(45deg);
	transform: scaleX(.9) rotate(45deg);
}
.card_link_list .card .more {
	margin-top: 20px;
}
.card_link_list .card .more_group {
	margin-top: 30px;
}
@media screen and (min-width: 769px), print {
	.card_link_list .card .img {
		float: left;
	}
	.card_link_list .card .img ~ * {
		margin-left: 310px;
	}
	.card_link_list .card .more a {
		margin-left: auto;
		margin-right: 0;
	}
	.card_link_list .card .more_group {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.card_link_list .card .more_group a {
		width: 100%;
	}
	.card_link_list .card .more_group li {
		width: 260px;
	}
	.card_link_list .card .more_group li.wide {
		width: 100%;
	}
	.card_link_list .card .more_group li.wide ~ li {
		margin-top: 10px;
	}
	.card_link_list .card .l {
		font-size: 2rem;
		line-height: 1.6;
	}
	.card_link_list .card header.title a {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
	}
	.card_link_list .card header.title a .h {
		margin-left: 20px;
	}
	body.init .card_link_list .card header.title a .h::after {
		-webkit-transition: border 0.2s ease-in-out, right 0.2s ease-in-out;
		-o-transition: border 0.2s ease-in-out, right 0.2s ease-in-out;
		transition: border 0.2s ease-in-out, right 0.2s ease-in-out;
	}
	.card_link_list .card header.title a:hover {
		color: #6f9ad8;
	}
	.card_link_list .card header.title a:hover .h::after {
		border-color: #6f9ad8;
		right: 2px;
	}
}
@media screen and (max-width: 768px) {
	.card_link_list .card .img {
		margin-bottom: 15px;
		border-radius: 6px;
	}
	.card_link_list .card .img img {
		width: 100%;
		border-radius: 6px;
	}
	.card_link_list .card .title {
		margin-bottom: 15px;
		padding-bottom: 5px;
		border-bottom-width: 2px;
		font-size: 1.7rem;
	}
	.card_link_list .card header.title a .ff_en {
		margin-bottom: 3px;
		font-size: 1.5rem;
	}
	.card_link_list .card header.title a .h {
		display: inline-block;
		padding-right: 25px;
	}
	.card_link_list .card .more_group {
		margin-top: 20px;
	}
	.card_link_list .card .more_group li {
		margin-top: 8px;
	}
}


/* bd_box_block
============================================================================================================ */
.bd_box_block {
	position: relative;
	overflow: hidden;
	margin-top: 30px;
	padding: 10px;
	background-color: #b1cef9;
	border-radius: 10px;
}
.bd_box_block::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 200px;
	background-color: #6f9ad8;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: skewX(-54deg);
	-ms-transform: skewX(-54deg);
	-o-transform: skewX(-54deg);
	transform: skewX(-54deg);
}
.bd_box_block::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 180px;
	height: 180px;
	background-color: #b4e0f0;
	-webkit-transform-origin: 0 100%;
	-moz-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	-o-transform-origin: 0 100%;
	transform-origin: 0 100%;
	-webkit-transform: skewX(-54deg);
	-ms-transform: skewX(-54deg);
	-o-transform: skewX(-54deg);
	transform: skewX(-54deg);
}
.bd_box_block > * {
	position: relative;
	padding: 40px;
	background-color: #fff;
	border-radius: 7px;
	z-index: 3;
}
@media screen and (max-width: 768px) {
	.bd_box_block {
		margin-top: 20px;
		padding: 5px;
	}
	.bd_box_block::before {
		width: 140px;
		height: 140px;
	}
	.bd_box_block > * {
		padding: 20px;
	}
}

/* line_block
============================================================================================================ */
.line_block + .line_block {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ededed;
}
@media screen and (max-width: 768px) {
	.line_block + .line_block {
		margin-top: 20px;
		padding-top: 20px;
	}
}

/* para_section (paragraph section)
============================================================================================================ */
.para_section > * + * {
	margin-top: 1em;
}


/* section_img
============================================================================================================ */
.section_img {
	margin-top: 30px;
	margin-bottom: 30px;
}
.section_img:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 768px) {
	.section_img {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}


/* box_img
============================================================================================================ */
.box_img {
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 35px 10px;
	border: 1px solid #e6e6e6;
	text-align: center;
}
.box_img:last-child {
	margin-bottom: 0;
}
.box_img dt {
	margin-bottom: 25px;
	line-height: 1.5;
	font-weight: bold;
	font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
	.box_img {
		margin-top: 20px;
		margin-bottom: 20px;
		padding: 15px 10px;
	}
	.box_img dt {
		margin-bottom: 10px;
		font-size: 1.4rem;
	}
}


/* box_btn
============================================================================================================ */
button.box_btn,
a.box_btn,
a .box_btn {
	position: relative;
	display: block;
	max-width: 100%;
	width: 260px;
	padding: 8px;
	margin: auto;
	background-color: #6f9ad8;
	border: 2px solid #6f9ad8;
	border-radius: 100px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.5;
}
button.box_btn {
	display: inline-block;
}
.box_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.box_btn.arrow_back::after {
	left: 20px;
	right: auto;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}
@media screen and (min-width: 769px), print {
	button.box_btn:hover,
	a[href].box_btn:hover,
	a[href]:hover .box_btn {
		background-color: #fff;
		color: #6f9ad8;
	}
	button.box_btn:hover::after,
	a[href].box_btn:hover::after,
	a[href]:hover .box_btn::after {
		border-color: #6f9ad8;
	}
}
@media screen and (max-width: 768px) {
	button.box_btn,
	a.box_btn,
	a .box_btn {
		width: 100%;
		font-size: 1.3rem;
	}
	.box_btn::after {
		right: 12px;
	}
	.box_btn.arrow_back::after {
		left: 12px;
	}
}


/* bottom_bnr
============================================================================================================ */
.bottom_bnr {
	margin-top: 70px;
}
.bottom_bnr a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 70px;
	background-color: #6f9ad8;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.5rem;
}
.bottom_bnr .bnr {
	overflow: hidden;
}
@media screen and (min-width: 769px), print {
	.bottom_bnr ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		margin: 0 -5px;
	}
	.bottom_bnr li {
		padding: 0 5px;
	}
}
@media screen and (max-width: 768px) {
	.bottom_bnr {
		margin-top: 50px;
	}
	.bottom_bnr li {
		margin-top: 10px;
	}
	.bottom_bnr a {
		width: auto;
		height: 45px;
		font-size: 1.3rem;
	}
	.bottom_bnr .bnr {
		background-color: #52c11d;
	}
	.bottom_bnr .bnr img {
		width: auto;
		height: 45px;
	}
}


/* association_list
============================================================================================================ */
.association_list dl {
	padding: 8px 0;
	border-bottom: 1px solid #ededed;
}
.association_list dl dt {
	font-weight: bold;
}
@media screen and (min-width: 769px), print {
	.association_list {
		column-count: 3;
		column-gap: 30px;
	}
	.association_list dl {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		font-size: 1.5rem;
		break-inside: avoid;
	}
	.association_list dl a.mail {
		display: block;
		font-size: 1.3rem;
		line-height: 1.2;
		font-weight: bold;
	}
}
@media screen and (max-width: 768px) {
	.association_list {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.association_list dl {
		width: calc(50% - 10px);
	}
	.association_list dl a.mail {
		display: block;
		font-size: 1.2rem;
		line-height: 1.2;
		font-weight: bold;
	}
}




/* ul / ol
============================================================================================================ */
.dot_li > li {
	position: relative;
	padding-left: 1em;.
}
.dot_li > li::before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

.circle_li > li {
	position: relative;
	padding-left: 1.1em;.
}
.circle_li > li::before {
	content: "●";
	position: absolute;
	top: 0;
	left: 0;
	color: #005f8b;
	-webkit-transform-origin: 0;
	-moz-transform-origin: 0;
	-ms-transform-origin: 0;
	-o-transform-origin: 0;
	transform-origin: 0;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

.parentheses_li > li {
	position: relative;
	padding-left: 2.8em;
}
.parentheses_li > li > span:first-child {
	position: absolute;
	top: 0;
	left: 0;
}

.parentheses_li_h > li {
	position: relative;
	padding-left: 1.6em;
}
.parentheses_li_h > li > span:first-child {
	position: absolute;
	top: 0;
	left: 0;
}
.parentheses_li_hh > li {
	position: relative;
	padding-left: 2.2em;
}
.parentheses_li_hh > li > span:first-child {
	position: absolute;
	top: 0;
	left: 0;
}

.point_li > li {
	position: relative;
	padding-left: 1.2em;
}
.point_li > li > span:first-child {
	position: absolute;
	top: 0;
	left: 0;
}

.square_li > li {
	position: relative;
	padding-left: 0.8em;
}
.square_li > li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .8em;
	width: 5px;
	height: 5px;
	background-color: #14143c;
}
@media screen and (max-width: 768px) {
	.square_li > li::before {
		top: 0.6em;
	}
}

.num_li {
	margin-left: 1.8em;
	list-style: decimal;
}
.alphabet_li {
	margin-left: 1.8em;
	list-style: lower-latin;
}

.mt_li > li + li {
	margin-top: 0.8em;
}
@media screen and (max-width: 768px) {
	.sp_mt_li > li + li {
		margin-top: 0.8em;
	}
}

.indent_li {
	margin-left: 1em;
}



/* pager
============================================================================================================ */
.pager {
	margin-top: 70px;
}
@media screen and (min-width: 769px), print {
	.pager {
		position: relative;
	}
	.pager .prev {
		position: absolute;
		top: 0;
		right: 50%;
		margin-right: 160px;
	}
	.pager .next {
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: 160px;
	}
}
@media screen and (max-width: 768px) {
	.pager {
		margin-top: 40px;
	}
	.pager ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.pager ul .back {
		width: 100%;
	}
	.pager .prev {
		margin-top: 10px;
		width: calc(50% - 5px);
	}
	.pager .prev a {
		padding-right: 0;
	}
	.pager .next {
		margin-top: 10px;
		width: calc(50% - 5px);
		margin-left: auto;
	}
	.pager .next a {
		padding-left: 0;
	}
}


/* ===================================================================================================================

	トップページ

=================================================================================================================== */
#indexMain {
	height: 700px;
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-background-size: cover;
	background-size: cover;
	text-align: center;
	color: #fff;
	font-size: 2.8rem;
	line-height: 1.4;
	font-weight: bold;
}
#indexMain ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
#indexMain ul a {
	position: relative;
	overflow: hidden;
	display: block;
	padding: 6px;
	background-color: #b1cef8;
	border-radius: 8px;
	font-size: 2rem;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#indexMain ul a::before {
	content: "";
	position: absolute;
	top: 0;
	right: 50%;
	bottom: 0;
	width: 100%;
	background-color: #6f9ad8;
	-webkit-transform-origin: 100%;
	-moz-transform-origin: 100%;
	-ms-transform-origin: 100%;
	-o-transform-origin: 100%;
	transform-origin: 100%;
	-webkit-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	-o-transform: skewX(-45deg);
	transform: skewX(-45deg);
}
#indexMain ul a > span {
	position: relative;
	display: block;
	padding: 26px;
	background-color: #001253;
	border-radius: 5px;
	color: #fff;
	z-index: 2;
}
#indexMain ul a > span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #afccf7;
	border-right: 2px solid #afccf7;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (min-width: 769px), print {
	#indexMain {
		padding-top: 256px;
		background-image: url(../../images/main.jpg);
	}
	#indexMain ul {
		margin-top: 50px;
	}
	#indexMain ul a {
		width: 270px;
	}
	#indexMain ul a:hover > span {
		background-color: #fff;
		color: #001253;
	}
	#indexMain ul a:hover > span::after {
		border-color: #001253;
	}
}
@media screen and (max-width: 768px) {
	#indexMain {
		height: 450px;
		padding-top: 80px;
		background-image: url(../../images/main_sp.jpg);
		font-size: 1.7rem;
	}
	#indexMain .logo {
		margin-bottom: 10px;
	}
	#indexMain .logo img {
		width: 240px;
	}
	#indexMain ul {
		margin-top: 30px;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#indexMain ul li {
		width: calc(50% - 4px);
	}
	#indexMain ul li:nth-child(2) ~ * {
		margin-top: 8px;
	}
	#indexMain ul a {
		padding: 4px;
		font-size: 1.4rem;
	}
	#indexMain ul a > span {
		padding: 15px 10px 15px 0;
	}
	#indexMain ul a > span::after {
		right: 10px;
	}
}

/* index_about_section
============================================================================================================ */
.index_about_section {
	position: relative;
	margin-bottom: 50px;
	padding-top: 60px;
}
.index_about_section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(50% - 160px);
	height: 200%;
	background-color: #6f9ad8;
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0;
	-webkit-transform: skewX(-49deg);
	-ms-transform: skewX(-49deg);
	-o-transform: skewX(-49deg);
	transform: skewX(-46deg);
	z-index: -1;
}
.index_about_section > * {
	padding-bottom: 100px;
	background: url(../../images/about_en.png) no-repeat 100% 100%;
	-webkit-background-size: 760px;
	background-size: 760px;
}
.index_about_section .en_title {
	margin-bottom: 30px;
	text-align: left;
	color: #fff;
	font-size: 4rem;
}
.index_about_section .en_title .ff_en {
	display: table;
}
.index_about_section .l {
	margin-bottom: 20px;
	font-size: 2.3rem;
	line-height: 1.6;
	font-weight: bold;
}
.index_about_section .ph {
	position: relative;
}
.index_about_section .ph img {
	border-radius: 20px;
}
.index_about_section .ph::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #f2f2f2;
	border-radius: 20px;
	-webkit-transform: translate(-20px, 20px);
	-ms-transform: translate(-20px, 20px);
	-o-transform: translate(-20px, 20px);
	transform: translate(-20px, 20px);
	z-index: -1;
}
@media screen and (min-width: 769px), print {
	.index_about_section .l + p {
		width: calc(50% - 10px);
	}
	.index_about_section .ph {
		position: absolute;
		right: 0;
		top: 20px;
	}
}
@media screen and (max-width: 768px) {
	.index_about_section {
		margin-bottom: 30px;
		padding-top: 30px;
	}
	.index_about_section::before {
		width: calc(50% + 40px);
	}
	.index_about_section > * {
		padding-bottom: 17%;
		-webkit-background-size: 100%;
		background-size: 100%;
	}
	.index_about_section .en_title {
		margin-bottom: 20px;
		font-size: 2.4rem;
	}
	.index_about_section .l {
		margin-bottom: 15px;
		font-size: 1.5rem;
	}
	.index_about_section .ph {
		margin: 20px 0 0 10px;
	}
	.index_about_section .ph img {
		border-radius: 10px;
	}
	.index_about_section .ph::before {
		border-radius: 10px;
		-webkit-transform: translate(-10px, 10px);
		-ms-transform: translate(-10px, 10px);
		-o-transform: translate(-10px, 10px);
		transform: translate(-10px, 10px);
	}
}


/* index_role_section
============================================================================================================ */
.index_role_section {
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
	padding-bottom: 80px;
}
.index_role_section::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	top: 240px;
	background: url(../images/parts/bg_dot_blue.png) 50% 0;
}
@media screen and (max-width: 768px) {
	.index_role_section {
		margin-bottom: 20px;
		padding-bottom: 40px;
	}
	.index_role_section::before {
		top: 140px;
		-webkit-background-size: 15px;
		background-size: 15px;
	}
}

.index_role_section .contents > section > * {
	padding: 0;
}
.index_role_section .contents .ph {
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: 50%;
	-webkit-background-size: cover;
	background-size: cover;
	border-radius: 7px 7px 0 0;
}
.index_role_section .contents h3 {
	position: relative;
	width: 130px;
	margin: 0 auto 25px;
	padding-bottom: 8px;
	text-align: center;
	font-size: 2rem;
	line-height: 1.5;
}
.index_role_section .contents h3 .ff_en {
	letter-spacing: 0;
	font-size: 110%;
}
.index_role_section .contents h3 .ff_en::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	border-top: 3px solid #6f9ad8;
}
.index_role_section .contents h3 .ff_en::after {
	content: "";
	position: absolute;
	right: 0;
	width: 25%;
	bottom: -3px;
	border-top: 3px solid #b4e0f0;
}
.index_role_section .contents h3::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -9px;
	margin-left: -5px;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-color: #6f9ad8 transparent transparent transparent;
}
.index_role_section .contents header + div {
	padding: 0 25px 25px;
}
@media screen and (min-width: 769px), print {
	.index_role_section .contents {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 -15px;
	}
	.index_role_section .contents > section {
		width: calc(33.33% - 30px);
		margin: 0 15px;
		font-size: 1.5rem;
		line-height: 1.7;
	}
	.index_role_section .contents > section:nth-child(3) ~ * {
		margin-top: 30px;
	}
	.index_role_section .contents > section::before {
		width: 320px;
		height: 320px;
	}
	.index_role_section .contents > section::after {
		width: 280px;
		height: 280px;
	}
	.index_role_section .contents > section > * {
		height: 100%;
		padding-bottom: 60px;
	}
	.index_role_section .contents .ph {
		height: 200px;
	}
	.index_role_section .contents .btn {
		position: absolute;
		right: 25px;
		bottom: 25px;
		left: 25px;
	}
	.index_role_section .contents .box_btn {
		width: 100%;
	}
	.index_role_section .contents .role01 .ph {
		background-image: url(../../images/role_ph01.jpg);
	}
	.index_role_section .contents .role02 .ph {
		background-image: url(../../images/role_ph02.jpg);
	}
	.index_role_section .contents .role03 .ph {
		background-image: url(../../images/role_ph03.jpg);
	}
	.index_role_section .contents .role04 .ph {
		background-image: url(../../images/role_ph04.jpg);
	}
	.index_role_section .contents .role05 .ph {
		background-image: url(../../images/role_ph05.jpg);
	}
}
@media screen and (max-width: 768px) {
	.index_role_section .contents header {
		position: relative;
		padding-bottom: 6px;
	}
	.index_role_section .contents header::after {
		content: "";
		position: absolute;
		bottom: 20px;
		right: 20px;
		width: 8px;
		height: 8px;
		margin-top: -4px;
		border-bottom: 2px solid #6f9ad8;
		border-right: 2px solid #6f9ad8;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		-webkit-transition: -webkit-transform .3s;
		-o-transition: -o-transform .3s;
		transition: transform .3s;
	}
	.index_role_section .contents header.open::after {
		-webkit-transform: translateY(3px) rotate(225deg);
		-ms-transform: translateY(3px) rotate(225deg);
		-o-transform: translateY(3px) rotate(225deg);
		transform: translateY(3px) rotate(225deg);
	}
	.index_role_section .contents .ph {
		height: 130px;
		margin-bottom: 10px;
	}
	.index_role_section .contents h3 {
		display: table;
		width: auto;
		margin: 0 15px;
		padding: 0 10px 5px;
		font-size: 1.4rem;
	}
	.index_role_section .contents h3 .ff_en::before,
	.index_role_section .contents h3 .ff_en::after {
		bottom: -2px;
		border-top-width: 2px;
		opacity: 0;
	}
	.index_role_section .contents h3::after {
		bottom: -8px;
		opacity: 0;
	}
	.index_role_section .contents header h3 .ff_en::before,
	.index_role_section .contents header h3 .ff_en::after,
	.index_role_section .contents header h3::after {
		-webkit-transition: opacity .3s;
		-o-transition: opacity .3s;
		transition: opacity .3s;
	}
	.index_role_section .contents header.open h3 .ff_en::before,
	.index_role_section .contents header.open h3 .ff_en::after,
	.index_role_section .contents header.open h3::after {
		opacity: 1;
	}
	.index_role_section .contents header + div {
		padding: 0;
		height: 0;
		overflow: hidden;
		-webkit-transition: height .3s;
		-o-transition: height .3s;
		transition: height .3s;
	}
	.index_role_section .contents header + div > div {
		padding: 10px 15px 15px;
	}
	.index_role_section .contents .box_btn {
		margin-top: 15px;
	}
	.index_role_section .contents .role01 .ph {
		background-image: url(../../images/role_ph01_sp.jpg);
	}
	.index_role_section .contents .role02 .ph {
		background-image: url(../../images/role_ph02_sp.jpg);
	}
	.index_role_section .contents .role03 .ph {
		background-image: url(../../images/role_ph03_sp.jpg);
	}
	.index_role_section .contents .role04 .ph {
		background-image: url(../../images/role_ph04_sp.jpg);
	}
	.index_role_section .contents .role05 .ph {
		background-image: url(../../images/role_ph05_sp.jpg);
	}
}

/* index_interview_section
============================================================================================================ */
.index_interview_section {
}
.index_interview_section .contents {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.index_interview_section .contents a {
	display: block;
	position: relative;
	padding: 10px;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	color: #000;
	line-height: 1.4;
}
.index_interview_section .contents a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 110%;
	height: 100%;
	background-color: #e6e6e6;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: skewX(-54deg);
	-ms-transform: skewX(-54deg);
	-o-transform: skewX(-54deg);
	transform: skewX(-54deg);
}
.index_interview_section .contents a > * {
	position: relative;
	background-color: #fff;
	border-radius: 7px;
	z-index: 3;
}
.index_interview_section .contents a .ph {
	height: 200px;
	margin-bottom: 20px;
	border-radius: 7px 7px 0 0;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.index_interview_section .contents a .ff_en {
	position: relative;
	display: inline-block;
	padding: 0 10px 5px;
	border-bottom: 3px solid;
	font-size: 1.5rem;
}
.index_interview_section .contents a .ff_en .num {
	font-size: 2.2rem;
	letter-spacing: 0;
}
.index_interview_section .contents a .ff_en::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -9px;
	margin-left: -5px;
	border-style: solid;
	border-width: 6px 5px 0 5px;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.index_interview_section .contents a h3 {
	position: relative;
	display: table;
	margin: auto;
	padding: 15px 20px 15px 0;
	font-size: 2rem;
}
.index_interview_section .contents a h3::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (min-width: 769px), print {
	.index_interview_section .contents > * {
		width: 24.1%;
	}
	.index_interview_section .contents a:hover {
		background-color: #6f9ad8;
	}
	.index_interview_section .contents a:hover::before {
		background-color: #001253;
	}
}
@media screen and (max-width: 768px) {
	.index_interview_section .contents {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.index_interview_section .contents > * {
		width: calc(50% - 5px);
	}
	.index_interview_section .contents > *:nth-child(2) ~ * {
		margin-top: 10px;
	}
	.index_interview_section .contents a {
		padding: 5px;
		border-radius: 10px;
	}
	.index_interview_section .contents a .ph {
		height: auto;
		padding-top: 75%;
		margin-bottom: 15px;
	}
	.index_interview_section .contents a .ff_en {
		padding: 0 10px 2px;
		border-bottom-width: 2px;
		font-size: 1.1rem;
	}
	.index_interview_section .contents a .ff_en .num {
		font-size: 1.6rem;
	}
	.index_interview_section .contents a .ff_en::after {
		bottom: -8px;
	}
	.index_interview_section .contents a h3 {
		font-size: 1.4rem;
	}
}



/* ===================================================================================================================

	地方競馬とつながるために

=================================================================================================================== */


/* privilege
============================================================================================================ */
.bd_box_block .privilege {
	margin-top: 30px;
}
.bd_box_block .privilege .list dl {
	position: relative;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
}
.bd_box_block .privilege .list dl dd {
	padding: 15px 20px 25px;
}
.bd_box_block .privilege .list dl dt > * {
	display: block;
	padding: 10px 0;
	background-color: #b1cef9;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.bd_box_block .privilege .list dl dt > a {
	position: relative;
	padding-right: 10px;
	background-color: #6f9ad8;
}
.bd_box_block .privilege .list dl dt > a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media screen and (min-width: 769px), print {
	.bd_box_block .privilege .list {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -18px;
	}
	.bd_box_block .privilege .list > * {
		width: calc(33.33% - 18px);
		margin-left: 18px;
	}
	.bd_box_block .privilege .list > *:nth-child(3) ~ * {
		margin-top: 20px;
	}
	.bd_box_block .privilege .list dl dt {
		font-size: 1.5rem;
	}
	.bd_box_block .privilege .list dl dd {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 768px) {
	.bd_box_block .privilege {
	}
	.bd_box_block .privilege .list dl {
		margin-top: 12px;
	}
	.bd_box_block .privilege .list dl dd {
		padding: 12px 15px;
		font-size: 1.2rem;
	}
	.bd_box_block .privilege .list dl dt > * {
		padding: 8px 0;
	}
}


/* owner_table
============================================================================================================ */
.owner_table {
}
@media screen and (min-width: 769px), print {
	.owner_table {
		margin-bottom: 30px;
		width: 100%;
		table-layout: fixed;
	}
	.owner_table th:first-child {
		width: 20%;
	}
	.owner_table th,
	.owner_table td {
		border: 1px solid #ededed;
	}
	.owner_table thead th {
		padding: 15px 0;
		background-color: #b1cef9;
		font-weight: bold;
		text-align: center;
		color: #fff;
	}
	.owner_table tbody {
		font-size: 1.5rem;
	}
	.owner_table tbody th,
	.owner_table tbody td {
		padding: 15px 30px;
		vertical-align: top;
	}
	.owner_table tbody th {
		text-align: center;
	}
}
@media screen and (max-width: 768px) {
	.owner_table {
		margin-bottom: 20px;
		font-size: 1.2rem;
	}
	.owner_table thead {
		display: none;
	}
	.owner_table,
	.owner_table tbody,
	.owner_table tr {
		display: block;
	}
	.owner_table tr + tr {
		margin-top: 10px;
	}
	.owner_table th,
	.owner_table td {
		display: table;
		width: 100%;
		border: 1px solid #ededed;
	}
	.owner_table * + th,
	.owner_table * + td {
		margin-top: -1px;
	}
	.owner_table th::before,
	.owner_table td::before {
		content: attr(data-label);
		display: table-cell;
		width: 8em;
		padding: 8px 0;
		vertical-align: top;
		background-color: #b1cef9;
		font-weight: bold;
		text-align: center;
		color: #fff;
	}
	.owner_table th > *,
	.owner_table td > * {
		display: table-cell;
		padding: 8px 15px;
		vertical-align: top;
	}
}

/* for_owners_li
============================================================================================================ */
.for_owners_li li {
	position: relative;
	padding-left: 60px;
}
.for_owners_li .num {
	position: absolute;
	left: 0;
	width: 40px;
	height: 40px;
	background-color: #6f9ad8;
	border-radius: 100%;
	line-height: 40px;
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
	font-weight: bold;
}
.for_owners_li li + li {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #ededed;
}
@media screen and (max-width: 768px) {
	.for_owners_li li {
		padding-left: 40px;
	}
	.for_owners_li .num {
		width: 30px;
		height: 30px;
		line-height: 30px;
		font-size: 1.4rem;
	}
	.for_owners_li li + li {
		margin-top: 20px;
		padding-top: 20px;
	}
}

/* nar_center
============================================================================================================ */
.nar_center {
	margin-top: 50px;
	padding: 40px;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
}
.nar_center .line_title {
	margin-bottom: 15px;
	padding-bottom: 5px;
}
.nar_center .img img {
	border-radius: 10px;
}
.nar_center .address {
	margin-bottom: 10px;
}
.nar_center p a {
	font-size: 2.4rem;
	line-height: 1.4;
}
.nar_center dt {
	margin-top: 20px;
	font-weight: bold;
}
@media screen and (min-width: 769px), print {
	.nar_center .img {
		float: left;
	}
	.nar_center .img ~ * {
		margin-left: 310px;
	}
}
@media screen and (max-width: 768px) {
	.nar_center {
		margin-top: 30px;
		padding: 20px;
	}
	.nar_center .img {
		margin-bottom: 15px;
	}
	.nar_center .img img {
		width: 100%;
		border-radius: 6px;
	}
	.nar_center p a {
		font-size: 1.7rem;
	}
}

/* racecourse_block
============================================================================================================ */
.racecourse_block {
	margin-top: 40px;
	padding: 40px 0 60px;
	background: url(../images/parts/bg_dot_blue.png) 50% 0;
}
@media screen and (max-width: 768px) {
	.racecourse_block {
		margin-top: 20px;
		padding: 20px 0 30px;
		-webkit-background-size: 15px;
		background-size: 15px;
	}
	.racecourse_block .bd_box_block > * {
		padding-right: 10px;
		padding-left: 10px;
	}
}
.racecourse_block .racecourse_list {
	position: relative;
}
.racecourse_block .racecourse_list li {
	position: absolute;
}
.racecourse_block .racecourse_list li a {
	display: block;
	background-color: #fff;
	border: 1px solid #014099;
}
.racecourse_block .racecourse_list li.orange a {
	border-color: #e94609;
}
.racecourse_block .racecourse_list li a::after {
	overflow: visible;
	top: -1px;
	right: -1px;
	left: -1px;
	bottom: -1px;
}
.racecourse_block .racecourse_list .racecourse01 {
	top: .7%;
	left: 33.5%;
}
.racecourse_block .racecourse_list .racecourse02 {
	top: .7%;
	left: 2.2%;
}
.racecourse_block .racecourse_list .racecourse03 {
	top: 12.7%;
	left: 2.2%;
}
.racecourse_block .racecourse_list .racecourse04 {
	top: 23.5%;
	left: 2.2%;
}
.racecourse_block .racecourse_list .racecourse05 {
	top: 35.5%;
	left: 2.2%;
}
.racecourse_block .racecourse_list .racecourse06 {
	top: 46.6%;
	left: 2.2%;
}
.racecourse_block .racecourse_list .racecourse07 {
	top: 57.7%;
	left: 2.2%;
}
.racecourse_block .racecourse_list .racecourse08 {
	top: 32.6%;
	right: 1.7%;
}
.racecourse_block .racecourse_list .racecourse09 {
	top: 43.6%;
	right: 1.7%;
}
.racecourse_block .racecourse_list .racecourse10 {
	top: 55.1%;
	right: 1.7%;
}
.racecourse_block .racecourse_list .racecourse11 {
	top: 66.6%;
	right: 1.7%;
}
.racecourse_block .racecourse_list .racecourse12 {
	top: 77.9%;
	right: 1.7%;
}
.racecourse_block .racecourse_list .racecourse13 {
	top: 89.6%;
	right: 1.7%;
}
.racecourse_block .racecourse_list .racecourse14 {
	top: 89.6%;
	right: 28.8%;
}
.racecourse_block .racecourse_list .racecourse15 {
	top: 89.6%;
	right: 55.7%;
}
@media screen and (min-width: 769px), print {
	.racecourse_block .racecourse_list {
		width: 680px;
		margin: auto;
	}
	.racecourse_block .racecourse_list li a {
		overflow: visible;
	}
	.racecourse_block .racecourse_list li a::after {
		top: -1px;
		right: -1px;
		left: -1px;
		bottom: -1px;
	}
}
@media screen and (max-width: 768px) {
	.racecourse_block .racecourse_list li {
		width: 21.4%;
	}
}

/* recruit_list
============================================================================================================ */
.recruit_list {
}
@media screen and (min-width: 769px), print {
	.recruit_list {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
		margin: 0 -20px;
	}
	.recruit_list li {
		width: 300px;
		margin: 0 10px;
	}
	.recruit_list li:nth-child(3) ~ * {
		margin-top: 15px;
	}
	.recruit_list a {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.recruit_list li {
		margin-top: 10px;
	}
}



/* ===================================================================================================================

	地方競馬の魅力

=================================================================================================================== */

/* charm_movie_block
============================================================================================================ */
.charm_movie_block {
	padding-top: 60px;
	text-align: center;
}
.charm_movie_block .movie {
	margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
	.charm_movie_block {
		padding-top: 30px;
	}
	.charm_movie_block .movie {
		position: relative;
		padding-top: 56.5%;
	}
	.charm_movie_block .movie iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}


/* interview_section
============================================================================================================ */
.interview_section header {
	position: relative;
	overflow: hidden;
	margin-bottom: 70px;
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 20px;
	height: 430px;
	padding-top: 100px;
	font-weight: bold;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.4;
}
.interview_section header > * {
	position: relative;
	width: 320px;
	margin-left: auto;
	z-index: 3;
}
.interview_section header .ff_en {
	margin-bottom: 10px;
	font-size: 2.2rem;
	line-height: 1;
}
.interview_section header .ff_en .num {
	font-size: 3.2rem;
}
.interview_section header h2 {
	font-size: 3.2rem;
}
.interview_section header .notes {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: auto;
	font-size: 1.5rem;
	color: #000;
}
.interview_section header .bg {
	position: absolute;
	width: 50%;
	height: 200%;
	top: 145px;
	left: calc(50% + 100px);
	background-color: #6f9ad8;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	z-index: 1;
}
.interview_section header .bg::before {
	content: "";
	position: absolute;
	top: 37%;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: #b1cef9;
}
.interview_section header .bg::after {
	content: "";
	position: absolute;
	top: 27%;
	bottom: 0;
	right: 0;
	left: 45%;
	background-color: #b4e0f0;
}
@media screen and (max-width: 768px) {
	.interview_section > * {
		padding-top: 0 !important;
		border-radius: 6px !important;
	}
	.interview_section header {
		margin: 0 -18px 30px;
		height: 200px;
		-webkit-background-size: cover;
		background-size: cover;
		border-radius: 6px;
		padding-top: 55px;
		font-size: 1.2rem;
	}
	.interview_section header > * {
		width: 45%;
	}
	.interview_section header .ff_en {
		margin-bottom: 5px;
		font-size: 1.4rem;
	}
	.interview_section header .ff_en .num {
		font-size: 2.4rem;
	}
	.interview_section header h2 {
		font-size: 2rem;
	}
	.interview_section header .notes {
		right: 5px;
		bottom: 5px;
		font-size: 1rem;
	}
	.interview_section header .bg {
		width: 100%;
		top: 100px;
		left: 40%;
		-webkit-transform: scale(.85) rotate(-45deg);
		-ms-transform: scale(.85) rotate(-45deg);
		-o-transform: scale(.85) rotate(-45deg);
		transform: scale(.85) rotate(-45deg);
	}
}
.interview_section .contents {
	padding-bottom: 20px;
}
.interview_section .contents > * + * {
	margin-top: 60px;
}
.interview_section .contents h3 {
	margin-bottom: 30px;
	font-size: 2rem;
	line-height: 1.6;
}
.interview_section .contents h3::after {
	content: "";
	display: block;
	width: 50px;
	margin-top: 20px;
	border-top: 2px solid;
}
.interview_section .contents p + p {
	margin-top: 1em;
}
.interview_section .contents .interviewer {
	text-align: right;
	font-weight: bold;
	font-size: 2rem;
	line-height: 1.6;
}
@media screen and (min-width: 769px), print {
	.interview_section .contents {
		font-size: 1.5rem;
	}
	.interview_section .contents .ph_l {
		float: left;
	}
	.interview_section .contents .ph_l ~ * {
		margin-left: 530px;
	}
	.interview_section .contents .ph_r {
		float: right;
	}
	.interview_section .contents .ph_r ~ * {
		margin-right: 530px;
	}
}
@media screen and (max-width: 768px) {
	.interview_section .contents {
		padding-bottom: 0;
	}
	.interview_section .contents > * + * {
		margin-top: 30px;
	}
	.interview_section .contents h3 {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
	.interview_section .contents h3::after {
		width: 40px;
		margin-top: 12px;
	}
	.interview_section .contents .ph {
		margin-bottom: 15px;
	}
	.interview_section .contents .ph img {
		width: 100%;
	}
	.interview_section .contents .interviewer {
		font-size: 1.6rem;
	}
}

.interview_profile h2 {
	margin-bottom: 30px;
	font-size: 2rem;
	line-height: 1.6;
}
.interview_profile h2::after {
	content: "";
	display: block;
	width: 50px;
	margin-top: 20px;
	border-top: 2px solid;
}
.interview_profile li {
	margin-bottom: .3em;
}
@media screen and (min-width: 769px), print {
	.interview_profile {
		padding: 80px 40px 0;
		font-size: 1.5rem;
	}
	.interview_profile .ph {
		float: left;
	}
	.interview_profile .ph ~ * {
		margin-left: 530px;
	}
}
@media screen and (max-width: 768px) {
	.interview_profile {
		padding-top: 40px;
	}
	.interview_profile .ph {
		margin-bottom: 15px;
		text-align: center;
	}
	.interview_profile h2 {
		margin-bottom: 20px;
		font-size: 1.6rem;
	}
	.interview_profile h2::after {
		width: 40px;
		margin-top: 12px;
	}
}


