@import url( "https://fonts.googleapis.com/css?family=Noto+Serif+JP" );

html, body {
    /*overflow-x: hidden;*/
    height: 100%;
}

body{
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  color: #212121;
    background: #fff;
    padding: 0;
    margin: 0;
    /*font-family: 'Varela Round', sans-serif;*/

}
.header {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    background-color: #ffffff;
    box-shadow: 0px 5px 5px #c4c4c4;
    position: fixed;
    height: 60px!important;
    overflow: hidden;
    z-index: 10;
}
.main-top {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 60px;
}
.main-topInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.main-topInner div{
    display:table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}
#sidebarMenu {
    /*overflow-y: scroll; */
    height: 100%;
    position: fixed;
    left: 0;
    width: 250px;
    margin-top: 60px;
    transform: translateX(-250px);
    transition: transform 250ms ease-in-out;
    background: #ffffff;
    z-index: 30;
    -webkit-overflow-scrolling: touch;   // 慣性スクロールを追加
}
@media all and (max-width: 1024px) {
#sidebarMenu {
    overflow-y: scroll; 
    height: 100%;
    position: fixed;
    left: 0;
    width: 250px;
    margin-top: 60px;
    transform: translateX(-250px);
    transition: transform 250ms ease-in-out;
    /*background: linear-gradient(180deg, #fffd51 0%, #8cffc7 100%);*/
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
    z-index: 30;
    -webkit-overflow-scrolling: touch;   // 慣性スクロールを追加
}
}
#sidebarMenu .bg {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  background: #000;
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li{
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 15px;
    cursor: pointer;
    border-bottom: 1px solid #86f1f1;
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li:hover {
  background-color: #ffffffb0;
  transition: .3s;
}
.sidebarMenuInner li a{
    color: #665930;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    letter-spacing:1px;
}

.sidebarMenuInner li a:hover {
  color:#f3ba00;
  padding: 0px 10px;
  transition: .3s;
  letter-spacing:4px;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    position: fixed;
    /*position: absolute;*/
    z-index: 99;
    top: 22px;
    left: 15px;
    height: 15px;
    width: 60px;
    margin-top:5px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 2px;
    background: #665930;
    width: 60px;

}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: fixed;
    float: left;
    margin-top: 5px;
    
}
.diagonal.part-1 {
    position: fixed;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: fixed;
    float: left;
    margin-top: 10px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
    margin-top: 20px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 4px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: 4px;
}

a:link{
	font-weight: bold;
	/*color:#000;*/
    /*text-decoration:underline;*/
}

a:visited{
	font-weight: bold;
	/*color:#000;*/
}

a:hover{
    color:#e60026;
	text-decoration:none;
}

a:active{
	
}

span.news{
	background-color:#fff100;
    border: 2px solid #fff100;
    border-radius:4px;
    color:#212121;
}

span.case{
	background-color:#2ea3ff;
    border: 2px solid #2ea3ff;
    border-radius:4px;
    color: #fff;
}

span.other{
	background-color:#53b433;
    border: 2px solid #53b433;
    border-radius:4px;
    color: #fff;
}
span.member{
	background-color:#53b433;
    border: 2px solid #53b433;
    border-radius:4px;
    color: #fff;
}
span.youtube{
	background-color:#fe0002;
    border: 2px solid #fe0002;
    border-radius:4px;
    color: #fff;
}

a{
  display: block;
  text-decoration: none;
}

.Btn{
  position: relative;
  border: 1px solid #ccc;
  margin-left: auto;
  margin-right: auto;
  width: 240px;
  height: 48px;
  line-height: 48px;
  display: flex;
  text-align: center;
  background: #ffffff57;
  color: #212121;
  font-size: 14px;
  letter-spacing: 5px;
  filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.09));
}

.Btn-Text{
  width: 100%;
    height: 100%;
    color: #212121;
    background: #8756ff7d;
    border-radius: 25px;
}

.Btn-Text:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: linear-gradient(120deg, #ffffff 0%, #5610ffbf 100%);
  z-index: -1;
  transition: .3s;
	border-radius:25px;
}

.Btn-Text:hover{
  color: #212121;
}

.Btn-Text:hover:before{
  width: 100%;
}

h1{
  color:#545454;
  font-size: 36px;
}

h2{
  color:#545454;
  font-size: 2.4em;
}

h3{
  color:#545454;
  font-size: 1.9em;
  line-height: 1.5;
  font-weight: 900;
}

h4{
  color:#545454;
  font-size: 1.3em;
  font-weight: 900;
  line-height: 1.5;
}

h5{
  color:#545454;
  font-size: 0.3em;
  font-weight: 900;
  line-height: 1.5;
}

h6{
  color:#545454 ;
  font-size: 0.7em;
}

.cal_wrapper {
max-width: 960px;
min-width: 300px;
margin: 2.0833% auto;
}

.googlecal {
position: relative;
padding-bottom: 100%;
height: 0;
}

.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

.customer2 {
	width: 100%;
    height: 100%;
    overflow: hidden;
    /* margin: 10px 8px 10px 16px; */
    position: relative;
}
.customer2 .caption1 {
	font-size:		16px;
	text-align: 		center;
	color:			#fff;
    font-weight: bold;
    padding-top: 20px;
    text-shadow:1px 1px 1px black;
}
.customer2 .caption2 {
	font-size:		15px;
	text-align: 		center;
	color:			#fff;
    padding-top: 10px;
    line-height: 1.2;
    text-shadow:1px 1px 1px black;
}

.customer2 .caption3 {
	font-size: 20px;
	text-align: 		center;
	color:			#fff;
    padding-top: 15px;
    line-height: 1.2;
    text-shadow:1px 1px 1px black;
}
.customer2 .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}
.customer2:hover .mask {
	opacity:		1;	/* マスクを表示する */
	padding-top:		80px;	/* ホバーで下にずらす */
}

.lineup2 {
	width: 100%;
    height: 100%;
    overflow: hidden;
    /* margin: 10px 8px 10px 16px; */
    position: relative;
}
.lineup2 .caption1 {
	font-size:		15px;
	text-align: 		center;
	color:			#fff;
    font-weight: bold;
    padding-top: 5px;
    line-height: 1.2;
    text-shadow:1px 1px 1px black;
}

.lineup2 .caption2 {
	font-size:		15px;
	text-align: 		center;
	color:			#fff;
    padding-top: 10px;
    line-height: 1.2;
    text-shadow:1px 1px 1px black;
}

.lineup2 .caption3 {
	font-size: 16px;
    font-weight: bold;
	text-align: 		center;
	color:			#fff;
    padding-top: 10px;
    font-weight: bold;
    text-shadow:1px 1px 1px black;
}

.lineup2 .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
    padding: 5px;
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);
	-webkit-transition:	all 0.6s ease;
	transition:		all 0.6s ease;
}

.lineup2:hover .mask {
	opacity:		1;	/* マスクを表示する */
	padding-top:		80px;	/* ホバーで下にずらす */
}


.section2 {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.section2:nth-child(even) {
  background: #f2f2f2;
}
.section2 h7 {
  font-size: 23px;
  padding: 10px;
}

.motion-txt {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 10px;
}

.motion-txt:after {
  content: "";
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #000;
  transform: translate3d(-101%, 0, 0);
}

.js-scroll.show .motion-txt:after {
  transition-property: transform, opacity;
  transition-duration: 0.5s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
}

.js-scroll.done .motion-txt:after {
  transition-property: transform;
  transition-duration: 0.5s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(103%, 0, 0);
}

.motion-txt .motion-inner {
  display: inline-block;
  opacity: 0;
}

.js-scroll.done .motion-txt .motion-inner {
  opacity: 1;
}

.motion-img {
display: inline-block;
position: relative;
overflow: hidden;
animation: img-opacity 3s cubic-bezier(.4, 0, .2, 1);
}
.js-scroll.show .motion-img:before {
  animation: img-animation 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  }

.motion-img .motion-inner {
  display: inline-block;
  opacity: 0;
}

.js-scroll.done .motion-img .motion-inner {
  opacity: 1;
}
@keyframes img-opacity {
  0% {
    opacity: 0;
  }
}

@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}

