/*
Theme Name: takagi
Theme URI:
Author: kayama
Author URI:
Description:
Version: 1.0
License:
License URI:
Tags:

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


/*----------------------------------------
	全体
----------------------------------------*/

html{
	font-family: "游明朝",YuMincho, 'Yu Mincho',serif;
	font-size:62.5%;
	color: #333;
	-webkit-text-size-adjust:100%;
	line-height:1.5;
}
.yugo{
	font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "YuGothic", sans-serif;
}
.bold500{
	font-weight: 500;
}
.bold800{
	font-weight: 800;
}
h2,h3,p{
	font-weight: normal!important;
}
body{ font-size:1.4rem; font-size: 1.4em; }
#container{
	overflow: hidden;
		color: #000;
}
img{ vertical-align: bottom; }
a{
	transition: all 0.4s;
	text-decoration: none;
}
a:hover,
.op:hover{
	transition: all 0.4s;
}

.sp_none{
	display: block;
}
.sp_none827{
	display: block;
}
@media screen and (max-width: 827px){
	.sp_none827{
		display: none;
	}
}
@media screen and (max-width: 599px){

	.sp_none{
		display: none;
	}

}
/*END*/
/*----------------------------------------
	画像中央配置
----------------------------------------*/

.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対策*/


/*----------------------------------------
	iframe比率維持
----------------------------------------*/

.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);
	filter: grayscale(100%);
}
.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*/


/*----------------------------------------
	text
----------------------------------------*/

p{ line-height: 2; }

