@charset "UTF-8";
/* CSS Document */


html, body{
  padding: 0;
  margin: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-align: justify;
  font-feature-settings: "palt";
}

a{
  text-decoration: none;
  transition: 0.3s;
  opacity: 1;
}
a:hover{
  opacity: 0.6;
}





header{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(0,40,87,0.8);
}

.header_nk{
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: auto;
}
.header_left{
  display: block;
}
.header_left a{
  display: block;
  width: 250px;
  height: 80px;
  background-color: #002A50;
  margin-top: 0px;
  text-align: center;
  line-height: 80px;
  color: hsla(211,29%,59%,1.00);
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 30px;
}

.header_right{
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
}
.header_right a{
  display: block;
  margin: 0 20px;
  color: #FFFFFF;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 16px;
}
.header_right a span{
  display: block;
  text-align: center;
  margin: -6px auto 0;
  transform: rotate(90deg);
}




main{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.main_view{
  display: block;
  position: relative;
  width: 100%;
  height: 700px;
  background-color: #ADADAD;
  background-image: url("../img/33294607_m.jpg");
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.main_view_nk{
  display: block;
  position: relative;
  margin: auto;
  width: 1000px;
  height: auto;
}

.main_view h1{
  display: block;
  position: absolute;
  top: 100px;
  left: 0px;
  color: #FFFFFF;
  text-shadow: 0 0 10px gray;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: bold;
  font-size: 45px;
}
.main_view h1 span{
  display: block;
  font-size: 30px;
  color: #87A1B8;
  text-shadow: none!important;
  background-color: hsla(203,100%,12%,1.00);
  text-align: center;
  padding: 5px 0;
  width: 400px;
  margin-top: 30px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 500;
}

.main_v_phot{
  display: block;
  position: absolute;
  top: 110px;
  right: 0;
  width: 400px;
  height: 400px;
  border-radius: 400px;
  background-color: hsla(0,0%,93%,1.00);
  background-image: url("../img/4501048_s.jpg");
  background-size: cover;
  background-position: center center;
  box-shadow: inset 0 0 20px #222222;
}
.mvp_nk{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background-color: #FFFFFF;
  border-radius: 100px;
  text-align: center;
  font-size: 12px;
  line-height: 80px;
  color: hsla(210,100%,16%,1.00);
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}






.c_one{
  display: block;
  width: 1000px;
  margin: 100px auto;
}
.c_one_nk{
  display: flex;
  justify-content: space-between;
}
.c_one_left{
  display: block;
  width: 250px;
  height: 250px;
  background-color: hsla(0,0%,87%,1.00);
  background-image: url("../img/ceo.jpg");
  background-size: cover;
  background-position: top center;
}

.c_one_right{
  display: block;
  width: 700px;
  margin-left: 50px;
}
.c_one h1{
  display: block;
  font-size: 20px;
  margin: 0;
}
.c_one p{
  display: block;
  width: 100%;
  margin: 10px auto 0;
  font-size: 19.3px;
}
.c_one span{
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: end;
  margin-top: 20px;
}



.c_two{
  display: block;
  width: 100%;
  margin: 100px auto;
  background-color: #002A53;
  background-image: url("../img/23192300_m.png");
  background-size: 60vw;
  background-repeat: no-repeat;
}
.c_two_nk{
  display: block;
  width: 1000px;
  margin: auto;
  padding: 100px 0;
  color: #FFFFFF;
}
.c_two_nk_up{
  display: flex;
  justify-content: space-between;
}
.ctnu_left{
  display: block;
  position: relative;
  width: 250px;
  height: 130px;
}
.ctnu_left p{
  text-align: center;
  display: block;
  width: 250px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 40px;
  background-color: #B71A28;
}
.ctnu_right{
  display: block;
  width: 700px;
  margin-left: 50px;
}
.ctnu_right h1{
  display: block;
  font-size: 20px;
  margin: 0;
}
.ctnu_right p{
  display: block;
  width: 100%;
  margin: 10px auto 0;
  font-size: 18px;
}


.c_two_middle{
  display: block;
  width: 1000px;
  height: 300px;
  margin: 80px auto 0;
  background-color: hsla(0,0%,86%,1.00);
  background-image: url("../img/middle_img.jpeg");
  background-size: cover;
  background-position: center center;
}

.c_two_m_st{
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
  border: solid 1px #FFFFFF;
  border-radius: 10px;
  height: 60px;
  background-color: hsla(211,80%,33%,1.00);
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  font-weight: bold;
}
.c_two_m_st span{
  display: block;
  width: 200px;
  height: 30px;
  font-size: 18px;
  background-color: #CB001E;
  line-height: 30px;
  margin: 15px 0 0 20px;
}






.c_three{
  display: block;
  width: 1000px;
  margin: 100px auto;
}
.c_three_nk{
  display: block;
  height: 730px;
}
.c_three_up{
  display: block;
  position: relative;
  width: 1000px;
}
.c_three_up img{
  display: block;
  position: absolute;
  z-index: -1;
}
.c_three_up h1{
  display: flex;
  justify-content: center;
  margin: 105px auto 0;
  border-radius: 10px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  font-weight: bold;
  color: #222222;
  padding-top: 105px;
}
.c_three_up h1 span{
  color: #E10008;
  margin: 0 12px;
}

.c_three_up_flex{
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0;
  width: 700px;
}
.c_three_up_left{
  display: block;
  width: 150px;
  height: auto;
  background-color: hsla(0,0%,86%,1.00);
  background-image: url("../img/uma.jpeg");
  background-size: cover;
  background-position: center center;
}
.c_three_up_right{
  display: block;
  width: 500px;
  margin-left: 50px;
  font-size: 15.8px;
}








.c_four{
  display: block;
  width: 100%;
  margin: 0px auto;
  padding: 100px 0;
  background-color: hsla(210,37%,93%,1.00);
}
.c_four_nk{
  display: block;
  width: 1000px;
  margin: auto;
}
.c_four_nk h1{
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
  border: solid 3px hsla(211,100%,17%,1.00);
  border-radius: 10px;
  height: 60px;
  background-color: hsla(211,80%,33%,1.00);
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
}
.cfp1{
  display: block;
  width: 670px;
  margin: 50px auto 0;
  font-size: 20px;
}
.c_four_main{
  display: block;
  margin: 50px auto 0;
}
.c_four_main h2{
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  color: #FFF89C;
  text-shadow: 0 0 10px hsla(211,100%,17%,1.00);
}
.c_four_main h2 span{
/*
  display: block;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-align: center;
  width: 1000px;
  justify-content: center;
  margin: 10px auto 0;
  border: solid 3px hsla(211,100%,17%,1.00);
  border-radius: 10px;
  height: 60px;
  background-color: #002A56;
  line-height: 60px;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 40px;
*/
  display: flex;
  justify-content: center;
  margin: 30px auto 0;
  border: solid 3px hsla(211,100%,17%,1.00);
  border-radius: 10px;
  height: 60px;
  background-color: hsla(211,80%,33%,1.00);
  text-align: center;
  line-height: 60px;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
}

.four_flex{
  display: flex;
  justify-content: space-between;
}
.four_left{
  display: block;
  width: 300px;
  height: auto;
  background-color: hsla(0,0%,76%,1.00);
  background-image: url("../img/ceo2.jpeg");
  background-size: cover;
  background-position: center center;
}

.cfm_box{
  display: block;
  width: 650px;
  margin: auto;
  background-color: #FFFFFF;
  border-radius: 5px;
  padding-bottom: 20px;
}
.cfm_box h3{
  display: block;
  background-color: hsla(358,100%,44%,1.00);
  padding: 5px 0 5px;
  color: #FFFFFF;
  border-radius: 5px;
  text-align: center;
}
.cfm_box p{
  padding: 0 15px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: auto;
}
.cfm_box span{
  display: block;
  padding: 0 40px;
  font-size: 14px;
  text-align: justify;
  margin-top: 10px;
}
.span{
  text-align: center!important;
}





.c_four h4 span{
  display: block;
  text-align: center;
  margin: 40px auto 20px;
  width: 1000px;
  background-color: #D10000;
  padding: 10px 0;
  font-size: 35px;
  color: #FFFFFF;
  font-weight: bold;
}
.c_four h4{
  display: block;
  text-align: center;
  font-weight: 300;
}




.c_company{
  display: block;
  width: 100%;
  margin: 0px auto 0;
  background-color: #002A53;
  background-image: url("../img/4086544_m.png");
  background-size: 60vw;
  background-repeat: no-repeat;
}
.c_company_nk{
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: auto;
  padding: 100px 0;
  color: #FFFFFF;
}
.c_company_left{
  display: block;
  width: 500px;
}
.c_company_left h1{
  display: block;
  font-size: 20px;
  margin: 0 0 10px 0;
}
.c_company_left table{
  display: block;
}
.c_company_left tr{
  display: block;
  margin: 5px 0;
}
.c_company_left th{
  margin-right: 10px;
  font-size: 12px;
  width: 100px;
}
.c_company_left td{
  pointer-events: none;
}
.c_company_right{
  display: block;
  width: 500px;
}
.c_company_right h1{
  display: block;
  font-size: 20px;
  margin: 0 0 10px 0;
}
.c_company_right h1 span{
  font-size: 14px;
  margin-left: 10px;
}
.tel{
  display: block;
  font-size: 30px;
  pointer-events: none;
}
.tel span{
  font-size: 20px;
  margin-right: 10px;
  font-weight: bold;
}
.contact_nk{
  display: block;
  border: solid 1px #FFFFFF;
  padding: 20px 70px;
  margin-top: 20px;
}






footer{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: hsla(212,100%,6%,1.00);
  overflow: hidden;
}

.footer_nk{
  display: block;
  width: 1000px;
  margin: auto;
  padding: 30px 0 60px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.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: #222222;
  font-size: 10px;
  background-color: #E1E1E1;
  line-height: 30px;
}




.main_view_sub{
  display: block;
  position: relative;
  width: 100%;
  height: 250px;
  background-color: #ADADAD;
  background-image: url("../img/33294607_m.jpg");
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.main_view_sub_nk{
  text-align: center;
  line-height: 100px;
  color: #FFFFFF;
  text-shadow: 0 0 10px gray;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: bold;
  font-size: 25px;
}





.main_view_sub_content{
  display: block;
  width: 95%;
  max-width: 800px;
  margin: 0px auto;
  padding-bottom: 0px;
  padding-top: 100px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.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;
}





.space{
  display: block;
  height: 100px;
}




















@media screen and (max-width: 600px) {
	/* 600px以下に適用されるCSS（スマホ用） */
  
  
  
header{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: rgba(0,40,87,0.8);
}

.header_nk{
  display: block;
  justify-content: space-between;
  width: 100%;
  margin: auto;
}
.header_left{
  display: none;
}
.header_left a{
  display: block;
  width: 250px;
  height: 80px;
  background-color: #002A50;
  margin-top: 0px;
  text-align: center;
  line-height: 80px;
  color: hsla(211,29%,59%,1.00);
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 30px;
}

.header_right{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 5vw;
  margin-bottom: 5vw;
}
.header_right a{
  display: block;
  margin: 1vw 1vw;
  padding: 2vw 3vw;
  color: #FFFFFF;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 4vw;
  background-color: hsla(205,100%,13%,1.00);
}
.header_right a span{
  display: none;
  text-align: center;
  margin: -6px auto 0;
  transform: rotate(90deg);
}




main{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.main_view{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #ADADAD;
  background-image: url("../img/33294607_m.jpg");
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.main_view_nk{
  display: block;
  position: relative;
  margin: auto;
  width: 95%;
  height: auto;
  padding-bottom: 40vw;
}

.main_view h1{
  display: block;
  position: relative;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  color: #FFFFFF;
  text-shadow: 0 0 10px gray;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: bold;
  font-size: 7vw;
  text-align: center;
  width: 100%;
}
.main_view h1 span{
  display: block;
  font-size: 6vw;
  color: #87A1B8;
  text-shadow: none!important;
  background-color: hsla(203,100%,12%,1.00);
  text-align: center;
  padding: 2vw 0;
  width: 100%;
  margin-top: 5vw;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 500;
}

.main_v_phot{
  display: block;
  position: relative;
  top: 3%;
  left: 50%;
  transform: translateX(-50%);
  width: 80vw;
  height: 80vw;
  border-radius: 80vw;
  background-color: hsla(0,0%,93%,1.00);
  background-image: url("../img/4501048_s.jpg");
  background-size: cover;
  background-position: center center;
  box-shadow: inset 0 0 20px #222222;
}
.mvp_nk{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25vw;
  height: 25vw;
  background-color: #FFFFFF;
  border-radius: 100px;
  text-align: center;
  font-size: 4vw;
  line-height: 25vw;
  color: hsla(210,100%,16%,1.00);
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}






.c_one{
  display: block;
  width: 95%;
  margin: 10vw auto;
}
.c_one_nk{
  display: block;
  justify-content: space-between;
}
.c_one_left{
  display: block;
  width: 100%;
  height: 85vw;
  background-color: hsla(0,0%,87%,1.00);
  background-image: url("../img/ceo.jpg");
  background-size: cover;
  background-position: top center;
}

.c_one_right{
  display: block;
  width: 100%;
  margin-left: 0;
}
.c_one h1{
  display: block;
  font-size: 7vw;
  margin: 5vw 0 0 0;
  text-align: center;
}
.c_one p{
  display: block;
  width: 100%;
  margin: 5vw auto 0;
  font-size: 4.5vw;
}
.c_one span{
  display: block;
  font-size: 5vw;
  font-weight: bold;
  text-align: end;
  margin-top: 4vw;
}



.c_two{
  display: block;
  width: 100%;
  margin: 10vw auto;
  background-color: #002A53;
  background-image: url("../img/23192300_m.png");
  background-size: 100vw;
  background-repeat: no-repeat;
}
.c_two_nk{
  display: block;
  width: 95%;
  margin: auto;
  padding: 10vw 0;
  color: #FFFFFF;
}
.c_two_nk_up{
  display: block;
  justify-content: space-between;
}
.ctnu_left{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.ctnu_left p{
  text-align: center;
  display: block;
  width: 100%;
  height: 10vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 10vw;
  background-color: #B71A28;
  font-size: 5vw;
}
.ctnu_right{
  display: block;
  width: 100%;
  margin-left: 0px;
  padding-top: 15vw;
}
.ctnu_right h1{
  display: block;
  font-size: 7vw;
  margin: 0;
  text-align: center;
}
.ctnu_right p{
  display: block;
  width: 100%;
  margin: 3vw auto 0;
  font-size: 4.5vw;
}


.c_two_middle{
  display: block;
  width: 100%;
  height: 30vw;
  margin: 5vw auto 0;
  background-color: hsla(0,0%,86%,1.00);
  background-image: url("../img/middle_img.jpeg");
  background-size: cover;
  background-position: center center;
}

.c_two_m_st{
  display: block;
  justify-content: center;
  margin: 4vw auto 0;
  border: solid 1px #FFFFFF;
  border-radius: 10px;
  height: auto;
  background-color: hsla(211,80%,33%,1.00);
  text-align: center;
  line-height: 5vw;
  font-size: 6vw;
  font-weight: bold;
  padding: 5vw 0;
}
.c_two_m_st span{
  display: block;
  width: 80vw;
  height: auto;
  font-size: 5vw;
  background-color: #CB001E;
  line-height: 10vw;
  margin: 3vw auto 0px;
}






.c_three{
  display: block;
  width: 95%;
  margin: 10vw auto;
}
.c_three_nk{
  display: block;
  height: auto;
}
.c_three_up{
  display: block;
  position: relative;
  width: 100%;
}
.c_three_up img{
  display: none;
  position: absolute;
  z-index: -1;
}
.c_three_up h1{
  display: block;
  justify-content: center;
  margin: 5vw auto 0;
  border-radius: 0px;
  height: auto;
  text-align: center;
  line-height: 10vw;
  font-size: 7vw;
  font-weight: bold;
  color: #222222;
  padding-top: 0;
}
.c_three_up h1 span{
  display: block;
  color: #E10008;
  margin: 0 0px;
}

.c_three_up_flex{
  display: block;
  justify-content: space-between;
  margin: 5vw auto 0;
  width: 100%;
}
.c_three_up_left{
  display: block;
  width: 100%;
  height: 90vw;
  background-color: hsla(0,0%,86%,1.00);
  background-image: url("../img/uma.jpeg");
  background-size: cover;
  background-position: center center;
}
.c_three_up_right{
  display: block;
  width: 100%;
  margin-left: 0px;
  font-size: 4.5vw;
}








.c_four{
  display: block;
  width: 100%;
  margin: 0px auto;
  padding: 10vw 0;
  background-color: hsla(210,37%,93%,1.00);
}
.c_four_nk{
  display: block;
  width: 95%;
  margin: auto;
}
.c_four_nk h1{
  display: flex;
  justify-content: center;
  margin: 0 auto 0;
  border: solid 0px hsla(211,100%,17%,1.00);
  border-radius: 10px;
  height: auto;
  background-color: hsla(211,80%,33%,1.00);
  text-align: center;
  line-height: 15vw;
  font-size: 6vw;
  font-weight: bold;
  color: #FFFFFF;
}
.cfp1{
  display: block;
  width: 100%;
  margin: 5vw auto 0;
  font-size: 4.5vw;;
}
.c_four_main{
  display: block;
  margin: 5vw auto 0;
}
.c_four_main h2{
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 0;
  color: #FFF89C;
}
.c_four_main h2 span{
/*
  display: block;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-align: center;
  width: 1000px;
  justify-content: center;
  margin: 10px auto 0;
  border: solid 3px hsla(211,100%,17%,1.00);
  border-radius: 10px;
  height: 60px;
  background-color: #002A56;
  line-height: 60px;
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 40px;
*/
  display: flex;
  justify-content: center;
  margin: 0 auto 0;
  border: solid 0px hsla(211,100%,17%,1.00);
  border-radius: 10px;
  height: auto;
  background-color: hsla(211,80%,33%,1.00);
  text-align: center;
  line-height: 15vw;
  font-size: 6vw;
  font-weight: bold;
  color: #FFFFFF;
}

.four_flex{
  display: block;
  justify-content: space-between;
}
.four_left{
  display: none;
  width: 300px;
  height: auto;
  background-color: hsla(0,0%,76%,1.00);
  background-image: url("../img/ceo2.jpeg");
  background-size: cover;
  background-position: center center;
}

.cfm_box{
  display: block;
  width: 100%;
  margin: auto;
  background-color: #FFFFFF;
  border-radius: 5px;
  padding-bottom: 5vw;
}
.cfm_box h3{
  display: block;
  background-color: hsla(358,100%,44%,1.00);
  padding: 2vw 0 2vw;
  color: #FFFFFF;
  border-radius: 5px;
  text-align: center;
  font-size: 6vw;
}
.cfm_box p{
  padding: 0 4vw;
  font-size: 4.8vw;
  font-weight: bold;
  text-align: center;
  margin: auto;
}
.cfm_box span{
  display: block;
  padding: 0 5vw;
  font-size: 4vw;
  text-align: justify;
  margin-top: 2vw;
}
.span{
  text-align: center!important;
}





.c_four h4 span{
  display: block;
  text-align: center;
  margin: 4vw auto 3vw;
  width: 100%;
  background-color: #D10000;
  padding: 3vw 0;
  font-size: 5vw;
  color: #FFFFFF;
  font-weight: bold;
}
.c_four h4{
  display: block;
  text-align: center;
  font-weight: 300;
  font-size: 3.5vw;
}




.c_company{
  display: block;
  width: 100%;
  margin: 0px auto 0;
  background-color: #002A53;
  background-image: url("../img/4086544_m.png");
  background-size: 100vw;
  background-repeat: no-repeat;
}
.c_company_nk{
  display: block;
  justify-content: space-between;
  width: 95%;
  margin: auto;
  padding: 10vw 0;
  color: #FFFFFF;
}
.c_company_left{
  display: block;
  width: 100%;
}
.c_company_left h1{
  display: block;
  font-size: 6vw;
  margin: 0 auto 0;
  text-align: center;
}
.c_company_left table{
  display: block;
}
.c_company_left tr{
  display: block;
  margin: 2vw 0;
}
.c_company_left th{
  margin-right: 0px;
  font-size: 4vw;
  width: 30vw;
}
.c_company_left td{
  pointer-events: none;
}
.c_company_right{
  display: block;
  width: auto;
}
.c_company_right h1{
  display: block;
  font-size: 6vw;
  margin: 3vw 0 0px 0;
  text-align: center;
}
.c_company_right h1 span{
  font-size: 4vw;
  margin-left: 2vw;
}
.tel{
  display: block;
  font-size: 7vw;
  pointer-events: none;
  width: 100%;
}
.tel span{
  font-size: 5vw;
  margin-right: 2vw;
  font-weight: bold;
}
.contact_nk{
  display: block;
  border: solid 1px #FFFFFF;
  padding: 3vw 0px;
  margin-top: 20px;
  text-align: center;
}






footer{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: hsla(212,100%,6%,1.00);
  overflow: hidden;
}

.footer_nk{
  display: block;
  width: 95%;
  margin: auto;
  padding: 8vw 0 0vw;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.footer_down{
  display: none;
  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: 8vw;
  text-align: center;
  color: #222222;
  font-size: 3vw;
  background-color: #E1E1E1;
  line-height: 8vw;
}




.main_view_sub{
  display: block;
  position: relative;
  width: 100%;
  height: 60vw;
  background-color: #ADADAD;
  background-image: url("../img/33294607_m.jpg");
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.main_view_sub_nk{
  text-align: center;
  line-height: 20vw;
  color: #FFFFFF;
  text-shadow: 0 0 10px gray;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: bold;
  font-size: 3.5vw;
}





.main_view_sub_content{
  display: block;
  width: 95%;
  max-width: 800px;
  margin: 0px auto;
  padding-bottom: 0px;
  padding-top: 10vw;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.main_view_sub_content h3{
  display: block;
  text-align: start;
  color: #222222;
  border-bottom: solid 2px #828282;
  font-size: 6vw;
}
.main_view_sub_content h5{
  color: #222222;
  font-size: 4vw;
}

.list span{
  display: block;
  font-size: 0.8rem;
}





.space{
  display: block;
  height: 10vw;
}

  
  
  
  
}




















































