@charset "utf-8";

/* ===================================================================
	layout.css
=================================================================== */

/* --------------------------------------------
    BASE
--------------------------------------------- */
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*:before, *:after {
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body, html, main {
	/* important */
	height: 100%;
}
html {
	font-size: 62.5%;
}
body {
	font-family: "メイリオ", Meiryo,"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 1.3rem;
	word-break: break-word;
	color: #4c4c4c;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	font-feature-settings: "palt";
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, select, fieldset, input, textarea, p, blockquote, th, td {
	font-size: 1.3rem;
	line-height: 1.8;
	text-align: left;
}
p {
	margin-bottom: 1.4em;
}
a {
	color: #6398b3;
	text-decoration: none;
	outline: none;
}
a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	text-decoration: underline;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	::i-block-chrome, body {
		font-feature-settings: "pkna";
	}
}

@media only screen and (max-width: 599px) {
	body {
		min-width: 100%;
		-webkit-text-size-adjust: 100%;
	}
	img{
		max-width: 100%;
		height: auto;
		width /***/:auto;
	}
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

.pc {
	display: block;
}
.sp {
	display: none;
}

section {
	margin: 0 auto;
	width: 1080px;
	position: relative;
}
section h2 {
	padding: 1.5em 0 0;
}

figure {
	overflow: hidden;
}
figure img {
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}
figure img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.btn {
	width: 324px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	border: 1px solid #6398b3;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
.btn a {
	padding: 0.769em 0;
	display: block;
	color: #6398b3;
	vertical-align: middle;
}
.btn a:hover {
	vertical-align: middle;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity:1;
	color: #fff;
	background: #6398b3;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

@media only screen and (min-width: 600px) and (max-width: 1079px) {
	.pc {
		display: none;
	}

	section {
		width: 90%;
	}
	section h2 {
		padding: 2.5em 0 0;
	}
}

@media only screen and (max-width: 599px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}

	section {
		width: 90%;
	}
	section h2 {
		padding: 2.5em 0 0;
	}

	.btn {
		width: 100%;
		-moz-border-radius: 60px;
		-webkit-border-radius: 60px;
		border-radius: 60px;
	}
	.btn a {
		padding: 1.154em 0;
	}
	.btn a:hover {
		-moz-border-radius: 60px;
		-webkit-border-radius: 60px;
		border-radius: 60px;
	}
}

/* --------------------------------------------
    HEADER
--------------------------------------------- */
header {
	width: 100%;
}

@media only screen and (max-width: 1079px) {
	header {
		height: 80px;
	}
	header section {
		width: 100%;
	}
}

/*----- LOGO -----*/
header section#header-logo {
	height: 90px;
}
header section#header-logo h1 {
	margin: 25px 0 10px;
	text-align: center;
}
header section#header-logo .facebook {
	position: absolute;
	top: 23px;
	right: 0;
}
header section#header-navi {
	position: relative;
}
header section#header-navi .facebook {
	display: none;
}
@media only screen and (min-width: 600px) and (max-width: 1079px) {
	header section#header-navi .facebook {
		display: block;
		position: absolute;
		top: 25px;
		right: 70px;
	}
	header section#header-navi .facebook {
		width: 30px;
		height: 30px;
	}
}

@media only screen and (max-width: 599px) {
	header section#header-navi .facebook {
		display: block;
		position: absolute;
		top: 25px;
		right: 70px;
	}
	header section#header-navi .facebook {
		width: 30px;
		height: 30px;
	}
}

/*----- MENU -----*/
header section#header-navi {
	position: relative;
	width: 100%;
}
header section#header-navi nav {
	position: absolute;
	background: #fff;
	width: 100%;
	top: 0;
	z-index: 100;
}
header.fixed section#header-navi nav {
	position: fixed;
	top: 0;
}
header section#header-navi nav #toggle { 
	display: none;
}
header section#header-navi nav ul#menu {
	display: block;
	margin: 0 auto;
	padding: 20px 0;
	width: 1080px;
	height: auto;
}
header section#header-navi nav ul#menu li {
	float: left;
	margin: 0 71px 0 4px;
	position: relative;
	z-index: 10;
}
header section#header-navi nav ul#menu li:last-child {
	margin: 0;
}
header section#header-navi nav ul#menu li a {
	display: block;
	display: inline-block;
    height: auto;
}

