@charset "UTF-8";

/*--------------------------------------------------------------*/
/* general */
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 100;
	outline: none !important;
	border-radius: 0 !important;
	line-height: 1.4;
}

body {
	min-width: 320px;
}

a {
	text-decoration: none !important;
	transition-duration: 0.3s;
}
a.op > img,
a > img.op {
	transition-duration: 0.5s;
}
a.op > img:hover,
a > img.op:hover {
	opacity: 0.9;
}


p {
	margin: 0;
}
p + p {
	margin-top: 0.5em;
}

p.btn {
	box-shadow: none !important;
	cursor: default !important;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: bold;
}
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a {
	display: block;
	width: 100%;
	height: 100%;
	font-weight: bold;
}

ul {
	margin: 0;
	padding: 0;
}
ul::after {
	content: "";
	clear: both;
	display: block;
}

[class^=col-] > img {
	width: 100%;
}

.dib {
	display: inline-block;
}
.dib > img {
	width: 100%;
}

.sp {
	display: none;
}


/*--------------------------------------------------------------*/
/* common */
.btn {
	transition-duration: 0.5s;
}
.btn-black {
	background-color: #111;
	border-color: #111;
	color: #FFF;
	padding: 6px 30px;
}
.btn-black:hover {
	color: #CCC;
}
.btn-right-caret {
	background-image: url(../img/arrow_01.png);
	background-repeat: no-repeat;
	background-position: right 18px center;
	background-size: 10px 18px;
	padding: 10px 64px;
}

table.base {
	width: 100%;
	max-width: 100%;
}
table.base > tbody > tr > th {
	width: 30%;
	max-width: 250px;
	background-color: #f7f4ee;
	border: 1px solid #FFF;
	font-size: 13px;
	font-weight: bold;
	white-space: nowrap;
	padding: 20px 70px 20px 25px;
}
table.base > tbody > tr > th > .label {
	transform: translateX(120%);
}


table.base > tbody > tr > td {
	background-color: #F6F6F6;
	border: 1px solid #FFF;
	font-size: 13px;
	padding: 20px 25px 20px 25px;
}
table.base > tbody > tr > td[colspan] {
	text-align: center;
}

.input-group-addon,
.form-control {
	box-shadow: none;
	border-color: #E6E6E6;
	height: 28px;
	padding-top: 3px;
	padding-bottom: 3px;
}

form {
	max-width: 100%;
}
form .label-black {
	float: right;
	display: inline-block;
	width: 44px;
	height: 20px;
	line-height: 17px;
	background-color: #362e2b;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	margin: 0 0 0 10px;
}
form textarea.form-control {
	width: 100% !important;
}
form table td label > input[type=radio] {
	margin-top: 1.5px;
}


/*--------------------------------------------------------------*/
/* header */
header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 118px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 12px 0;
	z-index: 10000;
}
#top > header {
	background-color: rgba(0, 65, 125, 0.8);
}
header > .container::after {
	content: "";
	clear: both;
	display: block;
}
header .eigyo_wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap:         wrap;
	-webkit-justify-content: flex-end;
  justify-content:         flex-end;
}
header .eigyo_dl {
	margin-left: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap:         wrap;
}
header .eigyo_dt {
	width: 100px;
	text-align: center;
	background: #7cbd2e;
	color: #fff;
	border-radius: 30px!important;
	padding: 3px 0 2px;
	margin-right: 10px;

	display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content:         center;
  -webkit-align-items: center;
  align-items:         center;
}
header .eigyo_dt .text {
	display: block;
	font-size: 12px;
	line-height: 1.2;
	font-weight: bold;
}
header .eigyo_dt_kanri .text {
	font-size: 10px;
}
header .eigyo_dd {
	font-size: 10px;
	letter-spacing: 0.05em;
	padding: 2px 0 0;
}
#top > header .eigyo_dt {
	background: #fff;
	color: #1c5e96;
}
#top > header .eigyo_dd {
	color: #fff;
}
header > .container > h1 {
	float: left;
	display: inline-block;
	margin-top: -20px;
}
header > .container > h1 > a {
	position: relative;
	display: block;
	width: 262px;
	height: 30px;
}
header > .container > h1 > a > img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 30px;
}