@import url('https://fonts.googleapis.com/css?family=Encode+Sans+Condensed:400,600');

* {
  outline: none;
}

strong {
  font-weight: 600;
}

.page {
  width: 100%;
  height: 80vh;
  background: #00000000;/*#fdfdfd*/
    font-weight: 600;
  letter-spacing: .03em;
  color: #212121;
  position: relative;
  z-index: 60;
}

.page-customer {
  width: 100%;
  height: 80vh;
  background: #00000000;/*#fdfdfd*/
   font-weight: 600;
  letter-spacing: .03em;
  color: #212121;
  position: relative;
  z-index: 60;
}

.page-work {
  width: 100%;
  height: 0vh;
  background: #00000000;/*#fdfdfd*/
    font-weight: 600;
  letter-spacing: .03em;
  color: #212121;
  position: relative;
  z-index: 60;
}

.page-about {
  width: 100%;
  height: 0vh;
  background: #00000000;
  font-weight: 600;
  letter-spacing: .03em;
  color: #212121;
  position: relative;
  z-index: 60;
}

.page-lineup {
  width: 100%;
  height: 0vh;
  background: #00000000;
    font-weight: 600;
  letter-spacing: .03em;
  color: #212121;
  position: relative;
  z-index: 60;
}

header {
  display: flex;
  position: fixed;
  width: 100%;
  height: 70px;
  background: #ffffff;
  color: #fff;
  justify-content: center;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
    opacity:20;
    z-index: 1;
}

.header-img {
  vertical-align: middle;
  height: auto;
    width: 200px;
    margin: 0 auto;
    padding-top: 5px;
}

main {
  padding: 50px 10px 50px 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

main > div {
  margin: auto;
  max-width: 100%;
}

main h2 span {
  color: #BF7497;
}

main p {
  line-height: 1.5;
  font-weight: 200;
  margin: 20px 0;
}

main small {
  font-weight: 300;
  color: #888;
}

#nav-container {
  position: fixed;
  height: 100vh;
  width: 100%;
  pointer-events: none;
  z-index: 50;
}
#nav-container .bg {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: calc(100% - 70px);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  background: #000;
}
#nav-container:focus-within .bg {
  visibility: visible;
  opacity: .6;
}
#nav-container * {
  visibility: visible;
}

.button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  border-radius: 0;
  height: 70px;
  width: 50px;/*30px阪柳記述*/
  cursor: pointer;
  pointer-events: auto;
  margin-left: 25px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  background: #f18d42;
  transition: .3s;
}
.icon-bar + .icon-bar {
  margin-top: 5px;
}

#nav-container:focus-within .button{
  pointer-events: none;
}
#nav-container:focus-within .icon-bar:nth-of-type(1) {
  transform: translate3d(0,8px,0) rotate(45deg);
}
#nav-container:focus-within .icon-bar:nth-of-type(2) {
  opacity: 0;
}
#nav-container:focus-within .icon-bar:nth-of-type(3) {
  transform: translate3d(0,-8px,0) rotate(-45deg);
}

#nav-content {
  margin-top: 70px;
  /* padding: 20px; */
  width: 90%;
  max-width: 350px;
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 70px);
  background: #9ecaed;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  transform: translateX(-100%);
  transition: transform .3s;
  will-change: transform;
  contain: paint;
  z-index: 100;
  font-family: 'Noto Serif JP';
  letter-spacing: 3px;
}

#nav-content ul {
  height: 100%;
  display: flex;
  flex-direction: column;
}

#nav-content li a {
  padding: 10px 15px;
  display: block;
  text-transform: uppercase;
  transition: color .1s;
}

#nav-content li a:hover {
  color: #212121;
  background:#fff000;
  padding: 10px 20px;
  transition: .3s;
}

#nav-content li:not(.small) + .small {
  margin-top: auto;
  margin-bottom: 50px;/*阪柳記述*/
}

.small {
  display: flex;
  align-self: center;
    padding-left: 10px;
}

.small a {
  font-size: 12px;
  font-weight: 400;
  color: #888;
}
.small a + a {
  margin-left: 0px;
}

#nav-container:focus-within #nav-content {
  transform: none;
}

#nav-content li:not(.small) + .small {
  margin-top: auto;
  margin-bottom: 50px;/*阪柳記述*/
}

#nav-container:focus-within #nav-content {
  transform: none;
}





* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a,
a:visited,
a:focus,
a:active,
a:link {
  text-decoration: none;
  outline: 0;
}

a {
  color: currentColor;
  transition: .2s ease-in-out;
}

