@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900,300);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*

sn : section name
pt : page type

*/


[ib] {
	display: inline-block;
}

/* ============================================================================================== */
/* Global                                                                                         */
/* ============================================================================================== */

html {
	font-size: 62.5%;
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Open Sans", "Noto Sans Japanese", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2;
	color: #555;
	color: #444;
	/*overflow-y: scroll;
	overflow-x: hidden;*/
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

main {
	width: 100%;
	height: 100%;
	font-size: 1.5rem;
	line-height: 1.75;
}

h1,h2,h3,h4,h5,h6 { /*"TsukuARdGothic-Regular",*/
	font-family:  "Open Sans", "Noto Sans Japanese", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
	font-size: 1.6rem;
	font-weight: 500;
	color: #000;
}

p,
td,
th,
blockquote {
	font-family: "Open Sans", "Noto Sans Japanese", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
}


strong,
em {
	color: #333;
	font-weight: 600;
}

a {
	color: inherit;
	/*color: rgba(0,0,0,0.8);*/
	transition: all 0.1s ease;
}

a:hover {
	/*color: #000;*/
	text-decoration: underline;
}

::-moz-selection{
	background-color: #555;
	color: #fff;
}

::selection{
	background-color: #555;
	color: #fff;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}


.flex-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.flex-item {
	flex: 1 1 auto;
}



/* ============================================================================================== */
/* Letter, glyph                                                                                  */
/* ============================================================================================== */

.uppercase {
	text-transform: uppercase;
}

.en-f-weight-200 {
	font-weight: 200;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.en-f-weight-300 {
	font-weight: 300;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.en-f-weight-400 {
	font-weight: 400;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.en-f-weight-500 {
	font-weight: 500;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.en-f-weight-600 {
	font-weight: 600;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.en-f-weight-700 {
	font-weight: 700;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.en-f-weight-800 {
	font-weight: 800;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}



.en-f-serif-weight-500 {
	font-weight: normal !important;
	font-family: "Granjon LT W01 Roman", "Garamond W01", serif;
}

.en-f-serif-weight-500-italic {
	font-weight: normal !important;
	font-family: "Granjon LT W01 Italic", "Granjon LT W01 Roman", "Garamond W01", serif;
}

.en-f-serif-weight-700 {
	font-weight: normal !important;
	font-family: "Granjon LT W01 Bold", sans-serif;
}



.letter-state {
	font-family: "Open Sans", "Noto Sans Japanese", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "Meiryo", "Open Sans", Helvetica, Arial, sans-serif;
}

.letter-state.letter-state--heading {
	font-family: "Open Sans", "Noto Sans Japanese", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "Meiryo", "Open Sans", Helvetica, Arial, sans-serif;
}




/* ============================================================================================== */
/* Icon / SVG                                                                                     */
/* ============================================================================================== */

svg.defaults {
	display: none;
}

.svg-icon {
	position: relative;
	top: 0;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	line-height: 0;
}

.svg-icon svg {
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.button-default-state {
	display: inline-block;
	letter-spacing: 0;
	line-height: 0;
}

.svg-icon--color-wt {
	fill: #fff;
}

.svg-icon--color-bk {
	fill: #000;
}

.svg-icon--arrow {
	left: 0px;
}

.svg-icon--arrow.circle {
	left: 0px;
	min-width: 22px;
	min-height: 22px;
}

.svg-icon--arrow.circle {
	top: -2px;
	left: -2px;
}

.svg-icon--arrow.circle svg {
	position: absolute;
	border: 2px solid rgba(255,255,255,0.8);
	border-radius: 50%;
}

.svg-icon--arrow.circle.thin svg {
	border-width: 1px;
	top: -1px;
	left: 0;
}

.svg-icon--color-wt.circle:before {
	border-color: rgba(255,255,255,0.8);
}

.svg-icon--color-bk.circle:before {
	border-color: rgba(0,0,0,0.8);
}


a:hover .svg-icon--arrow {
	-webkit-animation: iconScaleWt 0.25s ease-out 0s 1 normal;
	        animation: iconScaleWt 0.25s ease-out 0s 1 normal;
}

a:hover .svg-icon--arrow.circle:before {
	/*-webkit-transition: none;
	        transition: none;*/
	-webkit-animation: iconScaleBorderWt 0.25s ease-out 0s 1 normal;
	        animation: iconScaleBorderWt 0.25s ease-out 0s 1 normal;
}

a:hover .svg-icon--arrow.svg-icon--color-bk {
	-webkit-animation: iconScaleBk 0.25s ease-out 0s 1 normal;
	        animation: iconScaleBk 0.25s ease-out 0s 1 normal;
}

a:hover .svg-icon--arrow.svg-icon--color-bk.circle:before {
	/*-webkit-transition: none;
	        transition: none;*/
	-webkit-animation: iconScaleBorderBk 0.25s ease-out 0s 1 normal;
	        animation: iconScaleBorderBk 0.25s ease-out 0s 1 normal;
}

.svg-icon--position-left.circle {
	left: -5px;
	margin-right: 10px;
}

.svg-icon--position-right.circle {
	left: -5px;
	margin-left: 10px;
}



/* ============================================================================================== */
/* Icon / IMG                                                                                     */
/* ============================================================================================== */

.before-img-icon:before {
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	margin-right: 5px;
}

.icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	vertical-align: middle;
}

.icon:before {
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.icon--access-bus_bk:before   { background-image: url(../images/common/icon_access-bus_bk.png); }
.icon--access-bus_wt:before   { background-image: url(../images/common/icon_access-bus_wt.png); }

.icon--access-train_bk:before { background-image: url(../images/common/icon_access-train_bk.png); }
.icon--access-train_wt:before { background-image: url(../images/common/icon_access-train_wt.png); }

.icon--access-car_bk:before   { background-image: url(../images/common/icon_access-car_bk.png); }
.icon--access-car_wt:before   { background-image: url(../images/common/icon_access-car_wt.png); }

.icon--assignment_bk:before   { background-image: url(../images/common/icon_assignment_bk.png); }
.icon--assignment_wt:before   { background-image: url(../images/common/icon_assignment_wt.png); }

.icon--info-outline_bk:before { background-image: url(../images/common/icon_info-outline_bk.png); }
.icon--info-outline_wt:before { background-image: url(../images/common/icon_info-outline_wt.png); }

.icon--loyalty_bk:before      { background-image: url(../images/common/icon_loyalty_bk.png); }
.icon--loyalty_wt:before      { background-image: url(../images/common/icon_loyalty_wt.png); }

.icon--stars_bk:before        { background-image: url(../images/common/icon_stars_bk.png); }
.icon--stars_wt:before        { background-image: url(../images/common/icon_stars_wt.png); }

.icon--span-end_bk:before     { background-image: url(../images/common/icon_span-end_bk.png); }
.icon--span-end_wt:before     { background-image: url(../images/common/icon_span-end_wt.png); }

.icon--user_bk:before         { background-image: url(../images/common/icon_user_bk.png); }
.icon--user_wt:before         { background-image: url(../images/common/icon_user_wt.png); }

.icon--yen_bk:before          { background-image: url(../images/common/icon_yen_bk.png); }
.icon--yen_wt:before          { background-image: url(../images/common/icon_yen_wt.png); }

.icon--tag_bk:before          { background-image: url(../images/common/icon_tag_bk.png); }
.icon--tag_wt:before          { background-image: url(../images/common/icon_tag_wt.png); }

.icon--map-pin_bk:before      { background-image: url(../images/common/icon_map-pin_bk.png); }
.icon--map-pin_wt:before      { background-image: url(../images/common/icon_map-pin_wt.png); }

.icon--finger_bk:before       { background-image: url(../images/common/icon_finger_bk.png); }
.icon--finger_wt:before       { background-image: url(../images/common/icon_finger_wt.png); }

.icon--tel_bk:before          { background-image: url(../images/common/icon_tel_bk.png); }
.icon--tel_wt:before          { background-image: url(../images/common/icon_tel_wt.png); }

.icon--mail_bk:before         { background-image: url(../images/common/icon_mail_bk.png); }
.icon--mail_wt:before         { background-image: url(../images/common/icon_mail_wt.png); }



/* ============================================================================================== */
/* Layout / global-header                                                                         */
/* ============================================================================================== */

.hover-levitate:hover {
	transform: translateY(-0px);
	box-shadow: 0 8px 8px rgba(0,0,0,0.2);
	z-index: 1;
}

.hover-levitate:active {
	transform: translateY(0);
	box-shadow: 0 0px 0px rgba(0,0,0,0);
	transition-duration: 0;
}


#global-header {
	position: fixed;
	z-index: 200;
	width: 280px;
	height: 100vh;
	background: rgb(245, 242, 238);
	float: left;
	backface-visibility: hidden;
}

#global-header .logo-container {
	display: table;
	width: 100%;
	height: 30vh;
	min-height: 300px;
	padding: 20px;
	box-sizing: border-box;
	background-color: #333;
}

#global-header .logo-container .cell-wrap {
	display: table-cell;
}

#global-header .logo-container .logo-anchor {
	position: relative;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

#global-header .logo {
	width: 75%;
	display: block;
	margin: 0;
}

#global-header .logo > * {
	margin-top: 5px;
}

#global-header .logo > *:first-child {
	margin-top: 0;
}

#global-header .logo__logomark {
	display: block;
	height: 23px;
}

#global-header .logo__logotype {
	display: block;
	width: 100%;
}

#gnav {
	z-index: 200;
	transition: all 0.2s ease 0s;
}



