@charset "utf-8";
/* CSS Document */
/*========================
	header
===================================================================*/
#head{
	position: fixed;
	background: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,0));
	height: 80px;
	width: 100%;
	z-index: 99;
}
#head{
	display: flex;
	justify-content: space-between;
}
.hlogo a{
	display: block;
	height: 80px;
	margin: 10px 20px;
	
}
.hlogo img{
	height: 100%;
	object-fit: contain;
	filter: brightness(0) invert(1);
}
.m1{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 80px;
}
.hnav ul{
	display: flex;
	align-items: center;
}
.hnav li a{
	display: block;
	padding-right: 15px;
}
.htel a{
	display:block;
	height: 80px;
	line-height: 80px;
	padding: 0 15px;
	background: #000;
	margin-left: 10px;
	color: #fff;
	font-size: 1.5rem;
}
.htel a span{
	font-size: 1rem;
}

.hnav li a:hover{
	color: #666;
}
.htel a:hover{
	color: #000;
	background: #444;
}
@media(max-width:935px){
	.m1{
		display: none;
	}
}
@media(max-width:550px){
	#head{
		height: 60px;
	}
	.hlogo a{
		height: 50px;
	}	
}
/*========================
　mobail-nav
===================================================================*/
@media(min-width:936px){
	.openbtn{
		display: none;
	}
}
.openbtn{
	position:relative;
    z-index: 99;/*ボタンを最前面に*/
	cursor: pointer;
    width: 60px;
    height:60px;
	margin:10px 20px; 
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 25%;
    height: 3px;
    border-radius: 2px;
	background-color: #fff;
  	width: 50%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 25%;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 25%;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}

/*ナビゲーション*/
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 88;
	top:-200%;
    left:0;
	width:100%;
	background:#000;
	transition: all 0.6s;
	padding: 100px 10px 40px;
	border-bottom: 3px solid #eee;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}


/*ナビゲーション*/
#g-nav ul {
	max-width: 500px; 
	margin: 0 auto 30px;
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
}

#g-nav li a{
	text-decoration: none;
	padding:10px;
	padding-left: 20px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	border-bottom: 1px dashed #aaa;
	position: relative;
}
#g-nav li a::before{
	position: absolute;
	content: '\f0da';
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.spcont{
	text-align: center; 
}
.sptel{
	display: block;
	padding: 8px 0;
	width: 250px;
	margin: 0 auto 20px;
	font-size: 1.2rem;
	border: 1px solid #fff;
}
@media(max-width:550px){
	#g-nav{
		padding: 80px 10px 40px;
	}	
}
/*========================
	foot-contact
===================================================================*/
.bg._cont{
   background-image: url(../img/bgimg_contact.jpg);
   background-size: cover;
   background-position: center;
}
.bg._cont::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.40);
	z-index: 0;
}


.fcon_box{
	max-width: 960px;
	border: 2px solid #fff;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding:5vh 5vw;
}
.fcon_txt{
	width: 40%;
	font-size: clamp(18px,2.1vw,22px);
}
.fcon_link{
	width: 55%;
}
.fcon_link .link{
	display: block;
	margin-bottom: 15px;
}

.ftel{
	display: block;
	color: #fff;
	font-size:clamp(1.75rem, 1.258rem + 2.07vw, 2.813rem);	
}
.ftel span{
	font-size: clamp(1.25rem, 0.96rem + 1.22vw, 1.875rem)
}
.fline{
	display: block;
	background: rgba(255,255,255,.8);
	padding: 1rem .5rem;
	max-width: 450px;
	width: 80%;
	margin: 0 auto;
	border: 2px solid #333;
	color: #333;
}
.fline:hover{
	background: rgba(255,255,255,.5);
}
@media (max-width:750px) {
	.fcon_box{
		display: block;
		padding:5vh 5vw;
	}	
	.fcon_txt,.fcon_link{
		width: 100%;
		text-align: center;
	}
	.fcon_txt{
		margin-bottom: 20px;
	}
	.fcon_txt br{
		display: none;
	}
	.ftel {
		font-size: 38px;
	}
}
@media (max-width:500px) {
	.fcon_box{
		padding:5vh 0;
	}	

	.fline{
		width: 95%;
	}
}


/*========================
	footer
===================================================================*/
footer{
	padding: 50px 0 30px;
	background: #000;
	text-align: center;
}
.fnav ul{
	display: flex;
	justify-content: center;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}
