@charset "UTF-8";

/*
Theme Name: イルミナジョブ＆カレッジ水戸校
Description: イルミナジョブ＆カレッジ水戸校様用のテンプレートです。
Version:1.0
Author:M.S
*/

.fob1 a{
	color: #fff;
	text-decoration: none;
}

.box{
  opacity: 0;
}

.delay-time02{
animation-delay: 0.2s;
}

.delay-time04{
animation-delay: 0.4s;
}

.delay-time06{
animation-delay: 0.6s;
}


.delay-time08{
animation-delay: 0.8s;
}


.delay-time10{
animation-delay: 1s;
}

.delay-time12{
animation-delay: 1.2s;
}

.delay-time14{
animation-delay: 1.4s;
}

.delay-time16{
animation-delay: 1.6s;
}

.delay-time18{
animation-delay: 1.8s;
}

.delay-time20{
animation-delay: 2.0s;
}

.wpazu {
        font-size: 24px;
        text-align: center;
        padding-bottom: 20px;
        color:#007BFF;
        padding-top: 20px;
        font-weight: bold;
    }




    .kusp {
        border: 1px solid #00a3ff;
        padding: 20px 40px;
        color: #00a3ff;
        background-color: #fff;
         text-decoration: none;
    }

.kusp a{
 
}
.kuj a{

  text-decoration: none;
}

.jyu {
    padding-bottom: 37px;
}


.wpazjj{
  text-align: center;
  font-weight: bold;
   color: #00a3ff;
   font-size: 24px;
}

.ofof{
  text-align: center;
  font-size: 20px;
  color: #00a3ff;
}


.table_design03 {
    border-collapse: collapse;
    width: 100%;
    max-width: 1200px;
    margin: 60px auto;
    padding: 10px;
}



.table_design03 th {
    border-bottom: 2px solid #007BFF;
    font-weight: bold;
    text-align: center;
    width: 20%;
    min-width: 4em;
    padding: 1em;
}

.table_design03 td {
    border-bottom: 2px solid #c1c7c6;
    padding: 1em;
}










.uchi2 a{
  text-decoration: none;
  color: #000;
}


.ppq{
  
  font-size: 20px;
  padding-bottom: 5px;
}

.ppa{
 
  font-size: 20px;
  background-color: skyblue;
   padding-bottom: 5px;
}

.ysn{
  font-weight: bold;
  font-size: 32px;
  color: #00a3ff;
  text-align: center;
  padding-bottom: 15px;
  margin-top: 30px;
}

.sapsbi{

  text-align: center;
  font-size: 24px;
  margin-bottom: 24px;
}

.spi1{
  background: linear-gradient(transparent 50%, #26abf6 50%);
}


.syukat{
font-weight: bold;
   color: #00a3ff;
   text-align: center;
   font-size: 24px;
}


.saits{
  text-align: center;
  color: #007BFF;
  font-size: 28px;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 20px;
}



.saits2{
  text-align: center;
   margin-bottom: 20px;
}





.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #00a3ff;
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2;
    cursor: pointer;
}

.pagetop__arrow {
    display: block;
    height: 10px;
    width: 10px;
    border-top: 3px solid #00a3ff;
    border-right: 3px solid #00a3ff;
    transform: translateY(20%) rotate(-45deg);
}


.faleft{
animation-name:fadeLeftAnime;
animation-duration:2.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}


.faright{
animation-name:fadeRightAnime;
animation-duration:2.0s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }

  to {
    opacity: 1;
	transform: translateX(0);
  }
}












/* 画面幅が1024px以上の時は */
@media screen and (min-width: 1024px) {
  .ps-br{
    display: block; /* PCを改行して */
  }

  .{
    display: none; /* SPの改行を隠す */
  }
}

/* 画面幅が560px以下の時は */
@media screen and (max-width: 480px) {
  .ps-br{
    display: none; /* PCの改行を隠して */
  }

  .sp-br{
    display: block; /* SPを改行する */
  }
}

.fnavia a{
    color: #fff;
    text-decoration: none;
}




#box1{
  display:inline-block;
  animation:25s linear infinite rotation1;
}

@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}










.news-list > li {
    padding-bottom: 18px;
    border-bottom: 1px solid #BABABA;
}

.news-list a {
    display: flex
;
    justify-content: center;
    align-items: center;
    text-align: ;
    position: relative;
    background-color: #eff5fd;
    padding: 5px;
    border: 1px solid #007bff6b;
}

.news-list .thumbnail {
    width: 17.288%;
    margin-right: 6.101%;
    line-height: 1;
}

.thumbnail img {
    width: 100%;
    height: auto;
}


    .attachment-thumbnail {
        width: 80px;
        height: auto;
    }


.news-list .text {
    flex: 1 1 0;
    line-height: 1.687;
}

.cat-list {
    display: flex
;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    font-size: 0.8125rem;
    color: #555555;
}

 

.news-title {
    margin-bottom: 1em;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2.25;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}

.sidebar-list a {
    display: inline-block;
    padding-right: 1em;
    line-height: 2;
}



.cat-list > li {
    min-width: 40px;
    padding: 5px;
    margin-bottom: 0.5em;
    background-color: #F3F3F3;
    border-radius: 5px;
    text-align: center;
    line-height: 1;
}




.sidebar .item:not(:last-of-type) {
    border-bottom: 1px solid #BABABA;
    margin-bottom: 42px;
}

.sidebar .item {
    padding: 0 3.773%;
    padding-bottom: 36px;
}
  
.news-list > li:not(:last-of-type) {
    margin-bottom: 16px; 
}

.news-list a::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 14px;
    border-color: transparent transparent #E5E5E5 transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}

.wp-pagenavi {
    display: flex
;
    justify-content: flex-end;
    margin-top: 42px;
}

.wp-pagenavi span.current {
    background-color: #1576BE;
    color: #FFFFFF;
}


.wp-pagenavi span:not(:last-child), .wp-pagenavi a:not(:last-child){
    margin-right: 2.622%;
}




