@charset "UTF-8";
/* CSS Document */


:root {
  --font-family:  "fot-udkakugo-large-pr6n", sans-serif;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 600;
  --font-weight-extra-bold: 700;
}



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

.content_wrapper {
    margin-left: 10px;
    margin-right: 10px;
}
main {
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
    main {
        margin-top: 70px;
    }
}

h2,
.entry-body h2 {
    font-size: 160%;
    padding: 15px 30px 13px;
    background-color: #F8F8F8;
    border-radius: 5px;
    font-family: var(--font-family);
    font-weight: var(--font-weight-bold);
}

h3,
.entry-body h3 {
    font-size: 150%;
    padding-bottom: 6px;
    border-bottom: solid 1px #DDD;
    font-family: var(--font-family);
    font-weight: var(--font-weight-bold);
}
h4,
.entry-body h4 {
    font-size: 120%;
    padding-left: 10px;
    border-left: solid 7px #999;
    font-family: var(--font-family);
    font-weight: var(--font-weight-bold);
}

.entry-body .btn-dark,
.entry-body .btn-dark:link,
.entry-body .btn-dark:visited{
    color: #FFF;
    border: none;
}

.entry-body .page ul {
    list-style: none;
}

table td,
table th {
    white-space: normal !important;
}

.spec_table th {
    min-width: 150px;
    font-size: 80%;
    color: #444;
    padding-bottom: 40px !important;
}

.spec_table td {
    font-size: 95%;
    padding-bottom: 30px !important;
}
.spec_table .span {
    font-weight: bold;
}
.spec_table .miniText {
    font-size: 80%;
    color: #555;
}



ul.disc {
    
}
ul.disc li::before {
    content: "●";
    margin-right: 10px;
    color: rgba(157,157,157,1.00);
}


@media screen and (max-width: 767px){
    .js-acms-offcanvas-body {
        transition: 0.5s;
    }
    .offcanvas-btn {
        top:20px;
        bottom: auto;
        z-index: 9999;
        width: 45px;
        height: 45px;
        padding: 14px 0;
        border-radius: 3px;
        box-shadow: rgba(0,0,0,0.4) 0 1px 2px ,rgba(0,0,0,0.1) 0 1px 3px 1px;
    }
    .js-acms-offcanvas-open .offcanvas-btn {
        box-shadow: none;
        opacity: 0.7;
    }
    
    
    #offcanvas {
        padding-top: 80px;
        box-shadow: rgba(0,0,0,0.3) -1px 0 1px, rgba(0,0,0,0.1) -2px 0 2px;
    }
    
    .spec_table th,
    .spec_table td{
        width: 100%;
        display: block;
    }
    
}


/*　左右パディング用 */
.marginBox {
    margin-left: 10px;
    margin-right: 10px;
}
.entry-body table{
    width: auto;
}
.header-nav-wrap {
    position: sticky;
    top:0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.83);
    z-index: 999;
    max-height: 120px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow:  rgba(0,0,0,0.05) 0 1px 1px 0px, rgba(0,0,0,0.02) 0 1px 2px 1px;
}

