@charset "utf-8";


* {
	padding:0;
	margin: 0;
    	font-family: Verdana, Arial, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS P Gothic", sans-serif;
box-sizing: border-box;    
}
body {
	margin: 0;
	padding: 0;
	background-color: #000;
}


/* �p�\�R���ł͔�\���ɂ��Ă��� */
.snav{display:none!important;}
.snav_change{display:none!important;}
.btn-square_sp{display:none!important;}
#headmenu_sp{display:none!important;}
.sp-text{display: none!important;}

/*�X�}�z�ł͔�\�� */
@media screen and (max-width: 480px){
#head_menu{display:none!important;}
#ch{display:none!important;}
#change{display:none!important;}
#headmenu{display:none!important;}
#navi_bg{display:none!important;}
}


@media screen and (min-width: 640px){	
  .br-sp { display:none!important; }
}
@media screen and (max-width: 640px){	
  .br-sp { display:block!important; }
}



/*
�O���[�o���i�r
-------------------------------------------*/

header {
	padding-top: 10px;
	padding-bottom: 0px;
	top: 0;
	width: 100%;
	background-color: transparent;
	align-items: center;
	margin-bottom: 10px;
	z-index: 1;
}
header h1 {
   margin: 0; padding: 0;
   font-size: 20px;
}
header a {	
   text-decoration: none;
   color: #1698ff;
}

header nav {
   margin: 0 0 0 auto;
}
header ul {
   list-style: none;
   margin: 0;
   display: flex;
}
header li {
   margin: 0 0 0 35px;
   font-size: 16px; 
    font-stretch: 300%;
    -webkit-text-size-adjust: none;
}

header li a:hover  {	
    border-bottom: solid 1px #1698ff;
   color: #1698ff;
    padding-bottom: 8px;
}
.main-visual {
   display: flex;
   justify-content: center;
   align-items: center;
   height: 100vh;
   background: url('main_visual.jpg') top center / cover no-repeat;
}
header h2 {
   margin: 0;
   font-size: 30px;
   font-weight: normal;
   color: #1698ff;
}

.sp-nav {
   display: none;
}

@media screen and (max-width: 640px) {
    header {
   padding: 0px 4% 10px!important;
		background-color: #000;
		position: fixed;
    }
    header a {	
   text-decoration: none;
   color: #fff;
}
   .pc-nav {
      display: none;
   }
   .sp-nav {
      z-index: 1;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      display: block;
      width: 100%;
      background: rgba(0, 0, 0, .9);
      opacity: 0;
      transform: translateY(-100%);
      transition: all .2s ease-in-out;
   }
   #hamburger {
      position: relative;
      display: block;
      width: 30px;
      height: 30px;
	   margin: 15px 10px 0 auto;
   }
   #hamburger span {
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 100%;
      height: 4px;
      background-color: #FFFFFF;
      transform: translateY(-50%);
	  border-radius: 5px;
   }
   #hamburger::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #FFFFFF;
	  border-radius: 5px;
   }
   #hamburger::after {
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 70%;
      height: 4px;
      background-color: #FFFFFF;
	  border-radius: 5px;
   }
   /*�X�}�z���j���[*/
   .sp-nav ul {
      padding: 100px 0 0;
      display: flex;
      flex-direction: column;
   justify-content: top;
      align-items: center;
      height: 100%;
   }
   .sp-nav li {
      margin: 0;
      padding: 0;
   }
   .sp-nav li span {
      font-size: 15px;
      color: #fff;
   }
   .sp-nav li a, .sp-nav li span {
      display: block;
      padding: 20px 0;
	   color: #fff;
   }
   /*-����A�C�R���[*/
   .sp-nav .close {
      position: relative;
      padding-left: 20px;

   }
   .sp-nav .close::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 16px;
      height: 1px;
      background: #fff;
      transform: rotate( 45deg );
   }
   .sp-nav .close::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      display: block;
      width: 16px;
      height: 1px;
      background: #fff;
      transform: rotate( -45deg );
   }
   .toggle {
      transform: translateY( 0 );
      opacity: 1;
   }
   .main-visual {
      padding: 0 4%;
   }
   header h2 {
      line-height: 1.6;
      text-align: center;
   }
}