header > .container > ul.pc {
	float: right;
	height: 45px;
	display: inline-block;
}
header > .container > ul.pc > li {
	position: relative;
	float: left;
	display: inline-block;
	width: 20%;
	height: 45px;
	margin: 0;
	padding: 0;
}
header > .container > ul.pc > li:not(:last-child)::after {
	position: absolute;
	top: 10%;
	right: 0;
	content: "";
	display: block;
	width: 1px;
	height: 34px;
	background-color: #CCC;
}
#top > header > .container > ul.pc > li:not(:last-child)::after {
	background-color: #FFF;
}

header > .container > ul.pc > li > a {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 15px;
	text-align: center;
	padding: 0 26px;
}
header > .container > ul.pc > li > a > img {
	width: auto;
	height: 21px;
	margin: 0 0 8px 0;
}
header > .container > ul.pc > li > a > span {
	display: inline-block;
	width: 100%;
	color: #333;
	font-size: 10px;
}
#top > header > .container > ul.pc > li > a > span {
	color: #FFF;
}
header > .container > ul.pc > li:last-child > a {
	border: none;
}


/*--------------------------------------------------------------*/
/* .contents */
body:not(#top) header + .contents {
	margin-top: 118px;
}

.contents {
	width: 100%;
	overflow: hidden;
}
.contents > section h3 {
	position: relative;
	display: inline-block;
	font-size: 26px;
	font-weight: normal;
	margin: 0 0 48px 0;
}
.contents > section h3::after {
	position: absolute;
	content: "";
	display: block;
	width: 40px;
	border-top: 1px solid #777;
	margin: 27px 0 19px 0;
	padding: 0;
}
.contents > section.text-center h3::after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}


#top #main {
	height: 100vh;
	background-image: url(../img/MV01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#top #main > .container {
	position: relative;
	height: 100%;
}
#top #main > .container > img {
	position: absolute;
	top: 35%;
	left: 38%;
	width: 62%;
}

#top #main > .container > a {
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
	padding-top: 60px;
}
#top #main > .container > a > span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #fff;
	border-radius: 50px !important;
	box-sizing: border-box;
}
#top #main > .container > a > span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}
#top #main > .container > a::after {
	position: absolute;
	bottom: -18px;
	left: 50%;
	width: 18px;
	height: 18px;
	content: '';
	margin-left: -9px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}
#top #main > .container > a > span::after {
	position: absolute;
	bottom: -18px;
	left: 50%;
	width: 18px;
	height: 18px;
	content: '';
	margin-left: -9px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

#top #message {
	position: relative;
	overflow: hidden;
	background-color: #FFF;
	background-image: url(../img/section_photo01.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

#top #message::before {
	position: absolute;
	top: -25%;
	left: 0;
	content: "";
	display: block;
	width: 250px;
	height: 150%;
	background-color: #FFF;
	transition-duration: 2s;
	transform: translate(-100%);
	transform-origin: right 50%;
	z-index: 500;
}
#top #message.aos-animate::before {
	transform:  translate(-100%) rotate(35deg);
}

#top #message::after {
	position: absolute;
	top: -25%;
	left: 49%;
	content: "";
	display: block;
	width: 100%;
	height: 200%;
	background-color: #FFF;
	transition-duration: 2s;
	transform-origin: left 50%;
	z-index: 500;
}
#top #message.aos-animate::after {
	transform: rotate(-19deg);
}

#top #message > .container > div {
	position: relative;
	float: right;
	width: 50%;
	padding-top: 115px;
	padding-bottom: 135px;
	z-index: 1000;
}
#top #message > .container > div::after {
	content: "";
	clear: both;
	display: block;
}
#top #message > .container > div > p {
	line-height: 25px;
}
#top #message > .container > div > p + p {
	margin-top: 20px;
}
#top #message > .container > div > a {
	float: right;
	margin: 20px 0 0 0;
}

