@charset "utf-8";



/* --------------------------------------------------------------------------------
essential
-------------------------------------------------------------------------------- */

body {
	line-height: 1.75rem;
}



/* --------------------------------------------------------------------------------
misc
-------------------------------------------------------------------------------- */

br.large {
	display: none;
}
br.small {
	display: inline;
}
img.large {
	display: none;
}
img.small {
	display: block;
}
span.no-small {
	display: none;
}



/* --------------------------------------------------------------------------------
page
-------------------------------------------------------------------------------- */

div#page {
	padding-top: 60px;
}
div#page p.button-default a {
	width: 240px;
	margin-left: auto;
	margin-right: auto;
}
div#page div.button-wrapper {
	display: block;
	margin-right: 0px;
}
div#page div.button-wrapper p.button-default {
	width: auto;
	margin-right: 0px;
}
div#page div.button-wrapper p.button-default:not(:last-child) {
	margin-bottom: 20px;
}
div#page div.background-symbol {
	display: none;
}



/* --------------------------------------------------------------------------------
header
-------------------------------------------------------------------------------- */

header#header {
	position: relative;
	width: auto;
	height: auto;
	left: auto;
	top: auto;
	background-color: transparent;
}
body.admin-bar header#header {
	top: auto;
}
header#header::before {
	display: none;
}
header#header *#logo,
header#header p#button-menu {
	position: fixed;
	height: 60px;
	top: 0px;
}
header#header *#logo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	left: 0px;
	z-index: 20;
	padding-left: 20px;
	background-color: #ffffff;
	transition: 0.25s background-color ease;
}
header#header *#logo::before {
	position: absolute;
	width: 100%;
	height: 0px;
	left: 0px;
	bottom: 0px;
	border-bottom: 1px solid #d9d9d9;
	content: "";
}
header#header *#logo a {
	width: calc(263px * 0.75);
	height: calc(50px * 0.75);
}
header#header p#button-menu {
	width: 60px;
	right: 0px;
	z-index: 30;
  cursor: pointer;
}
header#header p#button-menu i {
  display: block;
  position: absolute;
  background-color: #4d4d4d;
  width: 24px;
  height: 1px;
  left: calc(50% - 12px);
  top: calc(50% - 0.5px);
  transition: 0.25s all ease;
  transform-origin: 50% 50%;
}
header#header p#button-menu i:nth-child(1) {
	transform: translateY(-9px);
}
header#header p#button-menu i:nth-child(2) {
	transform: translateY(9px);
}
header#header.menu p#button-menu i:nth-child(1),
header#header.menu p#button-menu i:nth-child(2),
header#header.menu p#button-menu i:nth-child(3) {
  width: 0px;
  left: 50%;
  opacity: 0;
	transform: translateY(0px);
}
header#header.menu p#button-menu i:nth-child(4) {
	transform: rotate(45deg);
}
header#header.menu p#button-menu i:nth-child(5) {
	transform: rotate(-45deg);
}
header#header div#menu {
	position: fixed;
	width: 100%;
	height: 100%;
	right: 0px;
	top: 0px;
	overflow: auto;
	z-index: 10;
	background-color: #ffffff;
	transform: translateX(100%);
	transition: 0.25s transform ease;
	-webkit-overflow-scrolling: touch;
}
header#header.menu div#menu {
	transform: translateX(0%);
}
header#header div#menu::-webkit-scrollbar {
  display: none;
}
header#header div#menu div.inner-menu {
	padding: 80px 40px 40px 40px;
}
header#header nav#navi,
header#header p.button-contact {
	position: static;
	top: auto;
}
header#header nav#navi {
	right: auto;
	margin-bottom: 20px;
}
header#header nav#navi ul {
	display: block;
}
header#header nav#navi ul li {
	text-align: center;
	text-indent: 0.1em;
	font-size: 1.0625rem;
	letter-spacing: 0.1em;
}
header#header nav#navi ul li:not(:last-child) {
	border-bottom: 1px solid #d9d9d9;
	margin-right: 0px;
}
header#header nav#navi ul li a {
	display: block;
	height: auto;
	padding: 20px 0px;
}
header#header nav#navi ul li a::before {
	display: none;
}
header#header p.button-contact {
	right: auto;
}
header#header p.button-contact a {
	width: 240px;
	margin-left: auto;
	margin-right: auto;
}

/* home
-------------------------------------------------------------------------------- */