.img_logo{
	margin-top: 0px;
	margin-right: 0;
	margin-left: 40px;
	margin-bottom: 7px;
	width: 250px;
	display: block;
	float: left;
}

.btn-square {
  display: inline-block;
  padding: 0.7em 1.6em;
  text-decoration: none;
  background: #668ad8;/*�{�^���F*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.btn-square:hover {
  /*�{�^��������Ƃ�*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*���ɓ���*/
  border-bottom: none;/*�������*/
}


/* �X�}�z�����ɓK�p����CSS */
@media screen and ( max-width: 640px )
{

.img_logo{
	width: 200px;
	display: block;
	float: left;
    margin-top: 10px!important;
	margin-left: 10px;
	margin-bottom: 4px;
}
    

    
    .btn-square {
  display: inline-block!important;
  padding: 0.7em 0.5em;
  text-decoration: none;
  background: #668ad8;/*�{�^���F*/
  color: #FFF;
  border-bottom: solid 4px #627295;
  border-radius: 3px;
}
.btn-square:hover {
  /*�{�^��������Ƃ�*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*���ɓ���*/
  border-bottom: none;/*�������*/
}
    
    .btn-square_tel {
  display: inline-block!important;
  padding: 0.7em 1.6em;
  text-decoration: none;
  background: #d84682;/*�{�^���F*/
  color: #FFF;
  border-bottom: solid 4px #c6286b;
  border-radius: 3px;
}
.btn-square_tel:hover {
  /*�{�^��������Ƃ�*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*���ɓ���*/
  border-bottom: none;/*�������*/
}
}


/*
�O���[�o���i�r
-------------------------------------------*/

#navi_bg{
	width: 100%;
	background-color: #fff100;
	height: 50px;
	display: block;
	margin-top: 67px;
}

	
#navi {
	width: 1100px;
	height: 50px;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#navi ul {
	padding:0;
	margin:0;
}
#navi li {
	display:block;
	margin:0;
	padding:0;
	float: left;
	color: #FFF;
	list-style-type: none;
}


#change {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	background-color: #fff100;
	z-index: 100;
}	

/* �X�}�z�����ɓK�p����CSS */
@media screen and ( max-width:480px )
{
	
}




/*
main3menu
-------------------------------------------*/

#main3menu{
	width: 1100px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 40px;
}

#main3menu a{
	text-decoration: none;
	color: #FFFFFF;
}

#main3menu a:hover{
	text-decoration: underline;
	color: #ED0000;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}


#listbox {
	height: 400px;
	width: 510px;
	float: left;
	text-align: center;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 25px;
	padding: 0 10px;
}



#listbox img{
    margin-top: 15px;
	margin-bottom: 15px;
	width: 480px;
}



#main3menu p {
	line-height: 1.7;
	margin: 0 0 10px 0;
	font-size: 17px;
	color: #fff;
	text-align: left;
}

#main3menu p span {
	color: #F60;
	font-size: 18px;
}


#main3menu h2 {
	margin: 5px auto 0 auto!important;
	display: block;
	text-align: center;
	color: #FFFFFF;
	font-size: 38px;
	line-height: 1.1;
}

#main3menu h3 {
	margin: 50px auto 0 auto!important;
	display: block;
	text-align: center;
    color: #444444;
}

#main3menu H4 {
	font-size: 20px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	text-align: left;
}

#main3menu H4 span{
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	text-align: left;
	padding-left: 10px;
	color: #FFF400;
}

#main3menu H5 {
	font-size: 13px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	display: block;
	text-align: center;
	color: #FFF400;
}

#main3menu H5 span{
	font-size: 16px;
	margin: 5px 0;
	color: #FFF;
	font-weight:lighter;
}


/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{
	#main3menu{
	width:100%;
	display:block;
	margin:0px auto;
    padding: 15px 0;
	}
    
    #main3menu a{
    text-decoration: none;
    color: #FFFFFF;
}

#main3menu a:hover{
    text-decoration:underline;
    color: #ED0000;
         -webkit-transition: 0.5s ease-in-out;
   -moz-transition: 0.5s ease-in-out;
   -o-transition: 0.5s ease-in-out;
   transition: 0.5s ease-in-out;
}
    
    #listbox {
	height: auto;
	width: 96%;
	margin: 18px auto 40px auto;
		display: block;
		padding: 0;
		float: none;
}
    
    #listbox img{
		display: block;
		margin: 0 auto;
	width: 100%;
}
    
    #main3menu h2 {
	margin: 5px auto !important;
	display: block;
	text-align: center;
       color: #FFFFFF;
        font-size: 26px;
		line-height: 1.2;
}