.text_blue{ color: #304b72; }
.text_kon{ color: #003567; }
.text_gray{ color: #bfbfbf; }
.text_gray_2{ color:#7d7d7d; }
.text_grey{ color: #6f7474 !important; }
.text_remon{ color:#fff100 }
.text_deepred{ color:#d90303; }
.text_red{ color:#f93d4b; }
.text_black{ color:#000; }
.text_white{ color:#fff; }
.text_gold{ color:#e6b422; }
.text_blue{ color: #336699; }
.text_lightblue{ color: #81ccfa;}
.text_brown{ color:#83552f; }
.text_bold{ font-weight: bold !important; }
.text_bolder{ font-weight: bolder !important; }
.text_900{ font-weight: 900 !important; }
.text_normal{ font-weight: normal; }
.text_lighter{font-weight: lighter;}
.text_8{ font-size:0.8rem !important; }
.text_9{ font-size:0.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_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_48{ font-size: clamp(3.3rem, 4.2vw, 4.8rem); }
.text_60 {
    font-size: clamp(32px, 4.5vw, 60px);
    line-height: 1;
}
.text_150{
	font-size:clamp(80px,11vw,150px);
	line-height: 1;
}
.text_72{
	font-size:clamp(48px,7vw,72px);
	line-height: 1.1;
}
.text_78{
	font-size:clamp(52px,7.5vw,78px);
	line-height: 1;
}

/*line-height*/
.lh_06{ line-height: 0.6; }
.lh_08{ line-height: 0.8; }
.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_06{ letter-spacing: 0.6px; }
.ls_1{ letter-spacing: 1px; }
.ls_12{ letter-spacing: 1.2px; }
.ls_18{ letter-spacing: 1.8px; }
.ls_2{ letter-spacing: 2px; }
.ls_3{ letter-spacing: 3px; }
.ls_-01em{ letter-spacing: -0.1em; }
.text_r{text-align:right;}

a.link_tex{ color: #0199cc; }
a.link_tex:hover{ opacity: 0.7; }

@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*/

li{ list-style:none; }
.center{ text-align:center; }
.text_left{ text-align:left; }
.text_right{ text-align:right; }
.clear{ clear:both; }

.op:hover{
	filter: alpha(opacity=60);
	-moz-opacity:060;
	opacity:0.60;
}

.status{
	display:inline-block;
	background:#f7e4ac;
	padding: 1px 4px;
	margin-right:4px;
}

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

	.sp_text_left{ text-align:left; }
	.sp_center{text-align: center;}

}/*END*/


/*----------------------------------------
	共通
----------------------------------------*/

.bg_white{ background: #fff !important; }
.bg_grey{ background: #6f7474 !important;}
/*下層MV*/
.under_mv{
	position: relative;
	box-sizing: border-box;
	overflow:hidden;
}
.under_mv .ttlcopy{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: auto;
	text-align: center;
	color: #fff;
}
.under_mv div img{
		margin-bottom:8px;
}

/*ぱんくず*/
.pan_nav{
	padding: 15px 0;
}
.pan_nav li{
	float: left;
	font-size: 1.2rem;
	color: #fff;
	letter-spacing: 1px;
	/*white-space: nowrap;*/
	line-height: 2.5;
}
.pan_nav a{
	color: #fff;
	text-decoration: none;
}
.pan_nav a:hover{
	color: #81ccfa;
}
.pan_nav a:after{
	content: "/";
	color: #fff;
	padding-left: 10px;
	margin-right: 10px;
	display: inline-block;
}
.pan_nav.gray_ver{
	background: #eee;
	color: #fff;
}

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

	.pan_nav{
		right: 15%;
	}

}/*END*/

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

	/*下層MV*/
	.under_mv img{
		width: 140%;
	}
	.under_mv div img{
		width: auto;
		margin-left: 0;
	}

	.tb_center{ text-align: center; }

	.btn_frame_top{
		width:100%;
		max-width:180px;
	}
	.box_rf .btn_180{
		width:100%;
	}

}/*END*/

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

	/*下層MV*/
	.under_mv img{
		width: 200%;
		max-width: 200%;
		margin-left: -50%;
	}
}/*END*/


/*----------------------------------------
	layout
----------------------------------------*/

.max_respon{
	max-width:100%;
}
.pc_block{
	display: block;
}
.sp_block{
	display: none;
}
.tb_block{
	display: none;
}
.nm_t5{
	margin-top:-5px;
}
.inner_frame{
	max-width: 1080px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	margin-inline: auto;
	padding-right: 20px;
	padding-left: 20px;
}
.inner_frame1350{
	max-width: 1350px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	margin-inline: auto;
}
.rela{
	position: relative;
}
.rela_z1{
	position: relative;
	z-index: 1;
}
.text_line{
	display: inline-block;
	border-bottom: 1px solid #000;
}
.palt{
	font-feature-settings: "palt";
}

.content_fl_box{
	display: flex;
	gap: 3.5%;
}
.content_fl_box.between{
	justify-content: space-between;
}
.content_fl_box.reverse{
	flex-direction: row-reverse;
}
.content_fl_box.end{
	justify-content: flex-end;
}
.i_center{
	align-items: center;
}
.c_end{
	align-content: flex-end;
}
.c_center{
	align-content: center;
}
.nogap{
	gap:0;
}
.content_fl_box50{
	display: flex;
}
.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{
		padding-right: 3.5%;
		padding-left: 3.5%;
	}

}/*END*/

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

	.inner_frame{
		padding-right: 4.3%;
		padding-left: 4.3%;
	}

}/*END*/

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

	.sp_order00{ order: 0; }
	.sp_order01{ order: 1; }
	.sp_order02{ order: 2; }
	.sp_order03{ order: 3; }
	.sp_order04{ order: 4; }
	.sp_order05{ order: 5; }


	.content_fl_box{
		flex-wrap: wrap;
	}
	.box70,.box65,.box60,.box40,.box50,.box55,.box25,.box75,.box47,.box45,.box35,.box30{
		width: 100%;
		padding-bottom: 30px;
	}
	.content_fl_box50{
		flex-wrap: wrap;
	}
	.pc_p_t250{
		padding-top:0;
	}
	.pc_block{
		display: none;
	}
	.sp_block{
		display: block;
	}
}/*END*/




/*----------------------------------------
	フォーム　テーブル
----------------------------------------*/

.tb_style{
	width: 100%;
}
table.tb_style{
	word-break: break-all;
}
.tb_style th,
.tb_style td{
	line-height: 1.6;
	text-align: left;
	font-weight: normal;
	padding:20px 10px 20px 15px;
	overflow-wrap : break-word;
}
.tb_style th{
	box-sizing: border-box;
	width:30%;
	font-weight: bold;
}
.tb_style td{
	padding-left:15px;
}
.tb_style .tr_add th{
	vertical-align: top;
	padding-top: 4.5%;
}

@media print, screen and (min-width: 900px){

	.tb_style th{
		width: 230px;
	}

}/*END*/

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

	.tb_style th{
		width: 28%;
	}

}/*END*/

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

	table.tb_style{
		border-spacing: 0 0;
	}
	.tb_style th{
		width: 100%;
		padding-left: 0;
	}
	.tb_style th, .tb_style td{
		border: none;
		display: block;
		font-size:1.4rem;
	}
	.tb_style th{
		font-weight: bold;
		padding:8px 5px 0 0;
	}
	.tb_style td{
		padding: 8px 0 15px 0;
	}

}/*END*/

/*必須・任意*/
.hissu,
.nini{
	display: inline-block;
	line-height: 1 !important;
	padding: 3px 5px;
	margin-left: 6px;
	vertical-align: middle;
	border-radius: 2px;
	font-size: 1.4rem !important;
	box-sizing: border-box;
	margin-top: -2px;
}
.hissu{
	background: #bb3f49;
	color: #fff;
}
.nini{
	color: #fff;
	background: #7d7d7d;
}
.add span{
	display: inline-block;
	padding-right: 10px;
}
.privacy span{ display: inline-block !important; }
.privacy_error{
	text-align: center;
	padding: 2px 10px;
}
.privacy.check label{
	padding-top:0;
	padding-bottom: 0;
}
.privacy_check .vertical-item{
	display: inline-block !important;
}
.privacy_check{
	background: #ece8dc;
	padding: 25px 10px;
}


/*----------------------------------------
	フォーム
----------------------------------------*/

select,
textarea,
input[type="text"],
input[type="tel"]{
	background:#fff;
	border: none;
	padding: 15px 13px;
	box-sizing: border-box;
	-webkit-appearance: none;
	transition: all 0.4s;
	font-size: 1.6rem;
	color: #333;
		font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
}
input:focus{
	outline: none;
}
input[type="button"]{
	-webkit-appearance: none;
}
button,
input[type="submit"]{
	-webkit-appearance: none;
	transition: all 0.4s;
}
select{
	background-size: auto 100%;
	padding-right: 60px;
}
.tb_style textarea{
	width:100%;
}

.form1{ width: 100px; }
.form2{ width: 120px; }
.form3{ width: 200px; }
.form4{ width: 400px; }
.form_all{ width: 100%; }

input.job_sonota{
	padding: 8px 8px !important;
}

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

	select,
	textarea,
	input[type="text"]{
		font-size: 1.6rem;
	}
	.form3,
	.form4{
		width: 100%;
	}

}/*END*/


/*----------------------------------------
	radio checkbox
----------------------------------------*/

.radio input[type="radio"],
.check input[type="checkbox"]{
	display: none;
}
.radio label,
.check label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 10px;
	padding: 5px 0 5px 30px;
	line-height: 1.2;
}
.radio label:before,
.check label:before{
	position: absolute;
	content: "";
	top: 40%;
	left: -10px;
	width: 24px;
	height: 24px;
	margin-top: -10px;
	background: none;
	border:1px solid #898989;
	border-radius: 50%;
	box-sizing: border-box;
}
.check label:before{
	border-radius: 0;
}
.privacy_check .check label::before{
	border: 1px solid #898989;
}
.radio label:before,
.check label:before{
	display: none\9;
}
.radio label:not(:target):before,
.check label:not(:target):before{
	display: inline-block\9;
}
.radio input[type="radio"]:checked + label:after{
	position: absolute;
	content: "";
	top: 40%;
	left: -10px;
	width: 28px;
	height: 28px;
	margin-top: -10px;
	border-radius: 50%;
	background: #e7e7e7;
	border-color: #e7e7e7;
}
.check input[type="checkbox"]:checked + label::after{
	content: "";
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	display: block;
}
.check input[type="checkbox"]:checked + label::after{
	left: -7px;
	width: 18px;
	height: 12px;
	margin-top: -9px;
	border-left: 3px solid #333333;
	border-bottom: 3px solid #333333;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

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

	.radio label, .check label{
		padding: 5px 0 5px 25px;
	}

}/*END*/


/*----------------------------------------
	iframe
----------------------------------------*/

.style_k_f{
	width: 100%;
	height: 100%;
	aspect-ratio: 15 / 44;
}
.form_tr{
	width: 100%;
	margin-bottom: 30px;
}
.form_tr label{
	width: 100%;
	position: relative;
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}
.form_tr input,.form_tr select,.form_tr textarea{
	display: block;
	width: 100%;
	height: 32px;
	padding: 6px 12px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc !important;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	height:45px;
	font-size:15px;
	border:1px solid #e0e0e0;
	border-radius: 2px;
}
.form_tr textarea{
	height: auto;
}
.form_tr input[type="checkbox"], input[type="radio"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin-right: 0.4em !important;
	width: 26px;
	height: 26px;
}
.well-form-only{
	min-height: 20px;
	padding: 19px;
	margin-bottom: 5px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.form_tr_flex{
	display: flex;
	gap:2.5%;
}
.f_hissu{
	background-color: #df6f5f;
	color: #fff;
	font-size: 1.2rem;
	margin-right: 0.3em;
	font-size: 0.8em;
	padding: 0.05em 0.3em 0.1em 0.3em;
	border-radius: 0.3em;
	white-space: nowrap;
	text-align: center;
	font-weight: normal;
}
.f_nini{
	background-color: #f5b555;
	color: #fff;
	font-size: 1.2rem;
	margin-right: 0.3em;
	font-size: 0.8em;
	padding: 0.05em 0.3em 0.1em 0.3em;
	border-radius: 0.3em;
	white-space: nowrap;
	text-align: center;
	font-weight: normal;
}
input[type="submit"]{
	-webkit-appearance: button;
	cursor: pointer;
}
.evform_btn{
	border-radius: 2px;
	padding: 10px 20px;
	font-size: 15px !important;
}
.btn-primary{
	color: #ffffff;
	background-color: #428bca;
	border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary{
	color: #ffffff;
	background-color: #3071a9;
	border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary{
	background-image: none;
}

/*----------------------------------------
	ヘッダー
----------------------------------------*/

header {
    width: 100%;
    position: fixed;
    left: 0;
    background: transparent !important;
    z-index: 100;
}

.head_inner {
    box-sizing: border-box;
    width: 100%;
    padding: 18px 30px 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    background: transparent;
	transition: all 0.5s;
}
.header_l{
	width: 10%;
}
.header_l h1 {
    max-width: 400px;
	position: relative;
    display: inline-block;
}
.header_in{
	position: relative;
}
.header_in ul{
	display: flex;
    justify-content: flex-end;
    align-items: center;
	gap: 3%;
}
.header_in_p{
	display: flex;
}
.header_in_p > div{
	margin-left: 35px;
}
.header_r{
	width: 90%;
	float: right;
	color: #fff;
}
.header_r a {
    color: #fff;
}
.open .header_r a {
    color: #fff !important;
}

.header_r.fixed a{
	color: #fff;
}
.header_r ul{
	width: 100%;
	text-align: right;
}

@media screen and (max-width: 1099px){
	.drawer li a{
		font-size: 1.4rem !important;
	}

}/*END*/

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

	.header_in_p{
		display: none;
	}
	.drawer li a{
		font-size: 1.3rem !important;
	}

}/*END*/

@media screen and (max-width: 880px){
	ul.clearfix a::after{
		bottom: -1px; 
		transition: transform .2s;
	}
}/*END*/


/*----------------------------------------
	ドロワー
----------------------------------------*/

.drawer{
	position: relative;
}
.drawer li a{
	position: relative;
	display: block;
	transition: all 0.4s;
	font-size: 1.6rem;
}
.drawer li a:hover{
	opacity: 0.7;
}

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

	.drawer li a {
		font-size: 1.5rem;
	}

}/*END*/
.menu_btn_w{
	display: flex!important;
    justify-content: center;
    align-items: center;
}
.menu_btn {
    width: 65px;
    height: 40px;
	position: relative;
    top: auto;
    right: auto;
    cursor: pointer;
    z-index: 9999;
}
.menu_btn span{
	display: inline-block;
	height: 2px;
	background: #fff;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.5s;
}
.menu_btn span:nth-child(1){
    top: 37%;
    width: 82%;
    left: 41%;
}
.menu_btn span:nth-child(2){
    bottom: 34%;
    width: 50%;
    left: 56%;
}
.menu_btn_label {
    z-index: 9999;
    cursor: pointer;
}
.open .menu_btn span {
	background-color: #fff !important;
}
.open .menu_btn span:nth-child(1){
	transform: rotate(-45deg);
	margin-top: 10px;
	margin-left: -14px;
	top: 23%;
    width: 60%;
    left: 49%;
}
.open .menu_btn span:nth-child(2){
	transform: rotate(45deg);
	margin-bottom: 10px;
	margin-left: -14px;
	bottom: 22%;
    width: 60%;
    left: 50%;
}
.drawer{
	position: fixed;
	background: rgba(0, 0, 0, 0.9);
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	color: #fff;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transform: translateX(100%);
	transition: 0.5s ease-in-out;
	z-index: 99;
}
.drawer ul{
	float: none;
	text-align: center;
	padding-top: 35vh;
}
.drawer ul li{
	float: none;
	position: relative;
	transform: translateX(-150px);
	transition: transform 0.5s ease;
	margin-left: 0;
	margin-bottom: 10px;
	width: 100%;
}
.drawer ul li:nth-child(2){ transition-delay: 0.1s; }
.drawer ul li:nth-child(3){ transition-delay: 0.15s; }
.drawer ul li:nth-child(4){ transition-delay: 0.2s; }
.drawer ul li:nth-child(5){ transition-delay: 0.25s; }
.drawer ul li:nth-child(6){ transition-delay: 0.3s; }
.drawer ul li:nth-child(7){ transition-delay: 0.35s; }
.drawer ul li:nth-child(8){ transition-delay: 0.4s; }
.drawer ul li:nth-child(9){ transition-delay: 0.45s; }
.drawer ul li a{
	position: relative;
	transition: all 0.4s;
	display: inline-block;
	font-size: 1.6rem !important;
	color: #fff;
	text-decoration: none;
	cursor: businesser;
	font-weight: normal;
	padding: 15px 0;
}
.drawer li:first-child a{
	background: none;
	padding: 15px 0;
}
.drawer li:first-child a:hover{
	background: none;
}
.open .drawer{
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}
.open .drawer ul li{
	transform: translateX(0);
}


/*ぱんくず*/
.pan_inner_frame{
	width: 100%;
    max-width: 1080px;
    position: relative;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}
.pan_nav {
    font-size: 1.1rem;
    color: #a0a0a0;
    padding-left: 10px;
}
.pan_nav li {
    float: left;
    white-space: nowrap;
    line-height: 1.2;
}
.pan_nav a{
	color: #a0a0a0;
	text-decoration: none;
}
.pan_nav a:hover{
	color: #333;
	text-decoration: underline;
}
.pan_nav a:after{
	content: "＞";
	color: #a0a0a0;
	font-size: 1.1rem;
	padding-left: 10px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}

.clearfix {
    zoom: 100%;
}


@media screen and (max-width: 599px){
	.pan_nav li{
		font-size:1.1rem;
	}




}/*END*/

/*----------------------------------------
	MV
----------------------------------------*/
.mv_flow{
    position: absolute;
    bottom: 2%;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.mv-container {
	position: relative;
    width: 100%;
    padding: 65% 0 0;
    overflow: hidden;
}

.mv-slide {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.mv-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mv-text {
    position: absolute;
    bottom: 35%;
    left: 4%;
    color: white;
	width: 100%;
}
.mv_h1 img {
    max-width: 432px;
}
.mv_btn img{
	max-width: 138px;
}
.mv_border img{
	max-width: 267px;
}
/*----------------------------------------
	common
----------------------------------------*/
.common_btn {
	background: #000;
	color: #fff;
	max-width: 260px;
	padding: 15px;
    display: flex;
    justify-content: space-between;
}

.common_btn p{
	font-weight: normal!important;
}
.common_btn .arrow {
	font-size: 1em;
}
.m_a{
	margin: auto;
}
.bg_gray{
	background-color: #eff2f2;
}
.bg_gray2{
	background-color: #8e9393;
}
.bg_gray3{
	background-color: #a0a0a0;
}
.bg_beige{
	background-color: #f4f4f2;
}
.white_border{
	border: 1px solid #fff;
}
.nowrap{
	text-wrap: nowrap;
}
/*----------------------------------------
	concept
----------------------------------------*/
.text_19{ font-size:clamp(1.5rem, 1.7vw, 1.9rem); }
.text_33 {font-size: clamp(1.6rem, 3vw, 3.3rem);}
.text_82{
    font-size: clamp(35px, 7.2vw, 82px);
	line-height: 1;
}

.concept_bg {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}

.concept_flex{
	display: flex;
	gap: 10px;
}
.concept_flex > div{
    width: 75%;
    display: flex;
    height: 818px;
    overflow: hidden;
}
.concept_flex > h2{
    padding: 0 3%;
    width: 10%;
    display: flex;
    gap: 35px;
    align-items: center;
    flex-direction: column;
}
.tategaki{
	writing-mode: vertical-rl;
    text-orientation: mixed;
}
.tategaki p{
	font-weight: normal!important;
}

@media screen and (min-width: 1350px){
	.concept_bg {
		width: 100%;
		height: 1000px; /* 適宜調整 */
		background-image: url(./images/top/bg_gray.jpg);
		background-repeat: repeat-x;
		background-position: top left;
	}
	.concept_bg > img{
		display: none;
	}
}/*END*/
@media screen and (max-width: 1200px){
	.concept_flex > div{
		height: 700px;
	}
}
@media screen and (max-width: 1000px){
	.concept_bg img{
		width: 115%;
	}

}
@media screen and (max-width: 900px){
	.concept_flex > div{
		height: 550px;
	}
}
@media screen and (max-width: 768px){
	.concept_bg img{
		width: 125%;
	}
}
@media screen and (max-width: 599px){
	.concept_flex {
		flex-direction: column-reverse;
		align-items: center;
		gap: 50px;
	}
	.concept_flex > div {
		width: 100%;
	}
	.concept_flex > h2 {
		width: 100%;
		gap: 20px;
	}
	.concept_bg img{
		width: 200%;
	}
}
.gradient__wrap {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gradient_title {
		animation: AnimationTitle 5s ease infinite;
		background: linear-gradient(to right, #0061b6, #00d8e7, #0066ff);
		background-size: 200% 100%;
		background-clip: text;
		-webkit-background-clip: text;
		color: transparent;
		line-height: 1;
}
@keyframes AnimationTitle {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/*----------------------------------------
	building
----------------------------------------*/
.building_bg {
	background-image: url(./images/top/bg_bilding.jpg);
	background-size: cover;
}
.feature_flex{
	display: flex;
    justify-content: space-between;
	gap: 1%;
}
#building-slider{
	display: none;
}
@media screen and (max-width: 599px){
	#building-slider{
		display: block;
	}
	.feature_flex{
		display: none;
	}
}
/*----------------------------------------
	room plan
----------------------------------------*/
.room_flex {
    display: flex;
    align-items: flex-start;
}

.room_flex > img {
	width: 50%;
	height: 100%;
	object-fit: cover; 
}

.room_flex > div {
    padding-right: 7.5%;
    padding-left: 7.5%;
	color: #fff;
}
.plan_list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.plan_section {
	margin-top: 60px;
}

.plan_item {
	padding: 10px;
	border-radius: 10px;
	box-sizing: border-box;
	text-align: left;
	position: relative;
	max-width: 320px; 
	margin: 0 auto; 
}


.eyecatch {
    position: relative;
    overflow: hidden;
    aspect-ratio: 551 / 1024;
}

.eyecatch img {
	width: 100%;
    height: 100%;
    display: block;
    object-position: center;
}

.label_new {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #a40000;
	color: #fff;
	font-size: 12px;
	padding: 5px 15px;
	font-weight: bold;
}
.plan_ttl{
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
	height: 5em;
}
.plan_info h3 {
    color: #1b6f8a;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.3em * 3);
}
@media (max-width: 1000px) {
	.room_flex > div {
		padding-right: 5.5%;
		padding-left: 5.5%;
	}
}
@media (max-width: 768px) {
	.room_flex {
		align-items: center;
        flex-direction: column;
	}
	.room_flex > div {
		padding-right: 3.5%;
		padding-left: 3.5%;
	}
	.room_flex > img {
		width: 100%;
	}
}
@media (max-width: 599px) {
	.room_flex > div {
		padding-right: 4.3%;
		padding-left: 4.3%;
	}

}
/*----------------------------------------
	works
----------------------------------------*/
.works_thumb{
	position: relative;
    overflow: hidden;
    aspect-ratio: 50 / 68;
}
.works_thumb img{
	width: 100%;
    height: 100%;
    display: block;
    object-position: center;
}
.works_pr{
	padding-right: 5%;
}
.works_client {
	color: #448ab2;
}
.works_item h3{
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.6em * 1);
}


#works-slider .splide__slide {
	width: 500px !important;
	margin: 0;
}

#works-slider .splide__list {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 0 auto;
}

@media (max-width: 599px) {
	#works-slider .splide__slide {
		width: 70% !important;
	}
}
/*----------------------------------------
	information
----------------------------------------*/
.flow_message{
	position: absolute;
	top: 2%;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.info_flex{
	display: flex;
	gap: 3%;
}
.info_flex > div{
	width: 48.5%;
}
.info_flex >div:nth-child(1){
	display: flex;
    justify-content: end;
}
.info_p{
	width: 76%;
}
.info_dotted{
	border-bottom: 1px dotted #000;
    border-image: repeating-linear-gradient(to right, black 0, black 1px, /* 線の長さ */ transparent 5px, /* 線の間隔 */ transparent 10px) 1;
}
.info_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4%;
}
.info_new{
	position: absolute;
	top: 0px;
	left: 0px;
	background: #a40000;
	color: #fff;
    padding: 5px 22px;
	font-size: 1.4rem;
	border-radius: 4px;
	z-index: 2;
	aspect-ratio: 90/25;
}

.info_thumb{
	position: relative;
    overflow: hidden;
    aspect-ratio: 320 / 226;
}
.info_thumb img{
	width: 100%;
    height: 100%;
    display: block;
    object-position: center;
}
.info_label img{
	width: 100%;
}
.info_ttl{
	border-bottom: 1px solid #000;
    height: 3.5em;
}
.info_ttl p{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.6em * 2);
}
.info_category {
    display: grid;
    gap: 4px;
    grid-template-columns: 1fr 1fr;
}
.hide-on-pc {
	display: none;
}

@media (max-width: 1200px) {
	.info_p{
		width: 95%;
	}
}
@media (max-width: 1000px) {
	.info_flex{
        padding-left: 20px;
	}
	.info_p{
		width: 100%;
	}
	.flow_message{
		top: 1%;
	}
}
@media (max-width: 768px) {
	.info_list {
		grid-template-columns: repeat(2, 1fr);
	}
	.info_flex{
        padding-left: 3.5%;
	}
	.hide-on-pc {
		display: block;
	}

}
@media (max-width: 599px) {
    .flow_message {
        top: 0%;
    }
	.info_flex{
		flex-direction: column;
		gap: 30px;
		padding: 4.3%;
	}
	.info_flex > div{
		width: 100%;
	}

}

/*----------------------------------------
	contact
----------------------------------------*/
.contact_btn {
	background: #fff;
	color: #000;
	max-width: 351px;
	padding: 5px;
    display: flex;
	align-items: center;
}
.contact_btn > div{
    width: 90%;
    display: flex;
    justify-content: center;
    gap: 3%;
    align-items: center;
}
.contact_icon01{
	width: 30px;
	height: 28px;
}
.contact_icon02{
	width: 28px;
	height: 26px;
}
.contact_btn > p{
	width: 10%;
}
.contact_btn p{
	font-weight: normal!important;
}
.contact_btn .arrow {
	font-size: 2em;
}
.contact_flex{
    display: flex;
    justify-content: center;
    gap: 2px;
}
.contact_deco01{
	position: absolute;
    display: block;
    top: -4%;
    left: -3%;
}
.contact_deco02{
	position: absolute;
    display: block;
    top: 3%;
    right: -3%;
}
.btn_wrap{
	position: absolute;
    top: 81%;
    width: 70%;
    transform: translateX(-50%);
    left: 50%;
}
@media (max-width: 1000px) {
	.btn_wrap {
		top: 84%;
	}
	.contact_btn .arrow {
		font-size: 1.5em;
	}
}
@media (max-width: 768px) {
	.contact_btn .arrow {
		font-size: 1em;
	}
}
@media (max-width: 599px) {
	.contact_flex {
		flex-direction: column;
	}
	.contact_btn .arrow {
        font-size: 2em;
    }
	.btn_wrap {
        top: 80%;
    }
}
@media (max-width: 400px) {
    .contact_btn .arrow {
        font-size: 1.5em;
    }
}


/*----------------------------------------
	construction examples
----------------------------------------*/


/*----------------------------------------
	footer menu
----------------------------------------*/
.footer_flex{
    display: flex;
    align-items: center;
    height: 600px;
}
.footer_left{
	width: 40%;
    display: flex;
    justify-content: right;
    align-items: center;
    border-right: 1px solid #fff;
    height: 100%;
}
.footer_left > div{
    width: 70%;
    padding-right: 10%;
}
.footer_right{
	width: 55%;
	display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 0 5%;
	gap: 20px;
}
.footer_right > ul{
	width: 50%;
}
.footer_right li{
	margin-bottom: 2em;
	font-size:clamp(1.6rem, 1.9vw, 2rem);
	line-height: 1.7 !important;
}
.footer_right a{
	color: #fff;
}
.house{
	margin-left: 1em;
}
.house_h{
	margin-bottom: 0.5em!important;
}
.house p{
	margin-bottom: 0.5em;
    line-height: 1.7em;
}
.copy{
	margin: 1% 0;
}
@media (max-width: 1000px) {
	.footer_left {
		width: 50%;
	}
	.footer_left > div {
		width: 86%;
		padding-right: 5%;
	}
	.footer_right {
		width: 50%;
	}
}
@media (max-width: 768px) {
	.footer_flex {
		flex-direction: column;
        row-gap: 50px;
        height: auto;
        padding: 70px 3.5%;
	}
	.footer_left {
        width: 100%;
        justify-content: center;
        border-right: none;
        border-bottom: 1px solid #fff;
        padding-bottom: 50px;
    }
	.footer_right {
        width: 100%;
        padding: 0;
	}
	.footer_left > div {
        width: 100%;
		padding-right: 0%;
    }
}
@media (max-width: 599px) {
	.footer_flex{
		padding: 60px 4.5%;
	}
	.footer_right {
        flex-direction: column;
    }
	.footer_right > ul {
		width: 100%;
	}
	.footer_right li {
		margin-bottom: 1em;
	}
}
/* side_menu */
.side_menu{
	position: fixed;
    top: 50vh;
    right: -100px;
    z-index: 90;
    transition: all 0.4s;
}
.side_menu a{
	display: block;
}
.side_menu a:hover{
	opacity: 1 !important;
}
.side_menu ul{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.side_menu ul li{
	width: 52px;
}