/* ローディングアニメーション */
.shutter{
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff;
  z-index:9999;
	text-align: center;
	 -webkit-animation: byeShutter 3s forwards;
          animation: byeShutter 3s forwards;
}
.shutter img {
	height: 140px;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
-webkit-animation: shutterimg 3s forwards;
          animation: shutterimg 3s forwards;
	
}
.container {
  -webkit-animation: contentScale 3s forwards;
          animation: contentScale 3s forwards;
}

@keyframes byeShutter {
  0% {
    opacity: 1;
  }
	20% {
    opacity: 1;
  }
	70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
    z-index: -1;
  }
}
@keyframes contentScale {
  0% {
    opacity: 0;
  }
	70% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes shutterimg {
  0% {
    opacity: 0;
  }
	20% {
    opacity: 1;
  }
	60% {
    opacity: 1;
  }
	
  100% {
    opacity: 0;
  }
}
/* ローディングアニメーション */
.btn {
	padding-top: 30px;
	max-width: 200px;
}


.btn a {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
    border: 1px solid #000;
    color: #000;
    padding: 15px 20px;
    font-size: 85%;
	transform: 0.2s;display: block;
	font-family: Arial, Helvetica, "sans-serif";
	left: 0.3em;
	background-color: #fff;
}
.btn a:hover {
  color: #fff;
  background-color: #000;
}
.btn-r {
	margin: 0 auto;
}
.f-btn {
	padding-top: 30px;
	max-width: 300px;
}



.title {
	font-size: 240%;
	line-height:1.6;
	font-weight:900;
	letter-spacing: 0.06em;
	padding-bottom: 40px;
	font-family: Arial, Helvetica, "sans-serif";
}
.title span {
	font-size: 50%;
	font-weight:500;
	font-family:YuGothic, "游ゴシック", sans-serif;
	padding-left: 10px;
}


.top-tttile {
	text-align: center;
	margin-bottom: 80px;
	padding-top: 120px;
}
.top-tttile img {
	width: 40px;
}
.top-tttile h2 {
	font-size: 220%;
	line-height:1.6;
	font-weight:900;
	letter-spacing: 0.08em;
}
.top-tttile h6 {
	font-size: 80%;
	line-height:1.6;
	font-weight:900;
	letter-spacing: 0.08em;
}



.deka-title {
	font-size: 200%;
	line-height:1.6;
	font-weight:500;
	letter-spacing: 0.06em;
	padding-bottom: 30px;
}
.deka-title02 {
	font-size: 200%;
	line-height:1.6;
	font-weight:500;
	letter-spacing: 0.06em;
	padding-bottom: 30px;
	text-align: center;
}
.subtitle {
	font-size: 200%;
	line-height:1.6;
	font-weight:900;
	letter-spacing: 0.06em;
	padding-bottom: 40px;
	font-family: Arial, Helvetica, "sans-serif";
}

.scale-img {
	width: 100%;
  transform: scale(1);
  transition: .7s ease-in-out;
}
.scale-box {
 overflow: hidden;
}
.scale-btn a:hover .scale-img {
  transform: scale(1.15);
}
.scal-text {
	padding: 30px;
}
.scal-text h4 {
	font-size: 160%;
	font-weight: 900;
}
.scal-text h5 {
	font-size: 100%;
} 
.sp_scal-text{
	display: none;
}


.top-contents01 {
	max-width: 1260px;
	margin: 0 auto;
	padding-top: 100px;
	box-sizing: border-box;
	padding-left: 5%;
	padding-right: 5%;
}

.top-c-le {
	width: 40%;
	float: left;
}
.top-c-le_02 {
	width: 50%;
	float: left;
}

.top-c-img {
	width: 50%;
	float: right;
}
/*topお知らせ*/
.news_flex{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	border-right: 2px solid #E96C06;
}
.n_cont01 a:hover{
	opacity: 0.8;
}
.n_cont01{
	border-left: 2px solid #E96C06;
	min-height: 80px;
	padding-top: 10px;
	padding-left: 2%;
	width: 33%;
}
.n_title{
	position: relative;
}
.n_itiran{
	position: absolute;
	right: 0;
	font-size: 40%;
	font-weight: normal;
	border-bottom: 1px solid #000;
}

/*top目指す物*/
.m_cont {
	background-image: url("../img/m_img.jpg");
	background-size: cover;
	background-position: center;
	margin-top: 100px;
	
}

.m_cont_01 {
	background-color: rgba(0,0,0,0.2);
	padding-bottom: 100px;
}
.m_cont_01 .title {
	color: #fff;
}
.m_title{
	font-size: 320%;
}
.m_title span{
	font-size: 50%;
	display: block;
	font-weight: bold;
	padding-left: 0px;
}
.m_text{
	color: #fff;
}
/*top事業紹介*/
.top-contents03{
	margin: 0 auto;
	padding-top: 100px;
	padding-bottom: 100px;
	box-sizing: border-box;
	background-color: #F6F6F6;
}
.cont03{
	max-width: 1260px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 5%;
	padding-right: 5%;
}
.s_title span{
	display: block;
	padding-left: 0px;
}
.s_cont01{
	display: flex;
	align-items: center;
	position: relative;
}

.s_cont01_l{
	background-color: #fff;
	padding: 3%;
	flex-basis: 45%;
	z-index: 99;
	margin-top: 35px;
}
.s_cont01_r{
	width: 55%;
    position: absolute;
    top: 0;
    right: 0;
}
.s_cont01_r img{
  width: 100%;
}
.s_cont_title{
	font-size: 240%;
	font-weight: bold;
}
.s_cont_title span{
	font-size: 60%;
	font-weight: bold;
	padding-left: 10px;
}
.s_cont_sub{
	color: #E96C06;
	padding-top: 20px;
	font-weight: bold;
}
.s_cont_text{
	padding-top: 20px;
}

.s_cont02{
	display: flex;
	align-items: center;
	position: relative;
	margin-top: 10%;
}
.s_cont02_r{
	width: 55%;

}
.s_cont02_l{
	background-color: #fff;
	width: 45%;
	padding: 3%;
    position: absolute;
    top: 0;
    right: 0;
	margin-top: 45px;
}

.s_cont02_r img{
  width: 100%;
}
/*top会社案内*/
.c_cont {
	background-image: url("../img/c_img.jpg");
	background-size: cover;
	background-position: center;
	margin-top: 100px;

	
}

.c_cont_01 {
	background-color: rgba(0,0,0,0.3);
	padding: 70px 10% 40px 10%;
	max-width: 1260px;
	display: flex;
	justify-content: space-between;
}
.c_cont_01 .title {
	color: #fff;
}
.c_title{
	font-size: 320%;
}
.c_title span{
	font-size: 50%;
	display: block;
	font-weight: bold;
	padding-left: 0px;
}
.c_text{
	color: #fff;
}

.c_cont_01 h2{
	width: 50%;
}
.c_text a{
	display: inline-block;
	background-color: #E96C06;
	color: #fff;
	padding: 10px 45px;
	margin-top: 20px;
}
.c_text a:hover{
	opacity: 0.8;
}



/*top採用情報*/

.rec-bg01 {
	background-image: url(../img/03.jpg);
	background-size: cover;
	background-position: center;
	background-color:rgba(255,255,255,0.3);
background-blend-mode:lighten;
}
.rec-bg01-title {
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 120px;
	padding-bottom: 200px;
}
.rec-bg01-title-bb {
	padding-left: 60px;
	box-sizing: border-box;
	border-left: 1px solid #E96C05;
}
.rec-bg01-title h6 {
	color: #E96C05;
	font-size: 360%;
	line-height: 1.5;
	letter-spacing: 0.08em;
	font-weight: bold;
}
.rec-bg01-title h3 {
	font-size: 160%;
	line-height: 1.5;
	letter-spacing: 0.08em;
	font-weight: bold;
}

.rectopmenu {
	display: flex;
	justify-content: space-between;
	max-width: 1100px;
	margin: 0 auto;
	margin-top: -100px;
}

.rectopmenu li {
	width: 33.33%;
	
}

.intimg02 {
	overflow: hidden;
	position: relative;
}

.intimg02:before {
    position: absolute;
    z-index: 3;
    display: block;
    content: "";
    right: 30px;
    bottom: 60px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.12s ease-in 0s;
}

.intimg02 img {
	display: block;
	transition: 1s;
	width: 100%;
}
.rectopmenu a:hover .intimg02 img {
	transform: scale(1.2, 1.2);
}

.intimg02 h3 {
	position: absolute;
	box-sizing: border-box;
	z-index: 2;
	display: block;
	width: 100%;
	bottom: 0;
	padding: 80px 30px 30px 30px;
	color: #FFFFFF;
	font-size: 160%;
	line-height: 1.5;
	letter-spacing: 0.08em;
	font-weight: bold;
background: rgb(27,49,68);
background: linear-gradient(0deg, rgba(27,49,68,0.8) 0%, rgba(0,0,0,0) 100%);
}
.intimg02 h3 span {
	font-size: 50%;
}

.recme-lef .intimg02 {
	border-radius: 6px 0px 0px 6px ;
	border-right: 1px solid #fff;
}
.recme-rig .intimg02 {
	border-radius: 0px 6px 6px 0px;
	border-left: 1px solid #fff;
}


/*top事業内容*/
.ser-bg01 {
	background-image: url(../img/m_img.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	height:100%;
	z-index: -2;
}
.ser-bg01::before{
  /* 透過した黒を上から重ねるイメージ */
  background-color: rgba(0,0,0,0.4);
  /* 自由に位置指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
	z-index: -1;
}
.ser-bg01-title {
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 120px;
	padding-bottom: 120px;
}
.ser-bg01-title-bb {
	padding-left: 60px;
	box-sizing: border-box;
	border-left: 1px solid #fff;
}
.ser-bg01-title h6 {
	color: #fff;
	font-size: 360%;
	line-height: 1.5;
	letter-spacing: 0.08em;
	font-weight: bold;
}
.ser-bg01-title h3 {
	font-size: 160%;
	line-height: 1.5;
	letter-spacing: 0.08em;
	font-weight: bold;
	color: #fff;
}
.ser-bg01-title p {
	width: 47%;
	color: #fff;
	margin-top: 40px;
	font-weight: bold;
	line-height: 1.8;
}


.serbox {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}
.serbox-1 {
	width: 47%;
}
.serbox-1 img {
	width: 100%;
	border-radius: 6px;
}
.serbox-text {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	align-items: flex-start;

}
.serbox-naka {
	width: 65%;
}
.serbox-naka h3 {
	font-size: 160%;
	line-height: 1.5;
	letter-spacing: 0.08em;
	font-weight: bold;
	margin-bottom: 15px;
}
.serbox-1 .serbox-text img {
	max-width: 120px;
}


/*top採用情報*/
.r_flex{
	display: flex;
	justify-content: space-between;
}
.r_cont_l{
	width: 45%;
}
.r_cont_l img{
	width: 100%;
}
.r_cont_r{
	width: 48%;
}
.r_sub{
	color: #E96C06;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
}
.r_cont_r a{
	display: inline-block;
	background-color: #E96C06;
	color: #fff;
	padding: 10px 45px;
	margin-top: 20px;
}

.sch01 {
	width: 46%;
	float: left;
}
.sch02 {
	width: 46%;
	float: right;
}
.sch01 .s-title,.sch02 .s-title {
	font-size: 160%;
}
.sch01 li {
	border-left: 1px solid #CCC;
	padding-left: 30px;
	padding-bottom: 30px;
}
.sch01 li:last-child {
	padding-bottom: 0px;
}
.sch01 li h4 {
	font-size: 130%;
    line-height: 1.5;
    letter-spacing: 0.06em;
	color: #E96C06;
}
.sch01 li h4 span {
	background-image: url("../img/maru.png");
	background-size: 10px;
	background-position: left;
	padding-left: 35px;
	background-repeat: no-repeat;
	margin-left: -35px;
}
.sch01 li p {
	line-height: 1.6;
}
.c_soshiki {
	text-align: center;
}


.c_soshiki img{
	width: 70%;
}

/*社員インタビュー*/
.intv_flex{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.intv_01{
	width: 31%;
}
.intv_01 img{
	width: 100%;
}
.intv_name{
	background-color: #E96C06;
	color: #fff;
	padding: 25px 20px;
	font-size: 140%;
}
.intv_name span{
	font-size: 80%;
	padding-left: 30px;
}

/*安全の取組み*/
.anzen_flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.caption_box{
	width: 43%;
	position: relative;
	margin-top: 1em;
	padding: 4em 2em;
	border: 3px solid #E96C06;
	margin-bottom: 30px;
}
.caption_box .caption{
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	padding: 15px 30px;
	margin: 0;
	background-color: #E96C06;
	transform: translateY(-50%) translateX(1em);
	font-size: 130%;
}
.caption_box img{
	width: 100%;
	padding-top: 10px;
}

/*質問*/
.cp_qa {
	max-width: 700px;
	margin: 0 auto;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	color: #1b2538;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}

/*Q&A*/
label{
	color: #000;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa .cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
    border-bottom: 1px solid #E2E2E2;
}
.cp_qa .cp_actab input {
	position: absolute;
	opacity: 0;
}
/* 質問 */
.cp_qa .cp_actab label {
	line-height: 1.6em;
	position: relative;
	display: block;
	margin: 0 0 0 0;
	padding: 1em 2em 1em 2.5em;
	cursor: pointer;
	text-indent: 1em;
	border-radius: 0.5em;
	background: #fff;
	text-align: left;
	font-size: 130%;
	font-weight: bold;
}
.cp_qa .cp_actab label::before {
	font-size: 1.2em;
	margin-left: -2em;
	padding-right: 0.5em;
	content: 'Q';
	color: #E96C06;
}
.cp_qa .cp_actab label:hover {
	transition: all 0.3s;
}
/* --質問の＋アイコン */
.cp_qa .cp_actab label::after {
	font-size: 1.7em;
	font-weight: bold;
	line-height: 2em;
	position: absolute;
	top: 0;
	right: 0;
	content: '+';
	display: inline-block;
	width: 2em;
	height: 2em;
	-webkit-transition: transform 0.4s;
	        transition: transform 0.4s;
}
/* 答え */
.cp_qa .cp_actab .cp_actab-content {
	position: relative;
	overflow: hidden;
	max-height: 0;
	padding: 0px 50px;
	-webkit-transition: max-height 0.5s;
	        transition: max-height 0.5s;
	border-radius: 0 0 0.5em 0.5em;
	text-align: left;
    font-size: 100%;
}
.cp_qa .cp_actab .cp_actab-content::before {
	font-size: 1.3em;
	position: absolute;
	margin: 0em 0 0 -1em;
	padding: 0;
	content: 'A';
	color:#96C7F6;

	
}
.cp_qa .cp_actab .cp_actab-content p {
	margin: 0em 1em 1em 0;
}
/* 質問を開いた時の仕様 */
/* --答えの高さ */
.cp_qa .cp_actab input:checked ~ .cp_actab-content {
	max-height: 40em;
}
/* 質問をクリックした時のアイコンの動き */
.cp_qa .cp_actab input:checked ~ label {
	color: #000;
	border-radius: 0.5em 0.5em 0 0;
}
/* 質問をクリックした時の+の動き */
.cp_qa .cp_actab input[type=checkbox]:checked + label::after {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.link_qa{
	color: #E96C06;
}

/*採用情報下部*/
.r_foot{
	border: 3px solid #E96C06;
	padding: 2% 1%;
	width: 40%;
	margin: 0 auto;
	text-align: center;
	margin-top: 10%;
}
.r_f{
	font-weight: bold;
	font-size: 130%;
}
.r_f_flex{
	margin-top: 20px;
	display: flex;
	justify-content: space-around;
}

.r_foot a{
	width: 35%;
	display: block;
	background-color: #E96C06;
	color: #fff;
	padding: 10px 15px;
}

/*社員インタビュー*/
.intv_list{
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	margin-bottom: 5%;
}
.intv_list li{
	width: 33%;
	border: 2px solid #E96C06;
	margin: 20px 10px;
	padding: 20px 10px;
	font-size: 120%;
	text-align: center;
}
.intv_list li a{
	color: #E96C06;
}


.intv_cont01{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.intv_cont_l{
	width: 48%;
	
}
.intv_cont_r{
	width: 48%;
	text-align: center;
}
.intv_cont_r img{
	width: 80%;
}

.name{
	background-color: #E96C06;
	color: #fff;
	padding: 15px 20px;
	font-size: 140%;
}
.name span{
	padding-left: 30px;
	font-size: 70%;
}
.intv_cont01 h6{
	color: #E96C06;
	font-size: 120%;
	font-weight: bold;
	padding: 30px 0px;
}
.intv_cont02{
	margin-top: 3%;
}

.messe{
	
}

.messe_p{
	text-align: center;
	padding-bottom: 20px;
	color: #E96C06;
	font-weight: bold;
	font-size: 120%;
}
.messe-box {
	display: flex;
	justify-content: space-between;
	align-items:center;
	margin-top: 60px;
}
.messe-box img {
	border-radius: 50%;
	max-width: 80px;
	margin-right: 20px;
}
.balloon1-left {
  position: relative;
  display: inline-block;
	margin-left: 15px;
  padding: 20px;
  max-width: 100%;
	color: #000;
  background: #faf7ef;
	border-radius: 6px;
	border: 3px solid #BEAF86;
}

.balloon1-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #BEAF86;
}

.int-titile {
	font-weight: bold;
	font-size: 600%;
	color: #E96C06;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: -30px;
	opacity: 0.6;
}
.int-top img {
	width: 100%;
	border-radius: 20px;
}
.name-tt {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
	margin-bottom: 40px;
	border-bottom: 1px solid #CCCCCC;
}

.name-tt h4 {
	font-weight: bold;
	font-size: 260%;
	letter-spacing: 0.08em;
	line-height: 1.5;
	padding-bottom: 30px;
}
.name-tt h5 {
	font-size: 160%;
	letter-spacing: 0.08em;
	line-height: 1.5;
	text-align: right;
}
.name-tt p {
	text-align: right;
}

.namett02 {
	position: relative;
	padding-bottom: 30px;
	padding-top: 30px;
}
.namett02 h6 {
	font-weight: bold;
	font-size: 500%;
	letter-spacing: 0.08em;
	position: absolute;
	bottom: 0;
	right: 0;
	opacity: 0.05;
	text-align: right;
}
.int-box {
	margin-top: 30px;
}
.int-box h6 {
	font-size: 130%;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-bottom: 15px;
	color: #E96C06;
	font-weight: bold;
}
.int-box h6 span {
	background-color: #E96C06;
	color: #fff;
	padding: 10px ;
	margin-right: 10px;
	border-radius: 10px;
}
.int-box p {
	border-left: 1px solid #E96C06;
	padding-left: 5%;
	margin-left: 16px;
	
}

.int-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 60px;
}
.int-menu li {
	width: 33%;
	box-sizing: border-box;
	padding: 10px;
}
.int-menu .bosyuuli {
	width: 50%;
}
.int-menu a{
	display: flex;
	padding: 20px;
	border: 1px solid #E96C06;
	align-items: center;
	border-radius: 5px;
	position: relative;
	transition: .3s;
}
.int-menu a:hover {
	color: #fff;
}

.int-menu a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: #E96C06;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.int-menu a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.int-menu a img {
	border-radius: 50%;
	max-width: 40px;
	margin-right: 15px;
}

.int-menu a p {
	font-size: 90%;
	line-height: 1.5;
}
.int-menu a h5 {
	font-size: 120%;
	line-height: 1.6;
}

.int-menu a .int-menu-t {
	position: relative;
	width: 100%;
}

.int-menu a .int-menu-t::before {
    content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 0%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #E96C06;
  border-right: 2px solid #E96C06;
  transform: translateX(-50%) rotate(135deg);
	transition: transform .3s;
}
.int-menu a:hover .int-menu-t::before {
	border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.int-menu a h6 {
	font-size: 90%;
	line-height: 1.5;
	color: #E96C06;
	transition: .3s;
}
.int-menu a:hover h6 {
	color: #fff;
}


.rec-topbox {
	display: flex;
	justify-content: center;
}

.rectopimg img {
	width: 100%;
	border-radius: 0 0 60px 0;
}
.rectopimg {
	width: 45%;
}

.rectoptext {
	width: 55%;
	box-sizing: border-box;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 100px;
	position: relative;
}
.rectoptext h6 {
	font-size: 530%;
	line-height: 1.5;
	color: #E96C06;
	font-weight: bold;
	font-family: Arial, Helvetica, "sans-serif";
}
.rectoptext h4 {
	font-size: 200%;
	letter-spacing: 0.2em;
	line-height: 1.5;
	margin-top: 25px;
	margin-bottom: 10px;
	font-weight: bold;
}
.rectoptext h5 {
	font-size: 1500%;
	line-height: 1.5;
	font-weight: bold;
	color: #E96C06;
	opacity: 0.05;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	overflow: hidden;
}
.rectoptext p {
	max-width: 600px;
}


.rec-last {
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 80px;
}
.rec-last a {
	background-color:  #E96C06;
	color: #fff;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	border-radius: 10px;
	padding: 30px 60px;
	position: relative;
	transition: .3s;
	align-items: center;
}
.rec-last a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
 background-color:  #fff;
	opacity: 0.2;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.rec-last a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}


.rec-lastimg {
	width: 50%;
}
.rec-lastimg img {
	width: 100%;
}
.rec-lasttext {
	width: 40%;
}


.rec-last a h6 {
	font-size: 90%;
	line-height: 1.5;
}
.rec-last a h5 {
	font-size: 220%;
	font-weight: bold;
	letter-spacing: 0.08em;
	line-height: 1.5;
}
.rec-last a .ssbtn {
	padding-bottom: 30px;
	border-bottom: 1px solid #fff;
	position: relative;
	
}

.rec-last a .ssbtn:after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transition: all 0.12s ease-in 0s;
}
.rec-last a .ssbtn:before {
    position: absolute;
    z-index: 2;
    display: block;
    content: "";
    right: 19px;
    top: 17px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.12s ease-in 0s;
}




.int-vv {
	display: flex;
	margin: 0 60px 30px 60px;
}

.int-vv h4 {
	font-size: 360%;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.2em;
	margin-right: 60px;
	white-space: nowrap;
}

.hito {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hito li {
	width: 47%;
	margin-top: 60px;
}

.intimg {
	overflow: hidden;
	border-radius: 10px;
	position: relative;
}

.intimg img {
	display: block;
	transition: 1s;
	width: 100%;
	
}
.hito a:hover .intimg img {
	transform: scale(1.2, 1.2);
}

.intimg h5 {
	position: absolute;
	z-index: 2;
	display: block;
	width: 100%;
	bottom: 0;
	padding: 80px 30px 30px 30px;
	color: #FFFFFF;
	font-size: 400%;
	font-weight: bold;
background: rgb(27,49,68);
background: linear-gradient(0deg, rgba(27,49,68,0.6) 0%, rgba(0,0,0,0) 100%);
}

.hito h6 {
	font-size: 100%;
	color: #E96C06;
	margin-bottom: 15px;
}

.hito h4 {
	font-size: 140%;
	line-height: 1.5;
	letter-spacing: 0.08em;
	margin-bottom: 15px;
	margin-left: 30px;
}
.hito p {
	margin-left: 30px;
	margin-top: 10px;
	font-size: 100%;
}

.hito a {
	position: relative;
	display: block;
}


.hito a::before {
    content: "";
  display: block;
  position: absolute;
  bottom: 8%;
  right: 30px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateX(-50%) rotate(45deg);
	transition: .3s;
}

.hito a:hover::before {
	border-top: 2px solid #E96C06;
  border-right: 2px solid #E96C06;
}




.intv_content{
	margin-top: 5%;
}
.form{
	margin-top: 5%;
}


.youkou{
	color: #fff;
	display: block;
	margin: 0 auto;
	padding: 10px 15px;
	margin-top: 20px;
	border: 2px solid #fff;
	width: 20%;
}
.pc_none02{
	display: none;
}



.ariga {
	font-size: 140%;
	line-height: 1.5;
	letter-spacing: 0.08em;
	margin-bottom: 15px;
	font-weight: bold;
}




@media screen and ( max-width:800px )
{
.pc_none02{
	display: none;
}
	

	
	
.top-contents01 {
	width: 90%;
	margin: 0 auto;
	padding-top: 100px;
	padding-left: 0%;
	padding-right: 0%;
	overflow: hidden;
}
	
.top-c-le {
	width: 100%;
	float: none;
}
.top-c-le_02 {
	width: 100%;
	float: none;
}	
	
.top-c-img {
	display: none;
}
.top-contents-colo {
	background: url(../img/bg.png) repeat-y;
    background-size: 100% auto;
    width: 100%;
	padding-bottom: 100px;
}
.btn {
	padding-top: 30px;
	max-width: 100%;
}	
.deka-title{
	font-size: 160%;
}	
.title{
	font-size: 200%;
}
.menu-ul li {
	width: 100%;
}	
.kyara01 {
	display: none;
}	
.kyara02 {
	display: none;
}	
.scal-text {
	padding: 30px 0px;
	margin: 0 auto;
}	
.btn-r {
	margin: 0 auto;
	padding: 0;
}	
.sp_rec{
	padding-bottom: 200px;
}	
.menu-ul {
}	
.sp_scal-text {
	display: block;
	padding: 0px;
}
.sp_scal-text h4 {
	font-size: 160%;
	font-weight: 900;
}
.sp_scal-text h5 {
	font-size: 100%;
	text-align: right;
} 	
.face{
    position:relative;
    width:100%;
    height:0;
    padding-top:80%;
	margin-top: 40px;
}
.face iframe{

    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}	
.kyara0 {
	padding-top: 30px;
	max-width: 350px;
	margin: 0 auto;
	text-align: center;
}
.se_01{
	display: block;
	align-items: center;
	margin-bottom: 15px;
}
.se_title{
	width: 100%;
	padding: 15px 0px;
	margin-right: 0px;
}
.se_text{
	width: 100%;
	margin-top: 20px;
}	
.shi_element{
	display: block;
}
.shi_01{
	width: 100%;
}	
.shi_works{
	display: block;
}
.shi_works01 img{
	width: 70%;
}
.triangle1{
	padding-top: 20px;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 30px solid black;
}
.works_text{
	padding-top: 10px;
}
.shi_works02{
	margin-top: 80px;
}	
.shi_flow{
	display: block;
	justify-content: space-between;
}
.flow01{
	width: 100%;
	height: 180px;
	text-align: center;

}	
.btb04{
	display: none;
}	
.b_element{
	display: block;
}
.b_list{
	width: 100%;
	padding-bottom: 20px;
}
.b_img{
	width: 100%;

}
.table02 td {
	width: 100%;
	display: block;
	border-bottom: none;
	height: 28px;
	
}
.table02 .td03 {
	padding: 10px 0 10px 0px;
}
.table02 .td04 {
	width: 100%;
	border-left: none;
	border-right:  none;
	padding: 20px 0px 0px 0px;
}
.table02 .tr01 td {
	display: none;

}
.table02 .td02 {
	width: 100%;
	border-left: none;
	padding: 10px 0 10px 0px;
}	
.pc_none{
	display: inline-block;
}	
.sp_title{
	font-weight: bold;
	padding-bottom: 20px!important;
	padding-top: 30px!important;
	border-bottom: 1px solid #707070!important;
}	
.table03 td {
	width: 100%;
	display: block;
	border-bottom: none;
	height: 20px;
	
}
.table03 .td03 {
	padding: 10px 0 10px 0px;
}
.table03 .td04 {
	width: 100%;
	border-left: none;
	border-right:  none;
	padding: 20px 0px 0px 0px;
}
.table03 .tr01 td {
	display: none;

}
.table03 .td02 {
	width: 100%;
	border-left: none;
	padding: 10px 0 10px 0px;
}		
.shi_flow02{
	margin-top: 0px;
}	
	
.news_flex{
	display: inherit;
	border-right: none;
	border-top: 2px solid #E96C06;

}
.n_cont01{
	border-left: none;
	border-bottom: 2px solid #E96C06;
	min-height: 80px;
	padding-top: 10px;
	padding-left: 2%;
	width: 100%;
}	
	
/**/
.s_cont01{
	display: block;
	align-items: center;
	position: static;
}

.s_cont01_l{
	background-color: #fff;
	padding: 3%;
	flex-basis: 45%;
	z-index: 99;
	margin-top: 0px;
}
.s_cont01_r{
	width: 100%;
    position: static;

}	
.s_cont02{
	display: block;
	align-items: center;
	position: static;
	margin-top: 10%;
}
.s_cont02_r{
	width: 100%;

}
.s_cont02_l{
	background-color: #fff;
	width: 100%;
	padding: 3%;
    position: static;
    top: 0;
    right: 0;
	margin-top: 0px;
}
.c_cont_01 {
	display: block;
}
.r_flex{
	display: block;
	justify-content: space-between;
}
.r_cont_l{
	width: 100%;
}
.r_cont_l img{
	width: 100%;
}
.r_cont_r{
	width: 100%;
}	
.sch01 {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.sch02 {
	width: 100%;
	float: none;
}	
.sch02 img{
	width: 100%;
}	
.c_soshiki img{
	width: 100%;
}
	
.intv_flex{
	display: block;
	justify-content: space-between;
	margin-top: 40px;
}
.intv_01{
	width: 100%;
	margin-bottom: 20px;
}	
	
.anzen_flex{
	display: block;
	margin-top: 60px;
}
.caption_box{
	width: 98%;
	position: relative;
	margin-top: 1em;
	padding: 4em 0em;
	border: 3px solid #E96C06;
	margin-bottom: 30px;
}	
.caption_box p{
	width: 90%;
	margin: 0 auto;
}	
.cp_qa .cp_actab label {
	font-size: 100%;
}	
.cp_qa .cp_actab label::before {
	margin-left: -1em;

}	
.cp_qa .cp_actab .cp_actab-content {

	

}	
.r_foot{
	width: 90%;
}	
.intv_list{
	display: block;
}
.intv_list li{
	width: 98%;
	margin: 20px 0px;
	padding: 20px 0px;
	font-size: 110%;
}	
.intv_cont01{
	display: flex;
	flex-direction: column;
	}
.intv_cont_l{
	width: 100%;
	
}
.intv_cont_r{
	width: 100%;
	margin-top: 20px;
}	
.messe{
	width: 100%;
	margin: 0 auto;
}	
.inta01{
	order: 2;
}	
.inta02{
	order: 1;
}	
.youkou{
	width: 70%;
}	
	
	
	.ser-bg01 {
		padding: 10%;
		background-position: center left;
	}
.ser-bg01-title {
	padding-top: 0px;
	padding-bottom: 0px;
}
.ser-bg01-title-bb {
	padding-left: 0px;
	border-left: none;
}
.ser-bg01-title h6 {
	font-size: 300%;
}
.ser-bg01-title p {
	width: 100%;
	margin-top: 30px;
}
.serbox {
	display: inherit;
	margin-top: 0;
}
.serbox-1 {
	width: 100%;
	padding: 10% 10% 0% 10%;
	box-sizing: border-box;
}
.serbox-text {
	display: inherit;
	margin-top: 30px;

}
.serbox-naka {
	width: 100%;
}
	.serbox-1 .serbox-text img {
		margin: 0 auto;
		width: 120px;
		display: block;
		margin-bottom: 20px;
	}
.rectopmenu {
	display: inherit;
	margin-top: 0px;
}

.rectopmenu li {
	width: 100%;
	
	padding: 10% 10% 0% 10%;
	box-sizing: border-box;
}

.rec-bg01-title {
	padding-top: 0px;
	padding-bottom: 0px;
	padding: 10%;
}
.rec-bg01-title-bb {
	padding-left: 0px;
	border-left: none;
}
.rec-bg01-title h6 {
	font-size: 300%;
}
.rec-bg01-title h3 {
	font-size: 140%;
}
	
.recme-lef .intimg02 {
	border-radius: 6px ;
	border-right: none;
}
.recme-rig .intimg02 {
	border-radius: 6px;
	border-left: none;
}
	.rectopmenu li a div {
		border-radius: 6px;
	}

.rec-topbox {
	display: inherit;
}

.rectopimg img {
	width: 100%;
	border-radius: 0 0 60px 0;
}
.rectopimg {
	width: 75%;
}
	
.rectoptext {
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 0px;
}
.rectoptext h6 {
	font-size: 480%;
	line-height: 1.0;
	text-align: right;
	margin-top: -80px;
}
.rectoptext h4 {
	font-size: 190%;
	margin-top: 15px;
	margin-bottom: 10px;
}
.rectoptext h5 {
	display: none;
}
.int-vv {
	display: inherit;
	margin: 0px;
}

.int-vv h4 {
	font-size: 260%;
	margin-right: 0px;
	margin-bottom: 20px;
}

.hito {
	display: inherit;
}

.hito li {
	width: 100%;
	margin-top: 40px;
}

.intimg h5 {
	padding: 80px 20px 20px 20px;
	font-size: 300%;
}
	.rec-last {
		padding: 0 5%;
	}
.rec-last a {
	display: inherit;
	padding: 30px;
}
.rec-lasttext {
	width: 100%;
}
.rec-lastimg {
	width: 100%;
	margin-bottom: 20px;
}
.rec-last a h5 {
	font-size: 180%;
}
	
	
.int-menu {
	margin-top: 10px;
	flex-wrap: wrap;
}
.int-menu li {
	width: 50%;
	padding: 2%;
}
	.int-menu a {
		padding: 10px;
	}
	.int-menu a img {
		display: none;
	}

.int-titile {
	font-size: 200%;
	margin-bottom: -10px;
	margin-left: 10px;
}
.name-tt {
	display: inherit;
	
}

.name-tt h4 {
	font-size: 140%;
	padding-bottom: 10px;
}
.name-tt h5 {
	font-size: 160%;
	text-align: left;
}
.name-tt p {
	text-align: left;
}
.namett02 h6 {
	font-size: 300%;
}
.namett02 {
	padding-bottom: 10px;
	padding-top: 10px;
}

	.int-box h6 {
		display: flex;
		align-items: center;
	}
.messe-box {
	display: inherit;
	margin-top: 60px;
}
.messe-box img {
	max-width: 100px;
	margin-right: 0px;
	margin: 0 auto;
	display: block;
	margin-bottom: 10px;
}
	
.balloon1-left:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  margin-left: -15px;
	margin-top: -30px;
  border: 15px solid transparent;
  border-right: 15px solid #BEAF86;
	 transform:rotate(90deg);
}
.balloon1-left {

	margin-left: 0;
margin-top: 15px;
}
	
}
	

