@charset "UTF-8";
/* CSS Document */


html, body{
  padding: 0;
  margin: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

a{
  text-decoration: none;
}




header{
  display: block;
  position: fixed;
  width: 100%;
  height: 80px;
  background-color: #329FA5;
  z-index: 999999;
}

.header_nk{
  display: flex;
  width: 95%;
  margin: auto;
  justify-content: space-between;
}
.header_left a{
  display: block;
  width: 230px;
  margin-top: 10px;
  opacity: 1;
  transition: 0.3s;
}
.header_left a:hover{
  opacity: 0.6;
}




.header_right{/*spの場合は非表示*/
  display: flex;
}
.header_right a{
  display: flex;
  position: relative;
  width: auto;
  height: 60px;
  padding: 0px 10px;
  line-height: 80px;
  color: #FFFFFF;
  opacity: 1;
  transition: 0.3s;
}
.header_right a:hover{
  opacity: 0.6;
}
.header_right a:nth-child(5){
  margin-right: 20px;
}
.header_right a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 2px;
background: #FFFFFF;
bottom: -1px;
transform: scale(0, 1);
transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
transition: transform 0.3s;   /*変形の時間*/
}

.header_right a:hover::after {
transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
.header_right img{
  display: block;
  width: 180px;
  height: 55px;
  margin-top: 10px;
}


/*PCの画面の場合は非表示*/
.header_hamburger{
  display: none;
}





main{
  display: block;
  width: 100%;
  height: auto;
}
.main_view{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 55vw;
  background-color: #E1FCFE;
  background-image: url("../img/main_img.png");
  background-size: 45%;
  background-repeat: no-repeat;
  background-position: 80% 60%;
  z-index: 100;
}
.main_view a{
  display: block;
  position: absolute;
  bottom: 10vw;
  left: 5%;
  width: 35%;
  height: auto;
  z-index: 1000;
  opacity: 1;
  transition: 0.3s;
}
.main_view a:hover{
  opacity: 0.6;
}
.main_img_sub{
  width: 100%;
  height: auto;
  z-index: 1000;
}
.main_view_wave{
  position: absolute;
  width: 100%;
  height: 20vw;
  bottom: 0;
  left: 0;
  background-image: url("../img/wave.svg");
  background-size: cover;
  z-index: 200;
}


.main_content{
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 50px 0 150px 0;
}
.content_one{
  display: block;
  width: 100%;
  height: 350px;
  background-color: #FFFFFF;
}
.content_one h1{
  display: block;
  width: 600px;
  margin: auto;
  color: #00A2A7;
  font-size: 30px;
  text-align: center;
}
.content_one_hr{
  width: 300px;
  border: 2px solid #D9FDFF;
  margin: 60px auto;
}
.content_one p{
  display: block;
  width: 600px;
  margin: auto;
  color: #00A2A7;
  font-size: 20px;
}



.main_content_img1{
  display: block;
  width: 100%;
  height: 60vw;
  background-image: url("../img/32130389_l.jpg");
  background-size: cover;
  background-position: top center;
}




.content_two{
  display: block;
  width: 100%;
  height: 500px;
  background-color: #D9FDFF;
}
.content_two h1{
  display: block;
  width: 600px;
  margin: auto;
  color: #00A2A7;
  font-size: 30px;
  text-align: center;
  margin-top: 100px;
}
.content_two_hr{
  width: 300px;
  border: 2px solid #00A2A7;
  margin: 60px auto;
}
.content_two ul{
  display: block;
  list-style-type: none;
  padding-left: 0;
}
.content_two li{
  display: block;
  width: 540px;
  padding: 10px 0 10px 50px;
  background-color: #CEFEFF;
  margin: 5px auto;
  border-radius: 100px;
  color: #00A2A7;
  background-image: url("../img/check_mark.png");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: 15px 10px;
  font-size: 20px;
  font-weight: 500;
}
.content_two li:nth-child(odd){
  background-color: #FFFFFF;
  color: #00A2A7;
}



.content_three{
  display: block;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
}
.content_three h1{
  display: block;
  width: 600px;
  margin: auto;
  color: #00A2A7;
  font-size: 30px;
  text-align: center;
  margin-top: 100px;
}
.content_three_flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 800px;
  height: auto;
  margin: auto;
}
.content_three_box{
  display: block;
  position: relative;
  width: 240px;
  height: 200px;
  background-color: #DBDBDB;
  margin: 10px;
  background-size: cover;
  background-position: center center;
}
.box_1{
  background-image: url("../img/23841177_s.jpg");
}
.box_2{
  background-image: url("../img/23275496_s.jpg");
}
.box_3{
  background-image: url("../img/25286080_s.jpg");
}
.box_4{
  background-image: url("../img/32130396_s.jpg");
}
.box_5{
  background-image: url("../img/22416660_s.jpg");
}
.box_6{
  background-image: url("../img/31893157_s.jpg");
}
.content_three_box span{
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0%;
  left: 0%;
  background-color: #00A2A7;
  text-align: center;
  line-height: 40px;
  color: #FFFFFF;
}
.content_three_box p{
  display: block;
  position: absolute;
  width: 180px;
  height: 40px;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  text-align: center;
  line-height: 40px;
  color: #00A2A7;
  border: solid 2px #00A2A7;
  background-color: #FFFFFF;
}






