@charset "UTF-8";
/* Scss Document */
.padding120 {
	padding: 120px 0;
}
.pt-120 {
	padding-top: 120px;
}
.pb-120 {
	padding-bottom: 120px;
}
.margin120 {
	margin: 120px 0;
}
.mt-120 {
	margin-top: 120px;
}
.mb-120 {
	margin-bottom: 120px;
}
* {
	text-decoration: none !important;
}
.side_insta {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 900;
}

/**********/
#cy_header {
	width: 94%;
	margin: 0 auto;
	padding: 10px 0 0;
	display: flex;
	position: relative;
	z-index: 500;
}
#logo {
	width: 400px;
}
#logo img {
	width: 100%;
	height: auto;
}
#cy_nav {
	width: calc(100% - 420px);
	max-width: 1100px;
	margin: 0 0 0 auto;
	padding-top: 30px;
}
#cy_nav ul {
	display: flex;
	justify-content: space-between;
}
#cy_nav a {
	color: #515151;
	position: relative;
}
#cy_nav a:after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	width: 0;
	transform: translateX(-50%);
	border-bottom: 2px solid #02be52;
	transition: 0.3s ease-in-out;
}
#cy_nav a:hover:after {
	width: 100%;
}
#cy_nav .a_now a:after {
	width: 100%;
}
/******************/
#main_cont {
	border-radius: 35% 50px 50px 50px;
	overflow: hidden;
	margin-top: -100px;
	position: relative;/*animation:main_cont 1.5s ease 0s forwards;*/
}
 @keyframes main_cont {
 0% {
 border-radius: 0 0 0 0;
}
 100% {
 border-radius: 35% 50px 50px 50px;
}
}
#main_cont, .flexslider, #fade1, #fade2, #fade3 {
	height: 798px;
}
.flexslider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#fade1 {
	background: url(../images/fade1.jpg) 60% 0/cover no-repeat;
}
#fade2 {
	background: url(../images/fade2.jpg) 0 0/cover no-repeat;
}
#fade3 {
	background: url(../images/fade3.jpg) 20% 0/cover no-repeat;
}
#title_box {
	width: 94%;
	margin: 0 auto;
	max-width: 1340px;
	display: flex;
	align-items: flex-end;
	position: relative;
	z-index: 500;
	height: 100%;
	padding-bottom: 140px;
	font-weight: 100;
}
#top_title {
	font-size: 54px;
	letter-spacing: 0.2em;
	line-height: 2em;
	text-shadow: 1px 1px 2px #fff;
}
#top_title span {
	font-size: 74px;
	position: relative;
}
#top_title span:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7px;
	border-radius: 50px;
}
#top_title span:nth-child(1):after {
	background-color: #02be52;
}
#top_title span:nth-child(3):after {
	background-color: #9bd9e8;
}
/******************/
.eng_midashi .eng {
	color: #02be52;
	font-size: 18px;
	font-weight: bold;
}
.eng_midashi .ja {
	display: block;
	font-size: 34px;
	margin-top: 20px;
}
.center {
	text-align: center;
}
.more {
	max-width: 240px;
}
.more a {
	background-color: #02be52;
	color: #FFF;
	padding: 15px;
	color: #FFF;
	text-align: center;
	display: block;
	border-radius: 50px;
}
.more a:hover {
	background-color: #0290be;
}
.more_c {
	margin: 0 auto;
}
.posi_circle {
	position: absolute;
	top: -70px;
	left: -100px;
}
.inline_posi {
	display: inline-block;
	position: relative;
}
/*************/
.bg_green {
	background-color: #effdf5;
}
.top_flex {
	display: flex;
	justify-content: space-between;
	max-width: 1080px;
	margin: 0 0 0 auto;
}
.item_center {
	align-items: center;
}
.item_end {
	align-items: flex-end;
}
.flex_50 {
	width: 50%;
}
.flex_44 {
	width: 44%;
}
.flex_46 {
	width: 46%;
}
.top_width {
	width: 100%;
	max-width: 480px;
	margin: 0 0 0 auto;
}
.posi_circle2 {
	position: absolute;
	left: -75px;
	top: -50px;
}
.posi_circle3 {
	position: absolute;
	right: -75px;
	top: -50px;
}
.posi_circle4 {
	position: absolute;
	right: 140px;
	top: -150px;
}
.eng_posi1 {
	font-weight: bold;
	font-size: 10vw;
	color: #FFF;
	position: absolute;
	bottom: 0;
	left: -180px;
	line-height: 0.8em;
}
.eng_posi2 {
	font-weight: bold;
	font-size: 10vw;
	color: #FFF;
	position: absolute;
	bottom: 0;
	right: 0;
	line-height: 0.8em;
}
/******************/
.top_banar {
	display: flex;
	justify-content: space-between;
}
.top_banar li {
	width: 49%;
	height: 520px;
}
.top_banar a {
	padding: 70px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #515151;
}
.top_banar a:hover .banar_hov {
	transform: scale(1);
}
#banar_bg1 {
	background: url(../images/top7.png) 50% 0/cover no-repeat;
}
#banar_bg2 {
	background: url(../images/top8.png) 50% 0/cover no-repeat;
}
.banar_hov {
	background-color: rgba(255, 255, 255, 0.59);
	padding: 10px 55px;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	transform: scale(0);
	transition: 0.3s ease-in-out;
}
.clic_p {
	text-align: right;
}
.color_b_thin {
	color: #9bd9e8 !important;
}
.color_b {
	color: #0290be !important;
}
.color_g_thin {
	color: #8ceeb6 !important;
}
.color_g {
	color: #02be52 !important;
}
/***************************/
.bg_gray {
	background-color: #f6f6f6;
}
.news li {
	margin: 5px 0;
}
.news a {
	background-color: #FFF;
	padding: 20px 60px 20px 30px;
	display: table;
	width: 100%;
	position: relative;
	color: #515151;
}
.n_cell1 {
	display: table-cell;
	vertical-align: top;
	width: 250px;
}
.n_cell2 {
	display: table-cell;
	vertical-align: top;
	padding-right: 40px;
	position: relative;
}
.n_shape {
	position: absolute;
	right: 60px;
	top: 20px;
}
.more_posi {
	position: absolute;
	right: 0;
	top: 5px;
	width: 240px;
}
/***************/
.contact_cont a {
	display: block;
	padding: 60px 40px;
	background-color: #02be52;
	color: #FFF;
	border-radius: 10px;
	position: relative;
	transition: 0.3s ease-in-out;
}
.contact_cont a:hover {
	background-color: #0290be;
}
.c_icon {
	text-align: center;
}
.c_eng {
	text-align: center;
}
.c_midashi {
	font-size: 48px;
	line-height: 1em;
	text-align: center;
	margin-top: 10px;
}
.c_text {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 30px 0;
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 740px;
	margin: 20px auto 0;
}
.posi_circle5 {
	position: absolute;
	left: 0;
	top: 0;
}
.posi_circle6 {
	position: absolute;
	right: 0;
	top: 0;
}
/********************/
#cy_footer {
	border-radius: 0 60% 0 0;
	background-color: #f3fef8;
	padding: 200px 0 20px;
}
.f_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.f_left {
	width: calc(100% - 380px);
}
.f_logo {
	width: 360px;
}
.f_logo img {
	width: 100%;
	height: auto;
}
.f_ad {
    max-width: 640px;
}
.shop_name {
	font-weight:bold;
	color: #0290be;
	border-bottom:1px solid #0290be;
	padding:0 18px 5px;
}
.f_address {
	display:flex;
	flex-wrap:wrap;
}
.f_address li {
	display: table;
	width: 48%;
	padding: 10px 0;
	font-size: 18px;
}
.f_address li:nth-child(1),
.f_address li:nth-child(4) {
	width:100%;
}