@media only screen and (max-width: 1079px){
	header section#header-navi {
		display:block;
		position: fixed;
		width: 100%;
		top: 0;
		z-index: 100;
	}
	header section#header-navi nav {
		position: relative;
		margin: 0 auto;
		width: 100%;
		height: 80px;
		background-color: #fff;
		background-image: url("../img/logo_sp.png");
		background-repeat: no-repeat;
		background-position: 5% center;
		background-size: 200px auto;
		z-index: 100;
	}
	header section#header-navi nav #toggle {
		width: 31px;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		right: 5%;
		background-image: url("../img/menu_sp.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 31px auto;
		cursor: pointer;
	}
	header section#header-navi nav #toggle span {
		display: none;
	}
	header section#header-navi nav ul#menu {
		display: none;
		padding: 0;
		width: 100%;
		position: absolute;
		top: 80px;
		background: #fff;
	}
	header section#header-navi nav ul#menu li {
		float: none;
		margin: 0;
		display: block;
		line-height: 1;
	}
	header section#header-navi nav ul#menu li:last-child {
		border-bottom: none;
	}
	header section#header-navi nav ul#menu li a {
		padding: 1em 5%;
		display: block;
	}
	header section#header-navi nav ul#menu li a:hover {
		background: #e1edf2;
	}
}

/* --------------------------------------------
    MAIN
--------------------------------------------- */
.container {
	width: 1080px;
	margin: 0 auto;
}
.container::after {
	content: '';
	display: table;
	clear: both;
}
.main-content {
	height: 100%;
	position: relative;
	z-index: 1;
}
.fixed-bg {
	min-height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}
.fixed-bg-short {
	min-height: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}
.scrolling-bg {
	position: relative;
	min-height: 100%;
	z-index: 2;
}

@media only screen and (min-width: 1080px) {
	.fixed-bg {
		background-attachment: fixed;
	}
}

@media only screen and (min-width: 600px) and (max-width: 1079px) {
	.container {
		width: 90%;
	}
}

@media only screen and (max-width: 599px) {
	.container {
		width: 90%;
	}
}

/*----- VISUAL -----*/
#visual01.fixed-bg {
	background-image: url("../img/visual01_img01_pc.jpg");
}
#visual01 section {
	position: absolute;
	left: 50%;
	top: 38%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	max-width: 1080px;
}
#visual01 section h2 img {
	float: right;
}
#visual01 section p {
	margin: 3.077em 4.615em 0 0;
	text-align: right;
}

@media only screen and (min-width: 600px) and (max-width: 1079px) {
	#visual01.fixed-bg {
		min-height: 60%;
	}
	#visual01 section {
		width: 90%;
		max-width: auto;
	}
	#visual01 section h2 {
		margin: 0 5%;
		height: 63px;
		background-image: url("../img/visual01_ttl01_sp.png");
		background-size: auto 100%;
		background-repeat: no-repeat;
		background-position: right center;
	}
}

@media only screen and (max-width: 599px){
	#visual01.fixed-bg {
		background-image: url("../img/visual01_img01_sp.jpg");
		background-size: cover;
		background-position: center top;
		min-height: 60%;
	}
	#visual01 section {
		padding: 94px 0 0;
		position: static;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		width: 100%;
		max-width: auto;
	}
	#visual01 section h2 {
		margin: 0 5%;
		height: 63px;
		background-image: url("../img/visual01_ttl01_sp.png");
		background-size: auto 100%;
		background-repeat: no-repeat;
		background-position: right center;
	}
}

/*----- ABOUT -----*/
#about {
	min-height: 700px;
}
#about.scrolling-bg {
	margin-top: -170px;
	background-image: url("../img/about_bg_pc.png");
	background-repeat: no-repeat;
	background-position: center top;
}
#about section {
	padding-top: 105px;
}
#about section h3 {
	margin: 1.923em 0 0;
}
#about section article {
	margin: 1.923em 0 0;
}
#about section article div.left {
	float: left;
	margin: 14em 0 0;
	width: 37%;
}
#about section article div.right {
	float: right;
	width: 60%;
}
#about section article div.right p {
	font-size: 1.4rem;
}
#about section article div.right p {
	margin: 2em auto 3em auto;
}
.btn {
	margin: 17px auto 60px;
}