.content_four{
  display: block;
  width: 100%;
  height: auto;
  background-color: #00A2A7;
}
.content_four h1{
  display: block;
  width: 600px;
  margin: auto;
  color: #FFFFFF;
  font-size: 30px;
  text-align: center;
  margin-top: 100px;
}

.content_four_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 800px;
  margin: auto;
}
.content_four_box{
  display: block;
  position: relative;
  width: 255px;
  height: 290px;
  background-color: #FFFFFF;
  padding: 0px;
  border-radius: 10px;
  overflow: hidden;
  margin: 20px 5px 0 5px;
}
.content_four_box h2{
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #00A4A9;
  text-align: center;
  background-color: #CEFEFF;
  font-size: 20px;
}
.content_four_box img{
  display: block;
  position: relative;
  top: 50px;
  width: auto;
  height: 190px;
  padding: 20px;
  margin: auto;
}

.read_more{
  display: block;
  width: 300px;
  height: 60px;
  margin: 60px auto 0;
  text-align: center;
  background-color: #FFFFFF;
  line-height: 60px;
  border-radius: 60px;
  color: #00A4A9;
  font-size: 18px;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 250px 17px;
  opacity: 1;
  transition: 0.3s;
  border: solid 2px #00A4A9;
}
.read_more:hover{
  opacity: 0.6;
}



.contact_one{
  display: block;
  width: 100%;
  height: auto;
}
.contact_one h1{
  display: block;
  width: 600px;
  margin: auto;
  color: #00A4A9;
  font-size: 30px;
  text-align: center;
  margin-top: 100px;
}
.contact{
  display: block;
  width: 440px;
  margin: 100px auto 0;
  border: solid 4px #00A4A9;
  padding: 40px 80px;
  border-radius: 20px;
}




footer{
  display: block;
  position: relative;
  width: 100%;
  height: 250px;
  background-color: #00A4A9;
}

.footer_nk{
  display: block;
  width: 600px;
  height: auto;
  margin: auto;
  padding-top: 60px;
}
.footer_up{
  display: block;
  width: 300px;
  height: 69px;
  margin: auto;
  background-image: url("../img/logo_w.png");
  background-size: cover;
  background-position: center center;
}