.mainnav ul {
    display: flex;
	justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.mainnav li {
    margin: 0;
    padding: 0;
    text-align: center;
}
.mainnav li a {
    display: block;
    padding: 10px calc(100vw * 0.013);
    font-size: 13px;
    color: #000;
}
.mainnav li a:hover {
    text-decoration: none;
}
.mainnav .nav_icon img{
    max-width: 58px;
    height: auto;
    margin-bottom: 7px;
	width: 58px;
}


nav.top-message .top-message ,
nav.company .company ,
nav.jobs .jobs  ,
nav.person .person ,
nav.atmosphere .atmosphere ,
nav.recruitment .recruitment {
    font-family: var(--font-family);
    font-weight: var(--font-weight-regular);
}




.mainnav .nav_text img{
    max-width: 58px;
    height: auto;
    margin-bottom: 7px;
}

.mainnav .nav_text {
    line-height: 1.2;
}
.mainnav .nav_text br{
    display: none;
}


@media screen and (max-width: 979px) {
    .mainnav .nav_icon img{
        max-width: 50px;
        height: auto;
    }
	.mainnav ul {
		flex-wrap: wrap;
	}
    .mainnav li a {
        padding: 10px calc(100vw * 0.01);
    }
	.mainnav .nav_text br{
		display: block;
	}
}

.inqbtn .header_inq_btn,
.inqbtn .header_inq_btn:hover{
    display: inline-block;
    padding: 7px 25px;
    color: #333;
    background-color: #FFF;
    border: solid 1px #dadada;
    font-size: 12px;
    text-decoration: none;
}
.nav-wrap nav {
    display: flex;
    align-items: center;
}



@media screen and (max-width: 767px){
    .header {
        width: 100%;
    }
}

.nav-wrap {
    width: 85%;
}
.mainnav {
    width: 82%;
}
.inqbtn {
    width: 18%;
    text-align: right;
    font-size: 13px;
}
a.rec_btn {
    text-align: center;
    padding: 14px 25px;
    min-width: 220px;
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    background-color: #635C75;
    color: #FFF;
    text-decoration: none;
    border-radius: 3px;
    transition: .5s;
}
a.rec_btn:link,
a.rec_btn:hover ,
a.rec_btn:visited {
    color: #FFF;
}


.app_button {
    display: inline-block;
    background-color: #73AA27;
    color: #FFF !important;
    transition: 0.5s;
    text-align: center;
}
.entry-body a.app_button {
    border-bottom: 0;
}

.app_button:visited {
    color: #FFF !important;
}
.app_btn_s {
    padding: 10px;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.3) 0 1px 2px, rgba(0,0,0,0.1) 0 1px 2px 2px;
    font-size: 16px;
    min-width: 180px;
}
.app_btn_m {
    padding: 16px 46px;
    border-radius: 5px;
    box-shadow: rgba(0,0,0,0.3) 0 1px 2px, rgba(0,0,0,0.1) 0 2px 3px 2px;
    font-size: 17px;
    min-width: 220px;
}
.app_btn_l {
    padding: 20px 30px;
    border-radius: 9px;
    box-shadow: rgba(0,0,0,0.3) 0 0 2px, rgba(0,0,0,0.1) 0 1px 4px 2px;
    font-size: 20px;
    min-width: 380px;
}