@media only screen and (min-width: 600px) and (max-width: 1079px) {
	#about.scrolling-bg {
		background-image: url("../img/about_bg_pc.png");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center top;
	}
	#about section article div {
		float: none;
		width: 100%;
	}
	#about section article img {
		float: none;
		margin: 1.538em 0 0;
		width: 100%;
	}
}

@media only screen and (max-width: 599px){
	#about {
		min-height: 100%;
	}
	#about.scrolling-bg {
		margin-top: -73px;
		background-image: url("../img/about_bg_sp.png");
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center top;
	}
	#about section {
		padding-top: 0;
	}
	#about section h2 img {
		width: auto;
		height: 36px;
	}
	#about section h3 {
		margin: 0.385em 0 0;
	}
	#about section h3 img {
		width: auto;
		height: 14px;
	}
	#about section article {
		margin: 0;
	}
	#about section article div.left,
	#about section article div.right {
		float: none;
		width: 100%;
	}
	#about section article div.left {
		margin-top: 1.5em;
	}
	#about section article div {
		float: none;
		width: 100%;
	}
	#about section article img {
		float: none;
		margin: 1em 0 0;
		width: 100%;
	}
	.btn {
		margin: 1.692em auto 4.692em;
	}
}

/*----- PROFILE -----*/
#profile {
	background: #f2f4f5;
}
#profile.scrolling-bg {
	padding: 60px 0 100px 0;
	background-image: url("../img/profile_bg01_pc.png");
	background-repeat: no-repeat;
	background-position: center 110px;
}
#profile section > h3 {
	margin: 1.923em 0 0;
}
#profile section div dl {
	float: left;
	margin: 3.846em 0 0;
	width: 60%;
}
#profile section div dl dt {
	color: #6398b3;
	font-size: 2rem;
	font-weight: bold;
}
#profile section div dl dd {
	margin: 1.154em 0 0;
}
#profile section div dl dd p {
	font-size: 1.4rem;
}
#profile section div > img {
	float: left;
	margin: -1.769em 0 0 5.385em;
	width: 25%;
}
#profile section div .btn {
	margin: 1.923em 0;
	width: 232px;
}
#profile section div .btn a {
	padding: 0.462em 0;
}
#profile section #column {
	margin: 1em 0 0;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#profile section #column article {
	padding: 3.077em 0;
	-webkit-flex-basis: 47%;
    flex-basis: 47%;
	background-color: #e1edf2;
	background-image: url("../img/profile_bg02_pc.png");
	background-repeat: no-repeat;
	background-position: center 17px;
}
#profile section #column article h4 img {
	margin: 0 auto;
}
#profile section #column article h3 {
	margin: 0 auto;
	color: #32434d;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
#profile section #column article div {
	margin: 0.692em auto 0;
	width: 80%;
}

@media only screen and (min-width: 600px) and (max-width: 1079px) {
	#profile.scrolling-bg {
		padding: 96px 0 140px;
		background-image: url("../img/profile_bg01_pc.png");
		background-size: auto;
		background-repeat: no-repeat;
		background-position: center 100px;
	}
	#profile section div > img {
		float: right;
		margin: -1.769em 0 0 0;
		width: 30%;
	}
}

@media only screen and (max-width: 599px){
	#profile.scrolling-bg {
		padding: 63px 0 0;
		background-image: url("../img/profile_bg01_sp.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center 54px;
	}
	#profile section > h2 {
		margin-top: -2.692em;
	}
	#profile section > h2 img {
		width: auto;
		height: 37px;
	}
	#profile section > h3 {
		margin: 0.385em 0 0;
	}
	#profile section > h3 img {
		width: auto;
		height: 16px;
	}
	#profile section div {
		margin: 0 auto;
		width: 100%;
		text-align: center;
	}
	#profile section div dl {
		float: none;
		margin: 2.308em 0 0;
		width: 100%;
	}
	#profile section div dl dt {
		font-size: 1.6rem;
	}
	#profile section div dl dd {
		margin: 0.923em 0 0;
	}
	#profile section div > img {
		float: none;
		margin: 0 auto;
		width: 70%;
	}
	#profile section div .btn {
		margin: 1.538em 0 2.308em;
		width: 100%;
	}
	#profile section div .btn a {
		padding: 1.154em 0;
	}
	#profile section #column {
		margin: 0 0 4em;
	}
	#profile section #column article {
		margin: 1.538em auto 0.769em;
		padding: 2.077em 0;
		-webkit-flex-basis: 100%;
	    flex-basis: 100%;
		background-image: url("../img/profile_bg02_sp.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center 11px;
	}
	#profile section #column article h3 {
		margin: 0.538em 0 0;
		font-size: 1.5rem;
	}
	#profile section #column article h4 {
		height: 11px;
		background-image: url("../img/profile_ttl03_sp.png");
		background-size: auto 11px;
		background-repeat: no-repeat;
		background-position: center center;
	}
	#profile section #column article div {
		margin: 0.692em auto 0;
	}
}