.global-navigation a {
	transition: all 0.25s ease;
}

.nav-ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gnav-main li {
	display: table;
	width: 100%;
	height: 80px;
	min-height: 80px;
	vertical-align: middle;
	font-size: 1.6rem;
	font-weight: bold;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
}


.gnav-main a {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
	outline: none;
	text-decoration: none;
}

.gnav-main a:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 31.25px;
	height: 37.5px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto 75px;
	
	animation: spriteAnimation-A2 0.2s steps(9) 0s 1 normal;
	animation-fill-mode: backwards;
}

.gnav-main a:hover:after {
	animation: spriteAnimation-A 0.2s steps(9) 0s 1 normal;
	animation-fill-mode: forwards;
}
.gnav-main .current a:after {
	animation: spriteAnimation-B 0.6s steps(9) 0s infinite normal;
}

.gnav-main a:hover {
	z-index: 1;
	color: #fff;
}

.gnav-main .current a {
	z-index: 1;
	color: #fff;
}

@keyframes spriteAnimation-A {
	0% {
		background-position: left top;
	}
	100% {
		background-position: right top;
	}
}

@keyframes spriteAnimation-A2 {
	0% {
		background-position: right top;
	}
	100% {
		background-position: left top;
	}
}

@keyframes spriteAnimation-B {
	0% {
		background-position: left bottom;
	}
	100% {
		background-position: right bottom;
	}
}



.gnav-main .nav-jobseeker a {
	
}
.gnav-main .nav-jobseeker a:after {
	background-image: url(../images/common/sprite_human1.png);
}
.gnav-main .nav-jobseeker a:hover {
	color: #fff;
	background-color: #ff5983;
}
.gnav-main .nav-jobseeker.current a {
	color: #fff;
	background-color: #ff5983;
}



.gnav-main .nav-client a {
	
}
.gnav-main .nav-client a:after {
	background-image: url(../images/common/sprite_human2.png);
}
.gnav-main .nav-client a:hover {
	color: #fff;
	background-color: #10c8f6;
}
.gnav-main .nav-client.current a {
	color: #fff;
	background-color: #10c8f6;
}



.gnav-main .nav-company a {
	
}
.gnav-main .nav-company a:after {
	background-image: url(../images/common/sprite_human3.png);
}
.gnav-main .nav-company a:hover {
	color: #fff;
	background-color: #2469dc;
}
.gnav-main .nav-company.current a {
	color: #fff;
	background-color: #2469dc;
}

.gnav-sub {
	margin-top: 20px;
}

.gnav-sub li {
	font-size: 1.2rem;
	font-weight: 600;
	box-sizing: bordr-box;
	display: table;
	width: 100%;
}

.gnav-sub a {
	position: relative;
	display: table-cell;
	height: 100%;
	padding: 8px 20px;
	vertical-align: middle;
	box-sizing: border-box;
	text-decoration: none;
}

.gnav-sub a i {
	position: absolute;
	right: 15px;
	left: auto;
	top: calc(50% - 9px);
	opacity: 0.5;
}

.gnav-sub a:hover {
	background: #888;
	color: #fff;
}

.gnav-sub a:hover i {
	opacity: 1;
}

