@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon/icomoon.eot?srf3rx");
	src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	}

/* Tools */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    }
article, aside, details, figcaption, figure, ooter, header, hgroup, menu, nav, section {
    display: block;
    }
body {
	line-height: 1;
    }

ol, ul {
	list-style: none;
    }    
blockquote, q {
    quotes: none;
    }
blockquote:before,blockquote:after, q:before, q:after {
	content: '';
	content: none;
    }
table {
	border-collapse: collapse;
	border-spacing: 0;
    }
.hidden {
	display: none !important;
	visibility: hidden;
    }
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
    }
.clearfix:after {
	clear: both;
    }
.clear {
	clear: both;
    }    


/* ===========================================================================
* 	Style 
* =========================================================================== */
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
    }
body {
	color: #503a1a;
	font-size: 1.6rem;
	font-family: 'Roboto','Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'メイリオ', Meiryo, sans-serif;
	line-height: 1;
	background: #fffff4;
	text-align: justify;
	overflow-x: hidden;
	}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
	}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
	}

#page {
	position: relative;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	}
.offcanvas #page {
	overflow: hidden;
	position: absolute;
	}
.offcanvas #page:after {
	-webkit-transition: 3s;
	-o-transition: 3s;
	transition: 3s;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 101;
	background: rgba(0, 0, 0, 0.7);
	content: "";
	}

a {
	color: #503a1a;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	}
a:hover, a:active, a:focus {
	color: #503a1a;
	outline: none;
	text-decoration: none;
	}	
p { 
	line-height: 1.75; 
	text-align: justify;
	text-justify: inter-ideograph; 
	}
	@media screen and (max-width: 768px) {
		p {
			line-height: 1.5;
			}
		}

h1, h2, h4 {
	font-family: 'Arapey', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 600;
	letter-spacing: .08em;
	}
h1 { font-size: 2.8rem; }
h3 { font-size: 3.2rem; letter-spacing: .2em; }
h4 { font-size: 2.5rem; letter-spacing: .1em;}
h5 { font-size: 2.2rem;}
h6 { font-size: 2rem;}
	@media screen and (max-width: 768px) {
		h1 { font-size: 2.5rem; }
		h2 { font-size: 2.8rem; }	
		h3 { font-size: 2.3rem; }
		h4 { font-size: 2.2rem; }
		h5 { font-size: 2rem; }
		h6 { font-size: 1.7rem; }
		h1, h3, h4, h5, h6 {
			letter-spacing: .05em;
			}
		}

img {
	display: block;
    margin: 0;
    padding: 0;
	max-width: 100%;
	height: auto;
    }
strong {
	font-weight: 600;
	}
rt {
	font-size: 1rem; 
	text-align: center;
	}

::-webkit-selection {
	color: #503a1a;
	background: #ffe001;
	}
::-moz-selection {
	color: #503a1a;
	background: #ffe001;
	}
::selection {
	color: #503a1a;
	background: #ffe001;
	}


/* ===========================================================================
* 	navi 
* =========================================================================== */
.nav .top-menu {
	position: fixed;
	top: 0;
	margin: 0;
	padding: 0 30px;
	width: 100%;
	z-index: 1001;
	line-height: 1;
	background: #fff;
	webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
	}
.nav .top-menu #logo {
	padding: 25px 0;
	}

/*  logo
-------------------------------- */
 /*  hover  */
#logo a::after {
	 height: 0;
	background: none;
	transform: none;
	transform-origin: none;
	transition: none;
	}
 #logo a:hover::after {
	transform-origin: none;
	transition: none;
	}

	@media screen and (max-width: 768px) {
		.nav .menu-1, .nav .menu-2 {
			display: none;
			}
		.nav .top-menu {
			padding: 0;
			}
		.nav .top-menu #logo {
			padding: 18px 0;
			}
		}

/*  menu
-------------------------------- */
.nav .top-menu ul.main-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	padding: 10px 0;
	}
.nav .top-menu ul.main-nav li {
	display: inline;
	list-style: none;
	}
.nav .top-menu ul.main-nav  li a {
	margin: 0 30px;
	font-size: 1.7rem;
	}
.nav .top-menu ul.main-nav  li a {
	position: relative;
	color: #503a1a;
	letter-spacing: .05em;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	}
.nav .top-menu ul.main-nav  li a::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #ffe001;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
	}
.nav .top-menu ul.main-nav  li a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
	}

/* cta */
.nav ul.main-nav .btn-cta {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
	margin-left: 50px;
	padding: 10px 25px ;
	background: #ffe001;
	text-align: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	}
.nav ul.main-nav .btn-cta .phone {
	padding: 3px 15px 0 0;
	border-right: 1px solid #503a1a;
	color: #503a1a;	
	font-size: 2.2rem;
	font-family: 'Roboto', sans-serif;
	}
.nav ul.main-nav .btn-cta .phone span {
	display: block;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 1.4rem;
	font-weight: 500;
	}
.nav ul.main-nav .btn-cta .phone img {
	position: relative;
	width: 15px;
	display: inline-block;
	margin-right: 5px;
	}
.nav ul.main-nav .btn-cta a.mail {
	position: relative;
	display: block;
	margin: 0 auto 0 15px;
	width: 30px;
	}
.nav ul.main-nav .btn-cta a:hover, .nav ul.main-menu .btn-cta a:focus {
	text-decoration: none !important;
	text-decoration: none !important;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	}

/*  scrolled
----------------------------- */
.nav.scrolled {
	background: #fff;
	webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
	}
.nav.scrolled #logo a,
.nav.scrolled  ul.main-nav li a {
	color: #503a1a;
	text-shadow: none !important;
	}


/* =========================================================================== *
 * 　 section
 * =========================================================================== */

/*  background
--------------------------------------------------------------- */
.section-white, .section-yellow {
    padding: 7em 0;
	}
.section-white {
	background: #fff;
	}
.section-yellow {
	border-top:1px solid #ffe001;
	border-bottom:1px solid #ffe001;
	}
/*  contact, privacy  */
.section-yellow.single {
	padding: 12em 0 7em 0;
	}
/*  top(recruit)  */
.section-bg_img {
	position: relative;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5em 0;
	}
	@media screen and (max-width: 768px) {
		.section-white, .section-yellow, .section-bg_img {
			padding: 2.5em 0;
			}
		.section-yellow.single {
			padding: 6em 0 2.5em 0;
			}
		}

/*  heading
--------------------------------------------------------------- */
.section-heading {
	display: block;
	margin-bottom: 3em;
	text-align: center;
    }
.section-heading h2 { 
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 50px;
	font-size: 4.5rem;
	letter-spacing: .2em;
	}
.section-heading h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 40px;
	height: 2px;
	left: 50%;
	background: #ffe001;
	margin-left: -20px;
	}
.section-heading h3 {
	margin-bottom: 30px;
    }
.section-heading p { 
    text-align: center;
    }
	@media screen and (max-width: 768px) {
		.section-heading {
            margin-bottom: 1.5em;
            }
		.section-heading h2 { 
			padding-bottom: 30px;
			margin-bottom: 30px;
			font-size: 3.5rem;
			}
		.section-heading h3 {
			margin-bottom: 15px;
			}
		}
	@media screen and (max-width: 480px) {
        .section-heading p { 
            text-align: left;
            }
		}