#top #services {
	background-color: #F6F6F6;
	padding: 58px 0 66px 0;
}

#top #news {
	overflow: hidden;
	background-image: url(../img/top_sec03_bg.jpg);
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding: 67px 0 57px 0;
}

#top #news > .container {
	position: relative;
}
#top #news > .container::before {
	position: absolute;
	bottom: -25%;
	left: 0;
	content: "";
	display: block;
	width: 90%;
	height: 150%;
	background-color: rgba(255, 255, 255, 0.95);
	transition-duration: 4s;
	transform-origin: left bottom;
	z-index: 500;
}
#top #news > .container[data-aos]::before {
	left: 15px;
}
#top #news > .container.aos-animate::before {
	transform: rotate(-7.6deg);
}

#top #news > .container::after {
	position: absolute;
	bottom: -25%;
	right: 0;
	content: "";
	display: block;
	width: 35%;
	height: 150%;
	background-color: rgba(255, 255, 255, 0.95);
	transition-duration: 4s;
	transform-origin: right bottom;
	z-index: 500;
}
#top #news > .container[data-aos]::after {
	right: 15px;
}
#top #news > .container.aos-animate::after {
	transform: rotate(7.6deg);
}

#top #news > .container > .row > [class^=col-] {
	z-index: 1500;
}

#top #news .news {
	overflow: scroll;
	height: 300px;
	min-height: 300px;
	margin: 5px 0 0 0;
	padding: 0 88px 0 0;
}
#top #news .news > li {
	list-style: none;
	line-height: 1.7;
	font-size: 12px;
	border-bottom: 1px solid #CCC;
	margin: 36px 0 0 0;
	padding: 0 0 36px 0;
}
#top #news .news > li:first-child {
	margin: 0;
}
#top #news .news > li:last-child {
	border: none;
}
#top #news .news > li > p {
	height: 30px;
	margin: 0;
}
#top #news .news > li > p > .date {
	float: left;
	line-height: 22px;
	color: #555;
	font-size: 14px;
}
#top #news .news > li > p > .label-new {
	float: left;
	display: inline-block;
	height: 21px;
	line-height: 21px;
	background-color: #124e28;
	font-size: 8px;
	font-weight: normal;
	margin: 0 0 0 16px;
	padding: 0 10px;
}

.contents > .catch {
	background-image: url(../img/ct_header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	text-align: center;
	padding: 56px 0 52px 0;
}
.contents > .catch > h2 {
	color: #FFF;
	font-size: 22px;
	margin: 0;
}
.contents > .catch > h2 + p {
	display: inline-block;
	min-width: 200px;
	border-top: 1px solid #CCC;
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
	margin: 10px 0 0 0;
	padding: 12px 0 0 0;
}

.contents > .breadcrumb {
	background-color: #FFF;
	margin: 0;
}
.contents > .breadcrumb > .container {

}
.contents > .breadcrumb > .container > ul {
	list-style: none;
}
.contents > .breadcrumb > .container > ul > li {
	position: relative;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	color: #333;
	padding: 0;
}
.contents > .breadcrumb > .container > ul > li:first-child {
	display: inline-block;
	background-image: url(../img/pankuzu_home.png);
	background-position: left 45%;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	padding-left: 22px;
}
.contents > .breadcrumb > .container > ul > li:not(:last-child) {
	padding-right: 22px;
}
.contents > .breadcrumb > .container > ul > li:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 5px;
	right: 4px;
	display: inline-block;
	width: 7px;
	height: 14px;
	background-image: url(../img/pankuzu_arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}
.contents > .breadcrumb > .container > ul > li > a {
	display: inline-block;
	line-height: 25px;
	color: #333;
}


.content-row {
	background-color: #F6F6F6;
	padding: 50px 0 0 0;
}
.content-row + .content-row {
	padding: 50px 0;
}

.content-row > .container > div {
	background-color: #FFF;
	padding: 40px 30px;
}

#message .content-row > .container > div > h4 {
	margin: 0 0 1.5em 0;
}
#message .content-row > .container > div > div > p + p {
	margin: 1.5em 0 0 0;
}
#message .content-row > .container > div > img {
	width: 100%;
}