h1, h2, h3, h4 {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

img {
  vertical-align: middle;
  height: auto;
  width: 100%;
}

.content-img {
  vertical-align: middle;
  height: auto;
  width: 100%;
}

.content-img:hover {
  filter: blur(2px);
  transition-duration: 0.3s;

}

.customer-img {
  vertical-align: middle;
  height: auto;
  width: 100%;
}

.customer-img:hover {
  filter: brightness(80%);
  transition-duration: 0.5s;
}

.sa {
  opacity: 0;
  transition: all 1.0s ease;
}
 
.sa.show {
  opacity: 1;
  transform: none;
}
 
.sa--lr {
  transform: translate(-100px, 0);
}
 
.sa--rl {
  transform: translate(100px, 0);
}
 
.sa--up {
  transform: translate(0, 100px);
}
 
.sa--down {
  transform: translate(0, -100px);
}
 
.sa--scaleUp {
  transform: scale(.5);
}
 
.sa--scaleDown {
  transform: scale(1.5);
}
 
.sa--rotateL {
  transform: rotate(180deg);
}
 
.sa--rotateR {
  transform: rotate(-180deg);
}

.sa.show {
    opacity: 1;
    transform: none;
}




@media all and (max-width: 500px) {
    .container{
        margin-top:0px;
    }
    .menu{
        height:5em;
        width:100%;
    }
    .menu li{
        display:inline-block;
    }
    .menu-bar li a{
        width:100%;
    }
    .menu-bar{
        width:100%;
        left:0;
      bottom: 60px;/*阪柳記述 0*/
        height:0;
    }
    .open{
        width:100%;
        height:auto;
    }
    .para{
    padding-left:5px;
}  
}
@media screen and (max-height: 34em){
  .menu li,
  .menu-bar {
    font-size:70%;
  }
}
@media screen and (max-height: 34em) and (max-width: 500px){
  .menu{
        height:3.5em;
    }
}

.caption_area {
    position:  absolute;        /* 要素の配置方法を指定 */
    padding: 20px;              /* 余白指定 */
    max-width: 100%;              /* 幅指定 */
    max-height: 100%;               /* 高さ指定 */
    text-align:  center;        /* 文字を中央揃えに */
    top:  0;                    /* 上からの位置指定 */
    bottom:  0;                 /* 下からの位置指定 */
    left:  0;                   /* 左からの位置指定 */
    right:  0;                  /* 右からの位置指定 */
    margin:  auto;              /* 位置調整と組み合わせて上下中央に */
}

.greenTxt{
  color:#62aaa5;
}

.fontbold{
  font-weight: bold;
}


.flex-box a:link{
  font-weight: bold;
  color:#737373;
}

.flex-box a:visited{
  font-weight: bold;
  color:#737373;
}

.flex-box a:hover{
  text-decoration:underline;
}

.flex-box a:active{
  
}

.cate_navi{
  position: relative;
  overflow: hidden;
  font-size: 1em;
}

.cate_navi ul{
    list-style-type: none;
    position: relative;
    left: 50%;
    float: left;
}

.cate_navi li{
  position: relative;
  left: -50%;
  float: left;
}

.cate_navi li +li{
    border-left: 1px solid #fff;　　/* ここがボーダー線指定しているところ */
    padding: 0 10px 0 10px;　　　　 /* メニューとボーダー線の間の距離感 */
    display: inline;
}

.cate_navi a:link{
  font-weight: bold;
  color:#fff;
}

.cate_navi a:visited{
  font-weight: bold;
  color:#fff;
}

.cate_navi a:hover{
  text-decoration:none;
  color:#ffffff;
  background:#0062A0;
}

.cate_navi a:active{
  
}

/* BootStrap カスタム */
/* PC */

nav{
	background: rgba(255, 255, 255, 0.9);
}

.navbar-brand {
  height: 70px;
  padding: 5px 15px;
}

.nav > li > a{
  color:#000;
  display: table-cell;
  vertical-align: middle;
  height: 70px;
  right:30px;
  padding: 15px 11px;
  text-decoration:none;
}

.nav > li > a:hover, .nav > li > a:focus{
  background: #ffa22eb0;
  color:#000;
}

.nav-btn-box{
	float: right;
	margin-right: 20px;
}

.nav-btn{
	display: table-cell;
  vertical-align: middle;
	height:70px;
}

/* ここから下がボタンのCSS　*/
.btn-border {
    display: inline-block;
    max-width: 180px;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    padding: 8px 25px;
    border: 2px solid #212121;
    border-radius: 25px;
    transition: .4s;
    margin: 5px;
}
.btn-border-2 {
    display: inline-block;
    max-width: 180px;
    text-align: left;
    text-decoration: none;
    font-weight: bold;
    padding: 1px 25px;
    border: 1px solid #212121;
    background-color: #e0e0e0;
    border-radius: 0px;
    transition: .4s;
    margin: 5px;
}
.btn-border-2 :hover{
    background-color: #e0e0e0;
    transition: .3s;
}
.btn-border-2 a:hover{
    color: #949494;
    transition: .3s;
}
.btn-border-2 a{
    color: #212121;
    transition: .3s;
}

.navbar{
  margin-bottom: 0px;
}

.btn-border a:link {
  color: #FFF;
}

.btn-border:hover {
  background-color: #e0e0e0;
    border: 2px solid #e0e0e0;
  color: #FFF;
}

.btn-border a:hover {
  background-color: #e0e0e0;
  color: #737373;
}

.main-banner{
	background: url(../images/TOP.jpg);
	background-size: cover;
  background-position: center;
}

.main-banner-top{
	background: url(../images/TOP5.jpg);
	background-size: cover;
  background-position: center center;
}

.main-banner-contact{
	background: url(../images/contact.jpg);
	background-size: cover;
  background-position: center center;
}

.main-banner-profile{
	background: url(../images/profile.jpg);
	background-size: cover;
  background-position: top;
}

.main-banner-news{
	background: url(../images/NEWS＆TOPICS.jpg);
	background-size: cover;
  background-position: center;
}

.main-banner-youtube{
	background: url(../images/YOUTUBE.jpg);
	background-size: cover;
  background-position: center;
}

.main-banner-purchase{
	background: url(../images/PURCHASE.jpg);
	background-size: cover;
  background-position: right;
}

.scroll-box{
  max-width: 80px;
  margin: 0px auto;
}

.bgMessage{
  background: url(../images/message-img.png);
  background-size: cover;
  background-position: center;
}

.sub-banner{
}

.sub-banner p{
  color:white;
}

.sub-banner-02{
  padding:60px 0px;
}

.sub-banner-02 p{

}

#sub-menu{
  height:80px;
  background: #000;
  color:white;
}

.txtcenter{
  text-align: center;
}

.txtright{
  text-align: right;
}

.black-back{
  /*background-color: rgba(0,0,0,0.4);*/
  padding:175px 0px;
}

.black-back-padno{
  background-color: rgba(0,0,0,0.4);
  padding:100px 0px;
}


.main-logo{
  width: 25%;
}

.main-banner h1,.sub-banner h1{
  color: white;
  font-size: 3.5em;
}

.sub-banner-02 h1{
  font-weight: bold;
}

.bred-crumb{
  padding:5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #ffe4c8cf), color-stop(0, #ff8100));
}


@media (min-width: 780px) {

	.sp-only{
		display: none;
	}

	.pad55{
	  padding:0px 55px;
	}


  .container {
    width:1024px;
  }

  .navbar-header{
    width:250px;
  }

  .row-eq-height {
    display: flex;
    flex-wrap: wrap;
  }

  .flex-box{
    display: flex;
     align-items: center;
     height: 80px;
  }
    
  .googlecal {
    padding-bottom: 75%;
  }

.page-feed li {
display: inline-block;
height:40px;line-height:40px;
width:40px;text-align:center;
border:1px #ccc solid;
color:#0000ff;
border-radius: 5px / 5px;
}

.page-feed .pre {
    background-color: #c7c7c7;
    color:#333;
    border:1px #ccc solid;
    }
    
.page-feed .this {
    background-color: #777777;
    color:#fff;
    }
    
.page-feed li a{
    display:block;
    text-decoration: none;
    color: #212121;
    }
    
.page-feed li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #212121;
    }

}

@media (max-width: 779px){

.pc-only{
		display: none;
	}

  .navbar-brand{
    width: 260px;
  }

  .nav > li > a{
    height:max-content;
    right:0px;
  }


  .flex-box{
    margin: 20px 0px;
  }

  #sub-menu{
    height:auto;
  }

  	table.campany-table{
  width: 100%;
  margin: 20px auto 0px auto;
}

.page-feed li {
display: inline-block;
height:40px;line-height:40px;
width:40px;text-align:center;
border:1px #ccc solid;
color:#0000ff;
border-radius: 5px / 5px;
}

.page-feed .pre {
    background-color: #c7c7c7;
    color:#333;
    border:1px #ccc solid;
    }
    
.page-feed .this {
    background-color: #777777;
    color:#fff;
    }
    
.page-feed li a{
    display:block;
    text-decoration: none;
    color: #212121;
    }
    
.page-feed li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #212121;
    }

#nav-content {
    margin-top: 70px;
    /* padding: 20px; */
    width: 90%;
    max-width: 300px;
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 70px);
    background: #9dc9ec;
    pointer-events: auto;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    transform: translateX(-100%);
    transition: transform .3s;
    will-change: transform;
    contain: paint;
    z-index: 100;
}
    
.caption_area {
    position:unset;        /* 要素の配置方法を指定 */
    padding: 20px;              /* 余白指定 */
    max-width: 100%;              /* 幅指定 */
    max-height: 100%;               /* 高さ指定 */
    text-align:  center;        /* 文字を中央揃えに */
    top:  0;                    /* 上からの位置指定 */
    bottom:  0;                 /* 下からの位置指定 */
    left:  0;                   /* 左からの位置指定 */
    right:  0;                  /* 右からの位置指定 */
    margin:  auto;              /* 位置調整と組み合わせて上下中央に */
}

.col-sm-1{
    display: none;

}
.header-img {
  vertical-align: middle;
    height: auto;
    padding-top: 5px;
    width: 25%;
}

}
@media (max-width: 480px){

.header-img {
  vertical-align: middle;
    height: auto;
    padding-top: 10px;
    width: 50%;
}
}
.navbar-toggle .icon-bar{
  background: #000000;
}


#sec001{
  padding:60px 0px;
}


.news-box{
  border-bottom: 1px solid #000;
  padding: 10px 10px;
}

.news-cat{
  margin-bottom: 20px;
}

.pickup-text{
  margin:20px 0px;
}



hr{
  border-top: 7px solid #22222247;
  margin: 10px 0px;
  border-radius: 5px;
}

.black-hr{
  border-top:1px solid #000;
}

table.news-table{
  margin: 20px 0px;
}

td.table-date{
  width:10%;
  padding:20px;
}

td.table-cat{
  width:20%;
  padding:20px;
}

td.table-txt{
  width:70%;
  padding:20px;
}

