@charset "utf-8";
/* 
Theme Name: genova_tpl
File: style.css
Author: Genova Design
Author URL: https://genova.co.jp/
Description: Genova 2021 Wordpress template
Version: 1.0
*/


/*-----------------------------------------------------------
■ 1 Html
-----------------------------------------------------------*/

/*--------------------------------------
	general
--------------------------------------*/

/*reset*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,figure,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

html {
	font-size: 62.5%;
}

body {
	position: relative;
	font-family: 'Noto Sans JP';
	font-size: 16px;
	letter-spacing: .016em;
	line-height: 32px;
	color: #5D6E6B;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
.page-id-43 #content{
	color: #2C5046;
}
*, *::before, *::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	vertical-align: baseline;
	text-decoration: none;
	color: #5D6E6B;
	transition-duration: 0.3s;
}
img{
	transition: 0.3s all ease-in-out;
}
a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}

a:focus, *:focus {
	outline: none;
}
.cl-blue{
	color: #599FF0;
}
.cl-blue2{
	color: #98B0D8;
}
.cl-green{
	color: #58AF9F;
}
.cl-green2{
	color: #8EC99A;
}
.txt-vertical {
	cursor: vertical-text;
	writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-moz-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	text-orientation: upright;
	word-wrap: break-word;
}
@media screen and (min-width: 768px){
	a:hover img {
		opacity: 0.8;
	}
}

body.nav--opened,
body.nav--opened *,
body.nav--opened *:hover,
body.nav--opened *:focus,
body.nav--opened *:active {
    /*    cursor: none !important;*/
    touch-action: none !important;
    pointer-events: none !important;
}
body.nav--opened .menu-trigger,
body.nav--opened #header .header_menu.open .g_nav,
body.nav--opened #header .header_menu.open .g_nav * {
    touch-action: auto !important;
    pointer-events: visible !important;
}
.nav--opened{
	overflow: hidden !important;
	-webkit-overflow-scrolling: touch !important;
	touch-action: none !important;
	pointer-events: none !important;
}
.nav--opened #header .header_menu.open .g_nav{
	visibility: visible;
	pointer-events: visible;
	overflow: auto;
}
img {
	width: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}


table {
	width: 100%;
}

strong, b {
	font-weight: bold;
}


@media screen and (max-width: 767px) {

	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
	}

	.auto_height {
		height: auto!important;
	}

}
.page-id-43 .elementor-section.elementor-section-boxed > .elementor-container{
	max-width: 100%;
}

/*--------------------------------------
	icons
--------------------------------------*/

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