.footer_dowm{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.footer_dowm a{
  display: block;
  padding: 0 10px;
  color: #C2E9E7;
  transition: 0.3s;
}
.footer_dowm a:hover{
  color: #FFFFFF;
}
.footer_under{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  font-size: 12px;
  text-align: center;
  background-color: #004D4F;
  line-height: 30px;
  color: #FFFFFF;
}







.main_view_sub{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: #E1FCFE;
  z-index: 100;
}
.main_view_sub h1{
  display: block;
  position: absolute;
  top: 150px;
  left: 0%;
  width: 100%;
  text-align: center;
  color: #00A2A7;
}

.flow_one{
  display: block;
  width: 100%;
  height: auto;
}
.flow_one h1{
  display: block;
  width: 600px;
  margin: auto;
  color: #00A2A7;
  font-size: 30px;
  text-align: center;
  margin-top: 60px;
}

.flow_list{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto -180px;
}

.flow_flex{
  display: flex;
  justify-content: space-between;
  width: 800px;
  height: auto;
  margin: auto;
}
.flow_left{
  display: block;
  position: relative;
  width: 240px;
  height: 200px;
  background-color: #DBDBDB;
  margin: 10px;
  background-size: cover;
  background-position: center center;
}
.flow_box1{
  background-image: url("../img/23841177_s.jpg");
}
.flow_box2{
  background-image: url("../img/23275496_s.jpg");
}
.flow_box3{
  background-image: url("../img/25286080_s.jpg");
}
.flow_box4{
  background-image: url("../img/32130396_s.jpg");
}
.flow_box5{
  background-image: url("../img/22416660_s.jpg");
}
.flow_box6{
  background-image: url("../img/31893157_s.jpg");
}
.flow_left span{
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0%;
  left: 0%;
  background-color: #00A2A7;
  text-align: center;
  line-height: 40px;
  color: #FFFFFF;
}
.flow_left p{
  display: block;
  position: absolute;
  width: 180px;
  height: 40px;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  text-align: center;
  line-height: 40px;
  color: #00A2A7;
  border: solid 2px #00A2A7;
  background-color: #FFFFFF;
}

.flow_right{
  display: block;
  width: 500px;
}



.system_list{
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}

.system_box{
  display: block;
  position: relative;
  width: 800px;
  margin: 10px auto;
  border: solid 2px #00A2A7;
}
.system_box h2{
  display: block;
  width: 100%;
  background-color: #00A2A7;
  margin: auto;
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
}
.system_box p{
  text-align: center;
  font-size: 16px;
}
.system_box p span{
  font-size: 36px;
  margin: 0 20px;
  font-weight: 500;
}
.span1{
  color: #FF8600;
}
.span2{
  color: #001A8E;
}
.span3{
  color: #20AF00;
}
.span4{
  color: #EA008D;
}
.span5{
  color: #CA0003;
}
.s_under{
  display: block;
  text-align: center;
  margin-top: 60px;
  margin-bottom: -250px;
}




.company{
  display: block;
  position: relative;
  width: 800px;
  height: auto;
  margin: 0 auto -180px;
}
.company table{
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  background-color: #EFEFEF;
  border: solid 1px #00A2A7;;
  padding: 30px;
}
.company table tr{
  width: 100%;
  display: block;
  border-bottom: solid 1px #00A2A7;
  padding: 5px 0;
}
.company table tr th{
  width: 200px;
  text-align: start;
  padding-left: 20px;
  height: 60px;
  background-color: #00A2A7;;
  color: #FFFFFF;
  font-weight: 500;
}
.company table tr td{
  width: 700px;
  text-align: start;
  padding: 20px;
  height: 60px;
  background-color: #FFFFFF;
  color: #2D2D2D;
  font-weight: 500;
}


.example_list{
  display: block;
  width: 100%;
  height: auto;
  padding: 60px 0;
  background-color: #D9FDFF;
  margin-bottom: -160px;
}
.example_flex{
  display: flex;
  justify-content: space-between;
  width: 800px;
  height: auto;
  margin: auto;
  border-bottom: solid 2px #00A2A7;
  padding: 40px 0;
}
.example_flex:nth-child(5){
  border-bottom: none;
}
.example_left{
  display: block;
  width: 250px;
}
.example_left img{
  display: block;
  margin: auto;
  width: auto;
  height: 200px;
}
.example_right{
  display: block;
  width: 500px;
}
.example_right h2{
  line-height: 0;
  color: #00A2A7;
  margin-bottom: 40px;
}











@media screen and (max-width: 1000px) {
	/* 1000px以下に適用されるCSS（ハンバーガー） */
  
  .header_right{
    display: none;
  }
  
  .header_hamburger{
    display: block;
  }
  /*ハンバーガーメニュー*/
.hamburger-menu {
  width: 50px;
  height: 50px;
  position: relative;
  top: 15px;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
}
.hamburger-menu__bar {
  display: inline-block;
  width: 44%;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}
.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: #FFFFFF;
  position: absolute;
  top: 80px;
  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 #00A2A7;
}
.navigation__list-item:first-child {
  border-top: solid 1px #00A2A7;
}
.navigation__link {
  color: #00A2A7;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 24px 0;
  transition: .5s;
}
@media (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    background-color: #BFFFFF;
  }
}
  

}






