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

body, p, h1, h2, h3, h4, h5, h6, span, small, strong, div, ul, li, figure, img, header, footer, nav, section {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* タブレットで見たときは"tab"のclassがついた画像が表示される */
.tab { display: block !important; }
.sp { display: none !important; }
/* タブレットで見たときは"tab"のclassがついた画像が表示される */
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 468px) {
	.tab { display: none !important; }
    .sp { display: block !important; }
}
.wrapper {
	overflow: hidden;
}

.menu-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #3584bb;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #3584bb;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 25px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
.mainBackground{
	height:100vh;
	left:0;
	pointer-events:none;
	position:fixed;
	top:0;
	width:100%;
	z-index:-1;
}
.mainBackground_image{
	-webkit-animation:fadeBackground 24s infinite;
	animation:fadeBackground 24s infinite;
	background-position:center center;
	background-size:cover;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%
}
.mainBackground_image:nth-child(1){
	-webkit-animation:none;
	animation:none;
	background-image:url("../images/mainBackground_image01.jpg");
}
@media (max-width: 1024px){
.mainBackground_image:nth-child(1){
	background-image:url("../images/mainBackground_image01-tb.jpg");
	background-size:cover;
	background-repeat:no-repeat;
}
}
@media (max-width: 515px){
.mainBackground_image:nth-child(1){
	background-image:url("../images/mainBackground_image01-tb.jpg");
	background-size:contain;
	background-repeat:no-repeat;
}
}
@media (max-width: 200px){
.mainBackground_image:nth-child(1){
	background-image:url("../images/mainBackground_image01-sp.jpg")
}
}
.mainBackground_image:nth-child(2){
	-webkit-animation-delay:6s;
	animation-delay:6s;
	background-image:url("../images/mainBackground_image02.jpg")
}
@media (max-width: 1024px){
.mainBackground_image:nth-child(2){background-image:url("../images/mainBackground_image02-tb.jpg")
}
}
@media (max-width: 200px){
.mainBackground_image:nth-child(2){
	background-image:url("../images/mainBackground_image02-sp.jpg")
}
}
.mainBackground_image:nth-child(3){
-webkit-animation-delay:12s;
animation-delay:12s;
background-image:url("../images/mainBackground_image03.jpg")
}
@media (max-width: 1024px){
.mainBackground_image:nth-child(3){
	background-image:url("../images/mainBackground_image03-tb.jpg")
}
}
@media (max-width: 200px){
.mainBackground_image:nth-child(3){
	background-image:url("../images/mainBackground_image03-sp.jpg")
}
}
.mainBackground_image:nth-child(4){
	-webkit-animation-delay:18s;
	animation-delay:18s;
	background-image:url("../images/mainBackground_image04.jpg")
}
@media (max-width: 1024px){
.mainBackground_image:nth-child(4){background-image:url("../images/mainBackground_image04-tb.jpg")
}
}
@media (max-width: 200px){
.mainBackground_image:nth-child(4){background-image:url("../images/mainBackground_image04-sp.jpg")
}
}
.hamburger-menu {
	background-color: #FFF;
	padding-bottom: 20px;
}
.a {
    display : inline-block;
	background-color:#09F;
    color: #FFF; 
    width: 90%;
    line-height: 86px;
    text-align: center;
    font-size: 36px;
    border-radius: 10px;
    box-shadow: 0 4px 0 #0359a1;
    font-weight: bold;
    position: relative;
    overflow: hidden;/*ボタンからはみ出る部分を隠します*/
}
.a:before {
    content: "";
    background-image: -webkit-linear-gradient(
      130deg,
      rgba(255,255,255,0) 20%, 
      rgba(255,255,255,0.5) 50%, /*透明度を調整して光沢を作ります*/
      rgba(255,255,255,0) 80%
    );
    background-image: linear-gradient(
      130deg,
      rgba(255,255,255,0) 20%,
      rgba(255,255,255,0.5) 50%,
      rgba(255,255,255,0) 80%
    );
    width: 200%;
    height: 200%;
    position: absolute; /*ボタンの左上方向にはみ出させて配置*/
    top: -100%; 
    left: -200%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.a:hover:before {
  top: 0%; /*ボタンの右下方向へ移動させます*/
  left: 100%;
}
.updown {
    animation-name:updown1;   /* アニメーション名の指定 */
    animation-delay:0s;   /* アニメーションの開始時間指定 */
    animation-duration: 3s;   /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
    animation-iteration-count: infinite; 
}
 
@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.mainVisual_scroll{
	bottom: -81px;
	height: 162px;
	left: 90%;
	overflow: hidden;
	position: absolute;
	width: 1px
}
@media (max-width: 200px){
.mainVisual_scroll{
	bottom:-40px;
	height:80px
}
}
.mainVisual_scroll::before{
	-webkit-animation:animateScroll 2s infinite;
	animation:animateScroll 2s infinite;
	background-color:#bcbcbc;
	content:"";
	display:block;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}
.bcg {
	background-repeat: repeat;
	background-position: center top;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	background-color: #FFF;
}
.bcgb {
	background-color: rgba( 255, 255, 255, 1 );
	color: #000000;
	text-align: center;
}
.viewBlockImage{
	clear:both;
	overflow:hidden
}
.viewBlockImage_item{
	float:left
}
.viewBlockButton{
	margin-top:20px
}
@media (max-width: 1024px){
.viewBlockButton{
	margin-top:12px
}
}
.viewBlockButton_list{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex
	}
.viewBlockButton_list li+li{
	margin-left:12px
}
.viewBlockButton_list li.slick-active button{
	background-color:#2c2c2c
}
.viewBlockButton_list button{
	background-color:#bcbcbc;
	cursor:pointer;
	display:block;
	height:2px;
	overflow:hidden;
	text-indent:-999px;
	width:60px
}
@media (max-width: 1024px){
.viewBlockButton_list button{
		width:40px
}
}
@media (max-width: 200px){
.viewBlockButton_list button{
		border-image-width:36px

}
}
.footer {
	font-size: 24px;
	color: #FFF;
	background-color: #333;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.business {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	background-size: cover;
}
.representative {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	background-size: cover;
}
.hukuricont {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
	font-size: 18px;
}
.f1 {
	font-size: 40px;
}
.sen {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	padding-bottom: 50px;
	margin-top: 50px;
}
.example {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	border: 0px none;
}
.example table {
border: 0px #000000 none;
}

.example td {
}
.resourcesb {
	background-image: url(../../img/resourcesbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	background-attachment: fixed;
	background-size:cover;
}
.exampleb table {
border: 1px #000000 none;
border-collapse: collapse;
}

.exampleb td {
	border: 1px #000000 solid;
}

.exampleb {
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
.koumokua {
	width: 35%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #CCC;
	font-size: 24px;
	font-weight: 900;
}
.koumokub {
	width: 60%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
	line-height: 40px;
}
#mane {
	font-size: 36px;
	font-weight: 900;
	text-decoration: underline;
	text-align: center;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	color: #000;
}
#ofi {
	font-size: 36px;
	font-weight: 900;
	text-decoration: underline;
	text-align: center;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	color: #000;
}
#kou {
	font-size: 36px;
	font-weight: 900;
	text-decoration: underline;
	text-align: center;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	color: #000;
}
.hukuricont p {
	margin-left: 4%;
}
@media (max-width: 1024px){
.toplogo {
	margin-top: -250px;
}
@media (max-width: 515px){
.toplogo {
	margin-top: 0px;
}
}





.mainBackground2{
	height:100vh;
	left:0;
	pointer-events:none;
	position:fixed;
	top:0;
	width:100%;
	z-index:-1;
}
.mainBackground_image2{
	-webkit-animation:fadeBackground 24s infinite;
	animation:fadeBackground 24s infinite;
	background-position:center center;
	background-size:cover;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%
}
.mainBackground_image2:nth-child(1){
	-webkit-animation:none;
	animation:none;
	background-image:url("../images/mainBackground_image11.jpg");
}
@media (max-width: 1024px){
.mainBackground_image2:nth-child(1){
	background-image:url("../images/mainBackground_image11-tb.jpg");
	background-size:cover;
	background-repeat:no-repeat;
}
}
@media (max-width: 515px){
.mainBackground_image2:nth-child(1){
	background-image:url("../images/mainBackground_image11-tb.jpg");
	background-size:contain;
	background-repeat:no-repeat;
}
}
@media (max-width: 200px){
.mainBackground_image2:nth-child(1){
	background-image:url("../images/mainBackground_image11-sp.jpg")
}
}
.mainBackground_image2:nth-child(2){
	-webkit-animation-delay:6s;
	animation-delay:6s;
	background-image:url("../images/mainBackground_image02.jpg")
}
@media (max-width: 1024px){
.mainBackground_image2:nth-child(2){background-image:url("../images/mainBackground_image02-tb.jpg")
}
}
@media (max-width: 200px){
.mainBackground_image2:nth-child(2){
	background-image:url("../images/mainBackground_image02-sp.jpg")
}
}
.mainBackground_image2:nth-child(3){
-webkit-animation-delay:12s;
animation-delay:12s;
background-image:url("../images/mainBackground_image03.jpg")
}
@media (max-width: 1024px){
.mainBackground_image2:nth-child(3){
	background-image:url("../images/mainBackground_image03-tb.jpg")
}
}
@media (max-width: 200px){
.mainBackground_image2:nth-child(3){
	background-image:url("../images/mainBackground_image03-sp.jpg")
}
}
.mainBackground_image2:nth-child(4){
	-webkit-animation-delay:18s;
	animation-delay:18s;
	background-image:url("../images/mainBackground_image04.jpg")
}
@media (max-width: 1024px){
.mainBackground_image2:nth-child(4){background-image:url("../images/mainBackground_image04-tb.jpg")
}
}
@media (max-width: 200px){
.mainBackground_image2:nth-child(4){background-image:url("../images/mainBackground_image04-sp.jpg")
}
}
.hamburger-menu {
	background-color: #FFF;
	padding-bottom: 20px;
}
.a {
    display : inline-block;
	background-color:#09F;
    color: #FFF; 
    width: 90%;
    line-height: 86px;
    text-align: center;
    font-size: 36px;
    border-radius: 10px;
    box-shadow: 0 4px 0 #0359a1;
    font-weight: bold;
    position: relative;
    overflow: hidden;/*ボタンからはみ出る部分を隠します*/
}
.a:before {
    content: "";
    background-image: -webkit-linear-gradient(
      130deg,
      rgba(255,255,255,0) 20%, 
      rgba(255,255,255,0.5) 50%, /*透明度を調整して光沢を作ります*/
      rgba(255,255,255,0) 80%
    );
    background-image: linear-gradient(
      130deg,
      rgba(255,255,255,0) 20%,
      rgba(255,255,255,0.5) 50%,
      rgba(255,255,255,0) 80%
    );
    width: 200%;
    height: 200%;
    position: absolute; /*ボタンの左上方向にはみ出させて配置*/
    top: -100%; 
    left: -200%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.a:hover:before {
  top: 0%; /*ボタンの右下方向へ移動させます*/
  left: 100%;
}
.updown {
    animation-name:updown1;   /* アニメーション名の指定 */
    animation-delay:0s;   /* アニメーションの開始時間指定 */
    animation-duration: 3s;   /* アニメーション動作時間の指定 */
    animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
    animation-iteration-count: infinite; 
}
 
@keyframes updown1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}
.mainVisual_scroll{
	bottom: -81px;
	height: 162px;
	left: 90%;
	overflow: hidden;
	position: absolute;
	width: 1px
}
@media (max-width: 200px){
.mainVisual_scroll{
	bottom:-40px;
	height:80px
}
}
.mainVisual_scroll::before{
	-webkit-animation:animateScroll 2s infinite;
	animation:animateScroll 2s infinite;
	background-color:#bcbcbc;
	content:"";
	display:block;
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}
.bcg {
	background-repeat: repeat;
	background-position: center top;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	background-color: #FFF;
}
.bcgb {
	background-color: rgba( 255, 255, 255, 1 );
	color: #000000;
	text-align: center;
}

.examplegaiyou td {
border: 3px #000000 solid;
padding: 20px;
}

.examplegaiyou table {
border: 1px #000000 none;
border-collapse: collapse;
background-color: #fff;
margin-left: auto;
margin-right: auto;
width: 100%;
margin-bottom: 100px;
}