/*  text
-------------------------------------------- */
.txt_1 {
	font-size: 1.5rem;
	}
.txt_2 {
	text-align: left !important;
	}
.txt_3 {
	margin-bottom: 15px;
	}

/*  border
-------------------------------------------- */
.ttl-border {
    display: flex;
    align-items: center;
    margin: 0 auto 50px auto;
    width: 100%;
    }
.ttl-border:before, .ttl-border:after {
    border-top: 4px double #503a1a;
    content: "";
    flex-grow: 1;
    }
.ttl-border:before {
    margin-right: 2rem;
    }
.ttl-border:after {
    margin-left: 2rem;
    }
	@media screen and (max-width: 768px) {
		.ttl-border {
			margin: 0 auto 10px auto;
			width: 100%;
			letter-spacing: .1em;
			}
		}
	@media screen and (max-width: 480px) {
		.ttl-border:before {
			margin-right: .5em;
			}
		.ttl-border:after {
			margin-left: .5em;
			}
		}

/* color ------------------------------ */
#feature .list li.card,
#facility .misaligned-wrap .card,
#offer .card {
	-webkit-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
	-moz-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
	box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
	}

/* btn */
#feature .list li.card .cta .btn,
#facility .misaligned-wrap .card .btn {
	display: block;
	margin: auto;
	width: 240px;
	}
	@media screen and (max-width: 480px) {
		#feature .list li.card .cta .btn,
		#facility .misaligned-wrap .card .btn {
			width: 100%;
			}
		}

/* green */
#feature .list li.card.green,
#facility .misaligned-wrap .card.green,
#offer .card.green {
	border: 5px solid #8dc21f;
	}
/* pink */
#feature .list li.card.pink,
#facility .misaligned-wrap.reverse .card.pink,
#offer .card.pink {
	border: 5px solid #d76878;
	}
/* bule */
#feature .list li.card.blue,
#facility .misaligned-wrap .card.blue, 
#offer .card.blue {
	border: 5px solid #00b1c3;
	}

/* text */
.txt-green { color: #8dc21f; }
.txt-pink  { color: #d76878; }
.txt-blue  { color: #00b1c3; }

/*  notice
-------------------------------------------- */
.notice {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.3rem;
	line-height: 1.5;
	}

/*  column
-------------------------------------------- */
	@media screen and (max-width: 480px) {
		.col-xxs-12 {
            width: 100%;
            }
        .col-xxs-6 {
            width: 50%;
            }
        }
.no-gutter > [class*='col-'] {
    padding: 0 7.5px;
    }
	@media screen and (max-width: 768px) {
        .no-gutter > [class*='col-'] {
            padding: 0 5px;
            }
		}
.no-padded {
	margin: 0 !important;
	padding: 0 !important;
    }


/* ===========================================================================
* 	top 
* =========================================================================== */

/* keyVisual(Slider)
======================================================= */
#KeyVisual .flexslider {
	position: relative;
	margin: 0;
	z-index: 1;
	height: 100vh;
	background: #fffff4;
	}
#KeyVisual .flexslider .slides {
	position: relative;
	overflow: hidden;
	height: 90%;
	}
#KeyVisual .flexslider .slides li {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 100vh;
	}
#KeyVisual .flexslider .slides li:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	z-index: 1;
	}
#KeyVisual .flexslider .flex-control-nav {
	bottom: 40px;
	z-index: 1000;
	}
#KeyVisual .flexslider .flex-control-nav li a {
	background: rgba(255, 255, 255, 0.2);
	box-shadow: none;
	width: 12px;
	height: 12px;
	cursor: pointer;
	}
#KeyVisual .flexslider .flex-control-nav li a.flex-active {
	cursor: pointer;
	background: rgba(255, 255, 255, 0.7);
	}
#KeyVisual .flexslider .flex-direction-nav {
	display: none;
	}
#KeyVisual .flexslider .slider-text {
	height: 100vh;
	position: relative;
	opacity: 0;
	z-index: 9;
	}
#KeyVisual .flexslider .slider-text > .slider-text-inner {
	position: relative;
	height: 100vh;
	}
#KeyVisual .flexslider .slider-text > .slider-text-inner h2 {
	position: absolute;
	top: 40% !important;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 100%;
	color: #fff;
	font-size: 6rem;
	text-shadow:0 0 3px #503a1a,0 0 3px #503a1a,0 0 3px #503a1a,0 0 3px #503a1a,0 0 3px #503a1a,0 0 3px #503a1a,0 0 3px #503a1a,0 0 3px #503a1a,0 0 3px #503a1a,0 0 3px #503a1a,0 0 3px #503a1a,0 0 3px #503a1a,0 0 3px #503a1a,0 0 3px #503a1a,0 0 3px #503a1a,0 0 3px #503a1a;
	}
	@media screen and (max-width: 768px) {
		#KeyVisual .flexslider {
			height: 450px!important;
			}
		#KeyVisual .flexslider .slides {
			height: 450px!important;
			}
		#KeyVisual .flexslider .slides li {
			height: 450px!important;
			}
		#KeyVisual .flexslider .slider-text > .slider-text-inner {
			height: 450px!important;
			}
		#KeyVisual .flexslider .slider-text > .slider-text-inner h2 {
			top: 55% !important;
			font-size: 3.7rem;
			}
		}


/*  Feature
 ===========================================================*/
#feature {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
	}
#feature .feature-wrap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1em;
	margin-bottom: 1em;
	z-index: 999999;
	height: auto;
	}

/* feature-list
------------------------------------ */
#feature .list {
	display: flex;
	justify-content: space-between;
	}
#feature .list li {
	width: 32%;
	background: #fff;
	}
#feature .list li.card {
	display: flex;
	flex-direction: column;
	padding: 20px 30px;
	background: #fff;
	}
#feature .list li.card .symbol {
	position: absolute;
	top: 20px;
	lett: 15px;
	width: 50px;
	}
#feature .list li.card .tag {
	position: relative;
	display: inline;
	right: -45px;
	width: auto;
	text-align: center;
	color: #fff;
	z-index: 999;
	padding: 15px;
	margin-left: 40%;
	border-radius: 100vh 0 0 100vh;
	}
#feature .list li.card .tag:after {
	position: absolute;
	content: '';
	top: 100%;
	right: 0;
	border: none;
	border-bottom: solid 10px transparent;
	}
#feature .list li.card .logo {
	margin: 25px 0;
	}
#feature .list li.card .txt_1 {
	margin-bottom: 15px;
	}
#feature .list li.card .cta {
	margin-top: auto;
	}	
#feature .list li.card .info {
	display: inline-block;
	margin-top: 15px;
	text-align: center;
	}
#feature .list li.card .info img {
	vertical-align: middle;
	position: relative;
	width: 17px;
	height: 17px;
	display: inline;
	}
#feature .card .info .number {
	display: inline;
	margin-right: 15px;
	vertical-align: middle;
	font-size: 2.2rem;
	font-weight: 600;
	}
#feature .list li.card .info .mail img {
	width: 35px;
	height: 35px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	}	