[class*='icon-']:not([class*='eicon-']):not([class*='elementor-icon-'])::before {
	display: inline-block;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home::before {content: "\e90b";}
.icon-blog::before {content: "\e900";}
.icon-category::before {content: "\e901";}
.icon-check::before {content: "\e902";}
.icon-checked::before {content: "\e903";}
.icon-down::before {content: "\e904";}
.icon-facebook::before {content: "\e905";}
.icon-google::before {content: "\e906";}
.icon-line::before {content: "\e907";}
.icon-twitter::before {content: "\e908";}
.icon-arrow02::before {content: "\e909";}
.icon-arrow01::before {content: "\e910";}
.icon-search::before {content: "\e911";}
.icon-tag::before {content: "\e912";}
.icon-checkbox-unchecked::before {content: "\ea53";}
.icon-checkbox-checked::before {content: "\ea52";}
.radio-unchecked::before {content: "\ea56";}
.radio-checked::before {content: "\ea54";}
.radio-checked2::before {content: "\ea55";}


/*--------------------------------------
	shortcuts
--------------------------------------*/

/*margin */
.mb0 { margin-bottom: 0px!important; }
.mb5 { margin-bottom: 5px!important; }
.mb10 { margin-bottom: 10px!important; }
.mb15 { margin-bottom: 15px!important; }
.mb20 { margin-bottom: 20px!important; }
.mb25 { margin-bottom: 25px!important; }
.mb30 { margin-bottom: 30px!important; }
.mb35 { margin-bottom: 35px!important; }
.mb40 { margin-bottom: 40px!important; }
.mb45 { margin-bottom: 45px!important; }
.mb50 { margin-bottom: 50px!important; }
.mb55 { margin-bottom: 55px!important; }
.mb60 { margin-bottom: 60px!important; }
.mb65 { margin-bottom: 65px!important; }
.mb70 { margin-bottom: 70px!important; }
.mb75 { margin-bottom: 75px!important; }
.mb80 { margin-bottom: 80px!important; }
.mb85 { margin-bottom: 85px!important; }
.mb90 { margin-bottom: 90px!important; }
.mb95 { margin-bottom: 95px!important; }
.mb100 { margin-bottom: 100px!important; }

/* float */
.fr {
	float: right!important;
}

.fl {
	float: left!important;
}

/* clear */
.clearfix {
	*zoom: 1;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

/* text-align */
.tac {
	text-align: center!important;
}

.tar {
	text-align: right!important;
}

.tal {
	text-align: left!important;
}


/*--------------------------------------
	container / wrapper
--------------------------------------*/

.container {
	width: 100%;
	max-width: 1140px;
	padding: 0 30px;
	margin: 0 auto;
}

.container::after {
	content: "";
	display: block;
	clear: both;
}

#wrapper {
	height: 100%;
	padding-top: 100px;
	overflow: hidden;
}
#wrapper__recruit {
	height: 100%;
	padding-top: 80px;
	overflow: hidden;
}
@media (max-width: 767px) {
	#wrapper__recruit,
	#wrapper{
		padding-top: 64px;
	}
}
@media (max-width: 370px){
	.container {
		padding: 0 15px;
	}
}
/*--------------------------------------
Pc sp change
--------------------------------------*/
.sp {
	display: none !important;
}

.mb {
	display: none;
}

@media screen and (max-width:767px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

}

@media screen and (max-width:480px) {
	.mb {
		display: block;
	}

	.pcm {
		display: none;
	}

}
/*--------------------------------------
	text color
--------------------------------------*/

.txt_color {
	color: #58AF9F;
}

.txt_link {
	vertical-align: top;
	text-decoration: underline!important;
	font-weight: bold;
	color: #58AF9F!important;
}

.txt_link:hover {
	text-decoration: none!important;
}
.btn_link{
	max-width: 248px;
	width: 100%;
}
.btn_link a{
	color: #fff;
	background: #58AF9F;
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 27px;
	transition: all 0.3s;
	font-weight: 700;
	box-sizing: border-box;
	padding: 12px 20px;
}

.btn_link a:after {
	content: "";
	width: 9px;
	background-image: url('img/top/icon_right.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
}

.btn_link a:hover {
	opacity: 0.7;
}
.btn .btn_link{
	margin: 0 auto;
}
@media screen and (max-width: 767px){
	.btn_link{
		max-width: none;
		width: 100%;
	}
}
/*-----------------------------------------------------------
■ 2 Header
-----------------------------------------------------------*/

/*--------------------------------------
	general
--------------------------------------*/

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 1000;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}

.header__main-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 767px) {

}


/*--------------------------------------
	logo
--------------------------------------*/

header .header__logo {
	width: 240px;
	margin: 17px 0 25px 28px;
}

header .header__logo img {
	width: 100%;
	max-width: 100%;
}


/*--------------------------------------
	nav
--------------------------------------*/

/* gnav */

#header .header_menu .g_nav {
	display: flex;
	margin-top: 0px;
}

#header .header_menu .g_nav > li {
	vertical-align: middle;
	margin-right: 40px;
}

#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
	display: flex;
	align-items: center;
	text-align: center;
	vertical-align: middle;
	color: #2C3E50;
	line-height: 24px;
	cursor: pointer;
	font-family: 'Zen Kaku Gothic Antique';
	font-size: 16px;
	letter-spacing: 0.02em;
	transition-duration: 0.3s;
	position: relative;
	padding: 38px 0;
}

#header .header_menu .g_nav > li > a > span, #header .header_menu .g_nav > li > span > span {
	display: block;
	margin: 0 auto;
}
#header .header_menu .g_nav > li > span:hover + dl, #header .header_menu .g_nav > li > span ul:hover {
	pointer-events: auto;
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
}