body.home div.scroll header#header {
	background-color: transparent;
}
body.home header#header *#logo {
	background-color: transparent;
}
body.home div.scroll header#header *#logo,
body.home header#header.menu *#logo {
	background-color: #ffffff;
}
body.home header#header *#logo::before {
	opacity: 0;
	transition: 0.25s opacity ease;
}
body.home div.scroll header#header *#logo::before,
body.home header#header.menu *#logo::before {
	opacity: 1;
}
body.home header#header *#logo img {
	opacity: 0;
	transition: 0.25s opacity ease;
}
body.home div.scroll header#header *#logo img,
body.home header#header.menu *#logo img {
	opacity: 1;
}
body.home header#header p#button-menu i {
  background-color: #ffffff;
}
body.home div.scroll header#header p#button-menu i,
body.home header#header.menu p#button-menu i {
  background-color: #4d4d4d;
}
body.home header#header nav#navi ul li a,
body.home header#header p.button-contact a {
	color: #4d4d4d;
}
body.home header#header p.button-contact a {
	border-color: #4d4d4d;
}
body.home header#header p.button-contact a:hover {
	color: #ffffff;
	background-color: #4d4d4d;
}



/* --------------------------------------------------------------------------------
cover
-------------------------------------------------------------------------------- */

div#cover p.image {
	background-image: url(../images/cover-image-small.jpg);
}
div#cover h1 {
	width: 100%;
	left: 0px;
	top: auto;
	bottom: 80px;
	text-align: center;
	font-size: 2.75rem;
	line-height: 3.5rem;
}
div#cover p.button-scroll {
	height: 30px;
}
div#cover p.button-scroll a::before {
	height: 30px;
}
@keyframes button-scroll {
	0% { transform: translateY(0px); }
	49.99% { transform: translateY(23px); }
	50.01% { transform: translateY(23px); }
	100% { transform: translateY(0px); }
}



/* --------------------------------------------------------------------------------
main
-------------------------------------------------------------------------------- */

main section header.title {
	height: 180px;
}
main section#business-01 header.title p.image {
	background-image: url(../images/title-image-business-01-small.jpg);
}
main section#business-02 header.title p.image {
	background-image: url(../images/title-image-business-02-small.jpg);
}
main section#business-03 header.title p.image {
	background-image: url(../images/title-image-business-03-small.jpg);
}
main section#company header.title p.image {
	background-image: url(../images/title-image-company-small.jpg);
}
main section#news header.title p.image {
	background-image: url(../images/title-image-news-small.jpg);
}
main section#recruit header.title p.image {
	background-image: url(../images/title-image-recruit-small.jpg);
}
main section#contact header.title p.image {
	background-image: url(../images/title-image-contact-small.jpg);
}
main section#privacy-policy header.title p.image {
	background-image: url(../images/title-image-privacy-policy-small.jpg);
}
main section header.title div.text p.icon {
	margin-bottom: 10px;
}
main section header.title div.text p.icon img {
	height: 60px;
}
main section header.title div.text h2 {
	font-size: 1.25rem;
}
main section div.content {
	width: auto;
	padding: 60px 20px;
}
main h3.headline {
	margin-bottom: 40px;
}
main h3.headline-alternate {
	margin-bottom: 40px;
}
main div#pager,
main nav#navi-article {
	margin-top: 60px;
}
main div#pager,
main nav#navi-article ul {
	width: auto;
}
main div#pager span:not(.prev):not(.next),
main div#pager a:not(.prev):not(.next) {
	display: none;
}

/* home
-------------------------------------------------------------------------------- */

main section#home-news div.list-news-alternate {
	width: auto;
	border-radius: 5px;
}
main section#home-news div.list-news-alternate div.row {
	display: block;
	height: auto;
	padding: 20px;
}
main section#home-news div.list-news-alternate div.row p.created {
	width: auto;
}
main section#home-news div.list-news-alternate div.row h3 {
	width: auto;
}
main section#home-business div.content {
	padding-left: 0px;
	padding-right: 0px;
}
main section#home-business div.image-text {
	display: block;
	margin: 0px 0px 60px 0px;
}
main section#home-business div.image-text p.image {
	width: auto;
}
main section#home-business div.image-text div.text {
	display: block;
	width: auto;
	padding: 0px;
}
main section#home-business div.image-text div.text div.inner-text {
	width: auto;
	padding: 40px 20px;
}
main section#home-business div.list {
	display: block;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