/*----- VISUAL -----*/
#visual02.fixed-bg-short {
	background-image: url("../img/visual02_img01_pc.jpg");
	background-position: center center;
}

@media only screen and (max-width: 599px){
	#visual02.fixed-bg-short {
		background-image: url("../img/visual02_img01_sp.jpg");
		background-size: cover;
		background-position: center center;
		min-height: 30%;
	}
}

/*----- AROMATHERAPY -----*/
#aromatherapy {
	margin-top: -40px;
}
#aromatherapy.scrolling-bg {
	padding: 0 0 5em;
	background-image: linear-gradient(transparent 75%, #f2f4f5 75%, #f2f4f5);
}
#aromatherapy section {
	background-image: url("../img/aromatherapy_pic01_pc.png");
	background-repeat: no-repeat;
	background-position: right top;
}
#aromatherapy section article h3 {
	margin: 2em 0 0.5em;
}
#aromatherapy section article p {
	font-size: 1.4rem;
	margin: 0 -0.769em;
	padding: 0.769em;
	width: 645px;
	background: rgba( 255, 255, 255, 0.6);
}
#aromatherapy section > div {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#aromatherapy section > div div {
	margin: 2.615em 0 0;
	-webkit-flex-basis: 30%;
    flex-basis: 30%;
}
#aromatherapy section > div div img {
	width: 100%;
}
#aromatherapy section > div div dl {
	margin: 0.308em 0 0.692em;
}
#aromatherapy section > div div dl dt {
	color: #6398b3;
	font-size: 1.5rem;
	font-weight: bold;
}

@media only screen and (min-width: 600px) and (max-width: 1079px) {
	#aromatherapy {
		margin-top: -50px;
	}
	#aromatherapy.scrolling-bg {
		padding: 0 0 6.154em;
	}
	#aromatherapy section article p {
		width: 100%;
	}
}

@media only screen and (max-width: 599px){
	#aromatherapy {
		margin-top: -45px;
	}
	#aromatherapy.scrolling-bg {
		padding: 0 0 3em;
		background-image: linear-gradient(transparent 24%, #f2f4f5 24%, #f2f4f5);
	}
	#aromatherapy section {
		background-image: none;
	}
	#aromatherapy section article h2 img {
		width: auto;
		height: 33px;
	}
	#aromatherapy section article h3 {
		margin: 0.615em 0 0;
	}
	#aromatherapy section article h3 img {
		width: auto;
		height: 16px;
	}
	#aromatherapy section article p {
		width: auto;
		margin: 1.5em auto 0;
		padding: 0;
	}
	#aromatherapy section article > img {
		margin: 0 auto 1em;
		text-align: center;
		width: 80%;
	}
	#aromatherapy section > div {
		margin: 0 0 0.769em;
	}
	#aromatherapy section > div div {
		margin: 1.846em 0 0;
		-webkit-flex-basis: 100%;
	    flex-basis: 100%;
	}
}

/*----- CAREER DESIGN -----*/
#careerdesign.scrolling-bg {
	padding: 0 0 5em;
	background-image: linear-gradient(#f2f4f5 5%, #fff 5%, #fff, #fff 65%, #f2f4f5 65%, #f2f4f5);
}
#careerdesign section article div {
	float: left;
}
#careerdesign section article div h3 {
	margin: 1.846em 0 0;
}
#careerdesign section article div p {
	margin: 0 -0.769em 0;
	padding: 0.769em;
	font-size: 1.4rem;
	width: 600px;
	background: rgba( 255, 255, 255, 0.6);
}
#careerdesign section article div div {
	margin-top: 0.5em;
}
#careerdesign section article > img {
	float: right;
	margin-right: -101px;
}
#careerdesign section > div {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#careerdesign section > div div {
	margin: 2.615em 0 0;
	-webkit-flex-basis: 30%;
    flex-basis: 30%;
}
#careerdesign section > div div img {
	width: 100%;
}
#careerdesign section > div div dl {
	margin: 0.308em 0 0.692em;
}
#careerdesign section > div div dl dt {
	color: #6398b3;
	font-size: 1.5rem;
	font-weight: bold;
}