.gnav-sub a:hover svg {
	fill: #fff;
}

.contact-info {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 20px;
	box-sizing: bordr-box;
}

.contact-info .contact-title {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.6;
	margin-top: 0;
	margin-bottom: 5px;
}

.contact-info .contact-tel {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 3rem;
	letter-spacing: -0.1rem;
	line-height: 1;
	color: #333;
	overflow: visible;
	white-space: nowrap;
	margin: 0;
}

.contact-time {
	font-size: 1.2rem;
	line-height: 2;
	color: #000;
	margin: 0;
}

.contact-moreinfo {
	font-size: 1.2rem;
	color: #000;
	margin: 5px 0;
}

.contact-moreinfo .button-state.fill-button {
	width: 100%;
	margin: 5px 0;
	padding: 13px;
	text-align: center;
}

.menu-button {
	display: none;
	position: fixed;
	top: 4px;
	right: 5px;
	z-index: 201;
}

.menu-button a {
	position: relative;
	height: 40px;
	width: 40px;
	display: block;
	padding: 0;
	overflow: hidden;
	box-sizing: border-box;
	-webkit-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.menu-button a span,
.menu-button a span:before,
.menu-button a span:after {
	position: absolute;
	display: block;
	height: 2px;
	width: 20px;
	padding: 0;
	background: #fff;
	text-indent: -200px;
	border-radius: 0;
	-webkit-transition: all 0.25s ease;
	        transition: all 0.25s ease;
}

.menu-button a span {
	top: 13px;
	margin-left: 10px;
	-webkit-transform-origin: center 15px;
	        transform-origin: center 15px;
}

.menu-button a span:before {
	top: 6px;
	content: "";
	-webkit-transform-origin: center center;
	        transform-origin: center center;
}

.menu-button a span:after {
	top: 12px;
	content: "";
	-webkit-transform-origin: center center;
	        transform-origin: center center;
}

.menu-button a:hover {
	
}

.menu-button a:hover span,
.menu-button a:hover span:before,
.menu-button a:hover span:after {
	background: #fff;
}

.show .menu-button a {
	box-shadow: 0 0 0 rgba(0,0,0,0.3);
}

.show .menu-button a span,
.show .menu-button a span:before,
.show .menu-button a span:after {
	background: #fff;
}

.show .menu-button a:hover span,
.show .menu-button a:hover span:before,
.show .menu-button a:hover span:after {
	background: #fff;
}

.show .menu-button a span {
	background: #fff;
	-webkit-transition: all 0.2s ease 0.1s;
	        transition: all 0.2s ease 0.1s;
	-webkit-transform: rotate(45deg) translate(-6px, 8px);
	        transform: rotate(45deg) translate(-6px, 8px);
}

.show .menu-button a span:before {
	background: #fff;
	opacity: 0;
	-webkit-transition: all 0.2s ease 0s;
	        transition: all 0.2s ease 0s;
}

.show .menu-button a span:after {
	background: #fff;
	-webkit-transition: all 0.2s ease 0.1s;
	        transition: all 0.2s ease 0.1s;
	-webkit-transform: rotate(-90deg) translate(12px, 0px);
	        transform: rotate(-90deg) translate(12px, 0px);
}




/* ============================================================================================== */
/* Layout / main-wrapper                                                                          */
/* ============================================================================================== */

.main-wrapper {
	float: right;
	width: calc(100% - 280px);
}

.inner-container {
	margin-right: auto;
	margin-left: auto;
}

.inner-container.width-state--regular {
	width: calc(100% - 100px);
	max-width: 1260px;
}

.inner-container.width-state--max {
	width: 100%;
	max-width: auto;
}

.inner-container.backcolor {
	background: #e2ded8;
}

.inner-container.container-style--card {
	position: relative;
	margin-bottom: 30px;
	padding: 10px 0;
	background: #fff none repeat scroll 0% 0%;
	border-radius: 5px;
}

/* Desktop */
@media screen and (max-width: 1180px) {
	.inner-container.width-state--regular {
		width: calc(100% - 100px);
	}
}

/* iPad */
@media screen and (max-width: 768px) {
	.inner-container.width-state--regular {
		width: calc(100% - 60px);
	}
}
/* iPhone 6 Plus */
@media screen and (max-width: 414px) {
	.inner-container.width-state--regular {
		width: calc(100% - 40px);
	}
}
/* iPhone 5 */
@media screen and (max-width: 374px) {
	
	.inner-container.width-state--regular {
		width: calc(100% - 30px);
	}
}



.page-index {
	margin-bottom: 40px;
}

.page-index .partition {
	position: relative;
}

.page-index__container:before,
.page-index .partition:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 4px;
	background: rgba(0,0,0,0.1);
	border-radius: 2px 0 0 2px;
}

.page-index__container:before {
	border-radius: 2px;
}

.page-index .partition:nth-child(even):before {
	border-radius: 0 0 2px 2px;
}

