/* View Small */

html {
	min-height: 100vh;
	font-size: 26px !important;
}
body {
	min-width: 750px;
	min-height: 100vh;
	font-size: 26px !important;
}
.inner {
	padding: 0 50px;
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}
.section {
	margin-bottom: 9.5em;
}

h3.title {
    position: relative;
    left: 0;
    padding: 0.5em 0;
	margin-bottom: 1.9em;
	font-size: 1.15em !important;
    text-align: center;
    border-top: 1px solid #c6cccc;
    border-bottom: 1px solid #c6cccc;
    border-left: none;
    border-right: none;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
}
h4.lead {
    font-size: 1.15em !important;
}
.content {
    padding-left: 0;
}
.only_pc {
	display: none;
}
.only_mobile {
	display: block;
}

/* Header */

#header {
	height: 100vh;
    min-height: 860px;
    max-height: 1200px;
}
#header h1#header_logo {
	width: 130px;
	height: 539px;
}
#header h1#header_logo #logo_wo {
	width: 130px;
	height: 173px;
}
#header h1#header_logo #logo_amu {
	width: 130px;
	height: 313px;
}
#header h1#header_logo #logo_en {
	width: 130px;
	height: 53px;
}


#menu_switch {
	display: block;
	opacity: 0;
}
#header #menu {
    position: fixed;
    top: 0;
    right: 0;
    transform: translateY(0);
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 100000;
}
#menu_global {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
	width: max-content;
}
#menu {
	display: none;
}
#menu_global li {
    float: right;
    margin-bottom: 0;
	font-size: 1.23em;
}
#menu_global li:not(:last-of-type) {
    margin-left: 3em;
}


/* Summary */

#home_summary h2 {
    font-size: 1.3em !important;
	line-height: 1.65em;
}


/* Business */

#home_business_chart {
    margin-bottom: 2.7em;
}
.home_business_do {
    width: 30%;
}
.home_business_do:nth-of-type(2n) {
    margin: 0 5%;
}
.home_business_do h3 {
    font-size: 0.92em;
	line-height: 1.6em;
}
.home_business_do br {
	display: block;
}


/* Works */

.home_work:not(:last-of-type) {
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
}
.home_work h5 {
	margin-bottom: 1em;
}


/* Profile */

#home_profile .content h5 {
    margin-bottom: 2em;
}
#home_profile_desc br {
	display: block;
}
.home_profile_image {
	margin: 0 auto 0 auto;
	width: 340px;
	width: 300px;
}
.home_profile_name {
    margin-bottom: 0;
}
#home_profile .content h4 {
    margin-bottom: 0.25em;
}
#home_profile .content h5 {
    margin-bottom: 1em;
}

/* Contact */

#home_contact .content > h4 {
	margin-bottom: 2.5em;
    font-size: 0.95em;
}
.form {
    width: 100%;
}
#sent {
    width: 100%;
    margin-left: 0;
}
.sent_comment {
    padding: 2em 2em 1em;
    font-size: 0.9em;
    text-align: left;
}
#privacy {
    width: 100%;
}
.form textarea {
	height: 11em;
}
.field_submit {
    margin-top: 2.5em;
}
.form input[type="submit"],
.form .submit span {
	padding: 1.25em 0;
	letter-spacing: 0.1em;
	font-size: 1em;
}
#home_contact #form {
	margin-bottom: 3.7em;
}
#privacy h4 {
	margin-bottom: 0.5em;
}

/* Footer */

#footer .inner {
	padding: 56px 50px;
}
