html{font-size: 62.5%;}
body {
	width:100%;
	height:100%;
	color: #000;
	font-family:YakuHanJP_Narrow,"kinto-sans","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	letter-spacing: 1px;
	margin:0;
	padding: 0;
	border: 0;
}

a:link {
	text-decoration: none;
    color: #898989;
    transition: all .3s;
}

a:hover {
color:rgba(137, 137, 137, 0.7);
}

a:visited {
    color: #898989;
}

.c-both{
    clear: both;
    height:0em;
    visibility:hidden;
    overflow:hidden;
    content:”.”;
}

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

header {
    margin: 0 auto;
    padding: 15px 30px 28px 30px; 
    border-top:2px solid;
    border-image: linear-gradient(to right, #913d91, #004da0, #3abde8) 1;
    background: url(images/num_yoko.svg)left bottom no-repeat;
    background-size: auto 16.56px;
    display: block flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top:0;
    background-color: #fff;
    width: 100%;
    z-index: 100;
}

h1 {
    width:214px;
    height: 49px;
    background: url(images/logo.svg)center left no-repeat;
    background-size: contain;
    text-indent: -9999px;
    margin: 0;
}

main {
    margin: 94px auto 0;
    padding: 0;
}

/*Gナビ*/
nav{
	display: block;
}
.drawer{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0;
  text-align: right;
}
.navbar_toggle{
  z-index:9999;
}
.navbar_toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #000;
  -webkit-transition: ease .5s;
  transition: ease .5s;
}
.navbar_toggle_icon:nth-child(1) {
    top: 0;
}
.navbar_toggle_icon:nth-child(2) {
    margin: 5px 0;
}
.navbar_toggle_icon:nth-child(3) {
    top: 0;
}
.menu.open {
  -webkit-transform:translateX(0);
  transform:translateX(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
	background: #FFF;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
	background: #FFF;
}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
	background: #FFF;
}
.menu{
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition:ease .5s;
transition:ease .5s;
z-index:1000;
float: right;
}
.menu ul{
  padding: 0px 20px;
}
.menu ul li{
	display: block;
	text-align: center;
}
.menu ul li a{
	font-size: 1.4rem;
	color: #000;
	letter-spacing: 3px;
	font-weight: bold;
	text-align: center;
	line-height: 160%;
}
.menu ul li a:hover{
letter-spacing: 5px;
opacity: 0.7;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
}
.nav_icon{
	display: inline-block;
    position: fixed;
    right: 30px;
    top: 33px;
}
.nav_icon_mail{
	width: 20px;
    margin-right: 30px;
}
.nav_icon_tel{
	width: 20px;
	cursor: pointer;
}
.nav_icon_mail:hover{
opacity: 0.7;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
}
.nav_icon_tel:hover{
opacity: 0.7;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
}
.nav_icon_tel_sp{
width: 20px;
cursor: pointer;
display:none;
}
.tel_hover {
position: absolute;
    right: 0;
	top:52px;
    padding: 18px 20px;
    background: rgba(243, 243, 243, .8);
    box-sizing: border-box;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    width: 280px;
    text-align: center;
	font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
	display:none;
	letter-spacing:0;
	border-image: linear-gradient(to right, #913d91, #004da0, #3abde8) 1;
	display:none;
}
.tel_hover span.small {
    font-size: 1.4rem;
    font-weight: 400;
}

@media screen and (min-width: 940px) {
	
nav{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
float: right;
margin-right: 80px;
}
.navbar_toggle{
  display: none;
}
.menu{
  width: 100%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.menu ul{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}	
.menu ul li{
	display: block;
  padding: 0px 20px;
	text-align: center;
}	
.tel_hover {
	display:none;
}
}


@media only screen and (max-width:940px){
    
header {
    padding: 10px 20px 25px 20px; 
}

h1 {
    width:160px;
    height: 37px;
}
main {
    margin-top: 74px;
}
	
.drawer{
padding: 22px 20px;
position: fixed;
top: 0px;
right: 0px;
pointer-events: auto;
z-index: 100;
}
	
.menu{
background: rgba(0,0,0,0.8);
height: 100%;
position: fixed;
width: 100%;
z-index: 98;
top: 0;
left:0;
}
.menu ul{
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
}	
.menu ul li{
  padding: 10px 20px;
}	
.menu ul a{
	position: relative;
	pointer-events: auto;
}
.menu ul li a{
	font-size: 1.4rem;
	color: #FFF;
	letter-spacing: 2px;
	font-weight: bold;
}
.nav_icon{
    right: 75px;
    top: 19px;
	display: flex;
}
.nav_icon_mail{
	width: 20px;
    margin-right: 20px;
}
.nav_icon_tel{
	width: 20px;
}
	
.nav_icon_tel{
display:none;
}
.nav_icon_tel_sp{
display:block;
}
}

/*フッター*/
footer {
    background: linear-gradient(to right, #913d91, #004da0, #3abde8);
    margin: 0 auto;
    padding: 30px 30px 15px 30px;
    display: block flex;
    justify-content: space-between;
}
.ft_left {
    text-align: left;
}
.ft_right {
    text-align: right;
    display: block;
    position: relative;
}
.ft_logo{
width: 200px;
}
.ft_p{
	font-size: 1.2rem;
	color: #FFF;
    line-height: 180%;
}
.ft_p a{
color: #FFF;
opacity: 0.7;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
}
.ft_p a:hover{
opacity: 1.0;
filter: alpha(opacity=100);
-moz-opacity: 1.0;
}
.ft_icon{
display: flex;
align-items: center;
gap: 30px;
margin-bottom: 20px;
justify-content: flex-end;
}
.ft_icon_mail{
	width: 20px;
}
.ft_icon_tel{
	width: 20px;
}
.ft_icon_mail:hover{
opacity: 0.7;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
}
.ft_icon_tel:hover{
opacity: 0.7;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
}
.ft_menu{
display: flex;
align-items: center;
margin-bottom: 15px;
justify-content: flex-end;
padding: 0;
}
.ft_menu ul{
margin: 0;
text-align:right;
position:relative;
list-style: none;
}
.ft_menu ul li{
margin:0 12px;
float:left;
position:relative;
}

.ft_menu ul li a{
font-size:1.3rem;
text-align:left;
position:relative;
color: #FFF;
font-weight: bold;
letter-spacing: 2px;
}
.ft_menu ul li a:hover{
opacity: 0.7;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
}
.ft_menu ul li:last-child{
margin-right:0;
}
.ft_menu2{
display: flex;
align-items: center;
margin-bottom: 20px;
justify-content: flex-end;
}
.ft_menu2 ul{
margin: 0;
text-align:right;
position:relative;
list-style: none;

}
.ft_menu2 ul li{
padding:0 18px;
float:left;
position:relative;
border-right: 1px solid #FFF;
margin: 0;
line-height: 100%;
}
.ft_menu2 ul li a{
font-size:1.3rem;
text-align:left;
position:relative;
color: #FFF;
line-height: 100%;
}
.ft_menu2 ul li a:hover{
opacity: 0.7;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
}
.ft_menu2 ul li:last-child{
padding-right:0;
border-right: none;
}
.copyright{
text-align:right;
font-size:1.2rem;
color: #FFF;
}

@media only screen and (max-width:940px){
footer {
    padding: 20px 20px 10px 20px;
    display: block;
}
.ft_left {
    text-align: center;
    margin: 0 auto 20px;
}
.ft_right {
    text-align: center;
    margin: 0 auto;
}
.ft_logo{
width: 150px;
}
.ft_icon{
justify-content: center;
margin: 0 auto 20px;
}
.ft_menu{
margin: 0 auto 15px;
justify-content: center;
text-align:center;
}
.ft_menu ul{
text-align: center;
padding: 0;
display:block;
}
.ft_menu ul li{
margin:0 12px;
}
.ft_menu ul li:last-child{
margin-right:12px;
}
.ft_menu2{
margin: 0 auto 20px;
justify-content: center;
}
.ft_menu2 ul{
text-align: center;
padding: 0;
}
.ft_menu2 ul li:last-child{
padding-right:18px;
}
.copyright{
text-align:center;
}
}


/* kv */
.kv{
  margin: 0 auto;
  height: calc( 100vh - 94px);
  position: relative;
    width: 100%;
}

table.kv_box{
display: block;
border-collapse:  collapse;
width: 100%;
margin: 0 auto;
padding: 0;
border-top: 1px dotted #b5b5b5;
border-bottom: 1px dotted #b5b5b5;
position: absolute;
top: 50%;
transform: translateY(-50%);
-webkit- transform: translateY(-50%);
}
table.kv_box th,td{
margin: 0;
padding: 0;
}
table.kv_box th{
width: 15vw;
border-right: 1px dotted #b5b5b5;
}
table.kv_box td{
width: 85vw;
}
.line{
border-top: 1px dotted #b5b5b5;
border-bottom: 1px dotted #b5b5b5;
height: 40px;
}

.kv .main-copy{
  color: #fff;
  font-size: 8vw;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 100%;
  margin: -1.4% 0;
  padding: 0;
}
.kv .main-copy span{
  font-size: 1.4vw;
letter-spacing: 0.6vw;
    margin: -100px 0px 0px 20px;
    line-height: 0;
}
.kv .sub-copy{
  color: #fff;
  font-size: 2rem;
  line-height: 200%;
  font-weight: bold;
  margin: -0.5em 0;
  padding: 0;
    letter-spacing: 0.4rem;
}

/* video */
.video{
  width: 100%;
  margin: 94px auto 0;
  height: calc( 100vh - 94px);
  background: url(images/hero.jpg)no-repeat top center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.video::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .3;
}
.video video{
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

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

.kv{
  margin: 0 auto;
  height: calc( 100vh - 74px);
  position: relative;
    width: 100%;
}
table.kv_box th,td{
margin: 0;
padding: 0;
}
table.kv_box th{
width: 10vw;
border-right: 1px dotted #b5b5b5;
}
table.kv_box td{
width: 90vw;
}
.line{
border-top: 1px dotted #b5b5b5;
border-bottom: 1px dotted #b5b5b5;
height: 40px;
}
.kv .main-copy{
  font-size: 9vw;
}
.kv .main-copy span{
  font-size: 2vw;
  margin: -100px 0px 0px 10px;
}
.kv .sub-copy{
  font-size: 1.4rem;
  line-height: 200%;
    padding-right: 20px;
    letter-spacing: 0.2rem;
}  
.video{
  margin: 74px auto 0;
  height: calc( 100vh - 74px);
}

}


/*ページ*/
article {
background: url(images/num_tate.svg)left top no-repeat;
margin: 0;
padding: 0;
background-size: 41.7px;
}
#contents_base {
    display: block;
    margin: 0px;
    padding: 60px 0 100px 41px;
}
.contents {
    max-width: 1200px;
	position: relative;
	margin: 0 auto;
	padding: 0px 30px;
}
.contents_news {
    max-width: 1200px;
	position: relative;
	margin: 0 auto 100px;
	padding: 0px 30px;
}
.contents_newspage {
    max-width: 1200px;
	position: relative;
	margin: 0 auto 80px;
	padding: 0px 30px;
}
.title_line {
display: block;
border-top: 1px dotted #b5b5b5;
border-bottom: 1px dotted #b5b5b5;
margin: 0 auto 60px;
padding: 0;
text-align: left;
}
.title_small {
font-size: 1.4rem;
    color: #898989;
    line-height: 100%;
    margin: 0;
    letter-spacing: 5px;
}
.title {
  font-size: 8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 100%;
  margin: 10px 0 -10px 0;
  padding: 0;
  letter-spacing: 5px;
}
.contents_flex {
    max-width: 1200px;
    display: block flex;
    justify-content: center;
    gap:40px;
	margin: 0 auto 80px;
	padding: 0px 30px; 
    flex-wrap: wrap;
}
.case_flex {
    max-width: 1200px;
    display: grid block;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
    margin: 0 auto 80px;
    padding: 0px 30px;
}
.case_box {
display: block;
position: relative;
}
.case_img {
margin: 0 auto 15px;
overflow:hidden;
}
.case_img img {
transition: 0.5s;
}
.case_img img:hover {
transform:scale(1.2,1.2);
}
.case_tit {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: -5px;
    letter-spacing: 3px;
    line-height: 160%;
}
.case_url {
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
    color: #898989;
  margin-bottom: 18px;
}
.case_p {
  font-size: 1.4rem;
    line-height: 180%;
    margin-bottom: 20px;
}
.case_btn a{
    float: right;
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: 0.5s;
    margin-top: 10px;
    margin-left: 10px;
    background: url(images/icon_allow.svg)center center no-repeat #000;
    background-size: 14px 14px;
}
.case_btn a:hover {
transform:scale(1.2,1.2);
}
.case_tag_area{
    display: block flex;
    flex-wrap: wrap;
    gap:5px;
}
.case_tag{
  font-size: 1.2rem;
  color: #898989;
    display: inline-block;
    background-color: #e0e1e1;
    padding: 3px 5px;
    border-radius: 3px;
    margin: 0;
    line-height: 100%;
    letter-spacing: 0;
}
.case_more_btn a{
    display: block;
    border: #000 1px solid;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
    margin: 40px auto 0;
    padding: 20px 50px;
    max-width: 300px;
    font-size: 2rem;
    text-align: center;
    color: #000;
    letter-spacing: 3px;
        transition: 0.5s;
}
.case_more_btn a:hover{
  border-image: linear-gradient(to right, #913d91, #004da0, #3abde8) 1;
  -webkit-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}
.case_main_img{
margin: 30px auto 40px;
max-width: 800px;
width: 100%;
text-align: center;
}
.case_nav{
display: block flex;
align-items: center;
justify-content: space-between;
gap:30px;
}
.case_nav_p{
font-family: "Poppins", sans-serif;
font-weight: 600;
font-size: 2rem;
letter-spacing: 2px;
line-height: 0;
}
.case_nav_prev{
display: flex;
align-items: center;
justify-content: flex-start;
gap:30px;
}
.case_nav_next{
display: flex;
align-items: center;
justify-content: flex-end;
gap:30px;
}
.case_nav_next_btn a{
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: 0.5s;
    background: url(images/icon_allow.svg)center center no-repeat #000;
    background-size: 14px 14px;
}
.case_nav_next_btn a:hover {
transform:scale(1.2,1.2);
}
.case_nav_prev_btn a{
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: 0.5s;
    background: url(images/icon_allow_left.svg)center center no-repeat #000;
    background-size: 14px 14px;
}
.case_nav_prev_btn a:hover {
transform:scale(1.2,1.2);
}
.case_nav_line {
    display: block;
    border-top: 1px dotted #b5b5b5;
    border-bottom: 1px dotted #b5b5b5;
    margin: 60px auto 0;
    padding: 0;
    text-align: center;
}

.recruit_box{
display: block;
margin: 0;
background-color: #000;
padding: 60px 0px;
}
.recruit_tit{
font-size: 1.8rem;
font-weight: bold;
margin: -15px auto 40px;
color: #fff;
text-align: center;
letter-spacing: 2px;
}
.recruit_flex {
max-width: 1200px;
display: grid block;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 20px 40px;
margin: 0 auto;
padding: 0px 30px;
}
.recruit_item{
display: block;
background-color: #b5b5b6;
padding: 10px 80px 5px 25px;
border-radius: 5px;
position: relative;
}
.recruit_item_tit{
display: inline-block;
background-color: #000;
padding: 5px 10px;
font-size: 1.2rem;
color: #fff;
letter-spacing: 3px;
margin-bottom: 0px;
line-height: 100%;
}
.recruit_item_p{
font-size: 1.4rem;
font-weight: bold;
letter-spacing: 2px;
line-height: 150%;
}
.rec_btn{
    position: absolute;
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: 0.5s;
    background: url(images/icon_allow.svg)center center no-repeat #000;
    background-size: 14px 14px;
top: 50%;
margin-top: -20px;
    right:25px;
}
.rec_btn:hover {
transform:scale(1.2,1.2);
opacity:1!important;
}
.rec_btn_link:hover .rec_btn {
transform:scale(1.2,1.2);
opacity:1!important;
}
.rec_btn_link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
.mp_bn{
margin: 30px auto;
max-width: 720px;
padding: 0 25px;
transition: 0.5s;
}
.mp_bn:hover{
transform:scale(1.05,1.05);
}
.page_title_base{
display: block;
background-color: #000;
text-align: center;
margin: 0;
padding: 25px;
}
.page_title_small {
font-size: 1.4rem;
    font-weight: bold;
    color: #898989;
    line-height: 100%;
    margin: 0;
    letter-spacing: 10px;
}
.page_title {
  font-size: 5rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 100%;
  margin: 12px 0 -8px 0;
  padding: 0;
  letter-spacing: 5px;
color: #fff;
}

table.company_table{
width: 100%;
margin: 0px auto;
border-collapse:  collapse;
}
table.company_table th,
table.company_table td {
    font-size: 1.4rem;
    padding: 30px 0;
    margin: 0;
}
table.company_table th {
    width: 20%;
    min-width: 150px;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: left;
    border-top: solid 1px #b5b5b5;
    border-bottom: solid 1px #b5b5b5;
}
table.company_table td {
    color: #898989;
    line-height: 180%;
    border-top: solid 1px #b5b5b5;
    border-bottom: solid 1px #b5b5b5;
}
.link_btn {
    text-decoration: underline;
    color: #898989;
}
.link_btn:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(images/icon_link.svg) no-repeat;
    background-position: center;
    background-size: contain;
    margin: 0px 6px;
    transition: all .3s;
}
table.company_table td span {
    color: #000;
    font-weight: bold;
}
.recruit_page_tit{
display: block;
border-bottom: dotted 1px #b5b5b5; 
font-size: 1.8rem;
font-weight: bold;
margin: 0px auto 70px;
text-align: center;
letter-spacing: 2px;
line-height: 100%;
}
.recruit_page_job_tit{
display: block;
border-bottom: dotted 1px #b5b5b5; 
font-size: 2.2rem;
font-weight: bold;
margin: 0px auto 40px;
text-align: center;
letter-spacing: 5px;
line-height: 100%;
}
.recruit_page_item{
display: block flex;
align-items: center;
border: solid 1px #000; 
padding: 30px 25px 30px 25px;
border-radius: 5px;
width: 20%;
position: relative;
min-width: 250px;
}
.recruit_page_item_p{
font-size: 1.4rem;
font-weight: bold;
letter-spacing: 2px;
line-height: 0%;
}
.recruit_page_title{
font-size: 2.2rem;
font-weight: bold;
letter-spacing: 2px;
line-height: 100%;
display: flex;
align-items: center;
margin: 0;
}
.recruit_page_title span{
display: inline-block;
background-color: #000;
padding: 0px 10px;
font-size: 1.2rem;
color: #fff;
letter-spacing: 3px;
margin-right: 20px;
font-weight: normal;
}
.recruit_page_title_line{
display: block;
border-bottom: dotted 1px #b5b5b5; 
margin: 0 auto 80px;
padding: 0;
}

.news_item{
display: block flex;
border-top: dotted 1px #b5b5b5; 
padding: 28px 0px 22px 0px;
justify-content: space-between;
align-items: center;
margin: 0 auto;
position:relative;
	&:not(:has(~ .news_item)) {
    border-bottom: dotted 1px #b5b5b5; 
  }
}
.news_date{
font-size: 1.2rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 100%;
    margin-bottom: 8px;
    margin-top: 0;
}
.contents_news p{
font-size: 1.5rem;
line-height: 180%;
margin: 0;
}
.news_btn{
    display: block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: 0.5s;
    background: url(images/icon_allow.svg)center center no-repeat #000;
    background-size: 14px 14px;
    margin-left: 15px;
}
.news_btn:hover {
transform:scale(1.2,1.2);
}
.news_btn_link:hover .news_btn {
transform:scale(1.2,1.2);
opacity:1!important;
}
.news_btn_link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}
.news_title{
font-size: 2rem;
font-weight: bold;
line-height: 140%;
margin: 20px 0 -5px 0;
}
.contents_newspage img{
margin: 0 auto 30px;
max-width: 600px !important;
width: 100%;
text-align: center;
display: block;
}
.contents_newspage p{
font-size: 1.4rem;
line-height: 200%;
margin-bottom: 50px;
color: #898989;
}

table.bussiness_table{
width: 100%;
margin: 0px auto;
border-collapse:  collapse;
}
table.bussiness_table th,
table.bussiness_table td {
    padding: 0;
    margin: 0;
    display: table-cell;
}
table.bussiness_table th {
    width: 40%;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: left;
    border-left: dotted 1px #b5b5b5;
    line-height: 180%;
    padding: 0 20px 0 0;
    vertical-align: top;
}
table.bussiness_table td {
    font-size: 1.4rem;
    border-left: dotted 1px #b5b5b5;
    border-right: dotted 1px #b5b5b5;
    line-height: 200%;
    color: #898989;
}
table.bussiness_table td.juzu_box {
    font-weight: bold;
    display: block;
    padding: 0;
    border-left:none;
}
.juzu {
    list-style: none;
    line-height: 160%;
    padding: 0;
    margin: 0;
    border-left: 1px solid;
    border-image: linear-gradient(to bottom, #913d91, #004da0, #3abde8) 1;
}
ul.juzu li {
    padding-bottom: 15px;
    padding-left: 40px;
    position: relative;
    color: #000;
}
ul.juzu li:last-child {
    padding-bottom: 0px;
}
.juzu01:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #913d91;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position: absolute;
    left: -5px;
    top:5px;
}
.juzu02:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #704195;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position: absolute;
    left: -5px;
    top:5px;
}
.juzu03:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #514498;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position: absolute;
    left: -5px;
    top:5px;
}
.juzu04:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #31479b;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position: absolute;
    left: -5px;
    top:5px;
}
.juzu05:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #104b9e;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position: absolute;
    left: -5px;
    top:5px;
}
.juzu06:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #0659a8;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position: absolute;
    left: -5px;
    top:5px;
}
.juzu07:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #1372b8;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position: absolute;
    left: -5px;
    top:5px;
}
.juzu08:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #208bc8;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position: absolute;
    left: -5px;
    top:5px;
}
.juzu09:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #2da4d8;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position: absolute;
    left: -5px;
    top:5px;
}
.juzu10:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #3abde8;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
    position: absolute;
    left: -5px;
    top:5px;
}
.business_title{
font-size: 5rem;
font-family: "Poppins", sans-serif;
font-weight: 600;
font-style: normal;
letter-spacing: 5px;
line-height: 100%;
display: flex;
align-items: center;
margin: 0 0 -7px 0;
}
.business_title span{
color: #898989;
font-size: 1.4rem;
letter-spacing: 3px;
margin-left: 20px;
font-weight: normal;
}
.business_title_line{
display: block;
border-bottom: dotted 1px #b5b5b5; 
margin: 0 auto 60px;
padding: 0;
}

