@charset "utf-8";



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

body {
	letter-spacing: 0.025em;
}



/* --------------------------------------------------------------------------------
form
-------------------------------------------------------------------------------- */

input[type=button],
input[type=submit],
button {
	width: 200px;
	height: 50px;
}



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

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



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

p.button-default a {
	width: 200px;
	height: 50px;
}
p.button-more a {
	width: 120px;
	height: 30px;
}
*.scroll.fade-slide-left {
	transform: translate(40px, 0px);
}
*.scroll.fade-slide-right {
	transform: translate(-40px, 0px);
}
*.scroll.fade-slide-up {
	transform: translate(0px, 40px);
}



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

header#header *#logo {
	left: 10px;
	top: 9px;
}
body.admin-bar header#header *#logo {
	top: 9px;
}
header#header *#logo a {
	width: calc(406px * 0.5);
	height: calc(63px * 0.5);
}
header#header p#button-contact {
	right: 60px;
	top: 20px;
	font-size: 0.7rem;
}
body.admin-bar header#header p#button-contact {
	top: 20px;
}
header#header p#button-contact a {
	width: 85px;
	height: 20px;
	border-radius: 10px;
}
header#header p#button-menu {
	position: fixed;
	width: 60px;
	height: 60px;
	right: 0px;
	top: 0px;
	z-index: 30;
  cursor: pointer;
}
header#header p#button-menu i {
  display: block;
  position: absolute;
  width: 30px;
  height: 1px;
  left: calc(50% - 15px);
  top: calc(50% - 0.5px);
	border-bottom: 1px solid #000000;
  transition: 0.25s all ease;
  transform-origin: 50% 50%;
}
header#header p#button-menu i:nth-child(1) {
	transform: translateY(-4px);
}
header#header p#button-menu i:nth-child(2) {
	transform: translateY(4px);
}
body.menu-header header#header p#button-menu i:nth-child(1),
body.menu-header header#header p#button-menu i:nth-child(2) {
  width: 0px;
  left: 50%;
  opacity: 0;
	transform: translateY(0px);
}
header#header p#button-menu i:nth-child(3),
header#header p#button-menu i:nth-child(4) {
	opacity: 0;
}
body.menu-header header#header p#button-menu i:nth-child(3),
body.menu-header header#header p#button-menu i:nth-child(4) {
	opacity: 1;
}
body.menu-header header#header p#button-menu i:nth-child(3) {
	transform: rotate(22.5deg);
}
body.menu-header header#header p#button-menu i:nth-child(4) {
	transform: rotate(-22.5deg);
}
header#header div#menu {
	position: fixed;
	width: 100%;
	height: 100%;
	right: 0px;
	top: 0px;
	overflow: auto;
	z-index: 10;
	background-color: #e73b1a;
	transform: translateX(100%);
	transition: 0.25s transform ease;
	-webkit-overflow-scrolling: touch;
}
body.menu-header header#header div#menu {
	transform: translateX(0%);
}
header#header div#menu div.inner-menu {
	padding: 60px 30px 40px 30px;
}
header#header nav#navi {
	position: static;
	right: auto;
	top: auto;
	pointer-events: auto;
	margin-bottom: 20px;
}
body.admin-bar header#header nav#navi {
	top: auto;
}
header#header nav#navi div.list div.row:not(:last-child) {
	border-bottom: 1px solid #000000;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
header#header nav#navi div.list div.row p.headline {
	height: auto;
	text-align: left;
}
header#header nav#navi div.list div.row p.headline:not(:last-child) {
	margin-bottom: 10px;
}
header#header nav#navi div.list div.row p.headline span.main {
	display: block;
	font-size: 1.375rem;
}
header#header nav#navi div.list div.row p.headline span.sub,
header#header nav#navi div.list div.row ul {
	display: block;
}
header#header nav#navi div.list div.row p.headline span.sub {
	font-size: 0.75rem;
	line-height: 1.25rem;
}
header#header nav#navi div.list div.row ul {
	padding-left: 20px;
}
header#header nav#navi div.list div.row ul li {
	font-weight: 500;
}
header#header nav#navi div.list div.row ul li a,
header#header div.sns ul li a,
header#header p.privacy-policy a {
	color: #000000;
}
header#header nav#navi div.list div.row p.headline a span.main::before {
	display: none;
}
header#header div.sns,
header#header p.privacy-policy,
header#header p.copyright {
	display: block;
}
header#header div.sns {
	margin-bottom: 20px;
}
header#header div.sns ul {
	display: flex;
	flex-wrap: wrap;
}
header#header div.sns ul li {
	font-size: 1.5rem;
}
header#header div.sns ul li:not(:last-child) {
	margin-right: 20px;
}
header#header p.privacy-policy,
header#header p.copyright {
	font-family: "Metropolis";
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.25rem;
}
header#header p.privacy-policy {
	margin-bottom: 40px;
}

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