@media screen and (max-width: 600px) {
	/* 600px以下に適用されるCSS（スマホ用） */


header{
  display: block;
  position: fixed;
  width: 100%;
  height: 60px;
  background-color: #329FA5;
  z-index: 999999;
}

.header_nk{
  display: flex;
  width: 95%;
  margin: auto;
  justify-content: space-between;
}
.header_left a{
  display: block;
  width: 180px;
  margin-top: 10px;
  opacity: 1;
  transition: 0.3s;
}
.header_left a:hover{
  opacity: 0.6;
}




.header_right{/*spの場合は非表示*/
  display: none;
}

.header_hamburger{
    display: block;
  }
  /*ハンバーガーメニュー*/
.hamburger-menu {
  width: 50px;
  height: 50px;
  position: relative;
  top: 5px;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
}
.hamburger-menu__bar {
  display: inline-block;
  width: 44%;
  height: 2px;
  background-color: #FFFFFF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}
.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: #FFFFFF;
  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 #00A2A7;
}
.navigation__list-item:first-child {
  border-top: solid 1px #00A2A7;
}
.navigation__link {
  color: #00A2A7;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 24px 0;
  transition: .5s;
}
@media (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    background-color: #BFFFFF;
  }
}
  





main{
  display: block;
  width: 100%;
  height: auto;
}
.main_view{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 200vw;
  background-color: #E1FCFE;
  background-image: url("../img/main_img.png");
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: 50% 90%;
  z-index: 100;
}
.main_view a{
  display: block;
  position: absolute;
  top: 25vw;
  left: 5%;
  width: 90%;
  height: 80vw;
  z-index: 1000;
  opacity: 1;
  transition: 0.3s;
}
.main_view a:hover{
  opacity: 0.6;
}
.main_img_sub{
  width: 100%;
  height: auto;
  z-index: 1000;
}
.main_view_wave{
  position: absolute;
  width: 100%;
  height: 20vw;
  bottom: 0;
  left: 0;
  background-image: url("../img/wave.svg");
  background-size: cover;
  z-index: 200;
}


.main_content{
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  padding: 10vw 0 10vw 0;
}
.content_one{
  display: block;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
}
.content_one h1{
  display: block;
  width: 95%;
  margin: auto;
  color: #00A2A7;
  font-size: 4.5vw;
  text-align: center;
}
.content_one_hr{
  width: 40vw;
  border: 2px solid #D9FDFF;
  margin: 8vw auto;
}
.content_one p{
  display: block;
  width: 95%;
  margin: auto;
  color: #00A2A7;
  font-size: 4vw;
}



.main_content_img1{
  display: block;
  width: 100%;
  height: 60vw;
  background-image: url("../img/32130389_l.jpg");
  background-size: cover;
  background-position: top center;
}




.content_two{
  display: block;
  width: 100%;
  height: auto;
  background-color: #D9FDFF;
}
.content_two h1{
  display: block;
  width: 95%;
  margin: auto;
  color: #00A2A7;
  font-size: 4.5vw;
  text-align: center;
  margin-top: 5vw;
}
.content_two_hr{
  width: 40vw;
  border: 2px solid #00A2A7;
  margin: 8vw auto;
}
.content_two ul{
  display: block;
  list-style-type: none;
  padding-left: 0;
}
.content_two li{
  display: block;
  width: 80%;
  padding: 2vw 0 2vw 13vw;
  background-color: #CEFEFF;
  margin: 2vw auto;
  border-radius: 100px;
  color: #00A2A7;
  background-image: url("../img/check_mark.png");
  background-size: 7vw;
  background-repeat: no-repeat;
  background-position: 4vw 2.5vw;
  font-size: 4vw;
  font-weight: 500;
}
.content_two li:nth-child(odd){
  background-color: #FFFFFF;
  color: #00A2A7;
}