#main3menu h3 {
	margin: 10px auto 0 auto!important;
	display: block;
	text-align: center;
    color: #444444;
    font-size: 14px;
}

#main3menu H4 {
    font-size: 20px;
    margin-top: 10px!important;
    margin-right: 0;
    margin-bottom: 5px;
    text-align: center;
}


#main3menu H5 {
	font-size: 15px;
	margin: 5px auto 30px auto;
	font-weight:normal;
    display: block;
    text-align: left;
    width: 84%;
	font-weight: bold;
}

#main3menu H5 span{
	font-size: 16px;
	margin: 5px 0;
	color: #FFF;
	font-weight:lighter;
}

#main3menu p {
    line-height: 1.5;
    margin: 0 auto 10px auto; 
    font-size: 15px;
    color: #f;
    text-align: left;
	width: 90%;
	display: block;
}    
    
}





/*
�g�b�v�y�[�W
-------------------------------------------*/


h2{
	padding: 10px;
	text-align: center;
	color: #ffffff;
	font-size: 26px;
}

p{
	font-size: 18px;
	line-height: 1.6;
	margin-top: 0;
}



#topics01{
	width:100%;
	background-image:url(img/topics01.png);
	background-position:top center;
	background-repeat:no-repeat;
	height:500px;
	margin:0 ;
	overflow: hidden;
	background-size:cover;
}


#topics01 h3{
	font-size: 100px;
	color: #FFF400;
	margin: 0;
	position: relative;
	left: 15%;
	top: 20%;
	line-height: 0.9;
}

#topics01 p{
	font-size: 20px;
	line-height: 1.6;
	margin-top: 0;
	position: relative;
	left: 15%;
	top: 24%;
	color: #000;
	font-weight: bold;
}

#topics01 p span{	
	background-color: #fff;	
}

#topics01 h3 span{
	font-size:50px;
	color:#FFFFFF;
	font-weight:100;
}

/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{
	#topics01{
	width:100%;
	height:350px;
	margin:0 ;
	overflow: hidden;
}
#topics01 h3{
    font-size: 70px;
	left: 5%;
	top: 30%;
	line-height: 1;
	margin-bottom: 10px;
}

#topics01 p{
	font-size: 16px;
	left: 5%;
	font-weight: bold;
	top: 30%;
	color: #000;

}

}


#topics02{
	width:100%;
	background-image:url(img/topics02.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:500px;
	margin:0 ;
	overflow: hidden;
	background-size:cover;
}


#topics02 h3{
	font-size: 80px;
	color: #FFF400;
	margin: 0;
	position: relative;
	left: 15%;
	top: 20%;
	line-height: 0.9;
}

#topics02 p{
	font-size: 18px;
	line-height: 1.6;
	margin-top: 0;
	position: relative;
	left: 15%;
	top: 20%;
	color: #FFFFFF;
}

#topics02 h3 span{
	font-size:50px;
	color:#FFFFFF;
	font-weight:100;
}

/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{
	#topics02{
	width:100%;
	height:350px;
	margin:0 ;
	overflow: hidden;
}
#topics02 h3{
    font-size: 55px;
	left: 5%;
	top: 23%;
	line-height: 1;
	margin-bottom: 10px;
}

#topics02 p{
	font-size: 16px;
	left: 5%;
	font-weight: bold;
	top: 23%;
}
}


#topics03{
	width:100%;
	background-image:url(img/topics03.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:500px;
	margin:0 ;
	overflow: hidden;
	background-size:cover;
}


#topics03 h3{
	font-size: 80px;
	color: #FFF400;
	margin: 0;
	position: relative;
	left: 15%;
	top: 20%;
	line-height: 0.9;
}

#topics03 p{
	font-size: 18px;
	line-height: 1.6;
	margin-top: 0;
	position: relative;
	left: 15%;
	top: 20%;
	color: #FFFFFF;
}

#topics03 h3 span{
	font-size:50px;
	color:#FFFFFF;
	font-weight:100;
}

