/*

Common

Main Color: #
Sub Color #

*/

html {
	font-size: 18px !important;
}
body {
	position: relative;
	width: 100%;
	height: 100vh;
	/* font-family: 'Noto Serif JP',"游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","小塚明朝R","小塚明朝 std R","Kozuka Mincho std","HGS明朝E","ＭＳ Ｐ明朝",serif; */
	font-family: 'Noto Serif JP', serif;
	font-size: 14px !important;
	font-weight: 400;
	font-feature-settings: 'palt';
	letter-spacing: 0.05em;
	line-height: 1.9em;
	color: #53534e;
	background: #FFF;
}
::selection {
	background: #ADB2BF;
}
::-moz-selection {
	background: #ADB2BF;
}
a {
	color: #434246 !important;
	text-decoration: none;
}
a:hover {
	color: #434246 !important;
	text-decoration: underline;
}
.inner {
	position: relative;
	margin: 0 auto;
	padding: 0 40px;
	max-width: 780px;
	min-width: 700px;
	width: auto;
	box-sizing: border-box;
}
.inner.wider {
	padding: 0 50px;
	max-width: 100%;
	width: 100%;
}
.inset {
	max-width: 70%;
	width: 70%;
}
.section {
	position: relative;
	margin: 0 auto 6em auto;
	margin: 0 auto 14em auto;
}
.main {
	width: 66%;	
}
.side {
	width: 22%;
}

h2.title {
	margin-bottom: 5rem;
	font-size: 2.3em;
	font-weight: 500;
}
h3.title {
	margin-bottom: 1.5em;
	font-size: 1.42em !important;
	font-weight: 500 !important;
	line-height: 1.5em;
	letter-spacing: 0.14em;
}
h4.lead {
	margin-bottom: 1.35em;
	font-size: 1.42em !important;
	font-weight: 500 !important;
	letter-spacing: 0.14em;
}
h5.title {
	margin-bottom: 1em;
	font-size: 1.05em;
	font-weight: 500;
}
h4.message_title {
	margin-bottom: 1.5em;
	font-size: 1.6em;
	font-weight: 500 !important;
	line-height: 1.5em;
}
.summary p,
p.summary {
	font-size: 1.2em !important;
	line-height: 2.2em !important;
}
strong {
	font-weight: 500 !important;
}
img {
	width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	-ms-interpolation-mode: nearest-neighbor;
}
svg {
	width: 100%;
	height: auto;
}
.astarisc {
	margin-left: 0.3em;
	color: #888;
}
hr {
	display: block;
	margin-bottom: 2.5em;
	height: 1px;
	border: 0;
	background: #DDD;
}
.only_pc {
	display: block;
}
.only_mobile {
	display: none;
}
.webfont {
}
.webfont.condense {
}
.webfont.serif {
}
.webfont.hand {
}
.thin {
	font-weight: 300 !important;
}
.thinner {
	font-weight: 100 !important;
}
.bold {
	font-weight: 500 !important;
}
.bolder {
	font-weight: 700 !important;
}
.italic {
	font-style: italic !important;
}
.serif {
	font-family: 'Noto Serif JP',"游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","小塚明朝R","小塚明朝 std R","Kozuka Mincho std","HGS明朝E","ＭＳ Ｐ明朝",serif;
}
.sans {
	font-family: 'Noto Sans JP',"游ゴシック体","Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"MS Pゴシック","MS PGothic",sans-serif;
}
.centering {
	text-align: center !important;
}
.hide {
	display: none !important;
}
p.note,
.note li {
	clear: both;
	margin-top: 1.5rem;
	font-size: 0.9em !important;
	color: #888;
}
.i_before {
	margin-right: 0.8em;
}
.i_after {
	margin-left: 0.8em;
}
.square {
	font-size: 0.7em;
	line-height: 1em;
	vertical-align: super;
}
p.empty {
	padding: 8em 0;
	text-align: center;
	color: #DDD;
	font-size: 1.1em;
}
.link {
	margin: 3em 0;
}
.link a {
	display: inline-block;
	padding: 1.2em 6em 1.2em 1.2em;
	text-align: center;
	border: solid 1px #787878;
		-o-border-radius: 50px;
		-ms-border-radius: 50px;
		-moz-border-radius: 50px;
		-webkit-border-radius: 50px;
	border-radius: 4px;
		-o-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	text-decoration: none;
	box-sizing: border-box;
}
.link a {
	display: inline-block;
	position: relative;
	padding: 1.2em 5.4em 1.2em 1.2em;
	text-align: center;
	border: solid 1px #787878;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	border-radius: 5px;
		-o-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		-moz-transition: all 200ms linear;
		-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	text-decoration: none;
	box-sizing: border-box;
}
.link a:after {
	position: absolute;
	right: 0.5em;
	top: 1.2em;
	content: '';
	width: 30px;
	height: 30px;
	background: url(../images/common/icon_link.png) no-repeat center center / 30px;
}
.link a:hover:after {
		-o-animation: moving 500ms ease-in-out;
		-ms-animation: moving 500ms ease-in-out;
		-moz-animation: moving 500ms ease-in-out;
		-webkit-animation: moving 500ms ease-in-out;
	animation: moving 500ms ease-in-out;
}
@keyframes moving {
	0% {
		right: 0.5em;
	}
	50% {
		right: 1em;
	}
	100% {
		right: 0.5em;
	}
}
.fading {
	padding-top: 24px;
		filter: alpha(opacity=0);
		-moz-opacity: 0;
	opacity: 0;
}
.floating {
	width: 47.5%;
}
.floating:nth-of-type(odd) {
	float: left;
}
.floating:nth-of-type(even) {
	float: right;
}
.clear {
	clear: both !important;
}
.text p:last-of-type {
	margin-bottom: 1em;
}
.heading {
	text-align: center;
}
.heading .text {
	margin-bottom: 5rem;
	font-size: 1.5em;
	text-align: left;
}