.fnav li a{
	position: relative;
	padding-right: 20px;
	padding-left: 15px;
	display: flex;
	align-items: center;
	flex-direction: column;
}
.fnav li a::before{
	position: absolute;
	content: '\f0da';
	font-family: "Font Awesome 6 Free";
	font-weight: 600;
	top: 0;
	left: 0;
}
.fnav li a:hover{
	color: #0D410F;
}
footer p{
	font-size: 16px;
}
.copy{
	background: #000;
	text-align: center;
	font-size: 13px;
	padding: 5px 0;
}
@media screen and (max-width:599px) {
	.fnav{display: none;}
}

/* sp_foot_navi */
@media (min-width: 600px){
	#spnavi{
		display: none;
	}	
}
  #spnavi {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    background: #000;
	  border-top: 1px solid #eee;
  }
  #spnavi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #spnavi ul li {
    width: 50%;
    border-right: 1px solid #fff;
  }
  #spnavi ul li:last-child {
    border-right: none;
	background: #19344c;  
  }
  #spnavi ul li a {
    display: block !important;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    line-height: 2;
  }
  #spnavi ul li a.sp_tel:before {
    font-family: "Font Awesome 6 Free";
    content: "\f095";
    font-weight: 600;
  }
  #spnavi ul li a.sp_sns:before {
    font-family: "Font Awesome 6 brands";
    content: "\f16d";
    font-weight: 600;
  }
  #spnavi ul li a span {
    font-size: 1rem;
	margin-left: 5px;  
  }

/*========================
	FV
===================================================================*/
#fv{
	padding: 0;
}
.fv{
	position: relative;
	width: 100%;
	max-height: 100vh;
    aspect-ratio: 1280 / 720;
	overflow: hidden;
}

.fv video{
	width: 100%; 
	height:auto;
    display: block;
}
.fv::before{
	position: absolute;
	content: '';
	width: 100%;
	left: 0;
	height: 10%;
	min-height: 50px;
	background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
	bottom: 0;
}
.fv-logo{
	position: absolute;
	display: block;
	left:50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 22vw;
	max-width: 320px;
	aspect-ratio:1/1;
	background: url("../img/logoimg.png") no-repeat center;
	background-size: cover;
	opacity: .3;
	mix-blend-mode:	lighten;
	filter: brightness(0) invert(1);
	z-index: 1;	
}

@media(max-width:550px){
	.fv{
		aspect-ratio: 4 / 3;
	}	
	.fv video{
		aspect-ratio: 4 / 3;
		object-fit: cover;
	}	
}

/*========================
	index
===================================================================*/
.t_about{
	background: linear-gradient(rgba(0,0,0,1),rgba(0,0,0,.8));
	color: #fff;
	padding:15vh 0 35vh;
}
.t_about::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: url(../img/tabout_bg.png);
	background-position: center bottom;
	background-size: cover;
	left: 0;
	bottom: 0;
}

.about-txt{
	text-align: center;
	padding: 80px 0 30px;
}

@media screen and (max-width:450px) {
	.about-txt{
		text-align:left;
	}	
}

.t_business{
	background: #333;
	width: 100%;
	overflow: hidden;
}

.snip1445 {
    position: relative;
    overflow: hidden;
    min-width: 230px;
    max-width: 100%;
    height: 300px;
    width: 100%;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background-color: #111
}

.snip1445 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease
}

.snip1445 *:before,
.snip1445 *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease
}

.snip1445 img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    backface-visibility: hidden;
    vertical-align: top
}

.snip1445 figcaption {
    position: absolute;
    bottom: 25px;
    right: 25px;
    padding: 10px 10px 10px
}

.snip1445 figcaption:before,
.snip1445 figcaption:after {
    height: 1px;
    width: 100%;
    position: absolute;
    content: '';
    background-color: #ffffff
}

.snip1445 figcaption:before {
    top: 0;
    left: 0;
    -webkit-transform: translateX(200%);
    transform: translateX(200%)
}

.snip1445 figcaption:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-450%);
    transform: translateX(-450%)
}

.snip1445 figcaption div:before,
.snip1445 figcaption div:after {
    width: 1px;
    height: 300px;
    position: absolute;
    content: '';
    background-color: #ffffff
}

.snip1445 figcaption div:before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(200%);
    transform: translateY(200%)
}

.snip1445 figcaption div:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(-250%);
    transform: translateY(-250%)
}

