@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;
  color: #00424B;
}

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: #FFFFFF;
  z-index: 999999;
}

.header_nk{
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: auto;
}
.header_left{
  display: block;
  width: 350px;
  height: 30px;
  margin-top: 13px;
  text-align: center;
  line-height: 30px;
}
.header_left a{
  transition: 0.3s;
  opacity: 1;
}
.header_left a:hover{
  opacity: 0.6;
}

.header_right{
  display: block;
}







/*ハンバーガーメニュー*/
.hamburger-menu {
  width: 50px;
  height: 50px;
  position: relative;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
}
.hamburger-menu__bar {
  display: inline-block;
  width: 44%;
  height: 2px;
  background-color: #FD8B00;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
  margin-top: 5px;
}
.hamburger-menu__bar:first-child {
  top: 16px;
}
.hamburger-menu__bar:nth-child(2) {
  top: 24px;
}
.hamburger-menu__bar:last-child {
  top: 32px;
}
.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}
.navigation {
  display: none;
  background-color: #FFF4D6;
  position: absolute;
  top: 60px;
  right: 0;
  width: 100%;
  z-index: 9999;
}
.navigation__list {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation__list-item {
  border-bottom: solid 1px #FD8B00;
}
.navigation__list-item:first-child {
  border-top: solid 1px #FD8B00;
}
.navigation__link {
  color: #FD8B00;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 24px 0;
  transition: .5s;
}
@media (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    background: #FFFFFF;
  }
}






