@charset "utf-8";

/* common
------------------------------------------------------------*/
.mainColumn p:not(:last-child),
.mainColumn ul:not(:last-child),
.mainColumn ol:not(:last-child){
	margin-bottom: 15px;
}
.inner {
	width: 100%;
	max-width: 960px;
	margin: auto;
}
.contents {
	padding: 20px 0 80px;
}
.contents.top {
	padding: 50px 0 80px;
}
iframe {
	width: 100%;
	height: 400px;
	border: none;
}
.fs12 {
	font-size: 1.2rem;
}
.fs14 {
	font-size: 1.4rem;
}
a.outLink::after {
	content: "";
	width: 10px;
	height: 10px;
  background: url(../images/i_outlink.png) no-repeat center right;
	margin-left: 8px;
	display: inline-block;
	position: relative;
	top: 2px;
}
table {
	width: 100%;
}
table th,
table td {
	padding: 10px 15px;
	border: 1px solid #ccc;
}
table th {
	font-weight: bold;
	width: 25%;
	background: #f1f2f3;
}
ol {
	padding-left: 2rem;
}
ol > li {
	list-style-type: disc;
}
ol.decimal > li {
	list-style-type: decimal;
}
.security ol.decimal > li {
	margin-bottom: 20px;
}
.flex {
	-js-display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex.between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.flex.middle {
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.flex.x2 > li,
.flex.x2 > div,
.flex.x2 > section {
	width: 49%;
	margin-right: 2%;
}
.flex.x2 > li:nth-child(even),
.flex.x2 > div:nth-child(even),
.flex.x2 > section:nth-child(even) {
	margin-right: 0;
}
.flex.x2 > li:nth-child(n+3),
.flex.x2 > div:nth-child(n+3),
.flex.x2 > section:nth-child(n+3) {
	margin-top: 15px;
}
.flex.x3 > li,
.flex.x3 > div {
	width: 32%;
	margin-right: 2%;
}
.flex.x3 > li:nth-child(3n),
.flex.x3 > div:nth-child(3n) {
	margin-right: 0;
}
.flex.x3 > li:nth-child(n+4),
.flex.x3 > div:nth-child(n+4) {
	margin-top: 15px;
}
.flex.x4 > li {
	width: 23.5%;
	margin-right: 2%;
}
.flex.x4 > li:nth-child(4n) {
	margin-right: 0;
}
.flex.x5 > li {
	width: 18.8%;
}
img.fl {
	margin-right: 20px;
}
img.fr {
	margin-left: 20px;
}
.alignR {
	text-align: right;
}
.center {
	text-align: center;
}
hr {
	height: 4px;
	background: url(../images/bg_diagonal.png) repeat-x center top;
	background-size: contain;
	margin: 50px 0;
	border: none;
}


/* hx
------------------------------------------------------------*/
h1 {
	font-size: 1rem;
	color: #aaa;
}
.h2Wrap {
	max-width: 98%;
	height: 200px;
	background-position: center center;
	margin: auto;
	position: relative;
}
.h2Wrap.msg {
	background-image: url(../msg/images/h2.jpg);
}
.h2Wrap.about {
	background-image: url(../about/images/h2.jpg);
}
.h2Wrap.work {
	background-image: url(../work/images/h2.jpg);
}
.h2Wrap.person {
	background-image: url(../person/images/h2.jpg);
}
.h2Wrap.culture {
	background-image: url(../culture/images/h2.jpg);
}
.h2Wrap.recruit {
	background-image: url(../recruit/images/h2.jpg);
}
.h2Wrap.other {
	background-image: url(../images/h2_other.jpg);
}
.h2Wrap::before,
.h2Wrap::after {
	content: "";
	border-style: solid;
	display: block;
	position: absolute;
	z-index: 10;
}
.h2Wrap::before {
	border-width: 50px 50px 0 0;
	border-color: #fff transparent transparent transparent;
	top: 0;
	left: 0;
}
.h2Wrap::after {
	border-width: 0 0 50px 50px;
	border-color: transparent transparent #fff transparent;
	right: 0;
	bottom: 0;
}
.h2Wrap h2 {
	font-size: 3rem;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	letter-spacing: 2px;
}
.h2Wrap h2 span {
	font-size: 1.4rem;
	display: block;
}
h3 {
	font-size: 2.2rem;
	font-weight: bold;
	padding: 15px 0 13px;
	margin: 60px 0 25px;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	position: relative;
}
h3:first-child {
	margin-top: 0;
}
h3::after {
	content: "";
	width: 100%;
	height: 6px;
	background: url(../images/bg_diagonal.png) repeat-x center top;
	background-size: contain;
	display: block;
	position: absolute;
	top: 100%;
	opacity: .6;
}
h4 {
	font-size: 1.6rem;
	font-weight: bold;
	background: #f1f2f3;
	padding: 10px 15px 8px;
	margin: 40px 0 15px;
}
h4:first-child,
h3 + h4 {
	margin-top: 0;
}
h4.border {
	font-size: 1.8rem;
	color: #0168b7;
	background: none;
	padding: 0;
	text-align: center;
}
h4.border span {
	display: inline-block;
	border-bottom: 2px dashed #0168b7;
}
.bgArea h4 {
	background: none;
	padding: 0;
}
h5 {
	font-size: 1.5rem;
	font-weight: bold;
	margin: 30px 0 10px;
}
h4 + h5 {
	margin-top: 0;
}


/* kv
------------------------------------------------------------*/
#main {
	position: relative;
	overflow-x: hidden;
}
#main img {
	max-width: inherit;
}
#main .catch {
	font-family: axis;
	font-size: 3.4rem;
	width: 100%;
	color: #fefbed;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	letter-spacing: 10px;
	z-index: 1000;
}
#main .catch p span {
	line-height: 1;
	padding: 8px 0 13px 30px;
	display: inline-block;
}
#main .catch p .sub {
	font-size: 1.6rem;
	padding: 5px 20px 8px 20px;
	margin-top: 20px;
	letter-spacing: 4px;
}
#main .catch01 {
	font-weight: bold;
	color: #014099;
}
#main .catch01 p span {
	background-color: rgba(255, 255, 255, 0.5)
}
#main .catch02 {
	color: #fff;

}
#main .catch03 {
	font-weight: bold;
	color: #014099;
}
#main .catch03 p span {
	background-color: rgba(255, 255, 255, 0.7)
}
#main .bx-wrapper .bx-pager {
	height: 4px;
	position: absolute;
	left: 50%;
	bottom: 30px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 100;
}
#main .bx-wrapper .bx-pager .bx-pager-item,
#main .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	vertical-align: middle;
}
#main .bx-wrapper .bx-pager .bx-pager-item:not(:last-child) {
	margin-right: 15px;
}
#main .bx-wrapper .bx-pager.bx-default-pager a {
	width: 30px;
	height: 4px;
	background: #fefbed;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
  transition: .3s;
}
#main .bx-wrapper .bx-pager.bx-default-pager a:hover {
	opacity: .6;
}
#main .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #ff6e56;
}


