/*--------------------------------------

--------------------------------------*/
header {
	background: #fff;
}
header h1 {
	position: relative;
	z-index: 1000;
}
@media (min-width: 768px) {
	header #gnav {
		display: none;
	}
}

main#top {
	position: relative;
	z-index: 10;
	margin-top: -108px;
}
main#top h2.underline {
	display: inline-block;
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 22px;
	padding-bottom: 15px;
	color: #0055C8;
	border-bottom: 6px solid #0055C8;
	font-weight: bold;
}
@media (max-width: 767px) {
	main#top {
		margin-top: 0;
	}
	main#top h2.underline {
		font-size: 18px;
		padding-bottom: 7px;
	}
}

/*--------------------------------------
sidenav
--------------------------------------*/
#sidenav {
	position: absolute;
	top: 100vh;
	z-index: 20;
}
@media (max-width: 767px) {
	#sidenav {
		display: none;
	}
}
#sidenav ul {
	display: block;
}
#sidenav ul li {
	position: relative;
}
#sidenav ul li + li {
	margin-top: 30px;
}
#sidenav ul li a {
	padding-left: 30px;
	display: block;
	font-weight: 600;
}
#sidenav ul li a::before {
	width: 8px;
	height: 32px;
	background: #0055C8;
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: -8px;
	-webkit-transition: 0.15s;
	transition: 0.15s;
}
#sidenav ul li a:hover::before, #sidenav ul li a.current::before {
	left: 0;
}
#sidenav ul li a .ja {
	font-size: 16px;
	letter-spacing: 0.08em;
}
#sidenav ul li a .en {
	font-family: "IBM Plex Sans", sans-serif;
	display: block;
	font-size: 10px;
	letter-spacing: 0.02em;
	margin-top: -4px;
}
@media (max-width: 767px) {
	#sidenav {
		display: none;
	}
}

/*--------------------------------------
mv
--------------------------------------*/
#symbolmark {
	position: fixed;
	top: -75px;
	left: 36px;
	z-index: 12;
}
@media (max-width: 767px) {
	#symbolmark {
		display: none;
	}
}

#mv {
	padding-top: 108px;
	position: relative;
	height: 100vh;
	max-height: 1080px;
	max-width: 100vw;
	min-height: 50vw;
	z-index: 1011;
	overflow: hidden;
}
#mv .ph {
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 68px);
	height: calc(100% - 108px);
	z-index: 2;
	overflow: hidden;
}
#mv .ph figure {
	width: 100%;
	height: 100%;
	background: url(../img/mv.jpg) center center no-repeat;
	background-size: cover;
}
#mv .catch {
	position: absolute;
	right: 34px;
	top: 39px;
	height: 100px;
	width: 510px;
	height: 304px;
	z-index: 3;
}
@media (max-height: 768px) {
	#mv .catch {
		right: 83px;
	}
}
@media (min-width: 768px) and (max-width: 840px) {
	#mv .catch {
		-webkit-transform: scale(0.9);
		        transform: scale(0.9);
		-webkit-transform-origin: right top;
		        transform-origin: right top;
	}
}
#mv .catch .word {
	position: absolute;
}
#mv .catch .word_1 {
	position: absolute;
	top: 0;
	left: 0;
}
#mv .catch .word_2 {
	position: absolute;
	top: 0;
	right: 63px;
}
#mv .catch .word_3 {
	position: absolute;
	top: 0;
	right: 0;
}
#mv nav {
	position: absolute;
	z-index: 3;
	bottom: 60px;
	left: 65px;
}
#mv nav h3 {
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	opacity: 0;
}
#mv nav.on h3 {
	opacity: 1;
	-webkit-transition: opacity 0.7s 1.5s;
	transition: opacity 0.7s 1.5s;
}
#mv nav.on ul li {
	opacity: 1;
	-webkit-transition: opacity 0.7s 1.8s, -webkit-transform 0.7s 1.8s;
	transition: opacity 0.7s 1.8s, -webkit-transform 0.7s 1.8s;
	transition: opacity 0.7s 1.8s, transform 0.7s 1.8s;
	transition: opacity 0.7s 1.8s, transform 0.7s 1.8s, -webkit-transform 0.7s 1.8s;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}