main section#home-business div.list div.row {
	width: auto;
	margin-right: 0px;
}
main section#home-business div.list div.row:not(:last-child) {
	margin-bottom: 40px;
}
main section#home-business div.list div.row h3 a {
	height: 180px;
}
main section#home-company div.list {
	display: block;
	margin-right: 0px;
}
main section#home-company div.list div.row {
	width: auto;
	margin-right: 0px;
}
main section#home-company div.list div.row:not(:last-child) {
	margin-bottom: 20px;
}
main section#home-company div.list div.row p.image {
	overflow: hidden;
	border-radius: 5px 5px 0px 0px;
}
main section#home-company div.list div.row h3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 60px;
	font-size: 1.0625rem;
	font-weight: 500;
	color: #ffffff;
	border: 1px solid #0a61a2;
	border-top: none;
	background-color: #0a61a2;
	border-radius: 0px 0px 5px 5px;
	transition: 0.25s color ease, 0.25s background-color ease;
}
main section#home-company div.list div.row a:hover h3 {
	color: #0a61a2;
	background-color: #ffffff;
}
main section#home-company div.list div.row h3::before {
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	right: 15px;
	top: calc(50% - 4px);
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	content: "";
	transition: 0.25s border-color ease;
	transform: rotate(45deg);
}
main section#home-company div.list div.row a:hover h3::before {
	border-color: #0a61a2;
}
main section#office div.list div.row:not(:last-child) {
	margin-bottom: 60px;
}
main section#office div.list div.row div.text-map {
	display: block;
}
main section#office div.list div.row div.text-map div.text {
	width: auto;
}
main section#office div.list div.row div.text-map div.text p.tel-fax {
	margin-bottom: 10px;
}
main section#office div.list div.row div.text-map div.text p.access {
	margin-bottom: 20px;
}
main section#office div.list div.row div.text-map div.map {
	width: auto;
	margin: 0px -20px;
}
main section#office div.list div.row div.text-map div.map iframe {
	height: 280px;
}

/* business
-------------------------------------------------------------------------------- */

main section#business-01 div.list {
	display: block;
	margin: 0px 0px 20px 0px;
}
main section#business-01 div.list div.row {
	width: auto;
	margin-right: 0px;
}
main section#business-01 div.list div.row:not(:last-child) {
	margin-bottom: 40px;
}
main section#business-01 p.indent {
	margin-bottom: 20px;
}
main section#business-02 div.list {
	margin-bottom: 40px;
}
main section#business-02 div.list div.row {
	display: block;
}
main section#business-02 div.list div.row:not(:last-child) {
	margin-bottom: 40px;
}
main section#business-02 div.list div.row h3 {
	width: auto;
	height: 40px;
	margin-bottom: 10px;
}
main section#business-02 div.list div.row p.description {
	width: auto;
}
main section#business-03 p.description {
	margin-bottom: 40px;
}

/* company
-------------------------------------------------------------------------------- */

main section#company div.block:not(:last-child) {
	margin-bottom: 60px;
}
main section#company div.block h3.headline {
	margin-bottom: 20px;
}
main section#company div.block table th,
main section#company div.block table td {
	display: block;
	width: 100%;
}
main section#company div.block table tr:not(:last-child) th {
	padding-bottom: 5px;
}
main section#company div.block table tr:not(:last-child) td {
	padding-bottom: 20px;
}
main section#company div.block-summary h3 {
	font-size: 1.75rem;
	line-height: 2rem;
	margin-bottom: 20px;
}
main section#company div.block-summary h4 {
	text-align: justify;
	margin-bottom: 60px;
}
main section#company div.block-summary div.image-text {
	display: block;
	margin-bottom: 40px;
}
main section#company div.block-summary div.image-text p.image {
	width: auto;
	margin: 0px -20px 20px -20px;
}
main section#company div.block-summary div.image-text div.text {
	width: auto;
}
main section#company div.block-history table tr:not(:last-child) th,
main section#company div.block-officer table tr:not(:last-child) th {
	padding-bottom: 0px;
}
main section#company div.block-officer table {
	margin-bottom: 40px;
}
main section#company div.block-vision {
	margin-left: -20px;
	margin-right: -20px;
	padding: 40px 20px;
	border-radius: 0px;
}
main section#company div.block-vision div.segment:not(:last-child) {
	margin-bottom: 40px;
}
main section#company div.block-vision div.segment-04 p.description {
	margin-bottom: 40px;
}
main section#company div.block-vision div.segment-04 p.diagram {
	margin-left: -10px;
	margin-right: -10px;
}
main section#company div.block-vision div.segment-04 p.diagram img {
	width: 100%;
	height: auto;
}

