@charset "utf-8";
/*
Theme Name: 
Theme URI:
Description:
Author:atGunGun
Author URI:https://at-gungun.com/
Version:7.7
*/
/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

body {
	width: 100% !important;
	color: #333;
	line-height: 1.6;
	overflow: hidden;
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	letter-spacing: .05em;
	font-family: "Noto Sans JP", sans-serif;
}

body.open{
	height: 100vh;
}


/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: blue;
}
.red{
	color: #CC1418;
}
.green{
	color: green;
}
.yellow{
	color: yellow;
}
.black{
	color: #333;
}

.bgwh{
	background: #ffffff;
}
.bgblu{
	background: linear-gradient(to right, #165888 , #172D6B);
}
.bgbla{
	background:#333;
}
.bgred{
	background: red;
}
.bggre{
	background: green;
}
.bgyel{
	background: yellow;
}

/*リンク表示方法*/

a {
	text-decoration: none;	
}

a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:active {
	color: #333;
}

a:hover {
	opacity: 0.7;
}

a:hover img {
	opacity: 1;
}

.hLogo a:hover{
	opacity: 1;
}

:has( > .lista){
	position: relative;
}

.lista{
	position: absolute;
	left: 0;
	top:0;
	width:100%;
	height:100%;
	z-index: 1;
}

a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}

.en {
  font-family: "EB Garamond", serif;
}

.btn01{
	 font-family: "EB Garamond", serif;
	font-size: 1.4rem;
	color: #fff;
	position: relative;
}

.btn01:visited{
	color: #fff;
}

.btn01:after{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/common/arrow01.svg) no-repeat;
	height: 14px;
	width: 13px;
	top: 25%;
	right: -25px;
	transition: .5s;
}

.btn01:hover:after{
	right: -30px;
}

.btn02{
	 font-family: "EB Garamond", serif;
	font-size: 1.4rem;
	position: relative;
}

.btn02:after{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/common/arrow02.svg) no-repeat;
	height: 14px;
	width: 13px;
	top: 25%;
	right: -25px;
	transition: .5s;
}

.btn02:hover:after{
	right: -30px;
}

/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc,.pc2 {
	display: block;
}

.sp,.sp2, .spTel {
	display: none;
}

.pcTel {
	display: inline;
}


/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {
	padding: 0;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 9999;
	transition: .4s;
}

header.headerScroll{
	background: #fff;
}

.hLogo{
	max-width: 249px;
	width: 30%;
	margin-left: 40px;
}


.logo a:hover img {
	opacity: 1;
}

.headerTel {
	margin: 0 0 0 0;
	padding: 0px 0 0;
	font-weight: 900;
}

.off_img{
	display:block;
}

.on_img{
	display:none;
}

.headerScroll .off_img{
	display:none;
}

.headerScroll .on_img{
	display:block;
}

/*-----------------------------------------------------------
テーブル共通
-----------------------------------------------------------*/

table {
	border-collapse: separate;
}

th {
	background: #555;
	color: #fff;
}

td {
	background: #ddd;
	color: #555;
}


/*-----------------------------------------------------------
 nav
-----------------------------------------------------------*/

.pc_nav{
	width: 72%;
	display: flex;
	max-width: 881px;
	align-items: center;
	justify-content: flex-end;
}

.nav_list1{
	display: flex;
	justify-content: flex-end;
	/* max-width: 421px; */
	/* width: 50%; */
}

.nav_list1 li {
	margin-left:auto;
	margin: 0 45px 0 0;
}

.nav_list1 li:first-child{
	/* margin:0; */
}

.nav_list1 a {
	display: block;
	text-decoration: none;
	font-size: 1.8rem;
	/* color:#fff; */
}

.headerScroll .nav_list1 a {
	color:#111111;
}

.sns_list{
	display:flex;
	justify-content:space-between;
	/* max-width: 65px; */
	/* max-height: 27px; */
	width: 9%;
	/* margin-left: auto; */
	align-items: center;
	margin-right: 2%;
	min-width: 80px;
}

.sns_list li{
	width: 45%;
	margin: 0 8px;
	min-width: 24px;
}

.hd_link{
	/* display:flex; */
	max-width: 80px;
	width: 18%;
	/* margin-left: auto; */
}

.hd_link_btn1{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	/* max-width:160px; */
	width:100%;
	height:80px;
	font-size: 1.6rem;
	font-weight: 500;
	line-height:2;
	transition: .4s;
	background: transparent linear-gradient(139deg, #666666 0%, #111111 100%) 0% 0% no-repeat padding-box;
}

.hd_link_btn1.bgwh:hover{
	background: #dadada;
	opacity:1;
}


/*-----------------------------------------------------------
#slide
-----------------------------------------------------------*/

#modal {
	display: none;
}

/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/

#cover {
	max-width: 1920px;
	width: 100%;
	margin: 80px auto 0;
	height: 92vh;
	position: relative;
}

#cover .cov-div{
	height: 100%;
}

#cover .cov-div .mvTit{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	padding: 0 5% 0 5%;
}

#cover .cov-div  h1{
	font-size: 23rem;
	font-weight: 300;
	letter-spacing: .05em;
	line-height: 1;
	margin: -60px 0 0 0;
	text-align: right;
}

#cover .cov-div  h1 span{
	color: #c1c1c1;
}

.TextTyping span {
	display: none;
}
/*文字列後ろの線の設定*/

.TextTyping::after {
	content: "|";
	animation: typinganime .8s ease infinite;
}

@keyframes typinganime{
	from{opacity:0}
	to{opacity:1}
}

.blur{
	animation-name:blurAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
	filter: blur(10px);
	transform: scale(1.02);
	opacity: 0;
  }

  to {
	filter: blur(0);
	transform: scale(1);
	opacity: 1;
  }
}
 
.blurTrigger{
    opacity: 0;
}



.mvNews{
	position: absolute;
	bottom: 0;
	background: #666;
	color: #fff;
	padding: 30px 4% 25px 2%;
	width: 100%;
	max-width: 1000px;
}

.mvNews dl{
	display: flex;
	align-items: center;
}

.mvNews dt{margin: 0 5% 0 0;font-size: 1.4rem;width: 20%;}

.mvNews dt .date{
	border-right: 1px solid;
	margin: 0 10px 0 0;
	padding: 0 15px 0 0;
}

.mvNews dd{
	display: flex;
	width: 75%;
	justify-content: space-between;
}

.mvNews .txt{
	width: 80%;
}

#cover .subTit{
	font-size: 3.1rem;
	line-height:1.2;
	color: #666;
	font-weight: 500;
	text-align: right;
	margin: 32px 0 0 0;
}

/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/

#main {
	width: 100%;
	margin: 160px auto 0;
}

.inner{
	width: 95%;
	max-width: 1088px;
	margin: 0 auto;
}

.mainTit{
	font-size: 4rem;
	line-height: 1;
	font-weight:700;
	font-size: clamp(4rem,6vw,6rem);
	font-weight: 400;
}

.mainTit span{
	font-size: 1.6rem;
	position: relative;
	margin: -5px 0 0 60px;
	top: -13px;
}

.mainTit span:before {
  content: '';
  position: absolute;
  top: 39%;
  left: -62px;
  display: inline-block;
  width: 64px;
  height: 1px;
  background-color: black;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-43deg);
}

.mainTit.whi span:before {
  background-color: #fff;
}


.mainTit2{
	font-size: 1.8rem;
	line-height: 1;
	font-weight:500;
	font-size: clamp(1.6rem,4vw,1.8rem);
}