#mv nav.on ul li:nth-of-type(2) {
	-webkit-transition-delay: 2.1s;
	        transition-delay: 2.1s;
}
#mv nav.on ul li:nth-of-type(3) {
	-webkit-transition-delay: 2.4s;
	        transition-delay: 2.4s;
}
#mv nav.on ul li:nth-of-type(4) {
	-webkit-transition-delay: 2.6s;
	        transition-delay: 2.6s;
}
#mv nav.on ul li:nth-of-type(5) {
	-webkit-transition-delay: 2.9s;
	        transition-delay: 2.9s;
}
#mv nav ul {
	margin-top: 20px;
}
#mv nav ul li {
	margin-top: 16px;
	opacity: 0;
	-webkit-transform: translateY(10px);
	        transform: translateY(10px);
}
#mv nav ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 17px;
	color: #fff;
	width: 400px;
	height: 46px;
	background: rgba(82, 96, 114, 0.48);
	border: 1px solid #fff;
	border-radius: 30px;
	position: relative;
}
#mv nav ul li a::before, #mv nav ul li a::after {
	width: 7px;
	height: 1px;
	background: #fff;
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 1px);
	right: 5%;
	-webkit-transform-origin: right bottom;
	        transform-origin: right bottom;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
#mv nav ul li a::after {
	-webkit-transform-origin: right top;
	        transform-origin: right top;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
#mv nav ul li a:hover {
	color: #526072;
	background: #fff;
}
#mv nav ul li a:hover::before, #mv nav ul li a:hover::after {
	background: #526072;
}
#mv .copyright {
	background: #375B80;
	height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	color: #fff;
	padding: 20px;
	position: absolute;
	bottom: -1px;
	right: 70px;
	font-size: 12px;
	font-family: "IBM Plex Sans", sans-serif;
	-webkit-transform-origin: right bottom;
	        transform-origin: right bottom;
	-webkit-transform: rotate(90deg);
	        transform: rotate(90deg);
	z-index: 1;
}
@media (max-width: 767px) {
	#mv {
		padding-top: 0px;
		position: relative;
		height: 100vh;
		height: calc(var(--mvh, 1vh) * 100);
		z-index: 1011;
		overflow: hidden;
		min-height: 550px;
	}
	#mv .ph {
		background: #fff;
		position: absolute;
		bottom: 0;
		left: 0;
		width: calc(100% - 30px);
		height: calc(100% - 84px);
		z-index: 2;
	}
	#mv .ph figure {
		background-image: url(../img/mv_sp.jpg);
	}
	#mv .catch {
		position: absolute;
		right: 0;
		top: 74px;
		height: 100px;
		width: 100vw;
		height: 250px;
		z-index: 3;
	}
	#mv .catch .word {
		position: absolute;
		top: 74px;
	}
	#mv .catch .word_1 {
		top: 0;
		left: auto;
		right: 0;
	}
	#mv .catch .word_2 {
		top: 0;
		right: 52px;
		max-width: 45.46px;
	}
	#mv .catch .word_3 {
		position: absolute;
		top: 0;
		right: 109px;
	}
	#mv .catch .word_3 img {
		width: 41px;
		height: auto;
	}
}
@media (max-width: 767px) and (max-height: 600px) {
	#mv .catch {
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
		-webkit-transform-origin: right top;
		        transform-origin: right top;
	}
}
@media (max-width: 767px) {
	#mv nav {
		position: absolute;
		z-index: 3;
		bottom: 30px;
		left: 0;
		padding: 0 50px 0 20px;
		width: 100%;
	}
	#mv nav h3 {
		font-size: 19px;
	}
	#mv nav.on h3 {
		opacity: 1;
		-webkit-transition: 1s 2.5s;
		transition: 1s 2.5s;
	}
	#mv nav.on ul li {
		opacity: 1;
		-webkit-transition: 1s 2.8s;
		transition: 1s 2.8s;
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	#mv nav.on ul li:nth-of-type(2) {
		-webkit-transition-delay: 3.1s;
		        transition-delay: 3.1s;
	}
	#mv nav.on ul li:nth-of-type(3) {
		-webkit-transition-delay: 3.4s;
		        transition-delay: 3.4s;
	}
	#mv nav.on ul li:nth-of-type(4) {
		-webkit-transition-delay: 3.6s;
		        transition-delay: 3.6s;
	}
	#mv nav.on ul li:nth-of-type(5) {
		-webkit-transition-delay: 3.9s;
		        transition-delay: 3.9s;
	}
	#mv nav ul {
		margin-top: 20px;
	}
	#mv nav ul li {
		margin-top: 9px;
		opacity: 0;
		-webkit-transform: translateY(10px);
		        transform: translateY(10px);
		display: block;
	}
	#mv nav ul li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-size: 14px;
		width: auto;
		height: 42px;
	}
	#mv nav ul li a .narrow {
		letter-spacing: -0.11em;
	}
}
@media (max-width: 767px) {
	#mv .copyright {
		background: #375B80 url(../img/copyright.svg) calc(50% + 5px) center no-repeat;
		height: 290px;
		position: absolute;
		bottom: 0px;
		right: 0px;
		-webkit-transform: rotate(0);
		        transform: rotate(0);
		z-index: 1;
		font-size: 0;
	}
}