.f_address li:nth-child(1) .f_cell2,
.f_address li:nth-child(4) .f_cell2 {
	position: relative;
	top: 5px;
}
.f_address li:nth-child(4) {
	margin-top:20px;
}
.f_cell1 {
	display: table-cell;
	width: 100px;
	text-align: right;
	color: #0290be;
	font-weight: bold;
	vertical-align: top;
}
.f_cell2 {
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
}
.f_right {
	width: 440px;
}
.f_nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.f_nav li {
	width: 100%;
	padding: 5px 0;
}
.f_nav li a {
	color: #0290be;
}
.f_nav li a:before {
	content: "＞";
	padding-right: 2px;
	opacity: 0;
	transition: 0.3s ease-in-out;
}
.f_nav li a:hover:before {
	opacity: 1;
}
.f_nav li:nth-child(n+5) {
	width: 100%;
}
.f_nav li:nth-child(1) {
	order: 1;
}
.f_nav li:nth-child(2) {
	order: 3;
}
.f_nav li:nth-child(3) {
	order: 5;
}
.f_nav li:nth-child(4) {
	order: 7;
}
.f_nav li:nth-child(5) {
	order: 2;
}
.f_nav li:nth-child(6) {
	order: 4;
}
.f_nav li:nth-child(7) {
	order: 6;
}
.f_nav li:nth-child(8) {
	order: 8;
}
.f_nav li:nth-child(9) {
	order: 9;
}
#copy {
	text-align: center;
	padding-top: 100px;
}
/******************************************************

	ワークサポートについて

******************************************************/
#main_cont.main_in {
	height: 522px;
}
#ab_main {
	background: url(../images/about1.jpg) 80% 0/cover no-repeat;
}
.main_size {
	height: 522px;
	position: relative;
	display: flex;
	align-items: center;
}
#title_in {
	background-color: rgba(255, 255, 255, 0.7);
	padding: 40px 10px 50px;
	text-align: center;
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
#title_in .eng {
	color: #02be52;
	display: block;
	margin-bottom: 15px;
}
#title_in .ja {
	font-weight: bold;
	font-size: 34px;
	border-bottom: 3px solid #9bd9e8;
}
/***************************/
.flex_box {
	display: flex;
	justify-content: space-between;
}
.flex_55 {
	width: 55%;
}
.flex_52 {
	width: 52%;
}
.flex_42 {
	width: 42%;
}
.flex_40 {
	width: 40%;
}
.midashi34 {
	font-weight: bold;
	font-size: 34px;
}
/***************************/
.ab_minus {
	margin-top: -60px;
	padding: 160px 0 140px;
	margin-bottom: 240px;
}
.bg_w {
	background-color: #FFF;
}
.padding50_70 {
	padding: 50px 60px;
}
.ab_list li {
	border-bottom: 1px solid #9bd9e8;
	padding: 20px 0 10px;
	display: table;
	width: 100%;
}
.ab_cell1 {
	display: table-cell;
	width: 40px;
	vertical-align: top;
}
.ab_cell2 {
	display: table-cell;
	vertical-align: top;
}
/*************/
#ab_circle1 {
	position: absolute;
	top: 40%;
	left: 0;
}
#ab_circle2 {
	position: absolute;
	top: 32%;
	right: 0;
	z-index: 600;
}
#ab_circle3 {
	position: absolute;
	bottom: -180px;
	right: 220px;
}
/******************************************************

	サービス

******************************************************/
#service_main {
	background: url(../images/service1.jpg) 50% 0/cover no-repeat;
}
/***********/
.big40 {
	font-size: 40px;
}
.num_midashi {
	display: flex;
	align-items: center;
}
.num {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	letter-spacing: 0;
	font-size: 34px;
	background-color: #02be52;
}
.num.num_b {
	background-color: #0290be;
}
.num_p {
	font-size: 26px;
	margin-left: 20px;
	color: #02be52;
	font-weight: bold;
}
/*******************/
.se_list {
	display: flex;
	justify-content: space-between;
}
.se_list li {
	width: 31.33%;
	background-color: #f6f6f6;
	padding: 0 40px 40px;
	max-width: 420px;
}
.se_list h3 {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	color: #0290be;
	margin: 30px 0 25px;
}
.num_box {
	background-color: #9bd9e8;
	color: #0290be;
	width: 88px;
	margin: 0 auto;
	padding: 55px 0 15px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.num_box span {
	display: block;
	font-size: 32px;
}
/****************/
#se_circle1 {
	position: absolute;
	right: 40px;
	top: 120px;
}
#se_circle2 {
	position: absolute;
	left: 0px;
	top: 600px;
}
#se_circle3 {
	position: absolute;
	right: 0px;
	bottom: 350px;
	z-index: 600;
}
#se_circle4 {
	position: absolute;
	left: calc(50% - 100px);
	top: 60px;
}
#se_circle5 {
	position: absolute;
	left: calc(50% - 240px);
	bottom: -80px;
}
#se_circle6 {
	position: absolute;
	right: 0;
	top: 80px;
}
#se_circle7 {
	position: absolute;
	left: 0;
	top: 300px;
}
#se_circle8 {
	position: absolute;
	right: 120px;
	bottom: 460px;
	z-index: 600;
}
#se_circle9 {
	position: absolute;
	left: 20%;
	bottom: -60px;
	z-index: 600;
}
/******************************************************

	施設検索

******************************************************/
#search_main {
	background: url(../images/search1.jpg) 50% 0/cover no-repeat;
}
#junbi {
	text-align: center;
	font-size: 30px;
	padding: 100px 0 300px;
}
/******************************************************

	会社概要

******************************************************/
.golf_hokusho img{
	width: 158px;	
}
.gothic{
	font-family: sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;}