.page-index .partition:last-child:before {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.page-index .flex-container {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.page-index .flex-container:before,
.page-index .flex-container:after {
	content: "";
	display: block;
	width: calc(33.333% - 20px);
	height: 0;
	order: 2;
}

.page-index__container {
	position: relative;
}

.page-index__container:before {
	top: auto;
	bottom: 0;
	width: 100%;
}

.page-index .content-item {
	width: calc(33.333% - 20px);
	padding: 20px 0px 15px;
	box-sizing: border-box;
	flex-grow: 0;
	flex-shrink: 0;
}

.page-index .content-item a {
	padding: 25px 0;
	display: flex;
	text-decoration: none;
}

.page-index .content-item .image-character {
	position: relative;
	width: 70px;
	margin: 0 15px 0 0;
	text-align: center;
}

.page-index .content-item .image-character:before {
	content: "";
	display: block;
	position: absolute;
	background: #000;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	opacity: 0.35;
	margin: auto;
	top: 15px;
	right: 0;
	bottom: auto;
	left: 0;
	transition: all cubic-bezier(.17,.84,.44,1) 0.4s;
}

.page-index .content-item .image-character img {
	width: 70px;
	position: relative;
	z-index: 2;
}

.page-index .content-item a:hover .image-character:before {
	opacity: 0.7;
	transform: scale(1.6);
}


.page-index .content-item:before {
	
}

.page-index .content-title {
	font-weight: 600;
	font-size: 1.8rem;
	line-height: 1.3;
	margin-bottom: 10px;
}

.page-index .content-description {
	font-size: 1.4rem;
	line-height: 1.6;
}



.aside-page-index {
	margin-top: 80px;
}

/* -------------------------------------------- */

.navigation-tab {
	overflow-y: hidden;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	        overflow-scrolling: touch;
}

.navigation-tab__stickey-container {
	position: -webkit-sticky;
	position:         sticky;
	top: 0px;
	z-index: 1;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.navigation-tab__container {
	white-space: nowrap;
	box-sizing: border-box;
}

.navigation-tab__item {
	display: inline;
	padding: 0 10px;
}

.navigation-tab__item:first-child {
	padding-left: 0;
}

.navigation-tab__item:last-child {
	padding-right: 0;
}

.navigation-tab__item a {
	display: inline-block;
	font-weight: 600;
	line-height: 2;
	padding: 10px 20px;
	border-bottom: 5px solid rgba(0,0,0,0.04);
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	outline: none;
}

.navigation-tab__item br {
	display: none;
}

.navigation-tab__item a:hover {
	border-color: rgba(0,0,0,0.5);
}

.navigation-tab__item.ui-state-active a,
.navigation-tab__item.ui-state-active a:hover {
	border-color: #000;
}




/* ============================================================================================== */
/* Layout / global-footer                                                                         */
/* ============================================================================================== */

#global-footer {
	width: 100%;
	margin: 0 auto;
	padding: 0px;
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 2.2;
}


.contact-container {
	margin-top: 80px;
	padding-bottom: 120px;
	background-image: url("../images/common/illust_peoples_rainbow.png");
	background-size: auto 55px;
	background-position: center bottom;
	background-color: transparent;
	background-repeat: repeat-x;
}

.contact-container ul {
	max-width: 1260px;
	margin: 0 auto;
}

.contact-type {
	text-align: center;
	position: relative;
	width: 50%;
}

.contact-type:before {
	content: "";
	display: block;
	position: absolute;
	width: 5px;
	height: 100%;
	right: -2px;
	background: rgba(0,0,0,0.15);
	border-radius: 2px;
}

.contact-type:last-child:before {
	display: none;
}

.contact-type.tel {
	overflow: hidden;
}

.contact-type.mail {
	
}

.contact-title {
	font-size: 1.8rem;
	font-weight: bold;
	color: #555;
	margin: 20px 0 10px;
}

.contact-title .icon {
	display: block;
	width: 59px;
	height: 59px;
	margin: 20px auto;
	padding: 5px;
	line-height: 0;
	background: #555;
	border-radius: 50%;
	box-sizing: border-box;
}

.contact-title .icon img {
	width: 48px;
	height: auto;
}

.contact-link {
	padding: 10px 0 5px;
}

.contact-tel-number {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 4.8rem;
	font-weight: bold;
	line-height: 1;
	/*color: #2459B2;*/
	letter-spacing: -0.2rem;
	margin: 10px 0 5px;
	padding: 0 5px;
}

.contact-container .details-notice {
	margin: 5px 0 20px;
	font-size: 1.3rem;
	line-height: 2rem;
	color: #555;
	padding: 0 20px;
}

.footer-main-wrapper {
	background: #191919;
	color: rgba(255,255,255,0.8);
}

.footer-main-wrapper a {
	color: rgba(255,255,255,1);
	text-decoration: none;
}

.footer-navigation {
	min-height: 180px;
}

.footer-nav-container {
	background: #191919;
	padding: 60px 50px 120px;
}

.footer-nav-container li {
	margin: 5px 0;
}

.footer-nav-container li i {
	margin-right: 7px;
}

.footer-nav-container li a {
	display: inline-flex;
	align-items: center;
}

.footer-nav-container .pickup-nav {
	font-size: 1.2rem;
}

.footer-nav-container.catch-copy {
	background: rgba(255,255,255,0.1);
	flex-grow: 2;
	min-width: 50%;
	box-sizing: border-box;
}

.footer-nav-container.catch-copy img {
	width: 58%;
	min-width: 200px;
	max-width: 350px;
}

.footer-nav-container.maincontents {
	background: rgba(255,255,255,0.15);
	padding: 50px;
	min-width: 25%;
	box-sizing: border-box;
}

.footer-nav-container.pickupcontents {
	background: rgba(255,255,255,0.2);
	padding: 50px;
	min-width: 25%;
	box-sizing: border-box;
}

.footer-company-info {
	padding: 60px 50px;
	box-sizing: border-box;
	font-size: 1.2rem;
	line-height: 1.8rem;
	text-transform: uppercase;
}

.footer-company-info p {
	margin: 7px 0;
}

.footer-company-info .company-name {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.footer-company-info .other-info-container {
	
}

.footer-company-info .other-info-container .inline-item {
	display: inline-block;
	margin-right: 10px;
}

.footer-company-info .other-info-container .other-nav {
	display: inline-block;
	font-size: 1.1rem;
}





#global-footer .top-of-page {
	display: block;
	position: fixed;
	width: 30px;
	height: 30px;
	color: #fff;
	background: #191919;
	line-height: 30px;
	font-size: 20px;
	font-style: normal;
	text-align: center;
	vertical-align: top;
	
	
	padding: 10px;
	margin: 0;
	cursor: pointer;
	z-index: 500;
	border-radius: 0;
	transition: all 0.15s ease-out;
}

#global-footer .top-of-page.bottom {
	right: 10px;
	bottom: 10px;
	border-radius: 3px;
}

#global-footer .top-of-page.hide {
	bottom: -50px;
}

#global-footer .top-of-page:hover {
	background-color: rgba(255,255,255,1);
	color: #000;
}

#global-footer .top-of-page:hover .svg-icon {
	fill: #000;
}

/* ============================================================================================== */
/* Transition / container                                                                         */
/* ============================================================================================== */


#pushstate-container {
	opacity: 0;
	transition: all 0s cubic-bezier(.22,.61,.36,1);
	transition-property: opacity;
}

.onloadstart #pushstate-container {
	opacity: 0;
	transition-duration: 0s;
}

.onloadajaxcontent #pushstate-container {
	
}

.onready #pushstate-container {
	opacity: 1;
	transition-duration: 0.5s;
}

.onloadcomplete #pushstate-container {
	opacity: 1;
}


/* ============================================================================================== */
/* Indicator                                                                                      */
/* ============================================================================================== */