#header .header_menu .g_nav > li > span:hover {
	position: relative;
}
#header .header_menu .g_nav > li > span a:hover,
#header .header_menu .g_nav > li > a:hover{
	color: #58AF9F;
	font-weight: bold;
}

#header .header_menu .g_nav > li dl {
	pointer-events: none;
	position: absolute;
	top: 100px;
	left: 0;
	display: block;
	background: #F9F7F3;
	transition-duration: 0.3s;
	opacity: 0;
	z-index: 99;
}

#header .header_menu .g_nav > li dl a:hover {
	opacity: 1;
}

#header .header_menu .g_nav > li dl:hover {
	pointer-events: auto;
	opacity: 1;
}

@media screen and (min-width:768px) {
	#header .header_menu .g_nav > li dl {
		pointer-events: none;
	}

	#header .menu_vertical .g_nav > li {
		position: relative;
	}

	#header .menu_vertical dt {
		display: none;
	}

	#header .menu_vertical .g_nav > li dl {
		width: 200px;
		left: 50%;
		transform: translateX(-50%);
	}
	
	#header .menu_vertical .g_nav > li dl li {
		padding: 0;
		display: block;
		margin-right: 0;
		position: relative;
	}
	#header .menu_vertical .g_nav > li dl .icon-arrow01::before{
		position: absolute;
		left: 10px;
		top: 21px;
	}
	#header .menu_vertical .g_nav > li dl li a {
		padding: 12px 0 12px 30px;
		display: block;
		position: relative;
	}

	#header .menu_vertical .g_nav > li dl li:hover {
		background: #D9EDE9;
	}

}