#feature .list li.card .info .mail img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	}
	@media screen and (max-width: 768px) {
		#feature {
			display: block;
			padding: 2.5em 0;
			}
		#feature .feature-wrap {
			position: relative;
			bottom: 0;
			margin-bottom: 0;
			}
		#feature .list {
			display: block;
			justify-content: normal;
			}
		#feature .list li.card {
			margin-bottom: 30px;
			}
		#feature .list li.card:last-child {
			margin-bottom: 0;
			}
		#feature .list li.card .tag {
			right: -45px! important;
			width: 170px;
			margin-left: auto;
			}
		}
	@media (min-width: 576px) and (max-width: 992px) {
		#feature .list li {
			width:80%;
			left: 10%;
			}
		}
	@media screen and (max-width: 480px) {
		#feature .feature-wrap {
			position: relative;
			}
		#feature .list {
			display: block;
			justify-content: normal;
			}
		#feature .list li {
			width:100%;
			}
		}

/* color ------------------------------ */
/* green */
#feature .list li.card.green {
	border: 5px solid #8dc21f;
	}
#feature .list li.card .tag.green {
	background: #6ba430;
	}
#feature .list li.card .tag.green:after {
	border-left: solid 10px #336823;
	}

/* pink */
#feature .list li.card.pink {
	border: 5px solid #d76878;
	}
#feature .list li.card .tag.pink {
	background: #c54f63;
	}
#feature .list li.card .tag.pink:after {
	border-left: solid 10px #8d3345;
	}

/* bule */
#feature .list li.card.blue {
	border: 5px solid #00b1c3;
	}
#feature .list li.card .tag.blue {
	background: #00939f;
	}
#feature .list li.card .tag.blue:after {
	border-left: solid 10px #00767f;
	}


/* topics
======================================================= */
#topics.section-yellow {
	border: none;
	}		
#topics {
	background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
	}
#topics .news-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	text-align: left;
	}
#topics .news-wrap .news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	}
#topics .news-wrap .news.ttl {
	width: 20%;
	font-size: 2rem;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	border-right: 3px double #503a1a;
	text-align: left;
	letter-spacing: .05em;
	}	
#topics .news-wrap .news.txt {
	width: 80%;
	}
/* news */
#topics .news ul {
	margin-left: 70px;
	}
#topics .news li {
	display: block;
	list-style: none;
	padding: 10px 0;
	}
#topics .news li .date {
	display: inline-block;
	width: 100px;
	margin: 0;
	padding: 0;
	line-height: 1;
	}
#topics .news a  {
	display: inline-block;
    text-decoration: underline;
	font-weight: normal;
	}
#topics .news a:hover  {
	opacity: .6;
	}
#topics .news a.bidding {
	font-size: 1.8rem;
	color: ;
	line-height: 1.5;
	}
#topics .news a.bidding:hover {
	opacity: .6;
    text-decoration: underline!important;
	}



	@media only screen and (min-width: 993px) {
		#topics {
			background-image: url(../images/top/line-pc.svg);
			padding: 5em 0 7em 0 !important;
			}    
		}
	@media (min-width: 576px) and (max-width: 992px) {
		#topics {
			background-image: url(../images/top/line-tb.svg);
			padding: 0 0 2.5em 0 !important;
			}    
		#topics .news-wrap .news.ttl {
			width: 35%;
			}	
		#topics .news-wrap .news.txt {
			width: 65%;
			}
		#topics .news ul {
			margin-left: 15px;
			}
		}
	@media only screen and (max-width: 768px) {
		#topics .news li {
			line-height: 1.35;
			}
		#topics .news li .date {
			display: block;
			margin-bottom: 10px;
			}
		}
	@media only screen and (max-width: 480px) {
		#topics {
			background-image: url(../images/top/line-sp.svg);
			padding: 1em 0 4em 0;
			}    
		#topics .news-wrap {
			display: block;
			}
		#topics .news-wrap .news.ttl {
			display: block;
			margin-bottom: 10px;
			padding-bottom: 10px;
			width: 100%;
			border-right: none;
			border-bottom: 3px double #503a1a;
			text-align: center;
			}	
		#topics .news-wrap .news.txt {
			width: 100%;
			}
		#topics .news ul {
			margin-left: 0;
			}
		}


/* guide
======================================================= */
/* nomal
------------------------------------ */
#guide .main.nomal {
	display: grid;
    grid-template-rows: 80px 220px;
    grid-template-columns: 1fr 480px;
	align-items: center;
	}
#guide .main.nomal .guide_ttl {
	grid-row: 1 / 2;
	grid-column: 1 / 2;
	margin-top: 5em;
	}
#guide .main.nomal .guide_txt{
    grid-row: 2 / 3;
    grid-column: 1 / 2;
	margin-right: 30px;
	}
#guide .main.nomal .guide_thum {
    grid-row: 1 / 3;
    grid-column: 2 / 3;
	}

/* reverse
------------------------------------ */
#guide .main.reverse {
	display: grid;
    grid-template-rows: 80px 220PX;
    grid-template-columns: 480px 1fr;
	align-items: center;
	margin-top: 7em ;
	}
#guide .main.reverse .guide_ttl {
	grid-row: 1 / 2;
	grid-column: 2 / 3;
	padding-left: 80px;
	margin-top: 5em;
	}
#guide .main.reverse .guide_txt {
    grid-row: 2 / 3;
    grid-column: 2 / 3;
	padding-left: 80px;		
	}
#guide .main.reverse .guide_thum {	
    grid-row: 1 / 3;
    grid-column: 1 / 2;
	}
/* icon */
#guide .guide_ttl img {
	position: relative;
	display: inline-block;
	top: 12px;
	width: 45px;
	margin-right: 20px;
	line-height: 1;
	}
/* link */
#guide .link-menu ul {
	margin-top: 30px;
	text-align: left;
	}
#guide .link-menu li {
	display: inline-block;
	padding: 3px 20px 3px 25px;
	border-left: 1px solid #503a1a;
	}
#guide .link-menu li:last-child{
	border-right: 1px solid #503a1a;
	}
#guide .link-menu li a {
	position: relative;
	color: #503a1a;
	letter-spacing: .05em;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	}
#guide .link-menu li a::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #ffe001;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
	}
#guide .link-menu li a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
	}
	@media only screen and (max-width: 768px) {
		#guide .main.nomal,
		#guide .main.reverse {
			grid-template-rows: 75px auto;
			grid-template-columns: 1fr;
			}
		#guide .main.reverse {
			margin-top: 2.5em;
			padding-top: 1em;
			border-top: 1px solid #ccc;
			}
		#guide .main.nomal .guide_ttl,
		#guide .main.reverse .guide_ttl {
			grid-row: 1 / 2;
			grid-column: 1 / 2;
			text-align: center;
			padding-right: 15%;
			margin: 0 0 20px 0;
			}
		#guide .main.reverse .guide_ttl {
			padding-left: 0;
			}
		#guide .main.nomal .guide_txt,
		#guide .main.reverse .guide_txt {
			grid-row: 3 / 4;
			grid-column: 1 / 2;
			padding: 15px 0 0 0;
			margin: 0;
			}
		#guide .main.nomal .guide_thum,
		#guide .main.reverse .guide_thum {
			grid-row: 2 / 3;
			grid-column: 1 / 2;
			}
		#guide .main.nomal.map .guide_thum {
			display: block;
			}
		#guide .main.nomal .link-menu ul,
		#guide .main.reverse .link-menu ul{
			margin-top: 15px;
			text-align: center;
			}
		#guide .main.nomal .link-menu ul li,
		#guide .main.reverse .link-menu ul li{
			padding: 0 .75em;
			}
		}
	@media only screen and (min-width: 480px) {
		#guide .main .guide_txt br {
			display: none;
			}
		}


