@charset "UTF-8";
/*-------Main-1------------ */

#main1{
    width: 100%;
    background-color:#DEF4F8;
    margin: -162px 0 0 0;
    padding: 0;
    background-image: url("../images/bg/bg_1.png");
    background-repeat: no-repeat;
    background-position: top;
}

.top_area{
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    max-width: 1120px;
    padding-bottom: 120px;
    position: relative;
}
.birds{
    position: absolute;
    width: 200px;
    top:80px;
    left:-160px;
}
.ship{
    width: 300px;
    position: absolute;
    bottom: 30px;
    right:-120px;
}
.top_area h3{
    font-size: 1.8rem;
    color: #006bac;
    line-height: 3rem;
    font-weight: 500;
}
.top_area_left{
    width: 44%;
    font-size: 1.1rem;
    line-height: 2.5rem;
    padding-left: 3%;
}
.top_area_right{
    position: relative;
    width: 53%;
    padding: 50px 0 0 0;
}
.right_down{
    width: 55%;
    position: absolute;
    top:90px;
    right:0;
    z-index: 1;
}
.right_up{
    width: 55%;
    position: absolute;
    top:160px;
    left:0;
    z-index: 2;
}
.right_top{
    width: 200px;
    position: absolute;
    top:0;
    left:18%;
    z-index: 2;
}
.right_cloud{
    width: 300px;
    position: absolute;
    top:0;
    right:-160px;
    z-index: 2;
}
/* Animation */
.cloud {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
/*----------NEWS-------------*/
#main2{
    width: 100%;
    background-color:#DEF4F8;
    margin: -60px 0 0 0;
    padding: 0 0 10px 0;
    background-image: url("../images/bg/bg_2.png");
    background-repeat: no-repeat;
    background-position: top;
}
#main2 h3{
    font-size:3.5rem;
    color: #272727;
    text-align: center;
    letter-spacing: 0.2em;
    font-weight: 500;
    line-height: 3.5rem;
}
#main2 h3 span{
    color: #006bac;
}

