@charset "utf-8";
/* CSS Document */
/*logo_top*/
.logo-top {
	width: 35%;
	padding-top: 3vh;
}
.logo-navi {
	width: 50%;
}

/*section*/
.sect {
	margin-top:100px;
	}
.sect-entry {
	margin-bottom: 50px
}

/*global_header*/
.g-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

/******************* global_navigation *******************/

.g-navigation {
	position: fixed;
	background: rgba(250, 190, 0,1);
	width: 100%;
	height: 100%;
	margin: 0 0 50px 0;
	pointer-events: none;
	box-sizing: border-box;
	visibility: hidden;
	z-index: 101;
	transform: translateY(0);
	transition: all 0.3s cubic-bezier(0.17, 0.84, 0.44, 1);
	opacity: 0;
}

/*js*/
.g-navigation .anm {
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.3s cubic-bezier(0.17, 0.84, 0.44, 1);
}

/*js_menuopen*/
.-show .g-navigation {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

/*js*/
/*hamburger_menu*/
.-show .g-navigation .anm {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.3s cubic-bezier(0.17, 0.84, 0.44, 1);
}

.g-navigation__inner {
	position: relative;
	display: flex;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	padding: 20px;
	overflow: auto;
	box-sizing: border-box;
	justify-content: space-around;
}

/*----------li----------------*/

.li-block {
	display: flex;
	z-index: 10;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	margin-top: 0;
	padding: 0 0 100px 0;
}

/*g-nav__list*/
.g-nav__list {
	text-align: left;
	padding: 0 50px;
}

.g-nav .g-nav__link {
	color: rgba(255,255,255,1);
	text-decoration: none;
	transition: .3s ease;
}

.g-nav .g-nav__link:hover {
	color: rgba(255,255,255,.7);
}

.gmenu_ttl {
	display: block;
	padding: 5px 0;
	font-weight: 500;
}
.gmenu-logo {
	padding: 0 45px;
}

.gttl-no_link {
	color: rgba(255,255,255,1);
	font-size: 20px;
}
.gttl-link {
	font-size: 20px;
}
.gttl-link_sub {
	font-size: 15px;
}

.g-nav .g-nav__link a:hover {
	transform: translateX(-5px);
	-webkit-transform: translateX(-5px);
	
}


/* header_logo  --------------------------------------------- */
.header_logo {
	top: -20px;
	left: 20px;
	position: absolute;
	z-index: 10;
}


/* menu_button --------------------------------------------- */

.menu_btn .entry_btn .header_logo {
	margin:0;
}

.menu_btn {
	position: fixed;
	top: 15px;
	right: 15px;
	width: 70px;
	height: 70px;
	background-color: #fabe00;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all .2s;
	        transition: all .2s;
	z-index: 102;
	border: 2px solid #fff;
}

.menu_btn:hover {
	background-color: rgba(222, 207, 87,0.7);
	box-shadow: none;
}

.menu_span {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 40px;
	height: 40px;
}

.menu_btn span {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 35px;
	height: 3px;
	border-radius: 2px;
	background: #fff;
}

.menu_btn span:nth-of-type(1) {
	top: 20px;
	z-index: 102;
}

.menu_btn span:nth-of-type(2) {
	top: 35px;
	z-index: 102;
}

.menu_btn span:nth-of-type(2)::after {
	content: "MENU";
	position: absolute;
	display: block;
	font-size: 10px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	color: #fff;
	top: 8px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 102;
}

.-show .menu_btn {
	background-color: none;
	box-shadow: none;
	border-radius: 50%;
	cursor: pointer;
	-webkit-transition: all .2s;
	        transition: all .2s;
	border: none;
}
.-show .menu_btn:hover {
	background-color: rgba(222, 207, 87,0.7);
	box-shadow: none;
	border: none;
}

.-show .menu_btn span:nth-of-type(1) {
	transform: translateY(3px) rotate(-30deg);
	top: 29px;
}
.-show .menu_btn span:nth-of-type(2) {
	transform: translateY(-3px) rotate(30deg);
	top: 35px;
}

.-show .menu_btn span:nth-of-type(2)::after {
	content: "CLOSE";
	transform: translateY(0) rotate(-30deg);
	top: 15px;
	left: 10px;
}


.-show .menu_btn a span {
	width: 0;
	left: -10px;
	transform: translateX(10px);
	transition: 0.25s ease;
	transition-property: background, opacity, transform;
}

.-show .menu_btn a span:before {
	transition: transform 0.2s cubic-bezier(0.77, 0, 0.18, 1);
	transform: rotate(40deg) translate(5px, 6px);
}

.-show .menu_btn a span:after {
	transition: transform 0.2s cubic-bezier(0.77, 0, 0.18, 1);
	transform: rotate(-40deg) translate(5px, -6px);
}



/*------------------------------------------------------------*/

/*entry_button------------------------------------------------*/
/******entry_button-navi・main-contents共通************/

.entry_btn:hover, .entry_btn-cont:hover {
	background-color: rgba(240,131,0,0.7);
	box-shadow: none;
}
.entry_btn, .entry_btn-cont {
	background-color: #f08300;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	border-radius: 50%;
	cursor: pointer;
	border: 2px solid #fff;
	transition: .3s ease;
}
.entry_btn-txt {
	text-align: center;
}

.txt.work, .txt.entry, .txt.work-m, .txt.entry-m {
	display: block;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	color: #fff;
	text-align: center;
}

/*------------------------------------------------------------*/


/*entry_button--------------------------------------------navi*/
.entry_btn {
	position: fixed;
	top: 15px;
	right: 95px;
	width: 70px;
	height: 70px;
	-webkit-transition: all .2s;
	        transition: all .2s;
	z-index: 100;
}

.entry_span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 60px;
	height: 30px;
}
.txt.work {
	font-size: 10px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.txt.entry {
	font-size: 15px;
	-webkit-transition: all .3s;
	        transition: all .3s;
}


/*entry_button----------------------maincontents*/
.entry-btn_inner {
	width: 120px;
	margin: auto;
}
.entry_btn-cont {
	position: relative;
	top: auto;
	width: 120px;
	height: 120px;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	z-index: 4;
}

.entry_span-m {
	margin: auto;
	width: 150px;
	text-decoration: none;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
.txt.work-m {
	position: absolute;
	font-size: 15px;
	top: 40px;
	left: 25px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}
.txt.entry-m {
	position: absolute;
	font-size: 25px;
	text-align: center;
	bottom: 30px;
	left: 23px;
}



/*---main-contents__btn-----------------------*/

.main_btn {
	text-align: center;
}
.btn_contents {
	position: relative;
	padding: 13px 50px 10px;
	border-radius: 40px;
	background-color: #414141;
	text-decoration: none !important;
	white-space: nowrap;
	align-items: center;
}

.btn_contents {
	border: 0;
}

.btn-txt {
	color: #fff;
	letter-spacing: 0.2em;
	font-size: 15px;
	justify-content: center;
}




/******************* footer *******************/

.footer-bg {
    position: absolute;
    bottom: -1px;
    width: 100%;
}

.footer-bg div {
	    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(../img/common/footer-top.webp) no-repeat;
    background-position: top center;
    background-size: 100%;
}

.footer-bg:before {
    content: "";
    display: block;
    padding-top: 22%;
}

footer {
	position:relative;
}
.footer_all {
    width: 100%;
    height: 0;
}

.footer_img {
	width: 100%;
	height: auto;
	margin: auto;
	left: 0;
	right: 0;
	bottom:0;
}

.footer_img > * {
	margin: 0;
}
.footer-laund_color {
	bottom: inherit;
	height: 450px;
	background-color: #fef0e5;
}


.footer-laundscape_sp {
	margin: 0;
	padding: 0;
    bottom: 0;
	width: 100%;
}

/*laundscape*/
/*pc*/
.footer-laundscape img{
	display: none;
}
.footer-laundscape_bottom {
	bottom: inherit;
	z-index: 1;
}

.footer-laundscape_bottom img{
	display: none;
}

/*sp*/
.footer-laundscape_sp img {
	display: block;
	width: 100%;
	height: 100%;
}

.footer-sp_bottom {
	bottom: inherit;
	z-index: 1;
}



.footer-color_sp {
	display: block;
}
.footer-color_pc {
		display: none;
}

.footer-cherryblossom img{
	display: none;
}

.f_nav {
	position: absolute;
    padding: 0 10px;
    bottom: 70px;
    box-sizing: border-box;
    width: 100%;
}

.f_nav-top {
    position: relative;
    bottom: 0;
}

.f_title {
	margin-left: 0;
	margin-bottom: 10px;
    padding-right: 0;
}

.f_nav__list {
    display: inline-block;
}

.f_nav-first,
.f_nav-middle {
	margin: 0 40px;
}
.f_nav-last {
	margin: 0 40px;
}

.f_nav__ul {
    display: inline-block;
	margin: 0 40px;
}

.f_nav__li span, .f_nav__li a {
	font-weight: 500;
	color: #000;
	text-decoration: none;
}

.f_recruit a, .f_policy a {
	font-size: 11px;
}

.f_nav-copyright {
	text-align: end;
	position: absolute;
	padding: 10px;
	margin: 0;
	bottom: inherit;
	right: 0;
	width: 100%;
	z-index: 6;
	}



/*pagination_<< 123 >>---------------------------------*/
.paging {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.paging-number {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.paging-number li a,
.current {
	margin: 0 0.5em;
}

.no-deco {
	text-decoration: none;
}

.paging-number a {
	display: block;
	min-width: 2em;
	color: #000;
	text-align: center;
	text-decoration: none;
}

.paging-number li .current,
.paging-number li a:hover {
	width: 2em;
	height: auto;
	border-radius: 50px;
	background: #e5f8ff;
	text-align: center;
}

.paging-number .current {
	font-weight: 600;
	pointer-events: none;
	color: #447fbb;
}

.paging-single {
	margin: 0 auto !important;
}

/*wp-navi*/
.wp-pagenavi {
	display: flex;
}

.wp-pagenavi a,
.wp-pagenavi span {
	transition: .3s ease;
	border: none !important;
}

/*----------------------------------*/


/* SVG icon */
svg.defaults {
	display: none;
}

.svg-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	line-height: 0;
	fill: currentColor;
}

.svg-icon svg {
	transition: all 0.25s ease;
}

.button-default-state {
	display: inline-block;
	letter-spacing: 0;
	line-height: 0;
}

.svg-icon--color-themacolor {
	fill: #555;
}

.svg-icon--arrow {
	left: 0px;
	top: -0.2em;
}

.svg-icon--arrow:first-of-type {
	margin-right: 5px;
}

.svg-icon--arrow:last-of-type {
	margin-left: 5px;
}

.gradient-svg-wrapper {
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	background: -webkit-linear-gradient(45deg, rgb(50,160,225), rgb(77,194,190) 60%);
	background:         linear-gradient(45deg, rgb(50,160,225), rgb(77,194,190) 60%);
}

.gradient-svg-wrapper:before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border: 0.6px solid #fff;
	box-sizing: border-box;
}

.gradient-svg-wrapper svg {
	fill: #fff;
	width: 100%;
	height: 100%;
}


.useSVG {
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/



/*---------------------------------------------------------------------------------*/
/************ responsive************/
/*---------------------------------------------------------------------------------*/
@media screen and (min-width: 360px) {
	.footer-laund_color {
		height: 380px;
	}
	.f_nav {
		bottom: 5px;
	}
	.f_nav-first,
	.f_nav-middle {
		margin: 0 40px;
	}
	.f_nav-last {
		margin: 0 0 40px 40px !important;
	}
	.nav-column {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
}
@media screen and (min-width: 375px) {
	.footer-laund_color {
		height: 250px;
	}
	.f_nav-last {
		margin: -22px 0 40px 40px !important;
	}
}
@media screen and (min-width: 380px) {
	.footer-laund_color {
		height: 220px;
	}
	.f_nav-last {
		margin: -22px 0 40px 40px !important;
	}
}


@media screen and (min-width: 540px) {
	/*logo_top*/
	.logo-top {
		width: 15%;
		padding-top: 3vh;
	}
	.logo-navi {
		width: 60%;
	}
	.g-nav {
		max-width: 290px;
	}
	
	/******************* footer *******************/
	.footer_all {
	    height: 500px;
	    overflow-y: hidden;
	}
	
	.footer_img > * {
		position: absolute;
		width: 100%;
	}
	.footer-laundscape,
	.footer-laundscape_bottom,
	.footer-cherryblossom {
		margin: 0;
		padding: 0;
	}
	.footer-cherryblossom {
		z-index: 3;
		bottom: inherit;
	}

	/*laundscape*/
	.footer-laundscape {
		z-index: 1;
	}
	
	
	.footer-laundscape img {
		display: block;
		width: 100%;
		height: 100%;
	}
	
	.footer-laundscape_bottom img {
		display: block;
		width: 100%;
		height: 100%;
	}

	.footer-laundscape_sp img {
		display: none;
	}
	
	.footer-color_sp {
		display: none;
	}
	.footer-color_pc {
		display: block;
	}
	
	.footer-cherryblossom img {
		display: block;
		width: 100%;
		height: 100%;
	}
	.footer-laund_color {
		height: 450px;
	}

	.f_nav-top{
		position: static;
	}
	
	.f_nav {
		z-index: 3;
		padding: 50px 0 10px;
		top: 100px;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		max-width: 500px;
		overflow-x: hidden;
	}
	
	.f_title {
		margin-left: 0px;
		padding-right: 150px;
		margin-right: 100px;
		margin-bottom: 10px;
		width: 100%;
	}

	.f_nav__list {
		display: inline-block;
	}

	.f_nav__ul {
		margin: 0 20px;
	}
	.f_nav-first,
	.f_nav-middle {
		margin: 0 20px;
	}
	.f_nav-last {
		margin: 0 20px !important;
	}

	.f_nav-copyright {
		padding: 10px;
		margin: 0;
		bottom: inherit;
		right: 0;
	}
	
	/* br */
	.br-not_tab_f {
		display: none;
	}
	.li-block {
		padding: 0;
		justify-content: center;
	}

}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media screen and (min-width: 600px) {
	.footer_all {
	height: 400px;
	overflow-y: hidden;
	}
	.footer-laund_color {
	height: 300px;
	}
	.f_nav {
		top: 80px;
	}
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (min-width: 768px) {
	
	.g-nav {
		max-width: 550px;
	}
	.logo-top {
		width: 15%;
		padding-top: 2vh;
	}
	.logo-navi {
		width: 30%;
	}
	.g-navigation__inner {
		padding: 100px;
	}
	
	/* menu_button --------------------------------------------- */
	.menu_btn {
		top: 15px;
		right: 25px;
		width: 75px;
		height: 75px;
	}
	
	.menu_span {
		top: 10px;
	}



	/*entry_button-----------------------------------navi*/
	.entry_btn {
		top: 100px;
		right: 20px;
		width: 90px;
		height: 90px;
	}
	.entry_span {
		height: 40px;
	}	
	.txt.work {
		font-size: 12px;
	}
	.txt.entry {
		font-size: 20px;
	}


	/*entry_button----maincontents-------------------*/
	.entry_btn-cont {
		width: 200px;
		height: 200px;
		margin: 10px;
	}
	.entry_span-m {
		margin: 0;
		padding: 0%;
	}	
	.txt.work-m {
		font-size: 25px;
		top: 65px;
		left: 40px;
	}	
	.txt.entry-m {
		font-size: 40px;
		bottom: 50px;
		left: 38px;
	}
	
	
/******************* footer *******************/
	.footer_all {
		height: 500px;
	}

	.footer-laundscape, .footer-cherryblossom {
		margin: 0;
		padding: 0;
	}

	/*laundscape*/
	.footer-laundscape {
	}
	.footer-laund_color {
		height: 400px;
	}
	
	.f_nav {
		padding: 10px;
		top: 200px;
		bottom: 0;
		max-width: 100%;
	}
	
	.f_title{
		margin-left: 30px;
		margin-bottom: 10px;
		padding-right: 0px;
		margin-right: 0px;
	}

	.f_nav__list {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	
	.f_nav__ul {
		margin: 0;
		margin-right: 20px;
	}
	.f_nav-first,
	.f_nav-middle {
		margin: 0;
		margin-right: 20px;
	}
	.f_nav-last {
		margin: 0 !important;
		margin-right: 10px !important;
	}

	.f_recruit a, .f_policy a {
		font-size: 13px;
	}
	.f_nav-copyright {
		padding: 10px;
		margin: 0;
		bottom: 0;
		right: 0;
	}
	
	
	/* br */
	.br-not_tab_f {
		display: none;
	}
}

@media screen and (min-width: 1024px) {
	.footer_all {
		height: 500px;
	}
	.f_nav {
		top: 200px;
	}
	.footer-laund_color {
		height: 300px;
	}
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*PC*/
@media screen and (min-width: 1280px) {
	.sect {
		/*margin-top:240px;*/
		margin-top:180px;
	}
	
	.sect_recruit {
		margin-top:180px;
	}

	.li-block {
		padding: 0;
		justify-content: center;
	}

	/******************* header_logo *******************/
	.header_logo {
		left: 30px;
	}
	
	
	/* menu_button --------------------------------------------- */

	.menu_btn {
		top: 40px;
		right: 40px;
		width: 90px;
		height: 90px;
	}

	.menu_span {
		top: 0;
	}

	.menu_span span {
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		display: block;
		width: 35px;
		height: 3px;
		border-radius: 2px;
		background: #fff;
		-webkit-transition: all .3s;
				transition: all .3s;
	}

	.menu_span span:nth-of-type(1) {
		top: 30px;
	-webkit-transform-origin: left top;
		-ms-transform-origin: left top;
			transform-origin: left top;
	}

	.menu_span span:nth-of-type(2) {
		top: 45px;
		-webkit-transform-origin: left bottom;
			-ms-transform-origin: left bottom;
				transform-origin: left bottom;
	}
	.menu_span span:nth-of-type(2)::after {
		content: "MENU";
		position: absolute;
		display: block;
		font-size: 12px;
		font-family: 'Ubuntu', sans-serif;
		font-weight: 400;
		color: #fff;
		top: 10px;
		left: 0;
		right: 0;
		text-align: center;
		-webkit-transition: all .3s;
				transition: all .3s;
	}


	/*entry_button-----------------------------------navi*/
	.entry_btn {
		top: 150px;
		right: 25px;
		width: 120px;
		height: 120px;
	}
	.entry_span {
		height: 40px;
	}	
	.txt.work{
		font-size: 12px;
	}
	.txt.entry{
		font-size: 20px;
	}


	/*entry_button----maincontents-------------------*/
	.entry_btn-cont {
		width: 260px;
		height: 260px;
		margin: 10px;
	}
	.txt.work-m {
		font-size: 25px;
		top: 90px;
		left: 65px;
	}	
	.txt.entry-m {
		font-size: 40px;
		bottom: 90px;
		left: 65px;
	}
	
	/*---main-contents__btn-----------------------*/

	.btn{
		text-align: center;
	}
	.btn_contents{
		padding: 26px 80px 18px;
	}
	.btn-txt{
		letter-spacing: 0.4em;
		font-size: 25px;
	}
	
	

	/******************* footer *******************/

	
	.footer_all {
		height: 800px;
	}
	
	.footer-laund_color {
		height: 500px;
	}
	
	.footer-laundscape,
	.footer-cherryblossom {
		margin: 0;
		padding: 0;
	}

	/*laundscape*/
	.f_nav {
		padding: 10px;
		top: 400px;
		bottom: 0;
	}
	.f_title{
		margin-left: 30px;
		margin-bottom: 10px;
	}

	.f_nav__ul {
		margin-right: 40px;
	}
	.f_nav-first,
	.f_nav-middle {
		margin-right: 40px;
	}
	.f_nav-last {
		margin-right: 0px !important;
	}
	.f_nav__li span, .f_nav__li a {
		font-size: 20px;
	}
	.f_recruit a, .f_policy a {
		font-size: 15px;
	}

	
	/******************* global_navigation *******************/
	
	.g-navigation {
		height: auto;
		margin: 0 auto;
	}

	.g-navigation__inner {
		padding: 100px 50px 100px 50px;
	}
	.g-nav {
		max-width: 740px;
	}


	/*----------li----------------*/

	/*g-nav__list*/
	.gttl-no_link {
		font-size: 30px;
	}
	.gttl-link {
		font-size: 30px;
	}
	.gttl-link_sub {
		font-size: 24px;
	}

	.-show .menu_btn span:nth-of-type(1) {
		top: 47px;
	}
	.-show .menu_btn span:nth-of-type(2) {
		top: 35px;
	}
	
	.gmenu-logo {
	padding: 0 50px;
}
}
