


/*  VOICE WORKS
--------------------------------------------------------------------------*/
/*  https://
--------------------------------------------------------------------------*/



@charset "shift_jis";
a:link {text-decoation: none;color:#333;} 
a:visited {text-decoration: none;color:#333;} 
a:hover {text-decoration: none;} 
body { margin:0px;padding:0px;}
body { width: 100%;position:relative;}
body { font-family: 'Noto Sans JP', sans-serif;}
body, th, td, div, font { line-height: 1.5; }
body { font-size: 16px;font-size: 1.6rem;   /* sets the default sizing to make sure nothing is actually 10px */}
body { background-attachment: fixed;z-index:1;}
body { width: 100%;position: relative;background: rgba(255,255,255,1.0) url(../img/.png) repeat scroll center top ; }



html { font-size: 62.5%; text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}

ul, ol, ul li, ol li { list-style: none;}
img, a img { border: 0px none; vertical-align: bottom;outline: none;}
form{margin:0px;}
input{margin:0px;}form{margin:0px;}
iframe{ vertical-align: bottom;}

::-webkit-scrollbar-track {background: #fff;border-radius: 5px;}
::-webkit-scrollbar { width: 12px;height: 10px;}
::-webkit-scrollbar-thumb {background: #d8d8d8;border-radius: 5px;}

@font-face {font-family: 'Pinyon Script', cursive;font-style: ;src: url(''),url('../font/PinyonScript-Regular.ttf') format('truetype');}
@font-face {font-family: 'Noto Sans JP', sans-serif;font-style: ;src: url(''),url('../font/NotoSansJP-Light.otf') format('opentype');}
@font-face {font-family: 'Noto Sans JP', sans-serif;font-style: ;src: url(''),url('../font/NotoSansJP-Thin.otf') format('opentype');}
@font-face {font-family: 'Noto Sans JP', sans-serif;font-style: ;src: url(''),url('../font/NotoSansJP-Medium.otf') format('opentype');}
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');
.font-script {font-family: "Pinyon Script", cursive; letter-spacing: -0.5px;}



.mincho { font-family:"游明朝","YuMincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E",serif;}
@media screen and (max-width: 640px) {
.mincho { font-family:"Sawarabi Mincho", serif;}
}

@-webkit-keyframes light {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
@media screen and (max-width: 640px) {.sp_none {display: none !important;}}
@media screen and (min-width: 640px) {.pc_none {display: none !important;}}


:root {
--colorGradation1:linear-gradient(90deg, #006896 0%,#95b6c5 100%);
--colorGradation2:radial-gradient( #b8b099, #cfb973 );
}

.marker_pink { background: linear-gradient(transparent 40%, #ffa2a6 40%);display: inline; }

h1 { margin: 0px;padding: 0px;}
h2 { margin: 0px;padding: 0px;}
h3 { margin: 0px;padding: 0px;}
.clear { display: none;}



/* アニメーション */

.delighter.delighter {transition: all .6s ease-out;transform: translateY(30%);opacity: 0;}
.delighter.delighter.started { transform: none;opacity: 1;}
.delighter.delighter.started.ended {}
.delighterL.delighter {/* 左から */transition:all .6s ease-out;transform:translateX(-15%);opacity:0}
.delighterR.delighter {/* 右から */transition:all .6s ease-out;transform:translateX(15%);opacity:0}

.img_wrap{position: relative;overflow: hidden;}
.img_fadein::before{content: '';width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: #fff;z-index: 2;transition: .5s;}
.img_fadein.show::before{transform: translateX(100%);}
.img_fadein img{opacity: 0;transition: .5s;}
.img_fadein.show img{opacity: 1;}

/* 画像左から */

.flipLeft{animation-name: flipLeft;animation-duration:0.5s;animation-fill-mode:forwards;perspective-origin: left center;opacity: 0;}
@keyframes flipLeft{from {transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);opacity: 0;}
 to {transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);opacity: 1;}
}




/* HEADER */

#header { background-color: #;position: fixed;right:0px;left:0px;margin:auto auto;text-align:center;}
#header { width: 100% ;height: 100px;z-index:8888;}
#header.scroll-nav { background-color: rgba(0,0,0,0.8);border-bottom: 0px solid #e7e7e7;margin: 0 ;padding: 0px 0px;transition: 0s;z-index:3;}
#header .logo { max-width: 300px;position:absolute;top: 30px;left: 30px;z-index: 8888;}
#head_content { padding: 100px 0px 0;}
@media only screen and (max-width:768px) {
#header { width: 100% ;height: 80px;background-color: rgba(0,0,0,0.9);bpadding: 0px 0px;position: fixed;}
#header.scroll-nav { margin: 0 ;padding: 0px 0px;transition: 0.0s;z-index:8888;}
#header .logo { max-width: 200px;position:absolute;top: 30px;left:15px;z-index: 8888;}
#head_content { padding: 80px 0px 0;}
}

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

}



/* MENU */

.openbtn{ position: fixed;top:10px;right:10px;width: 70px;height:70px;cursor: pointer;background:#222;z-index:9999;}
.openbtn span{ display: inline-block;transition: all .4s;position: absolute;height: 2px;background-color: #fff;}
.openbtn span:nth-of-type(1) {top:25px;left: 15px;width: 42px;}
.openbtn span:nth-of-type(2) {top:35px;left: 15px;width:35px;}
.openbtn a { text-decoration: none;}
.openbtn.active span:nth-of-type(1) {top: 20px;left: 17px;transform: translateY(10px) rotate(-45deg);width: 35px;}
.openbtn.active span:nth-of-type(2) {top: 40px;left: 17px;transform: translateY(-10px) rotate(45deg);width: 38px;}
.openbtn::after { position: absolute;left: 0;right: 0;bottom: 8px;content: 'MENU';display: block;width: 100%;}
.openbtn::after { font-family: 'Noto Serif JP', sans-serif;font-size: 10px;color: #fff;letter-spacing:0.2em;text-decoration: none;text-align: center;}
.openbtn.active::after {content: 'CLOSE';color: #fff;}

@media only screen and (max-width:640px) {
.openbtn{ position: fixed;top:10px;right:10px;width: 60px;height:60px;cursor: pointer;background:#;z-index:9999;}
.openbtn span{ display: inline-block;transition: all .4s;position: absolute;height: 2px;background-color: #fff;}
.openbtn span:nth-of-type(1) {top:20px;left: 10px;width: 40px;}
.openbtn span:nth-of-type(2) {top:30px;left: 10px;width:25px;}
.openbtn.active span:nth-of-type(1) {top: 20px;left: 15px;transform: translateY(5px) rotate(-45deg);width: 30px;}
.openbtn.active span:nth-of-type(2) {top: 30px;left: 15px;transform: translateY(-5px) rotate(45deg);width: 30px;}
.openbtn::after { position: absolute;left: 0;right: 0;bottom: 5px;content: 'MENU';display: block;width: 100%;}
.openbtn::after { font-family: 'Noto Serif JP', sans-serif;font-size: 9px;color: #fff;letter-spacing:0.2em;text-decoration: none;text-align: center;}}


.slide_wrap { position: fixed;top: 0;right: 0;width: 100%;height:%;overflow: auto;-webkit-overflow-scrolling: touch;background: rgba(0,63,98,0.9);border-bottom: 1px solid #222;text-align:center;}
.slide_wrap { moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
.slide_wrap { padding: 30px 20px 100px;pointer-events: none;opacity: 0;transition: opacity .3s linear;z-index:8888;}
.slide_wrap.is-active{ pointer-events: auto;opacity: 1;}
.slide_wrap .logo{ max-width:240px;margin: 20px 0; }

ul.menu { max-width: 800px;padding: 0px;border-top: 1px solid #b5cbd7;border-left: 1px solid #b5cbd7;border-radius: 0px;right:0px;left:0px;margin:20px auto;}
ul.menu:after {content: "";display: block;clear: both;}
ul.menu li { float: left;width: 50%;border-right: 1px solid #b5cbd7;border-bottom: 1px solid #b5cbd7;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
ul.menu li a { margin: 0px;padding: 20px 0px;display: block; text-decoration: none;text-align:center;}
ul.menu li a { font-family: 'Noto Serif JP', sans-serif;font-size: 14px;color: #eee;font-weight:normal;letter-spacing: 0.1em;text-indent:0.1em;}
ul.menu li a:hover { background-color: #003f62;text-decoration: none;}
@media screen and (max-width: 640px) {
ul.menu li a { margin: 0px;padding: 15px 0px;display: block; text-decoration: none;text-align:center;}
ul.menu li a { font-size: 13px;color: #eee;font-weight:normal;letter-spacing:1px;transition: all .3s;}
}

ul.menu_sns { margin: 0px;padding: 0px 0 ;display: inline-block;}
ul.menu_sns li { float:left;margin: 0px;text-align:center; position: relative;}
ul.menu_sns li a { padding: 0px 10px 0px;display: block; text-decoration: none;}
ul.menu_sns li img{ max-width: 35px}
@media screen and (max-width: 640px) {
ul.menu_sns { display: inline-block;margin: 0px;padding: 0px 0 ;right:0px;left:0px;margin:auto auto;}
}






/* VIDEO */

#video-background {width: 100%;height: calc(100vh / 1 - 100px);min-height: 100vh;display: block;position: relative;top: 0;left: 0;overflow: hidden;z-index: -1;}
#video-background iframe {position: absolute;top: 50%;left: 50%; transform: translate(-50%, -50%);pointer-events: ;width: 177.77777778vh;height: 56.25vw;min-height: 100%;min-width: 100%;z-index: -1;}
.content {position: relative;z-index: 1;color: white;text-align: center;}



/* TOP */


.main_visual { width: 100%;height: calc(100vh / 1 - 100px);min-height: 100vh;height: 100%;position: relative;overflow: hidden;;display: flex;justify-content: center;align-items: center;text-align:center;}
.main_visual { margin: 0;padding: 50px 30px ;background-position: 50% 50%;background-size: cover;text-align:center;z-index:-1;}
.main_visual { -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.main_visual .logo{ max-width: 250px;margin: 10px 0;}
.main_visual .inner { margin: 0px;padding: 50px 10px ;position: relative;font-family:"Sawarabi Mincho", serif;background:linear-gradient(to right, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.9) 50%, rgba(0,0,0,0.0) 100%);right:0px;left:0px;margin: auto auto;text-align:center;z-index:2;}
.main_visual .inner { -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.main_visual .inner { border-top: 1px solid #616161;border-image: linear-gradient(to right, rgba(255,255,255,0.0) 0%,rgba(159,151,147,0.6) 50%, rgba(255,255,255,0.0) 100%);border-image-slice: 1;}
.main_visual .inner { border-bottom: 1px solid #616161;border-image: linear-gradient(to right, rgba(255,255,255,0.0) 0%,rgba(159,151,147,0.6) 50%, rgba(255,255,255,0.0) 100%);border-image-slice: 1;}
.main_visual .inner .txt { max-width: 800px;margin: 0px;padding:10px 0px;font-size: 14px;color: #fff;line-height: 1.8;font-weight: normal;letter-spacing: 0.1em;text-indent:0.1em;right:0px;left:0px;margin: auto auto;text-align: left;}
.main_visual .inner .txt  span{padding-bottom: 1px;display: inline; background:linear-gradient(transparent 70%, rgba(255,146,173,0.4) 0%);}
@media screen and (max-width: 640px) {
.main_visual { background: #;position: relative;overflow: hidden;;display: flex;justify-content: center;align-items: center;text-align:center;}
.main_visual .logo{ max-width: 180px;margin: 10px 0;}
.main_visual .inner .txt { max-width: 100%;margin: 0px;padding:10px 0px;font-size: 14px;color: #fff;line-height: 1.8;font-weight: normal;letter-spacing: 0.1em;text-indent:0.1em;right:0px;left:0px;margin: auto auto;text-align: left;}

}

#main_catch { max-width: 950px;padding: 30px 20px 20px;right:0px;left:0px;margin:auto auto;text-align: center;font-family: 'Noto Serif JP', sans-serif;}
#main_catch .catch { max-width:650px;position:relative;right:0px;left:0px;margin:50px auto;padding: .7em 1.0em;}
#main_catch .catch { font-size:1.5em;color: #333;font-weight: bold;letter-spacing: 0.2em;text-indent:0.2em;line-height: 1.6;}
#main_catch .catch::before,
#main_catch .catch::after {display: inline-block; position: absolute;width: 1em;height: 1em;content: '';}
#main_catch .catch::before {top: 0;left: 0;border-top: 3px solid #450605;border-left: 3px solid #450605;}
#main_catch .catch::after {bottom: 0;right: 0;border-bottom: 3px solid #450605;border-right: 3px solid #450605;}
#main_catch .logo { max-width:400px;margin:25px 0 0;}
#main_catch .tl { margin: 0px;padding: 10px 0px;font-size: 18px;color: #222;font-weight: normal;letter-spacing:0.2em;text-align: center;}
#main_catch .txt { margin: 0px;padding:10px 0px ;font-size: 16px;color: #222;line-height: 1.7;font-weight: normal;letter-spacing:0.1em;text-align: left;}
@media only screen and (max-width:640px) {
#main_catch { max-width: 900px;padding: 10px 10px;right:0px;left:0px;margin:auto auto;text-align: center;}
#main_catch .catch{ max-width:450px;position:relative;right:0px;left:0px;margin:30px 10px;padding: .6em 0.8em;}
#main_catch .catch { font-size:1.2em;color: #333;font-weight: bold;letter-spacing: 0.1em;text-indent:0.1em;line-height: 1.6;}
#main_catch .catch::before,
#main_catch .catch::after {display: inline-block; position: absolute;width: 0.8em;height: 0.8em;content: '';}
#main_catch .catch::before {top: 0;left: 0;border-top: 3px solid #450605;border-left: 3px solid #450605;}
#main_catch .catch::after {bottom: 0;right: 0;border-bottom: 3px solid #450605;border-right: 3px solid #450605;}
#main_catch .tl { margin: 0px;padding: 15px 0px;font-size: 1.2em;color: #222;font-weight: normal;letter-spacing:0.2em;text-align: center;}
#main_catch .txt { margin: 0px;padding:10px 0px ;font-size: 16px;color: #222;line-height: 1.6;font-weight: normal;letter-spacing:0.1em;text-align: left;}
#main_catch .logo { max-width:230px;margin:25px 0 0;}
}


.arrow_down { position: absolute;bottom: 0px;right:0px;left:0px;margin:auto auto;z-index:8888;text-align: center;}
.arrow_down { padding-top: 60px;font-family:"Sawarabi Mincho", serif;font-size: 11px;color: #eee;letter-spacing: 0.5em;text-decoration: none;}
.arrow_down span {position: absolute;top: 0;left: 50%;}
.arrow_down span::after{content: "";position: absolute;top: 0;width: 1px;height: 30px;background: #eee;animation: pathmove 2s ease-in-out infinite;opacity:0;}
@keyframes pathmove{0%{height:0;top:0;opacity: 0;}30%{height:30px;opacity: 1;}100%{height:0;top:50px;opacity: 0;}}
@media screen and (max-width: 640px) {
}


.main_wrap { max-width: 100%;background-color: #;padding: 20px 20px;text-align:center;right:0px;left:0px;margin:auto auto;}
.main_wrap iframe{ width: 100%;height: 500px;vertical-align: bottom;}

@media screen and (max-width: 640px) {
.main_wrap { max-width: ;background-color: #;padding: 20px 15px;text-align:center;right:0px;left:0px;margin:auto auto;}
.main_wrap iframe{ width: 100%;height: 300px;vertical-align: bottom;}

}

#top_catch { max-width:700px;padding: 20px 10px;font-family: 'Noto Serif JP', sans-serif;right:0px;left:0px;margin:auto auto;text-align: center;}
#top_catch h3 { margin: 0px ;padding: 8px 0px;position:relative;font-size: 1.2em;color: #eee;line-height: 1.6;font-weight: normal;letter-spacing:0.1em;text-align: center;}
#top_catch .txt { margin: 5px;padding:10px 0px ;position:relative;font-size: 16px;color: #eee;line-height: 1.8;font-weight: normal;letter-spacing:3px;text-align: center;}
@media screen and (max-width: 768px) {
#top_catch .txt { margin: 5px;padding:10px 0px ;position:relative;font-size: 14px;color: #eee;line-height: 1.8;font-weight: normal;letter-spacing:3px;text-align: center;}
}




/* SERVICE */




/* NAVI */



/* LOOP */

.loop_wrapper{ padding:10px 20px;background: #;}
@keyframes infinity-scroll-left {from {transform: translateX(0);}to {transform: translateX(-100%);}}
_:-ms-lang(x)::-ms-backdrop,


.loop { display: -ms-grid;overflow: hidden;}
.loop_wrap{display: flex;overflow: hidden; padding:10px 0px 0;background-color: rgba(0,0,0,0.);}
ul.loop_slide{display: flex;list-style: none;margin: 0px;padding: 0px;}
ul.loop_slide li{margin: 0px;padding: 20px 15px;}
ul.loop_slide li { width: calc(120vw / 6);}
ul.loop_slide li img{width:100%;max-height:300px;object-fit: cover;overflow: hidden;border-radius: 0px;object-fit: cover;overflow: hidden;}
ul.loop_slide li:nth-child(even){margin: 0px;padding: 50px 15px 20px;background-color: ;}
.loop_left {animation :infinity-scroll-left 95s infinite linear 0.5s both;}
@media only screen and (max-width:1200px) {
ul.loop_slide li { width: calc(100vw / 3);}
}

@media only screen and (max-width:640px) {
ul.loop_slide li{margin: 0px;padding: 10px 5px;}
ul.loop_slide li:nth-child(even){margin: 0px;padding: 30px 10px 20px;background-color: ;}
ul.loop_slide li { width: calc(120vw / 2);}
ul.loop_slide li img{width:100%;max-height:350px;object-fit: cover;overflow: hidden;border-radius: 0px;object-fit: cover;overflow: hidden;}
}





/* CONCEPT */
.concept_wrap { min-height:350px;margin: 0px;padding: 60px 10px ;background : transparent url(../img/bg_concept.jpg) no-repeat center top;background-position: 50% 50%;background-size: cover;position: relative;text-align:center;}
.concept_wrap { -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;overflow: hidden;}
.concept_wrap .inner { margin: 0px;padding: 50px 10px ;position: relative;font-family:"Sawarabi Mincho", serif;background:linear-gradient(to right, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.9) 50%, rgba(0,0,0,0.0) 100%);right:0px;left:0px;margin: auto auto;text-align:center;z-index:2;}
.concept_wrap .inner { -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.concept_wrap .inner { border-top: 1px solid #616161;border-image: linear-gradient(to right, rgba(255,255,255,0.0) 0%,rgba(159,151,147,0.6) 50%, rgba(255,255,255,0.0) 100%);border-image-slice: 1;}
.concept_wrap .inner { border-bottom: 1px solid #616161;border-image: linear-gradient(to right, rgba(255,255,255,0.0) 0%,rgba(159,151,147,0.6) 50%, rgba(255,255,255,0.0) 100%);border-image-slice: 1;}


#concept { max-width:800px;padding: 40px 10px 60px;font-family: 'Noto Serif JP', sans-serif;right:0px;left:0px;margin:auto auto;text-align: center;}
#concept h3 { margin: 0px ;padding: 8px 0px;position:relative;font-size: 17px;color: #fff;line-height: 1.6;font-weight: normal;letter-spacing:0.1em;text-align: center;}
#concept p { margin: 5px;padding:10px 0px ;position:relative;font-size: 15px;color: #fff;line-height: 1.8;font-weight: normal;letter-spacing:3px;text-align: left;}
#concept .logo { max-width: 250px;margin: 15px 0;}
@media screen and (max-width: 768px) {
#concept h3 { margin: 0px ;padding: 8px 0px;position:relative;font-size: 16px;color: #fff;line-height: 1.6;font-weight: normal;letter-spacing:0.1em;text-align: center;}
#concept p { margin: 5px;padding:10px 0px ;position:relative;font-size: 13px;color: #fff;line-height: 1.8;font-weight: normal;letter-spacing:3px;text-align: center;}
#concept .logo { max-width: 180px;margin: 15px 0;}
}


/* ABOUT */


table.about { width: 1000px;border-collapse: separate;border-spacing: 0px 5px;right:0px;left:0px;margin:40px auto;font-family: 'Noto Serif JP', sans-serif;}
table.about th { width: 200px;border-bottom: solid 1px #d3c6a8;padding: 10px 15px;vertical-align: middle;text-align: left;}
table.about th { font-size: 15px;color: #360707;line-height: 1.6;font-weight: normal;letter-spacing: 0.07em;text-indent:0.07em;overflow-wrap: break-all;word-break: break-all;text-align: left;}
table.about td { border-bottom: solid 1px #d3c6a8;padding: 10px 15px ;vertical-align: middle;position:relative;text-align: left;}
table.about td { font-size: 15px;color: #360707;line-height: 1.6;font-weight: normal;letter-spacing: 0.07em;text-indent:0.07em;overflow-wrap: break-all;word-break: break-all;text-align: left;}
table.about td a{ color: #222;text-decoration: none;}
@media screen and (max-width: 1050px) {
table.about { width: 100%;border-collapse: separate;border-spacing: 0px 5px;right:0px;left:0px;margin:20px auto;}
table.about th { width: 200px;border-bottom: solid 1px #ddd;padding: 10px 10px;vertical-align: middle;text-align: left;}
}
@media screen and (max-width: 640px) {
table.about th { width: 100px;border-bottom: solid 1px #ddd;padding: 20px 0px;vertical-align: middle;text-align: left;}
table.about th { font-size: 15px; font-weight: normal;letter-spacing:0.07em;}
table.about td { border-bottom: solid 1px #ddd;padding: 10px 10px ;vertical-align: middle;text-align: left;}
table.about td { font-size: 15px; font-weight: normal;letter-spacing:0.15em;}
}


ul.address { margin: 0px;padding: 5px 5px;right:0px;left:0px;margin:auto auto;}
ul.address li { padding: 2px 0px;letter-spacing:0px;}
ul.address li { font-size: 15px;color: #333;font-weight: normal;line-height: 1.6;letter-spacing: 0.1em;text-indent:0.1em;text-align: center;}
ul.address li a { color: #333;text-decoration: none;}

ul.address h3 {-webkit-transform: skewX(150deg);-moz-transform: skewX(150deg);transform: skewX(150deg);}
ul.address h3 { background-color: #2c3e50;margin: 10px 0;padding: 10px 0px ;text-decoration: none;right:0px;left:0px;margin:10px 18px;}
ul.address h3 span { display: block;-webkit-transform: skewX(-150deg);-moz-transform: skewX(-150deg);transform: skewX(-150deg);}
ul.address h3 span { font-size: 14px;color: #fff;letter-spacing:2px;font-weight: normal;}
@media screen and (max-width: 640px) {
ul.address { margin: 0px 0px ;padding: 5px 0px ;}
ul.address li { font-size: 13px;color: #333;font-weight: normal;letter-spacing: 1px;line-height: 1.6;text-align: center;}
}

/* RECRUIT */

table.recruit { max-width: 800px;border-collapse: separate;border-spacing: 0px 0px;right:0px;left:0px;margin:10px auto;}
table.recruit th { width: 150px;background-color: #;border-bottom: solid 1px #7a7a7a;padding: 15px 15px;vertical-align: middle;text-align: left;}
table.recruit th { font-size: 14px;color: #eee;line-height: 1.6;font-weight: normal;letter-spacing: 0.07em;text-indent:0.07em;overflow-wrap: break-all;word-break: break-all;text-align: left;}
table.recruit td { background-color: #;border-bottom: solid 1px #7a7a7a;padding: 15px 15px ;vertical-align: middle;text-align: left;}
table.recruit td { font-size: 14px;color: #eee;line-height: 1.6;font-weight: normal;letter-spacing: 0.07em;text-indent:0.07em;overflow-wrap: break-all;word-break: break-all;text-align: left;}
table.recruit td a{ color: #222;text-decoration: none;}
@media screen and (max-width: 1050px) {
table.recruit { width: 100%;border-collapse: separate;border-spacing: 0px 5px;right:0px;left:0px;margin:20px auto;}
table.recruit th { width: 200px;border-bottom: solid 1px #ddd;padding: 10px 10px;vertical-align: middle;text-align: left;}
}
@media screen and (max-width: 768px) {
table.recruit th { width: 100px;padding: 20px 0px;vertical-align: middle;text-align: left;}
table.recruit th { font-size: 13px; font-weight: normal;letter-spacing:0.07em;}
table.recruit td { padding: 10px 10px ;vertical-align: middle;text-align: left;}
table.recruit td { font-size: 13px; font-weight: normal;letter-spacing:0.15em;}
}



/* POLICY */

#policy { max-width: 800px;padding: 40px 15px;font-family:"Sawarabi Mincho", serif;right:0px;left:0px;margin:auto auto;}
#policy .tl { border-bottom: 1px solid #f2f2f2;margin: 0px 0 10px;padding: 20px 0px 5px;position:relative;}
#policy .tl { font-size:17px; color: #333;letter-spacing: 0.05em;text-indent:0.05em;font-weight: normal;line-height: 1.6;text-align:left;}
#policy .txt { margin: 0px;padding: 5px 0px ;font-size:15px; color: #666;letter-spacing: 0.1em;text-indent:0.1em;font-weight: normal;line-height: 1.6;text-align: left;}
@media screen and (max-width: 640px) {
#policy { padding: 20px 10px;text-align: left;right:0px;left:0px;margin:auto auto;}
#policy .tl { text-align:left;}
#policy .txt { margin: 0px;padding: 5px 0px ;font-size:14px; color: #666;letter-spacing: 0.1em;text-indent:0.1em;font-weight: normal;line-height: 1.6;text-align: left;}
}




/* CONTACT */

table.contact { width: 1500px;margin: 0px 0px; border-collapse: separate;border-spacing: 3px 3px;right:0px;left:0px;margin:20px auto 40px; }
table.contact th { width: 35%;background-color:#efefeb;padding: 20px 20px;vertical-align: middle;text-align: left;}
table.contact th { font-size: 15px; color: #222;font-weight: normal;letter-spacing:2px;position:relative;}
table.contact td { width: 65%;background-color:#f8f8f6;padding: 25px 36px ;position:relative;vertical-align: middle; text-align: left;}
table.contact td { font-size: 15px; color: #333;font-weight: normal;letter-spacing:1px;}
table.contact td p{ margin: 0px ; padding: 10px 0px 0px;font-size: 14px; color: #222;}
@media only screen and (max-width:1550px) {
table.contact { width: 100%;margin: 0px 0px; border-collapse: separate;border-spacing: 3px 3px;right:0px;left:0px;margin:20px auto; }
}
@media only screen and (max-width:800px) {
table.contact { width: 100%;}
table.contact th,.contact td { display: block;width: auto;}
table.contact th { padding:15px;font-size: 14px; position: relative;}
table.contact tr:last-child { }
table.contact td { padding:15px;font-size: 14px; width: 100%;box-sizing:border-box;}
}


#thanks { max-width: 700px;padding: 20px 10px;right:0px;left:0px;margin:auto auto;font-family: 'Noto Serif JP', sans-serif;}
#thanks .tl { margin: 0px;padding: 15px 0px;font-size: 2.0rem;color: #222;font-weight: normal;letter-spacing:2px;text-align: center;}
#thanks .txt{ margin:0px;padding: 5px 0px;font-size: 16px;color: #222;font-weight: normal;letter-spacing:2px;line-height: 1.6;text-align: left;position: relative;}




/* CONTACT */

ul.contact_caution { max-width: 1000px;margin: 0px ;padding: 30px 10px;right:0px;left:0px;margin:auto auto;font-family: 'Noto Serif JP', sans-serif;}
ul.contact_caution li { margin: 0px ; padding: 8px 0px ;border-bottom: 0px dotted #e5e5e5;text-align: center;position: relative;}
ul.contact_caution li { font-size: 1.6rem;color: #333;line-height: 1.6;font-weight: normal;letter-spacing: 0.1em;text-indent:0.1em;line-height: 1.6;}
ul.contact_caution li a{ text-decoration: none;color: #7592da;}
ul.contact_caution:after { content: "";display: block;clear: both;}
@media only screen and (max-width:640px) {
ul.contact_caution li { margin: 0px ; padding: 5px 0px ;border-bottom: 0px dotted #e5e5e5;text-align: left;position: relative;}
ul.contact_caution li { font-size: 14px;color: #333;line-height: 1.6;font-weight: normal;}
}



table.form { width: 800px;border-collapse: separate;border-spacing: 5px 5px;margin: 50px auto 20px;}
table.form th { width: 200px;padding: 5px 5px;vertical-align: middle;text-align: left;}
table.form th { font-size: 14px; font-weight: normal;color: #eee;letter-spacing: 0.1em;text-indent:0.1em;line-height: 1.5;text-align:left;}
table.form td { padding: 5px 0px ;vertical-align: middle;text-align: left;}
table.form td span{ padding-left: 5px ;font-size: 14px; font-weight: normal;letter-spacing:1px;color: #eee;text-align:left;}
@media only screen and (max-width:800px) {
table.form { width: 100%;}
table.form th,.form td { display: block;width: auto;}
table.form th { padding: 10px 0px 10px ;position: relative;}
table.form tr:last-child { }
table.form td { padding: 0px 0px 15px;}
}

#completed { max-width: 700px;border:0px solid #f2f2f2;padding: 30px 30px;position: relative; right:0px;left:0px;margin: auto auto ;text-align: center;}
#completed h3{ font-size: 1.4em;color: #222;font-weight: normal;letter-spacing: 0.1em;text-indent:0.1em;line-height: 1.5;text-align:center;}
#completed p{ font-size: 16px;color: #333;font-weight: normal;letter-spacing: 0.1em;text-indent:0.1em;line-height: 1.5;text-align:left;}
@media only screen and (max-width:640px) {
#completed h3{ font-size: 16px;}
#completed p{ font-size: 14px;}
}

.required { background: #9e0903;border-radius:0px;margin: 0px 6px;padding:3px 7px ;font-size: 10px;color: #fff;letter-spacing:1px;vertical-align: 2px;}
.optional { background: #333;border-radius:0px;margin: 0px 6px;;padding:3px 7px ;font-size: 10px;color: #fff;letter-spacing:1px;vertical-align: 2px;}


/* FORM */

input{ background-color: #fdfdfd;border: 1px solid #e7e1e3;border-radius: 0px;margin: 0px ;padding: 12px 10px;}
input{ font-size:14px; color: #333;line-height: 1.6;}
input{ -webkit-appearance: none; }
input:focus{ background-color: #fff;-webkit-appearance: none;outline: none;}
input{ width:100%;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
.input_score { width:150px; margin: 0px 5px 0 0;}

textarea{ margin: 0px 0px;padding: 10px 10px;background-color: #fdfdfd;border: 1px solid #e7e1e3;border-radius: 3px;}
textarea{ width:100%;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
textarea{ font-size:13px; color: #333;}
textarea{ overflow: auto; resize: none;-webkit-appearance: none;}
textarea:focus{ background-color: #fff;outline: none;}

select{ margin: 0px 0px;padding: 15px 10px;}
select{ width:100%;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
select{ background-color: #fdfdfd;border: 1px solid #e7e1e3;border-radius: 0px;-webkit-appearance: none;}
select{ font-size:14px; color: #333;letter-spacing: 0.1em;text-indent:0.1em;line-height: 1.6;}
select{ background: #fdfdfd url(../img/select_arrow.png) no-repeat ;background-position: right 12px center;}
select:focus { background: #fff url(../img/select_arrow.png) no-repeat ;background-position: right 12px center;outline: none;}
.select_day { width:150px; margin: 0px 0px;}
@media only screen and (max-width:800px) {
select { width:100%;padding: 15px 10px;margin: 0px ;border-radius: 0px;}
.select_day { width:80px; margin: 0px 0px;}
}


.button-group { max-width: 100%;display: flex;border-top: 1px solid #e7e1e3;border-bottom: 1px solid #e7e1e3;border-right: 1px solid #e7e1e3;}
.button-group .item {width: 100%;}
.button-group .radio-button {position: absolute;width: 1px;height: 1px;opacity: 0;}
.button-group 
.radio-button + label { padding: 14px 5px;cursor: pointer;border-left: 1px solid #e7e1e3;margin-right: 0px;font-size:14px;color: #555;letter-spacing: 1px;background-color: #fff;display: block;text-align: center;}
.button-group .radio-button:checked + label {background-color: #222;color: #fff;}
@media only screen and (max-width:800px) {
.button-group { max-width: 100%;display: flex;}
}

.uploadButton { max-width:100%;display:inline-block;position:relative;overflow:hidden; background:#222;border: 0px solid #161616;font-size:15px;color:#fff;text-align:center;padding: 15px 0px;line-height:28px;width:100%;cursor:pointer;}
.uploadButton:hover {background:#000;color:#fff;}
.uploadButton input[type=file] {position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;opacity:0;}
.uploadValue { width:50%;margin: 0px 5px;display:none;background:rgba(255,255,255,1.0);border-radius:0px;padding:;color:#666;border: 1px solid #fff;}

input.button { max-width:400px;margin: 0px 0px 20px;padding: 20px 0px;position: relative;}
input.button { background-color: #fff;border: 3px solid #46a879;border-radius:50px;}
input.button { font-size:15px;color: #46a879;font-weight:bold;letter-spacing: 2px;text-align: center;-webkit-appearance: none;}
input.button { -webkit-appearance: none;}
input.button:hover { background-color:#46a879;border: 3px solid #46a879;color: #fff;}
input.button:active { position:relative;top:1px;}
@media screen and (max-width: 640px) {
input.button { padding: 15px 0px;font-size:14px;}
}


ul.btn_wrap { max-width: 800px;margin: 0px;padding: 0px 0px;right:0px;left:0px;margin:auto auto;}
ul.btn_wrap li { width: 50%;background: #;float: left;text-align: center; margin: 0px;padding:0px 10px;box-sizing:border-box;position:relative;}
@media only screen and (max-width:800px) {
ul.btn_wrap li { width: 100%;background: #;text-align: center; margin: 0px;padding:5px 0px;box-sizing:border-box;position:relative;}
}

.btn_back { max-width: 400px;margin: 0px 0px;padding: 0px 0px ;position: relative;right:0px;left:0px;margin:auto auto;}
.btn_back a { background-color: #fff;border: 3px solid #46a879;border-radius:50px;padding: 20px 0px;text-align: center;}
.btn_back a { -webkit-transition: all .3s;transition: all .3s;display: block;position: relative;}
.btn_back a:hover { background-color:#46a879;border: 3px solid #46a879;color: #fff; }
.btn_back a { font-size:15px;color: #46a879;font-weight:bold;letter-spacing: 1px;text-align: center;-webkit-appearance: none;text-decoration: none;}
@media screen and (max-width: 640px) {
.btn_back a { padding: 15px 0px;font-size:14px;}
}


/* FOOTER */

.footer { width: 100%; min-height: 250px;background: #2c3e50;}
.footer { min-height: 300px;background: rgba(0,0,0,1.0) url(../img/bg01.png) repeat scroll center top ; }

.footer { margin: 0px ;padding: 60px 15px ;position:relative; text-align: center;}
.footer { -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.footer .inner { max-width: 900px;margin: 0;padding: 20px 5px ;right:0px;left:0px;margin:15px auto;z-index:3;font-family: 'Noto Serif JP', sans-serif;}
.footer .inner .logo { max-width: 350px;margin: 15px 0;}
.footer .inner .catch { padding: 10px 0px ;font-size:17px;color: #fff;font-weight: normal;letter-spacing: 0.2em;text-indent:0.2em;line-height: 1.6;text-align: center;}
.footer .inner .txt { margin: 0px;padding: 15px 0;font-size: 13px;color: #fff;line-height: 1.8;font-weight: normal;letter-spacing: 0.1em;text-indent:0.1em;text-align: left; }
@media screen and (max-width: 640px) {
.footer .inner .logo { max-width: 200px;margin: 15px 0;}
.footer .inner .catch { font-size:15px;color: #fff;font-weight: normal;letter-spacing: 0.2em;text-indent:0.2em;line-height: 1.6;text-align: center;}
.footer .inner .txt { margin: 0px;padding: 15px 0;font-size: 13px;color: #fff;line-height: 2.0;font-weight: normal;letter-spacing: 0.1em;text-indent:0.1em;text-align: left; }
}



.copy { padding: 15px;margin:0px;}
.copy { font-size:16px;color: #fff;line-height: 1.6;font-weight:normal;letter-spacing: 0.1em;text-indent:0.1em;}
.copy a{ color: #fff;text-decoration: none;}
.copy a:hover{ text-decoration: underline;}
@media screen and (max-width: 640px) {
.copy{ font-size:13px;color: #fff;line-height: 1.6;font-weight:normal;letter-spacing: 0.1em;text-indent:0.1em;}
}

/* FOOT-NAVI */

@media screen and (min-width:640px) {
#foot_content { display: none;}
.foot_navi_wrap { display: none;}
.foot_contact { display: none;}
ul.foot_navi { display: none;}
}

#foot_content{padding: 40px 0 0 0;}
.foot_navi_wrap { width: 100%;background-color:#000;margin:0px; padding: 0px;position: fixed;bottom: 0;text-align: center;z-index: 6666;}
@media screen and (max-width: 640px) {
ul.foot_navi { width:100%;border-top: 1px solid #524f42; border-bottom: 1px solid #524f42;margin: 0px ;padding: 0px ;display: inline-block;vertical-align:bottom;position: relative;z-index: 6666;}
ul.foot_navi li { width: 50%;float:left; border-left: 1px solid #524f42; float:left; margin: 0px 0px 0px -1px;text-align:center; position: relative;}
ul.foot_navi li:first-child { border-left: 0px solid ;}
ul.foot_navi li a { margin: 0px;padding: 5px 0px;display: block; text-decoration: none;text-align:center;}
ul.foot_navi li img { max-width: 100%;height: auto;position: relative;z-index: 6666;}
ul.foot_navi .fnavi01 { background-color:#;}
ul.foot_navi .fnavi02 { background-color:#;}
}

/* PAGER */

ul.pager { margin: 0px;padding: 10px 0px 10px ;display: inline-block;}
ul.pager li { background-color: #3d3d3d;border: 0px solid #dad9cc;margin: 2px 1px 2px;display: block;}
ul.pager li { min-width: 40px;line-height: 40px;float:left;position:relative;text-align: center;}
ul.pager li { font-family: 'Oswald', sans-serif ;font-size: 14px;color: #fff;letter-spacing:0px;text-decoration: none;;}
ul.pager li a { background-color: #d8d8d8;line-height: 40px;padding: 0px;display:block;position:relative;text-align: center;}
ul.pager li a { font-size: 14px;color: #fff;letter-spacing:0px;text-decoration: none;}
ul.pager li a:hover  { background-color: #2a2a2a;color:#fff;text-decoration: none;display:block;}
ul.pager li.current a { background-color: #2a2a2a;color:#fff;text-decoration: none;display:block;}





