@charset "UTF-8";
/* CSS Document */


html, body{
  padding: 0;
  margin: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  background-color: #EDEBD2;
}

a{
  text-decoration: none;
  transition: 0.3s;
  opacity: 1;
}
a:hover{
  opacity: 0.6;
}




header{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  box-shadow: 0 0 5px gray;
  background-color: #C80003;
  z-index: 999999;
  overflow: hidden;
}

.header_nk_pc{
  display: flex;
  justify-content: center;
  width: 1000px;
  margin: auto;
  text-shadow: 2px 2px 0 #000000;
}
.header_left{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.header_left a{
  display: block;
  margin: 0 10px;
  color: #FFFFFF;
  font-weight: bold;
}
.header_center{
  display: block;
  width: 200px;
  margin: 15px 30px 0;
}
.header_right{
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.header_right a{
  display: block;
  margin: 0 10px;
  color: #FFFFFF;
  font-weight: bold;
}



.header_nk_sp{
  display: none;
}




main{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.main_view{
  display: block;
  position: relative;
  top: 80px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 75vw;
  background-color: #ADADAD;
  background-image: url("../img/top_img.jpg");
  background-size: cover;
  background-position: bottom right;
}

.main_v_mds{
  display: block;
  position: absolute;
  bottom: 5vw;
  right: 2vw;
  width: 46vw;
}
.main_v_bn{
  display: block;
  position: absolute;
  top: 2vw;
  right: 2vw;
  width: 45vw;
}
.main_logo{
  display: block;
  position: absolute;
  width: 55vw;
  top: 10vw;
  right: 1vw;
}


.main_contents_one_st{
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 130px 0 50px 0;
  background-color: #C80003;
}
.c_one{
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: auto;
  color: #FFFFFF;
}
.c_one_left{
  display: block;
  width: 400px;
}
.c_one_right{
  display: block;
  width: 550px;
  margin-top: -50px;
}
.c_one h1{
  display: block;
  text-align: justify;
  font-size: 25px;
  text-shadow: 3px 3px 0 #000000;
  color: #FEFD00;
}
.c_one p{
  display: block;
  margin: 20px auto 0;
  font-size: 20px;
  text-shadow: 1px 1px 0 #000000;
  text-align: justify;
}



.main_phot1{
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}



.c_two_nk{
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 50px 0 80px 0;
  background-image: url("../img/inazuma.png");
  background-size: 250%;
  background-position: center center;
  background-repeat: no-repeat;
}
.c_two_nk h1{
  display: block;
  width: 800px;
  margin: auto;
}

.c_two_flex{
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 30px auto 0;
}
.c_two_box{
  display: block;
  width: 300px;
}
.c_two_box img{
  display: block;
  width: 200px;
  margin: auto;
}
.c_two_box p{
  border: solid 6px #222222;
  padding: 40px 20px 20px;
  margin: -30px 0 0 0;
  text-align: justify;
  background-color: #FFEEC8;
}
.c_two_down{
  display: block;
  width: 1000px;
  margin: 130px auto 0;
}
.c_two_down h2{
  display: block;
  font-size: 28px;
  text-shadow: 3px 3px 0 #FEFB23;
  color: #DE0000;
}
.c_two_down_flex{
  display: flex;
  justify-content: space-between;
}
.c_two_down_flex_left{
  display: block;
  width: 500px;
}
.c_two_down_flex_right{
  display: block;
  width: 400px;
  height: 400px;
  border-radius: 600px;
  background-color: #ECECEC;
  margin: -140px 0 0 0;
  background-image: url("../img/uketukejou.jpg");
  background-size: cover;
  background-position: center right;
}






.c_three_st{
  display: block;
  width: 100%;
  height: auto;
  margin: -10px auto 0;
  padding: 80px 0 50px 0;
  background-color: #C80003;
}
.c_three{
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: auto;
  color: #FFFFFF;
}
.c_three_right{
  display: block;
  width: 600px;
}
.c_three_left{
  display: block;
  width: 350px;
  margin-top: -50px;
}
.c_three h1{
  display: block;
  text-align: justify;
  font-size: 25px;
  text-shadow: 3px 3px 0 #000000;
  color: #FEFD00;
}
.c_three p{
  display: block;
  margin: 20px auto 0;
  font-size: 20px;
  text-shadow: 1px 1px 0 #000000;
  text-align: justify;
}



.c_four_nk{
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 100px 0 80px 0;
  background-image: url("../img/inazuma.png");
  background-size: 250%;
  background-position: center center;
  background-repeat: no-repeat;
}
.c_four_nk h1{
  display: block;
  width: 800px;
  margin: auto;
}

.c_four_p{
  display: block;
  width: 800px;
  margin: 20px auto 50px;
  font-size: 20px;
  text-shadow: 2px 2px 0 #FFFFFF;
  text-align: justify;
}
.c_four_p span{
  color: #DE0000;
}
.c_four_flex{
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 30px auto 0;
}
.c_four_box{
  display: block;
  width: 1000px;
}
.c_four_box img{
  display: block;
  width: 800px;
  margin: auto;
}

.c_four_down{
  display: block;
  width: 1000px;
  margin: -100px auto -107px;
}







.contact_st{
  display: block;
  width: 100%;
  height: auto;
  padding: 60px 0;
  background-color: #C80003;
}

.contact{
  display: block;
  width: 800px;
  margin: auto;
}
.contact img{
  display: block;
  width: 500px;
  margin: 0 auto 30px;
}
.contact h1{
  display: block;
  font-size: 30px;
  margin: 0px;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-style: normal;
  text-shadow: 3px 3px 0 #FEFB23;
  color: #DE0000;
}


.contact_nk{
  display: block;
  width: 700px;
  height: auto;
  margin: auto;
  border: solid 6px #131313;
  border-radius: 10px;
  background-color: #EDEAD0;
  text-align: center;
  padding: 30px 0;
}
.tel{
  font-size: 35px;
  font-weight: bold;
  color: #131313;
}
.tel span{
  font-size: 18px;
  color: #454545;
}
.main_contact_uktk{
  display: block;
  margin: auto;
  width: 400px;
  background-color: #8C0000;
  padding: 5px 0;
  color: #EEEEE1;
}







footer{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #7E0000;
  margin: auto;
  overflow: hidden;
}

.footer_nk{
  display: block;
  width: 1000px;
  margin: auto;
  padding: 50px 0 80px;
}
.footer_down{
  display: flex;
  justify-content: center;
  margin: 0px auto 0;
}
.footer_down a{
  display: block;
  margin: 0 10px;
  color: #FFFFFF;
}


.footer_under{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  text-align: center;
  color: #FFFFFF;
  font-size: 10px;
  background-color: #0D0D0D;
  line-height: 30px;
}




.main_view_sub{
  display: block;
  width: 100%;
  height: 250px;
  background-color: #CDCDCD;
  text-align: center;
  line-height: 280px;
  background-image: url("../img/sub_bg.png");
  background-size: cover;
  background-position: bottom center;
  text-shadow: 3px 3px 0 #000000;
  color: #FEFD00;
}





.main_view_sub_content{
  display: block;
  width: 95%;
  max-width: 800px;
  margin: 60px auto;
  padding-bottom: 50px;
  padding-top: 50px;
}
.main_view_sub_content h3{
  display: block;
  text-align: start;
  color: #222222;
  border-bottom: solid 2px #828282;
}
.main_view_sub_content h5{
  color: #222222;
  font-size: 16px;
}

.list span{
  display: block;
  font-size: 0.8rem;
}





.company{
  display: block;
  width: 100%;
  height: auto;
  padding: 0px 0 50px 0;
}
.company{
  display: block;
  width: 800px;
  margin: auto;
}
.company table{
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0px auto 0;
  padding: 0px;
  background-color: #FFDAC3;
}
.company table tr{
  width: 100%;
  display: block;
  padding: 5px;
}
.company table tr th{
  width: 200px;
  text-align: justify;
  padding-left: 20px;
  height: 60px;
  background-color: #000000;
  color: #FFFFFF;
  font-weight: bold;
}
.company table tr td{
  width: 537px;
  text-align: justify;
  padding-left: 20px;
  height: 60px;
  background-color: #FFFFFF;
  color: #2D2D2D;
  font-weight: 500;
  text-decoration: none!important;
}






@media screen and (max-width: 600px) {
	/* 600px以下に適用されるCSS（スマホ用） */
  
  
header{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 15vw;
  box-shadow: 0 0 5px gray;
  background-color: #C80003;
  z-index: 999999;
  overflow: hidden;
}

.header_nk_pc{
  display: flex;
  justify-content: center;
  width: 95%;
  margin: auto;
  text-shadow: 2px 2px 0 #000000;
}
.header_left{
  display: flex;
  justify-content: space-between;
  margin-top: 6vw;
}
.header_left a{
  display: block;
  margin: 0 1vw;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 2vw;
}
.header_center{
  display: block;
  width: 20vw;
  margin: 5vw 2vw 0;
}
.header_right{
  display: flex;
  justify-content: space-between;
  margin-top: 6vw;
}
.header_right a{
  display: block;
  margin: 0 1vw;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 2vw;
}



.header_nk_sp{
  display: none;
}




main{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.main_view{
  display: block;
  position: relative;
  top: 15vw;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 75vw;
  background-color: #ADADAD;
  background-image: url("../img/top_img.jpg");
  background-size: cover;
  background-position: bottom right;
}

.main_v_mds{
  display: block;
  position: absolute;
  bottom: 5vw;
  right: 2vw;
  width: 46vw;
}
.main_v_bn{
  display: block;
  position: absolute;
  top: 2vw;
  right: 2vw;
  width: 45vw;
}
.main_logo{
  display: block;
  position: absolute;
  width: 55vw;
  top: 10vw;
  right: 1vw;
}


.main_contents_one_st{
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 20vw 0 5vw 0;
  background-color: #C80003;
}
.c_one{
  display: block;
  justify-content: space-between;
  width: 95%;
  margin: auto;
  color: #FFFFFF;
}
.c_one_left{
  display: block;
  width: 100%;
}
.c_one_right{
  display: block;
  width: 100%;
  margin-top: -8vw;
}
.c_one h1{
  display: block;
  text-align: justify;
  font-size: 4.5vw;
  text-shadow: 3px 3px 0 #000000;
  color: #FEFD00;
}
.c_one p{
  display: block;
  margin: 2vw auto 0;
  font-size: 3.5vw;
  text-shadow: 1px 1px 0 #000000;
  text-align: justify;
}



.main_phot1{
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}



.c_two_nk{
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 5vw 0 5vw 0;
  background-image: url("../img/inazuma.png");
  background-size: 250%;
  background-position: center center;
  background-repeat: no-repeat;
}
.c_two_nk h1{
  display: block;
  width: 95%;
  margin: auto;
}

.c_two_flex{
  display: block;
  justify-content: space-between;
  width: 95%;
  margin: 3vw auto 0;
}
.c_two_box{
  display: block;
  width: 100%;
  margin-top: 5vw;
}
.c_two_box img{
  display: block;
  width: 45vw;
  margin: auto;
}
.c_two_box p{
  border: solid 6px #222222;
  padding: 10vw 5vw 5vw;
  margin: -7vw 0 0 0;
  text-align: justify;
  background-color: #FFEEC8;
  font-size: 3.5vw
}
.c_two_down{
  display: block;
  width: 95%;
  margin: 8vw auto 0;
}
.c_two_down h2{
  display: block;
  font-size: 4.5vw;
  text-shadow: 3px 3px 0 #FEFB23;
  color: #DE0000;
}
.c_two_down_flex{
  display: block;
  justify-content: space-between;
}
.c_two_down_flex_left{
  display: block;
  width: 100%;
}
.c_two_down_flex_right{
  display: block;
  width: 90vw;
  height: 90vw;
  border-radius: 100%;
  background-color: #ECECEC;
  margin: 5vw 0 5vw 0;
  background-image: url("../img/uketukejou.jpg");
  background-size: cover;
  background-position: center right;
}






.c_three_st{
  display: block;
  width: 100%;
  height: auto;
  margin: -5vw auto 0;
  padding: 10vw 0 5vw 0;
  background-color: #C80003;
}
.c_three{
  display: block;
  justify-content: space-between;
  width: 95%;
  margin: auto;
  color: #FFFFFF;
}
.c_three_right{
  display: block;
  width: 100%;
}
.c_three_left{
  display: none;
  width: 350px;
  margin-top: -50px;
}
.c_three h1{
  display: block;
  text-align: justify;
  font-size: 4.5vw;
  text-shadow: 3px 3px 0 #000000;
  color: #FEFD00;
}
.c_three p{
  display: block;
  margin: 5vw auto 5vw;
  font-size: 3.5vw;
  text-shadow: 1px 1px 0 #000000;
  text-align: justify;
}



.c_four_nk{
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 10vw 0 8vw 0;
  background-image: url("../img/inazuma.png");
  background-size: 250%;
  background-position: center center;
  background-repeat: no-repeat;
}
.c_four_nk h1{
  display: block;
  width: 95%;
  margin: auto;
}

.c_four_p{
  display: block;
  width: 95%;
  margin: 2vw auto 5vw;
  font-size: 3.5vw;
  text-shadow: 2px 2px 0 #FFFFFF;
  text-align: justify;
}
.c_four_p span{
  color: #DE0000;
}
.c_four_flex{
  display: block;
  justify-content: space-between;
  width: 100%;
  margin: 3vw auto 0;
}
.c_four_box{
  display: block;
  width: 95%;
  margin: auto;
}
.c_four_box img{
  display: block;
  width: 100%;
  margin: auto;
}

.c_four_down{
  display: block;
  width: 95%;
  margin: -5vw auto -11.3vw;
}







.contact_st{
  display: block;
  width: 100%;
  height: auto;
  padding: 6vw 0;
  background-color: #C80003;
}

.contact{
  display: block;
  width: 95%;
  margin: auto;
}
.contact img{
  display: block;
  width: 100%;
  margin: 0 auto 3vw;
}
.contact h1{
  display: block;
  font-size: 4.5vw;
  margin: 0px;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-style: normal;
  text-shadow: 3px 3px 0 #FEFB23;
  color: #DE0000;
}


.contact_nk{
  display: block;
  width: 95%;
  height: auto;
  margin: auto;
  border: solid 6px #131313;
  border-radius: 10px;
  background-color: #EDEAD0;
  text-align: center;
  padding: 3vw 0;
}
.tel{
  font-size: 6vw;
  font-weight: bold;
  color: #131313;
}
.tel span{
  font-size: 3.5vw;
  color: #454545;
}
.main_contact_uktk{
  display: block;
  margin: auto;
  width: 90%;
  background-color: #8C0000;
  padding: 5px 0;
  color: #EEEEE1;
  font-size: 3vw;
}







footer{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #7E0000;
  margin: auto;
  overflow: hidden;
}

.footer_nk{
  display: block;
  width: 95%;
  margin: auto;
  padding: 5vw 0 12vw;
}
.footer_down{
  display: block;
  justify-content: center;
  margin: 0px auto 0;
}
.footer_down a{
  display: block;
  margin: 0 10px;
  color: #FFFFFF;
  font-size: 3.5vw;
}


.footer_under{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  text-align: center;
  color: #FFFFFF;
  font-size: 10px;
  background-color: #0D0D0D;
  line-height: 30px;
}




.main_view_sub{
  display: block;
  width: 100%;
  height: 35vw;
  background-color: #CDCDCD;
  text-align: center;
  line-height: 45vw;
  background-image: url("../img/sub_bg.png");
  background-size: cover;
  background-position: bottom center;
  text-shadow: 3px 3px 0 #000000;
  color: #FEFD00;
  font-size: 3vw;
}





.main_view_sub_content{
  display: block;
  width: 95%;
  max-width: 800px;
  margin: auto;
  padding-bottom: 5vw;
  padding-top: 10vw;
}
.main_view_sub_content h3{
  display: block;
  text-align: start;
  color: #222222;
  border-bottom: solid 2px #828282;
}
.main_view_sub_content h5{
  color: #222222;
  font-size: 16px;
}

.list span{
  display: block;
  font-size: 0.8rem;
}





.company{
  display: block;
  width: 100%;
  height: auto;
  padding: 0px 0 5vw 0;
}
.company{
  display: block;
  width: 100%;
  margin: auto;
}
.company table{
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0px auto 0;
  padding: 0 0%;
  background-color: transparent;
}
.company table tr{
  width: 93vw;
  display: block;
  padding: 0;
}
.company table tr th{
  display: block;
  width: 100%;
  text-align: center;
  padding-left: 0;
  height: 10vw;
  background-color: #000000;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 10vw;
  font-size: 4vw;
}
.company table tr td{
  display: block;
  width: 100%;
  text-align: center;
  padding-left: 0;
  height: 10vw;
  background-color: #FFFFFF;
  color: #2D2D2D;
  font-weight: 500;
  text-decoration: none!important;
  font-size: 3vw;
  line-height: 10vw;
}
  
  
  
}


























