.indicator {
	display: block;
	position: fixed;
	top: 0;
	left: 280px;
	width: calc(100% - 280px);
	height: 100vh;
	line-height: 0;
	z-index: 1000;
	background: rgba(255,255,255,0.9);
	opacity: 0;
	/*-webkit-transition: opacity 0.2s ease;
	        transition: opacity 0.2s ease;*/
}

.indicator.show {
	opacity: 1;
	display: block;
}

.indicator.hide {
	display: none;
}

.indicator img {
	position: absolute;
	top: 0%;
	vertical-align: middle;
}

.indicator span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 25px;
	height: 25px;
	display: block;
	margin: auto;
	z-index: 9999;
	background-image: url(../images/common/indicator_k.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 25px 300px;
	-webkit-animation: indicatorAnimation 0.5s steps(12) infinite;
	        animation: indicatorAnimation 0.5s steps(12) infinite;
}


.indicator.show span {
	-webkit-animation: indicatorAnimation 0.5s steps(12) infinite, iconZoomIn 0.5s cubic-bezier(0.08,0.82,0.17,1) 1s 1 normal;
	        animation: indicatorAnimation 0.5s steps(12) infinite, iconZoomIn 0.5s cubic-bezier(0.08,0.82,0.17,1) 1s 1 normal;
	-webkit-animation-fill-mode: backwards;
	     -o-animation-fill-mode: backwards;
	        animation-fill-mode: backwards;
}

.indicator.hide span {
	-webkit-animation: indicatorAnimation 0.5s steps(12) infinite;
	        animation: indicatorAnimation 0.5s steps(12) infinite;
}


.indicator#indMC {
	z-index: 99;
}

.indicator#indMC span {
	
}


@-webkit-keyframes indicatorAnimation {
	from { background-position: 0px 0px; }
	to   { background-position: 0px -300px; }
}

@keyframes indicatorAnimation {
	from { background-position: 0px 0px; }
	to   { background-position: 0px -300px; }
}


@ only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 3) {
	
	@-webkit-keyframes indicatorAnimation2 {
		from { background-position: 0px 0px; }
		to   { background-position: 0px -150px; }
	}
	
	@keyframes indicatorAnimation2 {
		from { background-position: 0px 0px; }
		to   { background-position: 0px -150px; }
	}
}


/* ============================================================================================== */
/* UI / Button                                                                                    */
/* ============================================================================================== */


.table-state--regular {
	width: 100%;
	table-layout: fixed;
}

.table-state--regular tr {
	text-align: left;
	border-top: 1px solid rgba(0,0,0,0.1);
}

.table-state--regular th,
.table-state--regular td {
	text-align: left;
	font-size: inherit;
	padding: 5px 0;
}
.table-state--regular th:empty:before,
.table-state--regular td:empty:before {
	content: " ";
}

.table-state--regular th {
	font-weight: bold;
}

.table-state--regular td {
}

/* ============================================================================================== */
/* UI / Button                                                                                    */
/* ============================================================================================== */


.button-state {
	display: inline-block;
	-webkit-transition: all 0.15s ease;
	        transition: all 0.15s ease;
}

.button-state.lang-en {
	font-size: 1.6rem;
}

.button-state.underline {
	border-bottom: 1px solid rgba(0,0,0,0.5);
	text-decoration: none;
}

.button-state.underline:hover {
	border-bottom: 1px solid rgba(0,0,0,1);
}

.button-state.fill-button {
	color: #fff;
	background: #333;
	font-weight: 600;
	padding: 5px 15px;
	border-radius: 5px;
	box-sizing: border-box;
	text-decoration: none;
}

.button-state.ghost-button {
	border: 2px solid rgba(0,0,0,0.8);
	color: rgba(0,0,0,0.8);
	padding: 5px 15px;
	font-weight: 700;
	border-radius: 5px;
	box-sizing: border-box;
	text-decoration: none;
}

.button-state.ghost-button:hover {
	border: 2px solid rgba(0,0,0,1);
	color: rgba(255,255,255,1);
	background-color: #000;
}





.button-state.emboss-button {
	display: flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	border: medium none;
	margin: 0px auto 0;
	padding: 10px;
	font-family: inherit;
	font-weight: 600;
	font-size: 1em;
	line-height: 100%;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	color: #fff;
	background-color: #333;
	text-decoration: none;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	box-sizing: border-box;
	transform: translateY(-3px);
	transition: all 0.1s ease 0s;
}

.button-state.emboss-button:hover {
	background-color: #000;
	color: #fff;
	box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
}

.button-state.emboss-button.with-icon {
	padding: 10px 15px 10px 10px;
}

.button-state.emboss-button:active {
	margin-top: 0px;
	transform: translateY(0);
	box-shadow: 0px 0px 0px transparent
}

.button-state.emboss-button .svg-icon {
	fill: #fff;
	width: 1.5em;
	height: 1.5em;
	margin-right: 10px;
}

.button-state.emboss-button svg {
	width: 100%;
	height: 100%;
}



/* ============================================================================================== */
/* UI / Input(text fields & controls)                                                             */
/* ============================================================================================== */

input,
textarea,
select {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	border-radius: 0;
}

.input-state--text,
.input-state--textarea,
.input-state--select {
	width: 100%;
	padding: 10px 10px;
	font-family: inherit;
	font-size: 2.5rem;
	border: none;
	box-sizing: border-box;
	background-color: #f5f2ee;
	border-radius: 5px;
	margin-top: 5px;
	transition: all 0.1s ease;
	outline: none;
}

.input-state--textarea {
	min-height: 10em;
	font-size: 1.6rem;
}

.input-state--text:hover,
.input-state--textarea:hover,
.input-state--select:hover {
	border-bottom-color: rgba(0,0,0,0.3);
}

.input-state--text:focus,
.input-state--textarea:focus,
.input-state--select:focus {
	background-color: #eee9e1;
}


.control-group {
	margin: 10px 0;
}

.control-group .control-item {
	margin-bottom: 5px;
	display: inline-block;
	margin-right: 30px;
}

.input-state--control {
	display: none;
}

.input-state--control + label {
	position: relative;
}

.input-state--control + label .control {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	border: 2px solid rgba(0,0,0,0.4);
	box-sizing: border-box;
	vertical-align: middle;
}

.input-state--control + label .control {
	transition: all 0.2s ease;
}