#company_main {
	background: url(../images/company1.jpg) 50% 0/cover no-repeat;
}
.com_bg {
	background-color: #f6f6f6;
	padding: 30px 70px;
}
.com_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.com_left {
	width: 46%;
}
.com_list li {
	display: flex;
	justify-content: space-between;
}
.com_cell1 {
	width: 126px;
	padding: 10px 10px 25px;
	border-top: 2px solid #0290be;
}
.com_cell2 {
	width: calc(100% - 120px);
	padding: 10px 10px 25px;
	border-top: 2px solid #FFF;
}
.com_cell2 p {
	padding: 0 0 10px;
}
.com_right {
	width: 50%;
}
.com_right li:nth-child(2) {
	margin-top: 40px;
}
/********************/
.com_box {
	background-color: #dbeff6;
	padding: 30px;
	width: 100%;
    display: flex;
    justify-content: space-between;
}
.com_box > div {
    width: 48%;
}
.flex_item_center {
    display: flex;
    align-items: center;
}
.com_map iframe {
	width: 100%;
	height: 500px;
}
/*******************/
.com_bg2 {
	background-color: #ccf2dc;
	padding: 80px;
	display: flex;
	justify-content: space-between;
}
.com_list2 {
	width: 46%;
}
.com_list2 li {
	padding: 10px 0 10px 14px;
	text-indent: -1em;
	line-height: 2em;
}
/******************/
.history li {
	display: table;
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #515151;
}
.history li.bt_none {
	border: 0;
	padding: 0 0 20px;
}
.his_cell1 {
	display: table-cell;
	width: 160px;
	text-align: right;
	vertical-align: top;
}
.his_cell2 {
	display: table-cell;
	padding-left: 30px;
	vertical-align: top;
}
/******************************************************

	採用情報

******************************************************/
#recruit_main {
	background: url(../images/recruit1.jpg) 38% 0/cover no-repeat;
}
.rec_table li{
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
	border-bottom: 1px dotted #CCC;
}
.rec_cell1 {
	width: 320px;
	color: #0290be;
}
.rec_cell2 {
	width: calc(100% - 200px);
}
/******************************************************

	お問い合わせ

******************************************************/
#contact_main {
	background: url(../images/contact1.jpg) 90% 0/cover no-repeat;
}
.big40 .mini {
	font-size: 18px;
}
.con_bg {
	background-color: #dbeff6;
	padding: 30px 20px;
}
.con_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}
.con_list li {
	width: 46%;
	display: flex;
	align-items: center;
}
.con_t {
	padding-left: 30px;
	font-weight: bold;
	font-size: 38px;
}
/************/
.bg_contact {
	background-color: #f3fef8;
	padding: 100px;
	width: 94%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.mail_icon {
	text-align: center;
}
.mail_midashi {
	text-align: center;
	font-weight: bold;
	font-size: 36px;
	color: #02be52;
	margin-top: 10px;
}
/**********/
.contact_table li {
	display: table;
	width: 100%;
}
.contact_table li:last-child .c_cell1 {
	border-bottom: 2px solid #02be52;
}
.c_cell1 {
	display: table-cell;
	width: 160px;
	border-top: 2px solid #02be52;
	vertical-align: top;
	padding: 10px 0;
}
.c_cell2 {
	display: table-cell;
	vertical-align: top;
	padding: 10px 10px;
}
.size, .area {
	border: 0;
	background-color: #FFF;
	padding: 10px;
}
.size {
	width: 100%;
	height: 50px;
}
.area {
	width: 100%;
	height: 200px;
}
/************/
.sub {
	width: 240px;
	margin: 0 auto;
}
.sub input {
	background-color: #02be52;
	color: #FFF;
	display: block;
	width: 100%;
	text-align: center;
	color: #FFF;
	padding: 15px 0;
	border-radius: 50px;
	border: 0;
}
/******************************************************

	最新情報

******************************************************/
#news_main {
	background: url(../images/news1.jpg) 50% 0/cover no-repeat;
}