#main2 
.telop_area{
    width: 60%;
    margin: 0 auto;
    background-color: #F0F0F0;
    border-radius: 10px;
    position: relative;
    padding: 20px 0 0;
    box-shadow:0px 3px 3px -1px #ccc inset;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
    font-size: 1rem;
    line-height: 1rem;
    color: #000;
}
.telop_ttl{
    position: absolute;
    font-size: 1.1rem;
    line-height: 2rem;
    width: 12rem;
    top:-23px;
    left:37%;
    letter-spacing: 0.1rem;
    text-align: center;
    background-color: #55B7CB;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    font-weight: 500;
    z-index: 2;
}
.news_area{
    width: 80%;
    margin: 40px auto 70px;
    display: flex;
    justify-content: space-between;
    max-width: 1120px;
    flex-wrap: wrap;

}
.news_item{
    position: relative;
    width: 31%;
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    margin: 40px 0 ;
     filter: drop-shadow(0px 2px 3px rgba(0,0,0,0.2));   
}
.news_item > .cate{
    position: absolute;
    top:-40px;
    left:8%;
    width: 80px;
}
.news_item > .date{
    width: 8rem;
    color: #0082bd;
    padding-left: 100px;
}
.news_item p{
    margin: 10px 0 0 0;
    line-height: 1.0rem;
}
.news_item a{
    text-decoration: none;
    color: #272727;}
.news_item a:hover{
    text-decoration: none;
    color: #5FB8CC;}

.news_link{
    width: 100%;
    margin: 0 auto 40px;
    display: flex;
    justify-content: center;
}
.news_link_btn{
    width: 180px;margin: 10px 20px;
}
.news_link_btn img:hover{
    -webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
filter: drop-shadow(0 3px 3px rgba(0,0,0,0.2));
}
/*----------BNR-------------*/
#main3{
    width: 100%;
    background-color:#fff;
    margin: 0 0 0 0;
    padding: 0;
    background-image: url("../images/bg/bg_3.png");
    background-repeat: no-repeat;
    background-position: top;
}

.bnr_area{
    width: 80%;
    margin: 50px auto -10px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width:1120px; 
    position: relative;
}
.bnr_fishi_2{
    width:230px;
    position: absolute;
    top:-140px;
    left:-100px;
    z-index: 3;
}
.bnr_area p{
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 10px 0 0;
    padding: 0;
}
.bnr_item1{
    width: 32%;
    display: flex;
    flex-direction: column;
}
.bnr_item2{
    width: 31%;
    display: flex;
    flex-direction: column;
    margin-top: 60px;
}
.bnr_item1 img:hover{
    -webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
filter: drop-shadow(0 3px 3px rgba(0,0,0,0.2));
}
.bnr_item2 img:hover{
    -webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
filter: drop-shadow(0 3px 3px  rgba(0,0,0,0.2));
}
.bnr_item3 img:hover{
    -webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
filter: drop-shadow(0 3px 3px rgba(0,0,0,0.2));
}

.bnr_item_btn{
    width: 200px;
    margin: 20px auto;
}

.main3_bottom{
    width: 100%;
    background-image: url("../images/bg/bg_3_bottom.png");
    background-repeat: repeat-x;
    height: 110px;
    position: relative;
}
.bnr_fish_1{
    width: 180px;
    position: absolute;
    top:-50px;
    right:0;
}
/*----------support-------------*/
#main4{
    width: 100%;
    background-color: #DFF3F7;
    margin: 0;
    padding: 0 0 50px 0;
    height: auto;
    position: relative;
    overflow-x: hidden;
}
/* 魚 */
.fish1 {
    position: absolute;
    width: 1200px;
    height: 188px;
    background-image:url("../images/bg/fish1.png");
    background-size: cover;
    animation: swim linear infinite;
    top: 5%;
    left:0;
    animation-duration: 20s;
}
.fish2 {
    position: absolute;
    width: 1400px;
    height:276px;
    background-image:url("../images/bg/fish2.png");
    background-size: cover;
    animation: swim2 linear infinite;
    top: 35%;
    right:0;
    animation-duration: 40s;
    z-index: 1;
}


/* 魚の泳ぐ動き */
@keyframes swim {
    /* 画面左側からスタート */
    0% { left: 0px; transform: scaleX(-1); } 

    /* 途中まで左向きで進む（49%の時点でまだ反転しない） */
    49% { transform: scaleX(-1); } 

    /* 画面右端（50%地点）で方向転換（進行方向に合わせて画像を反転する） */
    50% { left: 80vw; transform: scaleX(1); }

    /* そのまま画面左側へ戻る */
    100% { left: 0px; transform: scaleX(1); }
}
@keyframes swim2 {
    /* 画面左側からスタート */
    0% { right: 0; transform: scaleX(-1); } 

    /* 途中まで左向きで進む（49%の時点でまだ反転しない） */
    49% { transform: scaleX(-1); } 

    /* 画面右端（50%地点）で方向転換（進行方向に合わせて画像を反転する） */
    50% { right: 50vw; transform: scaleX(1); }

    /* そのまま画面左側へ戻る */
    100% { right: 0; transform: scaleX(1); }
}

.support_area{
    width: 80%;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width:1120px; 
    position: relative;
    z-index: 2;
	overflow-w: hidden;
}

.support_item_1{
    width: 50%;
    padding: 0 30px 0 0;
    display: flex;
    flex-direction: column;
    position: relative;
}
.support_item_2{
    width: 50%;
    padding: 100px 0 0 0;
    position: relative
}
.support_item_2 img{
    width: 90%;
}
.item2_crub{
    position: absolute;
    width: 200px;
    z-index: 3;
}
@keyframes return {
    0%{top:20px;
       right: 100px; 
    }
  50% {
      top:20px;
    right: 250px;
  }
  100% {
      top:20px;
    right: 100px;
  }
}
.return {
    top:50px;
    right:120px;
  animation-name: return;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}