/* recruit
======================================================= */
#recruit.section-bg_img {
	background-image: url("../images/top/top_recruit.jpg");
	width: 100%;
	height: auto;
	}
#recruit .area-map {
	padding: 30px;
	background: rgba(255, 255, 255, 0.7);
	-webkit-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
	box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
	}
#recruit .area-map .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	z-index: 999;
	}	
#recruit .area-map .inner .map {
	width: 80%;
	}
#recruit .area-map .inner .map a:hover {
	opacity: 0.6;
	}
#recruit .area-map .inner .city {
	width: 20%;
	}
#recruit .area-map .inner .city .city-group {
	position:relative; 
	margin: 0 auto 30px auto; 
	padding: 5px  10px 10px 10px; 
	border: 1px solid #503a1a;
	}
#recruit .area-map .inner .city .city-group .group-title {
	position:absolute;
	top: -7px; 
	left: 10px; 
	padding: 0 5px;
	line-height: 1;
	background:#f7f7f1;
	font-weight: 600;
	font-size: 1.3rem;
	}
#recruit .area-map .inner .city .city-group .btn {
	margin-top: 10px;
	width: 100%;
	}
#recruit .area-map .inner .city .city-group .btn img {
	width: 80%;
	display: block;
	margin: 0 auto;
	}
	@media only screen and (max-width: 768px) {
		#recruit .section-heading {
			color: #503a1a;
			text-shadow:1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff;
			}
	}
	@media only screen and (max-width: 480px) {
		#recruit.section-bg_img {
			background-position: 55% 75%;
			}
		#recruit .area-map {
			padding: 15px;
			}
		#recruit .area-map .inner {
			display: block;
			}	
		#recruit .area-map .inner .map {
			width: 100%;
			}
		#recruit .area-map .inner .city {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			align-items: flex-start;
			width: 100%;
			}
		#recruit .area-map .inner .city .city-group {
			width: 49%;
			margin: 0;
			}
		}


/* action
======================================================= */
#loopslider {
	margin: 0 auto;
	width: 100%;
	height: 300px;
	text-align: left;
	position: relative;
	overflow: hidden;
	}
#loopslider ul {
	height: 300px;
	float: left;
	display: inline;
	overflow: hidden;
	}
#loopslider ul li {
	width: 400px;
	height: 300px;
	float: left;
	display: inline;
	overflow: hidden;
	}
#loopslider ul li img{
	border-right: 3px solid #fff;
	}
	@media only screen and (max-width: 768px) {
		#loopslider {
			height: 130px;
			}
		#loopslider ul {
			height: 130px;
			}
		#loopslider ul li {
			width: 200px;
			height: 130px;
			}
		}
/* 
	ClearFixElements
======================================= */
#loopslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
	}
#loopslider ul {
	display: inline-block;
	overflow: hidden;
	}





/* =========================================================================== *
 * 　 hero
 * =========================================================================== */
#hero {
    position: relative;
    background-size: cover;
    padding-top: 40%;
    background-repeat: no-repeat;
    background-position: center top;
    }
    @media screen and (max-width: 768px) {
        #hero {
            height: 450px;
            }
        }
#hero.about {
    background-image: url(../images/about/about_cover.jpg);
	background-position: 20% center;
    }
#hero.group {
    background-image: url(../images/group/group_cover.jpg);
	background-position: center;
    }
#hero.recruit {
    background-image: url(../images/recruit/offer_cover.jpg);
	background-position: 10% center;
    }

















/* ===========================================================================
* 	about 
* =========================================================================== */

/* introduce
======================================================= */
#principles ul.mission-list {
	width:fit-content;
	margin: 0 auto 60px auto;
	}
#principles ul.mission-list li {
	display: block;
	width: auto;
	margin-bottom: 20px;
	}
#principles ul.mission-list li:last-child {
	margin-bottom: 0;
	}
#principles .vision-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}
#principles .vision-wrap .inner {
	position: relative;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40%;
	height: 200px;
	-webkit-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
	box-shadow: 4px 11px 35px -14px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	}
#principles .vision-wrap .inner.resources {
	background-image: url("../images/about/vision_resources.png");
	margin: 0 20px 50px 20px;
	}
#principles .vision-wrap .inner.contribution {
	background-image: url("../images/about/vision_contribution.png");
	margin: 0 20px 50px 20px;
	}
#principles .vision-wrap .inner.sdgs {
	background-image: url("../images/about/vision_sdgs.png");
	width: 100%;
	}
#principles .vision-wrap .inner .desc {
	padding: 15px;
	background: rgba(255, 255, 255, 0.85);
	text-align: center;
	}
#principles .vision-wrap .inner .desc h4 {
	display: block;
	margin-bottom: 15px;
	}
#principles .vision-wrap .inner .desc strong {
	display: block;
	font-size: 1.8rem;
	}

/* pop-up
------------------------------------ */
#principles .vision-wrap a {
	width: 40%;
	}
#principles .vision-wrap a:hover {
	opacity: 0.6;
	}
/* inline-wrap */
.inline-wrap h4 {
	margin-bottom: 30px;
	text-align: center;
	}
.inline-wrap ul li {
	margin-bottom: 15px;
	}
.inline-wrap .icon img {
	display: inline;
	width: 70px;
	}
	@media screen and (max-width: 768px) {
		#principles ul.mission-list {
			margin: 0 auto 30px auto;
			}
		#principles ul.mission-list h5 {
			font-size: 1.8rem;	
			}
		#principles ul.mission-list li {
			margin-bottom: 15px;
			}
		#principles .vision-wrap {
			display: block;
			padding: 0;
			}
		#principles .vision-wrap .inner {
			width: 100%;
			height: 150px;
			}
		#principles .vision-wrap .inner.resources,
		#principles .vision-wrap .inner.contribution {
			margin: 0 0 30px 0;
			width: 100%;
			}
		.inline-wrap ul {
			margin-bottom: 15px;
			}
		}
	@media (min-width: 576px) and (max-width: 992px) {
		.inline-wrap .icon img {
			width: 50px;
			}
		}
	@media screen and (max-width: 480px) {
		.inline-wrap .icon img {
			width: 45px;
			}
		}

/*  Office
======================================================= */
#company .company-info {
	margin-bottom: 60px;
	border-top: 3px solid #503a1a;
	border-bottom: 3px solid #503a1a;
	}
#company .company-info dl {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #d1cdc5;
	}
#company .company-info dt {
	width: 23%;
	padding: 20px 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: start;	
	}
#company .company-info dt span {
	background: #503a1a;
	color: #fff;
	font-size: 1.4rem;
	padding: 7px;
	width: 100px;
	text-align: center;
	}
#company .company-info dd {
	width: 77%;
	padding: 25px 0;
	margin: 0;
	}
#company .company-info dl:nth-child(5) {
	border-bottom: none;
	}

/* report */
#company .company-info .report dt {
	width: 33%;
	}