/** Switch **/

#menu_switch {
	display: none;
	position: fixed;
	right: 50px;
	top: 50px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent !important;
	z-index: 20000;
	transition: all 300ms ease-in;
}
#menu_switch:hover {
	opacity: 0.3;
	transition: all 200ms ease-in;
}
#menu_switch.fadein {
	animation: fadein 250ms 1 ease-in-out forwards;
}
#menu_switch.fadeout {
	animation: fadeout 250ms 1 ease-in-out forwards;
}
@keyframes fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeiout {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
#menu_switch p {
	position: relative;
	width: 38px;
	height: 50px;
}
.switch_bar {
	display: block;
	position: absolute;
	top: 0;
	width: 2px;
	background: #000;
	transition: all 200ms linear;
}
#menu_switch #switch_left {
	left: 0;
}
#menu_switch #switch_middle {
	left: 18px;
}
#menu_switch #switch_right {
	right: 0;
}
#menu_switch #switch_left.switch_bar {
	height: 50px;
}
#menu_switch #switch_middle.switch_bar {
	height: 40px;
}
#menu_switch #switch_right.switch_bar {
	height: 30px;
}
.expanded #menu_switch #switch_left {
	left: 50%;
	transform: rotate(47deg) translateX(-50%);
	transition: all 200ms ease-in;
}
.expanded #menu_switch #switch_right {
	left: 50%;
	height: 100%;
	transform: rotate(-47deg) translateX(-50%);
	transition: all 200ms ease-in;
}


/** More_button **/
.more_button p {
	text-align: right;
}
.more_button p a {
	position: relative;
}
.more_button p a::before {
	content: '　';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	left: -70px;
	width: 60px;
	height: 60px;
	background: url(../images/common/arrow_icon.png) no-repeat center center / contain;
}


/* Sp_button */

#header_sp_button {
	position: fixed;
	padding: 1.5em;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fedc5e;
	font-size: 1.5em;
	letter-spacing: 0.2em;
	font-weight: bold;
	text-align: center;
	z-index: 20000;
}


/** Post **/

.post p {
	margin-bottom: 1em;
}
.post ol {
	margin: 2em 0 !important;
}
.post li {
	list-style-position: inside !important;
	list-style: decimal;
}
.post ul {
	margin: 2em 0 !important;
}
.post a {
	text-decoration: underline;
}
.post ul li {
	list-style: disc;
	list-style-position: inside !important;
}
.post img {
		filter: alpha(opacity=0);
		-moz-opacity: 0;
	opacity: 0;
}
.post img.fit {
	width: 100% !important;
	height: auto;
}
.post img.nonfit {
	width: auto;
	height: auto;
}
.post b,
.post strong {
	font-weight: bold;
}
.post em {
	font-style: italic;
}
.post .issue_image {
	margin: 1em 0;
}


/** Paging **/

#paging {
	clear: both;
	margin-top: 2em;
}
#paging ul {
	position: relative;
	float: left;
	left: 50%;
}
#paging_next {
	float: right;
}
#paging_prev {
	float: left;
}
#paging li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0 0.6em;
	overflow: hidden;
}
#paging li a {
	display: block;
	padding: 0.3em 1.2em;
	text-align: center;
	font-weight: 500;
	font-size: 1.1em;
	color: #000 !important;
	text-decoration: none !important;
	background: #FFF;
}
#paging li.active a {
	color: #FFF !important;
	background: #000;
}
#paging .prev {
	width: 30px;
	height: 30px;
	background: url(../images/common/arrow_icon_prev.png) no-repeat center / cover;
}
#paging .next {
	width: 30px;
	height: 30px;
	background: url(../images/common/arrow_icon_next.png) no-repeat center / cover;
}


/* Header */