.mainTit2 span{

}

.subTit{
	font-size: 2.4rem;
	line-height:1.2;
	font-weight:700;
	font-size: clamp(2rem,4vw,2.4rem);
}

.content01{
	margin: 0 0 120px 0;
	background: linear-gradient(
  90deg,
  transparent 0%,
  transparent 26%,
  #F0F0F0 20%,
  #F0F0F0 100%
);
	padding: 80px 0;
}

.content01 .tit{
	text-align:right;
}

.content01 .btn02{margin-left: auto;display: flex;max-width: max-content;margin-right: 25px;}

.content01 .titArea{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.content01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 110px 0 0 0;
}

.content01 ul li{
	width: 28%;
	margin: 0 0 85px 0;
	position: relative;
}

.content01 ul li:before{
	content: "01";
	display: block;
	position: absolute;
	font-family: "EB Garamond", serif;
	font-size: 7.6rem;
	color: #fff;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #111;
	top: -55px;
	left: -24px;
}

.content01 ul li:nth-of-type(2):before{
	content: "02";
}

.content01 ul li:nth-of-type(3):before{
	content: "03";
}

.content01 ul li:nth-of-type(4):before{
	content: "04";
}

.content01 ul li:nth-of-type(5):before{
	content: "05";
}

.content01 ul li:nth-of-type(6):before{
	content: "06";
}

.content01 .box{
	margin: 24px 0 0 0;
}

.content01 .box h3{
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
	margin: 0 0 15px 0;
}

.content01 .box  span{
	font-size: 1.4rem;
	color: #666;
	margin: 0 0 25px 0;
	display: block;
}

.content01 p{
    margin: 40px 0 0;
    font-size: 1.8rem;
}

.content02{
	background: url(./img/top/cotent02_bg.jpg) top center no-repeat #fff;
	padding: 80px 0;
}

.content02 .mainTit{
	color: #fff;
}

.content02 .box{
	background: #fff;
	margin: 50px 0 0;
	padding: 5%;
	box-shadow: 0px 0px 20px #00000029;
}

.content02 h3{
	font-size: 3.2rem;
	text-align: center;
	position: relative;
	margin: 0 0 50px 0;
}

.content02 h3:after{
	content: "";
	display: block;
	position: absolute;
	background: #c1c1c1;
	height:1px;
	width: 50px;
	left: 0;
	right: 0;
	bottom: -23px;
	margin: 0 auto;
}

.content02 .txt{
	text-align: center;
}

.content02 .btn02{
	text-align: center;
	display: table;
	justify-content: center;
	margin: 50px auto 0;
	font-size: 1.8rem;
}

.content02 .btn02:before{
	content: "";
	display: block;
	position: absolute;
	background: #111;
	width: 136%;
	height: 1px;
	bottom: -7px;
}

.loopSlide{
	display: flex;
	width: 100vw;
	height: 200px;
	overflow: hidden;
}

.loopSlide .img{
	display: flex;
}

@keyframes slide1 {
	0% {
		transform: translateX(100%);
	}
	to {
		transform: translateX(-100%);
	}
}
@keyframes slide2 {
	0% {
		transform: translateX(0);
	}
	to {
		transform: translateX(-200%);
	}
}

.loopSlide img{
	  width: auto;
    height: 100%;
}

.loopSlide img:first-child{
	 animation: slide1 60s -30s linear infinite;
}

.loopSlide img:last-child{
	 animation: slide2 60s linear infinite;
}

.bnrArea .inner{
	display: flex;
}

.bnrArea{
	background: linear-gradient(
  transparent  0%,
  transparent  50%,
  #F0F0F0  50%,
  #F0F0F0 100%);
}

.bnrArea .box{
	width: 50%;
	background: transparent linear-gradient(139deg, #666666 0%, #111111 100%) 0% 0% no-repeat padding-box;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: baseline;
	padding: 0 0 0 11%;
}

.bnrArea .box .mainTit{
	margin: 0 0 50px 0;
}

.bnrArea .btn01{
	font-size: 1.8rem;
}

.bnrArea .btn01:before{
	content: "";
	display: block;
	position: absolute;
	background: #fff;
	width: 136%;
	height: 1px;
	bottom: -7px;
}

.bnrArea .img{
	width: 50%;
}

/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/

footer {
	/* margin: 50px auto 0; */
	padding: 70px 0 0;
	background: #F0F0F0;
}

footer .logo {
	/* width: 243px; */
	/* margin: 0 auto; */
	text-align: left;
}

footer .inner {
	padding: 0;
	text-align: center;
	/* max-width: 100%; */
	/* width: 100%; */
}

footer .flex{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #C1C1C1;
	padding: 0 0 45px 0;
	align-items: center;
}

footer .right a{
	display: flex;
	width: 160px;
	background: #fff;
	border: 1px solid #111;
	padding: 7% 2%;
	justify-content: center;
	align-items: center;
}

footer .right a:first-child{
	background: transparent linear-gradient(139deg, #666666 0%, #111111 100%) 0% 0% no-repeat padding-box;
	color: #fff;
	margin: 0 0 10px 0;
}

footer .right a img{
	margin: 0 10px 0 0;
}

footer ul {
	margin: 30px 0 0;
}

footer ul + ul {
	margin: 5px 0 0;
}

footer ul li {
	display: inline-block;
}

footer ul li:first-child a{
	margin: 0;
	padding: 0;
}

footer ul li a {
	margin: 0 0 0 23px;
	/* font-size: 12px; */
	/* border-left: 1px solid #fff; */
}

footer ul li:first-child a {
    border: none;
} 

footer .bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 0 50px;
}

footer .bottom .sns a{
	width: 26px;
	display: inline-block;
	margin: 0 11px 0 0;
}

.copyright {
	/* background: #333; */
	color: #666;
	text-align: center;
	/* padding: 15px 0; */
	font-size: 1.2rem;
}



/* 全ページ共通クラス
----------------------------------------------------------- */

/*--- パンくず ---*/

.pankuzu {
    /* width: 95%; */
    margin: 0 auto;
    font-size: 12px;
    padding: 16px 0 0;
    /* max-width: 1080px; */
}

.mvf.pankuzu {
    width: 95%;
    margin: 0 auto;
    font-size: 12px;
    padding: 16px 0 0;
    max-width: 1088px;
}

.pankuzu li {
    margin: 0 0 0 10px;
    display: inline;
}

.pankuzu li:first-child {
    margin: 0;
}

.pankuzu li a {
    margin: 0 10px 0 0;
    /* color: #F44336; */
}

/*--- ページトップ ---*/
#pageTop {
	position: fixed;
	bottom: 200px;
	right: 25px;
	z-index: 9999;
}


/* -- お問い合わせ -- */

input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.choose_list1 > li {
	width: 200px;
	margin: 0 0 0 10px;
	float: left;
}

.choose_list1 > li:first-child {
	margin: 0;
}

.choose_list1 {
	width: 410px;
	margin: 20px auto;
}

.contact_tb td span {
	margin: 9px 0 0;
	display: block;
}

.clearForm,
.clearForm2,
.toHome {
	width: 200px;
	padding: 15px 5px;
	cursor: pointer;
	outline: 0;
	background: none;
	color: #fff !important;
	font-size: 100%;
	border: none;
	font-weight: bold;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
}

.clearForm:hover,
.clearForm2:hover,
.toHome:hover {
	background: #777;
	color: #FFF;
}

.toHome {
	margin: 50px auto 0 !important;
	text-decoration: none;
	display: block;
	text-align: center;
}


#zip1, #zip2 {
	width: 150px;
}