#company .company-info .report dt span {
	width: 150px;
	}
#company .company-info .report dd {
	width: 67%;
	}
#company .company-info .report dd a {
	padding-bottom: 2px ;
	border-bottom: 1px solid #503a1a;
	}
#company .company-info .report dd a:hover {
	opacity: 0.6;
	}
	@media screen and (max-width: 768px) {
		#company .company-info dl:nth-child(5) {
			border-bottom: 1px solid #d1cdc5;
			}
		}
	@media screen and (max-width: 480px) {
		#company .company-info {
			margin-bottom: 50px;
			}
		#company .company-info dt {
			padding: 15px 0;
			width: 30%;
			}
		#company .company-info dt span {
			width: 90px;
			}
		#company .company-info .report dt {
			width: 30%;
			}
		#company .company-info .report dt span {
			width: 90px;
			line-height: 1.35;
			}
		#company .company-info dd {
			padding: 20px 0;
			width:70%;
			line-height: 1.5;
			}
		#company .company-info .report dd {
			width: 70%;
			}
		}
	@media screen and (min-width: 480px) {
		#company .company-info br {
			display: none;
			}
		}

/* group
------------------------------------ */
#company .group-wrap figure {
	position: relative;
	margin-bottom: 30px;
	}
#company .group-wrap figure img {
	margin-bottom: 0;
	}
#company .group-wrap figure .tag {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 10px;
	background: #503a1a;
	color: #fff;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	}
#company .group-wrap h5 {
	margin-bottom: 20px;
	}
#company .group-wrap p {
	line-height: 1.35;
	}

#company .group-wrap .facility-detail {
	margin-top: 25px;
	}
#company .group-wrap .facility-detail li {
	position: relative;
	display: block;
	padding-left: 18px;
	margin-bottom: 15px;
	}
#company .group-wrap .facility-detail li:last-child {
	margin-bottom: 0;
	}
#company .group-wrap .facility-detail li:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f111";
	content: "\f111";
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 1.1rem;
	color: #d2cdc4;
	}
	@media screen and (max-width: 768px) {
		#company .group-wrap  {
			margin-bottom: 2.5em;
			padding-bottom: 2.5em;
			border-bottom: 1px solid #d1cdc5;
			text-align: center;
			}
		#company .group-wrap.last {
			margin-bottom: 0;
			padding-bottom: 0;
			border-bottom: none;
			}
		#company .group-wrap p {
			text-align: center;
			line-height: 1.35;
			}
		#company .group-wrap .facility-detail {
			width: fit-content;
			margin: 25px auto 0 auto;
			text-align: left;
			}
		}

/*  History
======================================================= */
.timeline {
    position: relative;
    padding: 0;
    list-style: none;
    }
.timeline:before {
    position: absolute;
    width: 3px;
    top: 30px;
    bottom: 0;
    content: " ";
    background: #bfbfbf;
    left: 50%;
    margin-left: 0;
    }
.timeline > li {
    position: relative;
    }
    @media screen and (max-width: 992px) {
        .timeline:before {
            margin-left: -60px;
            }
        .timeline > li {
            margin-bottom: 15px;
            }
        .timeline > li:last-child {
            margin-bottom: 0;
            }
        }
.timeline > li:before, .timeline > li:after {
    content: " ";
    display: table;
    }
.timeline > li:after {
    clear: both;
    }

/* panel */
.timeline > li > .timeline-panel {
    position: relative;
    float: left;
    margin: auto;
    padding: 15px;
    width: 43%;
    background: #fff;
	line-height: 1.25 !important;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    }
.timeline > li > .timeline-panel:before {
    position: absolute;
    display: inline-block;
    content: " ";
    top: 50%;
    right: -50px;
    width: 50px;
    border: 1px solid #bfbfbf;
    }
    @media screen and (max-width: 480px) {
        .timeline > li > .timeline-panel {
            padding: 15px 10px;
            width: 82% !important;
            }
        .timeline > li > .timeline-panel:before {
            margin-left:-10px;
            width: 25px;
            }
        }
    @media (min-width: 576px) and (max-width: 992px) {
        .timeline > li > .timeline-panel {
            width: 87% !important;
            padding: 20px 30px;
			font-size: 1.5rem;
            }
        .timeline > li > .timeline-panel:before {
            margin-left: -10px;
            width: 25px;
            }
        }

/* body */
.timeline-panel .date {
	margin-bottom: 5px;
	}
.timeline-panel .timeline-body {
	margin-bottom: 15px;
	}
.timeline-panel .timeline-body:last-child {
	margin-bottom: 0;
	}
.timeline-panel .timeline-body dt {
	margin-bottom: 5px;
	font-weight: 600;
	}
.timeline-panel .timeline-body dd {
	margin-bottom: 3px;
	padding-left:1em;
	text-indent:-1em;
	font-size: 1.5rem;
	}
.timeline-panel .timeline-body dt:last-child,
.timeline-panel .timeline-body dd:last-child  {
	margin-bottom: 0;
	}

/* badge */
.timeline > li > .timeline-badge {
    position: absolute;
    margin: auto 0 auto -30px;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    background: #503a1a;
	font-family: 'Roboto', sans-serif;
    z-index: 100;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
	}
.timeline > li > .timeline-badge p {
    display: table-cell;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    font-size: 1.8rem;
    text-align: center;
    z-index: 100;
    vertical-align: middle;
    line-height: 1.2;
    }
.timeline > li > .timeline-badge p span {
    display: block;
    font-size: 12px;
    text-align: center;
    }
    @media screen and (max-width: 992px) {
        .timeline > li > .timeline-badge {
            width: 50px;
            height: 50px;
            margin-left: -15px !important;
        }
        .timeline > li > .timeline-badge p {
            width: 50px;
            height: 50px;
            font-size: 1.4rem;
            }
        .timeline > li > .timeline-badge p span {
            font-size: 9rem;
            }
        }
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    }
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -50px;
    right: auto;
    }
    @media screen and (max-width: 992px) {
        .timeline > li.timeline-inverted > .timeline-panel:before {
            left: -15px;
            }
        ul.timeline:before {
            left: 83px;
            }
        ul.timeline > li > .timeline-panel {

            width: calc(100% - 200px);
            width: -moz-calc(100% - 200px);
            width: -webkit-calc(100% - 200px);
            }
        ul.timeline > li > .timeline-badge {
            left: 15px;
            margin-left: 0;
            }
        ul.timeline > li > .timeline-panel {
            float: right;
			
            }
        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
            }
        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
            }
        }











/* ===========================================================================
* 	group 
* =========================================================================== */

/* message
======================================================= */
#message .txt-box {
	position: relative;
	margin-top: 1em;
	border: 2px solid #503a1a;
	}
#message .txt-box h4 {
	position: absolute;
	top: -30px;
	right: 0;
	left: 0;
	text-align: center;
	}
#message .txt-box span {
	display: inline-block;
	padding: 0 15px;
	background: #fff;
	height: auto;
	}
#message .txt-box .inner{
	padding: 50px 30px 30px 30px;
	}
#message .txt-box span.circle {
	margin: 0 5px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 3rem;
	font-weight: 600;
	border-radius: 50%;
	background: #ffe001;
	text-align: center;
	padding-left: 10px;
	}