/* フッター */
.footer .mainnav {
    width: 100%;
    font-size: 16px;
}
.footer .inqbtn {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.footer .mainnav img {
    display: none;
}



.samnail {
    box-shadow: rgba(0,0,0,0.2) 0 2px 3px, rgba(0,0,0,0.12) 0 1px 8px 1px;
    border-radius: 15px;
    transition: 0.5s;
}
a .samnail:hover {
    box-shadow: rgba(0,0,0,0.5) 0 2px 3px, rgba(0,0,0,0.2) 0 2px 15px 4px;

}


.menu_text {
    display: none;
}


@media screen and (max-width: 767px) {
    .mainnav {
        width: 100%;
    }
    .mainnav {
        width: 100%;
        margin-top: 15px;
    }
        .mainnav li {
            width: 48%;
            font-size: 13px;
        }
    .inqbtn {
        margin-top: 20px;
        width: 100%;
        text-align: center;
        font-size: 13px;
    }
        .menu_text {
            display: block;
            text-align: center;
            margin-top: 15px;
        }
    .footer nav {
      display: none;
    }
}



body {
    font-family: 'UD新ゴNT R';
    background-color: #F5F5F5 !important;
} 
.h1_wrap {
    text-align: center;
    margin-bottom: 60px;
}

.h1_wrap {
        margin-bottom: 30px;
    }


.page_title {
    font-size: 225%;
    margin-bottom: 40px;
    font-family: var(--font-family);
    font-weight: var(--font-weight-bold);
    padding-bottom: 6px;
    border-bottom: dotted 1px #c3c3c3;
	text-transform: none;
}
@media screen and (max-width: 767px){
    .page_title {
        margin-bottom: 30px;
    }
}


/* タグクラウド */
.tag-cloud {
    padding: 15px;
    border: solid 1px #DDD;
    border-radius: 4px;
    
}
.tag-cloud li {
    padding: 15px 10px;
}
.tag-cloud li a {
    white-space: nowrap;
}
.tag-cloud h4 {
    font-size: 80%;
}

.font_size_s {
    font-size: 80%;
}


/* トップメッセージ */
.top_message {
    padding-left: 15px;
    padding-right: 15px;
}
.top_message_block {
    margin-bottom: 80px;    
}
.top_message .q {
    font-size: 95%;
    margin-bottom: 15px;
    font-family: 'UD新ゴNT R';
    margin-left: 10px;
    margin-right: 10px;
    color: rgba(98,98,98,1.00);
}
.top_message h4{
    font-size: 135%;
    font-family: 'UD新ゴNT M';
    color: rgba(94,72,17,1.00);
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom:  dotted 2px rgba(176,175,175,1.00);
}
.top_message .a p{
    line-height: 220%;
}


/*スライドショー*/
.bx-wrapper {
    max-width:640px;
    margin-left: auto !important;
    margin-right: auto !important;
}
.bx-wrapper a.bx-prev,
.bx-wrapper .bx-controls-direction a.bx-prev,
.bx-wrapper .bx-controls-direction a.bx-prev:visited,
.bx-wrapper .bx-controls-direction a.bx-next,
.bx-wrapper .bx-controls-direction a.bx-next:visited{
    border: none !important;
}

.bx-wrapper .columnImage {
    width: auto;
}
.bx-wrapper .bx-viewport {
    left: auto !important;
}
.acms-entry  .bx-wrapper [class*=column-image-] {
    padding: 0;
    margin: 0;
}
.acms-entry [class*=column-eximage-] .caption, .acms-entry [class*=column-image-] .caption, .acms-entry [class*=column-media-] .caption {
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 0;
}





footer .mainnav li a {
    font-size: 16px;
}
footer .mainnav {
    margin-bottom: 15px;
}


/* ページ内リンク */
.pageLink ul,
.pageLink ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pageLink ul {
    display: grid;
	grid-template-columns: repeat(3, 1fr);
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: rgba(0,0,0,0.3) 0 0 2px, rgba(0,0,0,0.08)  0 0 3px 2px;
    border-radius: 3px;
}
@media screen and (max-width: 767px) {
	.pageLink ul {
		display: block;
	}
}
.pageLink ul li {
    flex-grow:1;
}
.entry-body .pageLink ul li a{
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 10px;
    background-color: #eaeaee;
    box-shadow: 0;
    border: none;
    border-right: solid 1px #C8C8C8;
    text-align: center;
    font-size: 80%;
}
.entry-body .pageLink ul li:first-child a{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.entry-body .pageLink ul li:last-child a{
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-right: none;
}


.pageLinkTop:before {
  display: block;
  height: 100px;
  margin-top: -100px;
  content: "";
}


.news.person_entry main .container {
    max-width: 670px;
}



/*ビデオ埋め込み*/
.videoBox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 56.25% 0 0;
    background-color: #FAFAFA;
    margin: 0 0 0px;
}
.videoBox iframe, .videoBox div.jstream-eqPlayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/* ニュース */
.news_wrap_all {
    margin-top: 70px;
}
.news_wrap {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
}
.news_wrap > div {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    width: calc( 100% / 4 );
}
.news_wrap p {
    color: #444;
}

.news_wrap a:hover {
    text-decoration: none;
}
.news_wrap p {
    margin-top: 15px;
    font-size: 13px;
}
@media screen and (max-width: 979px) {
	.news_wrap > div {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 10px;
		width: calc( 100% / 2 );
	}
}


@media screen and (max-width: 767px) {
    .news_wrap a {
        border-top:solid 1px #DDD;
        width: calc( 100% );
        padding-top: 8px;
        padding-bottom: 8px;

    }
	.news_wrap > div {
		width: 100%;
	}
    .news_wrap a:last-child {
        border-bottom:solid 1px #DDD;
    }
    .news_wrap a p {
        margin-top: 0;
        margin-bottom: 0;
    }
    .news_wrap .samnail {
       /* display: none; */
        margin-bottom: 10px;
    }
}





/* スライダー */
.bx-wrapper .caption {
	position: absolute;
	top:0;
	left: 0;
	padding: 5px !important;
	background-color: rgba(255,255,255,0.89);
	z-index: 50;
}

/* スライダーテスト 削除してもOK */

.slider_imgs {
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-position: center center;
}
.slider_caption {
	position: absolute;
	left: 2px;
	bottom: 2px;
	background-color: rgba(255,255,255,0.9);
	padding: 6px;
	line-height: 1.1;
	font-size: 13px;
	color: #000;
}

/*GLOBALS*/
*{margin:0; padding:0; list-style:none;}
a{text-decoration:none;	color:#666;}
a:hover{color:#1bc1a3;}
body, hmtl{background: #ecf0f1; font-family: 'Anton', sans-serif;}


#wrapper{
	max-width:700px;
	margin:50px auto;
	aspect-ratio: 700/466;
	position:relative;
	color:#fff;
}
#slider-wrap{
	position:relative;
	overflow:hidden;
	aspect-ratio: 700/466;
	padding: 10px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3),  0 2px 2px 2px rgba(0,0,0,0.05);
	background-color: #FFF;
}

#slider-wrap ul#slider{
	width:100%;
	height:100%;
	
	position:absolute;
	top:0;
	left:0;		
	margin: 0 !important;
	padding: 0 !important;
}