#privacy_policy .content-row > .container > div > h4 {
	border-bottom: 1px solid #DDD;
	margin: 42px 0 18px 0;
	padding: 0 0 19px 0;
}
#privacy_policy .content-row > .container > div > p {
	line-height: 24px;
	margin: 0 !important;
}

#flow .content-row > .container > div > h4,
#works .content-row > .container > div > h4,
#asset_management .content-row > .container > div > h4,
#recruit .content-row > .container > div > h4 {
	margin: 0 0 40px 0;
}
#flow .content-row > .container > div > h4::after,
#works .content-row > .container > div > h4::after,
#asset_management .content-row > .container > div > h4::after,
#recruit .content-row > .container > div > h4::after {
	position: absolute;
	left: 50%;
	content: "";
	display: block;
	width: 40px;
	transform: translateX(-50%);
	border-top: 2px solid #ab7d40;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
}

#asset_management .content-row > .container > div {
	text-align: center;
}
#asset_management .content-row > .container > div > p,
#asset_management .content-row > .container > div > div > p {
	line-height: 25px;
	text-align: left;
	margin: 0 !important;
}
#asset_management .content-row > .container > div > img {
	max-width: 100%;
	margin: 30px 0;
}

#works p.btn-block {
	background-color: #a6937c;
	color: #FFF;
	border-radius: 6px !important;
	margin: 0;
	padding: 10px;
}
#works > .contents > .content-row > .container > div > p {
	line-height: 24px;
	margin: 0 !important;
}
#works .link-box > [class^=col-] {
	position: relative;
	margin-top: 38px;
	margin-bottom: 0;
}
#works .link-box > [class^=col-] > p {
	position: absolute;
	bottom: 0;
	left: 15px;
	width: calc(100% - 30px);
	background-color: rgba(0, 0, 0, 0.4);
}
#works .link-box > [class^=col-] > p > a {
	display: block;
	color: #FFF;
	text-align: center;
	padding: 10px 0;
}

#company_profile #organization_unit img {
	width: 100%;
	max-width: 600px;
}

#flow > .contents > .content-row > .container > div > .text-center > img {
	width: 100%;
	max-width: 500px;
	margin: 52px 0 30px 0;
}
#flow .content-row > .container > div > p,
#flow .content-row > .container > div > div > p {
	line-height: 25px;
	text-align: left;
	margin: 0 !important;
}

#flow #condition_table {
	margin: 0;
}
#flow #condition_table > thead > tr > th {
	width: 33%;
	background-color: #e2ecfa;
	border-right: 1px solid #FFF;
	font-weight: bold;
	text-align: center;
	padding: 23px 0 21px 0;
}
#flow #condition_table > thead > tr > th:nth-child(3) {
	background-color: #ffecee;
}
#flow #condition_table > tbody > tr > td {
	text-align: center;
}

#message .content-row > .container > div > div > p {
	line-height: 25px;
}


#recruit > .contents > .content-row > .container > div > .row > [class^=col-] > p {
	line-height: 24px;
}

section.contact {
	background-color: #F6F6F6;
	padding: 40px 0;
}
section.contact > .container > .row > [class^=col-] {
	margin: 0;
}
section.contact > .container > .row > [class^=col-]:nth-child(1) {
	border-right: 1px solid #FFF;
}
section.contact > .container > .row > [class^=col-]  > a {
	display: block;
	color: #333;
	text-align: center;
	text-decoration: none !important;
	padding: 20px 0;
}
section.contact > .container > .row > [class^=col-]  > a > p {
	font-size: 25px;
	margin: 0 0 24px 0;
}
section.contact > .container > .row > [class^=col-] > a > img {
	width: auto;
	height: 97px;
}