/*--------------------------------------
message
--------------------------------------*/
#message {
	margin: 90px auto 120px;
	padding-bottom: 80px;
}
#message .inner {
	width: 100%;
	max-width: 1366px;
	padding-left: 187px;
	position: relative;
}
#message figure {
	margin-left: 0;
}
#message figure img {
	max-width: 736px;
}
#message .txt {
	background: rgba(75, 129, 131, 0.96);
	position: absolute;
	bottom: -80px;
	right: 0;
	padding: 80px 90px;
	color: #fff;
}
#message .txt h2 {
	font-size: 16px;
	font-family: "IBM Plex Sans", sans-serif;
}
#message .txt h3 {
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.11em;
	margin: 20px auto 30px;
	line-height: 1.4375;
}
#message .txt p {
	color: #fff;
	width: 472px;
}
@media (max-width: 767px) {
	#message {
		margin: auto;
		padding: 74px 0 0;
		padding-bottom: 0px;
	}
	#message .inner {
		width: auto;
		padding-left: 0;
		padding-right: 0;
		position: relative;
	}
	#message figure {
		margin-left: auto;
		margin-right: 28px;
	}
	#message figure img {
		max-width: 100%;
	}
	#message .txt {
		position: relative;
		top: auto;
		bottom: auto;
		right: auto;
		left: auto;
		width: auto;
		padding: 50px 28px 50px 40px;
		margin-top: -45px;
		margin-left: 28px;
	}
	#message .txt h2 {
		font-size: 14px;
	}
	#message .txt h3 {
		font-size: 24px;
		margin: 20px auto 20px;
	}
	#message .txt p {
		width: auto;
	}
}

/*--------------------------------------
business
--------------------------------------*/
section#business {
	padding: 80px 0 80px;
}
section#business .inner {
	margin: auto;
	width: 100%;
	max-width: 1366px;
	padding-left: 187px;
	position: relative;
}
section#business .inner::before {
	width: 500px;
	height: 360px;
	content: "";
	display: block;
	background: url(../img/symbolmark.svg) left top no-repeat;
	top: -140px;
	left: calc(50% + 270px);
	position: absolute;
	z-index: -1;
}
section#business .hgroup_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 992px;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
@media (min-width: 768px) {
	section#business .hgroup_wrapper .hgroup_top {
		width: 896px;
	}
}
section#business .hgroup_wrapper .hgroup_top .lead {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px;
	max-width: 992px;
}
section#business .hgroup_wrapper .hgroup_top .lead h3 {
	white-space: nowrap;
	font-size: 30px;
	font-weight: bold;
	padding-right: 40px;
}
section#business .hgroup_wrapper .hgroup_top .lead p {
	padding-right: 30px;
}
section#business .system {
	margin-top: 70px;
	max-width: 992px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
section#business .system .block {
	width: 100%;
	max-width: 992px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	position: relative;
}
section#business .system .block + .block {
	margin-top: 100px;
}
section#business .system .block h4.bg {
	position: absolute;
	bottom: 0;
	right: calc(50% - 640px);
	font-size: 70px;
	line-height: 0.8285714286;
	color: #F2F2F2;
	font-weight: bold;
	letter-spacing: normal;
}
section#business .system .block h3 {
	height: 230px;
	background: url(../img/bisuness_1_ph.jpg);
	padding-left: 96px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	max-width: 992px;
	width: 100%;
}
section#business .system .block h3 span.icon {
	height: 60px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 85px;
}
section#business .system .block .main {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 896px;
}
section#business .system .block .main .hgroup {
	width: 48%;
	border-right: 1px solid #D5D5D5;
	padding-right: 50px;
}
section#business .system .block .main .hgroup h4 {
	color: #3E6184;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.3846153846;
}
section#business .system .block .main .hgroup p.lead {
	font-weight: bold;
	color: #495057;
	margin-top: 20px;
}
section#business .system .block .main .area {
	width: 52%;
	padding-left: 50px;
}
@media (min-width: 768px) and (max-width: 1180px) {
	section#business .system .block .main .area {
		padding-right: 30px;
	}
}
section#business .system .block .main .area h5 {
	color: #3E6184;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