.content_three{
  display: block;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
}
.content_three h1{
  display: block;
  width: 100%;
  margin: auto;
  color: #00A2A7;
  font-size: 4.5vw;
  text-align: center;
  margin-top: 5vw;
}
.content_three_flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 95%;
  height: auto;
  margin: auto;
}
.content_three_box{
  display: block;
  position: relative;
  width: 100%;
  height: 80vw;
  background-color: #DBDBDB;
  margin: 3vw 0;
  background-size: cover;
  background-position: center center;
}
.box_1{
  background-image: url("../img/23841177_s.jpg");
}
.box_2{
  background-image: url("../img/23275496_s.jpg");
}
.box_3{
  background-image: url("../img/25286080_s.jpg");
}
.box_4{
  background-image: url("../img/32130396_s.jpg");
}
.box_5{
  background-image: url("../img/22416660_s.jpg");
}
.box_6{
  background-image: url("../img/31893157_s.jpg");
}
.content_three_box span{
  display: block;
  position: absolute;
  width: 20vw;
  height: 20vw;
  top: 0%;
  left: 0%;
  background-color: #00A2A7;
  text-align: center;
  line-height: 20vw;
  color: #FFFFFF;
  font-size: 10vw
}
.content_three_box p{
  display: block;
  position: absolute;
  width: 80vw;
  height: 10vw;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  text-align: center;
  line-height: 10vw;
  color: #00A2A7;
  border: solid 2px #00A2A7;
  background-color: #FFFFFF;
  font-size: 5vw;
}






.content_four{
  display: block;
  width: 100%;
  height: auto;
  background-color: #00A2A7;
}
.content_four h1{
  display: block;
  width: 95%;
  margin: auto;
  color: #FFFFFF;
  font-size: 4.5vw;
  text-align: center;
  margin-top: 10vw;
}

.content_four_flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 95%;
  margin: auto;
}
.content_four_box{
  display: block;
  position: relative;
  width: 100%;
  height: 70vw;
  background-color: #FFFFFF;
  padding: 0px;
  border-radius: 10px;
  overflow: hidden;
  margin: 5vw 5px 0 5px;
}
.content_four_box h2{
  position: absolute;
  top: -4.2vw;
  left: 0;
  width: 100%;
  height: 13vw;
  line-height: 13vw;
  color: #00A4A9;
  text-align: center;
  background-color: #CEFEFF;
  font-size: 5vw;
}
.content_four_box img{
  display: block;
  position: relative;
  top: 13vw;
  width: auto;
  height: 49vw;
  padding: 5vw;
  margin: auto;
}

.read_more{
  display: block;
  width: 60vw;
  height: 10vw;
  margin: 60px auto 0;
  text-align: center;
  background-color: #FFFFFF;
  line-height: 10vw;
  border-radius: 100px;
  color: #00A4A9;
  font-size: 4vw;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-size: 5vw;
  background-position: 51vw 2.5vw;
  opacity: 1;
  transition: 0.3s;
  border: solid 2px #00A4A9;
}
.read_more:hover{
  opacity: 0.6;
}



.contact_one{
  display: block;
  width: 100%;
  height: auto;
}
.contact_one h1{
  display: block;
  width: 600px;
  margin: auto;
  color: #00A4A9;
  font-size: 30px;
  text-align: center;
  margin-top: 100px;
}
.contact{
  display: block;
  width: 85%;
  margin: 2vw auto 0;
  border: solid 4px #00A4A9;
  padding: 2vw 3vw;
  border-radius: 20px;
}




footer{
  display: block;
  position: relative;
  width: 100%;
  height: 95vw;
  background-color: #00A4A9;
}

.footer_nk{
  display: block;
  width: 95%;
  height: auto;
  margin: auto;
  padding-top: 8vw;
}
.footer_up{
  display: block;
  width: 65%;
  height: 14vw;
  margin: auto;
  background-image: url("../img/logo_w.png");
  background-size: cover;
  background-position: center center;
}

.footer_dowm{
  display: block;
  justify-content: center;
  margin-top: 10vw;
}
.footer_dowm a{
  display: block;
  padding: 0 0px;
  color: #C2E9E7;
  transition: 0.3s;
  margin: 2vw auto;
  text-align: center;
  font-size: 5vw;
}
.footer_dowm a:hover{
  color: #FFFFFF;
}
.footer_under{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7vw;
  font-size: 3vw;
  text-align: center;
  background-color: #004D4F;
  line-height: 7vw;
  color: #FFFFFF;
}







.main_view_sub{
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 45vw;
  background-color: #E1FCFE;
  z-index: 100;
}
.main_view_sub h1{
  display: block;
  position: absolute;
  top: 23vw;
  left: 0%;
  width: 100%;
  text-align: center;
  color: #00A2A7;
  font-size: 7vw;
}