.input-state--control + label:hover {
	color: #000;
}

.input-state--control + label:hover .control {
	border: 2px solid #000;
}

.input-state--control:checked + label .control {
	border: 2px solid #000;
	opacity: 1;
}

.input-state--control + label .control:after {
	position: absolute;
	content: "";
	display: inline-block;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	box-sizing: border-box;
	transition: all 0.2s ease;
}

.input-state--control:checked + label .control,
.input-state--control:checked + label .control:after {
	color: #000;
	opacity: 1;
}

.input-state--control[type="radio"] + label .control,
.input-state--control[type="radio"] + label .control:after {
	border-radius: 50%;
}

.input-state--control[type="radio"] + label .control:after {
	width: 62.5%;
	height: 62.5%;
	background: #000;
	transform: scale(0,0);
}

.input-state--control[type="radio"]:checked + label .control:after {
	background: #000;
	transform: scale(1,1);
}

.input-state--control[type="checkbox"] + label .control {
	border-radius: 2px;
}

.input-state--control[type="checkbox"] + label .control:after {
	top: -10%;
	width: 40%;
	height: 70%;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	transform: scale(0, 0) rotate(45deg);
}

.input-state--control[type="checkbox"]:checked + label .control {
	background: #000;
}

.input-state--control[type="checkbox"]:checked + label .control:after {
	transform: scale(1,1) rotate(45deg);
}

.input-state--select-wrap {
	position: relative;
}

.input-state--select-wrap:before {
	content: "▼";
	position: absolute;
	display: inline-block;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(0,0,0,0.3);
	z-index: 2;
	font-size: 9px;
}

.input-state--select-wrap select,
.input-state--select {
	position: relative;
	z-index: 1;
}




.search-form {
	position: relative;
}

.search-input {
	width: 100%;
	padding: 15px;
	background: rgba(0,0,0,0.05);
	border-radius: 5px;
	font-size: 2rem;
	box-sizing: border-box;
	outline: none;
	border: none;
}

.search-submit {
	position: absolute;
	right: 0px;
	top: 0px;
	line-height: 3rem;
	padding: 15px;
	border: none;
	outline: none;
	font-size: 1.6rem;
	background: url(../images/common/icon_search_bk.png) no-repeat center center;
	background-size: auto 24px;
	border-radius: 0px 5px 5px 0px;
	text-indent: -10em;
	overflow: hidden;
	width: 50px;
	cursor: pointer;
}
.search-submit {
	
}



.input-form .notice-text {
	font-size: 1.3rem;
	line-height: 2rem;
	display: block;
	margin: 5px 0;
}

.input-form__ui {
	text-align: right;
	box-sizing: border-box;
}

.input-form__ui-item {
	display: inline-block;
	margin-right: 30px;
}

.input-form__ui-item:last-child {
	margin-right: 0;
}

.input-form__ui-item.next-step {
	margin-right: 0;
}

.input-form__ui-item.prev-step {
	font-weight: 600;
}

.input-form__ui-item.next-step .button-state {
	display: inline-block;
	margin: 0;
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
	font-size: 1.8rem;
	line-height: 3rem;
}


.input-state--textarea::-webkit-input-placeholder,
.input-state--text::-webkit-input-placeholder {
	color: #777;
}

.input-state--textarea::-moz-placeholder,
.input-state--text::-moz-placeholder {
	color: #777;
}

.input-state--textarea::placeholder,
.input-state--text::placeholder {
	color: #777;
}



.contact-form__input-textarea.error,
.contact-form__input-text.error {
	background-color: rgba(255,0,0,0.2);
}

.error-message {
	color: #f00;
}

.contact-form-error {
	display: none;
	margin-top: 30px;
	color: #f00;
	font-weight: bold;
}




.input-form-step__confirm .page-header__page-title {
	font-size: 1.6rem;
	font-weight: bold;
}

