@charset"UTF-8";
/* =========================================================
■Style
========================================================= */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
         margin: 0;
         padding: 0;
         border: none;           
}
/*上記以外に、box,coment,imgboxを使用する*/
/*<div id="main"> #のid要素,<div class="coment">.のclass要素*/
/* 薄いブルー:#9fb7d4  hoverのブルー:#afc6e2
*/
/* =========================================================
■Style sheets body
========================================================= */
body{ 
  margin: 0 auto;
  padding:0;
  background:#fff;
  background-image: ;/* url("jpg1/back2.jpg")*/
  font-family: Verdana, Roboto, "Droid Sans","メイリオ", Meiryo, "游ゴシック", YuGothic,  
  "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "Century Gothic" , sans-serif;
}
.marker {
      background: linear-gradient(transparent 93%, #b0b0b0 93%); /*under細線,グレー*/
}
.marker1 {
      background: linear-gradient(transparent 93%, #ff8888 93%); /*under細線,ピンク*/
}
.marker2 {
      background: linear-gradient(transparent 50%, #ffffcc 50%); /*marker半線,イエロー*/
}
.marker3 {
      background: linear-gradient(transparent 50%, #ffe0e0 50%); /*marker半線,ピンク*/
}
/* =========================================================
■PC画面用　レスポンシブ
========================================================= */
@media screen and (min-width:481px){

#header{             /*ヘッダーのBOX*/ 
  z-index: 2;       /* 手前表示を優先させる*/
  position: fixed;  /*ヘッダーの固定*/
  top: 0;           /*固定する位置*/
  left: 0;          /*固定する位置*/
  right: 0;         /*固定する位置*/  

  display: flex;
  margin: 0 auto;
  padding:1px;
  height: 50px;
  width: 100%;
  max-width: 1200px; 
  background: rgba(255,255,255,0.2);
  border-style: none;    /* double */ 
  border-color: ;    /* #000 */ 
  box-shadow: 5px 5px 10px #000;   /* 影を作る */
  box-sizing: border-box;
} /*ヘッダーの終わり*/

#wrapper{        /*wrapper（包み）には文字を入れない*/
  margin: 0 auto;
  margin-top: 55px;
  margin-bottom:80px;
  width: 100%;
  max-width: 1200px;
  font-family:Meiryo;
  background: #fff; /* rgba(255,255,255,0.0)*/
} /*wrapperの終わり*/

.container {                /* BOX 背景が白*/ 
  margin: 0 auto;
  position: relative;
  padding: 0px;
  width: 100%;
  height: auto;
  background:#fff;   /* BOX 背景白*/ 
  background-color: /*rgba(255,255,255,1.0)  半透明にする */;
  box-shadow: 5px 5px 10px #333;  /* 影を作る */
  border-radius: 0px; /* 角を丸くする */
  box-sizing: border-box; /*  Paddingが外に広がるのを抑える */
}

.container1 {                /* BOX 背景白 影なし*/ 
  margin: 0 auto;
  position: relative;
  padding: 0px;
  width: 100%;
  height: auto;
  background: /*#fff*/;
  background: rgba(255,250,250)   ;
  box-shadow: 5px 5px 10px #333;  /* 影を作る */
  border-radius: 0px; /* 角を丸くする */
  box-sizing: border-box;             /*  Paddingが外に広がるのを抑える */
}
.container2 {                /* BOX 背景白 影なし*/ 
  margin: 0 auto;
  position: relative;
  padding: 0px;
  width: 100%;
  height: auto;
  background: /*#fff*/;
  background: rgba(255,255,250)   ;
  box-shadow: 5px 5px 10px #333;  /* 影を作る */
  border-radius: 0px; /* 角を丸くする */
  box-sizing: border-box;             /*  Paddingが外に広がるのを抑える */
}

.box {                /* タイトル  背景は白  影あり*/ 
  margin: 0 auto;
  position: relative;
  padding: 0px;
  width: 100%;
  height: auto;
  background: #fff;
  background-color: ;  /* 背景黒いグレー*/
  box-shadow: 5px 10px 10px #333; /* 影を作る */
  border-radius: 0px; /* 角を丸くする */
  box-sizing: border-box;             /*  Paddingが外に広がるのを抑える */
}
.box1 {                /* 画像  背景が白  影なし*/ 
  margin: 0 auto;
  position: relative;
  padding: 5px;
  width: 97%;
  height: auto;
  background: #000;
  background-color: /* rgba(62,62,62);  背景黒いグレー*/
  box-shadow: ; /* 影を作る 5px 10px 10px #333*/
  border-radius: 10px; /* 角を丸くする */
  box-sizing: border-box;             /*  Paddingが外に広がるのを抑える */
}
.box2 {                /* タイトル  背景は白  影あり*/ 
  margin: 0 auto;
  position: relative;
  padding: 0px;
  width: 100%;
  height: auto;
  background: #000;
  background-color: ;  /* 背景黒いグレー*/
  box-shadow: 5px 10px 10px #333; /* 影を作る */
  border-radius: 0px; /* 角を丸くする */
  box-sizing: border-box;             /*  Paddingが外に広がるのを抑える */
}
.coment{              /* 標準サイズ */
  margin: 0 auto;
  position: relative;
  padding: 20px;
  width: 85%; 
  height: auto;
  text-align: left;
  font-family:YuGothic;
  font-size: 1.0rem; 
  letter-spacing: 0.08em;
  transform: scaley(1.2);
  font-weight: 500;
  line-height: 2.0; 
}

.line{
  border-bottom: solid 1.5px;

}
h1{                      
  text-align: left;
  font-size: 0.7rem;
  letter-spacing: 0.4em;
  padding: 0px;
  transform: scaley(1.5);
  font-weight:600;
}
h2{                      
  padding: 40px;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  transform: scaley(1.8);
  font-weight:600;
  font-family: YuGothic;
}

h3{                     
  padding: 10px;
  text-align: left;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  font-weight:600;
  font-family: YuGothic;
  color:#555;
}
h3a{                     
  padding: 10px;
  text-align: left;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  font-weight:600;
  font-family: YuGothic;
  color:#fff;
}
.resizeimage-mail  { 
  float:right;
  margin: 1px;
  display: inline;
  min-width: 30px;
  cursor :pointer;
}
p.resizeimage img {      /* タイトル他 */ 
  padding: 0px;
  width:100%; 
  max-width: 1200px;
  vertical-align: bottom;
}
/* 動画コンテンツ */
div.vid_contents {
  width: 80%;/*背景色を横幅いっぱいに広げる*/
  text-align: center;
  margin: auto;
  max-width: ;
  padding: 4% 2% 2% 2%;/*ここで動画の周りの余白を調整*/
  background: #000;/*余白の背景色*/
}
video.vid_main {
  width:55vw;
}
div.vid_contents2 {
  width: 100vw;/*背景色を横幅いっぱいに広げる*/
  text-align: center;
  margin: auto;
  max-width: 1000px;
  padding: % % % %;/*ここで動画の周りの余白を調整*/autoplay muted
  background: #fff;/*余白の背景色*/
}
div.vid_contents3 {
  width: 60vw;/*背景色を横幅いっぱいに広げる*/
  text-align: right;
  margin: 0 auto;
  max-width: 800px;
  padding:autoplay muted ;/*ここで動画の周りの余白を調整*/
  background: #fff;/*余白の背景色*/
}
.pc {
  display: block !important;
}
.sp{
  display: none !important;
}

}/*min-width:481pxの終わり*/
/* =========================================================
■スマホ画面用 レスポンシブ
========================================================= */
@media screen and (max-width:480px) {

#header{             /*ヘッダーのBOX*/ 
  z-index: 2;       /* 手前表示を優先させる*/
  position: fixed;  /*ヘッダーの固定*/
  top: 0;           /*固定する位置*/
  left: 0;          /*固定する位置*/
  right: 0;         /*固定する位置*/  

  margin: 0 auto;
  padding:1px;
  height: 50px;
  width: 95%;
  background: rgba(255,255,255,0.2);
  border-style: none;    /* double */ 
  border-color: ;    /* #000 */ 
  box-shadow: 5px 5px 10px #777;   /* 影を作る */
  box-sizing: border-box;
} /*ヘッダーの終わり*/

#wrapper{             /*wrapper（包み）には文字を入れない*/
  margin: 0 auto;
  margin-top: 55px;
  margin-bottom:80px;
  width: 100%;
  font-family:YuGothic;
  background: rgba(255,255,255,0.0);
} 

.container {           /* BOX 背景が白*/ 
  margin: 0 auto;
  position: relative;
  padding: 0px;
  width: 100%;
  height: auto;
  background:#fff;  /* BOX 背景が白*/
  background-color: /*rgba(255,255,255,1.0)  半透明にする */;
  box-shadow: 5px 5px 10px #333;    /* 影を作る */
  border-radius: 0px; /* 角を丸くする */
  box-sizing: border-box;             /*  Paddingが外に広がるのを抑える */
}

.container1 {           /* BOX 背景が白 影なし*/ 
  margin: 0 auto;
  position: relative;
  padding: 0px;
  width: 100%;
  height: auto;
  background: ;  /* #fffBOX 背景が白*/
  background-color: rgba(255,250,250) ;
  box-shadow:  5px 5px 10px #333 ； /* 影をつくる */
  border-radius: 0px;  /* 角を丸くする */
  box-sizing: border-box;             /*  Paddingが外に広がるのを抑える */
}
.container2 {           /* BOX 背景が白 影なし*/ 
  margin: 0 auto;
  position: relative;
  padding: 0px;
  width: 100%;
  height: auto;
  background: ;  /* #fffBOX 背景が白*/
  background-color: rgba(255,255,250) ;
  box-shadow:  5px 5px 10px #333 ； /* 影をつくる */
  border-radius: 0px;  /* 角を丸くする */
  box-sizing: border-box;             /*  Paddingが外に広がるのを抑える */
}
.box {                /* タイトル帯 背景濃グレー 影あり*/ 
  margin: 0 auto;
  position: relative;
  padding: 0px;
  width: 100%;
  height: auto;
  background: #fff ;
  background-color: ; /* 背景黒いグレー*/
  box-shadow: 5px 10px 10px #333;  /* 影を作る */
  box-sizing: border-box;             /*  Paddingが外に広がるのを抑える */
}
.box1 {                /* タイトル帯 背景濃グレー 影なし*/ 
  margin: 0 auto;
  position: relative;
  padding: 5px;
  width: 97%;
  height: auto;
  background: #000 ;
  background-color: rgba(62,62,62); /* 背景黒いグレー*/
  border-radius: 10px; /* 角を丸くする */
  box-sizing: border-box;             /*  Paddingが外に広がるのを抑える */
}
.box2 {                /* タイトル帯 背景濃グレー 影なし*/ 
  margin: 0 auto;
  position: relative;
  padding: 0px;
  width: 100%;
  height: auto;
  background: #000 ;
  background-color: ; /* 背景黒いグレー*/
  box-shadow: 5px 10px 10px #333;  /* 影を作る */
  border-radius: 0px; /* 角を丸くする */
  box-sizing: border-box;             /*  Paddingが外に広がるのを抑える */
}

.coment{              /* 標準サイズ */
  margin: 0 auto;
  position: relative;
  padding: 10px;
  width: 90%; 
  height: auto;
  text-align: left;
  font-family:YuGothic;
  font-size: 0.8rem; 
  letter-spacing: 0.05em;
  transform: scaley(1.2);
  font-weight: 500;
  line-height: 1.8; 
}
.line{
  border-bottom: solid 0.8px;

}
h1{                      
  text-align: left;
  font-size: 0.2rem;
  letter-spacing: 0.01em;
  padding: 0px;
  transform: scaley(1.8);
  font-weight:600;
}
h2{                      
  padding: 20px;
  text-align: center;
  font-size: 1.0rem;
  letter-spacing: 0.01em;
  transform: scaley(1.8);
  font-weight:600;
  font-family: YuGothic;
}
h3{                     
  padding: 10px;
  text-align: center;
  font-size: 0.8rem;
  letter-spacing: 0.01em;
  transform: scaley(1.8);
  font-weight:500;
  font-family: YuGothic;
}
h3a{                     
  padding: 5px;
  text-align: left;
  font-size: 1.0rem;
  letter-spacing: 0.01em;
  font-weight:600;
  font-family: YuGothic;
  color:#fff;
}


.resizeimage-mail  { 
  float:right;
  margin: 1px;
  display: inline;
  min-width: 30px;
  cursor :pointer;
}
p.resizeimage img {      /* タイトル他 */ 
  padding: 0px;
  width:100%; 
  max-width: 1200px;
  vertical-align: bottom;
}
/* 動画コンテンツ */
div.vid_contents {
  width: 100%;/*背景色を横幅いっぱいに広げる*/
  text-align: center;
  margin: auto;
  max-width: ;
  padding: 4% 2% 2% 2%;/*ここで動画の周りの余白を調整*/
  background: #000;/*余白の背景色*/
}
video.vid_main {
  width:80vw;
}
div.vid_contents2 {
  width: 100vw;/*背景色を横幅いっぱいに広げる*/
  text-align: center;
  margin: auto;
  max-width: 1000px;
  padding: % % % %;/*ここで動画の周りの余白を調整*/autoplay muted
  background: #fff;/*余白の背景色*/
}
.pc {
  display: none !important;
}
.sp{
  display: block !important;
}
} /*max-width:480pxの終わり*/
/* =========================================================
■Style sheets
========================================================= */