/* news
-------------------------------------------------------------------------------- */

main div.list-news article.news:not(:last-child) {
	margin-bottom: 60px;
	padding-bottom: 60px;
}
main article.news {
	padding: 0px 0px;
}
main article.news header {
	margin-bottom: 40px;
}

/* recruit
-------------------------------------------------------------------------------- */

main section#recruit div.content {
	width: auto;
}
main section#recruit p.description,
main section#recruit div.interview,
main section#recruit h3.headline {
	margin-bottom: 60px;
}
main section#recruit div.interview p.banner {
	margin-bottom: 40px;
}
main section#recruit div.interview div.video {
	width: auto;
}
main section#recruit p.banner-rikunavi {
	margin-top: -20px;
	margin-bottom: 40px;
}
main div.list-recruit article.recruit:not(:last-child) {
	margin-bottom: 60px;
}
main div.list-recruit article.recruit table th,
main div.list-recruit article.recruit table td {
	display: block;
	width: 100%;
}
main div.list-recruit article.recruit table th {
	border-bottom: none;
	padding-bottom: 5px;
}
main div.list-recruit article.recruit table tr:not(:first-child) th,
main div.list-recruit article.recruit table td {
	border-top: none;
}
main div.list-recruit article.recruit table td {
	padding-top: 0px;
}

/* contact
-------------------------------------------------------------------------------- */

main section#contact div.content {
	width: auto;
}
main section#contact div.header {
	text-align: justify;
	margin-bottom: 60px;
}
main section#contact div.mw_wp_form_preview div.header {
	display: none;
}
main section#contact div.form div.component {
	display: block;
	margin-bottom: 20px;
}
main section#contact div.mw_wp_form_preview div.form div.component {
	padding: 20px 0px;
}
main section#contact div.form div.component-last,
main section#contact div.mw_wp_form_preview div.form div.component-last {
	margin-bottom: 40px;
}
main section#contact div.form div.component p.label {
	width: auto;
	height: auto;
	margin-bottom: 5px;
}
main section#contact div.form div.component div.body {
	width: auto;
}
main section#contact div.form div.component div.body span.error {
	right: 0px;
}
main section#contact div.form div.agreement {
	width: auto;
	position: relative;
}
main section#contact div.form div.action {
	display: block;
	padding-left: 0px;
}
main section#contact div.form div.action input[type=submit] {
	margin: auto;
}
main section#contact div.form div.action input[name=submitBack] {
	margin-right: auto;
	margin-bottom: 20px;
}

/* privacy-policy
-------------------------------------------------------------------------------- */

main section#privacy-policy div.content {
	width: auto;
}
main section#privacy-policy p.description,
main section#privacy-policy div.list div.row:not(:last-child) {
	margin-bottom: 40px;
}



/* --------------------------------------------------------------------------------
content-bottom
-------------------------------------------------------------------------------- */

aside#content-bottom {
	padding: 60px 20px;
}
aside#content-bottom div.contact {
	display: block;
	width: auto;
}
aside#content-bottom div.contact div.header {
	width: auto;
	height: 80px;
	margin-bottom: 20px;
}
aside#content-bottom div.contact div.header h3 {
	margin-bottom: 0px;
}
aside#content-bottom div.contact div.content {
	width: auto;
	text-align: center;
}
aside#content-bottom div.contact div.content p.tel,
aside#content-bottom div.contact div.content p.fax {
	letter-spacing: 0.1em;
}
aside#content-bottom div.contact div.content p.tel {
	line-height: 2rem;
}
aside#content-bottom div.contact div.content p.fax {
	margin-bottom: 10px;
}
aside#content-bottom div.contact div.content p.button-default {
	position: static;
	width: auto;
	left: auto;
	bottom: auto;
}



/* --------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------- */

footer#footer div#trigger-footer {
	top: 40px;
}
footer#footer p#button-page-top {
	right: 20px;
	bottom: 20px;
}
footer#footer nav#navi-footer {
	display: none;
}
footer#footer p.copyright {
	text-align: center;
	padding-right: 0px;
}