@media only screen and (min-width: 600px) and (max-width: 1079px) {
	#careerdesign section article div {
		float: none;
	}
	#careerdesign section article div h2 {
		margin-top: -1.308em;
	}
	#careerdesign section article div p {
		width: 100%;
	}
	#careerdesign section article > img {
		float: none;
		margin: 1em auto;
		width: 100%;
	}
}

@media only screen and (max-width: 599px){
	#careerdesign.scrolling-bg {
		padding: 0 0 1.923em;
		background-image: linear-gradient(#f2f4f5 0.7%, #fff 0.7%, #fff, #fff 14%, #f2f4f5 14%, #f2f4f5);
	}
	#careerdesign section article div {
		width: 100%;
	}
	#careerdesign section article div h2 {
		margin-top: -2.308em;
	}
	#careerdesign section article div h2 img {
		width: auto;
		height: 33px;
	}
	#careerdesign section article div h3 {
		margin: 0.538em 0 0;
	}
	#careerdesign section article div h3 img {
		width: auto;
		height: 16px;
	}
	#careerdesign section article div > img {
		margin: 2.462em 0 0;
	}
	#careerdesign section article div p {
		margin: 2.077em auto 0;
		padding: 0;
		width: 100%;
		background: none;
	}
	#careerdesign section > div div {
		margin: 1.846em 0 0;
		-webkit-flex-basis: 100%;
	    flex-basis: 100%;
	}
}

/*----- OUTLINE -----*/
#outline {
	background: #f2f4f5;
}
#outline section {
	padding: 0 0 6.154em;
	background-image: url("../img/outline_pic01_pc.jpg");
	background-repeat: no-repeat;
	background-position: right 85px;
}
#outline section article h3 {
	margin: 1.462em 0 0;
}
#outline section article div {
	margin: 1.846em 0 0 11.538em;
}
#outline section article div h4 {
	color: #6398b3;
	font-size: 2rem;
	font-weight: bold;
}
#outline section article div ol {
	margin: 0 0 0 1.538em;
	width: 460px;
}
#outline section article div ol li {
	margin: 1.154em 0 0;
	font-size: 1.4rem;
}
#outline section article div ol li#num01 {
	list-style-image: url("../img/outline_num01_pc.png");
}
#outline section article div ol li#num02 {
	list-style-image: url("../img/outline_num02_pc.png");
}
#outline section article div ol li#num03 {
	list-style-image: url("../img/outline_num03_pc.png");
}
#outline section > div {
	margin: 3.769em auto 0;
	padding: 3.769em 0 3.769em;
	width: 780px;
	background: #fff;
}
#outline section > div table {
	margin: 0 auto;
	width: 510px;
	border-collapse: collapse;
    border-top: 1px solid #e5e5e5;
}
#outline section > div table caption {
	margin: 0 auto 1.538em;
	color: #6398b3;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}
#outline section > div table th,
#outline section > div table td {
	padding: 0.9em 1.5em;
    border-bottom: 1px solid #e5e5e5;
}
#outline section > div table td ul {
	margin-left: 1.5em;
}
#outline section > div table td ul li {
	list-style-type: disc;
}
#outline section > div table td ul li ul li {
	list-style-type: none;
}

@media only screen and (min-width: 600px) and (max-width: 1079px) {
	#outline section article div {
		margin: 1.846em auto 0;
		padding: 0.769em;
		width: 80%;
		background: rgba( 255, 255, 255, 0.6);
	}
	#outline section article div ol {
		width: auto;
	}
	#outline section > div {
		width: 100%;
	}
	#outline section > div table {
		width: 80%;
	}
}