/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{
	#topics03{
	width:100%;
	height:350px;
	margin:0 ;
	overflow: hidden;
}
#topics03 h3{
    font-size: 55px;
	left: 5%;
	top: 23%;
	line-height: 1;
	margin-bottom: 10px;
}

#topics03 p{
	font-size: 16px;
	left: 5%;
	font-weight: bold;
	top: 23%;
}
}




#topics04{
	width:100%;
	background-image:url(img/topics04.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:500px;
	margin:0 ;
	overflow: hidden;
	background-size:cover;
}


#topics04 h3{
	font-size: 80px;
	color: #FFF400;
	margin: 0;
	position: relative;
	left: 15%;
	top: 20%;
	line-height: 0.9;
}

#topics04 p{
	font-size: 18px;
	line-height: 1.6;
	margin-top: 0;
	position: relative;
	left: 15%;
	top: 20%;
	color: #FFFFFF;
}

#topics04 h3 span{
	font-size:50px;
	color:#FFFFFF;
	font-weight:100;
}

/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{
	#topics04{
	width:100%;
	height:350px;
	margin:0 ;
	overflow: hidden;
}
#topics04 h3{
    font-size: 55px;
	left: 5%;
	top: 23%;
	line-height: 1;
	margin-bottom: 10px;
}

#topics04 p{
	font-size: 16px;
	left: 5%;
	font-weight: bold;
	top: 23%;
}
}


#topics05{
	width:100%;
	background-image:url(img/topics05.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:500px;
	margin:0 ;
	overflow: hidden;
	background-size:cover;
}


#topics05 h3{
	font-size: 80px;
	color: #FFF400;
	margin: 0;
	position: relative;
	left: 15%;
	top: 20%;
	line-height: 0.9;
}

#topics05 p{
	font-size: 18px;
	line-height: 1.6;
	margin-top: 0;
	position: relative;
	left: 15%;
	top: 20%;
	color: #FFFFFF;
}

#topics05 h3 span{
	font-size:50px;
	color:#FFFFFF;
	font-weight:100;
}

/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{
	#topics05{
	width:100%;
	height:350px;
	margin:0 ;
	overflow: hidden;
}
#topics05 h3{
    font-size: 55px;
	left: 5%;
	top: 23%;
	line-height: 1;
	margin-bottom: 10px;
}

#topics05 p{
	font-size: 16px;
	left: 5%;
	font-weight: bold;
	top: 23%;
}
}



#topics06{
	width:100%;
	background-image:url(img/topics06.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	height:600px;
	margin:0;
}

#topics06 h3{
	font-size:30px;
	color:#FFFFFF;
	font-weight:100;
	font-stretch:condensed;
	margin:0;
}

.topics06{
    width: 450px;
    height: 400px;
    padding-left: 600px;
    text-align: center;
    padding-top: 150px;
}

#menu{
	width: 100%;
	margin: 0 auto;
	background-color: #ffffff;
	padding-top: 80px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 100px;
}




#menu h4{
	text-align: center;
	margin-top: 30px;
	margin-right: 0;
	margin-left: 0;
	font-size: 26px;
	color: #FFFFFF;
	margin-bottom: 0;
	font-weight: 100;
}

#menu h4 span{
    font-size: 20px;
	line-height: 1.6;
}


#menu h5{
	text-align: center;
	margin-top: 50px;
	margin-right: 0;
	margin-left: 0;
	font-size: 26px;
	color: #FFFFFF;
	margin-bottom: 0;
}

#menu p{
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    margin-top: 20;
}

/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{
	#menu{
	  padding-top: 30px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 30px;
}

	#menu h5{
	line-height: 1.2;
}
	
}

.img_menu{
	display:block;
	margin:0 auto;
}

.t_menu{
	width:1100px;
	margin:30px auto;
	border:none;
}

.t_menu td{
	padding:15px;
}

.t_menu02{
	width:1100px;
	margin:0px auto 30px auto;
	border:none;
}

.t_menu02 td{
	padding:15px;
}

.t_menu h4{
	font-size:20px;
	color:#FFFFFF;
	font-weight:100;
	font-stretch:expanded;
	margin:0;
}


#bottom_topics{
	width: 100%;
	background-color: #eeeeee;
	padding: 50px 0;
	margin:0 auto;
}