.input-form-step__confirm tr {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.input-form-step__confirm th {
	color: #999;
}

.input-form-step__confirm td {
	color: #000;
	font-size: 2.5rem;
}

.input-form-step__confirm .input-textarea td {
	font-size: 1.5rem;
}

.input-form-step__confirm .control-group li:after {
	content: ", ";
}

.input-form-step__confirm .control-group li:last-child:after {
	content: "";
}

.input-form-step__confirm .control-group li {
	display: inline-block;
}



.input-form-step__finish {
	margin: 50px auto;
}

.input-form-step__finish.inner-container.container-style--card {
	padding: 50px 0px;
	margin-bottom: 50px;
	height: 50vh;
	min-height: 300px;
}

.input-form-step__finish .apply-intro__title {
	font-size: 3.5rem;
	line-height: 4.5rem;
	font-weight: normal;
	letter-spacing: -0.1rem;
}

/* ============================================================================================== */
/* Animation                                                                                      */
/* ============================================================================================== */

@keyframes iconZoomInBounce {
	0% {
		transform: scale3d(0,0,0);
	}
	60% {
		transform: scale3d(1.35,1.35,1.35);
	}
	80% {
		transform: scale3d(0.85,0.85,0.85);
	}
	90% {
		transform: scale3d(1.05,1.05,1.05);
	}
	100% {
		transform: scale3d(1,1,1);
	}
}

@keyframes iconZoomIn {
	0% {
		transform: scale3d(0,0,0);
	}
	100% {
		transform: scale3d(1,1,1);
	}
}

@keyframes iconScaleWt {
	0% {
		transform: scale3d(1.5,1.5,1.5);
	}
	100% {
		transform: scale3d(1,1,1);
	}
}

@keyframes iconScaleBorderWt {
	0% {
		border-color: rgba(0,0,0,1);
		opacity: 0;
	}
	100% {
		border-color: rgba(255,255,255,1);
		opacity: 1;
	}
}

@keyframes iconScaleBk {
	0% {
		transform: scale3d(1.5,1.5,1.5);
	}
	100% {
		transform: scale3d(1,1,1);
	}
}

@keyframes iconScaleBorderBk {
	0% {
		border-color: rgba(0,0,0,1);
		opacity: 0;
	}
	100% {
		border-color: rgba(0,0,0,1);
		opacity: 1;
	}
}

@keyframes targetAnimation {
	0% {
		transform: translateY(0px);
		text-shadow: 0 0 0 rgba(0,0,0,0.6);
	}
	100% {
		transform: translateY(-5px);
		text-shadow: 0 5px 5px rgba(0,0,0,0.3);
	}
}


/* ============================================================================================== */
/* Media query                                                                                    */
/* ============================================================================================== */


@media screen and (min-width: 1281px) {
	
}


/* 1280以下のディスプレイ */
@media screen and (max-width: 1180px) {
	
	.indicator {
		width: 100%;
		left: 0;
	}
	
	#global-header {
		position: relative;
		width: 100%;
		height: auto;
		float: none;
		overflow: hidden;
		background-color: #333;
	}
	
	#gnav {
		/*display: flex;*/
	}
	
	.global-navigation {
		width: 100%;
		float: right;
		display: flex;
		flex-direction: column;
		margin-top: -40px;
	}
	
	#global-header .logo {
		width: auto;
		display: flex;
		padding: 15px 10px;
	}
	
	#global-header .logo > *,
	#global-header .logo > *:first-child {
		margin-top: 0;
	}
	
	#global-header .logo-container  {
		min-height: 0;
		height: auto;
	}
	
	#global-header .logo-container .logo-anchor {
		display: flex;
		align-items: center;
	}
	
	#global-header .logo-container {
		width: auto;
		height: auto;
		float: left;
		background: none;
		padding: 0;
	}
	
	#global-header .logo-container a:hover {
		box-shadow: none;
	}
	
	#global-header .logo__logomark {
		display: inline-block;
		height: 18px;
		width: auto;
		margin: auto;
	}
	
	#global-header .logo__logotype {
		display: inline-block;
		width: auto;
		height: 15px;
		margin: auto;
	}
	
	.nav-ul {
		display: flex;
	}
	.nav-ul li {
		width: 50%;
	}
	.gnav-main {
		order: 2;
		background-color: #fff;
	}
	.gnav-main li {
		height: 100%;
		min-height: 40px;
	}
	.gnav-main a {
		padding: 10px;
	}
	.gnav-sub {
		width: 60%;
		justify-content: flex-end;
		align-self: flex-end;
		margin-top: 0;
	}
	.gnav-sub li {
		background: none;
		width: auto;
		font-size: 1.2rem;
	}
	.gnav-sub a {
		color: #fff;
	}
	.gnav-sub i {
		display: none;
	}
	
	.contact-info {
		display: flex;
		order: 1;
		justify-content: center;
		align-items: center;
		padding: 0;
		background: rgba(0,0,0,0.1);
		
		/* ---------- fixed contact ---------- */
		position: fixed;
		bottom: 0;
		width: 100%;
		background: rgba(255,255,255,0.8);
		-webkit-backdrop-filter: brightness(2) blur(4px);
		        backdrop-filter: brightness(2) blur(4px);
		/* ----------------------------------- */
	}
	
	/* ---------- fixed contact ---------- */
	.footer-company-info {
		padding-bottom: 90px;
	}
	/* ----------------------------------- */
	
	.contact-info .contact-title {
		margin: 0px 5px 0 15px;
	}
	
	.contact-info .contact-title br {
		display: none;
	}
	.contact-info .contact-tel {
		font-size: 2rem;
		margin: 0px 5px;
	}
	.contact-info .contact-time {
		margin: 0px 5px;
		display: none;
	}
	.contact-info .contact-moreinfo {
		margin: 0px 10px;
	}
	.contact-info .contact-moreinfo .button-state {
		padding: 5px 15px;
		line-height: 1.5rem;
	}
	
	/* ---------------------------------------- */
	
	.main-wrapper {
		float: none;
		width: 100%;
	}
	
	.page-index .flex-container {
		
	}
	
	.page-index .content-item {
		width: calc(50% - 20px);
	}
	
}


/* ---------------------------------------------------------------------------------------------- */
/* Tablet                                                                                         */

/* iPad */
@media screen and (max-width: 768px) {
	
	
	/* ------------------------------------------------------------------------------------------ */
	
	.page-index .content-item a,
	.page-index .content-item:nth-child(2n) a {
		margin: 0;
		display: flex;
	}
	
	
	.page-index .content-item .image-character + .content-wrap {
		width: calc(75% + 15px);
	}
	.page-index .content-item .image-character {
		margin-left: -15px;
		margin-right: 0;
		width: 25%;
	}
	
	.page-index .content-item {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		padding: 15px 0px 10px;
	}
	.page-index__container:before,
	.page-index .partition:before {
		border-radius: 2px;
	}
	
	.page-index .partition:nth-child(even):before {
		display: block;
	}
	.page-index .content-item a {
		padding: 10px 0;
	}
	.page-index .content-title {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	
	.page-index .content-item .image-character img {
		width: 60px;
	}
	
	.page-index .content-item .image-character:before {
		width: 40px;
		height: 40px;
	}
	
	.page-index .content-description {
		font-size: 1.3rem;
		line-height: 2rem;
	}
	
	/* ------------------------------------------------------------------------------------------ */
	
	.gnav-main a i {
		display: none;
	}
	.gnav-main a:after {
		right: 5px;
	}
	
	.gnav-sub {
		width: 100%;
	}
	
	.gnav-sub a {
		padding-right: 10px;
		padding-left: 10px;
		font-size: 1.1rem;
	}
	.gnav-sub a i {
		display: none;
	}
	.contact-container {
		background-size: auto 55px;
	}
	
	.contact-info {
		
	}
	
	.footer-navigation {
		width: 100%;
		min-height: auto;
	}
	.footer-nav-container {
		width: 50%;
	}
	.footer-nav-container.catch-copy {
		width: 100%;
	}
	.footer-nav-container.catch-copy img {
		width: 35%;
	}
	.footer-nav-container.maincontents {
		padding: 35px 45px 30px;
		min-height: auto;
	}
	.footer-nav-container.pickupcontents {
		min-height: auto;
	}
	
	/* ------------------------------------------------------------------------------------------ */
	
	
	.contact-type {
		width: 100%;
	}
	
	.contact-container {
		padding-bottom: 70px;
	}
	.contact-type::before {
		width: calc(100% - 40px);
		height: 4px;
		right: -2px;
		background: rgba(0, 0, 0, 0.15) none repeat scroll 0% 0%;
		border-radius: 2px;
		margin: 0 auto;
		bottom: 0;
		right: 0;
		left: 0;
	}
	.contact-container .details-notice {
		margin: 5px 0px 50px;
	}
	.contact-title .icon {
		margin-bottom: 10px;
	}
	.contact-type.tel {
		margin-bottom: 15px;
	}
	.contact-title {
		margin-top: 0;
		margin-bottom: 0;
	}
	.contact-tel-number {
		margin-top: 0;
		font-size: 12vw;
		line-height: 1;
	}
	.contact-tel-number {
		font-size: 7vw;
	}
	
	#global-footer .top-of-page {
		display: none;
	}
}