body.home header#header *#logo {
	left: 10px;
	right: auto;
	top: 9px;
}
body.home.admin-bar header#header *#logo {
	top: 9px;
}
body.home header#header *#logo a {
	width: calc(406px * 0.5);
	height: calc(63px * 0.5);
}
body.home header#header p#button-contact {
	top: 20px;
}
body.home.admin-bar header#header p#button-contact {
	top: 20px;
}
body.home header#header nav#navi {
	top: auto;
}
body.home.admin-bar header#header nav#navi {
	top: auto;
}



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

div#cover {
	height: calc(100vh + 200px);
}
body.admin-bar div#cover div.splash {
	height: 100%;
	top: 0px;
}
div#cover div.splash div.background span {
	width: calc(25% + 1px);
	height: calc(12.5% + 1px);
}
div#cover div.splash div.background span:nth-child(1),
div#cover div.splash div.background span:nth-child(10),
div#cover div.splash div.background span:nth-child(19),
div#cover div.splash div.background span:nth-child(28) {
	left: 0%;
}
div#cover div.splash div.background span:nth-child(2),
div#cover div.splash div.background span:nth-child(11),
div#cover div.splash div.background span:nth-child(20),
div#cover div.splash div.background span:nth-child(29) {
	left: 25%;
}
div#cover div.splash div.background span:nth-child(3),
div#cover div.splash div.background span:nth-child(12),
div#cover div.splash div.background span:nth-child(21),
div#cover div.splash div.background span:nth-child(30) {
	left: 50%;
}
div#cover div.splash div.background span:nth-child(4),
div#cover div.splash div.background span:nth-child(13),
div#cover div.splash div.background span:nth-child(22),
div#cover div.splash div.background span:nth-child(31) {
	left: 75%;
}
div#cover div.splash div.background span:nth-child(5),
div#cover div.splash div.background span:nth-child(14),
div#cover div.splash div.background span:nth-child(23),
div#cover div.splash div.background span:nth-child(32) {
	left: -12.5%;
}
div#cover div.splash div.background span:nth-child(6),
div#cover div.splash div.background span:nth-child(15),
div#cover div.splash div.background span:nth-child(24),
div#cover div.splash div.background span:nth-child(33) {
	left: 12.5%;
}
div#cover div.splash div.background span:nth-child(7),
div#cover div.splash div.background span:nth-child(16),
div#cover div.splash div.background span:nth-child(25),
div#cover div.splash div.background span:nth-child(34) {
	left: 37.5%;
}
div#cover div.splash div.background span:nth-child(8),
div#cover div.splash div.background span:nth-child(17),
div#cover div.splash div.background span:nth-child(26),
div#cover div.splash div.background span:nth-child(35) {
	left: 62.5%;
}
div#cover div.splash div.background span:nth-child(9),
div#cover div.splash div.background span:nth-child(18),
div#cover div.splash div.background span:nth-child(27),
div#cover div.splash div.background span:nth-child(36) {
	left: 87.5%;
}
div#cover div.splash div.background span:nth-child(1),
div#cover div.splash div.background span:nth-child(2),
div#cover div.splash div.background span:nth-child(3),
div#cover div.splash div.background span:nth-child(4) {
	top: 0%;
}
div#cover div.splash div.background span:nth-child(5),
div#cover div.splash div.background span:nth-child(6),
div#cover div.splash div.background span:nth-child(7),
div#cover div.splash div.background span:nth-child(8),
div#cover div.splash div.background span:nth-child(9) {
	top: 12.5%;
}
div#cover div.splash div.background span:nth-child(10),
div#cover div.splash div.background span:nth-child(11),
div#cover div.splash div.background span:nth-child(12),
div#cover div.splash div.background span:nth-child(13) {
	top: 25%;
}
div#cover div.splash div.background span:nth-child(14),
div#cover div.splash div.background span:nth-child(15),
div#cover div.splash div.background span:nth-child(16),
div#cover div.splash div.background span:nth-child(17),
div#cover div.splash div.background span:nth-child(18) {
	top: 37.5%;
}
div#cover div.splash div.background span:nth-child(19),
div#cover div.splash div.background span:nth-child(20),
div#cover div.splash div.background span:nth-child(21),
div#cover div.splash div.background span:nth-child(22) {
	top: 50%;
}
div#cover div.splash div.background span:nth-child(23),
div#cover div.splash div.background span:nth-child(24),
div#cover div.splash div.background span:nth-child(25),
div#cover div.splash div.background span:nth-child(26),
div#cover div.splash div.background span:nth-child(27) {
	top: 62.5%;
}
div#cover div.splash div.background span:nth-child(28),
div#cover div.splash div.background span:nth-child(29),
div#cover div.splash div.background span:nth-child(30),
div#cover div.splash div.background span:nth-child(31) {
	top: 75%;
}
div#cover div.splash div.background span:nth-child(32),
div#cover div.splash div.background span:nth-child(33),
div#cover div.splash div.background span:nth-child(34),
div#cover div.splash div.background span:nth-child(35),
div#cover div.splash div.background span:nth-child(36) {
	top: 87.5%;
}
div#cover div.splash div.background span:nth-child(37),
div#cover div.splash div.background span:nth-child(38),
div#cover div.splash div.background span:nth-child(39),
div#cover div.splash div.background span:nth-child(40),
div#cover div.splash div.background span:nth-child(41),
div#cover div.splash div.background span:nth-child(42) {
	display: none;
}
div#cover div.splash p.logo {
	width: calc(406px * 0.625);
	height: calc(63px * 0.625);
	left: calc(50% - calc(203px * 0.625));
	top: calc(50% - calc(63px * 0.625));
}
div#cover div.symbol {
	right: calc(50% - 290px);
	transform: translate(-40px, 20px) scale(1.125);
}
div#cover div.title {
	left: calc(50% - 240px);
	top: calc(calc(100vh + 200px) * 0.5);
}
div#cover div.title h1 span,
div#cover div.title p.sub {
	transform: translateX(40px);
}
div#cover div.title h1 span:nth-child(1) {
	margin-bottom: 40px;
}
div#cover.active-03 p.image {
	height: 300px;
	transform: translateY(calc(100vh - 100px));
}
@media (max-width:414px) {
div#cover div.symbol {
	width: calc(588px * 0.5);
	height: calc(457px * 0.5);
	right: calc(50% - 150px);
	top: calc(calc(100vh - 480px) * 0.5);
}
div#cover div.title {
	left: calc(50% - 120px);
	top: calc(calc(100vh + 60px) * 0.5);
}
div#cover div.title h1 span img {
	height: calc(101px * 0.5);
}
div#cover div.title p.sub {
	top: calc(50% - calc(15px * 0.5));
}
div#cover div.title p.sub img {
	height: calc(35px * 0.5);
}
}



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