/*************/

.border_box {
	border:7px solid #f5f5f5;
	padding:60px;
}
.search_midashi {
	background-color:#f1f1f1;
	padding:20px;
	font-weight:bold;
	font-size:16px;
}

.search_mini {
	font-weight:bold;
	font-size:16px;
	border-bottom:1px solid #aaa;
	padding-bottom:10px;
}
.check_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
    row-gap: 10px;
}
.check_box.column2 {
    grid-template-columns: repeat(2, 1fr);
}
.check_box label{
	font-weight:300;
	cursor:pointer;
	border:1px solid #CCC;
	padding:15px 10px;
}
.check_box input{
	margin-right:15px;
}


/*******/

.search_list li {
	display:flex;
	justify-content:space-between;
	margin:40px 0;
	background-color:#f9f9f9;
	padding:40px;
}

.search_left {
	width:350px;
}
.search_left img{
	width:100%;
	height:auto;
}
.search_right {
	width:calc(100% - 390px);
}

.s_midashi {
	color:#02be52;
	font-weight:bold;
	font-size:22px;
	border-bottom:1px solid #CCC;
	padding-bottom:4px;
}

.s_text {
	padding:15px 0 0;
}
/*
.cate_list {
	display:flex;
	flex-wrap:wrap;
	margin:10px 0;
}
.cate_list p{
	width:32.33%;
	margin:0.5%;
	text-align:center;
	color:#FFF;
	padding:5px 20px;
	background-color:#0290be;
	display:flex;
	justify-content:center;
	align-items:center;
}
*/
.cate_list {
	margin:10px 0;
}
.cate_list p{
	display:table;
	width:100%;
}
.cell1 {
	display:table-cell;
	width:230px;
	vertical-align:top;
	color:#0290be;
	font-weight:bold;
	position:relative;
}
.cell1:after {
	content:"：";
	position:absolute;
	right:0;
	top:0;
}
.cell2 {
	display:table-cell;
	vertical-align:top;
}
.googlemap a{
	background-color:#E98B13;
	color:#FFF;
	display:block;
	width:150px;
	padding:3px;
	text-align:center;
	text-decoration:none;
	margin-top:10px;
}

.af_span:after {
	content:"・";
}
.af_span:last-child:after {
	display:none;
}

.sub_w input{
    background-color: #02be52;
    color: #FFF;
    padding: 15px;
    text-align: center;
    display: block;
    border-radius: 50px;
	width:200px;
	margin:50px auto 0;
	border:0;
	transition:0.3s ease;
}
.sub_w input:hover{
    background-color: #0290be;
}

.a_none {
	text-align:center;
	font-weight:bold;
	font-size:18px;
}
/******************************************************

	個人情報保護方針

******************************************************/
#privacy_main {
	background: url(../images/privacy1.jpg) 50% 0/cover no-repeat;
}
.link_text{color: #515151;}
.link_text:hover{
	color: #515151;
	text-decoration: none;
}
/*****************************************************
	サーチ
******************************************************/

.check_flex {
	display: flex;
	justify-content: space-between;
}
.check_left {
	width: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #CCC;
	margin: 0;
}
.check_left label{
	font-weight: normal;
	cursor: pointer;
    margin-bottom: 0;
}
.check_right {
	width: calc(100% - 90px);
}
.check_right label {
    margin-bottom: 0;
}
#im-title{
	background-color: rgba(255, 255, 255, 0.7);
    padding: 40px 10px 50px;
    text-align: center;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}
#im-title .ja {
	font-weight: bold;
	font-size: 34px;
	border-bottom: 3px solid #9bd9e8;
}
/****************************/
.midashi24 {
    font-size: clamp(17px,2.4vw, 24px);
    font-weight: bold;
}
/* PC用
------------------------------------------------------------*/
@media only screen and (max-width: 1400px) {
#logo {
	width: 300px;
}
#cy_nav {
	width: calc(100% - 340px);
}
#main_cont {
	margin-top:-40px;
}
/*****************/
.f_ad {
	width: calc(100% - 400px);
}