.bottom_topics{
	width:1100px;
	margin:0 auto;
	display:block;
}

.img_bottom_topics{
	display:block;
	margin:0 auto;
}

.t_bottom_topics{
	width:1000px;
	margin:30px auto;
	border:none;
	display:block;
}

.t_bottom_topics td{
	padding:15px;
}

/*
コンタクトフォーム
-------------------------------------------*/

#corpbox{
	width: 100%;
	background-image: url(img/corpbox_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 460px;
	padding-top: 80px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 50px;
	background-size: 100vw;
}

#corpbox h3{
    font-size: 22px;
    line-height: 1.4;
    color: #ffffff;
    text-align: center;
    margin-top: 10%;
}

.btn-border2 {
	display: block;
	text-align: center;
	width: 300px;
	max-width: 50%;
	border: 2px solid #FFF400;
	font-size: 16px;
	color: #FFF400;
	text-decoration: none;
	font-weight: bold;
	padding: 8px 20px;
	margin: 10px auto;
	border-radius: 4px;
	transition: .4s;
}

.btn-border2:hover {
	background-color: #FFF400;
	color: #000;
}



#corpbox h4{
	text-align: center;
	margin-top: 20px;
	margin-right: 0;
	margin-left: 0;
	font-size: 26px;
	color: #FFF400;
	margin-bottom: 0;
	font-weight: 100;
}

#corpbox h4 span{
    font-size: 20px;
	line-height: 1.6;
}


#corpbox h5{
	text-align: center;
	margin-top: 80px;
	margin-right: 0;
	margin-left: 0;
	font-size: 50px;
	color: #FFF400;
	margin-bottom: 0;
}

#corpbox p{
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    margin-top: 20;
}


/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{
#corpbox{
	width: 100%;
	background-image:url(img/corpbox_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 300px;
	padding: 30px 0;
	background-size:cover;
}
    
       #corpbox h4{
    font-size: 18px;
         margin-top: 0%!important;
}
	
	#corpbox h5{
	line-height: 1.2;
	margin-top: 40px;
	margin-bottom: 20px;
}

	.btn-border2 {
  max-width: 80%;

}
	
}



#recruitbox{
	width: 100%;
	background-image: url(img/recruitbox_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 460px;
	padding-top: 80px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 50px;
	background-size: 100vw;
}

#recruitbox h3{
    font-size: 22px;
    line-height: 1.4;
    color: #ffffff;
    text-align: center;
    margin-top: 10%;
}


#recruitbox h4{
	text-align: center;
	margin-top: 20px;
	margin-right: 0;
	margin-left: 0;
	font-size: 26px;
	color: #FFF400;
	margin-bottom: 0;
	font-weight: 100;
}

#recruitbox h4 span{
    font-size: 20px;
	line-height: 1.6;
}


#recruitbox h5{
	text-align: center;
	margin-top: 80px;
	margin-right: 0;
	margin-left: 0;
	font-size: 50px;
	color: #FFF400;
	margin-bottom: 0;
}

#recruitbox p{
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    margin-top: 20;
}


/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{
#recruitbox{
	width: 100%;
	background-image:url(img/recruitbox_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 300px;
	padding: 30px 0;
	background-size:cover;
}
    
       #recruitbox h4{
    font-size: 18px;
         margin-top: 0%!important;
}
	
	#recruitbox h5{
	line-height: 1.2;
	margin-top: 40px;
	margin-bottom: 20px;
}

	
}



/*
コンタクトフォーム
-------------------------------------------*/
#contactbox{
	width: 100%;
	background-image: url(img/contactbox_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 460px;
	padding-top: 80px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 50px;
	background-size: 100vw;
}


#contactbox h3{
    font-size: 22px;
    line-height: 1.4;
    color: #ffffff;
    text-align: center;
    margin-top: 10%;
}


#contactbox h4{
	text-align: center;
	margin-top: 20px;
	margin-right: 0;
	margin-left: 0;
	font-size: 26px;
	color: #FFF400;
	margin-bottom: 0;
	font-weight: 100;
}

#contactbox h4 span{
    font-size: 20px;
	line-height: 1.6;
}


#contactbox h5{
	text-align: center;
	margin-top: 80px;
	margin-right: 0;
	margin-left: 0;
	font-size: 50px;
	color: #FFF400;
	margin-bottom: 0;
}

