@charset "UTF-8";
/* CSS Document */


html, body{
  padding: 0;
  margin: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  background-color: #F7F1ED;
  font-feature-settings: "palt";
  text-align: justify;
}

a{
  text-decoration: none;
}





header{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  box-shadow: 0 0 5px gray;
  background-color: #F5EDE6;
  z-index: 999999;
}

.header_nk{
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: auto;
}
.header_left{
  display: block;
  width: 60px;
  height: 30px;
  margin-top: 8px;
  text-align: center;
  line-height: 30px;
}

.header_right{
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.header_right a{
  display: block;
  margin: 0 10px;
  color: #A20000;
  font-weight: bold;
}
.header_right a:nth-child(4){
  display: block;
  width: 150px;
  height: 60px;
  background-color: #A20000;
  color: #FFFFFF;
  margin: -15px 0 0 0;
  text-align: center;
  line-height: 60px;
  margin-left: 15px;
}
.header_under{
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #311D00;
}




main{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.main_view{
  display: block;
  position: relative;
  width: 100%;
  height: 600px;
  background-color: #ADADAD;
  z-index: 1000;
  background-image: url("../img/top_bg.jpg");
  background-size: cover;
  background-position: center center;
}
.main_view::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -100px;
  transform: translateX(-50%);
  width: 140%;
  height: 180px;
  background: #F7F1ED; /* 次のセクションと同じ色 */
  border-radius: 50% 50% 0 0;
}
.main_view img{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
}




.c_one{
  display: block;
  position: relative;
  width: 1000px;
  margin: 30px auto 100px;
  z-index: 2000;
}
.c_one h1{
  display: block;
  text-align: center;
  font-size: 30px;
  color: hsla(0,100%,32%,1.00);
}

.c_one_flex{
  display: flex;
  justify-content: space-between;
  width: 1000px;
  padding: 30px 0 0 0;
}
.c_one_left{
  display: block;
  width: 450px;
  height: auto;
  background-color: hsla(0,0%,90%,1.00);
  background-image: url("../img/c_one_left.jpg");
  background-size: 220%;
  background-position: 40% 50%;
}


.c_one p{
  display: block;
  width: 500px;
  margin: 0px auto 0;
  font-size: 18px;
  line-height: 30px;
}



.main_phot1{
  display: block;
  width: 100%;
  height: 20vw;
  background-color: #B4B4B4;
  background-image: url("../img/top_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.main_phot2{
  display: block;
  width: 100%;
  height: 20vw;
  background-color: #B4B4B4;
  background-image: url("../img/top_bg.jpg");
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}





.c_two{
  display: block;
  position: relative;
  width: 1000px;
  margin: 100px auto 100px;
  z-index: 2000;
}
.c_two h1{
  display: block;
  text-align: center;
  font-size: 30px;
  color: #FFFFFF;
  background-color: hsla(0,100%,32%,1.00);
  border-radius: 100px;
  padding: 10px 0;
}

.c_two_flex{
  display: flex;
  justify-content: space-between;
  width: 1000px;
  padding: 30px 0 0 0;
}
.c_two_left{
  display: block;
  width: 475px;
}
.c_two_left_phot{
  display: block;
  width: 475px;
  height: 300px;
  background-color: #E7E7E7;
  margin: 0 auto 30px;
  background-image: url("../img/c_two_left.jpeg");
  background-size: cover;
  background-position: center center;
}
.c_two_left h2{
  display: block;
  margin: 0;
  text-align: center;
  color: hsla(0,100%,32%,1.00);
}
.c_two_right{
  display: block;
  width: 475px;
}
.c_two_right_phot{
  display: block;
  width: 475px;
  height: 300px;
  background-color: #E7E7E7;
  margin: 0 auto 30px;
  background-image: url("../img/c_two_right.png");
  background-size: cover;
  background-position: center center;
}
.c_two_right h2{
  display: block;
  margin: 0;
  text-align: center;
  color: hsla(0,100%,32%,1.00);
}
.c_two p{
  display: block;
  margin: 30px auto 0;
  font-size: 18px;
  line-height: 30px;
}







.c_three{
  display: block;
  position: relative;
  width: 1000px;
  margin: 100px auto 100px;
  z-index: 2000;
}
.c_three h1{
  display: block;
  text-align: center;
  font-size: 30px;
  color: hsla(0,100%,32%,1.00);
}
.c_three h2{
  display: block;
  text-align: center;
  font-size: 70px;
  margin: auto;
  color: hsla(0,100%,16%,1.00);
  background:linear-gradient(transparent 60%, #ff6 60%);
  font-weight: 800;
}
.h3dayo{
  display: block;
  text-align: center;
  font-size: 50px;
  margin: auto;
  color: hsla(0,100%,16%,1.00);
  background:linear-gradient(transparent 60%, #ff6 60%);
  font-weight: 800;
}
.c_three_flex{
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0;
}
.c_three_left{
  display: block;
  width: 475px;
}
.c_three_left p{
  display: block;
  margin: 0px auto 0;
  font-size: 18px;
  line-height: 30px;
}
.c_three_right{
  display: block;
  position: relative;
  width: 475px;
  background-color: hsla(0,0%,92%,1.00);
  background-image: url("../img/c_three.jpg");
  background-size: 180%;
  background-position: -0% 10%;
}
.c_three_right span{
  display: block;
  position: absolute;
  bottom: -30px;
  right: 0;
}


.c_three_down{
  display: flex;
  justify-content: space-between;
  margin: 100px auto 0;
}
.c_three_down_left{
  display: block;
  position: relative;
  width: 475px;
  height: auto;
  background-color: hsla(0,0%,80%,1.00);
  background-image: url("../img/c_three_down.jpeg");
  background-size: cover;
  background-position: center center;
}
.c_three_down_left p{
  display: block;
  position: absolute;
  color: #FFFFFF;
  bottom: 10px;
  left: 30px;
  font-size: 20px;
}
.c_three_down_right{
  display: block;
  width: 475px;
}
.c_three_down_right h3{
  display: block;
  margin: 0;
  font-size: 25px;
  text-align: center;
  color: #FFFFFF;
  background-color: hsla(0,100%,32%,1.00);
  padding: 10px 0;
}
.ctdr_box{
  display: block;
  margin: 10px auto 0;
}
.p1{
  display: block;
  text-align: center;
  background-color: hsla(0,0%,7%,1.00);
  color: #FFFFFF;
  padding: 5px 0;
  margin: auto;
}
.p2{
  display: block;
  text-align: center;
  background-color: #8C0000;
  color: #FFFFFF;
  padding: 5px 0;
  margin: auto;font-weight: bold;
  font-size: 18px;
}
.p3{
  display: block;
  font-size: 14px;
  margin: 5px auto 0;
}


















.contact_st{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 60px 0;
  background-color: #A3A3A3;
  background-image: url("../img/bokujou.jpg");
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.contact_bg{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  background-color: hsla(0,0%,0%,1.00);
  opacity: 0.6;
}
.contact_flex{
  display: flex;
  position: relative;
  width: 1000px;
  justify-content: space-between;
  margin: auto;
}

.contact{
  display: block;
  width: 800px;
}
.contact h1{
  display: block;
  color: #EEEEE1;
  font-size: 35px;
  margin-top: 0px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-style: normal;
  margin: 0;
}
.contact h1 span{
  font-size: 20px;
  margin-left: 20px;
}


.contact_nk{
  display: block;
  height: auto;
  padding: 0px 0;
}
.tel{
  font-size: 55px;
  font-weight: bold;
  color: #EEEEE1;
}
.main_contact_uktk{
  display: block;
  margin: auto;
  padding: 5px 0;
  color: #EEEEE1;
}

.contact_link{
  display: block;
  margin-top: 90px;
}
.contact_link a{
  display: block;
  text-align: end;
  color: #EEEEE1;
}






footer{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #3A3A3A;
}


.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/sora.jpg");
  background-size: cover;
  background-position: center center;
  color: #FFFFFF;
}





.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;
}
.company table tr{
  width: 100%;
  display: block;
  padding: 5px;
}
.company table tr th{
  width: 200px;
  text-align: justify;
  padding-left: 20px;
  height: 60px;
  color: #A20000;
  font-weight: bold;
  border-bottom: solid 1px hsla(0,100%,32%,1.00);
}
.company table tr td{
  width: 537px;
  text-align: justify;
  padding-left: 20px;
  height: 60px;
  color: #2D2D2D;
  font-weight: 500;
  text-decoration: none!important;
  border-bottom: solid 1px hsla(0,0%,64%,1.00);
}

































