main section div.inner-section {
	width: auto;
	padding: 80px 30px;
}
main div#column {
	display: block;
}
main div#column div#main {
	width: auto;
	margin-bottom: 80px;
}
main div#column div#sub {
	width: auto;
}
main div#column div#sub div.block:not(:last-child) {
	margin-bottom: 40px;
}
main div#column div#sub div.block-category ul {
	display: none;
}
main div#column div#sub div.block-category select {
	display: block;
}
main *.bullet-arrow-large {
	width: 24px;
	height: 24px;
	right: 5px;
	top: calc(50% - 12px);
}
main *.bullet-arrow-large::before {
	top: calc(50% - 0.25rem);
	font-size: 0.5rem;
}
main *.bullet-arrow-large::after {
	width: 0.5rem;
	top: calc(50% - 0.5px);
	border-bottom-width: 1px;
}
main div#pager,
main p#button-list {
	margin-top: 80px;
}
main p#button-list a {
	height: 50px;
}

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

main section#home-concept h2 {
	font-size: 1.5rem;
	line-height: 2.5rem;
	margin-bottom: 40px;
}
main section#home-concept p.description {
	display: block;
	line-height: 2.25rem;
}
main section#home-action-flow h2 {
	margin-bottom: 40px;
}
main section#home-action-flow h2 img {
	height: calc(82px * 0.75);
}
main section#home-action-flow h3 {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 2.5rem;
}
main section#home-action-flow div.image-diagram {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 340px;
}
main section#home-action-flow div.image-diagram div.image {
	display: block;
	margin-left: -30px;
}
main section#home-action-flow div.image-diagram div.image p.row {
	width: calc(50vw - 40px);
	max-width: 280px;
	max-height: 160px;
}
main section#home-action-flow div.image-diagram div.image p.row img {
	object-fit: cover;
	height: 100%;
}
main section#home-action-flow div.image-diagram p.diagram {
	width: calc(550px * 0.625);
	height: calc(550px * 0.625);
	left: calc(50% - 100px);
	right: auto;
	top: calc(50% - calc(275px * 0.625));
}
main section#home-action-flow div.image-diagram p.diagram img {
	height: calc(504px * 0.625);
}
main section#home-strategy-contents header h2,
main section#home-blog header h2 {
	font-size: 3rem;
	line-height: 3.4rem;
}
main section#home-strategy-contents div.image {
	margin: 0px -30px 40px -30px;
}
@keyframes home-strategy-contents {
	0% { transform: translateX(0px); }
	100% { transform: translateX(-1020px); }
}
main section#home-strategy-contents div.image p.row {
	width: 330px;
	margin-right: 10px;
}
main section#home-strategy-contents div.diagram-text {
	display: block;
}
main section#home-strategy-contents div.diagram-text p.diagram {
	width: auto;
	max-width: 600px;
	margin: 0px auto 40px auto;
}
main section#home-strategy-contents div.diagram-text div.text {
	width: auto;
}
main section#home-strategy-contents div.diagram-text div.text p.description {
	font-weight: 500;
	margin: 0px 0px 40px 0px;
}
main section#home-corporate-profile {
	background-image: url(../images/home-image-03-small.jpg);
}
main section#home-corporate-profile div.inner-section {
	width: auto;
}
main section#home-recruit header {
	margin-bottom: 20px;
}
main section#home-recruit header h2 {
	font-size: 3rem;
	line-height: 3.4rem;
	margin-bottom: 0px;
}
main section#home-recruit div.image-text {
	display: block;
	margin-left: 0px;
}
main section#home-recruit div.image-text p.image {
	width: auto;
	margin: 0px -30px 40px -30px;
	transform: translateX(0px);
}
main section#home-recruit div.image-text div.text {
	width: auto;
}
main section#home-recruit div.image-text div.text p.description {
	margin-bottom: 40px;
}
main section#home-recruit div.image-text div.text p.button-default {
	justify-content: flex-end;
}
main section#home-news div.inner-section,
main section#home-blog div.inner-section {
	width: auto;
}
main section#home-news div.inner-section {
	display: block;
}
main section#home-news header {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: auto;
	margin-bottom: 20px;
}
main section#home-news header h2 {
	margin-bottom: 40px;
}
main section#home-news header p.sub {
	width: 100%;
	text-align: center;
}
main section#home-news div.content {
	width: auto;
}
main section#home-news div.list-news-alternate {
	border-left: none;
	border-top: 1px solid #cccccc;
	margin-bottom: 40px;
	padding-left: 0px;
}
main section#home-blog header {
	text-align: center;
}