#contactbox p{
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    margin-top: 20;
}


/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{
#contactbox{
	width: 100%;
	background-image:url(img/contactbox_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 300px;
	padding: 30px 0;
	background-size:cover;
}
    
       #contactbox h4{
    font-size: 18px;
         margin-top: 0%!important;
}
	
	#contactbox h5{
	line-height: 1.2;
		margin-top: 40px;
		margin-bottom: 20px;
}

	#contactbox a{
		color: #FFF400;
	}
}


/*
���w�y�[�W
-------------------------------------------------------------------*/

#contents{
	width: 900px;
	display: block;
	margin: 0 auto;
	padding: 25px 0;
}

#contents h2{
	height: 50px;
	color: #FFF400;
	font-size: 28px;
	border-bottom: 2px solid #FFFFFF;
	margin: 20px 0 15px 0;
	text-align: left!important;
}

#contents h3{
	color:#111111;
	font-size:24px;
	margin:40px 0 10px 0;
	padding:0;
}

#contents  H4 {
    font-size: 24px;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 5px;
    text-align: left;
}


#contents h5{
	color: #FFF400;
	font-size: 18px;
	margin: 40px 0 0px 0;
	padding: 0;
	line-height: 1.7
}

#contents p {
	margin-bottom: 40px;
	line-height: 2;
	color: #fff;
}


#contents p span{
    color: #FFFFFF;
}



.grid {
  display: grid;
  gap: 50px;
	grid-template-columns: 2fr 1fr;
	margin-bottom: 25px;
}

.grid p{
	width: 90%;
}

.main {
	width: 350px;
}
.side {
width: 750px;
}
.main,
.side {


}

.img_center{
	display:block;
	margin:30px auto;
	width: 500px;
}


/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{
	#contents{
	width:94%;
	display:block;
	margin:0 auto;
	padding:20px 0;
}
	#contents h2{
	color: #FFFFFF;
	font-size: 24px;
	border-bottom: 2px solid #FFFFFF;
	margin: 10px auto 15px auto;
	text-align: left!important;
		width: 94%;
}
	
	#contents H4 {
    font-size: 20px;
    margin-top: 10px!important;
    margin-right: 0;
    margin-bottom: 5px;
    text-align: center;
}
	
#contents h5{
	color:#FFF400;
	font-size:16px;
	margin:10px auto 0px auto;
	padding:0;
	width: 94%;
	display: block;
}
	
	#contents p {
    line-height: 1.7;
    margin: 0 auto 30px auto; 
    font-size: 15px;
    color: #fff;
    text-align: left;
	width: 94%;
	display: block;
}	
	
  .grid {
	height: auto;
	width: 96%;
	margin: 18px auto 40px auto;
    background-color: #fff;
		display: block;
		padding: 0;
		float: none;
}
    
    .grid img{
		display: block;
		margin: 0 auto;
	width: 100%;
}
	
	.main {
	width: 100%;
}
.side {
width: 100%;
}
 

	
	.img_center{
	width: 84%;
}
	
}

.textbox{
	line-height: 1.6;
	margin-bottom: 60px;
}


.textbox li{
	font-size: 18px;
	line-height: 1.8;
	margin-top: 0;
	margin-bottom: 5px;
}

.t_water{
	width:1000px;
	display:block;
	margin:30px auto;
}

.t_water td{
	padding:5px 20px;
}

.img_right02{
	float:right;
	margin:0 0 30px 30px;
}

.img_right03{
	float:right;
	margin:0 0 20px 30px;
}

.img_center30{
	display:block;
	margin:30px auto;
}


/*
bottom
-------------------------------------------------------------------*/

#bottom{
	width: 100%;
	background-color: #222222;
	padding: 100px 0;
	margin: 0 auto;
}


.img_b{
	display:block;
	margin:30px auto;
	width: 25%;
}

.img_contact{
	display:block;
	margin:10px auto 80px auto;
}

.img_tel{
	display:block;
	margin:25px auto 0 auto;
}

 a:hover img
{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{
	#bottom{
	padding: 30px 0;
}
	.img_b{
	width: 45%;
}
}


#foot{
	text-align: center;
	margin-top: 150px;
}