#city, #pref, #add {
	width: 580px;
	margin: 2px 0 0 10px;
}

#add {
    margin: 2px 0 0 40px;
}

textarea {
	padding: 10px 5px;
	height: 200px;
	width: 100%;
}

input,
textarea,
button,
select,
option {
	outline: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select{
	height: 50px;
	padding: 5px;
	width: 100%;
}

#sales{
	width: 90%;
	margin: 0 10px 0 0;
}
td.sale span {
    display: inline-block;
}

input[type="radio"] {
	margin: 0 2px 0 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select,
option {
	background: #F0F0F0;
	border: none;
}

button {
	border: none;
	outline: none;
	background: none;
}

.form_notice1 {
	font-size: 85.714%;
	display: block;
	margin: 5px 0 0;
}

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

.modification {
	width: 221px;
	float: left;
	margin: 0 0 0 246px;
}

.send_bt {
	width: 221px;
	float: right;
	margin: 0 245px 0 0;
}

.error_style {
	color: #FF0000;
	display: block;
	margin: 8px 0 0;
}

.contact_tb {
	width: 1000px;
	margin: 0 auto;
}

.contact_tb th {
	width: 250px;
	text-align: left;
	position: relative;
	line-height: 1.4;
}

.contact_tb th, .contact_tb td {
	padding: 13px 10px 10px 20px;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.contact_tb th em {
	color: #F00;
	padding: 2px 5px;
	margin-left: 5px;
	right: 10px;
	font-size: 85.714%;
}


/*-- エラーチェック --*/

.formError {
	top: 20px !important;
	left: 40px !important;
}

.zip2formError {
	left: 220px !important;
}

.prefformError, .cityformError, .addformError {
	top: 0 !important;
	left: 80px !important;
}

.zip1 label {
	position: relative;
}


/*-- 送信前ダイアログ --*/

.ui-dialog {
    margin: auto;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
}

.ui-corner-all.ui-button-text-only:focus {
	color: #737373;
    background: #fff;
    outline: none;
    border-color: #ccc;
}

.ui-corner-all.ui-button-text-only:hover {
    color: #fff;
    background: #555;
    outline: none;
    border-color: #ccc;
    transition: .3s;
}

.ui-widget-header {
    background: #555 !important;
    border-color: #555 !important;
}

.ui-dialog .ui-dialog-content,
.ui-button-text-only .ui-button-text {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}


/* TOP
----------------------------------------------------------- */

/*-- メインヴィジュアル スライダー --*/

.bx-wrapper {
	margin: 0 0 20px !important;
	position: relative;
}

.bx-controls-direction {
	width: 100%;
	position: absolute;
	top: 50%;
}

.bx-controls-direction a {
	width: 32px;
	height: 32px;
	margin: -16px 0 0;
	position: absolute;
	top: 50%;
	z-index: 9999;
	outline: 0;
	text-indent: -9999px;
}

.bx-prev {
	left: 1% !important;
	background: url(././img/prev.png) no-repeat 0 0;
	background-size: contain;
}

.bx-next {
	right: 1% !important;
	background: url(././img/next.png) no-repeat 100% 0;
	background-size: contain;
}


/*-- スクロールバーデザイン --*/

.scroll-pane {
	width: 100% !important;
	height: 300px; /*箱の高さ*/
	margin: 40px auto 0;
	overflow-y: auto;
}

.scroll-pane:focus {
	outline: none;
}

.jspContainer {
	width: 100% !important;
	overflow: hidden;
	position: relative;
}

.jspPane {
	width: 100% !important;
	position: absolute;
}

.jspVerticalBar {
	width: 20px;
	position: absolute;
	top: 0;
	right: -5px;
}

.jspArrowUp, .jspArrowDown {
	margin : 0;
	padding: 0;
	display: block;
	cursor : pointer;
	/* background: url(./img/scroll_top.png) no-repeat center; */
}

.jspArrowDown {
	background: url(./img/scroll_bottom.png) no-repeat center;
}

.jspTrack {
	/* background: url(././img/scroll_bg1.png) repeat-y; */
	position: relative;
	background-position: center;
}

.jspDrag {
	width: 4px;
	margin: 0 auto;
	background: #6b6b6b;
	position: relative;
	cursor: pointer;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.jspArrow.jspDisabled {
	cursor: default;
}

.jspVerticalBar .jspArrow {
	height: 20px;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}




/*-----------------------------------------------------------
 中ページ
-----------------------------------------------------------*/


.article #cover {
	max-width: 1088px;
	width: 90%;
	margin: 80px auto 0;
	height: 14vh;
	position: relative;
}

.article #cover h1{
	font-size: 6.4rem;
	font-weight: 500;
}

.article #main {
	width: 100%;
	margin: 80px auto 0;
}

.artTIt{
	font-size: 3.2rem;
	margin: 0 0 30px 0;
}

/* service
----------------------------------------------------------- */
.content01.ser01{
	background: none;
}

.ser02 .imgTit{
	width: 90%;
	max-width: 1504px;
	margin: 0 0 0 auto;
	position: relative;
}

.ser02 .imgTit .img{
	text-align: right;
	margin: 0 0 0 0;
	position: relative;
}

.ser02 .imgTit .img:after{
	content: "media";
	display: block;
	position: absolute;
	font-family: "EB Garamond", serif;
	font-size: 16rem;
	bottom: -113px;
	line-height: 1;
}

.ser02 .imgTit .tit{
	font-size: 16rem;
	line-height: 1;
	position: absolute;
	bottom: 40px;
	display: none;
}

.ser02 .imgTit .pankuzu{
	margin: 130px 0 0 0;
}

.ser02 .inner{
	margin: 100px auto;
}

.ser02 .work01{
	background: url(./img/service/ser01_bg.png) top center;
	background-size: cover;
	padding: 95px 0;
}

.ser02 .work01 .inner{
	margin: 0 auto;
}

.ser02 .work01 dl{
	display: flex;
	justify-content: space-between;
	margin: 60px 0 0 0;
}

.ser02 .work01 dt{
	width: 50%;
}

.ser02 .work01 dd{
	width: 43%;
}