/* strategy-contents
-------------------------------------------------------------------------------- */

main section#strategy-contents div.inner-section {
	padding: 140px 30px 0px 30px;
}
main section#strategy-contents header h1 {
	font-size: 3rem;
	line-height: 3.4rem;
}
main section#strategy-contents header p.sub {
	font-size: 0.875rem;
}
main section#strategy-contents header p.description {
	line-height: 2.25rem;
}
main section#strategy-contents div.image {
	margin: 0px -30px;
}
@keyframes strategy-contents {
	0% { transform: translateX(0px); }
	100% { transform: translateX(-985px); }
}
main section#strategy-contents div.image p.row {
	width: 315px;
	margin-right: 10px;
	border-radius: 10px;
}
main section#strategy-contents div.block-promotion {
	padding: 80px 0px;
}
main section#strategy-contents div.block-promotion div.summary {
	display: block;
	margin-bottom: 40px;
}
main section#strategy-contents div.block-promotion div.summary div.text {
	width: auto;
	margin-bottom: 20px;
}
main section#strategy-contents div.block-promotion div.summary div.text h2 {
	margin-right: -30px;
}
main section#strategy-contents div.block-promotion div.summary p.diagram {
	width: auto;
	max-width: 550px;
	margin: auto;
}
main section#strategy-contents div.block-promotion div.service {
	padding-left: 0px;
}
main section#strategy-contents div.block-promotion div.service p.label {
	position: static;
	left: auto;
	top: auto;
	margin-bottom: 20px;
}
main section#strategy-contents div.block-promotion div.service div.list div.row {
	display: block;
}
main section#strategy-contents div.block-promotion div.service div.list div.row p.logo {
	width: auto;
	margin-bottom: 20px;
}
main section#strategy-contents div.block-promotion div.service div.list div.row p.logo img {
	max-width: 260px;
}
main section#strategy-contents div.block-promotion div.service div.list div.row div.text {
	width: auto;
}
main section#strategy-contents div.block-total {
	margin: 0px -30px;
	padding: 80px 30px;
}
main section#strategy-contents div.block-total div.header {
	margin: 0px -30px 40px -30px;
}
main section#strategy-contents div.block-total p.diagram {
	width: auto;
	max-width: 796px;
}
main section#strategy-contents div.block-total p.description {
	width: auto;
}