.support_head{
    font-size: 1.8rem;
    color: #006bac;
    line-height: 3rem;
    font-weight: 500;
}
.support_icon{
    width: 180px;
}
.support_btn{
     width: 200px;
    margin: 20px 0 0 20px;
}
.support_btn img:hover{
    -webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
}
/*----------RECRUIT-------------*/
#main5{
    width: 100%;
    background-color:#fff;
    margin: 0;
    padding: 40px 0;
    background-image: url("../images/bg/bg_4_bottom.png");
    background-repeat: repeat-x;
    background-position:bottom;
}

#main5 h3{
    font-size:3.5rem;
    color: #006bac;
    text-align: center;
    letter-spacing: 0.2em;
    font-weight: 500;
    line-height: 3.5rem;
    margin: 30px 0 0 0;
    padding: 0;
}
#main5 h3 span{
    color: #272727;
}
#main5 h4{
    font-size:1.8rem;
    color: #006bac;
    text-align: center;
    margin: 10px 0;
    line-height: 2.0rem;
}
.recruit_area{
    width: 75%;

    max-width:1050px; 
    position: relative;
    margin: 0 auto;
    z-index: 2;
}
.rec_space{
    width: 50%;
    padding: 20px 50px 30px 80px;
    background-color: #00BCD1;
    border-radius: 50px;
    color: #fff;
    margin: 150px 0 30px 55%;
    z-index: 2;
}
.rec_space p{
    font-size: 1.4rem;
    font-weight: 600;
}
.rec_btn{
    width: 250px;
    margin: 20px auto;
}
.rec_btn img:hover{
    -webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
}
.rec_pic{
    width: 57%;
    position: absolute;
    top:-100px;
    left:0;
    z-index: 2;
}
.rec_pic img{
    width: 100%;
    border-radius: 50px;
}
.dot_l{
    width: 500px;
    position: absolute;
     bottom:0;
    left:-300px;
    z-index: 1;
}
.dot_r{
    width: 500px;
    position: absolute;
     bottom:0;
    right:-300px;
    z-index: -1;
}
.shell{
    position: absolute;
    width: 150px;
    top:-140px;
    left:-100px;
    z-index: 3;
}

.rec_star{
    width: 220px;
    position: absolute;
    top:-70px;
    right:-120px;
    z-index: 2;
}
/*----------MAP-------------*/
#main6{
    width: 100%;
    background-color: #0070B7;
    margin: 0;
    padding: 40px 0;
    background-image: url("../images/bg/bg_5.png");
    background-repeat: no-repeat;
    background-position: center;
    position: relative;

}

#main6 h3{
    width: 65%;
    font-size:3.5rem;
    color: #fff;
    letter-spacing: 0.2em;
    font-weight: 500;
    line-height: 3.5rem;
    margin: 30px auto;
}
.map_area{
    width: 65%;
    margin: 0 auto 40px;
    position: relative;
}
.map_area > iframe{
    border-radius: 15px;
}
.lighthouse{
    width: 120px;
    position: absolute;
    top:-190px;
    left:-180px;
    z-index: 3;
}
.seewood{
    width: 180px;
    position: absolute;
    bottom:-30px;
    right:-120px;
    z-index: 3;
}
/*----------campany-------------*/
#main7{
    width: 100%;
    background-color: #E3E3E3;
    margin: 0;
    padding: 40px 0;
}

#main7 h3{
    width: 25%;
    font-size:2.0rem;
    color: #272727;
    font-weight: 500;
}
.link_area{
    width: 80%;
    margin: 20px auto 0;
    max-width: 1120px;
    display: flex;
}
.link_box{
    width: 70%;
    display: flex;
    justify-content: space-between;
}
.link_box_item{
    width: 48%;
}
 .link_box_item img:hover{
    -webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
filter: drop-shadow(0px 5px 5px rgba(0,0,0,0.2));
}