.f_address {
	display:block;
}
.f_address li {
	width: 100%;
	padding: 5px 0;
	font-size: 18px;
}
.f_address li:nth-child(1),
.f_address li:nth-child(4) {
	width:100%;
}
}
@media only screen and (max-width: 1300px) {
.banar_hov {
	transform: scale(1);
}
}
@media only screen and (max-width: 1270px) {
.com_right{width: 48%;}
}
@media only screen and (max-width: 1200px) {
/**********/
#logo {
	width: 180px;
}
#logo img {
	width: 100%;
	height: auto;
}
#cy_nav {
	width: calc(100% - 190px);
}
/******************/
#main_cont {
	border-radius: 35% 50px 50px 50px;
	margin-top:20px;
}
#main_cont,  .flexslider,  #fade1,  #fade2,  #fade3 {
	height: 550px;
}
#title_box {
	padding-bottom: 60px;
	font-weight: 100;
}
/********************/
#cy_footer {
	border-radius: 0 40% 0 0;
}
.f_flex {
	display: block;
}
.f_left {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.f_right {
	width: 100%;
	margin-top: 40px;
}
.f_nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.f_nav li {
	width: 32.33%;
	padding: 5px 0;
}
.f_nav li:nth-child(n+5) {
	width: 32.33%;
}
.f_nav li:nth-child(1) {
	order: 1;
}
.f_nav li:nth-child(2) {
	order: 2;
}
.f_nav li:nth-child(3) {
	order: 3;
}
.f_nav li:nth-child(4) {
	order: 4;
}
.f_nav li:nth-child(5) {
	order: 5;
}
.f_nav li:nth-child(6) {
	order: 6;
}
.f_nav li:nth-child(7) {
	order: 7;
}
/******************************************************

	会社概要

******************************************************/
.com_flex {
	display: block;
}
.com_left {
	width: 100%;
}
.com_right {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.com_right li:nth-child(2) {
	margin-top: 0;
}
.com_right li {
	width: 48%;
}
.golf_hokusho{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
}

@media only screen and (max-width: 1024px) {
.padding120 {
	padding: 100px 0;
}
.pt-120 {
	padding-top: 100px;
}
.pb-120 {
	padding-bottom: 100px;
}
.margin120 {
	margin: 100px 0;
}
.mt-120 {
	margin-top: 100px;
}
.mb-120 {
	margin-bottom: 100px;
}
#cy_nav {
	display: none;
}
/******************/
.top_banar li {
	height: 450px;
}
.top_banar a {
	padding: 20px;
}
.banar_hov {
	padding: 10px 25px;
	transform: scale(1);
}
/******************************************************

	会社概要

******************************************************/
.com_list li {
	font-size: 14px;
}
.com_cell1 {
	width: 140px;
}
.com_cell2 {
	width: calc(100% - 160px);
}
.none_1024{display: none;}
.golf_hokusho img{
	width: 123px;	
}
/******************************************************

	お問い合わせ

******************************************************/
.con_list li {
	width: 46%;
	display: flex;
	align-items: center;
}
.con_list li img {
	height: 30px;
	width: auto;
}
.con_t {
	padding-left: 30px;
	font-weight: bold;
	font-size: 20px;
}


/*************/


/*************/
.search_left img{
	display:block;
	position:sticky;
	top:10px;
}

.cate_list {
	margin:10px 0;
}
.cate_list p{
	display:block;
	margin-bottom:10px;
}
.cell1 {
	display:block;
	width:100%;
}
.cell1:after {
	display:none;
}
.cell2 {
	display:block;
	vertical-align:top;
}

/*****************************************************
	サーチ
******************************************************/

.check_flex {
	display: block;
}
.check_left {
	width: 100%;
	display: block;
	border: 1px solid #CCC;
	margin: 5px auto;
}
.check_left label{
	font-weight: normal;
	cursor: pointer;
	padding: 10px;
	display:block;
}
.check_right {
	width: 100%;
}

}

@media only screen and (max-width: 740px) {
.padding120 {
	padding: 60px 0;
}
.pt-120 {
	padding-top: 60px;
}
.pb-120 {
	padding-bottom: 60px;
}
.margin120 {
	margin: 60px 0;
}
.mt-120 {
	margin-top: 60px;
}
.mb-120 {
	margin-bottom: 60px;
}
.side_insta img {
    width: 45px;
    height: auto;
}
/**********/
#logo {
	width: 180px;
}
/******************/
#main_cont {
	border-radius: 30% 30px 30px 30px;
	margin-top: -20px;
}
#main_cont,  .flexslider,  #fade1,  #fade2,  #fade3 {
	height: 400px;
}
#title_box {
	padding: 0 20px 40px;
}
#top_title {
	font-size: 24px;
	letter-spacing: 0.2em;
	line-height: 2em;
}
#top_title span {
	font-size: 34px;
}
#top_title span:after {
	height: 4px;
}
/******************/
.eng_midashi .eng {
	font-size: 13px;
}
.eng_midashi .ja {
	font-size: 20px;
	margin-top: 10px;
}
.more {
	max-width: 240px;
	margin: 0 auto;
}
.more a {
	padding: 10px;
}
.posi_circle {
	position: absolute;
	top: 0px;
	left: -20px;
}
.posi_circle img {
	width: 50px;
	height: auto;
}
.inline_posi {
	display: inline-block;
	position: relative;
}
/*************/
.top_flex {
	display: block;
	margin: 0 auto;
}
.flex_50 {
	width: 100%;
}
.flex_44 {
	width: 100%;
}
.flex_46 {
	width: 100%;
}
.top_width {
	width: 100%;
	max-width: 100%;
}
.posi_circle2 {
	position: absolute;
	left: -20px;
	top: 0;
}
.posi_circle2 img {
	width: 50px;
	height: auto;
}
.posi_circle3 {
	position: absolute;
	right: -20px;
	top: 0;
}
.posi_circle3 img {
	width: 50px;
	height: auto;
}
.posi_circle4 {
	position: absolute;
	right: 0;
	top: -50px;
}
.posi_circle4 img {
	width: 100px;
	height: auto;
}
.eng_posi1 {
	font-weight: bold;
	font-size: 15vw;
	position: absolute;
	bottom: auto;
	top: 0;
	left: auto;
	right: 0;
	line-height: 0.8em;
}
.eng_posi2 {
	font-weight: bold;
	font-size: 15vw;
	color: #FFF;
	position: absolute;
	left: auto;
	right: 0;
	top: 0;
	line-height: 0.8em;
}
/******************/
.top_banar {
	display: block;
}
.top_banar li {
	width: 100%;
	height: 350px;
	margin: 15px 0;
}
/***************************/
.news li {
	margin: 5px 0;
}
.news a {
	padding: 15px;
	display: block;
}
.n_cell1 {
	display: block;
	width: 100%;
}
.n_cell2 {
	display: block;
	padding-right: 0;
}
.n_shape {
	position: absolute;
	right: 20px;
	top: 20px;
}
.more_posi {
	position: static;
	margin-top: 40px;
}
/***************/
.contact_cont a {
	padding: 30px 20px;
}
.c_icon {
	text-align: center;
}
.c_icon img {
	width: 35px;
	height: auto;
}
.c_midashi {
	font-size: 24px;
	line-height: 1em;
	margin-top: 10px;
}
.c_midashi img {
	width: 25px;
	height: auto;
	margin-left: 10px;
}
.c_text {
	padding: 20px 0;
}
.posi_circle5 img {
	width: 100px;
	height: auto;
}
.posi_circle6 {
	position: absolute;
	right: 0;
	top: auto;
	bottom: 0;
}
.posi_circle6 img {
	width: 100px;
	height: auto;
}
/********************/
#cy_footer {
	border-radius: 0 40px 0 0;
	padding: 80px 0 20px;
}
.f_flex {
	display: block;
}
.f_left {
	width: 100%;
	display: block;
	text-align: center;
}
.f_logo {
	width: 200px;
	margin: 0 auto;
}
.f_logo img {
	width: 100%;
	height: auto;
}
.f_ad {
	width: 100%;
	margin-top: 40px;
}