#foot p{
	size:14px;
}

.arrow{
	background-image:url(../images/lp/kankisen/arrow.png);
	background-repeat:no-repeat;
	background-position:center;
	height:181px;
}

.img_arrow{
	display:block;
	margin:0px auto;
	padding-top:15px;
}

.t_head{
	width:1100px;
	display:block;
	margin:0 auto;
	border:none;
}


.t_head02{
	width:1000px;
	display:block;
	margin:0 auto;
	border:none;
}


#foot_menu{
	width:780px;
	display:block;
	margin:10px auto 20px auto;
}

.t_foot{
	width:780px;
	border:none;
}

.t_corp{
	width:800px;
	display:block;
	margin:20px auto 50px auto;
	border:none;
	font-size: 16px;
	line-height: 1.8;
}

.corp{
	width:1000px;
	margin:10px auto;
	display:block;
}


.t_corp th{
	padding:5px 30px;
	background-color:#eeeeee;
	font-weight:100;
}

.t_corp td{
	padding:20px 20px;	
}

/* スマホだけに適用するCSS */
@media screen and (max-width: 640px) 
{
.t_corp{
	width:100%;
	display:block;
	margin:20px auto 50px auto;
	border:none;
		line-height: 1.6;
}

.corp{
	width:100%;
	margin:10px auto;
	display:block;
}


.t_corp th{
	padding:20px 10px;
	background-color:#eeeeee;
	font-weight:100;
}

.t_corp td{
	padding:20px 10px;	
}
}



.t_entry{
	width: 1100px;
	border: 1px solid #E6E6E6;
	margin-top: 50px 0 0 0;
}
.t_entry th{
    padding: 15px;
    background-color: #EFEFEF;
    border: 1px solid #E6E6E6;
    width: 330px;
}
.t_entry th p{
    color: #000;
	line-height: 1!important;
	margin-top: 20px;
}
.t_entry th p span{
    color: red!important;
    size: -5!important;
	padding-left: 5px!important;
}
.t_entry td{
	padding:25px;
	border:1px solid #E6E6E6;
	width:770px;
}

input[type=text]{
height:30px;
width:100%;
padding:3px 5px;
font-size:18px;
}


textarea{
height:180px;
width:100%;
padding:3px 5px;
font-size:18px;
}

input[type="submit"] {
	width:70%;
	height:60px;
	display:block;
	margin:0 auto;
	font-size:20px;
}


/* navi menu */
a.navi01{
display:block;
width:220px;
height:50px;
background-image:url(img/navi01.png);
text-indent:-9999px;
margin:0;
}

.navi01:hover{
background-position:left bottom;
}

a.navi02{
display:block;
width:220px;
height:50px;
background-image:url(img/navi02.png);
text-indent:-9999px;
margin:0;
}

.navi02:hover{
background-position:left bottom;
}

a.navi03{
display:block;
width:220px;
height:50px;
background-image:url(img/navi03.png);
text-indent:-9999px;
margin:0;
}

.navi03:hover{
background-position:left bottom;
}

a.navi04{
display:block;
width:220px;
height:50px;
background-image:url(img/navi04.png);
text-indent:-9999px;
margin:0;
}

.navi04:hover{
background-position:left bottom;
}

a.navi05{
display:block;
width:220px;
height:50px;
background-image:url(img/navi05.png);
text-indent:-9999px;
margin:0;
}

.navi05:hover{
background-position:left bottom;
}

a.head_contact{
display:block;
width:160px;
height:50px;
background-image:url(img/head_contact.png);
text-indent:-9999px;
overflow: hidden;
margin-top:20px;
}

.head_contact:hover{
background-position:left bottom;
}



/*
フッター共通ボタン
-------------------------------------------*/
.btn-border {
	display: block;
	text-align: center;
	width: 450px;
	border: 2px solid #FFF400;
	font-size: 16px;
	color: #FFF400;
	text-decoration: none;
	padding: 10px 20px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	border-radius: 4px;
	transition: .4s;
	font-weight: bold;
}

.btn-border:hover {
	color: #000000;
	background-color: #FFF400;
}



/* スマホだけに適用するCSS */
@media screen and ( max-width: 640px )
{
.btn-border {
	max-width: 80%!important;
    margin: 20px auto 60px auto;
}


}