/* トップページ
------------------------------------------------------------*/
.top .box {
	width: 340px;
	float: left;
}
.top .box:first-child {
	margin-right: 30px;
}
.top .box h2 {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 25px;
	letter-spacing: 2px;
}
.top .box h2::before {
	content: "";
	width: 40px;
	height: 1px;
	background: #666;
	margin-bottom: 25px;
	display: block;
}
.top .box h2 span {
	font-size: 1.4rem;
	font-weight: normal;
	color: #014099;
	display: block;
	letter-spacing: 1px;
}
.top .box figure {
	margin-bottom: 20px;
	position: relative;
}
.top .box figure::before,
.top .box figure::after {
	content: "";
	border-style: solid;
	display: block;
	position: absolute;
	z-index: 10;
}
.top .box figure::before {
	border-width: 50px 50px 0 0;
	border-color: #fff transparent transparent transparent;
	top: 0;
	left: 0;
}
.top .box figure::after {
	border-width: 0 0 50px 50px;
	border-color: transparent transparent #fff transparent;
	right: 0;
	bottom: 0;
}
.top .box.news {
	width: 100%;
	margin-top: 80px;
}
.top .box.news dl {
	border-top: 1px solid #dcdfe4;
}
.top .box.news dt,
.top .box.news dd {
	padding: 15px 0;
}
.top .box.news dt {
	font-size: 1.2rem;
	font-weight: bold;
	width: 100px;
	color: #aaa;
	float: left;
}
.top .box.news dd {
	padding-left: 100px;
	border-bottom: 1px solid #dcdfe4;
}