/*--------------------------------------------------------------*/
/* footer */
footer {
	background-image: url(../img/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 42px 0 15px 0;
}
footer > .container > .row > [class^=col-] {
	border-left: 1px solid #FFF;
	text-align: center;
	padding: 22px 0 42px 42px;
}
footer > .container > .row > [class^=col-]:first-child {
	border: none;
	padding: 90px 15px 0 15px;
}
footer > .container > .row > [class^=col-]:first-child > h2,
footer > .container > .row > [class^=col-]:first-child > h2 > a {
	display: inline-block;
	margin: 0;
}
footer > .container > .row > [class^=col-]:first-child > h2 > a > img {
	width: 100%;
	max-width: 200px;
}

footer > .container > .row > [class^=col-] > h4,
footer > .container > .row > [class^=col-] > h4 > a {
	display: block;
	color: #FFF;
	font-size: 15px;
	text-align: left;
}
footer > .container > .row > [class^=col-] > ul + h4 {
	margin: 35px 0 0 0;
}
footer > .container > .row > [class^=col-] > ul > li {
	list-style: none;
}
footer > .container > .row > [class^=col-] > ul > li > a {
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	font-size: 12px;
	text-align: left;
	text-decoration: none !important;
}

footer > .container > .row > [class^=col-] > h4 > a:hover,
footer > .container > .row > [class^=col-] > ul > li > a:hover {
	color: rgba(255, 255, 255, 0.75);
}


footer > .container > p.copy {
	color: #FFF;
	font-size: 14px;
	text-align: center;
	margin: 80px 0 0 0;
}

footer .footer-sponsor {
	margin: 20px 0;
}

footer .footer-sponsor div {
	width: 660px;
	margin: 0 auto;
}
footer .footer-sponsor div img {
	width: 280px;
	margin: 0 20px;
}
@media screen and (max-width: 767px) {
	footer .footer-sponsor div {
		width: 100%;
	}
	footer .footer-sponsor div img {
		width: 40%;
		margin: 0 5%;
	}
}


.back_to_top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background-color: rgba(255, 255, 255, 0.2);
	border-radius: 12px !important;
	padding: 2px;
	cursor: pointer;
	z-index: 10000;
}
.back_to_top > img {
	width: 100%;
}