/*---------------------------------------------
--------------------MAX 900PX-----------------------------*/
@media screen and (max-width:900px){
/*-------Main-1------------ */
.kazenonekodomo{
	bottom:15%;
}
#main1{
    margin: -150px 0 0 0;
}

.top_area{
    width: 70%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 900px;
    padding-bottom: 300px;
    position: relative;
}
.birds{
    position: absolute;
    width: 180px;
    top:80px;
    left:-160px;
}
.ship{
    width: 250px;
    position: absolute;
    bottom: 200px;
    right:-140px;
}
.top_area h3{
    font-size: 2.0rem;
    line-height: 3.2rem;
}
.top_area_left{
    width: 100%;
    font-size: 1.1rem;
    line-height: 2.5rem;
    padding-left: 3%;
}
.top_area_right{
    position: relative;
    width: 100%;
    padding: 0 10%;
}
.right_down{
    width: 45%;
    position: absolute;
    top:40px;
    right:15%;
    z-index: 1;
}
.right_up{
    width: 45%;
    position: absolute;
    top:30px;
    right:0;
}
.right_top{
    width: 180px;
    position: absolute;
    top:-300px;
    left:70%;
    z-index: 2;
}
.right_cloud{
    width: 280px;
    position: absolute;
    top:-320px;;
    right:-250px;
    z-index: 2;
}

/*----------NEWS-------------*/
#main2{
    width: 100%;
    background-color:#DEF4F8;
    margin: -60px 0 0 0;
    padding: 0 0 10px 0;
    background-image: url("../images/bg/bg_2_s.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
 }
#main2 h3{
    font-size:3.5rem;
    color: #272727;
    text-align: center;
    letter-spacing: 0.2em;
    font-weight: 500;
    line-height: 3.5rem;
}
#main2 h3 span{
    color: #006bac;
}

#main2 .telop_area{
    width: 80%;
    margin: 0 auto;
    background-color: #F0F0F0;
    border-radius: 10px;
    position: relative;
    padding: 20px 0 0;
    box-shadow:0px 3px 3px -1px #ccc inset;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
    font-size: 1rem;
    line-height: 1rem;
    color: #000;
}
.telop_ttl{
    position: absolute;
    font-size: 1.1rem;
    line-height: 2rem;
    width: 12rem;
    top:-23px;
    left:37%;
    letter-spacing: 0.1rem;
    text-align: center;
    background-color: #55B7CB;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    font-weight: 500;
    z-index: 2;
}
.news_area{
    width: 80%;
    margin: 40px auto 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1120px;
}
.news_item{
    position: relative;
    width: 48%;
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    margin: 30px 0 ;
     filter: drop-shadow(0px 2px 3px rgba(0,0,0,0.2));   
}
.news_item > .cate{
    position: absolute;
    top:-40px;
    left:8%;
    width: 80px;
}
.news_item > .date{
    width: 8rem;
    color: #0082bd;
    padding-left: 100px;
}
.news_item p{
    margin: 10px 0 0 0;
    line-height: 1.0rem;
}
.news_item a{
    text-decoration: none;
    color: #272727;}
.news_item a:hover{
    text-decoration: none;
    color: #5FB8CC;}
    
    
/*----------BNR-------------*/
#main3{
    width: 100%;
    background-color:#fff;
    margin: 0 0 0 0;
    padding: 0;
    background-image: url("../images/bg/bg_3_s.png");
    background-repeat: no-repeat;
    background-position: top;
}

.bnr_area{
    width: 90%;
    margin: 50px auto -10px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-width:1120px; 
    position: relative;
}
.bnr_fishi_2{
    width:200px;
    position: absolute;
    top:-120px;
    left:-40px;
    z-index: 3;
}
.bnr_area p{
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 10px 0 0;
    padding: 0;
}
.bnr_item1{
    width: 32%;
    display: flex;
    flex-direction: column;
}
.bnr_item2{
    width: 31%;
    display: flex;
    flex-direction: column;
    margin-top: 60px;
}
.bnr_item1 img:hover{
    -webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
filter: drop-shadow(0 3px 3px rgba(0,0,0,0.2));
}
.bnr_item2 img:hover{
    -webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
filter: drop-shadow(0 3px 3px  rgba(0,0,0,0.2));
}

.bnr_item_btn{
    width: 200px;
    margin: 20px auto;
}

.main3_bottom{
    width: 100%;
    background-image: url("../images/bg/bg_3_bottom.png");
    background-repeat: repeat-x;
    height: 110px;
    position: relative;
}
.bnr_fish_1{
    width: 160px;
    position: absolute;
    top:0px;
    right:10px;
    
}
/*----------support-------------*/
#main4{
    width: 100%;
    background-color: #DFF3F7;
    margin: 0;
    padding: 0 0 50px 0;
    height: auto;
    position: relative;
}
/* 魚 */
.fish1 {
    position: absolute;
    width: 1200px;
    height: 188px;
    background-image:url("../images/bg/fish1.png");
    background-size: cover;
    animation: swim linear infinite;
    top: 5%;
    left:0;
    animation-duration: 20s;
}
.fish2 {
    position: absolute;
    width: 1400px;
    height:276px;
    background-image:url("../images/bg/fish2.png");
    background-size: cover;
    animation: swim2 linear infinite;
    top: 35%;
    right:0;
    animation-duration: 40s;
    z-index: 1;
}