@media only screen and (max-width: 599px){
	#outline section {
		padding: 0 0 4.769em;
		background-image: none;
	}
	#outline section article h2 img {
		width: auto;
		height: 33px;
	}
	#outline section article h3 {
		margin: 1em 0 0;
	}
	#outline section article h3 img {
		width: auto;
		height: 16px;
	}
	#outline section article div {
		margin: 2.115em 0 0;
	}
	#outline section article div h4 {
		font-size: 1.5rem;
	}
	#outline section article div ol {
		margin: 0;
		width: auto;
	}
	#outline section article div ol li {
		margin: 1em 0 0;
		padding: 0 0 0 2em;
	}
	#outline section article div ol li#num01 {
		list-style-image: none;
		background-image: url("../img/outline_num01_sp.png");
		background-size: auto 1.6rem;
		background-repeat: no-repeat;
		background-position: left top;
	}
	#outline section article div ol li#num02 {
		list-style-image: none;
		background-image: url("../img/outline_num02_sp.png");
		background-size: auto 1.6rem;
		background-repeat: no-repeat;
		background-position: left top;
	}
	#outline section article div ol li#num03 {
		list-style-image: none;
		background-image: url("../img/outline_num03_sp.png");
		background-size: auto 1.6rem;
		background-repeat: no-repeat;
		background-position: left top;
	}
	#outline section article div > img {
		margin: 2.115em auto 0;
		width: 80%;
	}
	#outline section > div {
		margin: 3.077em auto 0;
		padding: 2.885em 0 3.846em;
		width: 100%;
	}
	#outline section > div table {
			width: 100%;
	}
	#outline section > div table th {
		width: 7.5em;
		padding: 0.9em 0 0.9em 1.5em;
	}
}

/*----- CONTACT -----*/
#contact.scrolling-bg {
	padding: 0 0 6.769em;
	background-image: linear-gradient(#f2f4f5 3%, #e1edf2 3%, #e1edf2);
}
#contact section {
	background-image: url("../img/contact_img01_pc.png");
	background-repeat: no-repeat;
	background-position: 324px 50px;
}
#contact section article h2 {
	margin: -13px 0 0;
}
#contact section article h3 {
	margin: 1.538em 0 0;
}
#contact section article p {
	margin: 3.846em 0 0;
	font-size: 1.4rem;
}
#contact section article table {
	margin: 5.385em 0 0 4.231em;
	width: 910px;
}
#contact section article table th {
	padding: 1.5em 0.769em;
	width: 224px;
	vertical-align: top;
}
#contact section article table th span {
	margin: 0 0 0 1.154em;
	padding: 0.154em 0.769em;
	background: #6398b3;
	color: #fff;
}
#contact section article table td {
	padding: 0.75em;
	vertical-align: top;
}
#contact section article table td input,
#contact section article table td textarea {
	border: none;
	width: 100%;
	padding: 0.4em 0.6em;
	font-size: 1.4rem;
	font-family: "メイリオ", Meiryo,"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}
#contact section article table td input.short {
	width: 60%;
}
#contact section article table td textarea {
	height: 300px;
}
#contact section article div {
	margin: 4.231em auto 0;
	text-align: center;
}
#contact section article div button,
#contact-check section article input.reset {
	width: 190px;
	margin: 0 0.462em;
	padding: 0.769em 2.308em;
	color: #6398b3;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	background: none;
	border: 1px solid #6398b3;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	cursor: pointer;
}
#contact section article div button.submit {
	color: #fff;
	background: #6398b3;
}
#contact-check section article input.submit {
	width: 190px;
	margin: 0 0.462em;
	padding: 0.769em 2.308em;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	background: #6398b3;
	border: 1px solid #6398b3;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	cursor: pointer;
}
#contact section article div button:hover,
#contact-check section article input.submit:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
}

@media only screen and (min-width: 600px) and (max-width: 1079px) {
	#contact section article h2 {
		margin-top: -30px;
	}
	#contact section article table {
		margin: 5.385em auto 0;
		width: 90%;
	}
}