section#business .system .block .main .area ul.regular li + li {
	margin-top: 5px;
}
section#business .system .block .main .area ul.regular li::before {
	background: #3E6184;
}
section#business .system .block.embed h3 {
	background: url(../img/bisuness_2_ph.jpg);
}
section#business .system .block.embed .main .hgroup h4 {
	color: #AD8938;
}
section#business .system .block.embed .main .hgroup p.lead {
	color: inherit;
}
section#business .system .block.embed .area h5 {
	color: #AD8938;
}
section#business .system .block.embed .area ul.regular li::before {
	background: #AD8938;
}
section#business .system .block.network h3 {
	background: url(../img/bisuness_3_ph.jpg);
}
section#business .system .block.network .main .hgroup h4 {
	color: #46887E;
}
section#business .system .block.network .main .hgroup p.lead {
	color: inherit;
}
section#business .system .block.network .area h5 {
	color: #46887E;
}
section#business .system .block.network .area ul.regular li::before {
	background: #46887E;
}
@media (max-width: 767px) {
	section#business {
		padding: 100px 0 0;
	}
	section#business .inner {
		width: auto;
		padding-left: 28px;
		padding-right: 28px;
	}
	section#business .inner::before {
		width: 271px;
		height: 196px;
		top: -80px;
		left: calc(50% - 40px);
		background-size: contain;
	}
	section#business .hgroup_top {
		width: 100%;
	}
	section#business .hgroup_top .lead {
		display: block !important;
		margin-top: 30px;
	}
	section#business .hgroup_top .lead h3 {
		font-size: 24px;
		padding-right: 0px;
		margin-bottom: 15px;
	}
	section#business .system {
		margin-top: 40px;
	}
	section#business .system .block + .block {
		margin-top: 70px;
	}
	section#business .system .block h4.bg {
		display: none;
	}
	section#business .system .block h3 {
		width: 100vw;
		height: 160px;
		background: url(../img/bisuness_1_ph_sp.jpg);
		background-size: cover;
		margin: auto -28px;
		padding-left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		font-size: 22px;
	}
	section#business .system .block h3 span.icon {
		height: 40px;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		width: 50px;
	}
	section#business .system .block h3 span.icon img {
		height: 40px;
		width: auto;
	}
	section#business .system .block .main {
		margin-top: 40px;
		display: block;
	}
	section#business .system .block .main .hgroup {
		width: auto;
		padding-bottom: 35px;
		border-right: none;
		border-bottom: 1px solid #D5D5D5;
		padding-right: 0;
	}
	section#business .system .block .main .hgroup h4 {
		font-size: 22px;
	}
	section#business .system .block .main .hgroup p.lead {
		margin-top: 15px;
	}
	section#business .system .block .main .area {
		width: auto;
		padding-left: 0;
		margin-top: 20px;
	}
	section#business .system .block .main .area h5 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	section#business .system .block .main .area ul.regular li + li {
		margin-top: 3px;
	}
	section#business .system .block.embed h3 {
		background-image: url(../img/bisuness_2_ph_sp.jpg);
	}
	section#business .system .block.network h3 {
		background-image: url(../img/bisuness_3_ph.jpg);
	}
}