#slider-wrap ul#slider li{
	float:left;
	position:relative;
	aspect-ratio: 700/466;
	height:100%;
	margin: 0 !important;
	padding: 0 !important;
}

#slider-wrap ul#slider li > div{
	position:absolute;
	top:0px;
	left:0px;	
}

#slider-wrap ul#slider li > div h3{
	font-size:36px;
	text-transform:uppercase;	
}

#slider-wrap ul#slider li > div span{
	font-family: Neucha, Arial, sans serif;
	font-size:21px;
}

#slider-wrap ul#slider li i{
	text-align:center;
	line-height:100%;
	display:block;
	width:100%;
	font-size:90px;	
}


/*btns*/
.btns{
	position:absolute;
	width:50px;
	height:60px;
	top:50%;
	margin-top:-25px;
	line-height:57px;
	text-align:center;
	cursor:pointer;	
	background:rgba(0,0,0,0.1);
	z-index:100;
	
	
	-webkit-user-select: none;  
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-ms-user-select: none;
	
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.btns:hover{
	background:rgba(0,0,0,0.3);	
}

#next{right:-50px; border-radius:7px 0px 0px 7px;}
#previous{left:-50px; border-radius:0px 7px 7px 7px;}
#counter{
	top: 30px; 
	right:35px; 
	width:auto;
	position:absolute;
}

#slider-wrap.active #next{right:0px;}
#slider-wrap.active #previous{left:0px;}


/*bar*/
#pagination-wrap{
	min-width:20px;
	margin-top: 430px;
	margin-left: auto; 
	margin-right: auto;
	height:15px;
	position:relative;
	text-align:center;
}

#pagination-wrap ul {
	width:100%;
}

#pagination-wrap ul li{
	margin: 0 4px;
	display: inline-block;
	width:5px;
	height:5px;
	border-radius:50%;
	background:#fff;
	opacity:0.5;
	position:relative;
  top:0;
  
  
}

#pagination-wrap ul li.active{
  width:12px;
  height:12px;
  top:3px;
	opacity:1;
	box-shadow:rgba(0,0,0,0.1) 1px 1px 0px;	
}




/*Header*/
h1, h2{text-shadow:none; text-align:center;}
h1{	color: #666; text-transform:uppercase;	font-size:36px;}
h2{ color: #566566; font-family: Neucha, Arial, sans serif; font-size:18px; margin-bottom:30px;} 




/*ANIMATION*/
#slider-wrap ul, #pagination-wrap ul li{
	-webkit-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-moz-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-o-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-ms-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	transition: all 0.3s cubic-bezier(1,.01,.32,1);	
}



/* スライダー */
.swiper {
  max-width: 700px;
  aspect-ratio: 3/2;
}
    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .swiper-pagination-bullet {
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      font-size: 12px;
      color: #000;
      opacity: 1;
      background: rgba(0, 0, 0, 0.2);
    }
    .swiper-pagination-bullet-active {
      color: #fff;
      background: #007aff;
    }
.slider_caption {
text-align: center;
}
/* ページネーション */
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: 5px;
}



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