.support_area{
    width: 70%;
    margin:0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    max-width:650px; 
    position: relative;
    z-index: 2;
}

.support_item_1{
    width: 100%;
    padding: 0 0 20px 0;
    display: flex;
    flex-direction: column;
}
.support_item_2{
    width: 70%;
    margin: -30px 0 0 25%;
    padding: 60px 0 0 0;
    position: relative
}
.support_item_2 img{
    width: 100%;
}
.item2_crub{
    position: absolute;
    width: 120px;
    z-index: 3;
}

.support_head{
    font-size: 1.8rem;
    color: #006bac;
    line-height: 3rem;
    font-weight: 500;
}
.support_icon{
    width: 180px;
}
.support_btn{
     width: 200px;
    margin: 10px 0 0 20px;
}

/*----------RECRUIT-------------*/
#main5{
    width: 100%;
    background-color:#fff;
    margin: 0;
    padding: 40px 0;
    background-image: url("../images/bg/bg_4_bottom_s.png");
    background-repeat: repeat-x;
    background-position:bottom;
    background-size: contain;
}

#main5 h3{
    font-size:3.5rem;
    color: #006bac;
    text-align: center;
    letter-spacing: 0.2em;
    font-weight: 500;
    line-height: 3.5rem;
    margin: 30px 0 0 0;
    padding: 0;
}
#main5 h3 span{
    color: #272727;
}
#main5 h4{
    font-size:1.8rem;
    color: #006bac;
    text-align: center;
    margin: 20px 0;
    line-height: 2.0rem;
}
.recruit_area{
    width: 75%;
    margin: 30px 15% 30px 10%;
    max-width:1120px; 
    position: relative;
    z-index: 2;
}
.rec_space{
    width: 70%;
    padding: 40px 30px 20px 30px;
    background-color: #00BCD1;
    border-radius: 50px;
    color: #fff;
    margin: 250px 0 30px 30%;
    z-index: 2;
}
.rec_space p{
    font-size: 1.6rem;
    font-weight: 600;
}
.rec_btn{
    width: 250px;
    margin: 20px auto;
}