/*--------------------------------------
#company
--------------------------------------*/
section#company {
	padding: 80px 0;
	position: relative;
	z-index: 2;
	max-width: 1174px;
	width: 100%;
	margin: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	padding-left: 187px;
}
section#company .inner {
	width: 100%;
	max-width: 987px;
	margin: 0;
}
section#company::after {
	width: 100vw;
	height: calc(100% - 340px);
	content: "";
	display: block;
	background: #F3F5FB;
	position: absolute;
	bottom: 0;
	left: calc(50% - 50vw);
	z-index: -1;
}
section#company h2 {
	margin-bottom: 25px;
}
section#company .lead h3 {
	color: #495057;
	font-size: 30px;
	line-height: 1.4666666667;
	text-align: center;
	font-weight: bold;
}
section#company .lead p {
	max-width: 520px;
	margin: 40px auto;
}
section#company figure.main {
	margin-top: 50px;
}
section#company div.group {
	margin-top: 80px;
}
section#company div.group h3 {
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 28px;
	color: #0055C8;
	font-weight: bold;
}
section#company div.group ul {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
section#company div.group ul li {
	width: 47.2137791287%;
}
section#company div.group ul li:nth-of-type(even) {
	margin-left: 5.5%;
}
section#company div.group ul li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	height: 80px;
	border-bottom: 1px solid #707070;
	font-size: 17px;
	padding-right: 20px;
}
section#company div.group ul li a::before, section#company div.group ul li a::after {
	width: 7px;
	height: 2px;
	background: #526072;
	content: "";
	display: block;
	position: absolute;
	top: calc(50% - 1px);
	right: 5%;
	-webkit-transform-origin: right bottom;
	        transform-origin: right bottom;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
section#company div.group ul li a::after {
	-webkit-transform-origin: right top;
	        transform-origin: right top;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
section#company div.group ul li a:hover::before, section#company div.group ul li a:hover::after {
	right: 3%;
}
section#company div.policy {
	margin-top: 80px;
	background: #E1E3EA;
	padding: 70px 90px 70px 70px;
	border-radius: 6px;
}
section#company div.policy div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
section#company div.policy div + div {
	margin-top: 60px;
}
section#company div.policy div h4 {
	width: 160px;
	border-right: 1px solid #8094AF;
	font-size: 18px;
	font-weight: bold;
}
section#company div.policy div h4 + * {
	width: calc(100% - 160px);
	padding-left: 60px;
}
@media (min-width: 768px) and (max-width: 1180px) {
	section#company div.policy div h4 {
		width: 16%;
		min-width: 100px;
	}
	section#company div.policy div h4 + * {
		width: 84%;
		max-width: calc(100% - 100px);
		padding-left: 5%;
	}
}
section#company div.policy div dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
section#company div.policy div dl dt:nth-of-type(n + 2), section#company div.policy div dl dd:nth-of-type(n + 2) {
	margin-top: 0.5em;
}
section#company div.policy div dl dt {
	width: 5em;
}
section#company div.policy div dl dd {
	width: calc(100% - 5em);
}
@media (min-width: 768px) and (max-width: 1180px) {
	section#company div.history {
		padding-right: 30px;
	}
}
section#company div.history .timeline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
section#company div.history .timeline dl {
	width: 46%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	font-size: 15px;
}
section#company div.history .timeline dl dt {
	width: 6em;
}
section#company div.history .timeline dl dd {
	width: calc(100% - 6em);
}
@media (min-width: 768px) and (max-width: 1180px) {
	section#company div.office {
		padding-right: 30px;
	}
}
section#company div.office ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
section#company div.office ul .block.large {
	width: 47.7203647416%;
}
section#company div.office ul .block.large iframe {
	width: 100%;
	height: 299px;
}
section#company div.office ul .block.small {
	margin-top: 60px;
	width: 31.3069908815%;
}
section#company div.office ul .block.small p.address {
	min-height: 6em;
}
section#company div.office ul .block.small iframe {
	width: 100%;
	height: 196px;
}
section#company div.office ul .block h4 {
	font-size: 20px;
	font-weight: bold;
}
section#company div.office ul .block p.address {
	font-size: 16px;
	line-height: 1.875;
}
section#company div.office ul .block p.traffic {
	font-size: 14px;
	margin-top: 5px;
	line-height: 1.3125;
}
@media (max-width: 767px) {
	section#company {
		padding: 80px 0 80px;
		position: relative;
		z-index: 2;
	}
	section#company .inner {
		width: auto;
		padding-left: 0;
	}
	section#company::after {
		height: calc(100% - 420px);
	}
	section#company .hgroup {
		padding: 0 28px;
	}
	section#company h2 {
		margin-bottom: 25px;
	}
	section#company .lead h3 {
		font-size: 24px;
		text-align: left;
	}
	section#company .lead p {
		max-width: 10000px;
		margin: 10px auto;
	}
	section#company figure.main {
		margin-top: 30px;
	}
	section#company div.group {
		margin-top: 50px;
		padding: 0 28px;
	}
	section#company div.group h3 {
		font-size: 20px;
	}
	section#company div.group ul {
		margin-top: 10px;
		display: block;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	section#company div.group ul li {
		width: auto;
	}
	section#company div.group ul li:nth-of-type(even) {
		margin-left: 0;
	}
	section#company div.group ul li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		position: relative;
		height: 60px;
		font-size: 16px;
		padding-right: 30px;
		line-height: 1.2;
	}
	section#company div.group ul li a .narrow {
		letter-spacing: -0.1em;
	}
	section#company div.policy {
		margin-top: 50px;
		padding: 40px 28px 40px 28px;
		margin-left: 28px;
	}
	section#company div.policy div {
		display: block;
	}
	section#company div.policy div + div {
		padding-top: 30px;
		border-top: 1px solid #8094AF;
		margin-top: 30px;
	}
	section#company div.policy div h4 {
		width: auto;
		border-right: none;
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	section#company div.policy div h4 + * {
		width: auto;
		padding-left: 0;
	}
	section#company div.policy div dl {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	section#company div.policy div dl dt, section#company div.policy div dl dd {
		line-height: 1.6666666667;
	}
	section#company div.policy div dl dt:nth-of-type(n + 2), section#company div.policy div dl dd:nth-of-type(n + 2) {
		margin-top: 0.5em;
	}
	section#company div.policy div dl dt {
		width: 5em;
	}
	section#company div.policy div dl dd {
		width: calc(100% - 5em);
	}
	section#company div.policy div ul li {
		line-height: 1.6666666667;
	}
	section#company div.history {
		padding: 0 28px;
	}
	section#company div.history .timeline {
		display: block;
	}
	section#company div.history .timeline dl {
		width: auto;
		font-size: 14px;
	}
	section#company div.history .timeline dl dt {
		width: 6em;
	}
	section#company div.history .timeline dl dd {
		width: calc(100% - 6em);
	}
	section#company div.office {
		padding: 0 28px;
	}
	section#company div.office ul {
		display: block;
	}
	section#company div.office ul .block.large {
		margin-top: 40px;
		width: auto;
	}
	section#company div.office ul .block.large:first-of-type {
		margin-top: 0;
	}
	section#company div.office ul .block.large iframe {
		width: 100%;
		height: 200px;
	}
	section#company div.office ul .block.small {
		margin-top: 40px;
		width: auto;
	}
	section#company div.office ul .block.small p.address {
		min-height: 1em;
	}
	section#company div.office ul .block.small iframe {
		width: 100%;
		height: 150px;
	}
	section#company div.office ul .block h4 {
		font-size: 18px;
		margin-top: 10px;
	}
	section#company div.office ul .block p.address {
		font-size: 14px;
		line-height: 1.5714285714;
	}
	section#company div.office ul .block p.traffic {
		font-size: 14px;
		line-height: 1.5714285714;
	}
}