main{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.main_view{
  display: block;
  position: relative;
  width: 100%;
  height: 70vw;
  background-color: #ADADAD;
  background-image: url("../img/main_img.jpg");
  background-size: cover;
  background-position: center center;
}

.main_view h1{
  display: block;
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: auto;
  font-size: 4vw;
  color: #FBDB92;
  text-shadow: 2px 2px 0px #FD8B00;
}
.main_view h1 span{
  display: block;
  font-size: 7vw;
}


.c_one{
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 100px auto;
}
.c_one_left{
  display: block;
  width: 450px;
  height: 300px;
  background-color: #E8E8E8;
  background-image: url("../img/c_one_left_img.jpg");
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
}
.c_one h1{
  display: block;
  text-align: justify;
  font-size: 30px;
}
.c_one p{
  display: block;
  width: 500px;
  margin: 40px auto 0;
  font-size: 20px;
}

.c_one a{
  display: block;
  background-color: #FD8A00;
  margin: 30px 0px 0 200px;
  width: 300px;
  height: 50px;
  border-radius: 10px;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
  box-shadow: 2px 2px 5px gray;
  transition: 0.3s;
}
.c_one a:hover{
  box-shadow: 0px 0px 2px gray;
}



.c_two{
  display: flex;
  justify-content: space-between;
  width: 1000px;
  margin: 100px auto;
}
.c_two_right{
  display: block;
  width: 450px;
  height: 300px;
  background-color: #E8E8E8;
  background-image: url("../img/event_service.jpg");
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
}
.c_two h1{
  display: block;
  text-align: justify;
  font-size: 30px;
}
.c_two p{
  display: block;
  width: 500px;
  margin: 40px auto 0;
  font-size: 20px;
}

.c_two a{
  display: block;
  background-color: #FD8A00;
  margin: 30px 0px 0 200px;
  width: 300px;
  height: 50px;
  border-radius: 10px;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
  box-shadow: 2px 2px 5px gray;
  transition: 0.3s;
}
.c_two a:hover{
  box-shadow: 0px 0px 2px gray;
}




.c_three{
  display: block;
  width: 1000px;
  margin: 0px auto 100px;
}
.c_three h1{
  display: block;
  text-align: center;
  font-size: 30px;
}
.c_three_flex{
  display: flex;
  justify-content: space-between;
  margin: 50px auto 0;
}
.c_three_flex_box{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 310px;
  height: auto;
  background-color: #FFF4DA;
  border-radius: 10px;
  overflow: hidden;
}
.c_three_box_phot{
  display: block;
  width: 100%;
  height: 200px;
  background-size: cover;
  background-position: center center;
}
.c_t_p1{
  background-image: url("../img/miting.jpg");
}
.c_t_p2{
  background-image: url("../img/design_services.jpg");
}
.c_t_p3{
  background-image: url("../img/contact.jpg");
}



.c_three_flex_box span{
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #774000;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  text-align: center;
  line-height: 60px;
  color: #FFFFFF;
  font-size: 20px;
}
.c_three_flex_box h2{
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  background-color: #813D00;
  text-align: center;
  font-size: 20px;
  color: #FFFFFF;
  padding: 10px 0;
}
.c_three_flex_box p{
  display: block;
  padding: 0px 20px;
}

.c_three a{
  display: block;
  background-color: #FD8A00;
  margin: 50px auto 0;
  width: 400px;
  height: 50px;
  border-radius: 10px;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
  box-shadow: 2px 2px 5px gray;
  transition: 0.3s;
}
.c_three a:hover{
  box-shadow: 0px 0px 2px gray;
}




.main_phot1{
  display: block;
  width: 100%;
  height: 300px;
  background-color: #B4B4B4;
  background-image: url("../img/bg1.jpg");
  background-size: cover;
  background-position: center center;
}
.main_phot2{
  display: block;
  width: 100%;
  height: 300px;
  background-color: #B4B4B4;
}




.contact_st{
  display: block;
  width: 100%;
  height: auto;
  padding: 60px 0;
  background-color: #FFF4D8;
}

.contact{
  display: block;
  width: 1000px;
  margin: auto;
}
.contact h1{
  display: block;
  color: #00424B;
  font-size: 30px;
  margin-top: 0px;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-style: normal;
}
.contact h1 span{
  display: block;
  font-size: 14px;
}


.contact_nk{
  display: block;
  width: 500px;
  height: auto;
  margin: auto;
  border: solid 3px #00424B;
  border-radius: 0px;
  background-color: #F6E0B6;
  text-align: center;
  padding: 30px 0;
}
.tel{
  font-size: 35px;
  font-weight: bold;
  color: #E06432;
}
.tel span{
  font-size: 18px;
  color: #E06432;
}
.main_contact_uktk{
  display: block;
  margin: auto;
  width: 400px;
  background-color: #00424B;
  padding: 5px 0;
  color: #EEEEE1;
}







footer{
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
  background-color: #8C3800;
  overflow: hidden;
}

.footer_nk{
  display: block;
  width: 1000px;
  margin: auto;
  padding: 60px 0;
}
.footer_up{
  display: block;
  width: 500px;
  height: 80px;
  background-color: #FFFFFF;
  margin: 0px auto 0;
  text-align: center;
  line-height: 100px;
  padding: 10px 30px 0;
}
.footer_down{
  display: flex;
  justify-content: center;
  margin: 40px auto 0;
}
.footer_down a{
  display: block;
  margin: 0 0px;
  color: #FFFFFF;
  padding: 0 20px;
  border-left: solid 1px #FFFFFF;
  text-decoration: none;
}
.footer_down a:nth-child(5){
  border-right: solid 1px #FFFFFF;
}
.footer_down a:hover{
  text-decoration: underline;
}


.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;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: #E1FCFE;
  background-image: url("../img/sub_main_img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 100;
}
.main_view_sub h1{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  font-size: 50px;
  color: #FBDB92;
  text-shadow: 2px 2px 0px #FD8B00;
}

.flow_one{
  display: block;
  width: 100%;
  height: auto;
}
.flow_one h1{
  display: block;
  width: 600px;
  margin: auto;
  font-size: 30px;
  text-align: center;
  margin-top: 60px;
}

.flow_list{
  display: block;
  width: 1000px;
  height: auto;
  padding: 60px 0;
  background-color: #FFF4D6;
  margin: 0px auto 0px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px gray;
}
.top_f_list{
  margin-top: 50px;
}
.last_f_list{
  margin-bottom: 100px;
}

.flow_flex{
  display: flex;
  justify-content: space-between;
  width: 800px;
  height: auto;
  margin: auto;
}
.flow_left{
  display: block;
  position: relative;
  width: 400px;
  height: 200px;
  margin: 10px;
  background-size: cover;
  background-position: center center;
}
.flow_left p{
  display: block;
}

.flow_right{
  display: block;
  width: 350px;
  background-color: #EDEDED;
  background-size: cover;
  background-position: center center;
}
.flow_box1{
  background-image: url("../img/miting.jpg");
}
.flow_box2{
  background-image: url("../img/satsuei.jpg");
}
.flow_box3{
  background-image: url("../img/design_services.jpg");
}
.flow_box4{
  background-image: url("../img/kakunin.jpg");
}
.flow_box5{
  background-image: url("../img/main_img.jpg");
}
.flow_box6{
  background-image: url("../img/nouhin.jpg");
}
.flow_box7{
  background-image: url("../img/contact.jpg");
}

.sankaku{
  display: block;
  width: 60px;
  margin: 20px auto;
}





.system_list{
  display: block;
  width: 100%;
  height: auto;
  margin: 50px auto 0;
}

.system_list_box{
  display: flex;
  position: relative;
  width: 800px;
  height: 60px;
  margin: -1px auto 0;
  border: solid 1px #993100;
  color: #222222;
}
.l_box_one .l_title{
  display: block;
  width: 500px;
  height: 60px;
  margin: 0;
  background-color: #FFF4D6;
  text-align: center;
  border-right: solid 1px #993100;
  line-height: 60px;
}
.l_box_one .l_red{
  display: block;
  width: 300px;
  height: 60px;
  margin: 0;
  background-color: #FFF4D6;
  text-align: center;
  line-height: 60px;
}
.l_box_two .l_title{
  display: block;
  width: 500px;
  height: 60px;
  margin: 0;
  text-align: center;
  border-right: solid 1px #993100;
  line-height: 60px;
}
.l_box_two .l_red{
  display: block;
  width: 300px;
  height: 60px;
  margin: 0;
  text-align: center;
  line-height: 60px;
  font-size: 25px;
  color: #E43000;
  font-weight: bold;
}




.s_under{
  display: block;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 100px;
}




.company{
  display: block;
  position: relative;
  width: 800px;
  height: auto;
  margin: 0 auto 100px;
}
.company table{
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 0;
/*
  background-color: #EFEFEF;
  border: solid 1px #00A2A7;;
*/
  padding: 0px;
}
.company table tr{
  width: 100%;
  display: block;
  border-bottom: solid 1px #00424B;
  padding: 5px 0;
}
.company table tr:nth-child(1){
  border-top: solid 1px #00424B;
}
.company table tr th{
  width: 200px;
  padding-left: 0px;
  height: 0px;
  background-color: #00424B;
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
}
.company table tr td{
  width: 700px;
  text-align: start;
  padding: 10px 20px;
  height: 0px;
  background-color: #FFFFFF;
  color: #2D2D2D;
  font-weight: 500;
}


.example_list{
  display: block;
  width: 1000px;
  height: auto;
  padding: 60px 0;
  background-color: #FFF4D6;
  margin: 50px auto 100px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px gray;
}
.example_flex{
  display: flex;
  justify-content: space-between;
  width: 800px;
  height: auto;
  margin: auto;
  border-bottom: solid 2px #00434C;
  padding: 20px 0;
}
.example_flex:nth-child(4){
  border-bottom: none;
}
.example_left{
  display: block;
  width: 300px;
}
.example_left img{
  display: block;
  margin: auto;
  width: auto;
  height: 200px;
}
.example_right{
  display: block;
  width: 450px;
}
.example_right h2{
  line-height: 0;
  color: #00A2A7;
  margin-bottom: 40px;
}












@media screen and (max-width: 600px) {
	/* 600px以下に適用されるCSS（スマホ用） */
  
  
header{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  box-shadow: 0 0 5px gray;
  background-color: #FFFFFF;
  z-index: 999999;
}

.header_nk{
  display: flex;
  justify-content: space-between;
  width: 95%;
  margin: auto;
}
.header_left{
  display: block;
  width: 200px;
  height: 30px;
  margin-top: 13px;
  text-align: center;
  line-height: 30px;
}
.header_left a{
  transition: 0.3s;
  opacity: 1;
}
.header_left a:hover{
  opacity: 0.6;
}

.header_right{
  display: block;
}







/*ハンバーガーメニュー*/
.hamburger-menu {
  width: 50px;
  height: 50px;
  position: relative;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
}
.hamburger-menu__bar {
  display: inline-block;
  width: 44%;
  height: 2px;
  background-color: #FD8B00;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
  margin-top: 0px;
}
.hamburger-menu__bar:first-child {
  top: 16px;
}
.hamburger-menu__bar:nth-child(2) {
  top: 24px;
}
.hamburger-menu__bar:last-child {
  top: 32px;
}
.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}
.navigation {
  display: none;
  background-color: #FFF4D6;
  position: absolute;
  top: 50px;
  right: 0;
  width: 100%;
  z-index: 9999;
}
.navigation__list {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation__list-item {
  border-bottom: solid 1px #FD8B00;
}
.navigation__list-item:first-child {
  border-top: solid 1px #FD8B00;
}
.navigation__link {
  color: #FD8B00;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 24px 0;
  transition: .5s;
}
@media (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    background: #FFFFFF;
  }
}






main{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.main_view{
  display: block;
  position: relative;
  width: 100%;
  height: 100vw;
  background-color: #ADADAD;
  background-image: url("../img/main_img.jpg");
  background-size: cover;
  background-position: center center;
}

.main_view h1{
  display: block;
  position: absolute;
  bottom: 5%;
  left: 5%;
  width: auto;
  font-size: 6vw;
  color: #FBDB92;
  text-shadow: 2px 2px 0px #FD8B00;
}
.main_view h1 span{
  display: block;
  font-size: 10vw;
}


.c_one{
  display: block;
  justify-content: space-between;
  width: 95%;
  margin: 10vw auto;
}
.c_one_left{
  display: none;
  width: 100%;
  height: 300px;
  background-color: #E8E8E8;
  background-image: url("../img/c_one_left_img.jpg");
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
}
.c_one h1{
  display: block;
  text-align: justify;
  font-size: 5vw;
}
.c_one p{
  display: block;
  width: 100%;
  margin: 4vw auto 0;
  font-size: 3.5vw;
}

.c_one a{
  display: block;
  background-color: #FD8A00;
  margin: 5vw auto 0px;
  width: 60vw;
  height: 10vw;
  border-radius: 10px;
  color: #FFFFFF;
  text-align: center;
  line-height: 10vw;
  box-shadow: 2px 2px 5px gray;
  transition: 0.3s;
  font-size: 3.5vw;
}
.c_one a:hover{
  box-shadow: 0px 0px 2px gray;
}



.c_two{
  display: block;
  justify-content: space-between;
  width: 95%;
  margin: 10vw auto;
}
.c_two_right{
  display: block;
  width: 100%;
  height: 50vw;
  background-color: #E8E8E8;
  background-image: url("../img/event_service.jpg");
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
  margin-top: 10vw;
}
.c_two h1{
  display: block;
  text-align: justify;
  font-size: 5vw;
}
.c_two p{
  display: block;
  width: 100%;
  margin: 4vw auto 0;
  font-size: 3.5vw;
}

.c_two a{
  display: block;
  background-color: #FD8A00;
  margin: 5vw auto 0px;
  width: 60vw;
  height: 10vw;
  border-radius: 10px;
  color: #FFFFFF;
  text-align: center;
  line-height: 10vw;
  box-shadow: 2px 2px 5px gray;
  transition: 0.3s;
  font-size: 3.5vw;
}
.c_two a:hover{
  box-shadow: 0px 0px 2px gray;
}




.c_three{
  display: block;
  width: 95%;
  margin: 0px auto 10vw;
}
.c_three h1{
  display: block;
  text-align: start;
  font-size: 5vw;
}
.c_three_flex{
  display: block;
  justify-content: space-between;
  margin: 5vw auto 0;
}
.c_three_flex_box{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #FFF4DA;
  border-radius: 10px;
  overflow: hidden;
  margin: 5vw 0;
}
.c_three_box_phot{
  display: block;
  width: 100%;
  height: 60vw;
  background-size: cover;
  background-position: center center;
}
.c_t_p1{
  background-image: url("../img/miting.jpg");
}
.c_t_p2{
  background-image: url("../img/design_services.jpg");
}
.c_t_p3{
  background-image: url("../img/contact.jpg");
}



.c_three_flex_box span{
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #774000;
  width: 15vw;
  height: 15vw;
  border-radius: 10px;
  text-align: center;
  line-height: 15vw;
  color: #FFFFFF;
  font-size: 5vw;
}
.c_three_flex_box h2{
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  background-color: #813D00;
  text-align: center;
  font-size: 5vw;
  color: #FFFFFF;
  padding: 10px 0;
}
.c_three_flex_box p{
  display: block;
  padding: 0px 20px;
  font-size: 3.5vw;
}

.c_three a{
  display: block;
  background-color: #FD8A00;
  margin: 5vw auto 0;
  width: 60vw;
  height: 10vw;
  border-radius: 10px;
  color: #FFFFFF;
  text-align: center;
  line-height: 10vw;
  box-shadow: 2px 2px 5px gray;
  transition: 0.3s;
  font-size: 3.5vw;
}
.c_three a:hover{
  box-shadow: 0px 0px 2px gray;
}




.main_phot1{
  display: block;
  width: 100%;
  height: 300px;
  background-color: #B4B4B4;
  background-image: url("../img/bg1.jpg");
  background-size: cover;
  background-position: center center;
}





.contact_st{
  display: block;
  width: 100%;
  height: auto;
  padding: 6vw 0;
  background-color: #FFF4D8;
}

.contact{
  display: block;
  width: 95%;
  margin: auto;
}
.contact h1{
  display: block;
  color: #00424B;
  font-size: 5vw;
  margin-top: 0px;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-style: normal;
}



.contact_nk{
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  border: solid 3px #00424B;
  border-radius: 0px;
  background-color: #F6E0B6;
  text-align: center;
  padding: 5vw 0;
}
.tel{
  font-size: 7vw;
  font-weight: bold;
  color: #E06432;
}
.tel span{
  font-size: 4vw;
  color: #E06432;
}
.main_contact_uktk{
  display: block;
  margin: auto;
  width: 90%;
  background-color: #00424B;
  padding: 5px 0;
  color: #EEEEE1;
  font-size: 3vw;
}







footer{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #8C3800;
  overflow: hidden;
}

.footer_nk{
  display: block;
  width: 95%;
  margin: auto;
  padding: 6vw 0 10vw 0;
}
.footer_up{
  display: block;
  width: 90%;
  height: auto;
  background-color: #FFFFFF;
  margin: 0px auto 0;
  text-align: center;
  padding: 0vw 3vw 0;
}
.footer_up img{
  display: block;
  width: 90%;
  margin: auto;
  padding: 4vw 0;
}
.footer_down{
  display: block;
  justify-content: center;
  margin: 2vw auto 0;
}
.footer_down a{
  display: block;
  margin: 0 0px;
  color: #FFFFFF;
  padding: 0 0px;
  border-left: none;
  text-decoration: none;
  font-size: 3.5vw;
}
.footer_down a:nth-child(5){
  border-right: none;
}
.footer_down a:hover{
  text-decoration: underline;
}


.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;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vw;
  background-color: #E1FCFE;
  background-image: url("../img/sub_main_img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 100;
}
.main_view_sub h1{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: 10vw;
  color: #FBDB92;
  text-shadow: 2px 2px 0px #FD8B00;
}

.flow_one{
  display: block;
  width: 100%;
  height: auto;
}
.flow_one h1{
  display: block;
  width: 100%;
  margin: auto;
  font-size: 5vw;
  text-align: center;
  margin-top: 5vw;
}

.flow_list{
  display: block;
  width: 90%;
  height: auto;
  padding: 2vw;
  background-color: #FFF4D6;
  margin: 0px auto 0px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px gray;
}
.top_f_list{
  margin-top: 5vw;
}
.last_f_list{
  margin-bottom: 5vw;
}

.flow_flex{
  display: block;
  justify-content: space-between;
  flex-direction: row-reverse;
  width: auto;
  height: auto;
  margin: auto;
}
.flow_left{
  display: block;
  position: relative;
  width: 95%;
  height: auto;
  margin: 10px;
  background-size: cover;
  background-position: center center;
}
.flow_left p{
  display: block;
}

.flow_right{
  display: block;
  width: 100%;
  height: 60vw;
  background-color: #EDEDED;
  background-size: cover;
  background-position: center center;
}
.flow_box1{
  background-image: url("../img/miting.jpg");
}
.flow_box2{
  background-image: url("../img/satsuei.jpg");
}
.flow_box3{
  background-image: url("../img/design_services.jpg");
}
.flow_box4{
  background-image: url("../img/kakunin.jpg");
}
.flow_box5{
  background-image: url("../img/main_img.jpg");
}
.flow_box6{
  background-image: url("../img/nouhin.jpg");
}
.flow_box7{
  background-image: url("../img/contact.jpg");
}

.sankaku{
  display: block;
  width: 10vw;
  margin: 3vw auto;
}





.system_list{
  display: block;
  width: 95%;
  height: auto;
  margin: 5vw auto 0;
}

.system_list_box{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: -1px auto 0;
  border: solid 1px #993100;
  color: #222222;
}
.l_box_one .l_title{
  display: none;
  width: 500px;
  height: 15vw;
  margin: 0;
  background-color: #FFF4D6;
  text-align: center;
  border-right: solid 1px #993100;
  line-height: 15vw;
}
.l_box_one .l_red{
  display: block;
  width: 100%;
  height: 15vw;
  margin: 0;
  background-color: #FFF4D6;
  text-align: center;
  line-height: 15vw;
}
.l_box_two .l_title{
  display: block;
  width: 100%;
  height: 15vw;
  margin: 0;
  text-align: center;
  border-bottom: solid 1px #993100;
  line-height: 15vw;
  font-size: 3vw;
}
.l_box_two .l_red{
  display: block;
  width: 100%;
  height: 15vw;
  margin: 0;
  text-align: center;
  line-height: 15vw;
  font-size: 7vw;
  color: #E43000;
  font-weight: bold;
}




.s_under{
  display: block;
  width: 95%;
  text-align: justify;
  margin: 5vw auto 10vw;
  font-size: 3.5vw;
}




.company{
  display: block;
  position: relative;
  width: 95%;
  height: auto;
  margin: 0 auto 10vw;
}
.company table{
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0vw auto 0;
/*
  background-color: #EFEFEF;
  border: solid 1px #00A2A7;;
*/
  padding: 0px;
}
.company table tr{
  width: 100%;
  display: block;
  border-bottom: solid 1px #00424B;
  padding: 5px 0;
}
.company table tr:nth-child(1){
  border-top: solid 1px #00424B;
}
.company table tr th{
  display: block;
  width: 100%;
  padding-left: 0px;
  height: auto;
  background-color: #00424B;
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
}
.company table tr td{
  display: block;
  width: 100%;
  text-align: start;
  padding: 3vw 0px;
  height: auto;
  background-color: #FFFFFF;
  color: #2D2D2D;
  font-weight: 500;
}


.example_list{
  display: block;
  width: 85%;
  height: auto;
  padding: 5vw;
  background-color: #FFF4D6;
  margin: 5vw auto 10vw;
  border-radius: 10px;
  box-shadow: 0px 0px 5px gray;
}
.example_flex{
  display: block;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin: auto;
  border-bottom: solid 2px #00434C;
  padding: 0px 0;
}
.example_flex:nth-child(4){
  border-bottom: none;
}
.example_left{
  display: block;
  width: 100%;
}
.example_left h2{
  display: block;
  width: 100%;
  font-size: 5vw;
}
.example_left p{
  display: block;
  width: 100%;
  font-size: 3.5vw;
}
.example_left img{
  display: block;
  margin: auto;
  width: 90%;
  height: auto;
}
.example_right{
  display: block;
  width: 100%;
}
.example_right h2{
  line-height: 0;
  color: #00A2A7;
  margin-bottom: 40px;
}

  
  
  
}


















