tr{
  border-bottom:1px solid #000;
}

table.campany-table tr{
  border-bottom:1px solid #000;
}

table.campany-table th{
  width: 30%;
  padding:20px 10px;
}

table.campany-table td{
  width: 60%;
  padding:20px 10px;
  text-align: left;
}

table.mail-table{
  width: 80%;
  margin: 20px auto 0px auto;
}

table.mail-table tr{
  border-bottom:1px dashed #000;
}

table.mail-table th{
  width: 40%;
  padding:20px 10px;
}

table.mail-table td{
  width: 60%;
  padding:20px 10px;
  text-align: left;
}


.lineup-cateS{
  background: #212121;
    text-align: center;
    border-radius: 2px;
    padding: 2px 3px;
    font-weight: bold;
    color: #ffffff;
    font-size: 12px;
    width: 75px;
    margin: 0px auto;
}

.lineup-cateM{
  background: #212121;
    text-align: center;
    border-radius: 2px;
    padding: 2px 3px;
    font-weight: bold;
    color: #ffffff;
    font-size: 12px;
    width: 110px;
    margin: 0px auto;
}

.lineup-cateL{
  background: #212121;
    text-align: center;
    border-radius: 2px;
    padding: 2px 3px;
    font-weight: bold;
    color: #ffffff;
    font-size: 12px;
    width: 150px;
    margin: 0px auto;
}

.media-cat{
font-size: 1.3em;
padding-right:15px;
}

.media-text{
  font-size: 1.5em;
  margin-bottom:30px;
}

.backGreen{
  background: #62aaa5;
}

.whats-btn{
  text-align: center;
  padding:20px;
  font-weight: bold;
  background: #ee0000;
  color:white;

  margin:20px 0px;

}

.press-btn{
  text-align: center;
  padding:20px;
  font-weight: bold;
  background: #eec200;
  color:white;

  margin:20px 0px;
}

#sec002{
  background: #f2f2f2;
  padding: 60px 0px;
}

.pad0{
  padding:0px !important;
}

.white-back{
  background: #FFF;
}



.flex-box ul li{
  list-style: none;
  float: left;
  padding-left:50px;
}

.flex-box ul{
  margin: 0px;
}

#sec002 h1,#sec003 h1{
  font-size:;
  margin-bottom: 30px;
  font-weight: bold;
}

.caption{
  color: #385383;
}

.sec002-text{
  font-size: 1.2em;
}

.padding40px{
  padding: 40px !important;
}

.table-cell {
 display: table-cell; /* IE8から使用可能 */
 vertical-align: middle;
}

#sec003{
  background: url(../images/sec02_back.jpg);
  background-size: cover;
  background-position: center;
}

#sec002{
  background: #ffffff;
  background-size: cover;
  background-position: center;
}
.white-txt{
  color:white !important;
}

.white-btn{
  max-width: 300px;
  padding: 15px;
  border:1px solid #FFF;
  font-size: 1.3em;
  text-align: center;
  margin:30px auto 0px auto;
}

.white-btn a:link{
  color:#FFF;
}


.white-btn a:visited{
  color:#FFF;
}



.green-btn{
  max-width: 300px;
  padding: 15px;
  border:1px solid #62aaa5;
  font-size: 1.3em;
  text-align: center;
  margin:30px auto 0px auto;
}

.green-btn a:link{
  color:#62aaa5;
}


.green-btn a:visited{
  color:#62aaa5;
}

.pink-btn{
  max-width: 250px;
  padding: 8px;
  border-radius: 10px;
  background:#FF2DFF;
  font-size: 1.1em;
  text-align: center;
  margin:30px auto 0px auto;
}

.pink-btn a:link{
  color:#ffffff;
}

.pink-btn a:visited{
  color:#ffffff;
}

.yellow-btn{
  max-width: 250px;
  padding: 8px;
  border-radius: 10px;
  background:#FFFF00;
  font-size: 1.1em;
  text-align: center;
  margin:30px auto 0px auto;
}

.yellow-btn a:link{
  color:#000000;
}

.yellow-btn a:visited{
  color:#000000;
}

.blue-btn{
  max-width: 250px;
  padding: 8px;
  border-radius: 10px;
  background:#0C90D6;
  font-size: 1.1em;
  text-align: center;
  margin:30px auto 0px auto;
}

.blue-btn a:link{
  color:#ffffff;
}

.blue-btn a:visited{
  color:#ffffff;
}

.blue2-btn{
  max-width: 250px;
  padding: 8px;
  border-radius: 10px;
  background:#004BA1;
  font-size: 1.1em;
  text-align: center;
  margin:10px auto 10px auto;
}

.blue2-btn a:link{
  color:#ffffff;
}

.blue2-btn a:visited{
  color:#ffffff;
}

.green2-btn{
    max-width: 250px;
    padding: 10px;
    border-radius: 10px;
    background: #3babc8;
    font-size: 1.1em;
    text-align: center;
    margin: 10px auto 10px auto;
}

.green2-btn a:link{
  color:#ffffff;
}

.green2-btn a:visited{
  color:#ffffff;
}

.orange-btn{
  max-width: 250px;
  padding: 8px;
  border-radius: 10px;
  background:#f68100;
  font-size: 1.1em;
  text-align: center;
  margin:10px auto 10px auto;
}

.orange-btn a:link{
  color:#fff;
  text-decoration:none;
}

.orange-btn a:visited{
  color:#000;
}

.orange-btn a:hover{
    color:#fff;
	text-decoration:none;
}

.black-btn{
  max-width: 250px;
  padding: 20px;
  border-radius: 10px;
  border:1px solid #000000;
  font-size: 1.3em;
  text-align: center;
  margin:30px auto 0px auto;
}

.black-btn a:link{
  color:#000000;
}


.black-btn a:visited{
  color:#000000;
}

.black2-btn{
  max-width: 250px;
  padding: 8px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom,color-stop(2, #ff0000), color-stop(1, #630101), color-stop(0, #ff0000));
  font-size: 1.1em;
  text-align: center;
  margin:20px auto 10px auto;
}

.black2-btn a:link{
  color:#ffffff;
}


.black2-btn a:visited{
  color:#ffffff;
}

.company-btn{
  text-align: center;
  background: url(../images/top-img-05.png);
  background-size: cover;
  background-position: center;
  height:400px;
  padding:50px;
}

.message-btn{
  text-align: center;
  background: url(../images/top-img-06.png);
  background-size: cover;
  background-position: center;
  height:400px;
  padding:50px;
}

.recruit-btn{
  text-align: center;
  background: url(../images/top-img-07.png);
  background-size: cover;
  background-position: center;
  height:400px;
  padding:50px;
}

.advantage-btn{
  text-align: center;
  background: url(../images/nav-img-01.png);
  background-size: cover;
  background-position: center;
  height:400px;
  padding:50px;
}

.mission-btn{
  text-align: center;
  background: url(../images/nav-img-02.png);
  background-size: cover;
  background-position: center;
  height:400px;
  padding:50px;
}

#sec004{
  padding: 60px 0px;
}

.footer-top{
  border-top:60px solid #000;
  margin: 0px;
}

.footer-box{
   background: #86f1f1;
    padding: 30px;
    color: #ffffff;
    text-align: center;
}

.footer a:link{
  color:#62aaa5;
}

.footer a:visited{
  color:#62aaa5;
}

.footer-box .footermenust li {
    display: flex;
    font-size: 14px;
    padding: 0px 10px;
}
.footer-box .footermenust li {
    border-right: 1px solid rgb(204, 204, 204);
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
}
.footer-box .footermenust li:last-child {
    border-right: none;
}
.footer-box .footermenust a {
    padding: 5px;
    margin: 0px;
    font-size: 13px;
    color: #665930;
    font-weight: 100;
}
.footer-box .footermenust a:hover {
    background:#ffffff;
    color: #000;
    transition: 0.5s;
}
.footer-box ul, .footer-box ol {
    padding-left: 0px;
}