.snip1445 h2,
.snip1445 h4 {
    margin: 0;
    text-transform: uppercase;
    width: 200px;
    background: #000;
    text-align: center;
    color: #FFF;
    font-weight: normal;
}

.snip1445 h2 {
	font-size:18px;
    letter-spacing: 1px;
	font-weight:bold;
	font-family:"Sawarabi Gothic";	
}

.snip1445 .click {
    display: block;
    font-weight: bold;
    width: 200px;
    margin-left: auto;
    background-color: #998b6e;
    padding: 3px 10px;
    color: #000;
    text-shadow: #fff 0px 0px 0px;
	letter-spacing:1px;
	font-size:15px;
}

.snip1445 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.snip1445 img {
    /*opacity: 0.6*/
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.9;
    opacity: 0.9;
}

.snip1445:hover img,
.snip1445.hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.3;
    opacity: 0.3;
}

.snip1445:hover figcaption:before,
.snip1445.hover figcaption:before,
.snip1445:hover figcaption:after,
.snip1445.hover figcaption:after,
.snip1445:hover figcaption div:before,
.snip1445.hover figcaption div:before,
.snip1445:hover figcaption div:after,
.snip1445.hover figcaption div:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.snip1445:hover figcaption:before,
.snip1445.hover figcaption:before,
.snip1445:hover figcaption:after,
.snip1445.hover figcaption:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s
}

@media screen and (max-width: 800px) {
	.t_business .comn3{
		width: 100%;
		margin-bottom: 20px;
	}
	}

/*topnews*/
.t_news{
	background: #aaa;
	color: #333;
}
#newsWrap{
	height: 200px;
	max-width: 980px;
	margin: 0 auto;
	overflow-y: auto;
	border: 1px solid #fff;
	padding:0 1rem 1rem;
}
#newsWrap::-webkit-scrollbar {
  width: 5px;
}
#newsWrap::-webkit-scrollbar-thumb {
  background-color: #fff;
  border-radius: 0px;
}
#newsList a{
	width: 98%;
	display: block;
	padding: 1rem 1rem;
	border-bottom: 1px dashed #eee;
	margin: 0 1%;
	color: #333;
}
#newsList a:hover{
	color: #fff;
}
#newsList .up_ymd{
	margin-right: 20px;
}


/*=================
　下層共通
===================================================*/
.kfv{
	padding: 100px 0 90px;
	background: url("../img/kfv.jpg");
	background-size: cover;
	background-position: center 70%;
	position: relative;
	z-index: 0
}
.kfv::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	z-index: -1;
	top: 0;
}
.kfv h2{
	text-align: center;
	font-size: 25px;
	text-shadow: 1px 1px 2px #000;
}
.kfv h2 span{
	display: block;
}
.kfv h2 .en{
	font-size: 50px;
}


/*=================
　事業内容
===================================================*/
.s_img{
	width: 40%;
}
.s_txt{
	width:55%;
	padding: 5vw;
}
.s_contents .flexbox:nth-child(even) .s_txt{
	padding-left: 15vw
}
.s_contents .flexbox:nth-child(odd) .s_txt{
	padding-right: 15vw
}
.s_txt p{
	padding: .5rem 1rem;
}

.r_img{
	width: 41%;
	aspect-ratio: 4 / 3;	
	overflow: hidden;
	border-radius: 30px;	
}
.r_txt{
	width: 58%;
	padding: 0 1rem;
}

.video-wrapper {
  width: 100%;
  height: 45vh;
  overflow: hidden;
  position: relative;
}

.video-spot {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	object-position: center 73%;	
}

@media(max-width:1200px){
	.s_contents .flexbox:nth-child(even) .s_txt,
	.s_contents .flexbox:nth-child(odd) .s_txt{
		padding: 5vw;
	}
}
@media(max-width:1200px){
	.s_contents .flexbox:nth-child(even) .s_txt,
	.s_contents .flexbox:nth-child(odd) .s_txt{
		padding: 5vw;
	}
}
@media(max-width:750px){	
	.r_txt{
		width: 98%;
		margin-bottom: 20px;
	}
	.r_img{
		width: 60%;
		aspect-ratio: 16 / 9;	
		margin-bottom: 10px;
	}	
	.s_img, .s_txt{
		width: 100%;
	}
	.s_img{
		max-height: 300px;
		aspect-ratio: 2 / 1;		
	}
}