/* XS : W < 768px */
@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}

	table.base_block > tbody > tr > th {
		display: block;
		width: 100%;
		max-width: none;
		min-width: none !important;
		border-bottom: none;
		padding: 10px 25px;
	}
	table.base_block > tbody > tr > th > .label {
		float: left;
		transform: none;
		margin: 0 10px 0 0;
	}
	table.base_block > tbody > tr > td {
		display: block;
		width: 100%;
		border-top: none;
		border-bottom: 10px solid #FFF;
		padding: 10px 25px 10px 25px;
	}
	table.base_block > tbody > tr > td > .form-control {
		width: 100% !important;
	}

	.table-responsive {
		position: relative;
	}
	.table-responsive > .left,
	.table-responsive > .right {
		content: "";
		position: fixed;
		bottom: 0;
		left: 0;
		display: block;
		width: 30px;
		height: 810px;
		font-size: 16px;
		text-align: center;
		cursor: pointer;
		margin-left: -15px;
		margin-bottom: 203px;
	}
	.table-responsive > .right {
		left: auto;
		right: 0;
		margin-left: 0;
		margin-right: -15px;
	}
	.table-responsive > .left::after,
	.table-responsive > .right::after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background-image: url(../img/pankuzu_arrow.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 50%;
	}
	.table-responsive > .left::after {
		transform: scaleX(-1);
	}

	.table-responsive > table.base > tbody > tr > th {
		white-space: nowrap;
		padding: 10px;
	}
	.table-responsive > table.base > tbody > tr > td {
		white-space: nowrap;
		padding: 10px;
	}

	header {
		height: 45px;
		padding: 0;
	}
	header > .container {
		padding: 0;
	}
	header > .container > h1 {
		float: none;
		width: auto;
		height: 25px;
		margin: 8px 0 0 8px;
	}
	header > .container > h1 > a {
		width: auto;
		height: 25px;
	}
	header > .container > h1 > a > img {
		width: auto;
		height: 25px;
	}

	header > .container > ul.sp {
		float: right;
		list-style: none;
		display: inline-block;
		height: 45px;
	}
	header > .container > ul.sp > li {
		float: left;
		text-align: center;
		width: 46px;
		height: 45px;
		border-right: 1px solid #FFF;
	}
	header > .container > ul.sp > li:last-child {
		border-right: none;
	}
	header > .container > ul.sp > li > a {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		background-color: #b79950;
	}
	header > .container > ul.sp > li:last-child > a {
		background-color: #1f533c;
	}
	header > .container > ul.sp > li > a > img {
		position: absolute;
		top: 15%;
		left: 50%;
		width: auto;
		height: 18px;
		transform: translateX(-50%);
	}
	header > .container > ul.sp > li > a > span {
		position: absolute;
		bottom: 1px;
		left: 0;
		display: block;
		width: 100%;
		color: #FFF;
		font-size: 10px;
	}
	header > .container > ul.pc {
		display: none;
	}


	#top #main {
		height: 400px;
	}
	#top #main > .container > img {
		top: 35%;
		left: 40%;
		width: 50%;
	}

	#mobile-menu {
		display: none;
		position: absolute;
		top: 45px;
		left: 0;
		width: 100%;
		background-color: #FFF;
		padding: 0 15px;
		z-index: 10000;
		border-bottom: 5px solid #1c5e96;
	}
	#mobile-menu  ul {
		list-style: none;
	}
	#mobile-menu > ul li > a {
		position: relative;
		display: block;
		width: 100%;
		height: 45px;
		line-height: 45px;
		border-bottom: 1px solid #EEE;
		color: #333;
		font-size: 12px;
		transition-duration: 0.5s;
		padding: 0 15px;
	}
	#mobile-menu > ul > li > a::after {
		position: absolute;
		top: 19px;
		right: 10px;
		content: "";
		width: 11.5px;
		height: 7px;
#		background-color: transparent;
#		background-image: url(../img/0-2-3.png);
#		background-repeat: no-repeat;
#		background-position: left top;
#		background-size: 100%;
#		transition-duration: 0.5s;
	}
	#mobile-menu > ul > li > a.opened::after {
#		background-position: left bottom;
	}
	#mobile-menu > ul > li > ul > li > a::before {
		content: "-";
		margin: 0 5px 0 15px;
	}

	#mobile-menu .invitation1 {
		max-width: 320px;
		margin: 20px auto 0 auto;
	}

	#mobile-menu > ul > li > ul {