i{
  font-size: 3em;
  padding-left:10px;
}

nav i{
  font-size: 1em;
}

.marright{
  margin-right: auto;
}

/* サブページ */
/*セパレート変形*/
.skewed {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff100;
  z-index: 0;
  transform: skewY(5deg);
  transform-origin: top right;
}
.skewed-o {
  position: absolute;
  top: -50px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f097b7;
  z-index: 0;
  transform: skewY(-5deg);
  transform-origin: top;
}
.skewed-b {
  position: absolute;
  top: -60px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #9ecaed;
  z-index: 0;
  transform: skewY(-5deg);
  transform-origin: top;
}
/*下に三角*/
.skew-cc {
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0px;
    background: linear-gradient(to right bottom, #823A9C 49%, #fff 50%), linear-gradient(
-50deg
, #ffffff 16px, #000 0);
}
/*上に三角*/
.skew-c {
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0px;
    background: linear-gradient(to left bottom, #fff 49%, #9ecaed 50%);
}
.skew-b {
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0px;
    background: linear-gradient(to right bottom, #fdfdfd 49%, #9ecaed 50%);
}
.skew-b2 {
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0px;
    background: linear-gradient(to left bottom, #9ecaed 49%, #b05fa2 50%);
}
.skew-w {
    width: 100%;
    height: 100px;
    bottom: -1px;
    position: absolute;
    left: 0px;
    background: linear-gradient(to left bottom, #fdfdfd00 49%, #fdfdfd 50%);
}
.white-section{
  padding:70px 0px;
  background: #fdfdfdc2;
}

.glay-section{
  padding:60px 0px;
  background: #ffedb4ba;
}

.black-section{
  padding:60px 0px;
  background: url(../images/japan_back.jpg);
  background-size:  cover;
}

.black02-section{
  padding:60px 0px;
  background: #000;
  background-size:  cover;
}
.orange-section{
    padding:60px 0px;
  background: #f18d42;
  color: #000;
}
.blue-section{
    padding:60px 0px;
      background: #ffffffe6;
  color: #000;
}
.yellow-section{
    padding:60px 0px;
  background: #fffcc5bd;
  color: #000;
}
.purple-section{
    padding:60px 0px;
  background: #b05fa2;
  color: #000;
}

.blue-text{
  color: #385383;
}

.size-2{
  font-size: 1.5em;
}

.size-3{
  font-size: 1.2em;
}

.size-4{
  font-size: 2.3em;
}

.font-bold{
  font-weight: bold;
}

.leftblue{
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #7db4e6;/*左線*/
}

.txtleft{
  text-align: left;
}

.margin-bottom20{
  margin-bottom:30px;
}

.margin-bottom10{
  margin-bottom:10px;
}

.margin-bottom60{
  margin-bottom:60px;
}

.margin-top60{
  margin-top: 60px;
}

.margin-top30{
  margin-top: 30px;
}

.margin30{
  margin:30px 0px;
}

.dottedhr{
  border:none;
  border-top:dashed 1px #000;
  height:1px;
}

.font-red{
  color: red;
}

.images-box{
  height:400px;
}

.serviceh1{

}

.serviceh1 { 
  position: relative;
}

.serviceh1:before {
      position: absolute;
      top: 50px;  /* 上からの位置 */
      left: 0px;  /* 左からの位置 */
      width: 100%;  /* 横幅 */
      height: 1px;  /* 縦幅 */
  background: linear-gradient(left,#26addf 15%,#000 15%, #000 100%);
  background: -webkit-linear-gradient(left,#26addf 15%,#000 15%, #000 100%);
  background: -moz-linear-gradient(left,#26addf 15%,#000 15%, #000 100%);
  background: -o-linear-gradient(left,#26addf 15%,#000 15%, #000 100%);
  background: -ms-linear-gradient(left,#26addf 15%,#000 15%, #000 100%);
  content:""; 
}

.voiceh1 { 
  position: relative;
}

.voiceh1:before {
      position: absolute;
      top: 40px;  /* 上からの位置 */
      left: 0px;  /* 左からの位置 */
      width: 100%;  /* 横幅 */
      height: 1px;  /* 縦幅 */
  background: linear-gradient(left,#26addf 15%,#000 15%, #000 100%);
  background: -webkit-linear-gradient(left,#26addf 15%,#000 15%, #000 100%);
  background: -moz-linear-gradient(left,#26addf 15%,#000 15%, #000 100%);
  background: -o-linear-gradient(left,#26addf 15%,#000 15%, #000 100%);
  background: -ms-linear-gradient(left,#26addf 15%,#000 15%, #000 100%);
  content:""; 
}

.input{
  width:80%;
}

#comments{
  display: none;
}

.post-navigation{
  display: none;
}

.entry-meta{
  display: none;
}

.entry-content p{
  font-size: 1.3em;
}

.pagination ul{
  list-style: none;
}

ul.page-numbers{
  padding:0px;
  margin: 0px 0px 0px 20px;
}

ul.page-numbers li{
  float:left;
  margin-right: 10px;
}

.aligncenter{
  text-align: center;
}

#primary{
  padding: 0px 20px;
}

.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
 
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 370px;
}

/*
 * モジュール関係
 */
.para {
  opacity: 0;
  transition: opacity 750ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 750ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */ }

.para-zoomin {
  transform: scale(0.95); }

.para-zoomout {
  transform: scale(1.05); }

.para-zoominback {
  transform: scale(0.75);
  transition: all 500ms cubic-bezier(0.29, 1.385, 0.505, 0.995);
  /* custom */ }

.para-zoomoutback {
  transform: scale(1.25);
  transition: all 500ms cubic-bezier(0.29, 1.385, 0.505, 0.995);
  /* custom */ }

.para-slideup {
  transform: translate(0, 10px); }

.para-slideupback {
  transform: translate(0, 10px);
  transition: all 500ms cubic-bezier(0.29, 1.385, 0.505, 0.995);
  /* custom */ }

.para-slidedown {
  transform: translate(0, -10px); }

.para-slideleft {
  transform: translate(15px, 0) !important; }

.para-slideleft-half {
  transform: translate(10px, 0); }

.para-slideright {
  transform: translate(-15px, 0); }

.para-slideright-half {
  transform: translate(-10px, 0); }

.para-in {
  opacity: 1 !important;
  transform: translate(0, 0) scale(1) !important; }

.para-slideleft2 {
  transform: translate(100px, 0);
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */ }

.para-slideright2 {
  transform: translate(-100px, 0);
  transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
  /* easeOutCubic */ }


#recruit {
  position: relative;
  z-index: 1; }
  #recruit .content-wrap {
    width: 100%;
    padding-left: 7.46%;
    padding-right: 7.46%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 767px) {
      #recruit .content-wrap {
        padding-left: 0;
        padding-right: 0; } }
    #recruit .content-wrap .content {
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto;
      padding-top: 8%;
      padding-bottom: 8%; }
      #recruit .content-wrap .content:after {
        content: "";
        display: table;
        clear: both; }
      @media screen and (max-width: 767px) {
        #recruit .content-wrap .content {
          padding-top: 5%;
          padding-bottom: 5%; } }
      #recruit .content-wrap .content .wrap {
        padding-top: 45%;
        position: relative; }
        @media screen and (max-width: 767px) {
          #recruit .content-wrap .content .wrap {
            padding-top: 30%; } }
  #recruit .img {
    width: 66.66%;
    padding-top: 44.44%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      #recruit .img {
        width: 89.34%;
        padding-top: 59.55%;
        left: 50%;
        transform: translate(-50%, 0); } }
    #recruit .img .core {
      width: 0%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 0;
      background-size: cover; }
  #recruit .text-wrap {
    width: 66.66%;
    position: absolute;
    right: 0;
    bottom: 0%;
    z-index: 0; }
    @media screen and (max-width: 767px) {
      #recruit .text-wrap {
        width: 100%;
        position: static; } }
  #recruit .text {
    width: 100%;
    padding-left: 54.8%;
    padding-right: 5%;
    padding-top: 5.5%;
    padding-bottom: 6.5%;
    box-sizing: border-box;
    position: relative;
    background-color: #e6e6e6; }
    @media screen and (max-width: 767px) {
      #recruit .text {
        padding-left: 5.33%;
        padding-right: 5.33%;
        padding-top: 35.5%;
        padding-bottom: 15.8%; } }
    #recruit .text h2 {
      margin-bottom: 12%;
      box-sizing: border-box;
      font-weight: normal;
      line-height: 1; }
      @media screen and (max-width: 767px) {
        #recruit .text h2 {
          margin-bottom: 3%; } }
      #recruit .text h2 span {
        vertical-align: bottom;
        letter-spacing: 0.06em; }
        #recruit .text h2 span:nth-child(1) {
          margin-right: 4%;
          font-size: 1rem;
          font-weight: bold; }
          @media screen and (max-width: 767px) {
            #recruit .text h2 span:nth-child(1) {
              font-size: 3rem;
              letter-spacing: 0; } }
        #recruit .text h2 span:nth-child(3) {
          font-size: 0.4rem; }
          @media screen and (max-width: 767px) {
            #recruit .text h2 span:nth-child(3) {
              font-size: 1.2rem;
              line-height: 2.8; } }
    #recruit .text .title {
      margin-bottom: 7%;
      font-size: 1.67rem;
      line-height: 1.6; }
      @media screen and (max-width: 767px) {
        #recruit .text .title {
          margin-bottom: 2%;
          font-size: 2.3rem;
          }
          #recruit .text .title br {
            display: none; } }
    #recruit .text .detail {
      margin-bottom: 17%;
      font-size: 1.4rem;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        #recruit .text .detail {
          margin-bottom: 5.5%;
          font-size: 1.3rem;
          line-height: 2.1; } }
    #recruit .text .viewall-btn {
      padding-top: 20%;
      border: 0; }
      @media screen and (max-width: 767px) {
        #recruit .text .viewall-btn {
          padding-top: 15.5%; } }
      #recruit .text .viewall-btn p {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 0;
        transform: translate(-50%, -50%); }
    #recruit .text .detail-btn {
      display: inline-block;
      width: 100%;
      padding-top: 20%;
      position: relative;
      text-align: center;
      line-height: 0;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        #recruit .text .detail-btn {
          padding-top: 15.5%; } }
      #recruit .text .detail-btn > span {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0;
        background-color: #fff; }
      #recruit .text .detail-btn > span > span {
        position: absolute;
        left: 50%;
        top: 50%;
        z-index: 0;
        transform: translate(-50%, -50%);
        font-size: 0.5rem;
        line-height: 1;
        vertical-align: top; }
        @media screen and (max-width: 767px) {
          #recruit .text .detail-btn > span > span {
            font-size: 1.6rem;
            letter-spacing: 0.05em; } }