@media screen and (max-width:1180px) {
	#header .header_menu .g_nav > li{
		margin-right: 30px;
	}
}
@media screen and (max-width:1080px){
	header .header__logo{
		margin-left: 10px;
	}
	#header .header_menu .g_nav > li{
		margin-right: 20px;
	}
}
@media screen and (max-width:980px){
	header .header__logo{
		width: 190px;
		margin: 26px 0 28px 10px;
	}
	#header .header_menu .g_nav > li{
		margin-right: 13px;
	}
	#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span{
		font-size: 13px;
		letter-spacing: 0;
	}
}
@media screen and (max-width:767px) {
	#header {
		top: 0 !important;
		height: 64px;
	}
	header .header__logo{
		width: 180px;
		margin: 12px 0 11px 13px;
	}
	#header .header_menu .g_nav{
		margin-top: 0;
	}
	.toggleMenu {
		width: 64px;
		height: 64px;
		box-sizing: border-box;
		position: absolute;
		right: 0px;
		top: 0;
		z-index: 9999;
		background: #fff;
		transition: 0.7s all ease-in-out;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}

	.menu-trigger {
		position: relative;
		width: 64px;
		height: 64px;
		margin: 0;
	}

	.menu-trigger span {
		position: absolute;
		left: 16px;
		width: 32px;
		height: 2px;
		background: #58AF9F;
	}

	.menu-trigger span:nth-of-type(1) {
		top: 21px;
	}

	.menu-trigger span:nth-of-type(2) {
		top: 31px;
	}

	.menu-trigger span:nth-of-type(3) {
		bottom: 21px;
	}

	.nav--opened .toggleMenu .menu-trigger span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}

	.nav--opened .toggleMenu .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}

	.nav--opened .toggleMenu .menu-trigger span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}

	#header .g_nav {
		display: none;
	}

	#header .header_menu {
		float: none;
		clear: both;
		margin-right: 0;
	}

	#header .header_menu .g_nav {
		display: block;
		text-align: center;
		background: #fff;
		padding: 6.2vw 0 60vw;
		overflow: scroll;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 64px;
		left: 0;
		opacity: 0;
		visibility: hidden;
	}
	#header .header_menu.open .g_nav{
		opacity: 1;
		visibility: visible;
	}
	#header .header_menu .g_nav > li {
		position: relative;
		border-left: none;
		padding-right: 0;
		margin: 0 7.7vw;
	}

	#header .header_menu .g_nav > li > a, #header .header_menu .g_nav > li > span {
		width: 100%;
		padding: 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
		text-align: left;
		height: auto;
		background: #fff;
		color: #2C3E50;
		font-size: 6.2vw;
		line-height: 9.0vw;
	}
	#header .header_menu .g_nav > li > span a{
		color: #2C3E50;
	}
	.page-id-1122 #header .header_menu .g_nav > li:nth-child(3) > a,
	.page-id-1117 #header .header_menu .g_nav > li:nth-child(2) > a,
	.page-id-43 #header .header_menu .g_nav > li:first-child > a{
		font-weight: 700;
		color: #58AF9F;
	}
	#header .header_menu .g_nav > li > a span, #header .header_menu .g_nav > li > span span {
		margin: 0;
	}

	#header .header_menu .g_nav > li > span:after {
		content: "";
		position: absolute;
		top: 30%;
		right: 20px;
		width: 10px;
		height: 10px;
		border-bottom: 1px solid #58AF9F;
		border-left: 1px solid #58AF9F;
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		-moz-transition-duration: 0.2s;
		-o-transition-duration: 0.2s;
		-webkit-transition-duration: 0.2s;
		transition-duration: 0.2s;
	}

	#header .header_menu .g_nav > li.hover > span:after {
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		margin-top: 4px;
	}

	#header .header_menu .g_nav > li > a sub, #header .header_menu .g_nav > li > span sub {
		margin: -2px 0 0 8px;
		vertical-align: middle;
		bottom: 0;
		color: #fff;
		padding-top: 0;
		font-size: 10px;
		display: none;
	}
	#header .header_menu .g_nav > li + li{
		margin-top: 6.2vw;
	}

	#header .header_menu .g_nav > li dl {
		position: relative;
		top: 0;
		background: none;
		padding: 0;
	}

	#header .header_menu .g_nav > li dl li:before {
		display: none;
	}

	#header .header_menu .g_nav > li dl li {
		padding-left: 0;
	}

	#header .header_menu .g_nav > li dt {
		display: none;
	}

	#header .header_menu .g_nav > li ul {
		position: inherit;
		display: none;
		top: 0;
		padding: 0;
	}

	#header .header_menu .g_nav > li ul li {
		display: block;
		margin-right: 0;
		border-top: 1px solid #fff;
	}

	#header .header_menu .g_nav > li ul li a {
		font-family: 'Zen Kaku Gothic Antique';
		position: relative;
		display: block;
		padding: 7px 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		text-align: left;
		color: #2C3E50;
		font-size: 6.2vw;
		line-height: 9vw;
	}

	#header .header_menu .g_nav > li ul li a:hover {
		text-decoration: none;
	}

	#header .header_menu .g_nav > li.hover ul {
		display: block;
		filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}

	/*スマホ時サブメニューが消える現象を回避*/
	#header .header_menu .g_nav > li > span {
		position: relative;
	}

	#header .header_menu .g_nav > li.hover > span + dl, #header .header_menu .g_nav > li > span:hover + dl {
		pointer-events: auto;
		opacity: 1;
	}
	#header .header_menu .g_nav > li:last-child{
		margin: 16.4vw 0 0;
	}
	#header .header_menu .g_nav > li:last-child .contact-block{
		background-image: url('img/top/contact_bg_sp.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50%;
		color: #fff;
		padding: 13.6vw 7.7vw 16.4vw;
		position: relative;
		z-index: 1;
		margin-bottom: 7.7vw;
	}
	#header .header_menu .g_nav > li:last-child .contact-block:before{
		content: '';
		width: 40vw;
		height: 43.1vw;
		background-image: url('img/top/contact_deco2_sp.png');
		background-repeat: no-repeat;
		background-size: 100%;
		position: absolute;
		right: 7.0vw;
		top: 50.3vw;
		z-index: -1;
	}
	#header .header_menu .g_nav > li:last-child .contact-block h3{
		text-align: left;
		font-size: 12.3vw;
		letter-spacing: 0;
		line-height: 14.1vw;
		margin-bottom: 6.2vw;
		position: relative;
	}
	#header .header_menu .g_nav > li:last-child .contact-block h3:before{
		content: '';
		width: 3.6vw;
		height: 3.6vw;
		background-image: url('img/top/contact_deco1_sp.png');
		background-repeat: no-repeat;
		background-size: 100%;
		position: absolute;
		left: -3.6vw;
		top: -3.6vw;
	}
	#header .header_menu .g_nav > li:last-child .contact-block h4{
		text-align: left;
		font-size: 8.2vw;
		line-height: 12.3vw;
		letter-spacing: 0.02em;
		margin-bottom: 2vw;
	}
	#header .header_menu .g_nav > li:last-child .contact-block .txt{
		font-size: 4.1vw;
		line-height: 6.7vw;
		letter-spacing: 0.016em;
		margin-bottom: 5.1vw;
		text-align: left;
	}
	#header .header_menu .g_nav > li:last-child .contact-block a{
		display: block;
	}
	#header .header_menu .g_nav > li:last-child .contact-block .btnTel{
		margin-bottom: 8px;
	}
	#header .header_menu .g_nav > li:last-child .contact-block .img{
		width: 30.8vw;
		position: absolute;
		top: 11.0vw;
		right: 2.8vw;
		z-index: -1;
	}
	#header .header_menu .g_nav > li:last-child .banner-block{
		margin: 0 7.7vw;
	}
	#header .header_menu .g_nav > li:last-child .banner-block a{
		display: block;
		border: 1px solid #8EC9BE;
	}
	#header .header_menu .g_nav > li:last-child .banner-block a .banner-ttl{
		display: block;
		color: #fff;
		font-size: 4.1vw;
		letter-spacing: 0.02em;
		line-height: 8.2vw;
		background: linear-gradient(90deg, rgba(125, 179, 227, 1) 0%, rgba(180, 221, 206, 1) 100%);
		padding-left: 5.1vw;
		text-align: left;
	}
	#header .header_menu .g_nav > li:last-child .banner-block a .banner-txt{
		display: block;
		font-size: 3.1vw;
		line-height: 4.6vw;
		letter-spacing: 0.056em;
		font-weight: 500;
		color: #58AF9F;
		padding: 2.1vw 5.1vw 3.8vw;
		text-align: left;
	}
}