/* corporate-profile
-------------------------------------------------------------------------------- */

main section#corporate-profile::before {
	height: 400px;
}
main section#corporate-profile div.inner-section {
	padding: 140px 30px 0px 30px;
}
main section#corporate-profile header h1 {
	font-size: 3rem;
	line-height: 3.4rem;
}
main section#corporate-profile header p.sub {
	font-size: 0.875rem;
}
main section#corporate-profile div.block {
	margin: 0px -30px 80px -30px;
}
main section#corporate-profile div.block-data {
	padding: 40px 30px;
}
main section#corporate-profile div.block-data div.header {
	margin-bottom: 40px;
}
main section#corporate-profile div.block-data div.list:not(:last-child) {
	margin-bottom: 80px;
}
main section#corporate-profile div.block-data div.list div.row {
	display: block;
}
main section#corporate-profile div.block-data div.list div.row p.label {
	width: auto;
}
main section#corporate-profile div#history div.list div.row p.label span.year-disable {
	visibility: visible;
}
main section#corporate-profile div.block-data div.list div.row p.body {
	width: auto;
}
main section#corporate-profile div.block-data div.image {
	display: block;
}
main section#corporate-profile div.block-data div.image p.row {
	width: auto;
}
main section#corporate-profile div.block-certification {
	display: block;
	padding: 40px 30px;
}
main section#corporate-profile div.block-certification p.description {
	width: auto;
	margin-bottom: 40px;
}
main section#corporate-profile div.block-certification div.logo {
	display: flex;
	width: auto;
	max-width: 440px;
	margin: auto;
}
main section#corporate-profile div.block-certification div.logo p.row {
	width: calc(50% - 30px);
}
main div#banner-top-message {
	margin: 0px -30px;
	padding: 80px 30px;
}
main div#banner-top-message a {
	display: block;
	width: auto;
}
main div#banner-top-message p.image {
	width: auto;
}
main div#banner-top-message div.text {
	display: block;
	width: auto;
}
main div#banner-top-message div.text div.inner-text {
	padding: 20px;
}
main div#banner-top-message div.text p.sub {
	margin-bottom: 20px;
}

/* top-message
-------------------------------------------------------------------------------- */