.ser02 .work01 dd h3{
	font-size: 2.4rem;
	border-bottom: 1px solid #c1c1c1;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

.ser02 .work01 .box{
	background: #fff;
	padding: 7%;
	margin: 55px 0 0 0;
	box-shadow: 0px 0px 20px #00000027;
}

.ser02 .work01 .box > h3{
	font-size: 6.4rem;
	font-weight: 500;
	display: flex;
	align-items: center;
	line-height: 1;
	border-bottom: 1px solid #c1c1c1;
	margin: 0 0 35px 0;
	padding: 0 0 36px 0;
}

.ser02 .work01 .box > h3 span{
	font-size: 1.6rem;
	font-family: "Noto Sans JP", sans-serif;
	margin: 0 0 0 20px;
}

.ser02 .work01 .txtBox{
	display: flex;
	margin: 0 0 0 0;
	justify-content: space-between;
}

.ser02 .work01 .txtBox .left{
	width: 44.5%;
}

.ser02 .work01 .txtBox .left h4{
	font-size: 2.4rem;
}

.ser02 .work01 .txtBox .right{
	width: 44.5%;
}

.ser02 .work01 .box a{
	display: flex;
	width: 90%;
	max-width: 200px;
	background: #fff;
	border: 1px solid #111;
	padding: 20px 3%;
	justify-content: center;
	align-items: center;
	background: transparent linear-gradient(139deg, #666666 0%, #111111 100%) 0% 0% no-repeat padding-box;
	color: #fff;
	margin: 40px auto 0;
}

.ser02 .work01 .left .txt p{
	margin: 22px 0 0 0;
}

.ser02 .work01 .box02{
margin: 100px 0 0;
}

.ser02 .work01 .box02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ser02 .work01 .box02 li{
	width: 22%;
	margin: 0 0 27px 0;
}

.ser02 .work01 .box02  h4{
	font-size:2.4rem;
	border-bottom: 1px solid #c1c1c1;
	margin: 0 0 35px 0;
	padding: 0 0 20px 0;
}

.ser02 .work01 .box02  h4 img{
	
margin: 0 10px 0 0;
}

.ser02 .work01 .box02 p{
	font-weight: 600;
	margin: 15px 0 10px 0;
}

.ser02 .work01 .box02 .btn02{
}

.ser02 .plan01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ser02 .plan01 h3{
	font-size: 2.4rem;
	margin: 45px 0 50px 0;
}

.ser02 .plan01 ul li{
	display: flex;
	width: 14%;
	position: relative;
}

.ser02 .plan01 ul li:before{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/service/paln_arrow.svg);
	width: 12px;
	height: 15px;
	top: 28%;
	left: -24px;
}

.ser02 .plan01 ul li:first-child:before{
	display: none;
}

.ser02 .plan01 ul li:nth-of-type(4){
	width: 29%;
	justify-content: space-between;
}

.ser02 .plan01 li .img{
	background: #F0F0F0;
	width: 100%;
	display: block;
	text-align: center;
	padding: 11% 8% 8% 8%;
	margin: 0 0 11px 0;
	position: relative;
}

.ser02 .plan01 li .img h4{
	margin: 12px 0 0 0;
	min-height: 53px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ser02 .plan01 .box{
width: 100%;
	}

.ser02 .plan01 ul li:nth-of-type(4) .box{
	width: 49%;
}

.ser02.ser03 .imgTit .img:after{
	content: "sns";
}

.ser02.ser04 .imgTit .img:after{
	content: "system";
}

.ser02.ser03 .planBox{
	display: flex;
	justify-content: space-between;
}

.ser02.ser03 .box{
	width: 48%;
	background: #F0F0F0;
	padding: 2%;
}

.ser02.ser03 .tit{
	text-align: center;
	border-bottom: 1px solid #c1c1c1;
	padding: 0 0 25px 0;
	margin: 0 0 32px 0;
}

.ser02.ser03 h4{
	font-size: 3.2rem;
	font-weight: 500;
}

.ser02.ser03 dt{
	font-size: 1.8rem;
	font-weight: 600;
	margin: 0 0 10px 0;
}

.ser02.ser03 dt img{
	
margin: 0 7px 0 0;
}

.ser02.ser03 dd{
	margin: 0 0 23px 0;
	font-size: 1.4rem;
}

.ser02.ser03 dd ul{display: flex;flex-wrap: wrap;}

.ser02.ser03 dd li{
    width: 49.5%;
    font-size: 1.4rem;
}

.ser02.ser03 h3,.ser02.ser04 h3{
	font-size: 2.4rem;
	margin: 30px 0 35px 0;
}

.ser02.ser04 .inner ul{
	display: flex;
	justify-content: space-between;
}

.ser02.ser04 .inner li{
	width: 31%;
	background:#F0F0F0;
	font-size: 1.4rem;
	padding: 3%;
}

.ser02.ser04 .inner .tit{
	text-align: center;
	border-bottom: 1px solid #c1c1c1;
	padding: 0 0 15px 0;
	margin: 0 0 17px 0;
}

.ser02.ser04 .inner .tit h4{
	font-size: 3.2rem;
	font-weight: 500;
}

.ser05{
	background: url(./img/service/ser05_bg.png) top center/cover;
	color: #fff;
	padding: 100px 0;
}

.ser05 .inner > p{
	margin: 40px 0 0 0;
}

.ser05 .conBox{
	margin: 50px 0 0 0;
}

.ser05 .conBox .top,.ser05 .conBox .btm{
	width: 90%;
	max-width: 405px;
	background: #fff;
	color: #333;
	text-align: center;
	margin: 0 auto;
	font-size: 1.8rem;
	padding: 20px 1%;
	font-weight: 700;
}

.ser05 .conBox .top span{
	font-size: 1.4rem;
}

.ser05 .conBox .center{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 45px 0;
}

.ser05 .conBox  dl{
	width: 43%;
	background: #fff;
	color: #333;
	padding: 3%;
	position: relative;
}

.ser05 .conBox  dl:before{
	content: "";
	display: block;
	position: absolute;
	background: #fff;
	width: 1px;
	height: 100%;
	right: 80px;
	top: -45px;
}

.ser05 .conBox  dl:nth-of-type(2):before{
	right: auto;
	top: -45px;
	left: 80px;
}

.ser05 .conBox  dl:after{
	content: "";
	display: block;
	position: absolute;
	background: #fff;
	width: 1px;
	height: 100%;
	right: 80px;
	bottom: -45px;
}

.ser05 .conBox  dl:nth-of-type(2):after{
	right: auto;
	bottom: -45px;
	left: 80px;
}

.ser05 .conBox  dt{
	text-align: center;
	font-weight: 600;
	font-size: 1.8rem;
	margin: 0 0 9px 0;
	z-index: 999;
	position: relative;
}

.ser05 .conBox dd{
	font-size: 1.4rem;
	position: relative;
	z-index: 999;
}

/* お知らせ
----------------------------------------------------------- */
.news01{
	margin: 100px 0;
}

.news01 .tag a{
	display: inline-block;
	border: 1px solid;
	padding: 3px 10px;
	font-size: 1.2rem;
}

.news01 .tag a.active{
	background: #111;
	color: #fff;
}

.news01 .inner > ul{
	margin: 60px 0 35px 0;
}

.news01 .mvNews{
	position: static;
	color: #333;
	background: #F0F0F0;
	margin: 0 0 15px 0;
}

.news01 .mvNews.kijiBox{
	background: none;
	padding: 0;
	margin: 40px 0 64px 0;
	max-width: 100%;
}

.news01 .mvNews.kijiBox dl,.news01 .mvNews.kijiBox dd{
	flex-direction: column;
	align-items: baseline;
	width: 100%;
}

.news01 .mvNews.kijiBox .txt{
	font-size: 2.4rem;
	font-weight: 600;
	border-bottom: 1px solid #ccc;
	margin: 15px 0 35px 0;
	padding: 0 0 25px 0;
	width: 100%;
}

.news01 .back{
	display: inline-flex;
	align-items: center;
	border-bottom: 1px solid;
}

.news01 .back img{
	
margin: 0 8px 0 0;
}

.pager  ul.pagination {
	text-align: center;
	margin: 0;
	padding: 0;
}

.pager .pagination li {
	display: inline;
	margin: 0 2px;
	padding: 0;
	display: inline-block;
	/* background:#9D50BB; */
	width: 50px;
	height: 50px;
	text-align: center;
	position: relative;
	border: 1px solid #ccc;
}

.pager .pagination .next span,.pager .pagination .pre span{
	font-size: 2rem;
}

.pager .pagination li a{
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display:table;
	color: #111;
	text-decoration: none;
}

.pager .pagination li a span{
	display:table-cell;
	vertical-align:middle;
}
.pager .pagination li a:hover,
.pager .pagination li a.active{
	color: #fff;
	background: #111;
}

/* about
----------------------------------------------------------- */
.about01{
	margin: 0 0 100px 0;
}

.about01 table{
	margin: 100px 0 0 0;
	width: 100%;
}

.about01 th{
	background: #fff;
	color: #333;
	border-top: 1px solid #ccc;
	text-align: left;
	width: 20%;
	padding: 0 2% 0 0;
}

.about01 td{
	background: #fff;
	color: #333;
	border-top: 1px solid #ccc;
	padding: 30px 0;
	width: 78%;
}

.about01 td a{
	text-decoration: underline;
}

.about01 tr:first-child th,.about01 tr:first-child td{
	border: none;
}

.about01 iframe{
	display: block;
	width: 100%;
	height: 300px;
	margin: 20px 0 0 0;
}

/* beauty products
----------------------------------------------------------- */
.beauty01{
	
margin: 0 0 100px 0;
}


.content01.beauty02 ul li{
	margin: 0 0 0 0;
}

.beauty03{
	background: url(./img/beauty/beauty03_bg.png) top center /cover;
	padding: 100px 0;
}

.beauty03 .mainTit{
	color: #fff;
}

.beauty03 ul{
	display: flex;
	justify-content: space-between;
	margin: 65px 0 0 0;
}

.beauty03 li{
	background: #fff;
	width: 22.2%;
	padding: 2%;
	position: relative;
}

.beauty03 li:before{
	content: "01";
	display: block;
	position: absolute;
	font-family: "EB Garamond", serif;
	font-size: 6rem;
	color: #fff;
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: #111;
	top: -55px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}

.beauty03 li:nth-of-type(2):before{
	content: "02";
}

.beauty03 li:nth-of-type(3):before{
	content: "03";
}

.beauty03 li:nth-of-type(4):before{
	content: "04";
}

.beauty03 dt{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 64px;
}

.beauty03 dd h4{
	font-size: 2.4rem;
	line-height: 1.3;
	min-height: 63px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.beauty03 dd p{
	margin: 9px 0 0 0;
}

.beauty04{
	padding: 100px 0;
}

.beauty04 ul{
	margin: 50px 0 0 0;
}

.beauty04 ul{
	border-top: 1px solid #111;
}

.beauty04 li{
	border-bottom: 1px solid #111;
	position: relative;
	padding: 0 2%;
}

.beauty04 dt{
	display: flex;
	align-items: center;
	width: 93%;
	font-weight: 600;
	padding: 25px 0 25px 0;
	transition: .5s;
}

.beauty04 dt:before{
	content: "";
	display: block;
	position: absolute;
	height: 24px;
	width: 2px;
	background: #111;
	right: 20px;
	top: 26px;
	transition: .3s;
}

.beauty04 dt:after{
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 24px;
	background: #111;
	right: 9px;
	top: 37px;
}

.beauty04 .open dt:before{
	transform: rotate(90deg);
}

.beauty04 dd{
	display: flex;
	align-items: center;
	padding: 0 0 25px 0;
}

.beauty04 dt span{
	background: #111;
	border: 1px solid #111;
	width: 32px;
	display: flex;
	height: 32px;
	color: #fff;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	margin: 0 2% 0 0;
}

.beauty04 dd span{
	background: #fff;
	border: 1px solid #111;
	width: 32px;
	display: flex;
	height: 32px;
	color: #111;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
}

.beauty04 dd .txt{
	width: 95%;
	margin-left: 2%;
}

/* M&A
----------------------------------------------------------- */
.manda01{
	margin: 0 0 80px 0;
}

.manda02{
	background: #F0F0F0;
	padding: 100px 0;
}

.manda02 ol{
	width: 90%;
	max-width: 880px;
	margin: 60px auto 0;
}

.manda02 ol li:first-child:after{
	content: "";
	display: block;
	position: absolute;
	width: 95px;
	height: 95px;
	background: url(./img/ma/ma01_fuki01.png) no-repeat;
	right: -65px;
	margin: 0 auto;
	top: -73px;
}

.manda02 ol li:last-child:after{
	content: "";
	display: block;
	position: absolute;
	width: 95px;
	height: 95px;
	background: url(./img/ma/ma01_fuki02.png) no-repeat;
	right: -64px;
	margin: 0 auto;
	top: -47px;
}

.manda02 li{
	width :100%;
	margin: 0 0 36px 0;
	position: relative;
}

.manda02 li:before{
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 12px;
	background: url(./img/ma/ma01_arrow.svg) no-repeat;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -24px;
}

.manda02 li:first-child:before{
	display: none;
}

.manda02 .list{
	display: flex;
}

.manda02 .box{
	display: flex;
}

.manda02 .num{
	background: #111;
	color: #fff;
	width: 10%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 4rem;
}

.manda02 .box{
	background: #fff;
	width: 90%;
	padding: 3% 2%;
	display: flex;
	align-items: center;
}

.manda02 .box .txt{
	display: flex;
	justify-content: space-between;
	width: 100%;
	font-size: 2.4rem;
	font-weight: 600;
	align-items: center;
}

.manda02 .box .txt p{
	margin: 0 0 0 13px;
}

.manda02 .box .txt a{
	display: flex;
	width: 90%;
	max-width: 200px;
	background: #fff;
	border: 1px solid #111;
	padding: 12px 3%;
	justify-content: center;
	align-items: center;
	background: transparent linear-gradient(139deg, #666666 0%, #111111 100%) 0% 0% no-repeat padding-box;
	color: #fff;
	font-size: 1.4rem;
}

.manda02 .imgBox{
	text-align: center;
	position: relative;
	margin: 34px 0 0 0;
}

.manda02 .imgBox img{
	position: relative;
	z-index: 9;
}

.manda02 .imgBox:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background: #111;
	bottom: 46px;
}
.manda02 .imgBox .img:after{
	content: "";
	display: block;
	position: absolute;
	width: 2px;
	height: 11px;
	background: #111;
	bottom: 47px;
}

.manda02 .imgBox .img:before{
	content: "";
	display: block;
	position: absolute;
	width: 2px;
	right: 0;
	height: 11px;
	background: #111;
	bottom: 47px;
}

.manda03{
	padding: 100px 0;
}

.manda03 .mainTit02{
	text-align: center;
}

.manda03 .mainTit02 p{
	font-weight: 600;
	font-size: 1.8rem;
	margin: 35px 0;
}

.manda03 .mainTit02 h2{
	font-size: 6.4rem;
	font-weight: 500;
	line-height: 1.2;
}

.formArea{
	
margin: 60px 0 0 0;
}

.formArea table th{
	background: #fff;
	color: #333;
	text-align: left;
	border-bottom: 1px solid #c1c1c1;
	width: 25%;
	vertical-align: top;
	padding: 30px 0 30px 2%;
}

.formArea table td{
	background: #fff;
	padding: 30px 0 30px 2%;
	border-bottom: 1px solid #c1c1c1;
	width: 75%;
}

.formArea table tr:last-child th,.formArea table tr:last-child td{
	border-bottom: none;
}

.f-date{
	display: flex;
	align-items: center;
	margin: 0;
}

.atn{
	font-weight: 600;
	margin: 14px 0 0 0;
}

.contact_tb .f-date span{
	margin: 0 9px 0 0;
}

.contact_tb .f-date:first-child input{
	background: #F0F0F0;
	border: none;
	margin: 0 0 10px 0;
}

.contact_tb .f-date input{
	width: 300px;
	height: 50px;
		border: 1px solid #C1C1C1;
}

.contact_tb .secand th,.contact_tb .secand td{
	border-bottom: none;
	padding-bottom: 4px;
}

.contact_tb .f-date  input[tyepe="month"]{
	
}

.pri_div{
	padding: 26px 4% 0;
	height: 202px;
	overflow-y:scroll;
	margin: 74px auto 36px;
	background: #fff;
	-ms-overflow-style: none;
	scrollbar-width: none;
	border: 1px solid #CCCCCC;
	width: 100%;
}

.pri_div::-webkit-scrollbar{
	display: none;
}

.pri_div .text1{
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom:24px;
}

.pri_div .text1 span{
	display:block;
	border-bottom:1px solid #cccc;
	padding-bottom:10px;
	margin-bottom:14px;
}

.pri_div h3{
	font-size: 1.8rem;
	line-height: 1.45;
	margin-bottom: 22px;
}

.pri_div dt{
	font-size: 1.4rem;
	line-height: 1.5;
}

.pri_div dd{
	font-size: 1.4rem;
	line-height: 1.5;
	margin-bottom:24px;
}

.pri_div dd p.matop{
	margin-top:24px;
}

.privacy_area{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom: 35px;
}

.privacy_area label{
	display:flex;
	align-items: center;
	font-size: clamp(1.8rem,4vw,2rem);
	font-weight: 400;
}



.privacy_area input{
	width: 26px;
	height: 26px;
	border: 1px solid #ccc;
	border-radius: 0;
	accent-color: #ccc;
	margin-right: 17px;
}

.send_btn{
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 56px;
background: transparent linear-gradient(139deg, #666666 0%, #111111 100%) 0% 0% no-repeat padding-box;
	color: #fff;
	/* border-radius:55px; */
	position:relative;
}

.send_btn:before{
	content: '';
	width: 52px;
	height: 52px;
	position: absolute;
	right: 4%;
	top: 0px;
	bottom:0;
	margin:auto;
	background:url(./img/contact/btn.svg)no-repeat;
	background-size:contain;
}

.send_btn:hover{
	opacity:0.7;
}

/* リクルート
----------------------------------------------------------- */
.recruit02{
margin: 100px 0;}

.recruit02 .inner > p{
font-size: 2.4rem;
font-weight: 600;
margin-top: 50px;
}

.recruit02 ul{
	margin-top: 55px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.recruit02 li{
	width: 30.5%;
}

.recruit02 .name{
	margin: 10px 0 15px 0;
}

.recruit02 .name span{
	display: inline-block;
	border: 1px solid;
	padding: 3px 8px;
	font-size: 1.2rem;
	margin: 0 0 2px 0;
}

.recruit02 .name dt{
	font-size: 2.4rem;
	font-weight: 600;
}

.recruit02 .name dd{
	color: #666;
	font-size: 1.4rem;
}

.recruit03{
	background: #F0F0F0;
	padding: 100px 0;
}

.recruit03 ul{
	display: flex;
	margin: 50px 0;
}

.recruit03 li{
	display: inline-block;
	background: #fff;
	border: 1px solid #111;
	min-width: 150px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
	margin: 0 10px 0 0;
	padding: 15px 2%;
}

.recruit03 li.active{
	background: #111;
	color: #fff;
}

.recruit03 .box{
	background: #fff;
	
}

.recruit03 .box table{
	width: 90%;
	margin: 0 auto;
	max-width: 880px;
	padding: 100px 0;
}

.recruit03 .box table th{
	background: #fff;
	color: #333;
	text-align: left;
	border-bottom: 1px solid #c1c1c1;
	width: 25%;
}

.recruit03 .box table td{
	background: #fff;
	padding: 30px 0 30px 2%;
	border-bottom: 1px solid #c1c1c1;
	width: 75%;
}

.recruit03 .box table tr:last-child th,.recruit03 .box table tr:last-child td{
	border-bottom: none;
}

.recruit04{
	padding: 100px 0;
}

.recruit04 .mainTit02{
	text-align: center;
}

.recruit04 .mainTit02 h2{
	font-size: 6.4rem;
	font-weight: 500;
	line-height: 1.2;
}

/* プライバシーポリシー
----------------------------------------------------------- */

.privacy dl {
	margin: 30px 0 0;
}

.privacy dt {
	margin: 20px 0 0;
	padding: 0 5px;
	display: inline-block;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
}

.privacy dt:first-child {
	margin: 0;
}

.privacy dd {
	font-size: 14px;
	margin: 10px 10px 0;
}




/* 会社概要
----------------------------------------------------------- */

.company table {
	width: 1000px;
	margin: 30px auto 0;
}

.company th {
	width: 170px;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #fff;
}

.company td {
	width: 470px;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #fff;
}

.company iframe {
	width: 1000px;
	height: 280px;
	margin: 30px auto 0;
}


/* wordpress 記事 */
.detail_area img{
	margin-bottom:64px;
}

.detail_area p{
	margin-bottom:24px;
	font-size: clamp(1.5rem,2.3vw,1.8rem);
	line-height:2;
	letter-spacing:0.05em;
}

.detail_area h2{
	margin-bottom:24px;
	font-size: clamp(2.4rem,3vw,3.2rem);
	line-height:2;
	letter-spacing:0.05em;
}

.detail_area h3{
	margin-bottom:24px;
	font-size: clamp(1.8rem,2.3vw,2.4rem);
	line-height:2;
	letter-spacing:0.05em;
}

.detail_area h4{
	margin-bottom:24px;
	font-size: clamp(1.6rem,2.3vw,1.8rem);
	line-height:2;
	letter-spacing:0.05em;
}
.rad_flex{
	display:flex;
	align-items:center;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.rad_flex label{
	margin-right: 4.7%;
	display: flex;
	align-items: center;
}
.contact_tb td .rad_flex label span {
    margin: 0;
    /* display: block; */
}
.rad_flex label:last-child{
	margin-right:0px;
}
/*-- 固定ここまで --*/


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 1921px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1921px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


	

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	
#cover .cov-div  h1{
	font-size: 15vw;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
	
	
		


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

img {
	width: auto;
	max-width: 100%;
	height: auto;
}



/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {
}


.headerAdd {
	width: 45%;
	margin: 0 0 0 1%;
	font-size: 90%;
}

.headerTel {
	height: auto;
	margin: 0 0 0 0%;
}






/* 全ページ共通クラス
----------------------------------------------------------- */


/* トップページ
----------------------------------------------------------- */

.mvNews {
	/* width: 90%; */
}

.mvNews dl{
	flex-direction: column;
	align-items: baseline;
}

.mvNews dt{
	margin: 0 010px 0;
	width: 100%;
}

.mvNews dd .txt{
			width: 85%;
}


/* 中ページ
----------------------------------------------------------- */

.leadTxt {
	padding: 20px 2%;
	font-size: 100%;
}

.privacy dt {
	padding: 0 1%;
}

.privacy dd {
	margin: 10px 2%;
}

.company table {
	width: 100%;
}

.company th {
	width: 30%;
	padding: 10px 2%;
	border-bottom: 1px solid #fff;
}

.company td {
	padding: 10px 2%;
	border-bottom: 1px solid #fff;
}

.company iframe {
	width: 100%;
}

.listUl {
	width: 100%;
	margin: 30px auto 0;
}

.listUl li {
	width: 31.3%;
	margin: 0 1%;
}


/*-- お問い合わせ --*/

.clearForm,
.clearForm2 {
	width: 96%;
	padding: 15px 2%;
}

.contact_tb {
	width: 98%;
}

.contact_tb th {
	width: 30%;
	padding: 13px 2% 10px;
	font-size: 80%;
}

.contact_tb td {
	padding: 13px 2% 10px;
	font-size: 80%;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.choose_list1 > li {
	width: 48%;
	margin: 0 0 0 2%;
}

.choose_list1 > li:first-child {
	margin: 0;
}

.choose_list1 {
	width: 60%;
	margin: 20px auto;
}

#zip1, #zip2 {
	width: 40%;
}

#city, #pref {
	width: 86%;
	margin: 2px 0 0 2%;
}

#add {
	width: 86%;
	margin: 2px 0 0 6.3%;
}

/*-- エラーチェック --*/

.formError {
	top: 20px !important;
	left: 10% !important;
}

.zip2formError {
	left: 54% !important;
}

.prefformError, .cityformError, .addformError {
	top: 30px !important;
	left: 10% !important;
}

.ui-dialog {
	width: 80% !important;
}

.mvNews dd{
	display: flex;
	width: 95%;
	justify-content: space-between;
}

.beauty03 dd h4{
	font-size: 1.8rem;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1000px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc {
	display: none;
}

.sp {
	display: block;
}

nav li a {
	font-size: 1.5rem;
}


.contact_tb th {
	font-size: 70%;
}

a[href*="tel:"] {
	pointer-events: initial;
	cursor: pointer;
	text-decoration: none;
	}



/* ヘッダー
----------------------------------------------------------- */
header{
	padding: 20px 5%;
}
	
.hLogo{
	margin-left: 0px;
}

.telBtn {
	width: 35%;
	line-height: 1;
	margin: 3px 11% 0 0;
	font-size: 4rem;
}

.headerUl{
	display: flex;
	width: 30%;
	justify-content: flex-end;
}

.headerUl .sns01{
	margin: 0 10px;
	max-width: 21px;
	min-width: 21px;
}

.menuBtn {
	/* width: 35%; */
	display: flex;
	align-items: center;
	justify-content: center;
}


/*--- modal ---*/

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 36px;
  height: 24px;
  z-index: 9999;
  margin: 0 0 0 25px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span,
.headerScroll .menu-trigger span{
	background:#111;
}
	
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

.menu-trigger.active span{
	background: #fff;
}

/*gnav*/
.gnav{
    background: #fff;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: 1s;
    left: 0;
    top: 0;
}

.gnav.active{
	display: block;
	background: transparent linear-gradient(139deg, #666666 0%, #111111 100%) 0% 0% no-repeat padding-box;
}

.gnav__menu{
    display: block;
    width: 100%;
    height: 100%;
    padding: 60px 0 60px;
    margin-bottom: 10px;
}

.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    width: 100%;
	top: 0px;
    overflow: scroll;
}

nav .gnav__menu__item{
    margin: 10px auto 0;
    width: 95%;
    /* border-bottom: 1px solid #ccc; */
}

.gnav__menu__item a{
    color: #fff;
    font-size: 3.8rem;
    font-weight: 400;
    padding: 0;
    text-decoration: none;
    transition: .5s;
    background: none;
    width: 100%;
    padding: 0 0 10px 0;
    display: block;
}

nav .gnav__menu__item a.btn03{
    padding: 0 5%;
    font-size: 2rem;
}

.pc_nav{
	display:none;
}

.content01 ul li{
	width: 46%;
	margin: 0 0 85px 0;
	position: relative;
}

.content01 ul li:before{
	top: -70px;
	left: -14px;
}

.bnrArea .inner{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bnrArea .box{
	width: 100%;
	background: transparent linear-gradient(139deg, #666666 0%, #111111 100%) 0% 0% no-repeat padding-box;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: baseline;
	padding: 50px 0 40px 11%;
	max-width: 544px;
}

.bnrArea .img{
	width: 100%;
	height: 200px;
	overflow: hidden;
	text-align: center;
}

.bnrArea .box .mainTit{
	margin: 0 0 30px 0;
}

.loopSlide img{
	width: 2000px;
	height: auto;
	max-width: 2000px;
}

.beauty03 ul{
	flex-wrap: wrap;
	margin-top: 15px;
}

.beauty03 li{
	background: #fff;
	width: 48.2%;
	padding: 2%;
	position: relative;
	margin-top: 50px;
}

.beauty04 dt{
	display: flex;
	align-items: center;
	width: 100%;
	font-weight: 600;
	padding: 25px 0 25px 0;
	transition: .5s;
	font-size: 1.5rem;
}

.beauty04 dt span{
	background: #111;
	border: 1px solid #111;
	width: 32px;
	display: flex;
	height: 32px;
	color: #fff;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	margin: 0 2% 0 0;
}

	.beauty04 dt .txt{
		width: 80%;
	}

.artTIt{
	font-size: 2.5rem;
	margin: 0 0 30px 0;
}

	.ser02 .work01 .txtBox{
	flex-direction: column-reverse;
}

	.ser02 .work01 .txtBox .left{
	width: 100%;
}

.ser02 .work01 .txtBox .left h4{
	font-size: 2.4rem;
}

.ser02 .work01 .txtBox .right{
	width: 100%;
	margin: 0 0 36px 0;
}

.ser02 .plan01 ul li:before{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/service/paln_arrow.svg);
	width: 12px;
	height: 15px;
	top: 28%;
	left: -24px;
}

.ser02 .plan01 ul li{
	display: flex;
	width: 30%;
	position: relative;
	margin: 15px 0 0 0;
}

.ser02 .plan01 ul li .txt{
	font-size: 1.1rem;
}

.ser02 .plan01 ul li:first-child:before{
	display: none;
}

.ser02 .plan01 ul li:nth-of-type(4){
	width: 65%;
	justify-content: space-between;
}

.ser02 .plan01 ul li:nth-of-type(4):before{
	display: none;
}

.ser02.ser03 .planBox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ser02.ser03 .box{
	width: 100%;
	background: #F0F0F0;
	padding: 2%;
	margin: 0 0 25px 0;
}

.recruit03 ul{
	display: block;
	margin: 50px 0;
}

.recruit03 li{
	display: inline-block;
	background: #fff;
	border: 1px solid #111;
	min-width: 100px;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0 10px 12px 0;
	padding: 15px 2%;
}

.manda02 .num{
	background: #111;
	color: #fff;
	width: 12%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3rem;
}

.manda02 .box .txt p{
	margin: 0 0 0 13px;
	font-size: 1.8rem;
}

.manda02 ol{
	width: 100%;
	max-width: 880px;
	margin: 60px auto 0;
}

.mainTit span{
	font-size: 1.2rem;
	position: relative;
	margin: -5px 0 0 60px;
	top: 0px;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc2, .pcTel {
	display: none;
}

.sp2 {
	display: block;
}

.spTel  {
	display: inline;
}


/*-- テーブル --*/

table {
	width: 100%;
}

th, td {
	width: 96% !important;
	display: block;
}




/*-- ページトップ --*/

#pageTop {
	display: none !important;
}


/* フッター
----------------------------------------------------------- */

.sp nav {
	margin: 0 auto;
	background: transparent linear-gradient(139deg, #666666 0%, #111111 100%) 0% 0% no-repeat padding-box;
}


/* 中ページ
----------------------------------------------------------- */
.company iframe {
	width: 100%;
	margin: 30px auto 0;
	display: block;
}

.listUl li {
	width: 48%;
}

.contact_tb th {
	font-size: 100%;

}

.choose_list1 {
	width: 80%;
}

#name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg {
	width: 100%;
}

#zip1, #zip2 {
	width: 40%;
}

#city, #pref, #add {
	width: 96%;
	margin: 2px 0 0;
}

/*-- エラーチェック --*/

.zip1formError {
	left: 10% !important;
}

.zip2formError {
	left: 54% !important;
}

.prefformError, .cityformError, .addformError {
	top: 30px !important;
	left: 50% !important;
}

.detailBox > div {
	width: 100%;
	float: none;
}

.detailBox > .detailTxt {
	width: 98%;
	margin: 20px auto 0;
}

.formError {
	top: 20px !important;
	left: 10% !important;
}

.zip2formError {
	width: 42% !important;
	left: 50% !important;
}

.mvNews {
	width: 100%;
}

footer .flex{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #C1C1C1;
	padding: 0 0 45px 0;
	align-items: center;
	flex-direction: column;
}

footer .flex .left .logo{
	text-align: center;
}

	footer .flex .left{
		margin: 0 0 3vh 0;
	}

	footer .flex .right{
		width: 100%;
	}

	footer .flex .right a{
		max-width: 100%;
		width: 100%;
		padding: 5% 2%;
	}

.content02 h3{
	font-size: 2.2rem;
	text-align: center;
	position: relative;
	margin: 0 0 50px 0;
}

	.content02  .txt{
		text-align: left;
	}

.content02 .box{
	background: #fff;
	margin: 50px 0 0;
	padding: 10%;
	box-shadow: 0px 0px 20px #00000029;
}

.content01 .titArea{
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	flex-direction: column;
}

.content01 .mainTit{
	margin: 0 0 23px 0;
} 

#cover .subTit{
	font-size: 2.3rem;
}

.beauty04 dt:before{
	content: "";
	display: block;
	position: absolute;
	height: 24px;
	width: 2px;
	background: #111;
	right: 20px;
	top: 35px;
	transition: .3s;
}

.beauty04 dt:after{
	content: "";
	display: block;
	position: absolute;
	height: 2px;
	width: 24px;
	background: #111;
	right: 9px;
	top: 46px;
}

.ser02 .work01 dl{
	flex-direction: column;
}

.ser02 .work01 dt{
	width: 100%;
}

.ser02 .work01 dd{
	width: 100%;
}

.ser02 .work01 .box02 li{
	width: 44%;
}

.ser02.ser04 .inner ul{
	flex-wrap: wrap;
}

.ser02.ser04 .inner li{
	width: 100%;
	background:#F0F0F0;
	font-size: 1.4rem;
	padding: 3%;
	margin: 0 0 19px 0;
}

.recruit02 li{
	width: 45.5%;
	margin: 0 0 30px 0;
}

.recruit02 li p{
	font-size: 1.3rem;
}

.formArea table th{
	background: #fff;
	color: #333;
	text-align: left;
	border-bottom: none;
	width: 25%;
	vertical-align: top;
	padding: 30px 0 0px 2%;
}

.formArea table td{
	background: #fff;
	padding: 10px 0 30px 2%;
	border-bottom: 1px solid #c1c1c1;
	width: 75%;
}

.pri_div{
	padding: 26px 4% 0;
	height: 202px;
	overflow-y:scroll;
	margin: 20px auto 36px;
	background: #fff;
	-ms-overflow-style: none;
	scrollbar-width: none;
	border: 1px solid #CCCCCC;
	width: 100%;
}

.ser05 .conBox  dl:before{
	content: "";
	display: block;
	position: absolute;
	background: #fff;
	width: 1px;
	height: 45vh;
	right: 80px;
	top: -57px;
	/* height: 89vh; */
}

.recruit03 .box table th{
	border-bottom: none;
	padding: 20px 0 0 0;
}

.recruit03 .box table td{
	background: #fff;
	padding: 12px 0 30px 0;
	border-bottom: 1px solid #c1c1c1;
	width: 75%;
}

.about01 th{
	background: #fff;
	color: #333;
	border-top: 1px solid #ccc;
	text-align: left;
	width: 20%;
	padding: 25px 2% 0 0;
}

.about01 td{
	background: #fff;
	color: #333;
	border-top: none;
	padding: 15px 0 30px;
	width: 78%;
}

.manda02 ol li:first-child:after{
	content: "";
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
	background: url(./img/ma/ma01_fuki01.png) no-repeat;
	right: 0;
	margin: 0 auto;
	top: -73px;
	background-size: contain;
}

.manda02 ol li:last-child:after{
	content: "";
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
background-size: contain;
	right: -0px;
	margin: 0 auto;
	top: -47px;
}

.artTIt{
	font-size: 2rem;
	margin: 0 0 30px 0;
}

.ser02 .imgTit .img:after{
	font-size: 11rem;
}

.ser02 .plan01 ul li:before{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/service/paln_arrow.svg);
	width: 12px;
	height: 15px;
	top: 20%;
	left: -24px;
}

.article #cover {
	max-width: 1088px;
	width: 90%;
	margin: 13vh auto 0;
	height: 14vh;
	position: relative;
}

.article #cover h1{
	font-size: 4.4rem;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons {
    width: 94% !important;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

.choose_list1 {
	width: 96%;
	font-size: 90%;
}

.choose_list1 > li {
	width: 49%;
}

#cover .cov-div  h1{
	font-size: 6.5rem;
	margin: -18vh 0 0 0;
}

#cover .subTit{
	font-size: 1.8rem;
}	