@media(max-width:600px){
	.rt_txt{
		text-align: left;
	}
}
@media(max-width:500px){
	.r_img{
		width: 90%;
	}	
}
/*=================
　会社概要
===================================================*/
.g-txt{
	text-align: center;
}
.about th{
	padding: .8rem 1rem;
	border: 1px solid #fff;
	width: 25%;
	min-width: 85px;
	background: #666;
}
.about td{
	padding: .8rem 1rem;
	border: 1px solid #fff;
	background: rgba(0,0,0,.5);
}
.map{
	width: 100%;
	height: 45vh;
}

@media screen and (max-width:450px) {
	.g-txt{
		text-align: left;
	}	
	.about th,.about td{
		padding: .8rem .5rem;
		font-weight: 400;
	}
}
/*=================
　お知らせ詳細　
===================================================*/

.detailUpfile{
	max-width: 680px;
	margin: 20px 0;
}
.ntitle{
	font-size: clamp(18px,2.5vw,22px);
	position: relative;
	padding: 0.5rem 1rem;
	margin-bottom: 10px;
}
.ntitle::after {
    position: absolute;
    bottom: 0;
    left: 0;
	width: 100%;
    height: 8px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg,#fff,#fff 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg,#fff,#fff 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
	background-repeat: repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.news-detail #up_ymd{
	font-size: 15px;
	text-align: end;
}
.news-box{
	padding: 3vh 2% 5vh;
}