/* パンくず
------------------------------------------------------------*/
.pankuzu {
	font-size: 1rem;
	color: #666;
	margin-bottom: 30px;
}
.pankuzu li {
	display: inline-block;
}
.pankuzu li:not(:first-child):before {
	content: ">";
	margin: 0 8px;
}
.pankuzu li a {
	color: #666;
	text-decoration: underline;
}
.pankuzu li a:hover {
	text-decoration: none;
}


/* メインカラム
------------------------------------------------------------*/
.mainColumn {
	width: 710px;
	float: left;
	text-align: justify;
}
.btnMore {
	font-size: 1.2rem;
	color: #111;
	background: #fff;
	padding: 8px 20px;
	display: inline-block;
	border: 1px solid #666;
	text-decoration: none;
	transition: .3s;
}
.btnMore::after {
	content: "";
	width: 30px;
	height: 4px;
	background-image: url(../images/i_arrow.png);
	background-size: contain;
	margin-left: 20px;
	display: inline-block;
	position: relative;
	top: -2px;
}
.btnMore:hover {
	background: #f1f2f3;
}
.btnMore.anchor::after {
	width: auto;
	height: auto;
	background: none;
	margin-left: 15px;
	border-style: solid;
	border-width: 5px 3px 0 3px;
	border-color: #333 transparent transparent transparent;
	top: -1px;
}
.btnIcon {
	font-size: 1.1rem;
	color: #fff;
	background: #014099;
	padding: 3px 10px 2px;
	margin-left: 10px;
	display: inline-block;
	border-radius: 3px;
	text-decoration: none;
	position: relative;
	top: -1px;
	transition: .3s;
}
.btnIcon:hover {
	opacity: .6;
}
.btnMedia {
	display: inline-block;
	border: 2px solid #0168b7;
	text-decoration: none;
	transition: .3s;
}
.btnMedia:hover {
	opacity: .6;
}
.btnMedia img {
	margin: 15px 30px;
}
.btnMedia img:hover {
	opacity: 1;
}
.btnMedia span {
	color: #fff;
	background: #0168b7;
	padding: 5px 5px 3px;
	display: block;
}
.tabList {
	text-align: center;
}
.tabList > li {
	display: inline-block;
}
.tabList > li:not(:last-child) {
	margin-right: 10px;
}
.multi + .multi {
	margin-top: 40px;
}
.multi .txtArea {
	overflow: hidden;
}
.multi ul.fr {
	margin-left: 20px;
}
.multi ul.fr li:not(:last-child) {
	margin-bottom: 10px;
}
div.table {
	width: 100%;
	display: table;
}
div.table > div {
	padding: 15px 40px;
	display: table-cell;
	vertical-align: middle;
}
.bgArea {
	background: #f8f8f9;
	padding: 20px;
}
.cta {
	background: #f8f8f9;
	padding: 30px 40px;
}
.cta div.table > div:first-child {
	width: 30%;
	background: #fff;
	padding: 0;
	border: 1px solid #014099;
}
.cta h4 {
	font-size: 1.8rem;
	color: #014099;
	background: none;
	padding: 0;
	margin: 0;
	text-align: center;
}
.msgTxt {
	line-height: 1.8;
	letter-spacing: 1px;
}
dl.position {
	width: 100%;
}
dl.position dt,
dl.position dd {
	padding-top: 5px;
}
dl.position dd:not(:last-child) {
	border-bottom: 1px dotted #ccc;
}
dl.position dt {
	width: 25%;
	float: left;
}
dl.position dd {
	padding-left: 25%;
}
.philosophy {
	margin-top: 30px;
	-js-display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}