.rec_pic{
    width: 70%;
    position: absolute;
    top:-220px;
    left:0;
    z-index: 2;
}
.rec_pic img{
    width: 100%;
    border-radius: 50px;
}
.dot_l{
    width: 400px;
    position: absolute;
     bottom:0;
    left:-260px;
    z-index: 1;
}
.dot_r{
    width: 400px;
    position: absolute;
     bottom:0;
    right:-260px;
    z-index: -1;
}
.shell{
    position: absolute;
    width: 130px;
    top:-330px;
    left:-90px;
    z-index: 3;
}

.rec_star{
    width: 200px;
    position: absolute;
    top:-60px;
    right:-120px;
    z-index: 2;
}
/*----------MAP-------------*/
#main6{
    width: 100%;
    background-color: #0070B7;
    margin: 0;
    padding: 40px 0;
    background-image: url("../images/bg/bg_5_s.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;

}

#main6 h3{
    width: 65%;
    font-size:3.5rem;
    color: #fff;
    letter-spacing: 0.2em;
    font-weight: 500;
    line-height: 3.5rem;
    margin: 30px auto;
}
.map_area{
    width: 65%;
    margin: 0 auto 40px;
    position: relative;
    
}
.map_area > iframe{
    border-radius: 15px;
    height: 350px;
    overflow-y: hidden;
}
.lighthouse{
    width: 110px;
    position: absolute;
    top:-180px;
    left:-120px;
    z-index: 3;
}
.seewood{
    width: 150px;
    position: absolute;
    bottom:-30px;
    right:-120px;
    z-index: 3;
}
/*----------campany-------------*/
#main7{
    width: 100%;
    background-color: #E3E3E3;
    margin: 0;
    padding: 30px 0;
}

#main7 h3{
    width: 25%;
    font-size:1.5rem;
    color: #272727;
    font-weight: 500;
}
.link_area{
    width: 90%;
    margin: 20px auto 0;
    max-width: 900px;
    display: flex;
}
.link_box{
    width: 70%;
    display: flex;
    justify-content: space-between;
}
.link_box_item{
    width: 48%;
}

}
/*---------------------------------------------
--------------------MAX 480PX-----------------------------*/
@media screen and (max-width:480px){
/*-------Main-1------------ */
.kazenonekodomo{
	bottom:22%;
    right:6%;
}
#main1{
    margin: -140px 0 0 0;
    background-image: url("../images/bg/bg_1_s.png");
    background-size: contain;
}

.top_area{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 500px;
    padding:40px 0 300px 0;
    position: relative;
}
.birds{
    position: absolute;
    width: 100px;
    top:-40px;
    left:-50px;
}
.ship{
    width: 180px;
    position: absolute;
    bottom: 240px;
    right:-60px;
}
.top_area h3{
    font-size: 1.3rem;
    line-height: 2.2rem;
}
.top_area_left{
    width: 100%;
    font-size: 1.1rem;
    line-height: 2.0rem;
    padding-left: 3%;
}
.top_area_right{
    position: relative;
    width: 100%;
    padding: 0 10%;
}
.right_down{
    width: 70%;
    position: absolute;
    top:100px;
    right:-30px;
    z-index: 1;
}
.right_up{
    width: 68%;
    position: absolute;
    top:20px;
    left:-20px;
}
.right_top{
    width: 110px;
    position: absolute;
    top:-380px;
    left:80%;
    z-index: 2;
}
.right_cloud{
    width: 200px;
    position: absolute;
    top:-460px;
    right:-100px;
    z-index: 2;
}

/*----------NEWS-------------*/
#main2{
    width: 100%;
    background-color:#DEF4F8;
    margin: -60px 0 0 0;
    padding: 0 0 10px 0;
    background-image: url("../images/bg/bg_2_s.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size:contain;
 }
#main2 h3{
    font-size:2.5rem;
    color: #272727;
    text-align: center;
    letter-spacing: 0.2em;
    font-weight: 500;
    line-height: 3.5rem;
}
#main2 h3 span{
    color: #006bac;
}