/* ローディング */
.loader-wrap {
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #ffffff;
     z-index: 100000;
}

.loader,
.loader:before,
.loader:after {
	background:#738087;
	-webkit-animation: load1 1s infinite ease-in-out;
	animation: load1 1s infinite ease-in-out;
	width: 0.7em;/*バーの横幅サイズ*/
	height: 4em;
     z-index: 100000;
}
.loader {
	color:#738087;
	text-indent: -9999em;
	margin: 88px auto;
	position: relative;
	font-size: 11px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.loader:before,
.loader:after {
	position: absolute;
	top: 0;
	content: '';
}
.loader:before {
	left: -1.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader:after {
	left: 1.5em;
}

@-webkit-keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}
@keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 4em;
	}
	40% {
		box-shadow: 0 -2em;
		height: 5em;
	}
}

/* アニメーション設定 */
.arrowWrap {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 200px
}

.arrowInner p {
  font-size: 12px;
  text-shadow: 1px 1px 1px #212121;
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.arrow {
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}

.arrow::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }

  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}


.acd-check{
    display: none;
}
.acd-label{
    background: #717171;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
    height: 52px;
}

.acd-label:after{
    background: #212121;
    box-sizing: border-box;
    content: '\f107';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: 52px;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    top: 0px;
}

.acd-label:hover:after{
    background: #d0d0d0;
    color:#212121;
    box-sizing: border-box;
    content: '\f107';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: 52px;
    padding: 15px 20px;
    position: absolute;
    right: 0;
    top: 0px;
    transition:1.0s;
}
.acd-content{
    /* border: 1px solid #333; */
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
    background-color: #eaeaea;
}
.acd-check:checked + .acd-label:after{
    content: '\f106';
}
.acd-check:checked + .acd-label + .acd-content{
    height: 50px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}
}
/*====================================================================
.s_06 .accordion_one
====================================================================*/
.s_06 .accordion_one {
	max-width: 1024px;
	margin: 0 auto;
}
.s_06 .accordion_one .accordion_header {
	background-color: #212121;
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	padding: 20px 11%;
	text-align: center;
	position: relative;
	z-index: +1;
	cursor: pointer;
	transition-duration: 0.2s;
    letter-spacing: 5px;
}
.s_06 .accordion_one:nth-of-type(2) .accordion_header {
    background-color: #c2d0d0;
    color: #212121;
}
.s_06 .accordion_one:nth-of-type(3) .accordion_header {
    background-color: #ceb385;
    color: #212121;
}
.s_06 .accordion_one .accordion_header:hover {
	filter: brightness(40%);
    transition-duration: 0.5s;
}
.s_06 .accordion_one .accordion_header .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	right: 5%;
	width: 40px;
	height: 40px;
	/* border: 1px solid #fff; */
	margin-top: -20px;
	box-sizing: border-box;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
}
.s_06 .accordion_one .accordion_header .i_box .one_i {
	display: block;
	width: 18px;
	height: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transform-origin: center center;
	transition-duration: 0.2s;
	position: relative;
}
.s_06 .accordion_one .accordion_header.open .i_box {
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}
.s_06 .accordion_one .accordion_header .i_box .one_i:before, .s_06 .accordion_one .accordion_header .i_box .one_i:after {
	display: flex;
	content: '';
	background-color: #fff;
	border-radius: 0px;
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	transform-origin: center center;
}
.s_06 .accordion_one .accordion_header .i_box .one_i:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}
.s_06 .accordion_one .accordion_header.open .i_box .one_i:before {
	content: none;
}
.s_06 .accordion_one .accordion_header.open .i_box .one_i:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.s_06 .accordion_one .accordion_inner {
	display: none;
	padding: 30px 30px;
	border-left: 1px solid #212121;
	border-right: 1px solid #212121;
	border-bottom: 1px solid #212121;
	box-sizing: border-box;
}
.s_06 .accordion_one:nth-of-type(2) .accordion_inner {
	border-left: 1px solid #c2d0d0;
	border-right: 1px solid #c2d0d0;
	border-bottom: 1px solid #c2d0d0;
}
.s_06 .accordion_one:nth-of-type(3) .accordion_inner {
	border-left: 1px solid #ceb385;
	border-right: 1px solid #ceb385;
	border-bottom: 1px solid #ceb385;
}
.s_06 .accordion_one .accordion_inner .box_one {
	height: auto;
}
.s_06 .accordion_one .accordion_inner p.txt_a_ac {
	margin-bottom: 25px;
	font-size: 15px;
    padding-left: 1em;
    text-indent: -1em;
}
.s_06 .accordion_one .accordion_inner .closeArea {
	width: 140px;
	margin: 0 auto;
}
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
	display: flex;
    justify-content: center;
    align-items: center;
    background: #212121;
    padding: 10px 15px 10px 20px;
    text-decoration: none;
    line-height: 1.3;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    transition-duration: 0.2s;
    height: 40px;
}
.s_06 .accordion_one:nth-of-type(2) .accordion_inner .closeArea .close_box a.close_btn {
    background-color: #c2d0d0;
    color: #ffffff;
}
.s_06 .accordion_one:nth-of-type(3) .accordion_inner .closeArea .close_box a.close_btn {
    background-color: #ceb385;
}
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn:hover {
	filter: brightness(40%);
    transition-duration: 0.5s;
}
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 10%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
}
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 18px;
	height: 18px;
}
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before, .s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:after {
	content: '';
	background-color: #ffffff;
	/* border-radius: 10px; */
	width: 18px;
	height: 4px;
	position: absolute;
	top: 7px;
	left: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(45deg);
	transform-origin: center center;
}
.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn .i_box .one_i:before {
	width: 4px;
	height: 18px;
	top: 0;
	left: 7px;
}
@media screen and (max-width: 1024px) {
	.s_06 .accordion_one .accordion_header {
		font-size: 16px;
    letter-spacing: 4px;
	}
	.s_06 .accordion_one .accordion_header .i_box {
		width: 30px;
		height: 30px;
		margin-top: -15px;
	}
	.s_06 .accordion_one .accordion_inner .closeArea .close_box a.close_btn {
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.s_06 .accordion_one .accordion_header {
		font-size: 12px;
		text-align: left;
		padding: 15px 60px 15px 15px;
        padding-left: 3em;
        text-indent: -1.8em;
	}
    .s_06 .accordion_one .accordion_inner p.txt_a_ac {
	margin-bottom: 25px;
    font-size: 13px;
    padding-left: 1em;
    text-indent: -0.8em;
    }    
    .s_06 .accordion_one .accordion_inner {
    padding: 20px 20px;
}
}



/*====================================================================
以下は不要です。
====================================================================*/

/* 光らせるためのstyle */
.shine{
  border: 1px solid transparent;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
}
/* 光の疑似要素 */
.shine::before{ 
  content: "";
  animation: shine 6s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  background-color: #fff;
  width: 140%;
  height: 100%;
  transform: skewX(-45deg);
  top: 0;
  left: -170%;
  opacity: 0.5;
  position: absolute;
}
/* 光の動き */
@keyframes shine{
  0% {
    left: -170%;
    opacity: 0;
  }
  70% {
    left: -170%;
    opacity: 0.5;
  }
  71% {
    left: -170%;
    opacity: 1;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}
/* 光らせるためのstyle */
.shine-2{
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}
/* 光の疑似要素 */
.shine-2::before{
  content: "";
  animation: shine 8s cubic-bezier(0.25, 0, 0.25, 1) infinite;
  background-color: #fff;
  width: 150%;
  height: 100%;
  transform: skewX(-45deg);
  top: 0;
  left: -100%;
  opacity: 0.5;
  position: absolute;
}
/* 光の動き */
@keyframes shine-2{
  0% {
    left: -100%;
    opacity: 0;
  
  70% {
    left: -100%;
    opacity: 0.5;
  }
  71% {
    left: -100%;
    opacity: 1;
  }
  100% {
    left: -20%;
    opacity: 0;
  }
}
}    
.contentbox{
    width: 100%;
    max-width: 1024px;
    margin: 0 auto 2.5vw auto;
    /*background: #dcdcdcd6;*/
    padding: 10px 10px 220px 10px;
    position: relative;
}

dt {
    background-color: transparent;
    text-align:left;
    margin-top:5px;
    margin-bottom:5px;
    letter-spacing: 2px;
   }

dd {
    font-size: 15px;
    margin-top: 5px;
}

dt span{
    color:#fff;
    font-size:12px;
    font-weight:bold; 
    padding: 2px 4px;
}


/*NEWS月別一覧表示*/
.date_news h1{
       color: #3da8d9;
    font-size: 1.7em;
    letter-spacing: 3px;
    margin-top: 10px;
    }

.date_news a:link{
       color: #f097b7;
    }
.date_news a:visited{
       color: #888c44;
    }

.date_news p{
       color: #000000;
    font-size: 1em;
    letter-spacing: 3px;
    margin-top: 5px;
    }

.date_news span{
       display: inline-block;
    font-size: .8em;
    line-height: 1.5em;
    padding: 5px 15px;
    white-space: nowrap;
    margin-left: 10px;
    }
.wrapper {
    width: 100%;
    display: flex;
    margin: 20px auto;
    justify-content: center;
}

.main, .side2 {
    padding: 20px;
}

.main {
    background: #e3e3e33d;
    width: 100%;
    margin-right: 20px;
}

.side2 {
    background: #d9dbb270;
    width: 30%;
}

.side2 h2{
    font-size: 1.1em;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.side2 a{
    font-size: 0.8em;
    letter-spacing: 0.1em;
    /*line-height: 0.1;*/
}

.side2 p {
    background-color: #f0f0f0;
    padding: 30px;
}

.side2 ul {
    background-color: #ffffff;
    padding: 20px;
    
}

.side2 ul li {
  line-height: 12px;
  padding: 0.5em 0em;
  /* padding-left: 1em; */
  /* text-indent: -1.3em; */
  list-style-type:disclosure-closed;
  margin-left: 15px;
  }

/*.side2 ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f4ad";
  position:relative;
  clear: both;
  letter-spacing:5px; /*左端からのアイコンまで*/
  /*color: #3da8d9; /*アイコン色*/
/*}*/


@media screen and (max-width: 1024px) {
    .wrapper {
        flex-direction: column;
        width: 100%;
    }
    .main, .side2 {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
    }
}

@media (max-width: 779px){

.contentbox{
    width: 100%;
    margin: 0 auto 2.5vw auto;
    background: #dcdcdc45;
    padding:10px;
  
}

}
/* コンタクトフォーム７ */
.cf7 {
	max-width: 100%;
	box-sizing: border-box;
}
.cf7 i{
  font-size: 1.5em;
  padding-left: 5px;
}
.cf7 dt i {
	margin-right: .5em;
    
}
.cf7 dd {
    font-size: 22px;
	margin: 0 0 2vh 0;
    text-align: left;
}
.cf7 .rqd {
	color: #ff6666;
    font-size: 0.8em;
    margin-left: .5em;
    border: 1px solid;
    border-radius: 1px;
}
.btn_cf7 {
	text-align: center;
}
.btn_cf7 input {
	width: 70%;
    background-color: #fff100;
    /*color: #fff;*/
    height: 35px;
}
.btn_cf7 :hover{
     background: #e9e9e9;
    color: #212121;
    border: 1px solid #f2f2f2;
    height: 30px;
    transition: 0.5s;
}

@media screen and (min-width: 768px) {

.cf7 .dt {
	float: left;
	clear: left;
	width: 30%;
	padding: .5em 1em .5em 0;
    margin-top: 0px;
    margin-bottom:5px;
	}
    
.cf7 dd {
	margin-left: 0%;
    text-align: left;
	}

.cf7 .rqd {
	/*float: right;*/
	margin-left: 10px;
	margin-top: 0em;
	}
input {
    width: 80%;
}
textarea {
    width: 100%;
}
select {
    width: 50%;
}
}

@media screen and (max-width: 480px) {
.cf7 dd {
    font-size: 14px;
	margin: 0 0 2vh 0;
    text-align: left;
}

.cf7 i{
  font-size: 1.2em;
  padding-left: 14px;
}

dt {
    background-color: transparent;
    text-align:left;
    margin-top:5px;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

textarea {
    width: 100%;
}
select {
    width: 80%;
}
}

/*
  プラグイン変更
---------------------------------------- */
/* membership-registration */
#swpm-registration-form table{
  width: 100%;
}
.swpm-registration-widget-form td, .swpm-registration-widget-form tr{
  /* display: block; */
  padding: 10px;
  border-bottom: 1px solid;
}
tr.swpm-registration-membership-level-row {
  display: none;
}
.swpm-registration-widget-form input[type="text"], .swpm-registration-widget-form input[type="password"]{
  width: 95% !important;
  height: 40px;
}
#swpm-registration-form .agree_item a, #swpm-registration-form .agree_item input{
  display: inline;
}
.agree_item + .agree_item{
  margin-top: 0;
}

/* membership-login */
.swpm-remember-me,
.swpm-join-us-link{
  display: none;
}
.swpm-label{
  font-weight: bold;
}
.swpm-login-widget-form input{
  width: 100% !important;
}

.swpm-login-submit {
    margin-bottom: 10px;
    width: 50%;
    margin: 0 auto;
}

/* password-reset */
.swpm-pw-reset-email{
  font-weight: bold;
}
input{
  width:80%;
}
input[type=submit] {
    width: 50%;
    height: 30px;
    margin-top: 10px;
    border-radius: 3px;
    border:1px solid #a4a4a4;
    /*color: #212121;*/
    font-weight: bold;
    background-color: #dbd56d;
    padding:4px;
}
input:hover {
   /* マウスが上に載ったとき */
   background: #73808761;
   border: 1px solid #2c628b;
   transition:0.5s;
}
input:active {
   /* 押されたとき */
   background: #73808761;
   border: 1px solid skyblue;
}
/* profile-edit */
.swpm-edit-profile-form{
   width: 95%;
   margin: 0 auto;
   font-size: 12px;
   text-align: center;
}
.swpm-edit-profile-form table{
   width: 100%;
   font-size: 14px;
    line-height: 14px;
}
.swpm-edit-profile-form td{
   padding: 15px;
}
.swpm-edit-profile-form input[type="text"], .swpm-edit-profile-form input[type="password"] {
    padding: 5px;
    height: 40px;
}
.swpm-edit-profile-form input[type=submit] {
    padding:0px;
    width:40%;
    height: 40px;
}

/*
  contact
---------------------------------------- */
.contact label{
  display: flex;
  margin-bottom: 0;
}
.contact span{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: auto;
  padding: 10px;
  border: solid 1px #d7d7d7;
}
.contact p + p span{
  border-top: none;
}
.contact .title {
  width: 200px;
  border-right: none;
}
.contact .title + span{
  flex: 1;
}
.contact input, .contact textarea {
  display: inline-block;
  width: 100%;
  /* height: 45px; */
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  vertical-align: middle;
  transition: background-color .24s ease-in-out;
}
.contact input {
  line-height: 45px;
}
.contact textarea {
  min-height: 120px;
  padding: .5em;
  overflow: auto;
}
.contact .required {
  margin-left: 5px;
  padding: 5px;
  border: none;
  border-radius: 2px;
  background: #ff9393;
  line-height: 1;
  font-size: 1rem;
  color: #ffffff;
}
.contact input[type=submit] {
  display: block;
  max-width: 350px;
  margin: 35px auto 0;
  background: #ffaa56;
  color: #ffffff;
}
.contact span.wpcf7-not-valid-tip {
  width: 100%;
  border: none;
  padding: .5rem 0 0;
}


/* ----------------------------------------
  footer
---------------------------------------- */
.contents_footer {
  display: none;
}
.contents_footer {
  width: 100%;
  padding-bottom: 30px;
  text-align: center;
}


/* ----------------------------------------
  member login
---------------------------------------- */
.swpm-post-not-logged-in-msg {
	margin: 75px 0 30px;
	text-align: center;
}
.swpm-post-not-logged-in-msg a{
  color: #007bff;
}
.swpm-login-link {
	margin-bottom: 30px;
}


/*******************************

zb matsumoto add

******************************/

.pc_content{
    display: block !important;
}

.sp_content{
    display: none !important;
}
}
@media screen and (max-width: 480px) {
    
/*
  プラグイン変更
---------------------------------------- */
/* membership-registration */
#swpm-registration-form table{
  width: 100%;
}
.swpm-registration-widget-form td, .swpm-registration-widget-form tr{
  /* display: block; */
  padding: 10px;
  border-bottom: 1px solid;
}
tr.swpm-registration-membership-level-row {
  display: none;
}
.swpm-registration-widget-form input[type="text"], .swpm-registration-widget-form input[type="password"]{
  width: 95% !important;
  height: 40px;
}
#swpm-registration-form .agree_item a, #swpm-registration-form .agree_item input{
  display: inline;
}
.agree_item + .agree_item{
  margin-top: 0;
}

/* membership-login */
.swpm-remember-me,
.swpm-join-us-link{
  display: none;
}
.swpm-label{
  font-weight: bold;
}
.swpm-login-widget-form input{
  /*width: 100% !important;*/
}

/* password-reset */
.swpm-pw-reset-email{
  font-weight: bold;
}
input{
  width:80%;
}
    
input[type=submit] {
    width: 40%;
    height: 30px;
    margin-top: 10px;
    border-radius: 3px;
    /*color: #212121;*/
    font-weight: bold;
    background-color: #fff100;
    padding:4px;
}
input:hover {
   /* マウスが上に載ったとき */
   background: linear-gradient(45deg, #fffd51 0%, #8cffc7 100%);
   border: 1px solid #2c628b;
   transition:0.5s;
}
input:active {
   /* 押されたとき */
   background: linear-gradient(135deg, #fffd51 0%, #8cffc7 100%);
   border: 1px solid skyblue;
}

/* profile-edit */
.swpm-edit-profile-form{
   width: 95%;
   margin: 0 auto;
   font-size: 12px;
   text-align: center;
}
.swpm-edit-profile-form table{
   width: 100%;
   font-size: 12px;
    line-height: 14px;
}
.swpm-edit-profile-form td{
   padding: 5px;
}
.swpm-edit-profile-form input[type="text"], .swpm-edit-profile-form input[type="password"] {
    padding: 2px;
}
.swpm-edit-profile-form input[type=submit] {
    padding:0px;
    width:30%;
}

/*
  contact
---------------------------------------- */
.contact label{
  display: flex;
  margin-bottom: 0;
}
.contact span{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: auto;
  padding: 10px;
  border: solid 1px #d7d7d7;
}
.contact p + p span{
  border-top: none;
}
.contact .title {
  width: 200px;
  border-right: none;
}
.contact .title + span{
  flex: 1;
}
.contact input, .contact textarea {
  display: inline-block;
  width: 100%;
  /* height: 45px; */
  padding: 0 12px;
  border: 0;
  border-radius: 3px;
  background-color: #eff1f5;
  box-shadow: none;
  color: #5c6b80;
  font-size: 1em;
  vertical-align: middle;
  transition: background-color .24s ease-in-out;
}
.contact input {
  line-height: 45px;
}
.contact textarea {
  min-height: 120px;
  padding: .5em;
  overflow: auto;
}
.contact .required {
  margin-left: 5px;
  padding: 5px;
  border: none;
  border-radius: 2px;
  background: #ff9393;
  line-height: 1;
  font-size: 1rem;
  color: #ffffff;
}
.contact input[type=submit] {
  display: block;
  max-width: 350px;
  margin: 35px auto 0;
  background: #ffaa56;
  color: #ffffff;
}
.contact span.wpcf7-not-valid-tip {
  width: 100%;
  border: none;
  padding: .5rem 0 0;
}


/* ----------------------------------------
  footer
---------------------------------------- */
.contents_footer {
  display: none;
}
.contents_footer {
  width: 100%;
  padding-bottom: 30px;
  text-align: center;
}


/* ----------------------------------------
  member login
---------------------------------------- */
.swpm-post-not-logged-in-msg {
	margin: 75px 0 30px;
	text-align: center;
}
.swpm-post-not-logged-in-msg a{
  color: #007bff;
}
.swpm-login-link {
	margin-bottom: 30px;
}


/*******************************

zb matsumoto add

******************************/

.pc_content{
    display: block !important;
}

.sp_content{
    display: none !important;
}
}
/*******************************

 pagetop記述

******************************/
    
#pagetop{
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    z-index: 10;
}
}
    