.contact_p {
    font-size: 1.6rem;
    margin: 0 auto 30px;
    line-height: 180%;
    text-align: center;
}
.error_messe{
    font-size: 1.4rem!important;
    color: #898989;
}
#formbase {
	margin: 0 auto;
    max-width: 800px;
}
#formWrap {
	margin:0px auto;
}
table.contact_table{
	margin:0px auto;
	border-collapse:collapse;
	width:100%;
	text-align: left;
    box-sizing: border-box;
}
table.contact_table td,
table.contact_table th{
	float:left;
	font-size:1.6rem;
	width: 100%;
}
table.contact_table td p,
table.contact_table th p{
	margin:0;
	padding:0;
}
table.contact_table td{
	margin-bottom: 30px;
    line-height: 180%;
}
table.contact_table th{
	margin-bottom: 15px;
	font-weight: bold;
}
textarea {overflow: auto;}
input, textarea, select {
border: 1px solid #898989;
background-color: #FFF;
padding: 12px 15px;
font-size: 1.5rem;
border-radius: 3px;
line-height: 160%;
box-sizing: border-box;
width: 100%;
}
input[type="radio"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #898989;
  border-radius: 50%;
  vertical-align: -2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
    padding: 0;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(to right, #913d91, #004da0, #3abde8);
  content: '';
}
.wpcf7-list-item {
    margin: 0 1em 0 0!important;
}
.sendbutton{
	max-width:550px;
	margin:30px auto 0;
    display: flex block;;
    justify-content: space-between;
    gap:50px;
}
.sendbutton{
	max-width:550px;
	margin:30px auto 0;
    display: flex inline-block;
    justify-content: center;
    gap:50px;
}
.contact_button{
    -webkit-appearance: none;
    display: block;
  font-weight: bold;
    margin: 0 auto;
    padding: 15px 60px;
    font-size: 1.6rem;
    text-align: center;
    color: #000;
    letter-spacing: 3px;
    transition: 0.5s;
    cursor: pointer;
    border-radius: 0;
    border: 1px #000 solid;
    width: 250px;
}
.contact_button:hover{
  border-image: linear-gradient(to right, #913d91, #004da0, #3abde8) 1;
  -webkit-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}
.hissu{
	font-size: 1.2rem;
	color: #FFF;
	font-weight: bold;
	background: linear-gradient(to right, #913d91, #004da0, #3abde8);
	padding: 2px 4px;
    margin-left: 5px;
}
.contact_thanks {
    font-size: 5rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
    line-height: 100%;
    margin: 0 auto 40px;
    padding: 0;
    letter-spacing: 5px;
    color: #898989;
    text-align: center;
}
.policy_p {
    font-size: 1.5rem;
    line-height: 200%;
    margin-bottom: 40px;
}
.policy_p2 {
    font-size: 1.5rem;
    line-height: 180%;
    text-align: right;
}

.btn_link_over::after{
  position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}


@media only screen and (max-width:798px){
.ft_menu{
display: table;
text-align: center;
margin-left: auto;
margin-right: auto;
}   
.ft_menu ul li{
margin:0 auto 12px;
float:none;
}
.ft_menu ul li:last-child{
margin-right:0;
}
.ft_menu2{
text-align: center;
}
.ft_menu2 ul{
display: flex;
justify-content: center;
list-style: none;
text-align: center;
}
.ft_menu2 ul li{
margin:0 auto 10px;
float:none;
border-right: none;
padding:0 5px;
}

article {
background: none;
}
#contents_base {
    padding: 40px 0 60px 0px;
}
.contents {
	padding: 0px 25px;
}
.contents_news {
    padding: 0px 25px;
	margin: 0 auto 60px;
}
.contents_newspage {
    padding: 0px 25px;
	margin: 0 auto 40px;
}	
.title_line {
margin: 0 auto 40px;
}
.title_small {
font-size: 1.2rem;
    letter-spacing: 3px;
}
.title {
  font-size: 4.5rem;
  margin: 10px 0 -5px 0;
letter-spacing: 3px;
}
.contents_flex {
    display: block;
    gap:0px;
	margin: 0 auto 40px;
	padding: 0px 25px;  
}
.case_box {
	margin: 0px auto 35px;
    min-width: none;
    width: 100%;
}
.case_flex {
	display: block;
    gap:0px;
	margin: 0 auto 40px;
	padding: 0px 25px;
}
.case_img {
margin: 0 auto 12px;
}
.case_tit {
  font-size: 1.6rem;
  margin-bottom: -5px;
    letter-spacing: 2px;
}
.case_url {
  font-size: 1rem;
  margin-bottom: 14px;
}
.case_p {
  font-size: 1.3rem;
margin-bottom: 15px;
}
.case_btn{
    margin-top: 6px;
}
.case_tag{
  font-size: 1.1rem;
}
.case_more_btn a{
    padding: 15px 35px;
    max-width: 250px;
    font-size: 1.7rem;
    letter-spacing: 2px;
	box-sizing:border-box;
	margin: 25px auto 0;
}
.case_main_img{
margin: 20px auto 25px;
}
.case_nav_p{
font-size: 1.6rem;
letter-spacing: 2px;
}
.case_nav_prev{
gap:20px;
}
.case_nav_next{
gap:20px;
}
.case_nav_line {
    margin: 35px auto 0;
}
    
.recruit_box{
padding: 40px 0px;
}
.recruit_tit{
font-size: 1.5rem;
margin: -15px auto 27px;
}
.recruit_flex{
display: block;
gap:0px;
padding: 0px 25px; 
}
.recruit_item{
padding: 8px 70px 2px 20px;
border-radius: 5px;
min-width: 200px;
max-width: 300px;
margin: 0 auto 10px;
box-sizing: border-box;
}
.recruit_item_tit{
padding: 4px 8px;
font-size: 1.1rem;
letter-spacing: 3px;
margin-bottom: -5px;
}
.recruit_item_p{
font-size: 1.3rem;
}
.rec_btn{
    right:20px;
}
.mp_bn{
margin: 20px auto;
}
.page_title_base {
padding: 20px;
}
.page_title_small {
font-size: 1.1rem;
letter-spacing: 8px;
}
.page_title {
  font-size: 2.5rem;
  margin: 10px 0 -5px 0;
letter-spacing: 3px;
}

table.company_table th,
table.company_table td {
    display: block;
    width: 100%;
    font-size: 1.3rem;
}
table.company_table th {
    width: 100%;
    border-top: dotted 1px #b5b5b5;
    border-bottom: none;
    padding: 20px 0 10px 0;
}
table.company_table td {
    border: none;
    padding: 0px 0 15px 0;
    font-size: 1.3rem;
}  
table.company_table td.last {
    border-bottom: dotted 1px #b5b5b5;
}  
.link_btn:after {
    width: 12px;
    height: 12px;
    margin: 0px 5px;
}
    
.recruit_page_tit{
font-size: 1.5rem;
margin: 0 auto 32px;
}
.recruit_page_job_tit{
font-size: 1.8rem;
margin: 0 auto 28px;
}
.recruit_page_item{
padding: 20px 20px 20px 20px;
border-radius: 5px;
min-width: 270px;
max-width: 340px;
margin: 0 auto 10px;
width: 100%;
box-sizing: border-box;
}
.recruit_page_item_p{
font-size: 1.3rem;
}
.recruit_page_title{
font-size: 1.6rem;
}
.recruit_page_title span{
padding: 0px 8px;
font-size: 1.1rem;
margin-right: 12px;
}
.recruit_page_title_line{
margin: 0 auto 45px;
}
    
.news_item{
padding: 22px 0px 18px 0px;
}
.news_date{
font-size: 1.2rem;
margin-bottom: 6px;
}
.contents_news p{
font-size: 1.2rem;
}
.news_title{
font-size: 1.6rem;
margin: 10px 0 -5px 0;
}
.contents_newspage img{
margin: 0 auto 18px;
}
.contents_newspage p{
font-size: 1.2rem;
line-height: 180%;
margin-bottom: 35px;
}
    
table.bussiness_table{
width: 100%;
margin: 0px auto;
border-collapse:  collapse;
}
table.bussiness_table th,
table.bussiness_table td {
width: 100%;
display: block;
}
table.bussiness_table th {
    width: 100%;
    font-size: 1.8rem;
    letter-spacing: 2px;
    border-right: dotted 1px #b5b5b5;
    line-height: 160%;
    padding: 0 0 12px 0;
}
table.bussiness_table td {
    font-size: 1.3rem;
    line-height: 180%;
}
table.bussiness_table td.juzu_box {
    padding: 0 1px 0 0;
}
ul.juzu li {
    padding-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
    
.business_title{
font-size: 4.5rem;
margin: 0 0 5px 0;
letter-spacing: 3px;
display: block;
}
.business_title span{
font-size: 1.2rem;
letter-spacing: 3px;
margin: 0;
line-height: 200%;
}
.business_title_line{
margin: 0 auto 40px;
}
    
.contact_p {
    font-size: 1.3rem;
    margin-bottom: 20px;
    text-align: left;
}
.error_messe{
    font-size: 1.1rem!important;
}
table.contact_table td,
table.contact_table th{
	font-size:1.4rem;
}
table.contact_table td{
	margin-bottom: 25px;
}
table.contact_table th{
	margin-bottom: 10px;
}
textarea {overflow: auto;}
input, textarea, select {
padding: 8px 10px;
font-size: 1.3rem;
}
.sendbutton{
    max-width: 400px;
	margin:10px auto 0;
    gap:30px;
}
.contact_button{
    padding: 15px 35px;
    font-size: 1.5rem;
}
.hissu{
	font-size: 1.1rem;
    margin-left: 4px;
}
.contact_thanks {
font-size: 2.5rem;
margin: 0 auto 20px;
letter-spacing: 2px;
}
    
.policy_p {
    font-size: 1.3rem;
    line-height: 180%;
    margin-bottom: 25px;
}
.policy_p2 {
    font-size: 1.3rem;
    line-height: 160%;
}
    
.br-pc {
  display: none;
}
	
.br-sp {
  display: block;
}
	
}



/* ページTOPに戻る */
.pagetop {
	display: none;
	position:fixed;
	right:30px;
	bottom:200px;
	z-index:100;
}
.pagetop a{
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: 0.5s;
    background: url(images/icon_allow_top.svg)center center no-repeat #000;
    background-size: 16px 16px;
	border:1px solid #fff;
}
.pagetop a:hover {
transform:scale(1.2,1.2);
}
@media screen and (max-width: 768px) {
.pagetop a{
    width: 40px;
    height: 40px;
}
.pagetop {
	right:20px;
	bottom:20px;
}
}

/*フォーム*/
.wpcf7-response-output{
    display:none;
}
span.wpcf7-not-valid-tip {
    color: #a00;
    font-size: 1.3rem;
	margin-top:5px;
    display: block;
	line-height: 1.4;
}
.wpcf7_txt{
    margin-top:10px;
}
.wpcf7_birthday p{
    display:flex;
	align-items:center;
	gap:10px;
}
.error-message {
    color: #a00;
    font-size: 1.3rem;
    margin-top: 80px;
    display: block;
    line-height: 1.4;
}
#your-year {
    max-width:190px;
}

/*フェードイン*/
.fadein, .time-fadein {
	opacity: 0;
	transform: translate(0, 40px);
	transition: all 800ms;
}
.fadein.scrollin, .time-fadein.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}
.fadein.fadein_l, .time-fadein.fadein_l {
	transform: translate(-50px, 0);
	transition: all 800ms;
	opacity: 0;
}
.fadein.fadein_l.scrollin, .time-fadein.fadein_l.scrollin {
	transform: translate(0, 0);
	opacity: 1;
}
.fadein.fadein_r.fadein, .time-fadein.fadein_r.fadein {
	transform: translate(50px, 0);
	transition: all 800ms;
	opacity: 0;
}
.fadein.fadein_r.scrollin, .time-fadein.fadein_r.scrollin {
	transform: translate(0, 0);
	opacity: 1;
}
@media screen and (max-width:850px) {
	/*タブレット以下は下からスライドに固定(横ずれを防ぐ為)*/
	.fadein, .time-fadein {
		transform: translate(0, 40px) !important;
	}
	.fadein.scrollin, .time-fadein.scrollin {
		opacity: 1;
		transform: translate(0, 0) !important;
	}
}