.f_address li {
	display: block;
	padding: 10px 0;
	font-size: 16px;
}
.f_address li:nth-child(1) .f_cell2 {
	font-size: 12px;
	position: relative;
	top: 5px;
}
.f_cell1 {
	display: block;
	width: 100%;
	text-align: center;
}
.f_cell2 {
	display: block;
	vertical-align: top;
	padding-left: 0;
}
.f_right {
	width: 100%;
	margin-top: 40px;
}
.f_nav {
	display: block;
	flex-wrap: wrap;
	justify-content: flex-start;
	text-align: center;
}
.f_nav li {
	width: 100%;
	padding: 5px 0;
}
.f_nav li:nth-child(n+5) {
	width: 100%;
}
#copy {
	text-align: center;
	padding-top: 40px;
	font-size: 10px;
}
/******************************************************

	ワークサポートについて

******************************************************/
#main_cont.main_in {
	height: 300px;
}
.main_size {
	height: 300px;
	position: relative;
}
#title_in {
	padding: 20px 10px 40px;
	width: 94%;
	max-width: 400px;
}
#title_in .eng {
	margin-bottom: 0;
}
#title_in .ja {
	font-size: 20px;
}
/***************************/
.flex_box {
	display: block;
}
.flex_55 {
	width: 100%;
}
.flex_52 {
	width: 100%;
}
.flex_42 {
	width: 100%;
}
.flex_40 {
	width: 100%;
}
.midashi34 {
	font-size: 20px;
}
/***************************/
.ab_minus {
	margin-top: -60px;
	padding: 100px 0 60px;
	margin-bottom: 100px;
}
.padding50_70 {
	padding: 20px 20px;
}
.ab_list li {
	padding: 10px 0 5px;
	font-size: 13px;
}
.ab_cell1 {
	width: 30px;
}
/*************/
#ab_circle1 {
	position: absolute;
	top: 15px;
	left: 0;
}
#ab_circle2 {
	position: absolute;
	top: 32%;
	right: 0;
	z-index: 200;
}
#ab_circle2 img {
	width: 140px;
	height: auto;
}
#ab_circle3 {
	position: absolute;
	bottom: -60px;
	right: 20px;
}
#ab_circle3 img {
	width: 100px;
	height: auto;
}
/******************************************************

	サービス

******************************************************/
.big40 {
	font-size: 24px;
}
.num {
	width: 40px;
	height: 40px;
	font-size: 24px;
}
.num_p {
	font-size: 20px;
	margin-left: 10px;
}
/*******************/
.se_list {
	display: block;
}
.se_list li {
	width: 100%;
	padding: 0 20px 20px;
	max-width: 100%;
	margin: 15px 0;
}
.se_list h3 {
	font-size: 18px;
	margin: 20px 0 15px;
}
.num_box {
	width: 78px;
	padding: 35px 0 10px;
	font-size: 16px;
}
.num_box span {
	font-size: 26px;
	margin-top: 5px;
}
/****************/
#se_circle1 {
	position: absolute;
	right: 14px;
	top: 20px;
}
#se_circle1 img {
	width: 140px;
	height: auto;
}
#se_circle3 {
	position: absolute;
	right: 0px;
	bottom: 350px;
	z-index: 600;
}
#se_circle3 img {
	width: 200px;
	height: auto;
}
#se_circle4 {
	position: absolute;
	left: auto;
	right: 0;
	top: 60px;
}
#se_circle5 {
	position: absolute;
	left: calc(50% - 240px);
	bottom: -80px;
}
#se_circle6 {
	position: absolute;
	right: 0;
	top: 80px;
}
/******************************************************

	施設検索

******************************************************/
#junbi {
	font-size: 22px;
	padding: 40px 0 60px;
}
/******************************************************

	会社概要

******************************************************/
.gothic{
	font-family: sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;}