.mvNews dd{
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-direction: column;
}

.mvNews dd .txt{
			width: 95%;
			margin: 5px 0 0px 0;
			font-size: 1.2rem;
}

	.mvNews dd  .btn01{
		width: 100%;
		border-top: 1px solid;
		padding: 6px 0 0 0;
		margin: 6px 0 0 0;
		display: none;
	}

.btn01:after{
	right: 10px;
	top: 42%;
}

.content01 ul li{
	width: 90%;
	margin: 0 auto 6vh;
	position: relative;
}

.content01 .box{
	margin: 15px 0 0 0;
}

.content01 ul li:before{
	font-size: 6.5rem;
	top: -48px;
}

.content01 ul li .img{
	height: 200px;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.content02 h3{
	font-size: 2rem;
}

.hLogo{
	max-width: 200px;
	width: 23%;
}

.menu-trigger {
  position: relative;
  width: 30px;
  height: 18px;
  z-index: 9999;
  margin: 0 0 0 25px;
}

.menu-trigger span:nth-of-type(2) {
  top: 8px;
}

header .sns01{
width: 19px;
}

	header .sns01 a{
		display: flex;
		align-items: center;
	}

.mvNews dt{
	font-size: 1.2rem;
}

.mvNews {padding: 2%;bottom: 43px;
		}

.mvNews dd{
	position: relative;
}

.mvNews dd:after{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/common/arrow01.svg) no-repeat;
	height: 14px;
	width: 14px;
	top: 34%;
	right: 10px;
	transition: .5s;
}

	.article .mvNews dd:after{
	content: "";
	display: block;
	position: absolute;
	background: url(./img/common/arrow02.svg) no-repeat;
	height: 14px;
	width: 14px;
	top: 25%;
	right: 10px;
	transition: .5s;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
  top: 22px;
}

.mainTit{
	font-size: clamp(3rem,6vw,6rem);
}

.pager .pagination li {
	display: inline;
	margin: 0 2px;
	padding: 0;
	display: inline-block;
	/* background:#9D50BB; */
	width: 35px;
	height: 35px;
	text-align: center;
	position: relative;
	border: 1px solid #ccc;
}

.content01 .box h3{
	font-size: 2.4rem;
	margin: 0 0 4px 0;
}

.content01 .box  span{
	font-size: 1.4rem;
	color: #666;
	margin: 0 0 8px 0;
	display: block;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */