@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&display=swap');
/*
薄いグリーン：#48C2A2
濃いグリーン：#2E9568
テキスト：#444444
*/


/*　▼ 共通部分 ▼　*/
html {
  scroll-behavior: smooth;
}
body{
	font-family: "Lato","Noto Sans JP",sans-serif;
	color: #444444;
	font-feature-settings: "palt";
}
.bg-gray{
	background-color: #F3F3F3;
}
.bg-lightgreen{
		background-color: #48C2A2;
}
a{color: #444444;}
a:hover{
	opacity: 0.8;
}
main{
	width: 100%;
	margin: 0 auto;
}
h3{
}
.cnt_warp{
	padding: 80px 0 100px 0;
}
.inner{
	width: 1200px;
	margin: 0 auto;
}
.head_inner{
	width: 1000px;
	margin: 0 auto;
}
.button{
	width: auto;
	height: 60px;
}
.button a{
	height: 100%;
	display: inline-flex;
	align-items: center;
    justify-content: center;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.2em;
	padding: 0 24px;
	box-sizing: border-box;
	position: relative;
	border-radius: 8px;
}
.button a:hover{
	opacity: 1;
	background: #444;
}
.btn_lightgreen a{background: #48C2A2;}
.btn_green a{background: #2E9568;}
.btn_black a{background: #444444;}
.btn_black a:hover{background: #2E9568;}
.btn_arrow a,.btn_out a{
	padding: 0 48px 0 40px;
}
.btn_arrow a::after{
	content: "";
    display: block;
    background: url(../img/button_arrow.png) no-repeat;
    width: 6px;
    height: 10px;
    background-size: 100%;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -5px;
}
.btn_out a::after{
	content: "";
    display: block;
    background: url(../img/button_open.png) no-repeat;
    width: 14px;
    height: 14px;
    background-size: 100%;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -7px;}

/*　▲ 共通部分 ▲　*/

/*header*/
header{
	width: 100%;
    height: 80px;
    display: flex;
    justify-content: space-between;
    padding: 0 10px 0 30px;
    box-sizing: border-box;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background: #FFFFFF;
	z-index: 999;
}
h1{}
h1.logo{
	width: 140px;
}
nav{
	display: flex;
	gap: 40px;
}
nav ul{
	display: flex;
    gap: 32px;
    align-items: center;
}
nav ul li{}
nav ul li a{
	font-weight: 500;
	font-size: 15px;
	letter-spacing: 0.15em;
	line-height: 50px;
	color: #444;
}
nav ul li a:hover{
	color: #2E9568;
	opacity: 1;
}
.button_box{
	display: flex;
	gap: 5px;
}

.icon_open{
	width: 12px;
	margin-left: 8px;
	padding-bottom: 4px;
}

.hamburger {
  width: 28px;
  height: 20px;
  display: none; /* PCでは非表示 */
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.hamburger span {
  display: block;
  height: 3px;
  background: #2E9568;
  border-radius: 2px;
}
/**/
.main_visual{
	width: 100%;
	height: 100dvh;
	display: flex;
    align-items: flex-end;
    justify-content: flex-start;
	padding-top: 80px;
	padding-left:3vw;
	padding-right:3vw;
	padding-bottom: 4%;
    box-sizing: border-box;
	position: relative;
	background-color: #FAFAFA;
	background-image: url(../img/main_visual.png);
	background-repeat: no-repeat;
	background-size: auto calc(100% - 120px - 10%);
	background-position: right calc(50% + 60px - 5%);
}
.catchcopy{
	font-weight: 600;
	font-size: 55px;
	letter-spacing: 0.2em;
	line-height: 128px;
	text-align: left;
	color: #555;
}
.catchcopy span{
	display: block;
	color: #2E9568;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 1em;
	margin-top: 3%;
}

.p1-info{
	width: 100%;
	max-width: 600px;
	line-height: 1.5;
	padding: 1rem 1rem;
	background-color: #fff;
	border: 6px solid #ee0000;
	margin: 3rem  auto 0;
	box-sizing: border-box;
}

.p1-info h3{
	font-size: 1.5rem;
	letter-spacing: 0.1rem;
	line-height: 1.2;
	border-bottom: 1px solid #555;
	margin-bottom: 0.5rem;
}

.p1-info p{
	font-size: 1rem;
	letter-spacing: 0.05rem;
}

/**/
.recruit{
	background: #EEEEEE;
}


.recruit .inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.recruit .inner::before{
	content: "";
    display: block;
    position: absolute;
    bottom: -18%;
    left: 5%;
    background: url(../img/recruit_deco.png) no-repeat;
    background-position: left bottom;
    background-size: 100%;
    width: 20%;
    height: 100%;
}
.recruit_ttl_box{
	display: grid;
	grid-template-rows: repeat(2, 1fr);
}
.recruit_h2{
	font-family: "Noto Sans JP";
	font-weight: 600;
	font-size: 43px;
	letter-spacing: 0.2em;
	line-height: 80px;
	text-align: left;
	color: #2e9568;
	margin-bottom: 40px;
}
.recruit_ttl_box .button,.recruit_ttl_box .button a{
	width: 100%;
}
.recruit_list_h3{
	font-weight: 500;
	font-size: 19px;
	letter-spacing: 0.16em;
	color: #444;
	margin-bottom: 8px;
}
ul.recruit_list{
	width: 70%;
	display: flex;
    flex-direction: column;
	gap: 16px;
}
ul.recruit_list li{
	width: 100%;
}
ul.recruit_list li > a{
	background: #FFFFFF;
	display: block;
	padding: 16px 40px;
	border-radius: 8px;
	border-bottom: 4px solid #ddd;
}
.cat_list{display: flex;gap: 10px;}
.cat_item {
	color: #2E9568;
	padding: 5px 16px;
	border: 1px solid #2E9568;
	border-radius: 12px;
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1em;
}

/**/
.about{
	background: #48C2A2;
}
.about .inner{
	/* display: flex;
	justify-content: space-between; */
	align-items: center;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    display: grid;
    gap: 5%;
}
.about_img{
	/* width: 42%; */
}
.about_img img{
	margin-bottom: 48px;
}
.about_flow{
	background: #FFFFFF;
	position: relative;
	padding: 20px 20px;
	display: flex;
	flex-direction: column;
    gap: 8px;
	border-radius: 8px;
}
.about_flow_ttl{
	position: absolute;
	top: -20px;
	left: -20px;
	padding: 8px 13px;
	border-radius: 4px;
	background: #2E9568;
	color: #FFFFFF;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.1em;
	line-height: 1em;
	text-align: center;
}
.about_flow_item{
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 8px;
	font-size: 0.9rem;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.about_flow_item span{
	width: 24px;
	height: 24px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #2E9568;
	color: #2E9568;
	font-size: 12px;
	font-weight: 600;
	line-height: 1em;
	text-align: center;
}

.about_flownotice{
	font-size: 0.75rem;
	letter-spacing: 0.05rem;
	line-height: 1.5;
	padding: 0.5rem 0;
}
.about_text{
	/* width: 50%; */
}
.about_h2{
	font-weight: 500;
	font-size: 38px;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 32px;
}
.about_text p{
	font-weight: 400;
	font-size: 16px;
    text-align: justify;
	letter-spacing: 0.1em;
	line-height: 2em;
	color: #444;
	margin-bottom: 40px;
}
.about_text .button_box{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.about_text .button_box .button,.about_text .button_box .button a{
	width: 100%;
}
/**/
.news_h2{
	font-weight: 600;
	font-size: 30px;
	letter-spacing: 0.15em;
	text-align: center;
	color: #444;
	margin-bottom: 16px;
}


.news p.caution{
	font-size: 14px;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 48px;
}
.pickup_news{
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	padding: 40px;
	gap: 60px;
	border-radius: 16px;
	background: #F3F3F3;
	margin-bottom: 60px;
	border-bottom: 4px solid #ededed;
	position: relative;
}
.pickup_news::before{
	content: "";
    background: url(../img/news_deco01.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -22%;
    left: 9%;
    width: 140px;
    height: 100px;
    z-index: -1;
}

.pickup_news::after{
	content: "";
    background: url(../img/news_deco02.png) no-repeat;
    background-size: 100%;
    position: absolute;
    top: -18%;
    right: 6%;
    width: 100px;
    height: 100px;
}

.pickup_news_img{
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}

.pickup_news_outline{
	width: 100%;
}

.pickup_news_ttl{
	font-weight: 600;
	font-size: 30px;
	letter-spacing: 0.1em;
	color: #2e9568;
	margin-bottom: 24px;
}
.pickup_news_outline p{
	letter-spacing: 0.1em;
	line-height: 1.6em;
	font-weight: 400;
	margin-bottom: 40px;
}

.news_box{
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.news_cat{
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 0.15em;
	line-height: 1em;
	margin-bottom: 24px;
}
.news_list{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.news_list .news_img{
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 13px;
}
.news_list .news_ttl{
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #2e9568;
	margin-bottom: 8px;
}
.news_list .day{
	font-weight: 500;
	letter-spacing: 0.05em;
	color: #666;
}
.news .button{
	display: flex;
    justify-content: flex-end;
}
/**/
footer{
	background: #444444;
	/* display: grid;
    grid-template-columns: auto 1fr; */

}
.footer_top{
	padding: 48px 0 60px;
}

.footer_top .inner{
	display: flex;
	justify-content: space-between;
}
footer .logo{
	width: 180px;
	margin-bottom: 40px;
}
footer p{
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	color: #FFFFFF;
	margin-bottom: 24px;
}
footer p.add,
footer .small{
	font-size: 12px;
}

footer a{
	color: #FFFFFF;
}

footer a:hover{
	opacity: 1;
	text-decoration: underline;
}
footer a:hover img{
	opacity: 0.8;
}
footer .button a:hover{
	text-decoration: none;
	background: #F3F3F3;
	color: #2E9568;
}
footer .nav_box{
	display: grid;
	grid-template-rows: repeat(3, auto);
	justify-items: end;
}

.footer_nav{
	display: flex;
	gap: 24px;
}
.footer_nav li a{
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #FFFFFF;
}
.sns_list{
	display: flex;
	gap: 13px;
}

.sns_list li a{
	width: 24px;
	display: block;
}

.footer_bottom{
	background: #FFFFFF;
	padding: 16px 0;
}
.footer_bottom .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_bottom p{
	font-weight: 500;
	font-size: 12px;
	letter-spacing: 0.05em;
	line-height: 1em;
	color: #2E9568;
	margin-bottom: 0;
}
.footer_bottom_list{
	display: flex;
	font-size: 12px;
}
.footer_bottom_list p{
	margin-right: 16px;
}
.footer_bottom_list a{
	color: #666;
	letter-spacing: 0.05em;
}
.iizukacity_logo{
	width: 110px;
	display: inline-block;
}

/*
下層ページ
*/
.page_head{
	height: 330px;
	margin-top: 80px;
	/* background: #F3F3F3; */
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 1rem;
}
.page_ttl{
	font-weight: 600;
	font-size: 27px;
	letter-spacing: 0.2em;
	line-height: 1em;
	text-align: left;
	color: #2e9568;
}
.page_ttl_wh{
	font-weight: 600;
	font-size: 27px;
	letter-spacing: 0.2em;
	line-height: 1em;
	text-align: left;
	color: #fff;
}
.page_ttl span,
.page_ttl_wh span{
	display: block;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0.2em;
	line-height: 1em;
	text-align: left;
	color: #444;
	margin-top: 16px;
}
.page_head.page_head_green{
	background: #48C2A2;
}
.page_head.page_head_green .page_ttl{
	color: #FFFFFF;
}

/*当サイトについて*/
.about-main .page_head{
	background-color: #F3F3F3;
    background-image: url(../img/about_ttl.png);
    background-repeat: no-repeat;
    background-size: auto 90%;
    background-position: right 20% center;
}
.flow .inner{
	width: 1100px;
}
.flow_wrap{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 5%;
	margin-top: 60px;
}
.flow_box{
	background: #F3F3F3;
	border-radius: 16px;
}
.flow_company{
	position: relative;
}
.flow_ttl{
	font-weight: 600;
	font-size: 22px;
	letter-spacing: 0.2em;
	line-height: 1em;
	text-align: center;
	color: #fff;
	padding: 16px;
	border-radius: 16px 16px 0 0;
	position: relative;
}
.flow_jobseeker .flow_ttl{background: #2E9568;}

.flow_jobseeker .flow_ttl::before{
	content: "";
    display: block;
    background: url(../img/flow_01.png) no-repeat;
    background-size: 100%;
    width: 28%;
    position: absolute;
    bottom: -5px;
    left: 4%;
    aspect-ratio: 1.2 / 1;
}
.flow_company .flow_ttl::before{
	content: "";
    display: block;
    background: url(../img/flow_02.png) no-repeat;
    background-size: 100%;
    width: 28%;
    aspect-ratio: 1 / 1.2;
    position: absolute;
    top: -50%;
    right: 5%;
}
.flow_company .flow_ttl{background: #48C2A2;}
.flow_list{
	padding: 40px 40px 60px 20px;
	display: flex;
	flex-direction: column;
}

.flow_list li{
	position: relative;
	padding-bottom: 40px;
	z-index: 1;
}
.flow_list li::after{
	content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-right: 4px dotted #cccccc;
    width: 13px;
    height: 100%;
    z-index: -1;
}

.flow_list_ttl{
	font-weight: 600;
	font-size: 20px;
	letter-spacing: 0.2em;
	line-height: 1em;
	color: #2e9568;
	margin-bottom: 16px;
}
.flow_list_ttl span{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	color: #FFFFFF;
	background: #2E9568;
	line-height: 1em;
	padding: 0 0 0 3px;
    box-sizing: border-box;
	margin-right: 10px;
	font-size: 16px;
	text-align: center;
}
.flow_company .flow_list_ttl{
	color: #48C2A2;
}
.flow_company .flow_list_ttl span{background: #48C2A2;}
.flow_jobseeker .flow_list li:nth-child(2),.flow_jobseeker .flow_list li:nth-child(4){position: relative;}
.flow_jobseeker .flow_list li:nth-child(2)::before{
	content: "";
	display: block;
	background: url(../img/flow_04.png)no-repeat;
	background-size: 100%;
	width: 50px;
	height: 74px;
	position: absolute;
	top: -30px;
	right: -50px;
}
.flow_jobseeker .flow_list li:nth-child(4)::before{
	content: "";
	display: block;
	background: url(../img/flow_05.png)no-repeat;
	background-size: 100%;
	width: 35px;
	height: 45px;
	position: absolute;
	bottom: 0;
	left: -40px;
}
.flow_company::before{
	content: "";
	display: block;
	background: url(../img/flow_03.png)no-repeat;
	background-size: 100%;
    width: 50%;
    aspect-ratio: 2.5 / 1;
    position: absolute;
    bottom: -3%;
    left: -29%;
}

.flow_list li p{
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	color: #666;
	padding-left: 40px;
}
.flow_list li p.caution{
	font-size: 12px;
	font-weight: 500;
	margin-top: 16px;
}
.flow .caution{
	font-size: 12px;
	font-weight: 400;
	margin-top: 60px;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}
.management{
	background: #F3F3F3;
	padding-bottom: 80px;
}
.management .inner{
	width: 1100px;
	display: grid;
	grid-template-columns: auto 1fr;
	/* grid-template-columns: repeat(2, 1fr); */
	gap: 110px;
}
.dxstudio_logo img{
	width: 384px;
	margin-top: 40px;
}
.management_outline{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	align-items: flex-end;
	gap: 40px;
}
.management_outline p{
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 2em;
	color: #444;
	text-align: justify;
}
.management_h2{
	width: 100%;
	font-weight: 600;
	font-size: 26px;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	color: #2e9568;
}
.policy{
	background: #F3F3F3;
}
.policy .inner{
	width: 1000px;
}
.policy p{
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	margin-bottom: 60px;
	text-align: justify;
}
p.mb_small{
	margin-bottom: 20px;
}

.policy_ttl{
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.1em;
	margin-bottom: 16px;
}
.policy .contact{
	background: #fff;
	padding: 20px 30px;
	letter-spacing: 0.1em;
	line-height: 1.8em;
}
.policy .contact span{
	font-weight: 600;
}


.terms{
	background: #F3F3F3;
}
.terms .inner{
	width: 1000px;
}

	.terms p{
				font-weight: 400;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.8em;
	margin-bottom: 60px;
	text-align: justify;
	}
	.terms h3{
			font-weight: 600;
	font-size: 18px;
	letter-spacing: 0.1em;
	margin-bottom: 16px;
	}


/* フォーム */
/* フォーム全体 */
.contact-form {
  background: #ffffff;
  padding: 4rem 5rem;
  border-radius: 12px;
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  box-sizing: border-box;
}

/* テキスト説明 */
.contact-notice {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1rem;
  color: #333;
}

/* 各ラベル */
.contact-form label {
  display: block;
  font-weight: normal;
  letter-spacing: 0.1rem;
  margin-bottom: 0.5rem;
  color: #333;
}

/* 入力欄 */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid #EBEBEB;
  border-radius: 3px;
  background: #EBEBEB;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  box-sizing: border-box;
  transition: border-color 0.2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #0077cc;
  outline: none;
}

/* 必須マーク */
.contact-form .required {
  color: #e60033;
  font-weight: bold;
  margin-left: 0.25rem;
}

/* チェックボックス */
.privacy-check {
  display: flex;
  align-items:flex-start;
  gap: 0.5rem;
  font-size: 0.9rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.privacy-check a {
  color: #2E9568;
  text-decoration: underline;
}

/* 送信ボタン */
.form-submit{
	text-align: center;
}
.contact-form button.wpcf7-submit {
  position: relative;
  display: inline-block;
  background: #3c3c3c;
  color: #fff;
  border: none;
  padding: 1rem 4.5rem 1rem 4.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.1s ease;
  letter-spacing: 0.05em;
  text-align: center;
}

/* ホバー時 */
.contact-form button.wpcf7-submit:hover {
  background: #222;
}

/* → 矢印 */
.contact-form button.wpcf7-submit::after {
  content: "›";
  position: absolute;
  right: 1.8rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.4rem;
  color: #fff;
  transition: right 0.3s ease;
}

/* ホバー時の矢印アニメーション */
.contact-form button.wpcf7-submit:hover::after {
  right: 1.2rem;
}

/* FAQ */
.faq-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 0 3rem;
}
.faq-info{
	width: 100%;
	text-align: center;
	margin-bottom: 3rem;
	letter-spacing: 0.05rem;
}
.faq-item {
  margin-bottom: 25px;
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  background-color: #2E9568; /* 緑 */
  color: #fff;
  padding: 15px 20px;
  font-size: 1.1rem;
  line-height: 1.4rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.faq-question .q-mark {
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: bold;
  margin-right: 10px;
}

.faq-answer {
  background: #fff;
  color: #333;
  padding: 20px;
  line-height: 1.4rem;
  letter-spacing: 0.05rem;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display:flex;
  align-items: center;
  align-items: flex-start;
}
.faq-answer a {
  text-decoration: underline;
  color: #2E9568;
}
.faq-answer .a-mark {
  font-size: 1.4rem;
  font-weight: bold;
  color: #2E9568;
  margin-right: 5px;
}

.pagination {
  text-align: center;
  margin-top: 40px;
}

.pagination a,
.pagination span {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 12px;
  border: 1px solid #ccc;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
}

.pagination .current {
  background-color: #2E9568;
  color: #fff;
  border-color: #2E9568;
}

@media screen and (max-width: 1290px){
	header .button a{
		font-size: 0.75em;
		letter-spacing: 0.1em;
		padding: 0 1em;
	}
	header{
		padding: 0 10px 0 1em;
		height: 70px;
	}
	h1.logo{width: 10%;}
	nav {gap: 1.2em;}
	nav ul{gap: 1.2em;}
	nav ul li a{
		font-size: 0.75em;
		letter-spacing: 0.1em;
	}

	.inner{
		width: 90%;
	}
	.catchcopy{
		font-size: 4.5vw;
		line-height: 2em;
	}
	.news_list {
		grid-template-columns: repeat(3, 1fr);
		gap: 40px 20px;
	}
	.footer_top .inner {
		/* justify-content: space-between; */
		display: grid;
		grid-template-columns: repeat(2, auto);
	}
	footer .logo{
		width: 20%;
	}
	footer p{
		font-size: 0.8em;
	}
	.footer_nav{
		gap: 0.8em;
	}
	.footer_nav li a {
		font-size: 0.7em;
	}
	footer .button a{
		font-size: 0.7em;
	}
	/*下層*/
	.flow .inner{
		width: 90%;
	}
	.management .inner{
		width: 90%;
	}
	.policy .inner{
		width: 90%;
	}
}
@media screen and (max-width: 899px){
	.cnt_warp {
		padding: 40px 0 60px 0;
	}
	header{
		height: 64px;
	}
	h1.logo {
        width: 100px;
    }
	nav {
		display: none; /* メニューを非表示 */
	}
	
	nav.active {
        display: flex;
		flex-direction: column;
        position: fixed;
		gap: 0;
        top: 64px;
        right: 0;
        background: #F3F3F3;
        width: 100%;
        height: 100%;
		padding: 40px 20px;
		box-sizing: border-box;
	}
	nav ul {
		display: flex;
		gap: 20px;
		align-items: center;
		flex-direction: column;
		margin-bottom: 32px;
	}
	nav ul li {
		width: 100%;
	}
	nav ul li a{
		width: 100%;
		display: block;
		font-size: 1em;
		text-align: center;
	}
	nav .button_box {
		gap: 5px;
		flex-direction: column;
		margin-bottom: 24px;
	}
	nav .button_box,nav .button_box a {
		width: 100%;
		font-size: 1em;
	}
	nav .sns_list{
		flex-direction: row;
		gap: 25px;
		justify-content: center;
		margin-bottom: 0;
	}
	nav .sns_list li{
		width: auto;
	}
	nav .sns_list li a{
		line-height: normal;
	}

	.hamburger {
		display: flex; /* ハンバーガー表示 */
	}
	  /* ハンバーガー開閉アニメーション */
	.hamburger.active span:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}
	.hamburger.active span:nth-child(2) {
		opacity: 0;
	}
	.hamburger.active span:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
	}.button a{
		font-size: 0.9em;
	}
	.main_visual{
		padding-top: 10px;
		padding-bottom: 8%;
		background-image: url(../img/main_visual_sp.png);
		background-position: center;
		background-size: 90%;
	}
	.catchcopy {
		font-size: 6vw;
		line-height: 2em;
		letter-spacing: 0.15em;
	}
	.catchcopy span{
		font-size: 2.8vw;
	}

	/*recruit*/
	.recruit .inner{
		justify-content: center;
		position:relative;
		z-index: 0;
	}
	.recruit .inner::before {
		content: "";
        background-position: left bottom;
        background-size: 100%;
        width: 120px;
        height: 90px;
        right: 4%;
        bottom: auto;
        left: auto;
        z-index: -1;
	}
	.recruit_ttl_box {
		display: block;
		width: 100%;
	}
	.recruit_h2 {
		font-size: 5.5vw;
        line-height: 1.4em;
	}
	ul.recruit_list{
		width: 100%;
		margin-bottom: 40px;
	}
	.recruit_list_h3 {
		font-size: 16px;
	}
	ul.recruit_list li > a {
		padding: 16px;
	}
	.recruit .button,.recruit .button a{
		width: 100%;
	}
	/*about*/
	.about-main .page_head{
		background-position: right 10% center;
		background-size: auto 80%;
	}

	.about .inner{
		display: flex;
        flex-direction: column;
		gap: 32px;
	}
	.about_h2{
		font-size: 24px;
		margin-bottom: 24px;
	}
	.about_text p{
		font-size: 14px;
        line-height: 1.8em;
	}
	.about_text .button_box{
		display: flex;
        flex-direction: column;
		gap: 10px;
	}
	.about_flow_ttl{
		top: -15px;
		left: -10px;
		font-size: 12px;
	}
	.about_flow_item{
		font-size: 14px;
	}
	/*news*/
	.news_h2 {
		font-size: 24px;
		line-height: 1.4em;
	}
	.pickup_news{
		display: flex;
        flex-direction: column;
		padding: 16px;
		gap: 24px;
	}
	.pickup_news::before {
		content: "";
		top: -7%;
		left: 1%;
		width: 80px;
		height: 80px;
	}
	.pickup_news::after {
		content: "";
		top: -7%;
		right: -3%;
		width: 70px;
		height: 40px;
	}
	.pickup_news_ttl{
		font-size: 24px;
		margin-bottom: 16px;
		line-height: 1.4em;
	}
	.news .button,.news .button a{
		width: 100%;
	}
	.news_cat {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.news_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 10px;
    }
	/*footer*/
	.footer_top {
		padding: 48px 0 20px;
	}
	.footer_top .inner{
		display: flex;
		flex-direction: column-reverse;
		gap: 40px;
	}
	footer .logo{
		width: 140px;
		margin: 0 auto 24px;
	}
	footer p{
		text-align: center;
		word-break: auto-phrase;
	}
	.footer_nav{
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer_nav li{
		text-align: center;
	}
	.footer_nav li a{
		font-size: 14px;
	}
	footer .nav_box{
		justify-items: center;
		gap: 24px;
	}
	.footer_bottom .inner {
		flex-direction: column;
		gap: 16px;
	}
	.footer_bottom_list{
		font-size: 12px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 10px 5px;
	}
	.button_box .button a {
		padding: 0 1rem;
	}

	/*下層*/
	.page_head{
		height: 160px;
		margin-top: 64px;
	}
	.page_ttl{
		font-size: 5vw;
		line-height: 1.2em;
	}
	.page_ttl span{
		font-size: 14px;
	}
	.flow_wrap{
		grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
		gap: 2em;
		margin-top: 40px;
	}
	.flow_ttl{
		font-size: 18px;
	}
	.flow_list{
		padding: 40px 20px;
	}
	.flow_jobseeker .flow_ttl::before{
        left: 2%;
	}
	.flow_jobseeker .flow_list li:nth-child(2)::before {
		width: 40px;
		height: 62px;
		position: absolute;
		top: -25px;
		right: -30px;
	}
	
	.flow_jobseeker .flow_list li:nth-child(4)::before{
		left: -10px;
	}
	.flow_company::before{
		left: 5%;
		bottom: -5%;
		width: 18vh;
	}

	.management .inner{
		display: flex;
		flex-direction: column;
		gap: 3em;
	}
	.dxstudio_logo{
		text-align: center;
	}
	.dxstudio_logo img{
		width: 60%;
		margin-top: 0;
	}
	.management_outline{
		gap: 2em;
	}
	.management_h2{
		font-size: 24px;
	}
	.management_outline p{
		font-size: 14px;
	}
	.management .button,.management .button a{
		width: 100%;
	}
	.policy p{
		font-size: 14px;
		margin-bottom: 40px;
	}
	.policy_ttl{
		font-size: 16px;
	}
	p.mb_small{
		margin-bottom: 20px;
	}
	.policy .contact {
		padding: 10px 16px;
		font-size: 13px;
		line-height: 1.6em;
	}

	.terms p{
		font-size: 14px;
		margin-bottom: 40px;
	}
	.terms h3{
		font-size: 16px;
	}
}
/* @media screen and (max-width: 749px){
	main{
		width: 80%;
	}
} */