#message .txt-box .inner strong {
	display: inline;
	margin: 0 5px;
	padding: 5px;
	background: #ffe001;
	}
	@media screen and (min-width: 768px) {
		#message .txt-box h4 br {
			display: none;
			}
		}
	@media screen and (max-width: 768px) {
		#message .txt-box h4 {
			font-size: 2rem;
			}
		#message .txt-box .inner {
			padding: 45px 15px 15px 15px;
			}
		#message .txt-box .inner p {
			line-height: 1.75;
			}
		#message .txt-box span.circle {
			width: 40px;
			height: 40px;
			line-height: 40px;
			font-size: 2.5rem;
			padding-left: 8px;
			}
		#message .txt-box .inner strong {
			padding: 3px;
			}
		}


/* facility
======================================================= */
#facility #sec-01, #facility #sec-02, #facility #sec-03 {
	padding-top: 120px;
	margin-top: -120px	;
	}

/*  misaligned-wrap
------------------------------------ */
#facility .misaligned-wrap,
#facility .misaligned-wrap.reverse {
	position: relative;
	margin-bottom: 15em;
	}
#facility .misaligned-wrap .img-wrap,
#facility .misaligned-wrap.reverse .img-wrap {
	width: 60%;
	height: 500px;
	}
#facility .misaligned-wrap.reverse .img-wrap {
	margin-left: 40%;
	}
#facility .misaligned-wrap .card,
#facility .misaligned-wrap.reverse .card {
	position: absolute;
	background: #fff;
	width: 45%;
	padding: 40px;
	bottom: 0;
	text-align: center;
	}
#facility .misaligned-wrap .card {
	right: 0;
	}
#facility .misaligned-wrap.reverse .card {
	left: 0;
	}
#facility .misaligned-wrap .card h3,
#facility .misaligned-wrap.reverse .card h3 {
	display: block;
	margin-bottom: 35px;
	}
#facility .misaligned-wrap .card h5,
#facility .misaligned-wrap.reverse .card h5 {
	display: block;
	margin-bottom: 15px;
	line-height: 1.5;
	font-family: 'Arapey', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: 600;
	}
#facility .misaligned-wrap .card .txt_1 {
	margin-bottom: 15px;
	}
#facility .misaligned-wrap .card .cta {
	margin-top: auto;
	}	

/* card  */
#facility .misaligned-wrap .card .info {
	display: inline-block;
	margin-top: 15px;
	text-align: center;		
	}
#facility .misaligned-wrap .card .info img {
	vertical-align: middle;
	position: relative;
	width: 17px;
	height: 17px;
	display: inline;
	}
#facility .misaligned-wrap .card .info .number {
	margin-right: 15px;
	vertical-align: middle;
	display: inline;
	font-size: 2.2rem;
	font-weight: 600;
	}
#facility .misaligned-wrap .card .info a.mail img {
	width: 35px;
	height: 35px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	}	
#facility .misaligned-wrap .card .info .mail img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	}
	@media screen and (max-width: 768px) {
		#facility .misaligned-wrap,
		#facility .misaligned-wrap.reverse {
			position: relative;
			margin-bottom: 2.5em;
			width: 100%;
			}
		#facility .misaligned-wrap .img-wrap,
		#facility .misaligned-wrap.reverse .img-wrap {
			width: 100%;
			height: auto;
			}
		#facility .misaligned-wrap.reverse .img-wrap {
			margin-left: 0;
			}
		#facility .misaligned-wrap .card,
		#facility .misaligned-wrap.reverse .card {
			position: relative;
			width: 100%;
			padding: 30px;
			}
		#facility .misaligned-wrap .txt-wrap,
		#facility .misaligned-wrap.reverse .txt-wrap {
			position: relative;
			width: 100%;
			right: 0;
			bottom: 0;
			margin: 0;
			padding: 1.5em;
			}
		#facility .misaligned-wrap.reverse .img-wrap {
			margin-left: 0;
			}
		#facility .misaligned-wrap .card h3,
		#facility .misaligned-wrap.reverse .card h3 {
			margin-bottom: 25px;
			}
		}
		
		
		



















































































/* ===========================================================================
* 	recruit 
* =========================================================================== */

/* offer
======================================================= */
#offer .card {
	margin-bottom: 7em;
	padding: 5em;
	background: #fff;
	}
#offer .card.green .logo,
#offer .card.pink .logo,
#offer .card.blue .logo {
	display: block;
	margin: 0 auto 60px auto;
	width: 50%;
	}
#offer .info {
	margin-bottom: 3em;
	}
#offer .info .img-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 30px;
	}
#offer .info .img-wrap img {
	width: 32.5%;
	}
#offer .apply .cta {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
#offer .apply .cta .phone img {
	position: relative;
	width: 28px;
	display: inline-block;
	margin-right: 5px;
	top:8px;
	}
#offer .apply .cta .phone .number {
	display: inline;
	font-size: 4rem;
	vertical-align: middle;
	font-weight: 600;
	letter-spacing:0.02em;
	border-bottom: 3px solid #503a1a;
	}
#offer .apply .cta .phone span {
	display: inline;
	font-size: 1.8rem;
	}
#offer .apply .cta .btn {
	width: 280px;
	}
	@media screen and (max-width: 768px) {
		#offer .card {
			margin-bottom: 2.5em;
			padding: 30px;
			}
		#offer .info {
			margin-bottom: 30px;
			}
		#offer .info .img-wrap {
			margin-top: 15px;
			}
		#offer .info .img-wrap img {
			width: 100%;
			}
		#offer .info .img-wrap img:nth-last-child(-n+2) {
			display: none;
			}
		#offer .info h4,
		#offer .apply h4 {
			margin-bottom: 15px;
			}
		#offer .apply .cta {
			display: block;
			}
		#offer .apply .cta .phone {
			display: block;
			text-align: center;
			}
		#offer .apply .cta .phone img {
			display: inline-block;
			margin-right: 5px;
			top: 5px;
			width: 20px;
			}
		#offer .apply .cta .phone span {
			display: block;
			padding-top: 15px;
			}
		#offer .apply .cta .btn {
			display: block;
			margin-top: 30px;
			width: 100%;
			}
		}	
    @media (min-width: 576px) and (max-width: 992px) {
		#offer .card.green .logo,
		#offer .card.pink .logo,
		#offer .card.blue .logo {
			margin: 0 auto 30px auto;
			width: 80%;
			}
		}	
	@media screen and (max-width: 480px) {
		#offer .card.green .logo,
		#offer .card.pink .logo,
		#offer .card.blue .logo {
			margin: 0 auto 30px auto;
			width: 100%;
			}
		#offer .apply .cta .phone .number {
			font-size: 3rem;
			}
		}	

/* table(outside)
------------------------------------ */
 #detail  {
	 border-collapse: collapse;
	 width: 100%;
	 line-height: 1.25;
	}
#detail th,
#detail td {
	border: solid 1px #cfc7bd;
	box-sizing: border-box;
	}
#detail th {
	padding: 10px 0;
	width: 20%;
	background: #f3f0ed;
	vertical-align: middle;
	text-align: center;
	}
#detail td {
	padding: 10px;
	text-align: left;
	}
#detail ul li {
	position:relative;
	margin-bottom: 5px;
	padding-left: 12px;
	}
#detail ul li:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	 text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f111";
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 7px;
	}
	@media screen and (max-width: 640px) {
		#detail {
			width: 100%;
			}
		#detail th,
		#detail td {
			display: block;
			width: 100%;
			border-bottom: none;
			}
		#detail tr:last-child {
			border-bottom: solid 1px #cfc7bd;
			}
		}	
	@media screen and (max-width: 480px) {
		#detail br {
			display: none;
			}
		}

/*  inside  */
#inr-tbl th,
#inr-tbl td {
	padding: 5px;
	border: 1px solid #cfc7bd;
	text-align: center;
	box-sizing: border-box;
	}
#inr-tbl th {
	background: #f3f0ed;
	}
	@media screen and (max-width: 640px) {
		#inr-tbl .head {
			display:none;
			}
		#inr-tbl {
			width: 100%;
			}
		#inr-tbl td,
		#inr-tbl th {
			display: block;
			width: 100%;
			border-bottom: none;
  			}
		#inr-tbl td {
			padding: 0 1em 0 0;
			display: block;
			width: 100%;
			line-height: 2;
			text-align: center;
  			}
		#inr-tbl td:before {
			content: attr(data-label);
			padding: 0px 10px;
			display: inline;
			background: #f3f0ed;
			margin-right: 10px;
			float: left;
			width: 50%;
			border-right: 1px solid #cfc7bd;
  			}
		 #inr-tbl tr:last-child{
			border-bottom: 1px solid #cfc7bd;
			}
		}




































/* ===========================================================================
* 	single 
* =========================================================================== */
#contact .ttl-border,
#privacy .ttl-border{
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 15px;
	width: 80%;
    }
#contact .title,
#privacy .title {
	font-size: 1.8rem;
	}
	@media screen and (max-width: 480px) {
		#contact .ttl-border,
		#privacy .ttl-border {
			margin-bottom: 10px;
			width: 100%;
			}
		#contact .title,
		#privacy .title {
			font-size: 1.5rem;
			}
    	}

/*  single（contact, privacy）
---------------------------------------------------------- */
.single-wrap {
	padding: 5em;
	background: #fff;
	border: 1px solid #d2cdc4;
	}
	@media screen and (max-width: 768px) {
		.single-wrap {
			padding: 2em;
			background: #fff;
			border: 1px solid #d2cdc4;
			}
    	}

/* ===========================================================================
* 	contact 
* =========================================================================== */

/* form
------------------------------------ */
#contact .txt-wrap {
	margin-bottom: 4em;
    }
#contact .txt-wrap p {
	text-align: center;
    }
#contact .form-group {
	margin-bottom: 2.5em;
	}
#contact .form-group:last-child {
	margin-bottom: 0;
	}
#contact .form-control {
	background: #f7f7ec;
    -webkit-box-shadow: none;
	-moz-box-shadow: none;
    box-shadow: none;
	border: none;
	border: 2px solid  #f7f7ec;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	}
#contact label {
	padding: 0;
	margin-bottom: 5px;
	}
#contact span.required {
    position: relative;
    top: 3px;
	
    font-size: 1.8rem;
	color: #CC0000;
	}
#contact input[type="text"] {
	padding: 25px;
	}
#contact textarea {
	padding: 30px;
	}
#contact .btn {
	display: block;
	margin: auto;
	width: 240px;
	}
    @media screen and (max-width: 768px) {
		#contact .txt-wrap {
			margin-bottom: 2em;
			}
        #contact .form-group {
            margin-bottom: 2em;
            }
        }
    @media screen and (max-width: 480px) {
		#contact .txt-wrap p {
			text-align: left;
			}
		#contact .btn {
			width: 100%;
			}
        }
#contact .form-control:focus, 
#contact .form-control:active {
	borde: 2px solid #503a1a;
	}
#contact .form-control:focus, 
#contact .form-control:active {
	border: 2px solid #503a1a;
	}
#entry .form-control:focus, 
#entry .form-control:active {
	border: 2px solid #503a1a;
	}
#entry .form-control:focus, 
#entry .form-control:active {
	border: 2px solid #503a1a;
	}
/* Chrome, Safari */
.form-control::-webkit-input-placeholder {
	font-size: 1.3rem;
	}
/* Firefox */
.form-control::-moz-placeholder {
	font-size: 1.3rem;
	}
/* Firefox 18以前 */
.form-control:-moz-placeholder {
	font-size: 1.3rem;
	}
/* IE */
.form-control:-ms-input-placeholder {
	font-size: 1.3rem;
	}


/* ===========================================================================
* 	privacy 
* =========================================================================== */
#privacy dt {
	margin-bottom: 10px;
	font-size: 1.7rem;
    font-weight: 600;
	}
#privacy p, #privacy dl {
	margin-bottom: 4em;
	}
#privacy dl:last-child {
    margin-bottom: 0;
    }
#privacy dt {
	margin-bottom: 15px;
	padding-left: 1.5em;
	text-indent: -1.5em;
	line-height: 1.5;
	}
#privacy dd {
	line-height: 1.5;
	}
#privacy dd strong {
	display: block;
	margin-top: 10px;
	}
	@media screen and (max-width: 768px) {
        #privacy p, #privacy dl {
            margin-bottom: 2em;
            }
        }
    @media screen and (min-width: 768px) {
        #privacy dd br {
            display: none;
            }
        }


/* ===========================================================================
* 	footer 
* =========================================================================== */
#footer {
	background: #fff;
	padding-top: 7em;
	}
#footer #logo {
	margin-bottom: 20px;
	}
#footer .address p {
	line-height: 1.5;
	}
#footer .ftr-links {

	display: inline-block;
	width: 100%;
	text-align: right;
	}
#footer .ftr-links li {

	display: inline-block;
	padding: 3px 20px 3px 25px;
	border-left: 1px solid #503a1a;
	}
#footer .ftr-links li:last-child {
	border-right: 1px solid #503a1a;
	}
#footer .ftr-links li a {
	position: relative;
	color: #503a1a;
	letter-spacing: .05em;
	text-decoration: none;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	}
#footer .ftr-links a::after {
	position: absolute;
	bottom: -5px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #ffe001;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .3s;
	}
#footer .ftr-links a:hover::after {
	transform-origin: left top;
	transform: scale(1, 1);
	}

/*  banner  */
#footer .ftr-bnr {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 3em ;
	padding: 3em 0;
	border-top: 1px solid #d2cdc4;
	}
#footer .ftr-bnr .bnr-relation {
	margin-bottom: 8px;
	width: 19.5%;
	line-height: 1;
	box-sizing: border-box;
	}
	@media screen and (max-width: 768px) {
		#footer {
			padding-top: 2.5em;
			}
		#footer #logo {
			margin-bottom: 15px;
			}
		#footer .address p {
			text-align: center;
			}
		#footer .ftr-links {
			display: block;
			text-align: center;
			margin-bottom: 45px;
			}
		#footer .ftr-info {
			display: block;
			text-align: center;
			}
		#footer .ftr-bnr {
			margin-top: 2.5em ;
			padding: 2.5em 0;
			border-top: 1px solid #ccc;
			}
		#footer .copyright{
			padding: 1em 0;
			}
		}
	@media (min-width: 576px) and (max-width: 992px) {
		#footer .ftr-bnr .bnr-relation {
			margin-bottom: 5px;
			width: 32.5%;
			}
		#footer .ftr-bnr .bnr-relation:nth-last-child(-n+3) {
			margin-bottom: 0;
			}
		#footer .ftr-bnr .bnr-relation:last-child {
			display: none;
			}
		}
	@media screen and (max-width: 480px) {
		#footer .ftr-bnr .bnr-relation {
			margin-bottom: 7px;
			width: 49%;
			}
		#footer .ftr-bnr .bnr-relation:nth-last-child(-n+2) {
			margin-bottom: 0;
			}
		}