.footerbox{             /*フッターのBOX*/ 
  z-index: 2;       /* 手前表示を優先させる*/
  height: 50px;      
  position: fixed;  /*ヘッダーの固定*/
  bottom: 0;           /*固定する位置*/
  left: 0;          /*固定する位置*/
  right: 0;         /*固定する位置*/  

  margin: 0 auto;
  padding:1px;
  height: 45px;
  width: 90%; 
  background: rgba(255,255,255,0.0);
  border-style: none;    /* double */ 
  border-color: ;    /* #000 */ 
  color: #000;
  text-align: center;
}

/* =========================================================
■マウスオーバー
========================================================= */
a:link{
    text-decoration: none;
    color: #000;
}
a:hover{
    text-decoration: none;
    color: #aaa;
}
.img_wrap{
  margin: 0 auto;
}
.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
}
/* =========================================================
■table
========================================================= */
 /* ヘッダーのテーブル */
table.he {           
  margin: 0 auto;
  
  border-collapse; collapse;
  width:100%;
  vertical-align:top;
}
table.he td {    
  text-align: left; 
  vertical-align:top;
}
/* element（要素）のテーブル */
table.el tr {         
  margin 0 auto;
  width:100%;
}
table.el td {
  vertical-align:top;
  padding: 5px 0px 5px 0px;
  text-align: center;
}