/*=================
　お問い合わせ
===================================================*/
.conmgb {
	margin-bottom: 70px;
}
.contactp .rtext {
	margin-bottom: 45px;
}
@media (max-width: 750px) {
	.contactp .rtext {
		margin-bottom: 30px;
	}
}
.contact_wrap {
	position: relative;
	background-color: transparent;
	margin: auto;
	padding: 20px;
	border: 1px solid #c4c4c2;
}
.rcheck p::before {
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #c4c4c2;
	margin-right: 0.4em;
	font-size: 0.93em;
	text-decoration: none;
}
.tel_contact {
	font-size: clamp(1.6rem, 1.24rem + 1.28vw, 2.2rem);
	margin-bottom: 3px;
	white-space: nowrap;
	color: #c4c4c2;
	z-index: 1;
	position: relative;
	display: block;
}
.tel_contact:hover {
	opacity: 0.6;
}
.telflex {
	max-width: 1055px;
	margin: auto;
	align-items: flex-start;
}
.telflex .contact_wrap {
	margin: 0;
}
.tel_text {
	font-size: 0.8rem;
	margin-top: 7px;
	margin-bottom: 5px;
}
.te.tel_text {
	margin-top: 5px !important;
}
.fax {
    pointer-events: none;
}
@media (max-width: 750px) {
	.te.tel_text {
		margin-bottom: 30px;
	}
}
.faxlist {
	display: flex;
	justify-content: center;
}
.faxlist p {
	margin-right: 25px;
	font-size: 0.87rem;
	margin-bottom: 0;
}
.faxlist p:last-child {
	margin-right: 0 !important;
}
@media (max-width: 760px) {
	.faxlist p {
		margin-right: 20px;
	}
}
.telmini {
	position: relative;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	font-size: clamp(1.15rem, 0.97rem + 0.64vw, 1.45rem);
	line-height: 1.5;
}
.spb {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	margin-bottom: 40px;
}
@media (max-width: 1210px) {
	.tel_text {
		text-align: left;
	}
}
@media (max-width: 750px) {
	.faxlist p {
		margin-right: 30px;
	}
	.tel_text {
		text-align: center;
	}
	.telflex .contact_wrap {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 20px;
	}
	.contact_wrap.fax {
		margin-bottom: 0;
	}
}
@media (max-width: 570px) {
	.tel_text {
		margin-bottom: 2.5px;
		text-align: left;
	}
}
@media (max-width: 490px) {
	.spb {
		margin-bottom: 20px;
	}
	.spb {
		font-size: 1.15rem;
	}
	.telmini {
		margin-bottom: 15px;
	}
}
@media (max-width: 365px) {
	.tel_text {
		margin-bottom: 10px;
	}
	.faxlist {
		display: block;
		width: 100% !important;
		margin: auto;
		margin-left: 0;
	}
	.faxlist p {
		border-bottom: 1px dotted #fff;
		margin-right: 0;
		padding-bottom: 3px;
	}
}
.tmgb {
	margin-bottom: 25px;
}
.fpdt {
	padding-top: 60px;
}
@media (max-width: 950px) {
	.fpdt {
		padding-top: 20px;
	}
}
@media (max-width: 550px) {
	.fpdt {
		padding-top: 50px;
	}
}
.tl_text {
	margin-top: 13px;
	font-size: clamp(1rem, 0.94rem + 0.2133vw, 1.1rem);
}
@media (max-width: 450px) {
	.tmgb {
		margin-bottom: 15px;
	}
	.contact_wrap {
		max-width: 100%;
		padding: 15px 0;
	}
	.tl_text {
		margin-top: 7px;
	}
}
/* メール */
.mnote {
	max-width: 920px;
	margin: auto;
	margin-top: 50px;
}
.mpdb {
	padding-bottom: 45px !important;
	margin-bottom: 0 !important;
}
@media(max-width:450px) {
	.mnote {
		font-size: 0.9rem;
		margin-top: 30px;
	}
	.mpdb {
		padding-bottom: 35px !important;
	}
}
.formsel p {
	display: inline-block;
	margin-right: 3%;
}
.formsel p:last-child {
	margin-bottom: 0;
}
.mailform {
	max-width: 1100px;
	margin: 0 auto 0;
}
@media (max-width: 850px) {
	.mailform {
		margin: 50px auto 0;
	}
}
@media (max-width: 450px) {
	.formsel p {
		font-size: 0.9rem;
		margin-right: 5%;
	}
	.mailform {
		margin-top: 0;
	}
}
.mailform .row {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last) {
	border-bottom: 0.9px dotted #fff;
}
.mailform .row div {
	text-align: left;
}
.mailform .row div:nth-child(1) {
	width: 28%;
	font-weight: 400;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2) {
	width: 70%;
	line-height: 1.5;
}
.mailform .row span {
	color: #333;
	background: #fff;
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
	font-weight: 400;
}
.mailsp {
	background: transparent !important;
	border: 1px solid #fff;
	color: #fff !important;
}
.mailform .row small {
	display: block;
	margin-top: 3px;
}
.mailform label {
	font-weight: 400;
}
.mailform .box, .mailform textarea {
	border: 1px solid #ddd;
	padding: 5px;
	width: 100% !important;
	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform button {
	display: block;
	text-align: center;
	font-size: 1rem;
	margin: 0 auto;
	white-space: nowrap;
	background-color: transparent;
	color: #c4c4c2;
	border: 1px solid #c4c4c2;
	font-weight: 400;
	padding: 1% 7%;
	transition: .4s;
}
.mailform button:hover {
	color: #111;
	background: #fff;
	opacity: 1;
}
.mailform button::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: bold;
	margin-right: 10px;
}
@media (max-width: 450px) {
	.mailform button {
		width: 65%;
		padding: 6px;
	}
	.selection small {
		font-size: 0.8rem;
	}
}
@media (max-width: 800px) {
	.mailform .row {
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1) {
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2) {
		width: 100%;
	}
}
/* メール */
.mnote {
	max-width: 910px;
	margin: auto;
	margin-top: 50px;
}
.mpdb {
	padding-bottom: 55px !important;
	margin-bottom: 0 !important;
}
@media(max-width:450px) {
	.mnote {
		margin-top: 40px;
	}
	.mpdb {
		padding-bottom: 25px !important;
	}
}
/*個人情報の取り扱いについて*/
.privacy {
	background: #000;
}
.privacy_wrap {
	font-size: clamp(1rem, 0.862rem + 0.4907vw, 1.23rem);
	margin: 0 auto;
	max-width: 1100px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.privacy_item {
	position: relative;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	padding: 0 10px;
}
.privacy_header {
	transition: ease-in-out 100ms;
	font-weight: 400;
}
.privacy_text {
	width: 100%;
	display: none;
	padding: 20px 35px 30px;
	line-height: 1.7;
	font-size: 0.95rem;
}
.privacy_text span {
	font-size: 103%;
}
@media(max-width:750px) {
	.privacy_text {
		padding: 20px 15px 30px;
	}
}
.privacy_text p {
	margin-bottom: 17px;
}
.arrow {
	transition: ease-in-out 300ms;
}
.rotate-fa {
	transform: rotate(180deg);
}
.privacy_header span {
	position: absolute;
	top: 50%;
	right: 3%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.privacy_gold {
	color: #fff;
}