/* ---------------------------------------------------------------------------------------------- */
/* SmartPhone                                                                                     */

/*@media screen and (max-width: 414px) {*/
@media screen and (max-width: 540px) {
	
	main {
		font-size: 1.4rem;
		line-height: 2.5rem;
	}
	
	
	.global-navigation {
		margin-top: 0;
	}
	
	#global-header {
		position: fixed;
		box-shadow: none;
		overflow: visible;
	}
	
	#global-header .logo-container {
		display: inline-flex;
		width: 100%;
		position: relative;
		z-index: 201;
		text-align: left;
		box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
	}
	
	#global-header .logo-container .logo-anchor {
		width: auto;
	}
	
	#global-header .logo__logomark {
		
	}
	
	#global-header .logo__logotype {
		height: 14px;
	}
	
	#global-header .site-description {
		display: block;
		padding-left: 0px;
		font-size: 0.9rem;
	}
	
	.nav-ul {
		display: block;
	}
	
	.nav-ul li {
		width: 100%;
	}
	
	.gnav-main {
		order: 0;
	}
	
	.gnav-main li {
		min-height: 40px;
	}
	
	.gnav-main a {
		padding: 15px 20px 15px 15px;
	}
	
	.gnav-main .svg-icon {
		display: inline-block;
	}
	
	.gnav-sub {
		width: 100%;
		justify-content: flex-end;
		align-self: flex-end;
	}
	
	.gnav-sub li {
		background: rgba(0,0,0,0.05);
		width: 100%;
		font-size: 1.2rem;
		height: 29px;
	}
	
	.gnav-sub a {
		color: inherit;
		padding: 10px 20px;
	}
	
	.contact-info {
		display: block;
		padding: 20px;
		background: none;
		position: relative;
		bottom: auto;
		box-sizing: border-box;
	}
	
	.contact-info .contact-title {
		margin: 0;
	}
	
	.contact-info .contact-tel {
		font-size: 3rem;
		margin: 0;
	}
	
	.contact-info .contact-time {
		display: block;
		margin: 0;
	}
	
	.contact-info .contact-moreinfo {
		display: none;
	}
	
	.contact-info .contact-moreinfo .button-state {
		border: 2px solid rgba(0, 0, 0, 0.8);
		padding: 5px 15px;
		border-radius: 5px;
	}
	
	.footer-company-info .company-name {
		color: #fff;
	}
	
	.footer-company-info .company-address {
		margin-bottom: 0;
	}
	.footer-company-info .company-notification {
		font-size: 1.0rem;
	}
	.footer-company-info p {
		margin: 0px 0px 25px;
	}
	
	/*.footer-company-info .other-info-container .inline-item {
		display: block;
	}*/
	
	.menu-button {
		display: block;
	}
	
	.menu-button a {
		-webkit-animation: iconZoomInBounce 0.5s cubic-bezier(0.08,0.82,0.17,1) 0 1 normal;
		        animation: iconZoomInBounce 0.5s cubic-bezier(0.08,0.82,0.17,1) 0 1 normal;
		-webkit-animation-fill-mode: backwards;
		     -o-animation-fill-mode: backwards;
		        animation-fill-mode: backwards;
	}
	
	#gnav {
		z-index: 200;
		transition: all 0.2s ease 0s;
	}
	
	#gnav .wrap {
		position: fixed;
		left: 0;
		top: 0;
		margin: 0 auto;
		padding: 0;
		z-index: 20;
		width: 100%;
		height: auto;
		background: rgba(255, 255, 255, 0.95);
		vertical-align: middle;
		z-index: 200;
		box-sizing: border-box;
		transition: 0.5s cubic-bezier(0.8, 0.0, 0.2, 1.0) 0s;
		transition-property: transform, opacity;
		transform: translateY(30%);
		opacity: 0;
	}
	
	#gnav .wrap {
		width: 100%;
	}
	
	#gnav.hide .wrap {
		visibility: hidden;
		pointer-events: none;
	}
	
	#gnav.show .wrap {
		pointer-events: auto;
		transform: translateY(48px);
		opacity: 1;
	}
	
	#gnav.show .wrap {
		visibility: visible;
	}
	
	#gnav .overlay {
		position: fixed;
		display: block;
		content: "";
		width: 100%;
		height: 100vh;
		background: rgba(0,0,0,0.5);
		opacity: 0;
		transition: opacity 0.5s cubic-bezier(0.8, 0.0, 0.2, 1.0) 0s;
		backdrop-filter: blur(4px);
	}
	
	#gnav.show .overlay {
		height: 100vh;
		opacity: 1;
	}
	
	#gnav.hide .overlay {
		height: 0;
	}
	
	.footer-company-info {
		padding-bottom: 40px;
	}
	
	.footer-nav-container {
		padding: 40px 20px;
	}
	.footer-nav-container.maincontents,
	.footer-nav-container.pickupcontents {
		
		padding: 10px 20px;
		min-height: auto;
	}
	
	.footer-company-info {
		padding: 40px 20px;
	}
	.footer-nav-container {
		width: 100%;
	}
	
	
	
	
	
	.navigation-tab__stickey-container {
		top: 45px;
	}
	.navigation-tab.inner-container.width-state--regular {
		width: 100%;
	}
	
	.navigation-tab__item {
		min-width: 50%;
	}
	
	.navigation-tab__item:first-child {
		padding-left: 20px;
	}
	
	.navigation-tab__item:last-child {
		padding-right: 20px;
	}
	
	.navigation-tab__item a {
		padding: 10px;
	}
	
	
	
	
	
	.input-form__ui {
		text-align: center;
	}
	
	.input-form__ui-item.next-step .button-state {
		display: inline-block;
		padding-right: 20px;
		padding-left: 20px;
		font-size: 1.6rem;
		line-height: 2.5rem;
	}
	
	
	
	.control-group .control-item {
		display: block;
	}
}

/* iPhone 5 */
@media screen and (max-width: 374px) {
	
}