.wp-pagenavi span, .wp-pagenavi a {
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #444444;
    font-size: 0.9375rem;
    font-weight: 500;
    transition: 0.3s 
ease-in;
}



.page-nav {
    display: flex
;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
    margin-top: 28px;
    border-top: 1px dashed #666666;
    border-bottom: 1px dashed #666666;
    font-size: 0.875rem;
    font-weight: 500;
    color: #666666;
}

.sidebar-list a::before {
    content: "-";
    display: inline-block;
    margin-right: 0.5em;
}



@media screen and (min-width: 1025px) {


    .gr1 {
        display: flex
;
        justify-content: space-between;
        max-width: 1200px;
        margin: 40px auto 0px auto;
    }


    .gr2 {
        width: 49%;
    }

        .gr3 {
        padding: 50px;
        width: 49%;
    }


.yokuposi{
max-width: 1000px;
margin: auto;

}

.steps{
  color: #007BFF;
  font-weight: bold;
  font-size: 32px;
  padding-bottom: 15px;
}

.steps2{
border-left: 10px solid #007BFF;
  font-size: 32px;
    padding-bottom: 15px;
    padding-left: 5px;
    font-weight: bold;
    margin-bottom: 10px;
}

.steps3{
  font-size: 20px;
  font-weight: bold;
}




.fropo{
display: flex;
max-width: 880px;
margin: auto;
align-items: center;
border-bottom: 2px dashed grey;
padding-bottom: 10px;
margin-bottom: 20px;
}

.fropo2{

  width: 70%;
}


fropo3{
  width: 30%;
}



.sptarea{
  display: flex;
  max-width: 1480px;
  margin: 0px auto 30px auto;
  justify-content: space-between;
}


.stst{
  display: flex;
  max-width: 1180px;
  margin: auto;
justify-content: space-between;
}

.spts{
  width: 31%;
}

.sttz{
  width: 48%;
}



.seisaku1{
  display: flex;
  max-width: 1480px;
  margin: auto;
  justify-content: space-between
}

.seisat{
  width:30% ;
}

.seisat2{
  width:48% ;
}



  .osig1 img{
width: 25px;
  }


.osig1 p{

 font-size: 20px; 
}

.osigarea{
  display: flex;
  max-width: 940px;
  margin: 25px auto 0 auto;
justify-content: space-between;
}

.osig1{
  width: 49%;
}


    .news-wrapper {
        display: flex
;
        max-width: 1000px;
        margin: 0px auto 30px auto;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
    }


    .news-wrapper .main-content {
        width: 61.551%;
    }

       .title {
        padding-right: 20px;
    }

        .news-wrapper .sidebar {
        width: 32.931%;
    }
}



h1{
    margin: 0px;
}


body {
    font-family: 'Noto Sans JP', sans-serif;
  
}


.date{
  padding-right: 10px;
}






/* 下から */

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.7s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}










.hbi2{
  color: #0089ff;
  font-weight: bold;
}

.hbi3{
  color: #feea60;
    font-weight: bold;
}




li{
  list-style: none;
}


.mapos{
  position: relative;
}



.obg {
    background-color: #f2efed;
    padding: 80px 10px;
}

.otoi {
    max-width: 980px;
    margin: auto;
}


.wpcf7-form-control-wrap{
	height: 30px;

}

.wpcf7-text{
	margin: 10px 0px;
	height: 40px;
}

.wpcf7 {
    background-color: #fff;
    padding: 21px 5px;
    border-radius: 10px;
    max-width: 1000px;
    margin: auto;
}

table.CF7_table {
    width: 90%;
    margin: 0 auto;
    border: 3px solid #e5e5e5;
}

.wpcf7 input[name="your-name"], .wpcf7 input[name="your-email"], .wpcf7 input[name="your-subject"], .wpcf7 input[name="your-subject"], .wpcf7 input[name="your-company"], .wpcf7 input[name="zip"], .wpcf7 input[name="pref"], .wpcf7 input[name="addr"], .wpcf7 input[name="your-tel"], .wpcf7 input[name="your-message"] {
    width: 100%;
}

table.CF7_table tr{
	
	border-top: 1px solid #e5e5e5;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
	
}

.CF7_table ::placeholder {
	color:#797979;
	
}

/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: #f79034;/*オレンジ*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/*「任意」文字*/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #bdbdbd;/*グレー*/
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width:35%;/*横幅*/
		height: 45px;
	background-color:#ebedf5;/*ブルーグレー*/
		text-align: left;
		padding-left: 15px;
		
	}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
	width:95%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#ebedf5;
	}
}

/* 「送信する」ボタン */
.wpcf7-form input[type="submit"] {
    font-size: 19px;
    background-color: #007BFF;
    color: white;
    cursor: pointer;
    transition: background-color 0.3s 
ease;
    border: none;
	
}





.CF7_btn{
	text-align:center;
	margin-top:20px;
	padding-left: 70px;
}









.wp {
    text-align: center;
    color: #00a3ff;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 0px 5px 0px;
}

.wp2 {
        padding: 0px 20px 25px 20px;
    }


.btn {
	font-size: 14px;
	border: 2px solid #00a3ff;
	text-align: center;
	max-width: 200px;
	margin: 20px 0px;
  background-color: #fff;
	
}
.btn a {
	color: #00a3ff;
	display: block;
	width: 100%;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
  text-decoration: none;
}





.parea {
    max-width: 1200px;
    margin: auto;
    padding: 40px 10px;
}




p{
    line-height: 35px;}

img {
 
    width: 100%;
}


*{
    margin: 0px;
    padding: 0px;
}

.footer{
    background-color: #0089ff;
    padding: 40px 0px;
}


.c-breadcrumbs > li {
    display: inline-block;
    position: relative;
}


.c-breadcrumbs > li:not(:last-of-type)::after {
    content: ">";
    display: inline-block;
    margin-right: 0.5em;
    margin-left: 0.5em;
}


.c-breadcrumbs{
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
}