.flow_one{
  display: block;
  width: 100%;
  height: auto;
}
.flow_one h1{
  display: block;
  width: 95%;
  margin: auto;
  color: #00A2A7;
  font-size: 4.5vw;
  text-align: center;
  margin-top: 0vw;
}

.flow_list{
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto -18vw;
}

.flow_flex{
  display: block;
  justify-content: space-between;
  width: 95%;
  height: auto;
  margin: auto;
}
.flow_left{
  display: block;
  position: relative;
  width: 100%;
  height: 80vw;
  background-color: #DBDBDB;
  margin: 3vw 0;
  background-size: cover;
  background-position: center center;
}
.flow_box1{
  background-image: url("../img/23841177_s.jpg");
}
.flow_box2{
  background-image: url("../img/23275496_s.jpg");
}
.flow_box3{
  background-image: url("../img/25286080_s.jpg");
}
.flow_box4{
  background-image: url("../img/32130396_s.jpg");
}
.flow_box5{
  background-image: url("../img/22416660_s.jpg");
}
.flow_box6{
  background-image: url("../img/31893157_s.jpg");
}
.flow_left span{
  display: block;
  position: absolute;
  width: 20vw;
  height: 20vw;
  top: 0%;
  left: 0%;
  background-color: #00A2A7;
  text-align: center;
  line-height: 20vw;
  color: #FFFFFF;
  font-size: 10vw
}
.flow_left p{
  display: block;
  position: absolute;
  width: 80vw;
  height: 10vw;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  text-align: center;
  line-height: 10vw;
  color: #00A2A7;
  border: solid 2px #00A2A7;
  background-color: #FFFFFF;
  font-size: 5vw;
}

.flow_right{
  display: block;
  width: 100%;
  text-align: justify;
}



.system_list{
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}

.system_box{
  display: block;
  position: relative;
  width: 95%;
  margin: 3vw auto;
  border: solid 2px #00A2A7;
}
.system_box h2{
  display: block;
  width: 85vw;
  background-color: #00A2A7;
  margin: auto;
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
  font-size: 5vw;
  padding: 2vw 5vw;
}
.system_box p{
  text-align: center;
  font-size: 5vw;
}
.system_box p span{
  font-size: 12vw;
  margin: 0 5vw;
  font-weight: 500;
}
.span1{
  color: #FF8600;
}
.span2{
  color: #001A8E;
}
.span3{
  color: #20AF00;
}
.span4{
  color: #EA008D;
}
.span5{
  color: #CA0003;
}
.s_under{
  display: block;
  text-align: center;
  margin-top: 15vw;
  margin-bottom: -30vw;
  width: 95%;
  margin: auto;
}




.company{
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto -10vw;
}
.company table{
  display: block;
  width: 96%;
  margin: auto;
  background-color: #EFEFEF;
  border: solid 1px #00A2A7;;
  padding: 2%;
}
.company table tr{
  width: 100%;
  display: block;
  border-bottom: solid 1px #00A2A7;
  padding: 0 0;
}
.company table tr th{
  display: block;
  width: 100%;
  padding-left: 0;
  height: auto;
  background-color: #00A2A7;;
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
}
.company table tr td{
  display: block;
  width: 96%;
  text-align: start;
  padding: 2%;
  height: auto;
  background-color: #FFFFFF;
  color: #2D2D2D;
  font-weight: 500;
}


.example_list{
  display: block;
  width: 100%;
  height: auto;
  padding: 3vw 0;
  background-color: #D9FDFF;
  margin-bottom: -10vw;
}
.example_flex{
  display: block;
  justify-content: space-between;
  width: 95%;
  height: auto;
  margin: auto;
  border-bottom: solid 2px #00A2A7;
  padding: 5vw 0;
}
.example_flex:nth-child(5){
  border-bottom: none;
}
.example_left{
  display: block;
  width: 100%;
}
.example_left img{
  display: block;
  margin: auto;
  width: auto;
  height: 60vw;
}
.example_right{
  display: block;
  width: 100%;
}
.example_right h2{
  line-height: 0;
  color: #00A2A7;
  margin-top: 10vw;
  margin-bottom: 10vw;
  text-align: center;
}




  

}

































