@charset "UTF-8";
/* CSS Document */


html, body{
  padding: 0;
  margin: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-feature-settings: "palt";
  text-align: justify;
}

a{
  text-decoration: none;
  transition: 0.3s;
  opacity: 1;
}
a:hover{
  opacity: 0.6;
}



.jisseki_1{
  display: block!important;
}
.jisseki_1_sp{
  display: none!important;
}
.jisseki_2{
  display: block!important;
}
.jisseki_2_sp{
  display: none!important;
}


header{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  box-shadow: 0 0 5px gray;
  background-size: cover;
  background-position: center center;
  background-color: rgba(234, 57, 101, 0.9);
  background-blend-mode: multiply;
  -webkit-backdrop-filter: blur(10px);
  z-index: 999999;
}

.header_nk{
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: auto;
}
.header_left{
  display: block;
  width: 220px;
  height: 50px;
  margin-top: 18px;
  text-align: center;
  line-height: 50px;
}

.header_right{
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.header_right a{
  display: block;
  margin: 0 10px;
  color: #FFFFFF;
  font-weight: bold;
  text-shadow: 2px 2px 0 #3977CB;
}
.header_hum{
  display: none;
}




main{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.main_view{
  display: block;
  position: relative;
  top: 0px;
  left: 0;
  width: 100%;
  height: 65vw;
  z-index: -1;
  overflow: hidden;
  background-image: url("../img/top_img.jpg");
  background-size: cover;
  background-position: top center;
}
.top_girl{
  display: none;
  position: absolute;
  bottom: 0;
  right: 2%;
  width: 60vh;
  min-width: 500px;
  z-index: 10;
}
.top_img_bn{
  display: block;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  min-width: 1200px;
  max-width: 1500px;
  z-index: 200;
}
.top_uma{
  display: block;
  position: absolute;
  bottom: -15%;
  right: 8%;
  width: 35vw;
  min-width: 300px;
  max-width: 500px;
  z-index: 100;
}



.s_one{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #ECECEC;
  padding: 100px 0 200px;
   background-image: linear-gradient(0deg, transparent calc(100% - 1px), #FFFFFF calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #FFFFFF calc(100% - 1px));
  background-size: 40px 40px;
  background-repeat: repeat;
  background-position: center center;
  overflow: hidden;
}
.s_one_img{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1100px;
  height: auto;
  z-index: 1;
}

.c_one{
  display: block;
  position: relative;
  width: 1000px;
  margin: 0px auto;
  z-index: 1000;
}
.c_one h1{
  display: block;
  text-align: center;
  font-size: 50px;
  font-family: "Rampart One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FD648D;
  line-height: 0;
  width: 600px;
  margin: auto;
}
.c_one p{
  display: block;
  width: 800px;
  margin: 30px auto 0;
  font-size: 20px;
  padding: 30px;
  background-color: #FDFFED;
  border-radius: 20px;
  box-shadow: 10px 10px 0 #3977CB;
  border: solid 3px #FE3166;
}

.uma_gun{
  display: block;
  position: absolute;
  bottom: -20px;
  left: 46%;
  transform: translateX(-50%);
  width: 700px;
}




.s_two{
  display: block;
  width: 100%;
  height: auto;
  background-color: #84C6CC;
  padding: 100px 0;
   background-image: linear-gradient(0deg, transparent calc(100% - 1px), #B7E6E9 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #B7E6E9 calc(100% - 1px));
  background-size: 40px 40px;
  background-repeat: repeat;
  background-position: center center;
}
.c_two{
  display: block;
  position: relative;
  width: 1000px;
  margin: 0px auto;
  z-index: 1000;
}
.c_two h1{
  display: block;
  text-align: center;
  font-size: 50px;
  font-family: "Rampart One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1177D2;
  line-height: 0;
  width: 800px;
  margin: auto;
}
.c_two_flex{
  display: flex;
  justify-content: space-between;
  margin-top: -30px;
}
.c_two_flex_left{
  display: block;
  width: 350px;
  margin-top: 80px;
}
.c_two_flex_left h3{
  display: block;
  font-size: 13px;
  text-align: center;
  margin-top: 20px;
  color: #FFFFFF;
  text-shadow: 0 0 5px #F6336E;
}
.c_two_flex_left h3 span{
  display: block;
  font-size: 30px;
}
.pink_1{
  display: block;
  font-size: 25px;
  font-weight: bold;
  margin: 0px auto 10px;
  color: #FE3166;
  text-align: center;
}
.c_two p{
  display: block;
  width: 520px;
  margin: 80px 0 0 0;
  font-size: 20px;
  padding: 30px;
  background-color: #FDFFED;
  border-radius: 20px;
  box-shadow: 10px 10px 0 #3977CB;
  border: solid 3px #FE3166;
}

.jisseki{
  display: block;
  position: relative;
  margin: 100px auto 0;
  width: 800px;
}
.jisseki h2{
  display: block;
  text-align: center;
  font-size: 40px;
  font-family: "Rampart One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #003033;
  line-height: 70px;
  margin: -10px 0 20px -25px;
  width: 850px;
}
.jisseki img{
  display: block;
  margin: 40px auto 0;
}
.jisseki p{
  display: block;
  width: 720px;
  margin: 40px auto 0;
  z-index: 9999;
  font-size: 20px;
  padding: 30px;
  background-color: #FDFFED;
  border-radius: 20px;
  box-shadow: 10px 10px 0 #3977CB;
  border: solid 3px #FE3166;
}
.pink{
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin: 0px auto 10px;
  color: #FE3166;
  text-align: center;
}
.gray{
  display: block;
  font-size: 25px;
  font-weight: bold;
  margin: 0px auto 10px;
  color: #1D8289;
  text-align: center;
}

.jisseki_st{
  display: block;
  position: relative;
  margin: 50px auto 0;
  width: 800px;
}
.jisseki_st_flex{
  display: flex;
  justify-content: center;
  position: relative;
  margin: 20px auto 0;
  width: 800px;
}
.jisseki_st_flex img{
  display: block;
  width: 250px;
  margin: 0 15px;
}



.c_four{
  display: block;
  position: relative;
  width: 1000px;
  margin: 0px auto;
  z-index: 1000;
}
.c_four h1{
  display: block;
  text-align: center;
  font-size: 50px;
  font-family: "Rampart One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FD648D;
  line-height: 70px;
  margin-bottom: 20px;
  margin-top: -10px;
  width: 800px;
  margin: auto;
}
.c_four p{
  display: block;
  width: 800px;
  margin: 30px auto 0;
  font-size: 20px;
  padding: 30px;
  background-color: #FDFFED;
  border-radius: 20px;
  box-shadow: 10px 10px 0 #3977CB;
  border: solid 3px #FE3166;
}
.service{
  display: block;
  width: 850px;
  margin: 40px auto 0;
}



.s_three{
  display: block;
  width: 100%;
  height: auto;
  background-color: #ECECEC;
  padding: 100px 0;
   background-image: linear-gradient(0deg, transparent calc(100% - 1px), #FFFFFF calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #FFFFFF calc(100% - 1px));
  background-size: 40px 40px;
  background-repeat: repeat;
  background-position: center center;
}
.s_four{
  display: block;
  width: 100%;
  height: auto;
  background-color: #84C6CC;
  padding: 100px 0;
   background-image: linear-gradient(0deg, transparent calc(100% - 1px), #B7E6E9 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #B7E6E9 calc(100% - 1px));
  background-size: 40px 40px;
  background-repeat: repeat;
  background-position: center center;
}


.c_three{
  display: block;
  position: relative;
  width: 1000px;
  margin: 0px auto;
  z-index: 1000;
}
.c_three h1{
  display: block;
  text-align: center;
  font-size: 50px;
  font-family: "Rampart One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #003033;
  line-height: 0;
  padding-bottom: 30px;
  width: 800px;
  margin: auto;
}

.c_three_box{
  display: flex;
  position: relative;
  justify-content: space-between;
  margin: 20px auto 0;
  width: 1000px;
  height: 250px;
  background-color: #FDFFED;
  border-radius: 20px;
  box-shadow: 0px 0px 5px #3977CB;
  border: solid 3px #FE3166;
}
.point{
  display: block;
  position: absolute;
  top: 50%;
  left: 150px;
  transform: translateY(-50%);
  width: 100px;
  opacity: 0.8;
}
.c_three_box_left{
  display: block;
  width: 400px;
  background-size: cover;
  background-position: center center;
  border-radius: 16px 0px 0px 16px;
}
.left_phot1{
  background-image: url("../img/27951466_s.jpg");
}
.left_phot2{
  background-image: url("../img/left_2.jpg");
  background-size: 120%;
}
.left_phot3{
  background-image: url("../img/keibajo.png");
}
.c_three_box_right{
  display: block;
  width: 500px;
  padding: 40px;
}
.c_three_box_right h2{
  display: block;
  line-height: 0;
  font-size: 20px;
  color: #FF3771;
  margin-bottom: 20px;
  margin-top: 5px;
}
.shimekiri{
  display: block;
  width: 800px;
  margin: 50px auto 0;
}






.contact_st{
  display: block;
  width: 100%;
  height: auto;
  padding: 60px 0;
  background-color: #FFFFFF;
}

.contact{
  display: block;
  width: 500px;
  margin: 0;
}
.contact h1{
  display: block;
  color: #3977CB;
  font-size: 50px;
  margin-top: 0px;
  margin-left: -120px;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-style: normal;
  line-height: 0;
}
.contact h1 span{
  display: inline-block;
  font-size: 14px;
  margin-left: 20px;
}


.contact_nk{
  display: block;
  width: 500px;
  height: auto;
  margin: auto;
/*
  border: solid 3px #131313;
  border-radius: 0px;
  background-color: #EEEEE2;
*/
  text-align: start;
  padding: 0px 0;
}
.tel{
  font-size: 35px;
  font-weight: bold;
  color: #131313;
}
.tel span{
  font-size: 18px;
  color: #454545;
}
.main_contact_uktk{
  display: block;
  margin: 0;
  width: 400px;
  background-color: #131313;
  padding: 5px 0;
  color: #EEEEE1;
  text-align: center;
}







footer{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  overflow: hidden;
}

.footer_nk{
  display: flex;
  justify-content: space-between;
  width: 800px;
  margin: auto;
  padding: 60px 0;
}
.footer_up{
  display: block;
  width: auto;
  height: auto;
  margin: 0px 0;
}
.footer_up img{
  display: block;
  width: 250px;
  margin-left: -40px;
  margin-top: 30px;
}
.footer_down{
  display: block;
  justify-content: center;
  margin: 20px auto 0;
}
.footer_down a{
  display: block;
  margin: 0 10px;
  color: #222222;
  text-align: end;
  width: 200px;
  font-size: 13px;
}


.footer_under{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  text-align: center;
  color: #FFFFFF;
  font-size: 10px;
  background-color: #3977CB;
  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/keibajo.png");
  background-size: cover;
  background-position: center center;
  color: #FFFFFF;
  text-shadow: 3px 3px 0 #1177D2;
}



.sub_cross_bg{
  display: block;
  width: 100%;
  height: auto;
  background-color: #ECECEC;
  padding: 50px 0;
   background-image: linear-gradient(0deg, transparent calc(100% - 1px), #FFFFFF calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #FFFFFF calc(100% - 1px));
  background-size: 40px 40px;
  background-repeat: repeat;
  background-position: center center;
}




.main_view_sub_content{
  display: block;
  width: 95%;
  max-width: 800px;
  margin: 0px 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: #E3E3E3;
}
.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: #4D4D4D;
  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: 850px) {
	/* 600px以下に適用されるCSS（スマホ用） */

header{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  box-shadow: 0 0 5px gray;
  background-size: cover;
  background-position: center center;
  background-color: rgba(234, 57, 101, 0.9);
  background-blend-mode: multiply;
  -webkit-backdrop-filter: blur(10px);
  z-index: 999998;
}

.header_nk{
  display: block;
  justify-content: space-between;
  width: 95%;
  margin: auto;
}
.header_left{
  display: block;
  position: relative;
  width: 150px;
  height: auto;
  margin-top: 15px;
  text-align: justify;
  z-index: 999999;
  overflow: visible;
}
  .header_left a img{
    display: block;
    margin: 0;
  }

.header_right{
  display: none;
  justify-content: space-between;
  margin-top: 4vw;
}
.header_right a{
  display: block;
  margin: 0 10px;
  color: #FFFFFF;
  font-weight: bold;
  text-shadow: 2px 2px 0 #3977CB;
}
  
  
  
.header_hum{
  display: block;
}
  
.header_hum ul {
  display: block;
  position: relative;
  top: -15px;
  left: -25px;
  width: 110vw;
    height: 0;
  padding: 0;
    overflow: hidden;
    transition: .3s;
    list-style:none;
    background-color: #FF5294;
  z-index: 999999;
}
.header_hum li a{
    padding: 8px;
    font-size: 16px;
    color: #FFFFFF;
    display: block;
    text-align: center;
    text-decoration: none;
}
.hamburger {
    position: absolute;
    top: 10px;
    right: 30px;
    cursor: pointer;
    width: 28px;
    height: 20px;
    z-index: 10;
}
.hamburger span{
    /*3本の線を作る*/
    transition: all .3s;
    position: absolute;
    height: 2px;
    background-color: #FFFFFF;
    width:100%;
    z-index: 10;
}
.hamburger span:nth-of-type(1) {
    /*上の線の位置*/
    top: 10px;
}
.hamburger span:nth-of-type(2) {
    /*真ん中の線の位置*/
    top: 16px;
}
.hamburger span:nth-of-type(3) {
    /*下の線の位置*/
    top: 22px;
}
.hamburger.open span:nth-of-type(1) {
    /*openのとき、上の線を右斜めにする*/
    top: 10px;
    transform: translateY(6px) rotate(-33deg);
}
.hamburger.open span:nth-of-type(2) {
    /*真ん中の線を消す*/
    opacity: 0;
}
.hamburger.open span:nth-of-type(3) {
    /*下の線を左斜めにする*/
    top: 22px;
    transform: translateY(-6px) rotate(33deg);
}


  
  
}












@media screen and (max-width: 600px) {
	/* 600px以下に適用されるCSS（スマホ用） */
  
  
  
.jisseki_1{
  display: none!important;
}
.jisseki_1_sp{
  display: block!important;
}
.jisseki_2{
  display: none!important;
}
.jisseki_2_sp{
  display: block!important;
}
  
  

header{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 15vw;
  box-shadow: 0 0 5px gray;
  background-size: cover;
  background-position: center center;
  background-color: rgba(234, 57, 101, 0.9);
  background-blend-mode: multiply;
  -webkit-backdrop-filter: blur(10px);
  z-index: 999998;
}

.header_nk{
  display: block;
  justify-content: space-between;
  width: 95%;
  margin: auto;
}
.header_left{
  display: block;
  position: relative;
  width: 40vw;
  height: auto;
  margin-top: 4vw;
  text-align: justify;
  z-index: 999999;
  overflow: visible;
}
  .header_left a img{
    display: block;
    margin: 0;
  }

.header_right{
  display: none;
  justify-content: space-between;
  margin-top: 4vw;
}
.header_right a{
  display: block;
  margin: 0 10px;
  color: #FFFFFF;
  font-weight: bold;
  text-shadow: 2px 2px 0 #3977CB;
}
  
  
  
.header_hum{
  display: block;
}
  
.header_hum ul {
  display: block;
  position: relative;
  top: -2vw;
  left: -5vw;
  width: 110vw;
    height: 0;
  padding: 0;
    overflow: hidden;
    transition: .3s;
    list-style:none;
    background-color: #FF5294;
  z-index: 999999;
}
.header_hum li a{
    padding: 8px;
    font-size: 16px;
    color: #FFFFFF;
    display: block;
    text-align: center;
    text-decoration: none;
}
.hamburger {
    position: absolute;
    top: 4vw;
    right: 6vw;
    cursor: pointer;
    width: 32px;
    height: 24px;
    z-index: 10;
}
.hamburger span {
    /*3本の線を作る*/
    transition: all .3s;
    position: absolute;
    height: 2px;
    background-color: #FFFFFF;
    width:100%;
    z-index: 10;
}
.hamburger span:nth-of-type(1) {
    /*上の線の位置*/
    top: 1vw;
}
.hamburger span:nth-of-type(2) {
    /*真ん中の線の位置*/
    top: 3.5vw;
}
.hamburger span:nth-of-type(3) {
    /*下の線の位置*/
    top: 6vw;
}
.hamburger.open span:nth-of-type(1) {
    /*openのとき、上の線を右斜めにする*/
    top: 10px;
    transform: translateY(6px) rotate(-33deg);
}
.hamburger.open span:nth-of-type(2) {
    /*真ん中の線を消す*/
    opacity: 0;
}
.hamburger.open span:nth-of-type(3) {
    /*下の線を左斜めにする*/
    top: 22px;
    transform: translateY(-6px) rotate(33deg);
}





main{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.main_view{
  display: block;
  position: relative;
  top: 0px;
  left: 0;
  width: 100%;
  height: 115vw;
  z-index: -1;
  overflow: hidden;
  background-image: url("../img/top_img.jpg");
  background-size: 178%;
  background-position: top center;
}



.s_one{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #ECECEC;
  padding: 10vw 0 40vw;
   background-image: linear-gradient(0deg, transparent calc(100% - 1px), #FFFFFF calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #FFFFFF calc(100% - 1px));
  background-size: 40px 40px;
  background-repeat: repeat;
  background-position: center center;
  overflow: hidden;
}
.s_one_img{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1100px;
  height: auto;
  z-index: 1;
}

.c_one{
  display: block;
  position: relative;
  width: 95%;
  margin: 0px auto;
  z-index: 1000;
}
.c_one h1{
  display: block;
  text-align: center;
  font-family: "Rampart One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FD648D;
  line-height: 0;
  width: 95vw;
  margin: auto;
}
.c_one p{
  display: block;
  width: auto;
  margin: 3vw auto 0;
  font-size: 4.5vw;
  padding: 5vw;
  background-color: #FDFFED;
  border-radius: 20px;
  box-shadow: 5px 5px 0 #3977CB;
  border: solid 3px #FE3166;
}

.uma_gun{
  display: block;
  position: absolute;
  bottom: -5vw;
  left: 40%;
  transform: translateX(-50%);
  width: 120vw;
}




.s_two{
  display: block;
  width: 100%;
  height: auto;
  background-color: #84C6CC;
  padding: 10vw 0;
   background-image: linear-gradient(0deg, transparent calc(100% - 1px), #B7E6E9 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #B7E6E9 calc(100% - 1px));
  background-size: 40px 40px;
  background-repeat: repeat;
  background-position: center center;
}
.c_two{
  display: block;
  position: relative;
  width: 95%;
  margin: 0px auto;
  z-index: 1000;
}
.c_two h1{
  display: block;
  text-align: center;
  font-size: 50px;
  font-family: "Rampart One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1177D2;
  line-height: 0;
  width: 100%;
  margin: auto;
}
.c_two_flex{
  display: block;
  justify-content: space-between;
  margin-top: -30px;
}
.c_two_flex_left{
  display: block;
  width: 100%;
  margin-top: 10vw;
}
.c_two_flex_left h3{
  display: block;
  font-size: 4vw;
  text-align: center;
  margin-top: 20px;
  color: #FFFFFF;
  text-shadow: 0 0 5px #F6336E;
}
.c_two_flex_left h3 span{
  display: block;
  font-size: 10vw;
}
.pink_1{
  display: block;
  font-size: 6vw;
  font-weight: bold;
  margin: 0px auto 10px;
  color: #FE3166;
  text-align: center;
}
.c_two p{
  display: block;
  width: auto;
  margin: 3vw auto 0;
  font-size: 4.5vw;
  padding: 5vw;
  background-color: #FDFFED;
  border-radius: 20px;
  box-shadow: 5px 5px 0 #3977CB;
  border: solid 3px #FE3166;
}

.jisseki{
  display: block;
  position: relative;
  margin: 0vw auto 0;
  width: 100%;
}
.jisseki h2{
  display: block;
  text-align: center;
  font-size: 40px;
  font-family: "Rampart One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #003033;
  line-height: 70px;
  margin: 5vw auto 0;
  width: 100%;
}
.jisseki img{
  display: block;
  margin: 5vw auto 0;
}
.jisseki p{
  display: block;
  width: auto;
  margin: 3vw auto 0;
  font-size: 4.5vw;
  padding: 5vw;
  background-color: #FDFFED;
  border-radius: 20px;
  box-shadow: 5px 5px 0 #3977CB;
  border: solid 3px #FE3166;
}
.pink{
  display: block;
  font-size: 6vw;
  font-weight: bold;
  margin: 0px auto 10px;
  color: #FE3166;
  text-align: center;
}
.gray{
  display: block;
  font-size: 4.5vw;
  font-weight: bold;
  margin: 0px auto 10px;
  color: #1D8289;
  text-align: center;
}

.jisseki_st{
  display: block;
  position: relative;
  margin: 5vw auto 0;
  width: 100%;
}
.jisseki_st_flex{
  display: block;
  justify-content: center;
  position: relative;
  margin: 0 auto 0;
  width: 100%;
}
.jisseki_st_flex img{
  display: block;
  width: 80%;
  margin: 0 auto 3vw;
}



.c_four{
  display: block;
  position: relative;
  width: 95%;
  margin: 0px auto;
  z-index: 1000;
}
.c_four h1{
  display: block;
  text-align: center;
  font-size: 50px;
  font-family: "Rampart One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #FD648D;
  line-height: 0px;
  margin-bottom: 5vw;
  margin-top: -10px;
  width: 100%;
  margin: auto;
}
.c_four p{
  display: block;
  width: auto;
  margin: 3vw auto 0;
  font-size: 4.5vw;
  padding: 5vw;
  background-color: #FDFFED;
  border-radius: 20px;
  box-shadow: 5px 5px 0 #3977CB;
  border: solid 3px #FE3166;
}
.service{
  display: block;
  width: 100%;
  margin: 5vw auto 0;
}



.s_three{
  display: block;
  width: 100%;
  height: auto;
  background-color: #ECECEC;
  padding: 10vw 0;
   background-image: linear-gradient(0deg, transparent calc(100% - 1px), #FFFFFF calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #FFFFFF calc(100% - 1px));
  background-size: 40px 40px;
  background-repeat: repeat;
  background-position: center center;
}
.s_four{
  display: block;
  width: 100%;
  height: auto;
  background-color: #84C6CC;
  padding: 10vw 0;
   background-image: linear-gradient(0deg, transparent calc(100% - 1px), #B7E6E9 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #B7E6E9 calc(100% - 1px));
  background-size: 40px 40px;
  background-repeat: repeat;
  background-position: center center;
}


.c_three{
  display: block;
  position: relative;
  width: 95%;
  margin: 0px auto;
  z-index: 1000;
}
.c_three h1{
  display: block;
  text-align: center;
  font-size: 50px;
  font-family: "Rampart One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #003033;
  line-height: 0;
  padding-bottom: 0px;
  width: 100%;
  margin: auto;
}

.c_three_box{
  display: block;
  position: relative;
  justify-content: space-between;
  margin: 3vw auto 0;
  width: 100%;
  height: auto;
  background-color: #FDFFED;
  border-radius: 20px;
  box-shadow: 0px 0px 5px #3977CB;
  border: solid 3px #FE3166;
}
.point{
  display: block;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  width: 20vw;
  opacity: 0.8;
  z-index: 1000;
}
.c_three_box_left{
  display: block;
  position: relative;
  width: 100%;
  height: 70vw;
  background-size: cover;
  background-position: center center;
  border-radius: 16px 16px 0px 0px;
}
.left_phot1{
  background-image: url("../img/27951466_s.jpg");
}
.left_phot2{
  background-image: url("../img/left_2.jpg");
  background-size: 120%;
}
.left_phot3{
  background-image: url("../img/keibajo.png");
}
.c_three_box_right{
  display: block;
  width: 90%;
  padding: 5vw;
}
.c_three_box_right h2{
  display: block;
  line-height: 0;
  font-size: 4.5vw;
  color: #FF3771;
  margin: 3vw auto 5vw;
  text-align: center;
}
.shimekiri{
  display: block;
  width: 100%;
  margin: 5vw auto 0;
}






.contact_st{
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0;
  background-color: #FFFFFF;
}

.contact{
  display: block;
  width: 100%;
  margin: auto;
}
.contact h1{
  display: block;
  color: #3977CB;
  font-size: 10vw;
  margin: 0 auto 5vw;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-style: normal;
  line-height: 0;
}
.contact h1 span{
  display: inline-block;
  font-size: 5vw;
  margin-left: 0px;
}


.contact_nk{
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
/*
  border: solid 3px #131313;
  border-radius: 0px;
  background-color: #EEEEE2;
*/
  text-align: start;
  padding: 0px 0;
}
.tel{
  font-size: 8vw;
  font-weight: bold;
  color: #131313;
  text-align: center;
}
.tel span{
  font-size: 3vw;
  color: #454545;
}
.main_contact_uktk{
  display: block;
  margin: 0;
  width: 100%;
  background-color: #131313;
  padding: 5px 0;
  color: #EEEEE1;
  text-align: center;
  font-size: 3.5vw;
}







footer{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  overflow: hidden;
}

.footer_nk{
  display: block;
  justify-content: space-between;
  width: 95%;
  margin: auto;
  padding: 20vw 0;
}
.footer_up{
  display: block;
  width: auto;
  height: auto;
  margin: 0px 0;
}
.footer_up img{
  display: block;
  width: 40%;
  margin: 5vw auto 0;
}
.footer_down{
  display: block;
  justify-content: center;
  margin: 5vw auto 0;
}
.footer_down a{
  display: block;
  margin: auto;
  color: #222222;
  text-align: center;
  width: 100%;
  font-size: 4vw;
}


.footer_under{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  text-align: center;
  color: #FFFFFF;
  font-size: 10px;
  background-color: #3977CB;
  line-height: 30px;
}




.main_view_sub{
  display: block;
  width: 100%;
  height: 40vw;
  background-color: #CDCDCD;
  text-align: center;
  line-height: 45vw;
  background-image: url("../img/keibajo.png");
  background-size: cover;
  background-position: center center;
  color: #FFFFFF;
  text-shadow: 3px 3px 0 #1177D2;
  font-size: 4vw;
}



.sub_cross_bg{
  display: block;
  width: 100%;
  height: auto;
  background-color: #ECECEC;
  padding: 10vw 0;
   background-image: linear-gradient(0deg, transparent calc(100% - 1px), #FFFFFF calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #FFFFFF calc(100% - 1px));
  background-size: 40px 40px;
  background-repeat: repeat;
  background-position: center center;
}




.main_view_sub_content{
  display: block;
  width: 95%;
  max-width: 800px;
  margin: 0px auto;
  padding-bottom: 5vw;
  padding-top: 5vw;
}
.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 0px 0;
}
.company{
  display: block;
  width: 95%;
  margin: auto;
}
.company table{
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0px auto 0;
  padding: 0px;
  background-color: #E3E3E3;
}
.company table tr{
  width: 104%;
  display: block;
  padding: 5px;
}
.company table tr th{
  display: block;
  width: 100%;
  text-align: center;
  padding-left: 0px;
  height: 10vw;
  background-color: #4D4D4D;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 10vw;
}
.company table tr td{
  display: block;
  width: 100%;
  text-align: center;
  padding-left: 0px;
  height: 10vw;
  background-color: #FFFFFF;
  color: #2D2D2D;
  font-weight: 500;
  text-decoration: none!important;
  font-size: 3.5vw;
  line-height: 10vw;
}
  
  
  
}























