/*--------------------------------------
#contact
--------------------------------------*/
a#contact_anchor {
	position: relative;
	top: -20vh;
}

section#contact {
	padding: 80px 0;
}
section#contact .inner {
	width: 1174px;
	padding-left: 187px;
}
section#contact h2 {
	margin-bottom: 25px;
}

@media (max-width: 767px) {
	a#contact_anchor {
		position: relative;
		top: -50vh;
	}

	section#contact {
		padding: 40px 0;
	}
	section#contact .inner {
		width: auto;
		padding: 0 28px;
	}
	section#contact h2 {
		margin-bottom: 15px;
	}
}
.grmask {
	-webkit-mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(transparent), color-stop(black), to(black));
	-webkit-mask-image: linear-gradient(to right, transparent, transparent, black, black);
	        mask-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(transparent), color-stop(black), to(black));
	        mask-image: linear-gradient(to right, transparent, transparent, black, black);
	-webkit-mask-size: 300%;
	        mask-size: 300%;
	-webkit-mask-position: 0%;
	        mask-position: 0%;
	-webkit-transform: translateY(20px);
	        transform: translateY(20px);
	opacity: 0;
}
.grmask.on {
	-webkit-mask-position: 100%;
	        mask-position: 100%;
	-webkit-transition: opacity 1s, -webkit-mask-position 1s, -webkit-transform 1s;
	transition: opacity 1s, -webkit-mask-position 1s, -webkit-transform 1s;
	transition: mask-position 1s, transform 1s, opacity 1s;
	transition: mask-position 1s, transform 1s, opacity 1s, -webkit-mask-position 1s, -webkit-transform 1s;
	-webkit-transform: translateY(0px);
	        transform: translateY(0px);
	opacity: 1;
}