.oan{
    color: #0089ff;
    font-weight: bold;
    font-size: 24px;
}





.blutel2{
    background-color: #f2f3f4;
   width: 45%;
     padding: 30px;
}


@media screen and (max-width:480px) {
	
	
	
	
	
  .blew{
  background-color: #00a3ff;
  text-align: center;
color: #fff;
font-size: 5vw;
padding: 20px 0px;
margin-top: 40px;
margin-bottom: 20px;
font-weight: bold;
}

  .syuroure{
  width: 95%;
  margin: auto;
}

.kanga{
  width: 95%;
  margin: auto;
}

  
      .osig1 img {
        width: 25px;
    }

  .osigarea{
width: 95%;
  margin: 25px auto 0 auto;
justify-content: space-between;
}


     .jobun{
    text-align: center;
    color: #007BFF;
    font-size: 20px;
    font-weight: bold;
  }


  .ts{
    width: 95%;
    margin: auto;
  }

.gr1{
    width: 95%;
    margin: 0px auto 15px auto;
    padding-bottom: 15px;

}
  

.news-list{
  width: 95%;
  margin: auto;
}






  
  .yokuposi{
width: 95%;
margin: auto;

}

.fropo{

width: 95%;
margin: auto;
align-items: center;
border-bottom: 2px dashed grey;
padding-bottom: 10px;
margin-bottom: 20px;
}





  .steps{
  color: #007BFF;
  font-weight: bold;
  font-size: 32px;
  padding-bottom: 15px;
}

.steps2{
border-left: 10px solid #007BFF;
  font-size: 32px;
    padding-bottom: 15px;
    padding-left: 5px;
    font-weight: bold;
    margin-bottom: 10px;
}

.steps3{
  font-size: 20px;
  font-weight: bold;
}

.sptarea{
  width: 95%;
       margin: auto;
}

.stst{
  width: 95%;
       margin: auto;
}



  .tkposi {
       width: 95%;
       margin: auto;
    }

      .tokuken {
        background-color: rgb(202, 227, 249);
        font-size: 5vw;
        font-weight: bold;
        border-left: 10px solid rgb(0, 123, 255);
        padding: 15px 10px;
    }

      .irutoku {
        text-align: center;
        font-weight: bold;
        color: #00a3ff;
        font-size: 5vw;
        margin-top: 40px;
        margin-bottom: 35px;
    }




      .iki {
        background-color: #fff;
      
        padding: 10px;
        font-size: 4vw;
        margin: 25px auto 0px auto;
        font-weight: bold;
    }


.konya{
  text-align: center;
  font-size: 6vw;
  margin-bottom: 25px;
 
}

.konyayellow{
   background-color: yellow;
   font-weight: bold;
}













      .nayabg {
        background: url(https://mito.ilumina.co.jp/wp-content/uploads/2025/10/nayabg.jpg);
        background-size: cover;
        padding: 20px 10px;
    }

  .oan{
    color: #0089ff;
    font-weight: bold;
    font-size: 24px;
}


      .or-ano {
        background: url(img/anothermain.jpg) no-repeat center center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 140px 10px;
        text-align: center;
    }




.otibgz{
  width: 85%;
  border:1px solid #000;
  margin:40px auto 20px auto;
  padding: 10px; 
  text-align: center;
  font-size: 4vw;
  font-weight: bold;
}




  .wobg{
  background-color: #f0f3fc;
  padding: 20px 0px 60px 0px;
}



  .fbg{
    background-image: url(img/fbg.jpg);
    background-size: cover;
    height:100px;
}


.bluarea{
  margin-top: 40px;
  margin-bottom: -40px;
  z-index: 30;
  position: relative;
}




  
.tsuite1{
  text-align: center;
  font-weight: bold;
  color: #00a3ff;
  font-size: 7vw;
  margin-top: 15px;
  margin-bottom: 15px;

}


  .seika{
  font-size: 7vw;
  font-weight: bold;
  color: #26abf6;
}


.seiff{
  font-size: 5vw;
  font-weight:bold;
  color: #e3db03;
} 



.say{
  margin-top: 15px;
text-align: center;
}


.gori1{
text-align: center;
        font-size: 7vw;
        font-weight: bold;
        color: #00a3ff;
        padding-bottom: 15px;
}
.gori2{
  text-align: center;
        font-size: 6vw;
        font-weight: bold;
        color: #feea60;
        padding-bottom: 15px;
}


    .sato {
        font-size: 6vw;
        padding-bottom: 5px;
        font-weight: bold;
    }

	.sato2{
		font-size: 20px;
		padding-bottom: 10px;
	}

  .stuffbg{
   width: 95%;
    margin: 0px auto 20px auto;
    justify-content: space-between;
    background: url(https://mito.ilumina.co.jp/wp-content/uploads/2025/10/stuffbg.png);
    background-size: cover;
    background-position: center;
    padding: 30px 0px;
    border-radius: 60px;
  }

.histt{
  width: 90%;
  margin: auto;
}
  .aohan{
    display: none;
  }

  .hidariaohan{
    display: none;
  }

  .goriarea{
 width: 95%;
  margin: auto;

  }

  .stf1{
text-align: center;
color: #fff;
       width: 95%;
  margin: auto;
   font-weight: bold;
  }


  .supo2{
      width: 95%;
  margin: auto;
  }

.wa{
  width: 95%;
  margin: 0px auto 10px auto;
  background-color: #fff;
}

.wa2{
  width: 95%;
  margin: 0px auto 10px auto;
  background-color: #fff;
}

  .jobar3{
      width: 95%;
  margin: auto;
    margin-bottom: 15px;
  }

  .under1{
    width: 95%;
    margin: auto;
  }


  .wa1{
    text-align: center;
    font-size: 7vw;
  font-weight: bold;
  color: #00a3ff;
  padding-bottom: 15px;
  }

.us1{
  text-align: center;
font-size: 6vw;
font-weight: bold;
color: #feea60;
padding-bottom: 15px;
}


.bun1{
  padding-bottom: 15px;
  font-size: 18px;
    width: 95%;
    margin: auto;
}










.hibis{
  text-align: center;
  font-size: 6vw;
}



.mada{
 margin-top: 15px;
  font-size: 4.2vw;
  color: #fff;
  line-height: 30px;
}

.mada2{
  line-height: 30px; 
  font-size: 4.2vw;
   color: #fff;

    margin-bottom: 25px;
}


  .sha{

font-weight: bold;
  text-shadow: 1px 1px 2px black;
}

  .caa{
  position:;
 margin-top: -90px;
  padding-left: 15px;

  z-index: 10;
}

    .anatano{
       background-image: linear-gradient(90deg, rgba(14, 244, 255, 1), rgba(65, 164, 253, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  }

  .anatano2{
   background-image: linear-gradient(90deg, rgba(255, 242, 58, 1), rgba(224, 162, 8, 1) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  }


.bg .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
.bg.is-animated .bg-wrap::before {
  animation: bg 4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}
.bg.is-animated2 .bg-wrap::before {
  opacity: 0;
  animation: bg 4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s forwards;
  background: rgba(0,0,0,0.8);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}


 @keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(0);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}


@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



.bg .bg-wrap .inn {
  opacity: 0;
  animation: fadeIn 2s ease 1.5s forwards;
  color: #fff;
  display: inline-block;
  font-size: 7.5vw;
  font-weight: 500;
  padding: 5px 15px 10px 15px;
  position: relative;
  z-index: 1;
}
.bg.is-animated2 .bg-wrap .inn {
  opacity: 0;
  animation: fadeIn 2s ease 2s forwards;
}













.attachment-thumbnail{
  width: 55px;
}

.listing-item{
margin-bottom: 10px;
  align-items: center;
  justify-content: center;
}




.das{
margin-top: 10px;
  background-color: #fff;
  border-radius: 0 20px 0 0;

bottom: 0;
z-index: 20;
padding: 15px;
}



  
  .mainbg{
  background-image: url(img/mainbg.jpg);
  background-size: cover;
 
  position:;
}

  
.foot{
font-size: 4.4vw;
line-height: 20px;
}


.fob1{
  font-size: 5vw;
}


.blutel{
    background-color: #00a3ff;
  width:90%;
 padding: 5px;
 text-align: center;
 color: #fff;
 font-size: 28px;
 font-weight: bold;
 margin: auto;
}


.blutel2{
    background-color: #f2f3f4;
 width:90%;
 padding: 5px;
 text-align: center;
 color:;
 font-size: 28px;
 font-weight: bold;
 vertical-align: middle;
  margin: auto;
}


.uchi{
    border: 1px solid #fff;
    padding: 5px;
    
}

.uchi p{
    line-height: 43px;
}




.uchi2{
    border: 1px solid #000;
   
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uchi2 p{
   
}


.uchi2 p:before {
    content: url("img/blumail.png");  /*画像のURL*/
    margin-right:20px;  /*画像右の余白*/
 padding-top: 10px;
	margin-top: 10px;
	line-height: 30px;
	vertical-align: top;
}











    


   .f1{
        text-align: center;
        color: #fff;
    }


/*=== 9-1-4 矢印が動いてスクロールを促す  ====*/

/*スクロールダウン全体の場所*/
.scrolldown4{
display: none;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
	position: absolute;
	left:-20px;
	bottom:30px;
    /*テキストの形状*/
	color: #000;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: -6px;
    /*矢印の形状*/
    width: 1px;
    height: 20px;
    background: #000;
    transform: skewX(-31deg);
}

.scrolldown4:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	right:0;
    /*矢印の形状*/
	width:1px;
	height: 80px;
	background:#000;
}













.auts{
  margin-right: auto;
  margin-left: auto;
}

  .marus{
	 
  position: absolute;
  right: 8.8vw;
 bottom:-2px;
  z-index: ;
}

.marus2{
	
  position: absolute;
  right: 5.5vw;
bottom: -15px;
   z-index: 30;
}

.marus img{
  width: 19vw;
}

.marus2 img{
  width: 26vw;
}


.maint{
display: none;    
}

	.maint2{
  width: 100%;
       
   overflow: hidden;
  position: relative;      
}
	
	
	
.wrap {
  
 
}
	
	
	
	.maint2::before {
  animation: displayImg .9s linear forwards;
  background: #f7f7f7;
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 1;
}
@keyframes displayImg {
  100% {
    transform: translateX(100%);
  }


}

	
	
	
	

.maint::before {
  animation: displayImg .9s linear forwards;
  background: #f7f7f7;
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 1;
}
@keyframes displayImg {
  100% {
    transform: translateX(100%);
  }


}












/* メニューのスタイル */
.menua {
    position: fixed;
    top: 0;
    right: -100%; /* 初期状態では画面の外に隠れている */
    width: 300px;
    height: 100%;
    background-color: #fafad2;
    color: #333;
    transition: right 0.3s ease; /* スライドインのアニメーション */
    padding: 20px;
    box-sizing: border-box;
    z-index: 31;
  }
  
  /* メニューが開いているとき */
  .menua.open {
    right: 0;
  }
  
  /* ボタンのスタイル */
  .hamburger {
    position: fixed;
    top: 10px;
    right: 20px;
    width: 30px;
    cursor: pointer;
    z-index: 25;
    background-color: #00a3ff;
    padding: 10px;
  }
  
  .hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.4s;
  }
  
  /* バツ印に変化するスタイル */
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  
  /* メニューリストのスタイル */
  .menua ul {
    list-style-type: none;
    padding: 0;
    margin-top: 80px;
  }
  
  .menua li {
    padding: 20px 0;
    border-bottom: 1px solid #444;
  }
  
  .menua li a {
    color: #333;
    text-decoration: none;
    display: block;
  }

.his{
    padding: 9px;
  }

.his img{
width: 280px;
   
    
}


  .heads3{
 display: none;
        
}


.ff{
text-align: center;
        margin: auto;
        padding: 10px 0px 0px 0px;
}








}


@media screen and (min-width:481px) and ( max-width:1024px) {


    .irutoku {
        text-align: center;
        font-weight: bold;
        color: #00a3ff;
        font-size: 36px;
        margin-top: 40px;
        margin-bottom: 35px;
        line-height: 48px;
    }


       .iki {
        background-color: #fff;
        text-align: center;
       padding: 10px;
        font-size: 2.3vw;
       width: 85%;
        margin: 25px auto 0px auto;
        font-weight: bold;
    }

.bluarea{
  margin-top: 40px;
  margin-bottom: -40px;
  z-index: 30;
  position: relative;
}


      .gr1 {
        width: 95%;
        margin: 0px auto 15px auto;
        padding-bottom: 15px;
    }

.ts{
  width: 95%;
  margin: auto;
}

  .fropo{
display: flex;
width: 95%;
margin: auto;
align-items: center;
border-bottom: 2px dashed grey;
padding-bottom: 10px;
margin-bottom: 20px;
}



  .stst{
  display: flex;
  width: 95%;
  margin: auto;
justify-content: space-between;
}

    .sptarea{
  display: flex;
  width: 95%;
  margin: 0px auto 30px auto;
  justify-content: space-between;
}


.seisaku1{
  display: flex;
  max-width: 95%;
  margin: auto;
  justify-content: space-between
}

.seisat{
  width:30% ;
}

.seisat2{
  width:48% ;
}









  .blew{
  background-color: #00a3ff;
  text-align: center;
color: #fff;
font-size: 24px;
padding: 20px 0px;
margin-top: 40px;
}

  .syur1{
  width: 30%;
}

  .syuroure{
  display: flex;
  max-width: 95%;
  margin: 30px auto 0px auto;
  justify-content: space-between;
}

      .osig1 img {
        width: 25px;
    }

.osigarea{
  display: flex;
width: 95%;
  margin: 25px auto 0 auto;
justify-content: space-between;
}




    .jobun{
    text-align: center;
    color: #007BFF;
    font-size: 20px;
    font-weight: bold;
  }



.kanga{
 width: 75%;
  margin: auto;
}



  .say{
text-align: center;
}


    .seika{
  font-size: 5vw;
  font-weight: bold;
  color: #26abf6;
}


.seiff{
  font-size: 4vw;
  font-weight:bold;
  color: #e3db03;
} 


.histt{
  width: 80%;
  margin: auto;
}







  .aohan{
  position: absolute;
  right: 0;
top: 0;
z-index: -1;
}
    .supopo {
        position: relative;
    }


.hidariaohan{
  position: absolute;
  left: 0;
bottom: -150px;
z-index: -1;
}

  .foot{
font-size: 3vw

}

 .fob1{
  font-size: 3vw;
}


      .goriarea {
        display: flex
;
        width: 95%;
        margin: auto;
        justify-content: space-between;
    }

    .gosa1 {
        width: 48%;
    }



.gori1{
  text-align: center;
  font-weight: bold;
  color: #00a3ff;
  font-size: 36px;
  margin-top: 40px;
  margin-bottom: 15px;
}



.gori2{
  text-align: center;
  font-weight: bold;
  color: #e3db03;
  font-size: 32px;
  margin-bottom: 40px;
}



      .stuffbg {
        display: flex
;
        width: p5%;
        margin: auto;
        justify-content: space-between;
        background: url(https://mito.ilumina.co.jp/wp-content/uploads/2025/10/stuffbg.png);
        background-size: cover;
        background-position: center;
        padding: 20px 10px;
        border-radius: 60px;
    }

        .stf1 {
        width: 30%;
        text-align: center;
        color: #fff;
        font-weight: bold;
    }


      .supo1 {
        width: 48%;
    }

        .supo2 {
        width: 48%;
    }

  .supoarea{
 display: flex;
 width: 90%;
padding: 40px 0px;
    margin: auto;
    justify-content: space-between;
    align-items: center;

}



    .warea {
        display: flex
;
       width: 95%;
        margin: 40px auto;
        justify-content: space-between;
    }

    .warea2 {
        display: flex
;
          width: 95%;
        margin: 50px auto;
        justify-content: space-between;
    }


.wa{
  width: 32%;

  background-color: #fff;
}

.wa2{
  width: 48%;

  background-color: #fff;
}









  .jobarea{
    display: flex;
   width: 95%;
    margin: 40px auto;
    justify-content: space-between;
    align-items: center;
  }





.yokuposi{
max-width: 1000px;
margin: auto;
padding: 10px;

}





.fropo2{

  width: 70%;
}


fropo3{
  width: 30%;
}


  .steps{
  color: #007BFF;
  font-weight: bold;
  font-size: 32px;
  padding-bottom: 15px;
}

.steps2{
border-left: 10px solid #007BFF;
  font-size: 32px;
    padding-bottom: 15px;
    padding-left: 5px;
    font-weight: bold;
    margin-bottom: 10px;
}

.steps3{
  font-size: 20px;
  font-weight: bold;
}





.spts{
  width: 31%;
}

.sttz{
  width: 48%;
}


  .tkposi {
        width: 95%;
        margin: auto;
    }

      .tokuken {
        background-color: rgb(202, 227, 249);
        font-size: 24px;
        font-weight: bold;
        border-left: 10px solid rgb(0, 123, 255);
        padding: 15px 10px;
    }


  


 



.konya{
  text-align: center;
  font-size: 32px;
  margin-bottom: 25px;
 
}

.konyayellow{
   background-color: yellow;
   font-weight: bold;
}




    .nayabg {
        background: url(https://mito.ilumina.co.jp/wp-content/uploads/2025/10/nayabg.jpg);
        background-size: cover;
        padding: 40px 0px;
    }

  .oan{
    color: #0089ff;
    font-weight: bold;
    font-size: 24px;
}


        .or-ano {
        background: url(img/anothermain.jpg) no-repeat center center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 140px 10px;
        text-align: center;
    }



  .underarea2{
    flex-direction: row-reverse;
    display: flex;
    max-width: 1500px;
    margin: 80px auto;
    justify-content: space-between;
    align-items: center;
  }


  .underarea{
    display: flex;
   width: 95%;
    margin: 80px auto;
    justify-content: space-between;
    align-items: center;
  }

.under1{
width: 48%;
}

.under2{
  width: 48%;
}









  .otibgz{
  max-width: 800px;
  border:1px solid #000;
  margin:40px auto 20px auto;
  padding: 20px; 
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

  .wobg{
  background-color: #f0f3fc;
  padding: 20px 0px 60px 0px;
}



.fbg{
    background-image: url(img/fbg.jpg);
    background-size: cover;
    height:100px;
}



.tsuite1{
  text-align: center;
  font-weight: bold;
  color: #00a3ff;
  font-size: 36px;
  margin-top: 15px;
  margin-bottom: 15px;

}












  .wa1{
    font-size: 32px;
  font-weight: bold;
  color: #00a3ff;
  padding-bottom: 15px;
  }

.us1{
font-size: 28px;
font-weight: bold;
color: #feea60;
padding-bottom: 15px;
}


.bun1{
  padding-bottom: 15px;
  font-size: 18px;
}









  .hibis{
  text-align: center;
  font-size: 3.3vw;
}

  .mada{
  margin-top: 5px;
  font-size: 1.8vw;
  color: #fff;
  
}

.mada2{

  font-size: 1.8vw;
   color: #fff;
}

.sha{
font-size: 2vw;
font-weight: bold;
  text-shadow: 1px 1px 2px black;
}

  .caa {
        position: absolute;
        right: 5%;
        top: 35%;
        z-index: 10;
    }
  

  .anatano{
       background-image: linear-gradient(90deg, rgba(14, 244, 255, 1), rgba(65, 164, 253, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  }

  .anatano2{
   background-image: linear-gradient(90deg, rgba(255, 242, 58, 1), rgba(224, 162, 8, 1) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  }


  .bg .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
.bg.is-animated .bg-wrap::before {
  animation: bg 4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}
.bg.is-animated2 .bg-wrap::before {
  opacity: 0;
  animation: bg 4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s forwards;
  background: rgba(0,0,0,0.8);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}
.bg .bg-wrap .inn {
  opacity: 0;
  animation: fadeIn 2s ease 1.5s forwards;
  color: #fff;
  display: inline-block;
  font-size: 4.5vw;
  font-weight: 500;
  padding: 5px 15px 10px 15px;
  position: relative;
  z-index: 1;
}
.bg.is-animated2 .bg-wrap .inn {
  opacity: 0;
  animation: fadeIn 2s ease 2s forwards;
}


 @keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(0);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}


@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



.attachment-thumbnail{
  width: 55px;
}

.listing-item{
 display:flex;
  align-items: center;
  justify-content: center;
}



  .das{

  background-color: #fff;
  border-radius: 0 20px 0 0;

bottom: 0;
z-index: 20;
padding: 15px;
}


  .mainbg{
  background-image: url(img/mainbg.jpg);
  background-size: cover;
  padding-bottom: 4vw;
  position: relative;
}

  


 


.blutel{
    background-color: #00a3ff;
  width:90%;
 padding: 5px;
 text-align: center;
 color: #fff;
 font-size: 28px;
 font-weight: bold;
 margin: auto;
}


.blutel2{
    background-color: #f2f3f4;
 width:90%;
 padding: 5px;
 text-align: center;
 color:;
 font-size: 28px;
 font-weight: bold;
 vertical-align: middle;
  margin: auto;
}


.uchi{
    border: 1px solid #fff;
    padding: 5px;
    
}

.uchi p{
    line-height: 43px;
}




.uchi2{
    border: 1px solid #000;
   
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uchi2 p{
   
}


.uchi2 p:before {
    content: url("img/blumail.png");  /*画像のURL*/
    margin-right:20px;  /*画像右の余白*/
   vertical-align: bottom;
   margin-top: 3px;
   padding-top: 3px;
   line-height: 24px;
}






 
















   .f1{
        text-align: center;
        color: #fff;
    }



  /*=== 9-1-4 矢印が動いてスクロールを促す  ====*/

/*スクロールダウン全体の場所*/
.scrolldown4{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:1%;
	right:5%;
    /*矢印の動き1秒かけて永遠にループ*/
	animation: arrowmove 1s ease-in-out infinite;
  z-index: 15;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
	position: absolute;
	left:-20px;
	bottom:30px;
    /*テキストの形状*/
	color: #000;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: -6px;
    /*矢印の形状*/
    width: 1px;
    height: 20px;
    background: #000;
    transform: skewX(-31deg);
}

.scrolldown4:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	right:0;
    /*矢印の形状*/
	width:1px;
	height: 80px;
	background:#000;
}

.marus{
  position: absolute;
  right: 4.2vw;
  top: 3.7vw;
}

.marus2{
  position: absolute;
  right: 2.2vw;
  top: 1.7vw;
}

.marus img{
  width: 9vw;
}

.marus2 img{
  width: 13vw;
}

	.maint2{
		display: none;
	}

  .maint{
  width: 80%;
       
   overflow: hidden;
  position: relative;      
}

.wrap {
  
 
}
.maint::before {
  animation: displayImg .9s linear forwards;
  background: #f7f7f7;
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 1;
}
@keyframes displayImg {
  100% {
    transform: translateX(100%);
  }
}

.ff{
text-align: center;
      
        padding: 10px 0px 0px 0px;
}


  .heads3{
 display: none;
        
}

  .his img{
width: 480px;
   
    
}

   
.menua {
    position: fixed;
    top: 0;
    right: -100%; /* 初期状態では画面の外に隠れている */
    width: 300px;
    height: 100%;
    background-color: #fafad2;
    color: #333;
    transition: right 0.3s ease; /* スライドインのアニメーション */
    padding: 20px;
    box-sizing: border-box;
    z-index: 31;
  }
  
  /* メニューが開いているとき */
  .menua.open {
    right: 0;
  }
  
  /* ボタンのスタイル */
  .hamburger {
    position: fixed;
    top: 10px;
    right: 20px;
    width: 30px;
    cursor: pointer;
    z-index: 20;
    background-color: #00a3ff;
    padding: 10px;
  }
  
  .hamburger span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.4s;
  }
  
  /* バツ印に変化するスタイル */
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  
  /* メニューリストのスタイル */
  .menua ul {
    list-style-type: none;
    padding: 0;
    margin-top: 80px;
  }
  
  .menua li {
    padding: 20px 0;
    border-bottom: 1px solid #444;
  }
  
  .menua li a {
    color: #333;
    text-decoration: none;
    display: block;
  }


}


@media screen and (min-width:1025px) {

.syuroure{
  display: flex;
  max-width: 1480px;
  margin: 30px auto 0px auto;
  justify-content: space-between;
}

.syur1{
  width: 30%;
}







.blew{
  background-color: #00a3ff;
  text-align: center;
color: #fff;
font-size: 24px;
padding: 20px 0px;
margin-top: 40px;
}

  .jobun{
    text-align: center;
    color: #007BFF;
    font-size: 20px;
    font-weight: bold;
  }

.tkposi{
  max-width: 1280px;
  margin: auto;
}


.tokube{
  padding: 20px;
}


.irutoku{

   text-align: center;
        font-weight: bold;
        color: #00a3ff;
        font-size: 36px;
        margin-top: 40px;
        margin-bottom: 35px;
}


.tokuken{
  background-color: #cae3f9;
  border-left: 10px solid #007BFF;
  font-size: 24px;
  padding: 15px 10px;
  font-weight: bold;
}


  .iki{
    background-color: #fff;
    text-align: center;
    padding: 40px 0px;
    font-size: 20px;
    max-width: 1000px;
    margin:25px auto 0px auto;
    font-weight: bold;
  }


.nayabg{background:url(https://mito.ilumina.co.jp/wp-content/uploads/2025/10/nayabg.jpg) ;
  background-size: cover;
  padding: 40px 0px;
}

.konya{
  text-align: center;
  font-size: 32px;
  margin-bottom: 25px;
 
}

.konyayellow{
   background-color: yellow;
   font-weight: bold;
}

.kanga{
  max-width: 800px;
  margin: auto;
}

  .otibgz{
  max-width: 800px;
  border:1px solid #000;
  margin:40px auto 20px auto;
  padding: 20px; 
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}

  .supopo{
  position: relative;
}

  .attachment-thumbnail{
  width: 55px;
}

.listing-item{
 display:flex;
  align-items: center;
  justify-content: center;
}



.foot{
font-size: 32px;

}


  .fob1{
  font-size: 32px;
}
  
  .blutel{
    background-color: #00a3ff;
  width: 45%;
 padding: 30px;
 text-align: center;
 color: #fff;
 font-size: 28px;
 font-weight: bold;
 
}


.blutel2{
    background-color: #f2f3f4;
  width: 45%;
 padding: 30px;
 text-align: center;
 color:;
 font-size: 28px;
 font-weight: bold;
 vertical-align: middle;
}


.uchi{
    border: 1px solid #fff;
    padding: 20px;
    
}

.uchi p{
    line-height: 43px;
}




.uchi2{
    border: 1px solid #000;
    padding: 20px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uchi2 p{
   
}


.uchi2 p:before {
    content: url("img/blumail.png");  /*画像のURL*/
    margin-right:20px;  /*画像右の余白*/
   vertical-align: bottom;
   margin-top: 3px;
   padding-top: 3px;
   line-height: 24px;
}


/*=== 9-1-4 矢印が動いてスクロールを促す  ====*/

/*スクロールダウン全体の場所*/
.scrolldown4{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
	bottom:1%;
	right:5%;
    /*矢印の動き1秒かけて永遠にループ*/
	animation: arrowmove 1s ease-in-out infinite;
  z-index: 15;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

/*Scrollテキストの描写*/
.scrolldown4 span{
    /*描画位置*/
	position: absolute;
	left:-20px;
	bottom:30px;
    /*テキストの形状*/
	color: #000;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom: 0;
    right: -6px;
    /*矢印の形状*/
    width: 1px;
    height: 20px;
    background: #000;
    transform: skewX(-31deg);
}

.scrolldown4:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	right:0;
    /*矢印の形状*/
	width:1px;
	height: 80px;
	background:#000;
}



.seika{
  font-size: 48px;
  font-weight: bold;
  color: #26abf6;
}


.seiff{
  font-size: 36px;
  font-weight:bold;
  color: #e3db03;
} 



.say{
  max-width: 1680px;
  margin-left: auto;
}

.sato{
font-size: 28px;
padding-bottom: 10px;
}

  .stuffbg{
    display: flex;
    max-width: 1400px;
    margin: auto;
    justify-content: space-between;
    background: url(https://mito.ilumina.co.jp/wp-content/uploads/2025/10/stuffbg.png);
    background-size: cover;
    background-position: center;
    padding: 80px;
    border-radius: 60px;
  }

.stf1{
  width: 30%;
  text-align: center;
  color: #fff;
  font-weight: bold;
}


.aohan{
  position: absolute;
  right: 0;
top: 0;
z-index: -1;
}



.hidariaohan{
  position: absolute;
  left: 0;
bottom: -150px;
z-index: -1;
}









  .wa1{
    font-size: 32px;
  font-weight: bold;
  color: #00a3ff;
  padding-bottom: 15px;
  }

.us1{
font-size: 28px;
font-weight: bold;
color: #feea60;
padding-bottom: 15px;
}


.bun1{
  padding-bottom: 15px;
  font-size: 18px;
}


.wobg{
  background-color: #f0f3fc;
  padding: 20px 0px 60px 0px;
}

.supoarea{
 display: flex;
    max-width: 1500px;
padding: 40px 0px;
    margin: auto;
    justify-content: space-between;
    align-items: center;

}

.gori1{
  text-align: center;
  font-weight: bold;
  color: #00a3ff;
  font-size: 36px;
  margin-top: 40px;
  margin-bottom: 15px;
}



.gori2{
  text-align: center;
  font-weight: bold;
  color: #e3db03;
  font-size: 32px;
  margin-bottom: 40px;
}


.tsuite1{
  text-align: center;
  font-weight: bold;
  color: #00a3ff;
  font-size: 36px;
  margin-top: 15px;
  margin-bottom: 15px;

}










.goriarea{
display: flex;
max-width: 1360px;
margin: auto;
justify-content: space-between;

}


.gosa1{

    width: 48%;
}

.supo1{
  width: 48%;
}

.supo2{
  width: 48%;
}

  .jobarea{
    display: flex;
    max-width: 1500px;
    margin: 40px auto;
    justify-content: space-between;
    align-items: center;
  }


    .warea {
        display: flex
;
        max-width: 1500px;
        margin: 40px auto;
        justify-content: space-between;
    }

    .warea2 {
        display: flex
;
        max-width: 1160px;
        margin: 50px auto;
        justify-content: space-between;
    }



    .wa {
        width: 31%;
        background-color: #fff;
    }



        .wa2 {
        width: 48%;
        background-color: #fff;
    }



 .underarea2{
  flex-direction: row-reverse;
    display: flex;
    max-width: 1500px;
    margin: 80px auto;
    justify-content: space-between;
    align-items: center;
  }



  .underarea{
    display: flex;
    max-width: 1500px;
    margin: 80px auto;
    justify-content: space-between;
    align-items: center;
  }

.under1{
width: 48%;
}

.under2{
  width: 48%;
}

.ff{
    display: flex;
            max-width: 1480px;
        margin: auto;
        padding: 10px 0px 0px 0px;
}

.heads3{
  display: flex;
  margin-left: auto;
}


.hs{
  padding-top: 35px;
}





  .his img{
width: 380px;
   padding-top: 5px;
 padding-left: 10px;   
}

  .his{
    padding-top: 7px;
  }

  .anatano{
       background-image: linear-gradient(90deg, rgba(14, 244, 255, 1), rgba(65, 164, 253, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  }

  .anatano2{
   background-image: linear-gradient(90deg, rgba(255, 242, 58, 1), rgba(224, 162, 8, 1) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  }

	
	.maint2{
		display: none;
	}
	
	
.maint{
  width: 80%;
       
   overflow: hidden;
  position: relative;      
}

.wrap {

 
}
.maint::before {
  animation: displayImg .9s linear forwards;
  background: #f7f7f7;
  content: '';
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 1;
}
@keyframes displayImg {
  100% {
    transform: translateX(100%);
  }
}


.messe2{

}



 @keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(0);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.bg .bg-wrap {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
.bg.is-animated .bg-wrap::before {
  animation: bg 4s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  background: #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}
.bg.is-animated2 .bg-wrap::before {
  opacity: 0;
  animation: bg 4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s forwards;
  background: rgba(0,0,0,0.8);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}
.bg .bg-wrap .inn {
  opacity: 0;
  animation: fadeIn 2s ease 1.5s forwards;
  color: #fff;
  display: inline-block;
  font-size: 4.5vw;
  font-weight: 500;
  padding: 5px 15px 10px 15px;
  position: relative;
  z-index: 1;
}
.bg.is-animated2 .bg-wrap .inn {
  opacity: 0;
  animation: fadeIn 2s ease 2s forwards;
}


.caa{
  position: absolute;
  right: 5%;
 top: 35%;
  z-index: 10;
}


.das{
line-height: 37px;
  background-color: #fff;
  border-radius: 0 20px 0 0;
position: absolute;
bottom: 0;
z-index: 20;
padding: 15px 20px;
}



.hibis{
  text-align: center;
  font-size: 1.3vw;
}






.marus{
  position: absolute;
  right: 4.2vw;
  top: 3.7vw;
}

.marus2{
  position: absolute;
  right: 2.2vw;
  top: 1.7vw;
}

.marus img{
  width: 9vw;
}

.marus2 img{
  width: 13vw;
}

.mainbg{
  background-image: url(img/mainbg.jpg);
  background-size: cover;
  padding-bottom: 4vw;
  position: relative;
}

.mada{
  margin-top: 30px;
  font-size: 3vw;
  color: #fff;
  
}

.mada2{
  padding-top: 35px;
  font-size: 3vw;
   color: #fff;
}


.sha{
font-size: ;
font-weight: bold;
  text-shadow: 1px 1px 2px black;
}


    .wpa {
    background: linear-gradient(transparent 50%, #0089ff);
}

  
        .or-ano {
        background: url(img/anothermain.jpg) no-repeat center center;
        background-size: cover;
        background-repeat: no-repeat;
        padding: 140px 10px;
        text-align: center;
    }


   
    .hszz{
        background-color: #00a3ff;
       width: 140px;
       height: 100px;
       text-align: center;
       display: flex;
       align-items: center;
           justify-content: center;
    }

.hszz a{
    color: #fff;
    text-decoration: none;
}


.hs a{
    color: #000;
    text-decoration: none;
    margin-right: 18px;
    
}


.hs{
   
}


.heads{
    display: flex;
   
}



    .menua{display: none;}

.fbg{
    background-image: url(img/fbg.jpg);
    background-size: cover;
    height:200px;
}

    .bluarea{
        display: flex;
        justify-content: space-between;
            max-width: 1580px;
            margin: 40px auto -120px auto;
    }

    .sen {
        max-width: 1480px;
        margin: 20px auto 20px auto;
    }

    .f1{
        text-align: center;
        color: #fff;
    }






.histt img{
    width: 380px;
}



.fnavia{
    display: flex
;
        margin-left: auto;
        padding-top: 10px;
}

.fnavia p{
            margin-right: 1.3vw;
        font-size: 17px;
        padding-top: 11px;
}



}