.philosophy li {
	font-family: axis;
	font-size: 1.5rem;
	line-height: 1.6;
	width: 32%;
	background: #f8f8f9;
	background: -moz-linear-gradient(top, #ffffff 0%, #f8f8f9 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#f8f8f9 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f8f8f9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f9',GradientType=0 );
	padding: 0 20px 20px;
	border: 1px solid #014099;
	border-radius: 3px;
	text-align: center;
	letter-spacing: 1px;
}
.philosophy li p:first-child {
	margin: -15px 0 10px;
	position: relative;
}
.philosophy li p:first-child span {
	font-size: 1.8rem;
	color: #014099;
	background: #fff;
	padding: 0 20px;
	display: inline-block;
}
.gallery li {
	width: 24.1%;
	height: 107px;
	margin-right: 1.2%;
	float: left;
	overflow: hidden;
}
.gallery li:nth-child(4n) {
	margin-right: 0;
}
.gallery li:nth-child(n+5) {
	margin-top: 8px;
}
.sitemap a {
	color: #333;
	text-decoration: none;
}
.sitemap a:hover {
	text-decoration: underline;
}
.sitemap > li:not(:last-child) {
	margin-bottom: 20px;
}
.sitemap > li > a {
	font-size: 1.5rem;
}
.sitemap > li > a::before {
	content: "";
	margin-right: 10px;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #014099;
	display: inline-block;
	position: relative;
	top: -2px;
}
.sitemap > li ul {
	margin: 10px 0 30px 15px;
}
.sitemap > li li {
	display: inline-block;
}
.sitemap > li li:not(:last-child) {
	margin-right: 20px;
}
.sitemap > li li::before {
	content: "└";
	color: #666;
	margin-right: 10px;
	position: relative;
	top: 2px;
}
.sitemap > li li > a {
	font-size: 1.3rem;
}
.personMain {
	margin-bottom: 40px;
	position: relative;
}
.personMain:first-child {
	margin-top: 20px;
}
.personMain .icon {
	font-family: 'Oswald', sans-serif;
	font-size: 1.1rem;
	line-height: 1.2;
	padding-right: 20px;
	margin-top: 3px;
	border: none;
	border-right: 1px solid #555;
	border-radius: 0;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	letter-spacing: 1px;
}
.personMain .icon span {
	font-size: 3.2rem;
	display: block;
	letter-spacing: 4px;
}
.personMain figure {
	width: 250px;
}
.personMain figure img {
	border-radius: 50%;
}
.personMain .txtArea {
	width: 420px;
}
.personMain .txtArea .age {
	font-size: 1.2rem;
	color: #014099;
	padding: 5px 15px 4px;
	border: 1px solid #014099;
	display: inline-block;
}
.personMain .txtArea .name {
	font-size: 2.6rem;
	font-weight: bold;
	letter-spacing: 2px;
}
.personMain .txtArea .name span {
	font-family: 'Oswald', sans-serif;
	font-size: 1.2rem;
	font-weight: normal;
	color: #666;
	margin-left: 20px;
	letter-spacing: 3px;
}
.personMain .txtArea .profile {
	background: #f9f6ed;
	padding: 15px 20px;
}
.personMain .txtArea .profile dt {
	width: 25%;
	float: left;
}
.personMain .txtArea .profile dd {
	padding-left: 25%;
}
.personMain .txtArea .profile dd:not(:last-child) {
	margin-bottom: 8px;
	border-bottom: 1px dashed #ddd;
}
.day {
	padding: 25px 0 15px;
	margin-bottom: 40px;
	border-top: 1px dashed #014099;
	border-bottom: 1px dashed #014099;
	position: relative;
}
.day .ttl {
	font-size: 1.8rem;
	color: #014099;
	background: #fff;
	padding: 0 10px;
	display: inline-block;
	position: absolute;
	top: -13px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.day .flex > div {
	padding: 0 10px;
	overflow: hidden;
}
.day dl,
.step dl {
	width: 100%;
	display: table;
	position: relative;
}
.day dl::after,
.step dl:not(:last-child)::after {
	content: "";
	width: 1px;
	height: 100%;
	height: 100%;
	background: #014099;
	display: block;
	position: absolute;
	top: 15px;
	left: 7px;
}
.day .flex > div:last-child dl:last-child::after {
	display: none;
}
.day dl dt,
.day dl dd,
.step dl dt,
.step dl dd {
	padding: 10px 0;
	display: table-cell;
}
.day dl dt,
.step dl dt {
	width: 22%;
	overflow: hidden;
}
.step dl dt {
	width: 15px;
}
.day dl dt span,
.step dl dt span {
	width: 15px;
	height: 15px;
	background: #fff;
	display: inline-block;
	border: 3px solid #014099;
	border-radius: 50%;
	position: relative;
	top: 2px;
	z-index: 10;
}
.day dl dt span {
	margin-right: 10px;
}
.day dl dd,
.step dl dd {
	font-size: 1.5rem;
	font-weight: bold;
	color: #014099;
	padding-left: 15px;
	letter-spacing: 1px;
}
.day dl dd span,
.step dl dd span {
	font-size: 1.3rem;
	font-weight: normal;
	color: #333;
	margin-top: 3px;
	display: block;
	letter-spacing: 0;
}
.day .flex > div:first-child > dl:first-child dt::before,
.day .flex > div:last-child > dl:last-child dt::after,
.step dl:first-child dt::before,
.step dl:last-child dt::after {
	display: none;
}
.step dl.option dt span {
	width: 13px;
	height: 13px;
	border-color: #999;
	left: 1px;
}
.step dl.option dd {
	font-size: 1.4rem;
}
.step dl.option dd,
.step dl.option dd span {
	color: #666;
}
.data > section {
	background: #f6f2e5;
	padding: 25px 20px;
	text-align: center;
}
.data h5 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
	display: inline-block;
	border-bottom: 1px dashed #333;
	letter-spacing: 1px;
}
.data > section:nth-child(odd) h5 {
	margin-bottom: 30px;
}
.listArea > div {
	width: 100%;
	display: table;
}
.listArea > div:not(:last-child) {
	margin-bottom: 15px;
}
.listArea figure,
.listArea .txtArea {
	display: table-cell;
	vertical-align: top;
}
.listArea figure {
	width: 240px;
	overflow: hidden;
	position: relative;
}
.listArea figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.listArea .txtArea {
	background: #f8f8f9;
	padding: 15px;
}
.listArea h4 {
	font-size: 1.6rem;
	color: #014099;
	background: none;
	padding: 0;
	margin-bottom: 8px;
}
.magazine > li {
	width: 100%;
	display: table;
}
.magazine > li:not(:last-child) {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #ccc;
}
.magazine figure,
.magazine section {
	display: table-cell;
	vertical-align: middle;
}
.magazine figure {
	width: 105px;
}
.magazine section {
	padding-left: 20px;
}
.magazine h5 {
	font-size: 1.6rem;
	font-weight: bold;
	color: #014099;
	margin-bottom: 10px;
}
.security .indent {
	padding-left: 1em;
	text-indent: -1em;
}
.security .indent2 {
	padding-left: 3em;
	text-indent: -3em;
}
.mailAddress {
	vertical-align: middle;
}


/* サイドカラム
------------------------------------------------------------*/
.sideColumn {
	width: 220px;
	float: right;
}
.sideNav {
	margin-bottom: 30px;
	border-top: 1px dotted #999;
}
.sideNav li {
	border-bottom: 1px dotted #999;
}
.sideNav li a {
	color: #333;
	padding: 15px 5px 15px 10px;
	display: block;
	text-decoration: none;
	transition: .3s;
}
.sideNav li a:hover {
	background: #f9f9f9;
}
.sideNav li.ac a {
	background: #f1f2f3;
}
.sideNav li a::before {
	content: "";
	margin-right: 10px;
	border-style: solid;
	border-width: 3px 0 3px 4px;
	border-color: transparent transparent transparent #014099;
	display: inline-block;
	position: relative;
	top: -2px;
}
.bnr li:not(:last-child) {
	margin-bottom: 20px;
}


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

	/* common
	------------------------------------------------------------*/
	p:not(:last-child),
	ol:not(:last-child) {
		margin-bottom: 15px;
	}
	.inner {
		max-width: 94%;
	}
	.contents,
	.contents.top {
		padding: 20px 0;
	}
	iframe {
		height: 200px;
	}
	.flex.x2 {
		display: block;
	}
	.flex.x2 > li,
	.flex.x2 > div,
	.flex.x2 > section {
		width: 100%;
		margin-right: 0;
	}
	.flex.x2 > li:nth-child(n+2),
	.flex.x2 > div:nth-child(n+2),
	.flex.x2 > section:nth-child(n+2) {
		margin-top: 15px;
	}
	.flex.x4 > li {
		width: 49%;
	}
	.flex.x4 > li:nth-child(even) {
		margin-right: 0;
	}
	.flex.x4 > li:nth-child(n+3) {
		margin-top: 6px;
	}
	table th,
	table td {
		width: 100%;
		padding: 10px;
		display: block;
	}
	table th {
		font-weight: bold;
		padding: 8px 10px;
		text-align: center;
	}
	table td {
		border-top: none;
	}
	table tr:not(:last-child) td {
		border-bottom: none;
	}
	hr {
		margin: 30px 0;
	}
	
	
	/* hx
	------------------------------------------------------------*/
	h1 {
		display: none;
	}
	.h2Wrap {
		max-width: 94%;
		height: 100px;
		background-size: cover;
	}
	.h2Wrap::before {
		border-width: 30px 30px 0 0;
	}
	.h2Wrap::after {
		border-width: 0 0 30px 30px;
	}
	.h2Wrap h2 {
		font-size: 1.8rem;
		font-weight: bold;
		width: 100%;
		letter-spacing: 0;
	}
	.h2Wrap h2 span {
		display: none;
	}
	h3 {
		font-size: 1.6rem;
		padding: 10px 0;
		margin: 30px 0 15px;
	}
	.bgArea + h3 {
		margin-top: 20px;
	}
	h4 {
		font-size: 1.4rem;
		padding: 6px 10px;
		margin: 20px 0 10px;
	}
	
	
	/* kv
	------------------------------------------------------------*/
	#main img {
		max-width: 100%;
	}
	#main .catch {
		display: none;
	}
	#main .bx-wrapper::before {
		width: 100%;
		height: auto;
	}
	#main .bx-wrapper .bx-pager {
		bottom: 20px;
	}
	#main .bx-wrapper .bx-pager.bx-default-pager a {
		width: 15px;
		height: 2px;
	}
	#main .bx-wrapper .bx-pager .bx-pager-item:not(:last-child) {
		margin-right: 8px;
	}
	
	
	/* トップページ
	------------------------------------------------------------*/
	.top .box {
		width: 100%;
		background: url(../images/bg_diagonal.png) repeat-x center top;
		background-size: auto 4px;
		margin-bottom: 30px;
		float: none;
	}
	.top .box:first-child {
		margin-right: 0;
	}
	.top .box h2 {
		font-size: 1.8rem;
		margin-bottom: 15px;
		letter-spacing: 0;
	}
	.top .box h2::before {
		width: 100%;
		background: #666;
		margin-bottom: 25px;
		display: block;
	}
	.top .box h2 span {
		font-size: 1.2rem;
		margin-left: 10px;
		display: inline-block;
		letter-spacing: 0;
	}
	.top .box.news {
		margin-top: 0;
	}
	.top .box.news dt {
		width: 100%;
		padding: 10px 0 0;
		margin-bottom: 3px;
		float: none;
	}
	.top .box.news dd {
		padding: 0 0 10px 0;
	}
	
	
	/* パンくず
	------------------------------------------------------------*/
	.pankuzu {
		display: none;
	}
	
	
	/* メインカラム
	------------------------------------------------------------*/
	.mainColumn {
		width: 100%;
		float: none;
		text-align: left;
	}
	.btnMore {
		display: block;
		text-align: center;
	}
	.multi + .multi {
		margin-top: 20px;
	}
	.multi img.fl,
	.multi img.fr,
	.multi ul.fr {
		width: 40%;
		margin-bottom: 10px;
	}
	.multi .txtArea {
		overflow: inherit;
	}
	.multi h4 {
		overflow: hidden;
	}
	.tabList::after { content: "";display: block;clear: both; }
	.tabList > li {
		width: 49%;
		margin-right: 0!important;
		float: left;
	}
	.tabList > li:nth-child(even) {
		float: right;
	}
	.tabList > li:nth-child(n+3) {
		margin-top: 5px;
	}
	.tabList .btnMore {
		font-size: 1.1rem;
		padding: 8px;
	}
	dl.position dt {
		width: 40%;
	}
	dl.position dd {
		padding-left: 40%;
	}
	.philosophy {
		display: block;
	}
	.philosophy li {
		font-size: 1.4rem;
		line-height: 1.5;
		width: 100%;
		padding: 0 15px 15px;
		border-radius: 0;
		letter-spacing: 0;
	}
	.philosophy li:not(:last-child) {
		margin-bottom: 20px;
	}
	.philosophy li p:first-child {
		margin-bottom: 5px;
	}
	.philosophy li p:first-child span {
		padding: 0 10px;
	}
	.gallery li,
	.gallery li:nth-child(4n) {
		width: 32%;
		height: 70px;
		margin-right: 2%;
	}
	.gallery li:nth-child(3n) {
		margin-right: 0;
	}
	.gallery li:nth-child(n+4) {
		margin-top: 6px;
	}
	.sitemap > li:not(:last-child) {
		margin-bottom: 0;
	}
	.sitemap > li {
		border-bottom: 1px dotted #999;
	}
	.sitemap > li > a {
		font-size: 1.3rem;
		padding: 10px;
		display: block;
	}
	.sitemap > li ul {
		margin: 0 0 10px;
	}
	.sitemap > li li > a {
		font-size: 1.2rem;
	}
	.personMain:first-child {
		margin-top: 0;
	}
	.personMain figure {
		width: 40%;
	}
	.personMain .icon {
		display: none;
	}
	.personMain .txtArea {
		width: 100%;
	}
	.personMain .txtArea .age,
	.personMain .txtArea .name {
		width: 55%;
		position: absolute;
		right: 0;
	}
	.personMain .txtArea .age {
		font-size: 1.1rem;
		text-align: center;
		top: 20px;
	}
	.personMain .txtArea .name {
		font-size: 2rem;
		text-align: center;
		top: 60px;
	}
	.personMain .txtArea .name span {
		font-size: 1rem;
		margin-left: 0;
		display: block;
	}
	.personMain .txtArea .profile {
		margin-top: 20px;
	}
	.day {
		padding: 15px 0 5px;
		margin-bottom: 20px;
	}
	.day .flex > div {
		overflow: inherit;
	}
	.day .flex.x2 > div:nth-child(n+2) {
		margin-top: 0;
	}
	.day dl dt,
	.day dl dd {
		padding: 5px 0;
	}
	.day dl dt {
		font-size: 1.2rem;
		width: 23%;
	}
	.day dl dd,
	.step dl dd {
		font-size: 1.4rem;
		padding-left: 10px;
		letter-spacing: 0;
	}
	.day dl dd span,
	.step dl dd span {
		font-size: 1.2rem;
	}
	.data > section:nth-child(odd) h5 {
		margin-bottom: 20px;
	}
	div.table {
		display: block;
	}
	div.table > div {
		padding: 0;
		display: block;
	}
	.bgArea {
		padding: 15px;
	}
	.msgTxt {
		line-height: 1.5;
		letter-spacing: 0;
	}
	.cta div.table > div:first-child {
		width: 100%;
		margin-bottom: 15px;
	}
	.cta {
		padding: 15px;
	}
	.cta h4 {
		font-size: 1.5rem;
		padding: 10px 10px 8px;
	}
	.cta h4 br {
		display: none;
	}
	.listArea > div {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.listArea figure,
	.listArea .txtArea {
		display: block;
	}
	.listArea figure {
		width: 100%;
		height: 160px;
		-webkit-order: -1;
		order: -1;
	}
	.magazine > li:not(:last-child) {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.magazine section {
		padding-left: 15px;
	}
	.magazine h5 {
		font-size: 1.4rem;
	}
	
	
	/* サイドカラム
	------------------------------------------------------------*/
	.sideColumn {
		width: 100%;
		margin-top: 20px;
		float: none;
	}
	.sideNav {
		margin-bottom: 20px;
	}
	.sideNav li a {
		padding: 10px;
	}
	.bnr::after { content: "";display: block;clear: both; }
	.bnr li {
		width: 49%;
		float: left;
	}
	.bnr li:nth-child(even) {
		float: right;
	}
	.bnr li:not(:last-child) {
		margin-bottom: 0;
	}
	.bnr li:nth-child(n+3) {
		margin-top: 6px;
	}
}