main section#top-message header {
	margin: 0px -30px;
}
main section#top-message header p.image {
	aspect-ratio: 1;
	min-height: 400px;
}
main section#top-message header h1 {
	left: 20px;
	right: auto;
	top: auto;
	bottom: 300px;
}
main section#top-message header h1 img {
	height: calc(61px * 0.5);
}
main section#top-message header h2 {
	display: block;
	width: auto;
	left: 20px;
	bottom: -2.5px;
}
main section#top-message header h2 span {
	transform: translateY(40px);
}
main section#top-message header h2 span:not(:last-child) {
	margin-bottom: 5px;
}
main section#top-message header h2 span:not(:last-child) {
	margin-right: 0px;
}
main section#top-message header h2 span img {
	height: calc(186px * 0.5);
}
main section#top-message div.block div.header {
	margin-bottom: 60px;
}
main section#top-message div.block div.header h2 {
	font-size: 2.5rem;
	line-height: 3rem;
	margin-right: -30px;
}
main section#top-message div.block-top-message {
	margin: 0px -30px 80px -30px;
	padding: 80px 30px;
}
main section#top-message div.block-top-message h3 {
	font-size: 1.5rem;
	line-height: 2.5rem;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
}
main section#top-message div.block-top-message p.description {
	display: block;
	line-height: 2.25rem;
}
main section#top-message div.block-director div.list {
	display: block;
	margin: 0px;
}
main section#top-message div.block-director div.list div.row {
	display: block;
	width: auto;
	margin: 0px;
}
main section#top-message div.block-director div.list div.row:not(:last-child) {
	margin-bottom: 40px;
}
main section#top-message div.block-director div.list div.row p.image {
	width: 100%;
}
main section#top-message div.block-director div.list div.row .text {
	width: 100%;
}

/* director-introduction
-------------------------------------------------------------------------------- */

main section#privacy-policy header {
	margin-bottom: 40px;
}
main section#director-introduction div.block div.header {
	margin-bottom: 60px;
}
main section#director-introductione div.block div.header h2 {
	font-size: 2.5rem;
	line-height: 3rem;
	margin-right: -30px;
}
main section#director-introduction div.block-top-message {
	margin: 0px -30px 80px -30px;
	padding: 80px 30px;
}
main section#director-introduction div.block-top-message h3 {
	font-size: 1.5rem;
	line-height: 2.5rem;
	letter-spacing: 0.05em;
	margin-bottom: 40px;
}
main section#director-introduction div.block-top-message p.description {
	display: block;
	line-height: 2.25rem;
}
main section#director-introduction div.block-director div.list {
	display: block;
	margin: 0px;
}
main section#director-introduction div.block-director div.list div.row {
	display: block;
	width: auto;
	margin: 0px;
}
main section#director-introduction div.block-director div.list div.row:not(:last-child) {
	margin-bottom: 40px;
}
main section#director-introduction div.block-director div.list div.row p.image {
	width: 100%;
}
main section#director-introduction div.block-director div.list div.row .text {
	width: 100%;
}

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

main div.list-news {
	margin-top: -20px;
}
main div.list-news div.row,
main div.list-news-alternate div.row {
	line-height: 1.5rem;
}
main div.list-news div.row a,
main div.list-news-alternate div.row {
	display: block;
}
main div.list-news div.row a {
	padding: 20px 40px 20px 0px;
}
main div.list-news div.row p.created,
main div.list-news-alternate div.row p.created {
	width: auto;
	padding-top: 0px;
}
main div.list-news div.row h3,
main div.list-news-alternate div.row h3 {
	width: auto;
}
main div.list-news-alternate div.row {
	border-bottom: 1px solid #cccccc;
	padding: 20px 0px;
}
main div.list-news-alternate div.row:not(:last-child) {
	margin-bottom: 0px;
}
main div.list-news-alternate div.row h3 a::before {
	display: none;
}
main section#news div.inner-section {
	width: auto;
	padding-top: 140px;
}
main section#news header {
	margin-bottom: 40px;
}
main section#news article.news {
	width: auto;
}

/* blog
-------------------------------------------------------------------------------- */