.grmask_rev {
	-webkit-mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(49.99999999%, black), color-stop(50%, transparent));
	-webkit-mask-image: linear-gradient(to right, black, black 49.99999999%, transparent 50%);
	        mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(49.99999999%, black), color-stop(50%, transparent));
	        mask-image: linear-gradient(to right, black, black 49.99999999%, transparent 50%);
	-webkit-mask-size: 200%;
	        mask-size: 200%;
	-webkit-mask-position: 100%;
	        mask-position: 100%;
	opacity: 1;
}
.grmask_rev.on {
	-webkit-mask-position: 0%;
	        mask-position: 0%;
	-webkit-transition: opacity 1.2s cubic-bezier(0.17, 0.935, 0.305, 1), -webkit-mask-position 1.2s cubic-bezier(0.17, 0.935, 0.305, 1);
	transition: opacity 1.2s cubic-bezier(0.17, 0.935, 0.305, 1), -webkit-mask-position 1.2s cubic-bezier(0.17, 0.935, 0.305, 1);
	transition: mask-position 1.2s cubic-bezier(0.17, 0.935, 0.305, 1), opacity 1.2s cubic-bezier(0.17, 0.935, 0.305, 1);
	transition: mask-position 1.2s cubic-bezier(0.17, 0.935, 0.305, 1), opacity 1.2s cubic-bezier(0.17, 0.935, 0.305, 1), -webkit-mask-position 1.2s cubic-bezier(0.17, 0.935, 0.305, 1);
	opacity: 1;
}

.grmask_rev_v {
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(49.99999999%, black), color-stop(50%, transparent));
	-webkit-mask-image: linear-gradient(to bottom, black, black 49.99999999%, transparent 50%);
	        mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(49.99999999%, black), color-stop(50%, transparent));
	        mask-image: linear-gradient(to bottom, black, black 49.99999999%, transparent 50%);
	-webkit-mask-size: 200% 200%;
	        mask-size: 200% 200%;
	-webkit-mask-position: 100% 100%;
	        mask-position: 100% 100%;
	opacity: 1;
}
.grmask_rev_v.on {
	-webkit-mask-position: 0% 0%;
	        mask-position: 0% 0%;
	-webkit-transition: opacity 1.2s cubic-bezier(0.17, 0.935, 0.305, 1), -webkit-mask-position 1.2s cubic-bezier(0.17, 0.935, 0.305, 1);
	transition: opacity 1.2s cubic-bezier(0.17, 0.935, 0.305, 1), -webkit-mask-position 1.2s cubic-bezier(0.17, 0.935, 0.305, 1);
	transition: mask-position 1.2s cubic-bezier(0.17, 0.935, 0.305, 1), opacity 1.2s cubic-bezier(0.17, 0.935, 0.305, 1);
	transition: mask-position 1.2s cubic-bezier(0.17, 0.935, 0.305, 1), opacity 1.2s cubic-bezier(0.17, 0.935, 0.305, 1), -webkit-mask-position 1.2s cubic-bezier(0.17, 0.935, 0.305, 1);
	opacity: 1;
}

.grmask_v {
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(black), to(black));
	-webkit-mask-image: linear-gradient(to bottom, transparent, transparent, black, black);
	        mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), color-stop(black), to(black));
	        mask-image: linear-gradient(to bottom, transparent, transparent, black, black);
	-webkit-mask-size: 300% 300%;
	        mask-size: 300% 300%;
	-webkit-mask-position: 0% 0%;
	        mask-position: 0% 0%;
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
	opacity: 0;
}
.grmask_v.on {
	-webkit-mask-position: 100% 100%;
	        mask-position: 100% 100%;
	-webkit-transform: scale(1);
	        transform: scale(1);
	opacity: 1;
	-webkit-transition: opacity 3s, -webkit-mask-position 3s, -webkit-transform 3s;
	transition: opacity 3s, -webkit-mask-position 3s, -webkit-transform 3s;
	transition: mask-position 3s, transform 3s, opacity 3s;
	transition: mask-position 3s, transform 3s, opacity 3s, -webkit-mask-position 3s, -webkit-transform 3s;
}
/*# sourceMappingURL=style.css.map */