/*--------------------------------------
	header RECRUIT
--------------------------------------*/
#header__recruit{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 11px 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9;
}
.header__recruit--logo{
	width: 280px;
}
.header__recruit--txt{
	border-left: 1px solid #BBCFEF;
	padding-left: 24px;
	margin: 0 24px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0;
}
.header__recruit--btn{
	width: 176px;
}
.header__recruit--btn a{
	display: block;
	border: 1px solid #5586DA;
	color: #5586DA;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 29px;
	padding: 13px 0;
}
.header__recruit--btn a:hover{
	background: #5586DA;
	color: #fff;
}
@media screen and (max-width: 980px){
	.header__recruit--txt{
		margin: 0 20px;
		padding-left: 20px;
	}
}
@media screen and (max-width: 767px){
	#header__recruit{
		padding: 12px 0 8px;
		align-items: flex-start;
	}
	.header__recruit--logo{
		width: 180px;
	}
	.header__recruit--txt{
		border: none;
		padding-left: 0;
		margin: 15px 0 0 7px;
		font-size: 10px;
		line-height: 14px;
	}
	.header__recruit--btn{
		width: 86px;
		position: absolute;
		top: 9px;
		left: calc(50% + 14px);
	}
	.header__recruit--btn a{
		font-size: 10px;
		line-height: 16px;
		font-weight: 400;
		padding: 0;
	}
}
@media screen and (max-width: 400px){
	#header__recruit{
		justify-content: flex-start;
		padding: 12px 0 8px 13px;
	}
	.header__recruit--btn{
		left: 200px;
	}
}
@media screen and (max-width: 370px){
	#header__recruit{
		padding-left: 5px;
		padding-top: 14px;
	}
	.header__recruit--logo{
		width: 140px;
	}
	.header__recruit--txt{
		padding-left: 5px;
	}
	.header__recruit--btn{
		left: 152px;
	}
}
/*-----------------------------------------------------------
■ 3 Footer
-----------------------------------------------------------*/

/*--------------------------------------
	general
--------------------------------------*/