main div.list-blog div.row {
	display: block;
	border-bottom: none;
	padding: 0px;
}
main div.list-blog div.row:first-child {
	border-top: none;
}
main div.list-blog div.row:not(:last-child) {
	margin-bottom: 40px;
}
main div.list-blog div.row p.image {
	width: auto;
	margin-bottom: 10px;
}
main div.list-blog div.row div.text {
	width: auto;
}
main div.list-blog div.row div.text a {
	padding-right: 0px;
}
main div.list-blog div.row div.text h3 {
	font-size: 1rem;
	line-height: 1.5rem;
	margin-bottom: 10px;
}
main div.list-blog div.row div.text p.bullet-arrow {
	display: none;
}
main div.list-blog-alternate {
	display: block;
	margin-right: 0px;
}
main div.list-blog-alternate div.row {
	width: auto;
	margin-right: 0px;
}
main div.list-blog-alternate div.row:not(:last-child) {
	margin-bottom: 40px;
}
main section#blog div.inner-section {
	width: auto;
	padding-top: 140px;
}
main section#blog header {
	margin-bottom: 40px;
}

/* form
-------------------------------------------------------------------------------- */

main section.form div.inner-section {
	width: auto;
	padding-top: 140px;
}
main section.form header {
	margin-bottom: 40px;
}
main section.form div.form {
	width: auto;
}
main section.form div.mw_wp_form_preview div.form div.component-last {
	margin-bottom: 40px;
}
main section.form div.form div.component-radio div.body {
	display: block;
}
main section.form div.form div.component-radio div.body span.horizontal-item:not(:last-child) {
	margin-right: 0px;
}

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

main section#privacy-policy div.inner-section {
	width: auto;
	padding-top: 140px;
}
main section#privacy-policy header {
	margin-bottom: 40px;
}
main section#privacy-policy div.block:not(:last-child) {
	margin-bottom: 80px;
}
main section#privacy-policy div.block table th,
main section#privacy-policy div.block table td {
	padding: 5px 10px;
}
main section#privacy-policy div.block table thead th {
	padding: 5px 0px;
}
main section#privacy-policy div.block table.data th:first-child {
	width: 120px;
}
main section#privacy-policy div.block table.contact th {
	width: 120px;
	padding-right: 10px;
}



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

footer#footer {
	padding: 40px 30px 20px 30px;
}
footer#footer div.information-misc {
	display: block;
	width: auto;
}
footer#footer div.information-misc div.information {
	width: auto;
	margin-bottom: 120px;
}
footer#footer div.information-misc div.information p.logo {
	margin-bottom: 30px;
}
footer#footer div.information-misc div.information p.logo img {
	height: calc(63px * 0.75);
}
footer#footer div.information-misc div.information h3 {
	margin-bottom: 15px;
}
footer#footer div.information-misc div.information div.list,
footer#footer div.information-misc div.information div.sns {
	margin-bottom: 0px;
}
footer#footer div.information-misc div.information div.list div.row {
	display: block;
}
footer#footer div.information-misc div.information div.list div.row:not(:last-child) {
	margin-bottom: 20px;
}
footer#footer div.information-misc div.information div.list div.row h4 {
	width: auto;
	font-size: 0.875rem;
}
footer#footer div.information-misc div.information div.list div.row div.body {
	width: auto;
}
footer#footer div.information-misc div.information div.list div.row div.body div.segment {
	display: block;
}
footer#footer div.information-misc div.information div.list div.row div.body div.segment p.address {
	margin-right: 0px;
}
footer#footer div.information-misc div.information div.sns,
footer#footer div.information-misc div.information p.privacy-policy {
	display: none;
}
footer#footer div.information-misc div.misc {
	width: auto;
	padding-top: 0px;
}
footer#footer div.information-misc div.misc nav#navi-footer {
	display: none;
}
footer#footer p.image {
	width: calc(300px * 0.5);
	height: calc(300px * 0.5);
	left: auto;
	right: 15px;
}
footer#footer p.image span {
	left: -40px;
	top: 0px;
}
footer#footer p.image span i.sub {
	font-size: 0.5rem;
	line-height: 0.75rem;
}
footer#footer p.image span i.main {
	font-size: 0.625rem;
	line-height: 1rem;
}

/* --------------------------------------------------------------------------------
number_01
-------------------------------------------------------------------------------- */
