/*
Theme Name: takatohome_recruit
Author: matsu
Version: 2026.02.25

=============================================================================================
*/

/*----------------------------------------
	全体
----------------------------------------*/
html{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.5;
	background: #fff;
    color: #64584c;
	font-weight: 500;
}
body{
	font-size: 1.6rem;
}
img{
	vertical-align: bottom;
}
p{ 
	line-height: 2;
}
li{
	list-style: none;
}
a{
	color:inherit;
	text-decoration: none;
	transition: all .4s;
}
a:hover {
	transition: all .4s;
}
.clear{
	clear: both;
}
.op:hover{
	filter: brightness(110%);
	transition: all .3s;
}
.max_respon{
	max-width: 100%;
}


/*---------------------------------------------------------------
	position
---------------------------------------------------------------*/
.rela{
	position: relative;
}
.z_in1 {
	z-index: 1;
}
.z_in2 {
	z-index: 2;
}
.z_in3 {
	z-index: 3;
}
.z_in100 {
	z-index: 100;
}


/*---------------------------------------------------------------
	sp/pc only
---------------------------------------------------------------*/
.pc_block{
	display: block;
}
.sp_block{
	display: none;
}
.sp_none{
	display: block;
}
.sp_none827{
	display: block;
}
.sp_only {
	display: none;
}
@media screen and (max-width: 827px){
	.sp_none827{
		display: none;
	}
	.sp_only {
		display: block;
	}
}
@media screen and (max-width: 768px){
	.sp_mt0{
		margin-top: 0;
	}
}
@media screen and (max-width: 599px){
	.sp_none{
		display: none;
	}
	.sp_block{
		display: block;
	}
}


/*---------------------------------------------------------------
	margin
---------------------------------------------------------------*/
.m_l5 {
	margin-left: 5px;
}
.m_center {
	display: block;
	margin-inline: auto;
}
@media screen and (max-width: 768px){
	.sp_m_center {
		margin-inline: auto;
	}
}


/*---------------------------------------------------------------
	リンク切り
---------------------------------------------------------------*/
.no_link {
	opacity: .1;
}
.no_link_li {
	list-style: none;
	opacity: .1;
}
.no_link_li ::before {
	content: " ";
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #64584c;
	vertical-align: middle;
	opacity: .1;
}