@media only screen and (max-width: 599px){
	#contact.scrolling-bg {
		padding: 0 0 58px;
		background-image: linear-gradient(#f2f4f5 1%, #e1edf2 1%, #e1edf2);
	}
	#contact section {
		background-image: url("../img/contact_img01_sp.png");
		background-size: auto 48px;
		background-repeat: no-repeat;
		background-position: 184px 25px;
	}
	#contact section article h2 {
		margin-top: -34px;
	}
	#contact section article h2 img {
		width: auto;
		height: 38px;
	}
	#contact section article h3 {
		margin: 1em 0 0;
	}
	#contact section article h3 img {
		width: auto;
		height: 16px;
	}
	#contact section article h3 {
		margin: 0.885em 0 0;
	}
	#contact section article p {
		margin: 2.308em 0 0;
	}
	#contact section article table {
		margin: 1.538em 0 0;
		width: 100%;
	}
	#contact section article table th,
	#contact section article table td {
		width: 100%;
	    display: block;
	}
	#contact section article table th {
		padding: 1.5em 0 1em;
	}
	#contact section article table td {
		padding: 0 0 0.5em;
	}
	#contact section article div {
		margin: 1.346em auto 0;
	}
	#contact section article div button {
		width: 47%;
		margin: 0;
		-moz-border-radius: 60px;
		-webkit-border-radius: 60px;
		border-radius: 60px;
	}
	#contact section article div button:first-child {
		float:left;
	}
	#contact section article div button:last-child {
		float:right;
	}
}

/* --------------------------------------------
    FOOTER
--------------------------------------------- */
footer {
	margin: 2.154em auto;
}
footer section ul li {
	float: left;
	margin: 0 71px 0 4px;
}
footer section ul li:last-child {
	margin: 0;
}
footer section ul li a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
}
footer p {
	margin: 3.154em auto 0;
	text-align: center;
}
footer address {
	margin: 2em auto 0;
	font-size: 1.1rem;
	text-align: center;
}

@media only screen and (min-width: 600px) and (max-width: 1079px) {
	footer section ul li {
		display: none;
	}
}

@media only screen and (max-width: 599px){
	footer {
		display: none;
	}
}

/* --------------------------------------------
    CONTENTS
--------------------------------------------- */

#content main {
	background: #f2f4f5;
}
#content .main-content {
	height: auto;
}
#content .visual-common {
	background: url("../img/mainvisual-common.png") no-repeat;
	width: 100%;
	height: 250px;
}
#content .visual-aloma {
	background: url("../img/mainvisual-aloma.png") no-repeat;
	width: 100%;
	height: 250px;
}
#content .visual-career {
	background: url("../img/mainvisual-career.png") no-repeat;
	width: 100%;
	height: 250px;
}
#content header section#header-navi {
	height: 63px;
}
#content .visual-aloma h1,
#content .visual-career h1,
#content .visual-common h1 {
	font-size: 6rem;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: #fff;
	padding-top: 110px;
	line-height: 1.5rem;
	letter-spacing: -0.05em;
}
#content .visual-aloma h1 span,
#content .visual-career h1 span,
#content .visual-common h1 span {
	display: block;
	font-size: 1.3rem;
	line-height: 2rem;
	padding-top: 20px;
	letter-spacing: 0;
}
#content ul.breadcrumb {
	padding: 10px 0;
}
#content ul.breadcrumb li {
	float: left;
	font-size: 1.3rem;
	font-weight: bolder;
}
#content ul.breadcrumb li.current {
	font-weight: normal;
}
#content ul.breadcrumb li:after {
	content: ">";
	font-family: 'Montserrat', sans-serif;
	padding: 0 0.5em;
	font-weight: normal;
}
#content ul.breadcrumb li.current:after {
	content: none;
}
#content .column {
	margin-top: 10px;
}
#content .column-main {
	width: 830px;
	background: #fff;
	padding: 30px;
	margin-bottom: 60px;
	float: left;
	font-size: 1.4rem !imortant;
}
#content .column-main p {
	font-size: 1.4rem;
}
#content .column-sub {
	width: 250px;
	float: left;
	padding: 0 0 0 40px;
	margin-bottom: 60px;
}
#content .column-main h2 {
	padding: 0 0 25px;
	font-size: 2.2rem;
	font-weight: bolder;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 1em;
	line-height: 1.3;
}
#content .column-main h3 {
	font-size: 1.8rem;
	font-weight: bolder;
	margin-bottom: 0.8em;
}
#content .column-sub h3 {
	font-size: 1.6rem;
	font-weight: bolder;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1.5em;
}
#content table.framed {
	width: 100%;
	border: 1px solid #ddd;
	border-collapse: collapse;
	font-size: 1.4rem;
	margin-bottom: 1.5em;
}
#content table.framed th,
#content table.framed td {
	border: 1px solid #dfdfdf;
	border-collapse: collapse;
	padding: 5px 10px;
	font-size: 1.4rem;
}
#content table.framed th,
#content strong {
	font-weight: bolder;
}
#content table.framed th {
	background: #f0f8fb;
	min-width: 6em;
}
#content table.border {
	width: 100%;
	font-size: 1.4rem;
	margin-bottom: 1.5em;
}
#content table.border th,
#content table.border td {
	border-bottom: 1px dotted #dfdfdf;
	border-collapse: collapse;
	padding: 5px 10px;
	font-size: 1.4rem;
}
#content table.border th,
#content strong {
	font-weight: bolder;
}
#content table.border th.noborder,
#content table.border td.noborder {
	border-bottom: none;
}
#content table.border th {
	min-width: 6em;
}
#content ol.column3 {
	width: 100%;
	margin: 1.5em 0;
}
#content ol.column3 li {
	float: left;
	width: 33%;
	height: auto;
	padding: 10px;
}
#content ol.column3 li img {
	width: 100%;
}
#content ol.column3 li span {
	display: block;
	text-align: center;
	padding: 0 10px;
	line-height: 1.4;
}
#content ol.column2 {
	width: 100%;
	margin: 1.5em 0;
}
#content ol.column2 li {
	float: left;
	width: 50%;
	height: auto;
	padding: 10px;
}
#content ol.column2 li img {
	width: 100%;
	height: auto;
}
#content ol.column2 li span {
	display: block;
	text-align: center;
	padding: 10px 10px 0;
	line-height: 1.4;
}
#content .column-sub li {
	width: 210px;
	line-height: 1.4;
	padding-bottom: 1.5em;
}
#content .column-sub li img {
	width: 100%;
}
#content .column-sub li span {
	padding-top: 10px;
}