#footer {
	padding: 40px 0 88px;
	background: #F9F7F3;
	color: #2C3E50;
}
#footer a{
	color: #2C3E50;
}
#footer .container{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
#footer .container:after{
	display: none;
}
.footer__logo{
	width: 280px;
	margin-bottom: 15px;
}
#footer .col-left .txt{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.056em;
}
#footer .col-right{
	text-align: right;
}
#footer .sitemap{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 8px;
}
#footer .sitemap a:after{
	content: '';
	width: 20px;
	height: 20px;
	background: url('img/top/icon_arrow.jpg') no-repeat center/100%;
	display: inline-block;
	margin-left: 8px;
	position: relative;
	top: 4px;
}
#footer .sitemap--recruit a:after{
	background: url('img/recruit/icon_arrow.jpg') no-repeat center/100%;
}
#footer .sitemap a:hover{
	opacity: 0.6;
}
#footer address{
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 0.056em;
}
@media screen and (max-width: 1220px){
	#footer .col-right{
		margin-right: 40px;
	}
}
@media screen and (max-width: 767px) {
	#footer{
		padding: 24px 0 30vw;
	}
	#footer .container{
		display: block;
	}
	.footer__logo{
		width: 180px;
		margin-bottom: 24px;
	}
	#footer .col-left .txt{
		margin-bottom: 40px;
	}
	#footer .col-right{
		text-align: left;
	}
}
/*--------------------------------------
	fixed box
--------------------------------------*/