.com_bg {
	background-color: #f6f6f6;
	padding: 20px;
}
.com_list li {
	display: block;
	font-size: 14px;
}
.com_cell1 {
	width: 100%;
	padding: 15px 10px 0;
	border-top: 1px solid #0290be;
	color: #0290be;
	font-weight: bold;
	font-size: 14px;
}
.com_cell2 {
	width: 100%;
	padding: 10px 10px 15px;
	border-top: 0;
}
.com_cell2 p {
	padding: 0 0 5px;
}
.com_right {
	margin-top: 20px;
}
.com_right li {
	width: 49%;
}
/********************/
.com_box {
	padding: 20px;
    display: block;
}
.com_box > div {
    width: 100%;
}
.com_map {
    margin-top: 20px;
}
.com_map iframe {
	height: 250px;
}
/*******************/
.com_bg2 {
	padding: 20px;
	display: block;
}
.com_list2 {
	width: 100%;
}
.com_list2 li {
	padding: 10px 0 10px 14px;
	text-indent: -1em;
	line-height: 1.8em;
}
/******************/
.history li {
	padding: 15px 0;
	border-top: 1px solid #515151;
}
.history li.bt_none {
	border: 0;
	padding: 0 0 15px;
}
.his_cell1 {
	width: 130px;
}
.his_cell2 {
	padding-left: 20px;
}
.break-word{overflow-wrap: break-word;}
/******************************************************

	お問い合わせ

******************************************************/
.big40 .mini {
	font-size: 14px;
}
.con_bg {
	padding: 10px 20px;
}
.con_list {
	display: block;
}
.con_list li {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0;
}
.con_list li img {
	height: auto;
	width: 55px;
}
.con_t {
	padding-left: 15px;
}
/************/
.bg_contact {
	padding: 40px 20px;
}
.mail_icon {
	text-align: center;
}
.mail_icon img {
	width: 35px;
	height: auto;
}
.mail_midashi {
	font-size: 20px;
	margin-top: 5px;
}
/**********/
.contact_table li {
	display: block;
}
.contact_table li:last-child .c_cell1 {
	border-bottom: 0;
}
.c_cell1 {
	display: block;
	width: 100%;
	border-top: 1px solid #02be52;
	padding: 15px 0 0;
	font-weight: bold;
}
.c_cell2 {
	display: block;
	padding: 10px 15px;
}
.size {
	height: 40px;
}
.area {
	height: 150px;
}
/************/

.border_box {
	border:4px solid #f5f5f5;
	padding:20px;
}
.search_midashi {
	padding:10px;
	font-size:14px;
}

.search_mini {
	font-size:14px;
}
.check_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 5px;
    row-gap: 5px;
}
.check_box.column2 {
    grid-template-columns: repeat(2, 1fr);
}
.check_box label{
	padding:10px 10px;
}


/*******/

.search_list li {
	margin:30px 0;
	padding:10px;
}

.search_left {
	width:120px;
}
.search_left img{
	display:block;
	position:sticky;
	top:10px;
}
.search_right {
	width:calc(100% - 140px);
}

.s_midashi {
	font-size:13px;
}

.s_text {
	padding:10px 0 0;
}
.cate_list {
	margin:10px 0;
}
.cate_list p{
	display:block;
	margin:3px 0;
}
.cell1 {
	display:block;
	width:100%;
}
.cell1:after {
	display:none;
}
.cell2 {
	display:block;
	vertical-align:top;
}

.a_none {
	font-size:14px;
}

/*
.cate_list {
	display:flex;
	flex-wrap:wrap;
	margin:10px 0;
}
.cate_list p{
	width:49%;
	margin:0.5%;
	text-align:left;
	padding:5px;
	line-height:1.3em;
	font-size:10px;
}

.googlemap a{
	background-color:#E98B13;
	color:#FFF;
	display:block;
	width:150px;
	padding:3px;
	text-align:center;
	text-decoration:none;
	margin-top:10px;
}
*/
/*
.search_list {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.search_list li {
	width:49%;
	display:block;
	margin:20px 0;
	padding:10px;
}

.search_left {
	width:100%;
}
.search_right {
	width:100%;
	margin-top:15px;
}

.s_midashi {
	font-size:13px;
	padding-bottom:4px;
}

.s_text {
	padding:10px 0 0;
}
.cate_list {
	display:flex;
	flex-wrap:wrap;
	margin:10px 0;
}
.cate_list p{
	width:49%;
	margin:0.5%;
	padding:5px 10px;
}

.googlemap a{
	width:100px;
}
*/

/******************************************************

	採用情報

******************************************************/
.rec_table li{
	display: block;
	padding: 0;
	border-bottom:0;
}
.rec_cell1 {
	width: 100%;
	color: #0290be;
	border: 1px solid #0290be;
	padding: 15px;
}

.rec_cell2 {
	width: 100%;
	padding: 20px 15px 20px;
}

}