#content .president-photo {
	float: right;
}
#content .president-photo-sp {
	display: none;
}

@media only screen and (max-width: 599px){
	#content .visual-aloma h1,
	#content .visual-career h1,
	#content .visual-common h1 {
		font-size: 4rem;
		font-family: 'Montserrat', sans-serif;
	}
	#content .column-main,
	#content .column-sub {
		float: none;
		width: 100%;
	}
	#content .column-main {
		padding: 20px 3%;
		margin-bottom: 30px;
	}
	#content ol.column2,
	#content ol.column3 {
		float: none;
		margin: 0;
	}
	#content ol.column2 li,
	#content ol.column3 li {
		width: 100%;
	}
	#content ol.column2 li span,
	#content ol.column3 li span {
		padding-top: 0;
	}
	#content table.framed th {
		width: 20% !important;
	}
	#content .column-sub {
		width: 100%;
		padding: 0;
		margin-bottom: 60px;
	}
	#content .column-sub h3 {
	}
	#content .column-sub ul {
		display: flex;
		flex-wrap: wrap;
		flex: 2 1 49%;
		justify-content: flex-end;
	}
	#content .column-sub li {
		width: 50%;
		float: left;
		padding: 0 2% 1.5em;
	}
	#content .president-photo {
		display: none;
	}
	#content .president-photo-sp {
		display: block;
	}
	#content .president-photo-sp img {
		width: 100%;
	}
}

/* --------------------------------------------
    MAIL FORM
--------------------------------------------- */

.wide {
	width: 100% !important;
	padding: 30px 250px !important;
	margin-top: 2em;
}
.button-set {
	margin: 3em auto 2em auto;
	text-align: center;
}
.formTable th,
.formTable td {
	font-size: 1.4rem;
	padding: 0.2em 1.5em 0.2em 0;
}
#contact-check section article {
	font-size: 1.4rem;
}
.backtotop {
	display: block;
	margin: 2em auto;
	text-align: center;
}

@media only screen and (max-width: 599px){
	.wide {
		width: 100% !important;
		padding: 30px 15px !important;
		margin-top: 2em;
	}
	#contact-check section article input.reset,
	#contact-check section article input.submit {
		margin-bottom: 0.5em;
	}
}

/* --------------------------------------------
    PAGE TOP
--------------------------------------------- */

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000 !important;
}
 
#pageTop a {
  display: block;
  z-index: 1000 !important;
  padding: 2px 0 0;
  border-radius: 35px;
  width: 40px;
  height: 40px;
  background-color: #bbb;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}