#main2 .telop_area{
    width: 90%;
    margin: 0 auto;
    background-color: #F0F0F0;
    border-radius: 10px;
    position: relative;
    padding: 20px 0 0;
    box-shadow:0px 3px 3px -1px #ccc inset;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
    font-size: 1rem;
    line-height: 1rem;
    color: #000;
}
.telop_ttl{
    position: absolute;
    font-size: 1.1rem;
    line-height: 2rem;
    width: 12rem;
    top:-20px;
    left:25%;
    letter-spacing: 0.1rem;
    text-align: center;
    background-color: #55B7CB;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    font-weight: 500;
    z-index: 2;
}
.news_area{
    width: 90%;
    margin: 40px auto 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 480px;
}
.news_item{
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 10px 20px 20px;
    border-radius: 10px;
    margin: 20px 0 ;
     filter: drop-shadow(0px 2px 3px rgba(0,0,0,0.2));   
}
.news_item > .cate{
    position: absolute;
    top:-30px;
    left:8%;
    width: 60px;
}
.news_item > .date{
    width: 8rem;
    color: #0082bd;
    padding-left: 100px;
}
.news_item p{
    margin: 10px 0 0 0;
    line-height: 1.0rem;
}
.news_item a{
    text-decoration: none;
    color: #272727;
}
.news_link{
    width: 60%;
    margin: 0 10px 10px 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.news_link_btn{
    width: 100%;
    margin: 10px 10px;
}
/*----------BNR-------------*/
#main3{
    width: 100%;
    background-color:#fff;
    margin: 0 0 0 0;
    padding: 0;
    background-image: url("../images/bg/bg_3_s.png");
    background-repeat: no-repeat;
    background-position: center;
}

.bnr_area{
    width: 90%;
    margin: 30px auto -10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    max-width:1120px; 
    position: relative;
}
.bnr_fishi_2{
    width:160px;
    position: absolute;
    top:-100px;
    left:-20px;
    z-index: 3;
}
.bnr_area p{
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 10px 0 0;
    padding: 0;
}
.bnr_item1{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}
.bnr_item2{
    width: 90%;
    display: flex;
    flex-direction: column;
    margin: 20px auto;;
}

.bnr_item_btn{
    width: 150px;
    margin: 10px auto;
}

.main3_bottom{
    width: 100%;
    background-image: url("../images/bg/bg_3_bottom_s.png");
    background-repeat:no-repeat;
    height: 110px;
    position: relative;
}
.bnr_fish_1{
    width: 150px;
    position: absolute;
    top:40px;
    right:10px;
    z-index: 2;
    
}
/*----------support-------------*/
#main4{
    width: 100%;
    background-color: #DFF3F7;
    margin-top: 0;
    padding: 80px 0 50px 0;
    height: auto;
    position: relative;
    overflow-x: hidden;
}
/* 魚 */
.fish1 {
    position: absolute;
    width: 550px;
    height: 188px;
    background-image:url("../images/bg/fish1_s.png");
    background-size: cover;
    animation: swim linear infinite;
    top: 25%;
    left:0;
    animation-duration: 9s;
}
.fish2 {
    position: absolute;
    width: 578px;
    height:276px;
    background-image:url("../images/bg/fish2.png");
    background-size: cover;
    animation: swim2 linear infinite;
    top: 45%;
    right:0;
    animation-duration: 11s;
    z-index: 1;
}

.support_area{
    width: 90%;
    margin:0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width:650px; 
    position: relative;
    z-index: 2;
}

.support_item_1{
    width: 100%;
    padding: 0 0 20px 0;
    display: flex;
    flex-direction: column;
}
.support_item_2{
    width: 90%;
    margin: -30px auto 0;
    padding: 60px 0 0 0;
    position: relative
}
.support_item_2 img{
    width: 100%;
}
.item2_crub{
    position: absolute;
    width: 100px;
    z-index: 3;
}
.return {
    top:50px;
    right:0;
  animation-name: return2;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}
    