/*  copyright
======================================================= */
#copyright {
	padding: 2em 0;
	background: #fffff4;
	border-top: 1px solid #fdf092;
	}
#copyright p {
	font-size: 1.4rem;
	text-align: center;
	}
	@media screen and (max-width: 768px) {
		#copyright {
			padding: 1em 0;
			}
		}


/* ===========================================================================
* 	offcanvas 
* =========================================================================== */
#offcanvas {
	position: absolute;
	position: fixed;
	z-index: 1901;
	width: 270px;
	background: #fae04c;
	top: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 100px 40px 40px 40px;
	overflow-y: auto;
	display: none;
	-moz-transform: translateX(270px);
	-webkit-transform: translateX(270px);
	-ms-transform: translateX(270px);
	-o-transform: translateX(270px);
	transform: translateX(270px);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	}
	@media screen and (max-width: 768px) {
		#offcanvas {
			display: block;
			}
		}
.offcanvas #offcanvas {
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-o-transform: translateX(0px);
	transform: translateX(0px);
	}
#offcanvas a {
	display: block;
	text-align: center;
	letter-spacing: 0.2em;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
	color: #503a1a;
	font-size: 1.7rem;
	}
#offcanvas a:hover {
	color: #503a1a;
	font-weight: 600;
	}
#offcanvas ul {
	argin: 0;
	padding: 0;
	border-top: 1px solid rgba(80, 58, 26, 0.3);
	}
#offcanvas ul li {
	margin: 0;
	padding: 15px 0;
	list-style: none;
	border-bottom: 1px solid rgba(80, 58, 26, 0.3);
	}

/*  dropdown  */
#offcanvas ul li > ul {
	padding-left: 20px;
	display: none;
	}
#offcanvas ul li.offcanvas-has-dropdown > a {
	display: block;
	position: relative;
	}
#offcanvas ul li.offcanvas-has-dropdown > a:after {
	position: absolute;
	right: 0px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e921";
	font-size: 20px;
	color: rgba(255, 255, 255, 0.2);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	}
#offcanvas ul li.offcanvas-has-dropdown.active a:after {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
	}

/*  contact  */
#offcanvas .btn-cta {
	display: block;
	margin-top: 50px;
	width: 100%;
	text-align: center;
	}
#offcanvas .btn-cta .phone {
	display: inline-block;
	font-size: 2.35rem;
	font-weight: 600;
	}
#offcanvas .btn-cta .phone span {
	display: block;
	margin-bottom: 15px;
	font-size: 1.4rem;
	font-weight: normal;
	}
#offcanvas .btn-cta .phone img {
	position: relative;
	display: inline-block;
	width: 18px;
	margin-right: 5px;
	}
#offcanvas .btn-cta .mail {
	display: block;
	margin: 15px auto 0 auto;
	width: 40px;
	}
#offcanvas .btn-cta .mail:hover {
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
	}

/*  toggle
---------------------------------------------------------- */
.nav-toggle {
	width: 25px;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
	top: 12px !important;
	}
.nav-toggle.active i::before, .nav-toggle.active i::after {
	background: #503a1a;
	}
.nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {
	outline: none;
	border-bottom: none !important;
	}
.nav-toggle i {
	position: relative;
	display: inline-block;
	width: 25px;
	height: 2px;
	color: #503a1a;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: #503a1a;
	transition: all .2s ease-out;
	}
.nav-toggle i::before, .nav-toggle i::after {
	content: '';
	width: 25px;
	height: 2px;
	background: #503a1a;
	position: absolute;
	left: 0;
	transition: all .2s ease-out;
	}
.nav-toggle.nav-white > i {
	color: #fff;
	background: #fff;
	}
.nav-toggle.nav-white > i::before, .nav-toggle.nav-white > i::after {
	background: #fff;
	}

.nav-toggle i::before {
	top: -7px;
	}
.nav-toggle i::after {
	bottom: -7px;
	}
.nav-toggle:hover i::before {
	top: -10px;
	}
.nav-toggle:hover i::after {
	bottom: -10px;
	}
.nav-toggle.active i {
	background: transparent;
	}
.nav-toggle.active i::before {
	top: 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	}
.nav-toggle.active i::after {
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	}
.nav-toggle {
	position: fixed;
	right: 0px;
	top: 12px;
	z-index: 21;
	padding: 6px 0 0 0;
	display: block;
	margin: 0 auto;
	display: none;
	height: 44px;
	width: 44px;
	z-index: 2001;
	border-bottom: none !important;
	}
	@media screen and (max-width: 768px) {
		.nav-toggle {
			display: block;
			}
		}


























































/*  button
======================================================= */

.btn {
	background: #503a1a;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	}
.btn.btn-md {
	padding: 7px 0 !important;
	}
.btn.btn-lg {
	padding: 12px 0 !important;
	}

.btn:hover, .btn:active, .btn:focus {
	color: #fff;
	background: #696054;
	box-shadow: none !important;
	outline: none !important;
	transform: none;
	}
.btn::after {
	height: 0;
	background: none;
	transform: none;
	transform-origin: none;
	transition: none;
	}
.btn:hover::after {
	transform-origin: none;
	transition: none;
	}
.btn.btn-primary {
	border: 2px solid transparent !important;
	color: #fff;
	text-shadow: 1px 0px 2px  rgba(0, 0, 0, 0.5);
	font-size: 1.6rem;
	width: 100%;
	}

/*  color  */
.btn-primary.green {
	background: #8dc21f;
	}
.btn-primary.green:hover, .btn-primary.green:focus, .btn-primary.green:active {
	background: #a7c95f !important;
	border-color: #a7c95f !important;
	}
.btn.btn-primary.pink {
	background: #d76878;
	}
.btn-primary.pink:hover, .btn-primary.pink:focus, .btn-primary.pink:active {
	background: #d47c88 !important;
	border-color: #d47c88 !important;
	}
.btn.btn-primary.blue {
	background: #00b1c3;
	}
.btn-primary.blue:hover, .btn-primary.blue:focus, .btn-primary.blue:active {
	background: #69bbc9 !important;
	border-color: #69bbc9 !important;
	}











































/* ===========================================================================
* 	go-to-top 
* =========================================================================== */
.gototop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	}
.gototop.active {
	opacity: 1;
	visibility: visible;
	}
.gototop a {
	width: 50px;
	height: 50px;
	display: table;
	background: rgba(77, 59, 35, 0.5);
	color: #fff;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius:50%;
	}
.gototop a i {
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	}
.gototop a:hover, .gototop a:active, .gototop a:focus {
	text-decoration: none;
	outline: none;
	}


/* animate
------------------------------------------------------------------ */
.js .animate-box {
	opacity: 0;
	}