#		display: none;
	}

	#mobile-menu .eigyo_wrap {
		padding: 20px 0 10px;
	}
	#mobile-menu .eigyo_dl {
		width: 100%;
	  display: -webkit-flex;
	  display: flex;
	  -webkit-flex-wrap: wrap;
	  flex-wrap:         wrap;
		-webkit-justify-content: center;
    justify-content: center;
	}
	#mobile-menu .eigyo_dt {
		width: 100px;
		text-align: center;
		background: #7cbd2e;
		color: #fff;
		border-radius: 30px!important;
		padding: 3px 0 2px;
		margin-right: 10px;

		display: -webkit-flex;
	  display: flex;
	  -webkit-justify-content: center;
	  justify-content:         center;
	  -webkit-align-items: center;
	  align-items:         center;
	}
	#mobile-menu .eigyo_dt .text {
		display: block;
		font-size: 12px;
		line-height: 1.2;
		font-weight: bold;
	}
	#mobile-menu .eigyo_dt_kanri .text {
		font-size: 10px;
	}
	#mobile-menu .eigyo_dd {
		width: 165px;
		color: #26ae41;
		font-size: 10px;
		letter-spacing: 0.05em;
		padding: 2px 0 0;
	}
	#top #mobile-menu .eigyo_dt {
		background: #1c5e96;
	}
	#top #mobile-menu .eigyo_dd {
		color: #1c5e96;
	}



	body > header + .contents {
		margin-top: 45px !important;
		padding-right: 0;
		padding-left: 0;
	}

	.content-row > .container > div {
		background-color: #FFF;
#		margin: 0 -15px;
		padding: 30px 10px;
	}


	#top #message::after {
		left: 0;
	}
	#top #message {
		background-size: cover;
	}
	#top #message::after {
		width: 100%;
		background-color: rgba(255, 255, 255, 0.8);
	}
	#top #message > .container > div {
		width: 100%;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	#top #news .news {
		padding: 0;
	}

	.content-row {
		padding: 30px 0 0 0;
	}
	.content-row + .content-row {
		padding: 30px 0;
	}

	section.contact {
		padding: 20px 0;
	}
	section.contact > .container > .row > [class^=col-]  > a > p {
		font-size: 15px;
		font-weight: bold;
	}

	footer {
		padding: 15px 0 0 0;
	}
	footer > .container  {
		padding: 0;
	}
	footer > .container > .sp {
		text-align: center;
	}
	footer > .container > .sp > p > a > img {
		width: 22px;
		height: auto;
	}
	footer > .container > .sp > ul {
		display: block;
		width: 100vw;
		list-style: none;
		margin: 30px 0 0 0;
	}
	footer > .container > .sp > ul > li {
		float: left;
		display: inline-block;
		width: 33%;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		border-right: 1px solid rgba(255, 255, 255, 0.1);
	}
	footer > .container > .sp > ul > li:last-child {
		border-right: none;
	}
	footer > .container > .sp > ul > li > a {
		display: block;
		width: 100%;
		height: auto;
		color: #FFF;
		font-size: 12px;
		padding: 20px 0;
	}
	footer > .container > .copy {
		background-color: rgba(0, 0, 0, 0.5);
		margin: 0 !important;
		padding: 15px;
	}

	#message > div {
		width: 100%;
		margin-left: 0;
	}
	#message > div > h3 {
		text-align: center;
	}

	#top #message::before,
	#top #message::after {
		display: none;
	}
	#top #message > .container {
		background-color: rgba(255, 255, 255, 0.7);
	}

	#top .news-right {
		margin-top: 30px;
	}
}

/*--------------------------------------------------------------*/
/* responsive */
/* XXS : W <= 480px */
@media screen and (max-width: 480px) {
	#top #main {
		height: 300px;
	}
	#top #main > .container > p {
		left: 0;
		width: 100%;
		text-align: center;
	}
	#top #main > .container > img {
		top: 30%;
		left: 20%;
		width: 70%;
	}

	section.contact > .container > .row > [class^=col-]  > a > p {
		font-size: 15px;
		font-weight: bold;
	}
	footer > .container > .row > [class^=col-] {
		border: none;
			margin: 0;
			padding: 22px 0 0 42px;
	}
	section.contact > .container > .row > [class^=col-]  > a > p {
		font-size: 13px;
		font-weight: bold;
	}
	section.contact > .container > .row > [class^=col-] > a > img {
		height: 60px;
	}
	footer > .container > p.copy {
		margin: 40px 0 0 0;
	}
}

/* XS - XXS : 480px < W < 768px */
@media screen and (min-width: 481px) and (max-width: 767px) {

}

/* SM : 768px <= W < 992px */
@media screen and (min-width: 768px) and (max-width: 991px) {

}

/* MD : 992px <= W < 1200px */
@media screen and (min-width: 992px) and (max-width: 1199px) {

}

/* LG : 1200x <= W */
@media screen and (min-width: 1200px) {

}