.support_head{
    font-size: 1.4rem;
    color: #006bac;
    line-height: 2.2rem;
    font-weight: 500;
    position: relative;
}
.support_icon{
    position: absolute;
    width: 140px;
    margin-top: -80px;
    z-index:4;
}
.support_btn{
     width: 160px;
    margin: 0 0 0 20px;
}

/*----------RECRUIT-------------*/
#main5{
    width: 100%;
    background-color:#fff;
    margin: 0;
    padding: 40px 0;
    background-image: url("../images/bg/bg_4_bottom_s.png");
    background-repeat: repeat-x;
    background-position:bottom;
    background-size: contain;
}

#main5 h3{
    font-size:2.5rem;
    color: #006bac;
    text-align: center;
    letter-spacing: 0.2em;
    font-weight: 500;
    line-height: 2.5rem;
    margin: 0 0 0 0;
    padding: 0;
}
#main5 h3 span{
    color: #272727;
}
#main5 h4{
    font-size:1.2rem;
    color: #006bac;
    text-align: center;
    margin: 0 0;
    line-height: 1.4rem;
}
.recruit_area{
    width: 80%;
    margin: 20px 10% 30px 10%;
    max-width:500px; 
    position: relative;
    z-index: 2;
}
.rec_space{
    width: 100%;
    padding: 20px;
    background-color: #00BCD1;
    border-radius: 50px;
    color: #fff;
    margin: 240px auto 0;
    z-index: 2;
}
.rec_space p{
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2rem;
}
.rec_btn{
    width: 180px;
    margin: 20px auto;
}

.rec_pic{
    width: 100%;
    position: absolute;
    top:-190px;
    left:0;
    z-index: 2;
}
.rec_pic img{
    width: 100%;
    border-radius: 50px;
}
.dot_l{
    display:none;
}
.dot_r{
    width: 400px;
    position: absolute;
     bottom:-50px;
    right:-40px;
    z-index: -1;
}
.shell{
    position: absolute;
    width: 80px;
    top:-250px;
    left:-30px;
    z-index: 3;
}

.rec_star{
    width: 120px;
    position: absolute;
    top:-20px;
    right:-40px;
    z-index: 2;
}
/*----------MAP-------------*/
#main6{
    width: 100%;
    background-color: #0070B7;
    margin: 0;
    padding: 20px 0;
    background-image: url("../images/bg/bg_5_ms.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: relative;

}

#main6 h3{
    width: 60%;
    font-size:2.2rem;
    color: #fff;
    letter-spacing: 0.2em;
    font-weight: 500;
    line-height: 2.5rem;
    margin: 20px auto;
}
.map_area{
    width: 80%;
    margin: 0 auto 40px;
    position: relative;
    
}
.map_area > iframe{
    border-radius: 15px;
    height: 350px;
    overflow-y: hidden;
}
.lighthouse{
    width: 70px;
    position: absolute;
    top:-115px;
    left:-40px;
    z-index: 3;
}
.seewood{
    width: 90px;
    position: absolute;
    bottom:-40px;
    right:-40px;
    z-index: 3;
}
/*----------campany-------------*/
#main7{
    width: 100%;
    background-color: #E3E3E3;
    margin: 0;
    padding: 10px 0 20px;

}

#main7 h3{
    width: 80%;
    font-size:1.5rem;
    color: #272727;
    font-weight: 500;
    line-height:1.5rem; 
}
.link_area{
    width: 80%;
    margin: 20px auto 0;
    max-width: 400px;
    display: flex;
    flex-direction: column;
}
.link_box{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.link_box_item{
    width: 100%;
    margin-bottom: 10px;
}

}
@keyframes return2 {
    0%{top:20px;
       right: 30px; 
    }
  50% {
      top:20px;
    right: 150px;
  }
  100% {
      top:20px;
    right: 30px;
  }
}