/*vacantのテーブル */
table.va tr {         
  margin 0 auto;
  width:80%;
  
}
table.va th {
  vertical-align:midle;
  padding: 0px 0px 0px 0px;
  background: #eee;
  color: #555;
  border: 3px;
  border-style: double;
  border-color: #aaa;
}
table.va td {
  vertical-align:top;
  padding: 20px 0px 0px 0px;
  text-align: center;
  border: 0px;
  border-style: solid;
  border-color: #ccc;
  cursor :pointer;
}
.back{
  height: 30px;
  background: #000;
  text-align: center;
  color: #fff;
  border: 5px;
  border-style: double;
  border-color: #eee;
}
.back:hover{
  background-color: #000;
  color: #fff;
}


/* =========================================================
■アコーディオンメニュー よくある質問
========================================================= */
.acd-check{
    margin: 0 auto;
    max-width: 100%;
    
}
.acd-label{
    margin: 0 auto;
    background: rgba(243,243,243);
    display: block;
    width:90%; 
    text-align: left;
    margin-bottom: 5px;
    padding: 10px;
}
.acd-content{
    border: 1px solid #333;
    width:89%; 
    text-align: left;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}
/* =========================================================
■アコーディオンメニュー 好きなアニメ
========================================================= */
.accordion {
    margin: 0 auto;
    max-width: 100%;
}
.toggle {
    display: none;
}
.option {
    position: relative;
    margin-bottom: 1em;
}
.title,
.content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}
.title {
    border: solid 1px #999;
    padding: 0.3em;
    display: block;
    color: #333;
    font-size: 0.9em;
    text-align: center;
}
.title::after,
.title::before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 1.0em;
    width: 2px;
    height: 0.7em;
    background-color: #999;
    transition: all 0.3s;
}
.title::after {
    transform: rotate(90deg);
}
.content {
    max-height: 0;
    overflow: hidden;
}
.content p {
    margin: 0 auto;
    padding: 0.5em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5;
}
.toggle:checked + .title + .content {
    max-height: 500px;
    transition: all 1.5s;
}
.toggle:checked + .title::before {
    transform: rotate(90deg) !important;
}
/* =========================================================
■プルダウンメニュー
========================================================= */
label {
  display: block;
  margin-top: 4px;
  background: rgba(255,255,255,0.0);
  cursor :pointer;
  text-align: left;
}
input {              /* 入力フォーム */
  display: none;     /* 要素を消す */
}
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li {
  max-height: 46px;
  opacity: 1;
}