/*---------------------------------------------------------------
	text
---------------------------------------------------------------*/
.text_kon{ color: #003567; }
.text_gray{ color: #bfbfbf; }
.text_gray_2{ color:#7d7d7d; }
.text_remon{ color:#fff100 }
.text_deepred{ color:#d90303; }
.text_red{ color:#cd1c10; }
.text_black{ color:#000; }
.text_white{ color:#fff; }
.text_gold{ color:#e6b422; }
.text_blue{ color: #336699; }
.text_green{ color: #8bbd90;}
.text_brown{ color:#83552f; }
.text_yellow {color: #fff799;}

.text_normal{ font-weight: normal; }
.text_bold{ font-weight: bold !important; }
.text_bolder{ font-weight: bolder !important; }
.text_900{ font-weight: 900 !important; }

.text_r {text-align:right;}
.text_l {text-align:left;}
.center {text-align:center;}

/* font */
.yu_min {
	font-family:'游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro','ＭＳ Ｐ明朝','ＭＳ 明朝',serif;
}
.meiryo {
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
}
.adorn {
	font-family: "adorn-garland", sans-serif;
	font-weight: 400;
}
.hina {
	font-family: "Hina Mincho", serif;
	font-weight: 400;
}
.begum {
	font-family: "begum", sans-serif;
	font-weight: 300;
}

.text_8{ font-size:.8rem !important; }
.text_9{ font-size:.9rem !important; }
.text_10{ font-size:1.0rem !important; }
.text_11{ font-size:1.1rem !important; }
.text_12{ font-size:clamp(1.2rem, 1.1vw, 1.2rem); }
.text_13{ font-size:clamp(1.3rem, 1.25vw, 1.3rem); }
.text_14{ font-size:clamp(1.4rem, 1.34vw, 1.4rem); }
.text_15{ font-size:clamp(1.4rem, 1.4vw, 1.5rem); }
.text_16{ font-size:clamp(1.4rem, 1.5vw, 1.6rem); }
.text_18{ font-size:clamp(1.5rem, 1.7vw, 1.8rem); }
.text_20{ font-size:clamp(1.6rem, 1.9vw, 2rem); }
.text_21{ font-size:clamp(1.7rem, 2vw, 2.1rem); }
.text_22{ font-size:clamp(1.7rem, 2.1vw, 2.2rem); }
.text_24{ font-size:clamp(1.8rem,2.3vw, 2.4rem); }
.text_25{ font-size:clamp(1.8rem,2.4vw, 2.5rem); }
.text_26{ font-size:clamp(1.8rem, 2.5vw, 2.6rem); }
.text_28{ font-size:clamp(1.9rem, 2.6vw, 2.8rem); }
.text_30{ font-size:clamp(2rem, 2.8vw, 3rem); }
.text_32{ font-size:clamp(2.1rem, 3vw, 3.2rem); }
.text_34{ font-size:clamp(2.2rem, 3.2vw, 3.4rem); }
.text_36{ font-size: clamp(2.3rem, 3.3vw, 3.6rem); }
.text_38{ font-size: clamp(2.4rem, 3.4vw, 3.8rem); }
.text_40{ font-size: clamp(2.5rem, 3.8vw, 4rem); }
.text_41{ font-size: clamp(2.6rem, 3.9vw, 4.1rem); }
.text_48{ font-size: clamp(3rem, 4.2vw, 4.8rem); }
.text_50{ font-size: clamp(3rem, 4.4vw, 5rem); }
.text_60 {font-size: clamp(32px, 4.5vw, 60px);}
.text_68 {font-size: clamp(35px, 5vw, 68px);}
.text_150{font-size:clamp(80px,11vw,150px);}
.text_72{font-size:clamp(48px,7vw,72px);}
.text_78{font-size:clamp(52px,7.5vw,78px);}

/*line-height*/
.lh_06{ line-height: 0.6; }
.lh_10{ line-height: 1.0 !important; }
.lh_11{ line-height: 1.1 !important; }
.lh_12{ line-height: 1.2 !important; }
.lh_13{ line-height: 1.3 !important; }
.lh_14{ line-height: 1.4 !important; }
.lh_15{ line-height: 1.5 !important; }
.lh_16{ line-height: 1.6 !important; }
.lh_17{ line-height: 1.7 !important; }
.lh_18{ line-height: 1.8 !important; }

/*letter-spacing*/
.ls_-2{ letter-spacing: -2px; }
.ls_-1{ letter-spacing: -1px; }
.ls_1{ letter-spacing: 1px; }
.ls_2{ letter-spacing: 2px; }
.ls_3{ letter-spacing: 3px; }
.ls_-01em{ letter-spacing: -0.1em; }

@media print, screen and (min-width: 821px){
	/*line-height*/
	.lh_19{ line-height: 1.9 !important; }
	.lh_20{ line-height: 2 !important; }
	.lh_21{ line-height: 2.1 !important; }
	.lh_22{ line-height: 2.2 !important; }
	.lh_23{ line-height: 2.3 !important; }
	.lh_24{ line-height: 2.4 !important; }
	.lh_25{ line-height: 2.5 !important; }
	.lh_26{ line-height: 2.6 !important; }
	.lh_28{ line-height: 2.8 !important; }
	.lh_30{ line-height: 3 !important; }
	.lh_32{ line-height: 3.2 !important; }
	.lh_34{ line-height: 3.4 !important; }
	.lh_36{ line-height: 3.6 !important; }

	/*letter-spacing*/
	.ls_4{ letter-spacing: 4px; }
	.ls_5{ letter-spacing: 5px; }
	.ls_6{ letter-spacing: 6px; }
	.ls_7{ letter-spacing: 7px; }
	.ls_8{ letter-spacing: 8px; }
}/*END*/

@media screen and (max-width: 820px){
	/*letter-spacing*/
	.ls_4{ letter-spacing: 3px; }
	.ls_5{ letter-spacing: 4px; }
	.ls_6{ letter-spacing: 4px; }
	.ls_7{ letter-spacing: 4px; }
	.ls_8{ letter-spacing: 4px; }

	/*line-height*/
	.lh_19,
	.lh_20,
	.lh_21,
	.lh_22,
	.lh_23,
	.lh_24,
	.lh_25{
		line-height: 1.8 !important;
	}
}/*END*/
@media screen and (max-width: 599px){
	/*letter-spacing*/
	.ls_4{ letter-spacing: 2px; }
	.ls_5{ letter-spacing: 2px; }
	.ls_6{ letter-spacing: 2px; }
	.ls_7{ letter-spacing: 2px; }
	.ls_8{ letter-spacing: 2px; }
}/*END*/
@media screen and (max-width: 599px){
	.sp_text_left{ text-align:left; }
	.sp_center{text-align: center;}
}/*END*/


/*---------------------------------------------------------------
	frame
---------------------------------------------------------------*/
.inner_frame{
	max-width: 1080px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	margin-inline: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.inner_frame650{
	max-width: 650px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	margin-inline: auto;
}
.inner_frame750{
	max-width: 750px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	margin-inline: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.inner_frame840{
	max-width: 880px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	margin-inline: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.inner_frame1350{
	max-width: 1390px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	margin-inline: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.page_frame {
	padding-top: 16vh;
}

.box25{width: 25%; }
.box30{width: 30%; }
.box35{width: 35%; }
.box40{width: 40%; }
.box45{width: 45%; }
.box47{width: 48.1%; }
.box50{width: 50%; }
.box55{width: 55%; }
.box60{width: 60%; }
.box65{width: 65%; }
.box70{width: 70%; }
.box75{width: 75%; }

@media screen and (max-width: 768px){
	.inner_frame,
	.inner_frame650,
	.inner_frame840,
	.inner_frame1350 {
		padding-right: 3.5%;
		padding-left: 3.5%;
	}
	.page_frame {
		padding-top: 95px;
	}
}
@media screen and (max-width: 599px){
	.inner_frame,
	.inner_frame650,
	.inner_frame840,
	.inner_frame1350 {
		padding-right: 4.3%;
		padding-left: 4.3%;
	}
}

@media screen and (max-width: 599px){
	.box70,.box65,.box60,
	.box40,.box50,.box55,
	.box25,.box75,.box47,
	.box45,.box35,.box30{
		width: 100%;
		padding-bottom: 30px;
	}

	.sp_block{
		display: block;
	}
}/*END*/


/*---------------------------------------------------------------
	flexbox
---------------------------------------------------------------*/
.flexbox {
    display: flex;
}
.flex_60 {
	width: 60%;
}
.flex_l,
.flex_r {
	width: 50%;
}
.flex_20 {
	width: 20%;
}
.flex_30 {
	width: 30%;
}
.flex_40 {
	width: 40%;
}
.flex_70 {
	width: 70%;
}
.flex_80 {
	width: 80%;
}
.fd_rr {
	flex-direction: row-reverse;
}
.jc_c {
    justify-content: center;
}
.jc_e {
    justify-content: flex-end;
}
.jc_s {
    justify-content: flex-start;
}
.jc_bw {
    justify-content: space-between;
}
.jc_a {
    justify-content: space-around;
}
.ai_c {
    align-items: center;
}
.ai_s {
    align-items: flex-start;
}
.ai_e {
    align-items: flex-end;
}
.gap005 {
    gap: .5em;
}
.gap01 {
    gap: 1em;
}
.gap02 {
    gap: 2em;
}
.gap03 {
    gap: 3em;
}
.gap04 {
    gap: 4em;
}
.gap05 {
    gap: 5em;
}
.gap06 {
    gap: 6em;
}
.gap07 {
    gap: 7em;
}
.gap08 {
    gap: 8em;
}
.gap09 {
    gap: 9em;
}
.gap10 {
    gap: 10em;
}
@media screen and (max-width: 768px) {
	.flexbox {
        flex-direction: column;
    }
	.sp_row {
		flex-direction: row;
	}
	.flex_l,
	.flex_r {
		width: 100%;
	}
    .gap04 {
		gap: 2em;
	}
	.gap05 {
		gap: 3em;
	}
	.gap06 {
		gap: 4em;
	}
	.gap07 {
		gap: 5em;
	}
	.gap08 {
		gap: 6em;
	}
	.gap09 {
		gap: 7em;
	}
	.gap10 {
		gap: 8em;
	}
}


/*---------------------------------------------------------------
	gridbox
---------------------------------------------------------------*/
.gridbox {
	display: grid;
}
.grid_2 {
	grid-template-columns: repeat(2, auto);
}
.grid_3 {
	grid-template-columns: repeat(3, auto);
}
.grid_4 {
	grid-template-columns: repeat(4, auto);
}
.gap_r3 {
	row-gap: 3em;
}
.gap_c2 {
	column-gap: 2em;
}
.gap_r4 {
	row-gap: 4em;
}
.gap_c3 {
	column-gap: 3em;
}
@media screen and (max-width: 768px){
	.grid_2 {
		grid-template-columns: repeat(1, auto);
	}
	.grid_4 {
		grid-template-columns: repeat(2, auto);
	}
}

/*---------------------------------------------------------------
	画像中央配置
---------------------------------------------------------------*/
.photo_frame{
    position: relative;
    overflow: hidden;
    aspect-ratio: 2 / 1.5;
}
.photo_frame.media{
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1.5;
}
.photo_frame img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
}
.photo_frame img:not(:target){
	left: 0\9;
	top: 0\9;
}
.photo_frame img{
	left: 0\9;
	top: 0\9;
}
@media all and (-ms-high-contrast: none){
.photo_frame img{
	left: 50%\9 !important;
	top: 50%\9 !important;
}
}
.photo_frame{ z-index: 1; }/*chrome対策*/


/*---------------------------------------------------------------
	map
---------------------------------------------------------------*/
.map {
    position: relative;
    overflow: hidden;
    text-align: center;
    aspect-ratio: 2 / 1;
}
.map iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.map.ichi{
	aspect-ratio: 1 / 1;
}
.map.nanago{
	aspect-ratio: 2 / 1;
}

.map iframe:not(:target){
	left: 0\9;
	top: 0\9;
}
.map iframe{
	left: 0\9;
	top: 0\9;
}
@media all and (-ms-high-contrast: none){
.map iframe{
		left: 50%\9 !important;
		top: 50%\9 !important;
	}
}
.map{ z-index: 2; }/*chrome対策*/

@media screen and (max-width: 599px){
	.map {
		aspect-ratio: 1 / 1;
	}
	.map.nanago{
		aspect-ratio: 1.2 / 1;
	}

}/*END*/


/*---------------------------------------------------------------
	pan nav
---------------------------------------------------------------*/
.pan_nav {
    display: flex;
    flex-wrap: wrap;
}
.pan_nav li{
    font-size: 1.2rem;
    line-height: 1.5;
}
.pan_nav a:hover{
	text-decoration: underline 1px #64584c;
}
.pan_nav a:after{
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid #64584c;
    border-right: 1px solid #64584c;
    transform: rotate(45deg);
    display: inline-block;
	margin-left: 15px;
    margin-right: 15px;
}
.pan_nav li:last-child a:after {
	content: none;
}



/*---------------------------------------------------------------
	header
---------------------------------------------------------------*/
header{
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	z-index: 99;
	transition: all .3s ease;
}
.head_content {
	display: flex;
    justify-content: space-between;
	align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 25px 40px 15px;
}
.header_l {
    display: flex;
    align-items: center;
	width: 100%;
}
.header_r {
    display: flex;
    align-items: center;
    justify-content: flex-end;
	width: 100%;
}
.header_r_btn img {
	max-width: 180px;
	width: 100%;
	transition: all .3s;
}
.header_r_btn ul li:first-child {
	overflow: hidden;
}
.header_r_btn ul li:first-child a:hover img {
	transform: scale(1.05);
	transition: all .3s;
}
.header_menu span {
	text-wrap: nowrap;
}
.logo_img {
	padding-bottom: .3em;
}
.logo_img img {
	max-width: 365px;
	width: 100%;
}
@media screen and (max-width: 1210px){
	.header_menu {
		display: none;
	}
}
@media screen and (max-width: 900px){
	.head_content {
		padding: 20px 30px 10px;
	}
	.header_r_btn ul {
		display: none !important;
	}
}
@media screen and (max-width: 768px){
	.logo_img {
		max-width: 180px;
	}
	.header_r_btn,
	.header_r_btn ul {
		flex-direction: row !important;
	}
}
@media screen and (max-width: 599px){
	.head_content {
		padding: 15px 10px 10px;
	}
}
@media print, screen and (min-width: 1211px){
	.header_menu {
		width: auto;
	}
	#sd {
		clear: both;
		width: 100%;
	}
	#sd li {
		box-sizing: border-box;
		position: relative;
	}
	#sd li a {
		box-sizing: border-box;
		white-space: nowrap;
	}
	#sd li a:hover {
		text-decoration: underline 1px #64584c;
	}
}


/*----------------------------------------
	MENUボタン
----------------------------------------*/
.menu_btn {
	background: #64584c;
	border-radius: 5px;
    cursor: pointer;
	width: 60px;
	aspect-ratio: 1/1;
	position: relative;
}
.menu_btn span {
    display: inline-block;
    background: #fff;
    width: 30%;
    height: 1px;
    position: absolute;
	left: 50%;
	transform: translateX(-50%);
    transition: all .6s;
}
.menu_btn span:nth-child(1){
	top: 36%;
}
.menu_btn span:nth-child(2){
	top: 50%;
}
.menu_btn span:nth-child(3){
	bottom: 34%;
}
.open .menu_btn span {
    height: 2px;
	left: 35%;
	top: 50%;
    transition: all .6s;
}
.open .menu_btn span:nth-child(1){
	transform: rotate(45deg);
}
.open .menu_btn span:nth-child(2){
	background: transparent;
}
.open .menu_btn span:nth-child(3){
	transform: rotate(-45deg);
}
.open .menu_btn {
	background: #0000004f;
	z-index: 100;
	opacity: 1;
}
@media screen and (max-width: 768px){
	.menu_btn {
		width: 50px;
	}
	.open .menu_btn span {
		top: 25px;
		left: 18px;
	}
}


/*----------------------------------------
	ドロワー
----------------------------------------*/
.drawer{
	background: #64584c;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99;
	transform: translateX(100%);
	visibility: hidden;
	opacity: 0;
	transition: .5s ease-in-out;
	overflow: auto;
}
.drawer a:hover {
	text-decoration: none;
	color: #c8bb9b;
	transition: all .3s;
}
.drawer_deco {
	max-width: 522px;
	width: 45%;
	position: absolute;
	bottom: -30%;
	left: 0;
	transition: transform 0.8s ease;
}
.drawer_content_inner{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	color: #fff;
}
.drawer_content_inner li{
	position: relative;
	transform: translateX(-180px);
	transition: transform 0.8s ease;
}
.drawer_content_inner li a {
	position: relative;
	display: block;
	color: #fff;
	box-sizing: border-box;
}
.open .drawer{
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}
.open .drawer ul li,
.open .drawer .drawer_top,
.open .drawer .sp900_only {
	transform: translateX(0);
}
.drawer_content_wrap {
	text-wrap: nowrap;
	width: 100%;
	max-width: 1350px;
	padding: 0 1em;
	box-sizing: border-box;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.drawer_inner_link {
	margin-left: 3em;
}
.drawer_inner_link li::before {
	display: block;
	content: "";
	border-radius: 50%;
	background: #c8bb9b;
	width: 14px;
	aspect-ratio: 1/1;
	position: absolute;
	top: 50%;
	left: -21px;
	transform: translateY(-50%);
}
.drawer_inner_link li {
	line-height: 2.5;
	position: relative;
}
.drawer_top {
	display: inline-block;
	padding: 3em 0 0 5em;
	color: #fff;
	transform: translateX(-180px);
	transition: transform 0.8s ease;
}
.drawer_top .to_top_arrow {
	position: absolute;
	top: 50%;
	left: -45px;
	transform: translateY(-50%);
}
.drawer_top .to_top_arrow::before {
	display: block;
	content: "";
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	width: 7px;
	aspect-ratio: 1/1;
}
.drawer_top a {
	transition: all .3s;
}
.drawer_top a:hover .to_top_arrow::before {
	border-top: 2px solid #c8bb9b;
	border-right: 2px solid #c8bb9b;
	transition: all .3s;
}
.drawer_content_under {
	width: 100%;
	max-width: 1350px;
	margin-top: 65px;
	box-sizing: border-box;
}
.drawer_content_under::before {
	display: block;
	content: "";
	background: #4a3c2e;
	width: 100%;
	height: 1px;
	margin-bottom: 20px;
}
.drawer_content_under ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 2em;
	color: #fff;
}
.drawer_content_under ul li {
	transform: translateX(-180px);
	transition: transform 0.8s ease;
}
.drawer_content .op_list{
	width: 100%;
}
.drawer_btn img {
	background: #fff;
	border-radius: 3px;
}
.sp900_only {
	display: none;
}
@media screen and (max-width: 900px){
	.drawer {
		overflow-y: auto;
	}
	.sp900_only {
		display: flex;
		align-items: center;
		gap: 10px;
		position: absolute;
		top: -240px;
		right: auto;
		transform: translateX(-180px);
		transition: transform 0.8s ease;
	}
	.sp900_only img {
		max-width: 180px;
	}
}
@media screen and (max-width: 770px){
	.drawer_deco {
		width: 40%;
		bottom: 176px;
		left: auto;
		right: 50%;
		transform: translateX(50%);
	}
	.sp900_only {
		justify-content: center;
		width: 100%;
		margin-inline: auto;
		top: auto;
		bottom: 108px;
		right: 0;
		left: 0;
	}
	.drawer_content_wrap {
		text-wrap: wrap;
		padding: 0 3%;
		top: 140px;
		transform: translate(-50%,0);
	}
	.drawer_content_inner{
		display: grid;
		grid-template-columns: repeat(2,auto);
		gap: 2em 3em;
		margin-inline: auto;
	}
	.drawer_top {
		padding: 37px 0 0 50px;
	}
	.drawer_top .to_top_arrow {
		left: -20px;
	}
	.drawer_inner_link {
		font-size: 1.5rem;
		margin-left: 1.5em;
		margin-top: 15px;
	}
	.drawer_inner_link li::before {
		width: 13px;
		left: -19px;
	}
	.drawer_inner_link li {
		line-height: 2;
	}
	.drawer_content_under {
		margin-top: 265px;
		padding-bottom: 3em;
	}
	.drawer_content_under ul {
		justify-content: space-around;
		gap: 0;
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 599px){
	.drawer_deco {
		width: 285px;
	}
	.sp900_only {
		width: 85%;
	}
}
@media (max-width: 599px) and (max-height: 677px) {
	.drawer_deco {
		bottom: 166px;
	}
	.sp900_only {
		bottom: 103px;
	}
	.drawer_content_wrap {
		top: 110px;
	}
	.drawer_content_inner{
		gap: 2em 1em;
	}
	.drawer_content_under {
		margin-top: 260px;
	}
}



/*---------------------------------------------------------------
	footer
---------------------------------------------------------------*/
/* ===== footerbtn ===== */
.footer_btn,
.footer_btn_entry {
	display: block;
}
.footer_btn a {
	display: block;
	background: #fff;
	border-radius: 5px;
	border: 2px solid #64584c;
	color: #64584c;
	text-align: center;
	font-weight: bold;
	width: 300px;
	padding: 1.5em 1em;
}
.footer_btn_entry a {
	display: block;
	margin: 0 auto;
}
.footer_btn_entry a img {
	max-width: 400px;
	width: 100%;
}
@media screen and (max-width: 768px){
	.footer_btn a {
		width: 280px;
	}
}
@media screen and (max-width: 599px){
	.footer_btn a {
		width: 80%;
		font-size: 1.4rem;
	}
	.footer_btn_entry a img {
		display: block;
		width: 100%;
		margin-inline: auto;
	}
}
@media screen and (max-width: 400px){
	.footer_btn a {
		font-size: 1.3rem;
	}
}

/* ===== footerbtn_nolink ===== */
.footer_btn_nolink {
	display: block;
	background: #fff;
	border-radius: 5px;
	border: 2px solid #64584c;
	color: #64584c;
	text-align: center;
	font-weight: bold;
	width: 300px;
	padding: 1.5em 1em;
	position: relative;
	overflow: hidden;
	opacity: .1;

}
.footer_btn_nolink .footer_btn_nolink_arrow {
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}
.footer_btn_nolink .footer_btn_nolink_arrow::after {
	display: block;
	content: "";
	border-top: 2px solid #64584c;
	border-right: 2px solid #64584c;
	transform: rotate(45deg);
	width: 7px;
	height: 7px;
	opacity: .1;
}
@media screen and (max-width: 768px){
	.footer_btn_nolink {
		width: 280px;
	}
}


.footer_joinus {
	background: #64584c;
	height: 100%;
	padding-bottom: 22em;
}
.footer_joinus h2 {
	color: #f5f2e7;
}
.footer_joinus_bg {
	background: #fff;
	border-radius: 5px;
	width: 500px;
	height: 350px;
	padding: 1em;
}
.footer_joinus_inner {
	height: 100%;
}
.footer_deco {
	display: block;
	max-width: 1000px;
	width: 80%;
	margin-inline: auto;
	position: absolute;
	bottom: -64%;
	left: 50%;
	transform: translateX(-50%);
}
@media screen and (max-width: 1100px){
	.footer_joinus {
		padding-bottom: 20em;
	}
	.footer_deco {
		width: 80%;
	}
}
@media screen and (max-width: 900px){
	.footer_joinus_bg {
		width: 450px;
	}
}
@media screen and (max-width: 768px){
	.footer_deco {
		bottom: -34%;
	}
	.footer_joinus {
		padding-bottom: 15em;
	}
	.footer_joinus_bg {
		height: 350px;
	}
	.footer_joinus .gap02 {
		gap: 1em;
	}
}
@media screen and (max-width: 599px){
	.footer_joinus_bg {
		width: 90%;
		height: 250px;
	}
	.footer_deco {
		bottom: -27%;
	}
	.footer_joinus {
		padding-bottom: 12em;
	}
}
.footer_nav_inner ul li {
	line-height: 2;
    list-style: disc;
	margin-left: 2em;
}
.footer_logo img {
	display: block;
}
.footer_nav a:hover {
	text-decoration: underline 1px #64584c;
}
@media screen and (max-width: 830px){
	.footer_nav_inner ul li {
		flex-direction: column;
	}
	.footer_nav {
		padding-top: 1em;
	}
	.footer_logo img {
		max-width: 290px;
		width: 100%;
	}
}
@media screen and (max-width: 599px){
	.footer_nav_inner.gap005 {
		gap: 1.5em;
	}
}


/*----------------------------------------
	float
----------------------------------------*/
.sp_menu {
	display: none;
}
.sp_menu ul{
	width: 0;
}
.sp_menu ul li{
	width: 0;
}
@media screen and (max-width: 749px){
	.sp_menu{
		display: none;
		width: 100%;
		box-sizing: border-box;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 49;
	}
	.sp_menu a{
		display: block;
	}
	.fixed_tel{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	.sp_menu ul{
		width: 100%;
		max-width: 750px;
		margin-left: auto;
		margin-right: auto;
	}
	.sp_menu ul li{
		float: left;
		width: calc(100% /3);
		box-sizing: border-box;
	}
	.sp_menu ul li:last-of-type{
		border-right: none;
	}
}



/*---------------------------------------------------------------
	page top
---------------------------------------------------------------*/
.page_top {
	display: none;
	width: 100%;
	max-width: 60px;
	position: fixed;
	right: 1%;
	bottom: 4%;
	z-index: 16;
}
.page_top a {
	display: block;
	border-radius: 2px;
	background: #fff;
	width: 60px;
	aspect-ratio: 1/1;
	position: relative;
}
.page_top a span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.page_top a span::after {
	display: block;
	content: "";
	border-top: 2px solid #64584c;
	border-right: 2px solid #64584c;
	transform: rotate(-45deg);
	width: 8px;
	aspect-ratio: 1/1;
}
.page_top a:hover {
	background: #64584c;
}
.page_top a:hover span::after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transition: all .3s;
}
@media screen and (max-width: 768px){
	.page_top {
		max-width: 35px;
		right: 5px;
		bottom: 100px;
	}
	.page_top a {
		width: 35px;
	}
}
@media screen and (max-width:599px){
	.page_top {
		bottom: 80px;
	}
}



/*---------------------------------------------------------------
	共通設定
---------------------------------------------------------------*/
/* ===== btn ===== */
.btn_reverse a {
	position: relative;
}
.btn_reverse .text{
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.btn_reverse a::before{
    content: "";
	width: 0;
	height: 100%;
    background: #64584c;
    position: absolute;
    top: 0;
    left: auto;
	right: 0;
    z-index: 1;
    transition: 0.5s;
}
.btn_reverse .icon {
	position: absolute;
	top: 50%;
	right: 8%;
    z-index: 1;
	transform: translateY(-50%);
}
.btn_reverse .icon.btn_arrow::after {
	content: "";
	display: block;
	border-top: 2px solid #64584c;
	border-right: 2px solid #64584c;
	transform: rotate(45deg);
	width: 8px;
	height: 8px;
    transition: 0.5s;
}
@media (hover: hover) {
    .btn_reverse a:hover{
        color: #fff;
    }
    .btn_reverse a:hover::before {
        width: 100%;
		left: 0;
		right: auto;
    }
	.btn_reverse a:hover .icon.btn_arrow::after {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
}
@media (hover: none) {
    .btn_reverse a:active {
        color: #fff;
    }
    .btn_reverse a:active::before {
        width: 100%;
		left: 0;
		right: auto;
    }
	.btn_reverse a:active .icon.btn_arrow::after {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}
}

/* topbtn */
.top_btn {
	display: block;
	border-radius: 5px;
}
.top_btn a{
    display: block;
	background: #fff;
	border-radius: 5px;
	border: 2px solid #64584c;
	color: #64584c;
	font-weight: bold;
	width: 250px;
	padding: 1.5em 1em;
}  
@media screen and (max-width: 768px){
	.top_btn a {
		width: 200px;
		padding: 1.2em 1em;
	}
}

/* 下層ページbtn */
.inner_btn {
	display: block;
	border-radius: 5px;
}
.inner_btn a {
	display: block;
	background: #fff;
	border-radius: 5px;
	border: 2px solid #64584c;
	color: #64584c;
	font-weight: bold;
	width: 230px;
	padding: 1.2em 1em;
}
@media screen and (max-width: 768px){
	.inner_btn a {
		width: 200px;
		padding: 1.2em 1em;
	}
}


/* ===== btn_nolink ===== */
.top_btn_nolink {
	display: block;
	background: #fff;
	border-radius: 5px;
	border: 2px solid #64584c;
	color: #64584c;
	font-weight: bold;
	width: 250px;
	padding: 1.5em 1em;
	position: relative;
	overflow: hidden;
	opacity: .1;
}
.top_btn_nolink .icon_nolink {
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}
.top_btn_nolink .icon_nolink::after {
	display: block;
	content: "";
	border-top: 2px solid #64584c;
	border-right: 2px solid #64584c;
	transform: rotate(45deg);
	width: 7px;
	height: 7px;
	opacity: .1;
}
@media screen and (max-width: 768px){
	.top_btn_nolink {
		width: 200px;
		padding: 1.2em 1em;
	}
}



/* ===== bnr ===== */
.top_bnr img {
	max-width: 500px;
	width: 100%;
}
.top_bnr_arrow,
.top_bnr_arrow02 {
	position: absolute;
	bottom: 8%;
}
.top_bnr_arrow {
	right: 4%;
}
.top_bnr_arrow02 {
	right: 6%;
}
.top_bnr_arrow::after,
.top_bnr_arrow02::after {
	display: block;
	content: "";
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	width: 8px;
	aspect-ratio: 1/1;
}
.top_bnr:hover .top_bnr_arrow {
	right: 3%;
	transition: all .3s;
}
.top_bnr:hover .top_bnr_arrow02 {
	right: 5%;
	transition: all .3s;
}
@media screen and (max-width: 768px){
	.top_bnr {
		margin-inline: auto;
	}
}

/* ===== bnr_nolink ===== */
.top_bnr_nolink img {
	max-width: 500px;
	width: 100%;
	opacity: .1;
}
.top_bnr_nolink_arrow,
.top_bnr_nolink_arrow02 {
	position: absolute;
	bottom: 8%;
}
.top_bnr_nolink_arrow {
	right: 4%;
}
.top_bnr_nolink_arrow02 {
	right: 6%;
}
.top_bnr_nolink_arrow::after,
.top_bnr_nolink_arrow02::after {
	display: block;
	content: "";
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	width: 8px;
	aspect-ratio: 1/1;
}
.top_bnr:hover .top_bnr_nolink_arrow {
	right: 3%;
	transition: all .3s;
}
.top_bnr:hover .top_bnr_nolink_arrow02 {
	right: 5%;
	transition: all .3s;
}
@media screen and (max-width: 768px){
	.top_bnr_nolink {
		margin-inline: auto;
	}
}


/* ===== スライダー ===== */
.scrollwrap {
    display: flex;
    overflow: hidden;
}
.scrollinner {
    display: flex;
    animation: infinity-scroll-left 40s infinite linear 0.5s both;
}
@keyframes infinity-scroll-left {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}
.scrollcont {
    position: relative;
    overflow: hidden;
}
.scrollcont._mv img,
.scrollcont._works img {
	display: block;
	aspect-ratio: 3/2;
	object-fit: cover;
	overflow: hidden;
}
.scrollcont._mv,
.scrollcont._mv img {
    width: 900px;
}
.scrollcont._works,
.scrollcont._works img {
    width: 500px;
}
.scrollcont::before,
.scrollcont::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 auto;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
    opacity: 0;
}
@media screen and (max-width: 768px){
	.scrollwrap {
		margin-top: 2em;
	}
	.scrollcont._mv,
	.scrollcont._mv img {
		width: 500px !important;
	}
	.scrollcont._works,
	.scrollcont._works img {
		width: 350px !important;
	}
}
@media screen and (max-width: 599px){
	.scrollcont._works,
	.scrollcont._works img {
		width: 250px !important;
	}
}


.post_back {
	display: flex;
	justify-content: center;
}
.post_back a {
	text-align: center;
	font-size: 1.5rem;
	color: #8bbd90;
	letter-spacing: 1px;
}
.post_back a:hover {
	text-decoration: underline 1px #8bbd90;
}



/* ================================================================================
　　mv
====================================================================================*/
.mv {
	width: 100%;
    height: 100%;
	padding-top: 20vh;
}
.mv_inner {
	max-width: 1380px;
	width: 100%;
	margin-inline: auto;
	box-sizing: border-box;
	padding: 0 2em;
}
.mv_deco {
	display: block;
	max-width: 531px;
	width: 40%;
	position: absolute;
	top: 25%;
	right: 2%;
	transform: translateY(15%);
	z-index: 10;
	transition: all .8s;
	opacity: 0;
}
.img_anime.start .mv_deco {
	transform: translateY(0);
	transition: all .8s;
	opacity: 1;
}
.sp_br {
	display: none;
}
@media screen and (max-width: 1045px){
	.sp_br {
		display: block;
	}
}
@media screen and (max-width: 950px){
	.mv {
		padding-top: 160px;
	}
}
@media screen and (max-width: 768px){
	.mv {
		padding-top: 90px;
	}
	.mv_text_inner01 {
		font-size: 3rem;
	}
	.mv_text_inner02 {
		font-size: 1.4rem;
	}
	.mv_inner {
		padding-right: 3.5%;
        padding-left: 3.5%;
	}
	.mv_deco {
		width: 80%;
		top: auto;
		bottom: -465px;
		right: 0;
		left: 0;
		margin-inline: auto;
	}
}
@media screen and (max-width: 599px){
	.mv_inner {
		padding-right: 4.3%;
        padding-left: 4.3%;
	}
}




/* ================================================================================
recruit
====================================================================================*/
.recruit_wrap {
	margin-top: 100px;
}
.recruit_wrap .gridbox {
	grid-template-columns: repeat(4,1fr);
}
.recruit_box {
	display: block;
	max-width: 257px;
	width: 100%;
	margin-inline: auto;
}
.recruit_box_img {
	overflow: hidden;
	aspect-ratio: 23/16;
}
.recruit_box .recruit_box_img img {
	display: block;
	max-width: 257px;
	width: 100%;
	aspect-ratio: 23/16;
	overflow: hidden;
	transition: all .3s;
}
.recruit_box a:hover .recruit_box_img img {
	transform: scale(1.1);
	transition: all .3s;
}
.recruit_now {
	background: #cd1c10;
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.8;
	font-weight: bold;
	padding: 0 .4em;
	vertical-align: middle;
}
.recruit_arrow {
	position: absolute;
	bottom: 5%;
	right: 5%;
	transition: all .2s linear;
}
.recruit_box a:hover .recruit_arrow {
	right: 3%;
	transition: all .3s linear;
}
.recruit_arrow::after {
	display: block;
	content: "";
	border-top: 2px solid #64584c;
	border-right: 2px solid #64584c;
	transform: rotate(45deg);
	width: 5px;
	aspect-ratio: 1/1;
}
/* カテゴリ */
.recruit_category.cat_career,
.recruit_category.cat_fresh {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;
	text-align: center;
	vertical-align: middle;
	padding: .3em;
}
.recruit_category.cat_career {
	background: #6a9c8a;
}
.recruit_category.cat_fresh {
	background: #8bbd90;
}
/* 採用情報一覧 */
.recruit_filter {
	width: 50%;
	margin-inline: auto;
}
.recruit_filter button {
	outline: none;
	border-radius: 5px;
	color: #fff;
	font-size: 2rem;
	letter-spacing: .1em;
	text-align: center;
	text-wrap: nowrap;
	width: calc(100% /3);
	padding: .5em;
	cursor: pointer;
}
.recruit_filter button:first-child {
	border: 2px solid #fff;
	background: #64584c;
}
.recruit_filter button:nth-child(2) {
	border: 2px solid #8bbd90;
	background: #8bbd90;
}
.recruit_filter button:nth-child(3) {
	border: 2px solid #6a9c8a;
	background: #6a9c8a;
}
.recruit_filter button:hover {
	transition: all .3s;
}
.recruit_filter button:first-child:hover {
	border: 2px solid #64584c;
	background: #fff;
	color: #64584c;
}
.recruit_filter button:nth-child(2):hover {
	border: 2px solid #8bbd90;
	background: #fff;
	color: #8bbd90;
}
.recruit_filter button:nth-child(3):hover {
	border: 2px solid #6a9c8a;
	background: #fff;
	color: #6a9c8a;
}
.recruit_item ul .recruit_card:first-child {
	border-top: 1px solid #e5e5e5;
}
.recruit_card {
	border-bottom: 1px solid #e5e5e5;
	padding: 2em 2em 1.5em;
}
.recruit_card .recruit_thumb {
	width: 30%;
	overflow: hidden;
}
.recruit_card .recruit_thumb img {
	display: block;
	max-width: 284px;
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all .3s;
}
.recruit_card a:hover .recruit_thumb img {
	transform: scale(1.1);
	transition: all .3s;
}
.recruit_card .recruit_text {
	width: 70%;
}
.recruit_card .recruit_type {
	display: inline-block;
	background: #64584c;
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;
	text-align: center;
	vertical-align: middle;
	padding: .3em;
}
.recruit_card .recruit_title {
	font-weight: 500;
	letter-spacing: .1em;
}
/* 記事中 */
.recruit_archive_list {
	display: block;
	margin-inline: auto;
}
.recruit_archive_list .recruit_inner:nth-of-type(1) {
	border-top: 1px solid #e5e5e5;
}
.recruit_archive_list .recruit_inner {
	padding: 3em 1em;
	border-bottom: 1px solid #e5e5e5;
}
.recruit_archive_list .recruit_inner h4 {
	width: 30%;
}
.recruit_archive_list .recruit_inner p {
	width: 70%;
}
@media screen and (max-width: 768px){
	.recruit_wrap {
		margin-top: 120px;
	}
	.recruit_wrap .gridbox {
		grid-template-columns: repeat(3, 1fr);
	}
	.recruit_wrap .gap_r3 {
		row-gap: 2em;
	}
	.recruit_wrap .gap_c2 {
		column-gap: 1em;
	}
	.recruit_wrap div.m_t80 {
		margin-top: 35px;
	}
	.recruit_wrap .top_btn.m_t80 {
		margin-top: 50px;
	}
	.recruit_box_tag {
		flex-direction: row !important;
	}
	.recruit_job {
		font-size: 1.4rem;
	}
	.recruit_now {
		font-size: 1rem;
		margin-left: 0;
	}
	.recruit_arrow::after {
		border-top: 1px solid #64584c;
		border-right: 1px solid #64584c;
		width: 5px;
	}
	/* カテゴリ */
	.recruit_category {
		text-wrap: nowrap;
	}
	/* 採用情報一覧 */
	.recruit_filter {
		flex-direction: row;
		gap: .5em;
		width: 70%;
	}
	.recruit_filter button {
		font-size: 1.5rem;
	}
	.recruit_filter button:hover {
		background: #8bbd90;
		color: #fff;
	}
	.recruit_item .grid_3 {
		grid-template-columns: repeat(2,1fr);
	}
	.recruit_item .gap_r4 {
		row-gap: 2em;
	}
	.recruit_item .gap_c3 {
		column-gap: 1em;
	}
	.recruit_item a {
		width: 100%;
	}
	.recruit_item img {
		max-width: 300px;
		width: 100%;
	}
	.recruit_card {
		padding: 2em 1em 1.5em;
	}
	.recruit_card .flexbox {
		flex-direction: row;
	}
	.recruit_card .recruit_thumb {
		width: 50%;
	}
	.recruit_card .recruit_text {
		width: 100%;
	}
	
	/* 記事中 */
	.recruit_archive_list {
		width: 100%;
	}
	.recruit_archive_list .recruit_inner {
		flex-direction: row;
		padding: 2.5em 0;
	}
	.recruit_archive_list .recruit_inner h4 {
		line-height: 1.5;
	}
	.post-thumbnail img {
		width: 80%;
	}
}
@media screen and (max-width: 599px){
	.recruit_wrap .gridbox {
		grid-template-columns: repeat(2, 1fr);
	}
	.recruit_filter {
		width: 100%;
	}
	.recruit_card .flexbox {
		flex-direction: column;
	}
	.recruit_card .recruit_thumb {
		width: 100%;
	}
	.recruit_card .recruit_thumb img {
		margin-inline: auto;
	}
	.recruit_card a:hover .recruit_thumb img {
		transform: scale(1);
	}
	.recruit_card .ai_c {
		align-items: flex-start;
	}
	.recruit_card .gap02 {
		gap: 1em;
	}
	.recruit_card .recruit_meta {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.recruit_card .recruit_type {
		text-wrap: nowrap;
	}
	.recruit_card .recruit_title {
		font-size: 1.5rem;
		letter-spacing: 0;
		text-wrap: nowrap;
	}
}


/* ================================================================================
Philosophy
====================================================================================*/
.philoso_deco {
	display: block;
	max-width: 187px;
	width: 100%;
	position: absolute;
	top: -6%;
	right: -5%;
	transform: translateY(20%);
	z-index: 10;
	transition: all .5s;
	opacity: 0;
}
.img_anime.start .philoso_deco {
	transform: translateY(0);
	transition: all .5s;
	opacity: 1;
}
@media screen and (max-width: 1200px){
	.philoso_deco {
		max-width: 180px;
		top: -10%;
		right: 0;
	}
}
@media screen and (max-width: 1098px){
	.philoso_deco {
		max-width: 160px;
		top: -20%;
		right: 5%;
	}
}
@media screen and (max-width: 768px){
	.philoso_deco {
		max-width: 130px;
		top: -13%;
		right: 5%;
	}
}
@media screen and (max-width: 599px){
	.philoso_deco {
		max-width: 100px;
		top: -9%;
		right: 5%;
	}
}
@media screen and (max-width: 400px){
	.philoso_deco {
		max-width: 85px;
		top: -7%;
		right: 3%;
	}
}



/* ================================================================================
Join us
====================================================================================*/
.joinus_bg {
	background-image: url(..//takatohome_recruit/images/top/joinus_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 45vh;
}
.joinus_bg_white {
	background: #fff;
	width: 55%;
	height: 100px;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.joinus_ttl_wrap {
	height: 7vh;
}
.joinus_ttl {
	position: absolute;
	bottom: -13%;
	left: 2%;
}
.joinus_btn {
	flex-wrap: wrap;
}
@media screen and (max-width: 900px){
	.joinus_bg {
		height: 20vh;
	}
	.joinus_bg_white {
		display: none;
	}
	.joinus_ttl {
		position: static;
		margin-top: 30px;
	}
	.joinus_text {
		padding-top: 100px;
	}
	.joinus_btn {
		gap: 1em;
	}
	.joinus_btn a {
		width: 200px;
	}
}
@media screen and (max-width: 768px){
	.joinus_text .gap05,
	.joinus_text .gap03 {
		gap: 1em;
	}
}
@media screen and (max-width: 599px){
	.joinus_bg_white {
		width: 45%;
		height: 6vh;
		bottom: -1%;
	}
	.joinus_ttl {
		bottom: -100%;
	}
	.joinus_btn a {
		width: 280px;
	}
}


/* ================================================================================
Culture
====================================================================================*/
#culture .gap02 {
	gap: 1em;
}



/* ================================================================================
column
====================================================================================*/
.column_box {
	width: 320px;
}
.column_box img {
	max-width: 320px;
	width: 100%;
	aspect-ratio: 1/1;
}
#column .column_item_inner {
	max-width: 350px;
	width: 100%;
}
.new_mark._column {
	position: absolute;
	top: -10px;
	left: 0;
	z-index: 1;
}
.fresh,
.career,
.tag {
	display: inline-block;
	font-size: 1.2rem;
	height: 1em;
	padding: .3em .4em;
}
.fresh,
.career {
	color: #fff;
	margin-right: 2px;
}
.fresh {
	background: #8bbd90;
}
.career {
	background: #6a9c8a;
}
@media screen and (max-width: 768px){
	#column .flexbox {
		flex-direction: column;
		gap: 1em;
	}
	.column_box {
		width: 200px;
	}
	.column_box img {
		max-width: 200px;
	}
	.column_box p {
		font-size: 1.4rem;
	}
	.new_mark._column {
		top: 8px;
	}
}
@media screen and (max-width: 599px){
	#column .flexbox {
		gap: .5em;
	}
	.column_box p {
		font-size: 1.3rem;
	}
}
/* 一覧 */
.column_list ul {
	display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3em 1.5em;
}
.column_list ul .column_item {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}
.column_list ul .column_item .new_mark {
	position: absolute;
	top: -4%;
	left: 0;
}
@media screen and (max-width: 768px){
	.column_list ul {
		display: block;
	}
	.column_list ul .column_item {
		max-width: 1080px;
	}
	.column_list .column_item:first-child {
		border-top: 1px solid #e5e5e5;
	}
	.column_list .column_item {
		border-bottom: 1px solid #e5e5e5;
		padding: 1em 0;
	}
	#column .column_list .column_item {
		border-top: 1px solid #e5e5e5 !important;
		border-bottom: 0px !important;
		margin-inline: auto;
		padding: 1.5em 0 !important;
	}
	#column .column_list .column_item:first-child {
		border-top: 0px !important;
	}
	.column_list .column_item_inner {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap: 1em;
	}
	#column .column_list .column_item_inner {
		display: block !important;
	}
	.column_list .column_text {
		width: 65%;
	}
	#column .column_list .column_text {
		width: 100% !important;
	}
	.column_list ul .column_item .new_mark {
		top: 28px;	
	}
	#column .list_date_cat {
		margin-top: 5px !important;
	}
}
/* アイキャッチ */
.column_list .column_item a img {
	transform: scale(1);
	transition: all .3s;
}
.column_list .column_item a:hover img {
	transform: scale(1.1);
	transition: all .3s;
}
.column_list .post_thumb {
	overflow: hidden;
	max-width: 350px;
	width: 100%;
	aspect-ratio: 3/2;
}
.column_list .post_thumb img {
	display: block;
	width: 100%;
	height: 100%;
	margin-inline: auto;
	object-fit: cover;
}
/* カテゴリ */
.column_category {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	text-wrap: nowrap;
	letter-spacing: 1px;
	width: auto;
	padding: .2em 1em;
}
.column_category {
    background: #fff;
	border: 1px solid #64584c;
}
.column_category.cat_column_fresh{
    background: #8bbd90;
	border: 1px solid #8bbd90;
	color: #fff;
}
.column_category.cat_column_career{
    background: #6a9c8a;
	border: 1px solid #6a9c8a;
	color: #fff;
}
/* タイトル */
.column_list .column_item .column_title {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4;
}
.column_list .column_item:hover .column_title {
	text-decoration: underline 1px #64584c;
}
@media screen and (max-width: 910px){
	.column_category {
		text-wrap: wrap;
	}
}
@media screen and (max-width: 768px){
	.column_list .column_item .column_title {
		font-size: 1.4rem;
	}
	.column_category {
		font-size: 1.2rem;
		font-weight: normal;
		letter-spacing: .5px;
		padding: .1em .5em;
	}
	.column_list .post_thumb {
		width: 35%;
	}
	#column .column_list .post_thumb {
		width: 100% !important;
	}
}


/* ================================================================================
Interviews
====================================================================================*/
.interviews_box {
	max-width: 400px;
	width: 100%;
	margin: 0 10px;
}
.interviews_box .interview_text .top_list_cat {
	display: flex;
	align-items: center;
	gap: .5em;
}
.interviews_box .interview_text .post_date,
.interviews_box .interview_text .recruitment_period {
	font-size: 1.4rem;
}
.interview_list .interviews_box .post_thumb {
	max-width: 400px !important;
    width: 100%;
    aspect-ratio: 3 / 2;
}
@media screen and (max-width: 768px){
	.interview_list .interviews_box.interview_item:first-child {
		border-top: none;
	}
	.interview_list .interviews_box.interview_item {
		border-bottom: none;
		padding: 0;
	}
	.interviews_box {
		max-width: 300px;
	}
	.interview_list .interviews_box .interview_item_inner {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 1em;
	}
	.interview_list .interviews_box .interview_text {
		width: 100%;
	}
	.interview_list .interviews_box  .post_thumb {
		width: 100%;
	}
}
/* interviews slider */
.interviews_slider_wrap {
	width: 100%;
}
.interviews_slider_wrap .slider {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.interviews_slider_wrap .slick-slide {
	margin: 0 20px;
}
.interviews_slider_wrap .slick-slide img {
	height: auto;
}
.interviews_slider_wrap .slick-list {
	display: block;
	width: 90%;
	margin: 0 auto;
}
.interviews_slider_wrap .slick-track {
	padding-top: 15px;
}
/* 矢印設定 */
.interviews_slider_wrap .slide-arrow{
	z-index: 1;
}
.interviews_slider_wrap .slick-next,
.interviews_slider_wrap .slick-prev {
	border-radius: 50%;
	border: 1px solid #64584c;
	width: 50px;
	height: 50px;
	z-index: 1;
}
.interviews_slider_wrap .slick-next {
	top: 50% !important;
	right: -3% !important;
}
.interviews_slider_wrap .slick-prev {
	top: 50% !important;
	left: -3% !important;
}
.interviews_slider_wrap .slick-prev:before {
	border-top: 1px solid #64584c;
	border-left: 1px solid #64584c;
	width: 8px !important;
	height: 8px !important;
	top: 42% !important;
	left: 54% !important;
	transform: rotate(-45deg) translate(-50%,-50%);
	z-index: 1;
}
.interviews_slider_wrap .slick-next:before {
	border-top: 1px solid #64584c;
	border-right: 1px solid #64584c;
	width: 8px !important;
	height: 8px !important;
	top: 54% !important;
	left: 43% !important;
	transform: rotate(45deg) translate(-50%,-50%);
	z-index: 1;
}
.interviews_slider_wrap .slick-next:before,
.interviews_slider_wrap .slick-prev:before {
	content: "" !important;
	display: block;
	position: absolute;
}
@media screen and (max-width: 768px){
	.interviews_slider_wrap .slick-next,
	.interviews_slider_wrap .slick-prev {
		width: 35px;
		height: 35px;
	}
	.interviews_slider_wrap .slick-next {
		top: 42% !important;
		right: -3% !important;
	}
	.interviews_slider_wrap .slick-prev {
		top: 42% !important;
	
		left: -3% !important;
	}
	.interviews_slider_wrap .slick-prev:before {
		width: 7px !important;
		height: 7px !important;
		top: 42% !important;
		left: 52% !important;
	}
	.interviews_slider_wrap .slick-next:before {
		width: 7px !important;
		height: 7px !important;
		top: 55% !important;
		left: 37% !important;
	}
}
/* 一覧 */
.interview_list ul {
	display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3em 1.5em;
}
.interview_list ul .interview_item {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}
.interview_item .new_mark {
	position: absolute;
	top: -4%;
	left: 0;
}
@media screen and (max-width: 768px){
	.interview_list ul {
		display: block;
	}
	.interview_list ul .interview_item {
		max-width: 1080px;
	}
	.interview_list .interview_item:first-child {
		border-top: 1px solid #e5e5e5;
	}
	.interview_list .interview_item {
		border-bottom: 1px solid #e5e5e5;
		padding: 1em 0;
	}
	.interview_list .interview_item_inner {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap: 1em;
	}
	.interview_list .interview_text {
		width: 65%;
	}
	.interview_item .new_mark {
		top: 28px;	
	}

}
/* アイキャッチ */
.interview_list .interview_item a img {
	transform: scale(1);
	transition: all .3s;
}
.interview_list .interview_item a:hover img {
	transform: scale(1.1);
	transition: all .3s;
}
.interview_list .post_thumb {
	overflow: hidden;
	max-width: 350px;
	width: 100%;
	aspect-ratio: 3/2;
}
.interview_list .post_thumb img {
	display: block;
	width: 100%;
	height: 100%;
	margin-inline: auto;
	object-fit: cover;
}
/* カテゴリ */
.interview_category {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	text-wrap: nowrap;
	letter-spacing: 1px;
	width: auto;
	padding: .2em 1em;
}
.interview_category {
    background: #fff;
	border: 1px solid #64584c;
}
.interview_category.cat_interview_fresh {
    background: #8bbd90;
	border: 1px solid #8bbd90;
	color: #fff;
}
.interview_category.cat_interview_career{
    background: #6a9c8a;
	border: 1px solid #6a9c8a;
	color: #fff;
}
/* タイトル */
.interview_list .interview_item .interview_title {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.4;
}
.interview_list .interview_item:hover .interview_title {
	text-decoration: underline 1px #64584c;
}
@media screen and (max-width: 910px){
	.interview_category {
		text-wrap: wrap;
	}
}
@media screen and (max-width: 768px){
	.interview_list .interview_item .interview_title {
		font-size: 1.4rem;
	}
	.interview_category {
		font-size: 1.2rem;
		font-weight: normal;
		letter-spacing: .5px;
		padding: .1em .5em;
	}
	.interview_list .post_thumb {
		width: 35%;
	}
}


/* ================================================================================
News
====================================================================================*/
#news .new_mark._top {
	position: absolute;
	top: 18px;
	left: 7px;
}
/* 記事一覧 */
#news .news_item:first-child {
	border-top: 1px solid #e5e5e5;
}
.news_item {
	border-bottom: 1px solid #e5e5e5;
	padding: 2em 1em;
}
/* カテゴリー */
.news_category {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
	text-wrap: nowrap;
	letter-spacing: 1px;
	width: 100px;
	padding: .4em 0;
}
.news_category.cat_news {
    background: #fff;
	border: 1px solid #64584c;
}
.news_category:not(.cat_news) {
    background: #8bbd90;
	border: 1px solid #8bbd90;
	color: #fff;
}
/* タイトル */
.news_title {
	font-weight: 500;
}
.news_item:hover .news_title {
	text-decoration: underline 1px #64584c;
}
@media screen and (max-width: 768px){
	.news_category {
		width: 90px;
		padding: .3em 0;
	}
	.news_item,
	.news_item .flexbox {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.news_item.gap02 {
		gap: 1.3em;
	}
}
@media screen and (max-width: 599px){
	.news_item.gap02 {
		gap: 1em;
	}
}



/* ================================================================================
News/Column/Interview 共通設定
====================================================================================*/
.list_date_cat {
	display: flex;
	align-items: center;
	gap: 1em;
	margin-top: 10px;
}
@media screen and (max-width: 768px){
	.list_date_cat {
		align-items: flex-start;
		flex-direction: column;
		font-size: 1.2rem;
		gap: 5px;
		margin-top: 0;
	}
}
/* NEWマーク */
.new_mark {
	font-family: "adorn-garland", sans-serif;
	display: block;
	font-size: 1.2rem;
	color: #b61d13;
	font-weight: bold;
	letter-spacing: 1px;
}
/* 記事中 */
.post_thumbnail {
	max-width: 750px;
	width: 100%;
}
.post_thumbnail img {
	display: block;
	width: 90%;
	height: 100%;
	margin-inline: auto;
	object-fit: contain;
}
.post_title {
	font-size: 3rem;
	letter-spacing: 1px;
	margin-top: 2em;
}
.post_meta {
	font-size: 1.3rem;
	margin-top: 1.5em;
}
.post_date {
	text-wrap: nowrap;
}
.post_content {
	font-size: 1.5rem;
	margin-top: 2.5em;
}
@media screen and (max-width: 768px){
	.post_thumbnail img {
		width: 80%;
		height: 100%;
	}
	.post_meta {
		flex-direction: row;
		margin-left: 0;
	}
}



/* ================================================================================
　　　accordion
====================================================================================*/
.accordion_box .btn-box button {
	width: 100%;
    padding: 15px 0;
    background: #000;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
	box-sizing: border-box;
}
.accordion_box .btn-box button:hover{
	background: #fff;
	color: #000;
}
.accordion_box .btn-box button::after {
	content: '+';
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 35px;
    font-weight: 300;
    color: #fff;
    transition: all 0.3s ease;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.accordion_box .btn-box button:hover::after{
    color: #000;
}
.accordion_box .more {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
	background: transparent;
}

.accordion_box .more.appear {
	max-height: 100%;
	animation: simpleFadeIn 0.3s ease;
}
@keyframes simpleFadeIn {
	0% {
		opacity: 0;
		transform: translateY(-5px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.accordion_box:has(.more.appear) .btn-box button::after {
	content: '−';
	transform: translateY(-50%);
	color: #fff;
}
.accordion_box:has(.more.appear) .btn-box button:hover::after {
	color: #000;
}
@media (max-width: 768px) {
	.accordion_box .btn-box button {
		font-size: 14px;
		padding: 12px 0;
	}
}
/* アコーディオンの中身 */
.appuse_ttl img {
    max-width: 322px;
    width: 75%;
}
.scene_gird{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4%;
	row-gap: 40px;
}
@media (max-width: 599px) {
	.scene_gird{
		grid-template-columns: repeat(1, 1fr);
		width: 80%;
		margin-inline: auto;
	}
}






/*----------------------------------------
	投稿タイプ　一覧ページャー
----------------------------------------*/
.page-numbers.dots{
	display: inline-block;
	margin-top: 20px;
}
.pager{
	position: relative;
	margin-top: 50px;
}
.pager ul{
	position: relative;
	float: left;
	left: 50%;
}
.pager.pager_right ul{
	position: relative;
	float: right;
}
.pager li{
	position: relative;
	float: left;
	left: -50%;
	list-style: none;
}
.pager li a,
.pager li .current{
	display: inline-block;
	margin-right: 10px;
	text-align: center;
}
.pager li a{
	width: 40px;
	aspect-ratio: 1/1;
	padding-top: 5px;
	padding-bottom: 5px;
	box-sizing: border-box;
	display: grid;
	place-items: center;
}
.pager li a.prev,
.pager li a.next{
	width: 40px;
	height: 40px;
	position: relative;
}
.pager li a.prev::after,
.pager li a.next::after{
	content: "";
	transition: all .3s;
	border-top: 1px solid #64584c;
	width: 6px;
	aspect-ratio: 1/1;
	position: absolute;
	top: 42%;
}
.pager li a.next::after{
	border-right: 1px solid #64584c;
	transform: rotate(45deg);
	right: 38%;
}
.pager li a.prev::after{
	border-left: 1px solid #64584c;
	transform: rotate(-45deg);
	left: 41%;
}
.pager li a.prev:hover::after {
	border-top: 1px solid #8bbd90;
	border-left: 1px solid #8bbd90;
	transition: all .3s;
}
.pager li a.next:hover::after {
	border-top: 1px solid #8bbd90;
	border-right: 1px solid #8bbd90;
	transition: all .3s;
}
.pager li a.prev{ margin-right: 20px; }
.pager li a.next{ margin-left: 20px; }
.pager li .current{
	width: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: grid;
	place-items: center;
	aspect-ratio: 1/1;
	box-sizing: border-box;
	opacity: .5;
}
.pager li a:hover {
    color: #8bbd90;
    outline: none;
}
@media screen and (max-width: 960px){
	.pager ul{
		position: relative;
		float: left;
		left: 50%;
	}
	.pager.pager_right ul{
		position: relative;
		float: left;
		left: 50%;
	}
	.pager li{
		position: relative;
		float: left;
		left: -50%;
	}
	.pager.pager_right li{
		position: relative;
		float: right;
		left: -50%;
		font-size: 1.2rem;
	}
}/*END*/
@media screen and (max-width: 599px){
	.pager li .current,
	.pager li a{
		width: 35px;
	}

}/*END*/





/*----------------------------------------
	animation
----------------------------------------*/
.text_anime .bg-wrap,
.text_anime .bg-wrap .inn {
	display: inline-block;
}
.text_anime .bg-wrap.block,
.text_anime .bg-wrap.block .inn.block {
	display: block;
}
.text_anime .bg-wrap {
	overflow: hidden;
	opacity: 0;
}
.text_anime .bg-wrap + .bg-wrap {
	margin-top: 10px;
}
.text_anime .bg-wrap .inn {
	opacity: 0;
	transform: matrix(1, 0, 0, 1, 0, 100);
	transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.text_anime.start .bg-wrap {
	opacity: 1;
}
.text_anime.start .bg-wrap .inn {
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
}