#header {
	position: relative;
	height: 100vh;
	min-height: 600px;
	margin-bottom: 6.8em;
	-o-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-webkit-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
	z-index: 10000;
}
#header h1#header_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80px;
	height: 333px;
	transition: all 250ms linear;
	z-index: 100000;
	overflow: hidden;
}
#header h1#header_logo span {
	display: block;
}
#header h1#header_logo img {
	display: block;
	margin-top: -10px;
	opacity: 0;
	width: 100%;
}
#header h1#header_logo #logo_wo {
	width: 80px;
	height: 107px;
}
#header h1#header_logo #logo_amu {
	width: 80px;
	height: 193px;
}
#header h1#header_logo #logo_en {
	width: 80px;
	height: 33px;
}
#header #menu {
	position: fixed;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
}
#header .menu_inner {
	position: relative;
}
#menu_global {
	opacity: 0;
}
#menu_global li {
	margin-bottom: 2.3em;
}
#menu_global li a {
	display: block;
	letter-spacing: 0.1em;
	line-height: 1em;
		-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-decoration: none;
	transition: all 300ms ease-in;
}
#menu_global li a:hover {
	opacity: 0.5;
	transition: all 200ms ease-in;
}
#menu_top a {
	width: 1em;
}
#menu_global.fadein {
	animation: fadein 250ms 1 ease-in-out forwards;
}
#menu_global.fadeout {
	animation: fadeout 250ms 1 ease-in-out forwards;
}
@keyframes fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeiout {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}



/* Home */

h3.title {
	position: absolute;
	top: 0;
	left: 40px;
	padding: 0 0.7em;
	height: 100%;
	line-height: 1em;
	letter-spacing: 0.3em;
	border-left: 1px solid #c6cccc;
	border-right: 1px solid #c6cccc;
		-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.content {
	padding-left: 6.5em;
	padding-left: 7em;
}

/** Business **/

#home_business_chart {
	margin-bottom: 3.7em;
}
.home_business_do {
	float: left;
	position: relative;
	width: 27.5%;
	background: #f0f4f4;
	border-radius: 50%;
}
.home_business_do:nth-of-type(2n) {
	margin: 0 8.75%;
}
.home_business_do h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}
.home_business_do br {
	display: none;
	width: 0;
}


/** Work **/

#home_works h4.lead + p {
	margin-bottom: 7em;
}
.home_work:not(:last-of-type) {
	padding-bottom: 2.8em;
	margin-bottom: 2.8em;
	border-bottom: 1px dotted #c6cccc;
}
.home_work h5 {
	margin-bottom: 1.8em;
	font-size: 1.1em;
	font-size: 1.15em;
}
.home_work h5 .label {
	color: #bfcaca;
}

/** Profile **/

.home_profile_image {
	display: block;
	margin: 0 auto 1.5em auto;
	width: 280px;
	width: 230px;
}
.home_profile_name {
	display: block;
	margin-bottom: 0.3em;
	font-size: 1.42em;
}
.home_profile_kana {
	display: block;
	font-size: 0.85em;
}
#home_profile .content h4 {
	margin-bottom: 1em;
}
#home_profile .content h5 {
	margin-bottom: 3em;
}
#home_profile .content h5 {
	margin-bottom: 3em;
}
#home_profile .content p:not(:last-of-type) {
	margin-bottom: 1em;
}
#home_profile .content h5 br {
	display: block !important
}


/** Contact **/

#home_contact .content {
	position: relative;
}
#home_contact .content > h4 {
	margin-bottom: 4.4em;
}
#home_contact .content > h4 span {
	display: block;
	font-size: 0.85em;
}
#home_contact #form {
	margin-bottom: 5.7em;
}
#sent {
	width: 142%;
	margin-left: -21%;
}
#sent h3.title {
	position: relative;
	padding: 0;
	padding-bottom: 1em;
	left: 0;
	border: none !important;
	-ms-writing-mode: inherit;
	writing-mode: inherit;
}
#sent h3.title::before {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 50px;
	height: 1px;
	background: #c6cccc;
}
.sent_comment {
	padding: 3em 3em 2em;
	background: #f0f4f4;
	border-radius: 8px;
}
.sent_comment p {
	margin-bottom: 1em;
}
#privacy {
	margin: 0 auto;
	width: 70%;
}
#privacy h4 {
	margin-bottom: 1em;
}
#privacy p {
	font-size: 0.85em;
	letter-spacing: 0.01em;
	line-height: 1.7em;
}


/* Footer */

#footer .inner {
	position: relative;
	padding: 56px 30px;
	padding: 56px 40px;
	max-width: 100%;
}


/* Lightslider */

.lSSlideOuter .lSPager.lSpg > li a {
	background-color: #C3C0B6 !important;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
	background-color: #434246 !important;
}


#home_summary h2 {
	margin-bottom: 1.5em;
	font-size: 1.62em !important;
	font-weight: 500 !important;
	line-height: 2.1em;
	letter-spacing: 0.14em;
}
#home_summary p {
	margin-bottom: 1.75em;
}



@media screen and (max-width: 854px) {
	
	.inner {
		margin-right: 30px;
	}
	
}