.fixed-banner {
	position: fixed;
	right: 0px;
	bottom: 0;
	display: block;
	z-index: 99;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.fixed-banner ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.fixed-banner img {
	max-width: 100%;
	vertical-align: bottom;
}
@media screen and (min-width: 768px){
	.fixed-banner{
		display: none !important;
	}
}


.fixed-banner-pc{
	width: 688px;
	position: fixed;
	right: 0;
	bottom: 80px;
	z-index: 99;
	transition: 1s all ease-in-out;
	display: flex;
	transform: translateX(624px);
}
.fixed-banner-pc.active{
	transform: translateX(0);
}
.fixed-banner-pc .fixed-btn{
	width: 64px;
	cursor: pointer;
}
.fixed-banner-pc .fixed-btn:hover img{
	opacity: 0.8;
}
.fixed-banner-pc .fixed-content{
	background: #fff;
	width: 624px;
	padding: 20px;
	display: flex;
	justify-content: space-between;
}
.fixed-banner-pc .fixed-content ul{
	width: 367px;
}
.fixed-banner-pc .fixed-content ul li+li{
	margin-top: 8px;
}
.fixed-banner-pc .fixed-content .banner{
	width: 202px;
}
.recruit--fixed-box .fixed-banner-pc{
	width: 598px;
	transform: translateX(534px);
}
.recruit--fixed-box .fixed-banner-pc.active{
	transform: translateX(0);
}
.recruit--fixed-box .fixed-banner-pc .fixed-content{
	width: 534px;
	padding: 40px;
}
@media screen and (max-width: 767px){
	.fixed-banner-pc{
		display: none !important;
	}
}

/*-----------------------------------------------------------
■ 3 Other Common Elements
-----------------------------------------------------------*/

/*--------------------------------------
	conversion section
--------------------------------------*/

.conversion {
	padding: 57px 0 44px;
	text-align: center;
	background: url('img/top/contact_bg.jpg') no-repeat center;
	color: #fff;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.conversion:before{
	content: '';
	width: 81px;
	height: 81px;
	background-image: url('img/top/contact_deco1.png');
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0px;
	bottom: 0;
}
.conversion:after{
	content: '';
	width: 81px;
	height: 81px;
	background-image: url('img/top/contact_deco4.png');
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0px;
	top: 0;
}
.conversion .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.conversion .container::after{
	display: none;
}
.conversion__group{
	max-width: 444px;
	text-align: left;
	position: relative;
	z-index: 1;
}
.conversion__group:before{
	content: '';
	width: 161px;
	height: 216px;
	background-image: url('img/top/contact_deco2.png');
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: -97px;
	top: -50px;
}
.conversion__title span{
	display: block;
	font-size: 80px;
	letter-spacing: 0.02em;
	line-height: 92px;
}
.conversion__title small{
	display: block;
	font-size: 32px;
	line-height: 46px;
	letter-spacing: 0.02em;
}
.conversion__txt{
	margin-top: 5px;
	line-height: 28px;
	letter-spacing: 0.02em;
}
.conversion__img{
	max-width: 252px;
}
.conversion__list{
	max-width: 359px;
	position: relative;
}
.conversion__list:before{
	content: '';
	width: 277px;
	height: 308px;
	background-image: url('img/top/contact_deco3.png');
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: 180px;
	top: -63px;
}
.conversion__list li+li{
	margin-top: 10px;
}



.conversion--recruit {
	padding: 74px 0 70px;
	text-align: center;
	background: url('img/recruit/contact_bg.jpg') no-repeat center top;
	color: #fff;
	background-size: cover;
	position: relative;
	z-index: 1;
}
.conversion--recruit:before{
	content: '';
	width: 81px;
	height: 81px;
	background-image: url('img/recruit/contact_deco1.png');
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0px;
	bottom: 0;
}
.conversion--recruit:after{
	content: '';
	width: 81px;
	height: 81px;
	background-image: url('img/recruit/contact_deco5.png');
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0px;
	top: 0;
}
.conversion--recruit .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.conversion--recruit .container::after{
	display: none;
}
.conversion__group--recruit{
	max-width: 520px;
	text-align: left;
	position: relative;
	z-index: 1;
}
.conversion__group--recruit:before{
	content: '';
	width: 161px;
	height: 216px;
	background-image: url('img/recruit/contact_deco2.png');
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: -97px;
	top: -52px;
}
.conversion__title--recruit span{
	display: block;
	font-size: 80px;
	letter-spacing: 0.02em;
	line-height: 92px;
}
.conversion__title--recruit small{
	display: block;
	font-size: 32px;
	line-height: 46px;
	letter-spacing: 0.02em;
}
.conversion__txt--recruit{
	margin-top: 5px;
	line-height: 28px;
	letter-spacing: 0.02em;
}
.conversion__list--recruit{
	max-width: 454px;
	position: relative;
}
.conversion__list--recruit:before{
	content: '';
	width: 479px;
	height: 101px;
	background-image: url('img/recruit/contact_deco3.png');
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: -167px;
	top: -107px;
}
.conversion__list--recruit:after{
	content: '';
	width: 561px;
	height: 41px;
	background-image: url('img/recruit/contact_deco4.png');
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	left: -9px;
	bottom: -45px;
}

@media screen and (max-width: 1180px) {
	.conversion__img{
		max-width: 220px;
	}
}
@media screen and (max-width: 1080px) {
	.conversion__title span{
		font-size: 78px;
	}
	.conversion__title small{
		font-size: 30px;
	}
	.conversion__img{
		max-width: 145px;
	}

	.conversion__list--recruit{
		max-width: 430px;
	}
}
@media screen and (max-width: 980px) {
	.conversion .container{
		flex-wrap: wrap;
	}
	.conversion__title span{
		font-size: 80px;
	}
	.conversion__title small{
		font-size: 32px;
	}
	.conversion__img{
		max-width: 252px;
	}
	.conversion__list{
		margin: 0 auto;
	}

	.conversion--recruit .container{
		display: block;
	}
	.conversion__group--recruit{
		max-width: 490px;
		margin: 0 auto 30px;
	}
	.conversion__list--recruit{
		max-width: 490px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 767px) {
		
	.conversion {
		padding: 13.6vw 0 16.4vw;
		background: url('img/top/contact_bg_sp.jpg') no-repeat center;
		background-size: cover;
	}
	.conversion:before{
		width: 3.6vw;
		height: 3.6vw;
		background-image: url('img/top/contact_deco1_sp.png');
		left: 4.1vw;
		top: 10.3vw;
		bottom: auto;
	}
	.conversion:after{
		width: 40vw;
		height: 43.1vw;
		background-image: url('img/top/contact_deco2_sp.png');
		background-repeat: no-repeat;
		background-size: 100%;
		position: absolute;
		right: 7.0vw;
		top: 50.3vw;
		z-index: -1;
	}
	.conversion .container{
		display: block;
	}
	.conversion__group{
		max-width: none;
	}
	.conversion__group:before{
		display: none;
	}
	.conversion__title span{
		font-size: 12.3vw;
		line-height: 14.1vw;
		margin-bottom: 6vw;
	}
	.conversion__title small{
		font-size: 8.2vw;
		line-height: 12.3vw;
	}
	.conversion__txt{
		margin-top: 1.3vw;
		line-height: 26px;
	}
	.conversion__img{
		max-width: none;
		width: 30.8vw;
		position: absolute;
		top: 11.0vw;
		right: 2.8vw;
	}
	.conversion__list{
		max-width: none;
		width: 100%;
		margin-top: 5.1vw;
	}
	.conversion__list:before{
		display: none;
	}
	.conversion__list li+li{
		margin-top: 8px;
	}

	.conversion--recruit{
		padding: 53px 0 69px;
		background: url('img/recruit/contact_bg_sp.jpg') no-repeat center;
		background-size: cover;
	}
	.conversion__title--recruit{
		position: relative;
		margin-bottom: 8px;
	}
	.conversion__title--recruit:before{
		content: '';
		width: 14px;
		height: 14px;
		background: url('img/recruit/contact_deco_sp.png') no-repeat center/100%;
		position: absolute;
		left: -14px;
		top: -14px;
	}
	.conversion__title--recruit span{
		font-size: 48px;
		line-height: 55px;
		margin-bottom: 24px;
	}
	.conversion__title--recruit small{
		font-size: 32px;
		line-height: 48px;
	}
	.conversion__txt--recruit{
		margin-top: 0;
		line-height: 26px;
	}
	.conversion__group--recruit{
		max-width: none;
	}
	.conversion__list--recruit{
		max-width: none;
	}
	.conversion--recruit:before,
	.conversion--recruit:after,
	.conversion__group--recruit:before,
	.conversion__list--recruit:before,
	.conversion__list--recruit:after{
		display: none;
	}
}
@media screen and (max-width: 370px){
	.conversion__txt{
		letter-spacing: 0;
	}
}
/*-----------------------------------------------------------
■ 4 Elementor overwrite
-----------------------------------------------------------*/

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0!important;
}

.elementor img {
	width: auto!important;
}

.elementor-image-box-wrapper {
	display: block!important;
}

.elementor-widget-image-box .elementor-image-box-content {
	text-align: left!important;
}

.elementor-image-box-title {
	padding: 10px 20px;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 18px;
	line-height: 1.4;
	color: #fff;
	background: #3dc2b7;
}

.elementor-image-box-img {
	float: right;
	display: block!important;
	width: 45%!important;
	margin: 0 0 10px 20px!important;
	text-align: center;
	text-align: right;
}

.img-big .elementor-image-box-img {
	width: 45%!important;
}

.img_l .elementor-image-box-img {
	float: left;
	margin: 0 20px 10px 0!important;
}

.auto_width .elementor-image-box-img {
	width: auto!important;
}

.elementor-widget-image .elementor-image > a,
.elementor-widget-image .elementor-image figure > a {
	display: inline-block!important;
}

.elementor-widget-image .elementor-image > a:hover img,
.elementor-widget-image .elementor-image figure > a:hover img {
	opacity: 0.8!important;
}

.elementor-slideshow__header {
	width: calc(100% - 50px)!important;
	padding-left: 0em!important;
	padding-right: 0em!important;
}

.elementor-text-editor ul {
 	list-style: inside;
}

@media screen and (max-width: 767px) {
	.elementor-image-box-img,
	.img_l .elementor-image-box-img {
		float: none;
		width: 100%!important;
		margin: 0 auto 20px!important;
		text-align: center;
	}
	
	.img-big .elementor-image-box-img {
	width: 100%!important;
}

}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.conversion .conversion__title span:before,
	.conversion .conversion__title span:after{
		top: 5px;
	}
}
@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
	.conversion .conversion__title span:before,
	.conversion .conversion__title span:after{
		top: 5px;
	}
}