.nav {
  width: 70px;
  height: 40px;
  margin: 0 0 0 auto;
  padding: 0;
  display: block;
}
.nav li {
  position: relative;
  list-style: none;
}
.nav li a {
  position: absolute;
  right: -80px;
  display: block;
  width: 230px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 2.8;
  background: #9fb7d4;
  transition: 0.5s;
  text-decoration: none;
  border-right: 1px solid #eee;
  box-sizing: border-box;
}
.nav > li li:hover > a {
  color: olive;
  background: #afc6e2;
  color: #000
}
.nav li ul {
  top: 40px;
  left: -40px;
  position: absolute;
}
.nav li ul li {
  overflow: hidden;
  height: 0;
  transition: 0.2s;
}
.nav li ul li a {
  border-top: 1px solid #eee;
}
.nav li:hover > ul > li {
  overflow: visible;
  height: 40px;
}
.nav li ul li ul {
    top: 0;
    left: 110px;
}
/* =========================================================
■jquery bxslider&fade
========================================================= */
.slider {
  margin: 0 auto;
  padding: 0px;
  width: 100%;
  border: none;
  overflow:hidden;
}
.slider img {
  margin: 0 auto;
  height: auto;
  width: 70%;
  overflow:visible!important;
}
.bx-wrapper {
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}
/* =========================================================
■cssスライダー
========================================================= */
.fade-type-left,
.fade-type-right,
.fade-elem{
  text-align: center;
  transition: 8s;
  transform: translateY(50px);
  opacity: 0;
  margin-bottom: 10px;
}
.fade-elem:nth-of-type(2){transition-delay: 0s;}
.fade-elem:nth-of-type(3){transition-delay: 0.5s;}
.fade-elem:nth-of-type(4){transition-delay: 1s;}
.fade-elem:nth-of-type(5){transition-delay: 1.5s;}
.fade-elem:nth-of-type(6){transition-delay: 2s;}
.fade-elem:nth-of-type(7){transition-delay: 2.5s;}
.fade-elem:nth-of-type(8){transition-delay: 3s;}
.fade-elem:nth-of-type(9){transition-delay: 3.5s;}
.fade-elem:nth-of-type(10){transition-delay: 4s;}
.fade-elem:nth-of-type(11){transition-delay: 4.5s;}
.fade-elem:nth-of-type(12){transition-delay: 5s;}
.fade-elem:nth-of-type(13){transition-delay: 5.5s;}
.fade-elem:nth-of-type(14){transition-delay: 6s;}
.fade-elem:nth-of-type(15){transition-delay: 6.5s;}
.fade-elem:nth-of-type(16){transition-delay: 7s;}
.fade-elem:nth-of-type(17){transition-delay: 7.5s;}
.fade-elem:nth-of-type(18){transition-delay: 8s;}

.fade-up{
  transform: translateY(0);
  opacity: 1;
}
