@charset "utf-8";
/* CSS Document */


/*-----------------------------------------

Last update:    2025-4-1

---------------------------------------*/


/*----------- base --------------*/

html{
    overflow-y:scroll;
    font-size: 62.5%; /*10pt*/
}

body{
    margin:0;
    padding:0;
    font-family:'Noto Sans JP' , -apple-system , 'ヒラギノ角ゴ ProN' , 'Hiragino Kaku Gothic ProN' , ‘メイリオ’, meiryo , sans-serif ;
    color:#333;
    background:#fff;
    line-height:1.8;
    -webkit-text-size-adjust:100%;
    /*animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;*/
}

body{/* 16pt */
    font-size: 1.6em;
}
@media screen and (max-width:768px){
    body{/* 15pt */
        font-size: 1.5em;
    }
}

a{
    color:#51b6f1;
    text-decoration:none;
}

a:hover{
    color:#127bb8;
    transition:0.5s;
}

a:hover img{
    opacity:0.6;
    transition:0.5s;
}

.fade01{
}
.fade01:hover{
    opacity:0.6;
}


a[href^="tel:"] {
    pointer-events: none;
    color:#333;
}

@media screen and (max-width:768px){
    a[href^="tel:"] {
        pointer-events:auto;
        color:#333;
    }
}


/* Start clearFix */
.clearfix:after{
    font-size:1px;
    color:#fff;
    content:"";
    display:block;
    height:0px;
    clear:both;
}
.clearfix{
    zoom:1;
}
/* End clearFix */


/*-----------  font style -------------- */

.t01em{
    text-indent:1em;
}
.t-bolder{
    font-weight:700;
}
.f_size70{
    font-size:70%;
}
.f_size80{
    font-size:80%;
}
.f_size90{
    font-size:90%;
}
.f_size110{
    font-size:110%;
}
.f_size120{
    font-size:120%;
}
.f_size130{
    font-size:130%;
}
.f_size140{
    font-size:140%;
}
.f_size150{
    font-size:150%;
}
.f_size200{
    font-size:200%;
}


.f_red{
    color:#e72420;
}
.f_blue{
    color:#127bb8;
}


/*----------- position -------------- */


.mt005{
    margin-top:0.5em;
}
.mt010{
    margin-top:1em;
}
.mt015{
    margin-top:1.5em;
}
.mt020{
    margin-top:2.0em;
}
.mt030{
    margin-top:3.0em;
}

.mb005{
    margin-bottom:0.5em;
}
.mb010{
    margin-bottom:1em;
}
.mb015{
    margin-bottom:1.5em;
}
.mb020{
    margin-bottom:2em;
}
.mb030{
    margin-bottom:3em;
}
.mb050{
    margin-bottom:5em;
}
.mb080{
    margin-bottom:8em;
}

.mr005{
    margin-right:0.5em;
}
.mr010{
    margin-right:1em;
}
.mr020{
    margin-right:2em;
}
.mr030{
    margin-right:3em;
}
.mr050{
    margin-right:5em;
}

.ml005{
    margin-left:0.5em;
}
.ml010{
    margin-left:1em;
}
.ml020{
    margin-left:2em;
}
.ml030{
    margin-left:3em;
}
.ml050{
    margin-left:5em;
}


.mlr005{
    margin:0 0.5em;
}
.mlr010{
    margin:0 1em;
}



.t-center {
    text-align:center;
}
.t-left {
    text-align:left;
}
.t-right {
    text-align:right;
}

.t-ind01,
.kome01{
    text-indent:-1em;
    margin-left:1em;
}
.t-ind02,
.kome02{
    text-indent:-2em;
    margin-left:2em;
}
.t-center img{
    margin:0 auto;
}


.fl_left{
    float:left;
}
.fl_right{
    float:right;
}
.clear_b{
    clear:both;
}




/*=============================
container
=============================*/
#container{
}


/*=============================
header
=============================*/
#header{
    background: #fff;
}


/*=============================
header_pc
=============================*/

#header_pc{
    padding-top: 0.75em;
}

#header_pc .inner01{
}

#header_pc h1#h_logo01{
    float: left;
    width:220px;
    margin-top: 1em;
    margin-bottom: 1.75em;
}

#globalnavi{
    float: right;
    width: calc( 100% - 240px );
}
#globalnavi ul#g_navi{
    text-align:right;
    padding:0.5em 0 ;
}
#globalnavi ul#g_navi li{
    display:inline-block;
    margin:0 0.3em;
}
#globalnavi ul#g_navi li a{
    display:block;
    color:#333;
    font-size: 90%;
    line-height:1;
    text-align:center;
    padding:44px 0.5em 0.5em 0.5em;
}

/* gnavi アイコン */
#globalnavi #g_navi01 a{
    background:url("../img/ico_home.png") no-repeat center 0;
    background-size:38px 38px;
}
#globalnavi #g_navi02 a{
    background:url("../img/ico_about.png") no-repeat center 0;
    background-size:38px 38px;
}
#globalnavi #g_navi03 a{
    background:url("../img/ico_aboutus.png") no-repeat center 0;
    background-size:38px 38px;
}
#globalnavi #g_navi04 a{
    background:url("../img/ico_activity.png") no-repeat center 0;
    background-size:38px 38px;
}
#globalnavi #g_navi05 a{
    background:url("../img/ico_bouhan.png") no-repeat center 0;
    background-size:38px 38px;
}
#globalnavi #g_navi06 a{
    background:url("../img/ico_info.png") no-repeat center 0;
    background-size:38px 38px;
}

/* 現在地　hover */
#globalnavi #g_navi01 a:hover,
.home #globalnavi #g_navi01 a{
    color:#51b6f1;
    background:url("../img/ico_home_on.png") no-repeat center 0;
    background-size:38px 38px;
}
#globalnavi #g_navi02 a:hover,
.about #globalnavi #g_navi02 a{
    color:#51b6f1;
    background:url("../img/ico_about_on.png") no-repeat center 0;
    background-size:38px 38px;
}
#globalnavi #g_navi03 a:hover,
.aboutus #globalnavi #g_navi03 a{
    color:#51b6f1;
    background:url("../img/ico_aboutus_on.png") no-repeat center 0;
    background-size:38px 38px;
}
#globalnavi #g_navi04 a:hover,
.activity #globalnavi #g_navi04 a{
    color:#51b6f1;
    background:url("../img/ico_activity_on.png") no-repeat center 0;
    background-size:38px 38px;
}
#globalnavi #g_navi05 a:hover,
.bouhan #globalnavi #g_navi05 a{
    color:#51b6f1;
    background:url("../img/ico_bouhan_on.png") no-repeat center 0;
    background-size:38px 38px;
}
#globalnavi #g_navi06 a:hover,
.info #globalnavi #g_navi06 a{
    color:#51b6f1;
    background:url("../img/ico_info_on.png") no-repeat center 0;
    background-size:38px 38px;
}





/*=============================
header_sp
=============================*/
#header_sp{
    display:none;
}

@media screen and (max-width:910px){
#header_pc h1#h_logo01{
    width:200px;
}
#globalnavi{
    width: calc( 100% - 210px );
}
#globalnavi ul#g_navi li{
    margin:0 0.1em;
}
}
@media screen and (max-width:820px){
#globalnavi ul#g_navi li{
    font-size: 95%;
    margin:0 0.1em;
}
}


@media screen and (max-width:768px){
    #header_pc{
        display:none;
    }
    #header_sp{
        display:block;
        width:94%;
        padding:1em 3% 0.75em;
    }
    #header_sp h1{
        width:200px;
    }
    #header_sp #sp_catch01{
        font-size: 80%;
        padding-left: 0.4em;
    }
}

@media screen and (max-width:480px){
    #header_sp h1{
        width:42%;
    }
}



/*=============================
icon-hamburger
=============================*/
@media screen and (max-width:768px){
  #menu_sp{
      position:fixed;
      z-index: 1;
      top:0.75em;
      right:1.5em;
  }
  .icon-hamburger {
    display: block;
    background:rgba(255,255,255,0.6);
    cursor: pointer;
    height: 40px;
    position: relative;
    width: 40px;
  }
  .icon-hamburger span {
    background: #127bb8;
    display: block;
    height:4px; /*変更する場合もろもろ調整*/
    left: 50%;
    border-radius: 4px;
    margin: -2px 0 0 -35%;
    position: absolute;
    top: 50%;
    width: 70%;
  }
  .icon-hamburger span::before,
  .icon-hamburger span::after {
    background: #127bb8;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    border-radius: 4px;
    margin: -8% 0 0 -50%;
    position: absolute;
    top: 50%;
    width: 100%;
  }
  .icon-hamburger span::before {
    margin-top: calc( -33% - 2px);
  }
  .icon-hamburger span::after {
    margin-top: calc(33% - 2px);
  }
}


/*=============================
sp menu
=============================*/

#sp_nav{
    background: url("../img/bg_blue.png") repeat top center;
    padding-top: 1em;
}
#sp_nav a{
    color:#333;
}
#sp_nav a:hover{
    opacity: 0.6;
}

.nav_logo{
    max-width:220px;
    margin:1em auto 2.5em;
}

#sp_gnavi_area{
    background:url("../img/bg_main.png") no-repeat center bottom;
    background-size: 100% auto;
    padding: 0 0.5em 3em;
}



/* アイコン部分 */
#sp_gnavi01 li{
    display:inline-block;
    width:48.8%;
    margin-bottom:1em;
    margin-right:2%;
}
#sp_gnavi01 li:nth-of-type(2n){
    margin-right:0;
}
#sp_gnavi01 li a{
    display:block;
    border-radius:10px;
    box-sizing:border-box;
    color:#333;
    text-align:center;
    line-height:1;
    padding:5em 0 1em 0;
}

#sp_nav0101 a{
    background:url("../img/ico_home.png") #fff no-repeat center 1.0em;
    background-size:3.5em 3.5em;
}
#sp_nav0102 a{
    background:url("../img/ico_about.png") #fff no-repeat center 1.0em;
    background-size:3.5em 3.5em;
}
#sp_nav0103 a{
    background:url("../img/ico_aboutus.png") #fff no-repeat center 1.0em;
    background-size:3.5em 3.5em;
}
#sp_nav0104 a{
    background:url("../img/ico_activity.png") #fff no-repeat center 1.0em;
    background-size:3.5em 3.5em;
}
#sp_nav0105 a{
    background:url("../img/ico_bouhan.png") #fff no-repeat center 1.0em;
    background-size:3.5em 3.5em;
}
#sp_nav0106 a{
    background:url("../img/ico_liaison_office.png") #fff no-repeat center 1.0em;
    background-size:3.5em 3.5em;
}
#sp_nav0107 a{
    background:url("../img/ico_info.png") #fff no-repeat center 1.0em;
    background-size:3.5em 3.5em;
}
#sp_nav0108 a{
    background:url("../img/ico_links.png") #fff no-repeat center 1.0em;
    background-size:3.5em 3.5em;
}

#sp_pnavi{
    padding: 1em 1em;
    margin-bottom: 3em;
}
#sp_pnavi li{
    font-size: 90%;
    line-height: 1.2;
    text-indent:-1.25em;
    padding-left:1.25em;
    margin-bottom: 0.75em;
}
#sp_pnavi li a{
    color: #fff;
}
#sp_pnavi li a:before{
    font-family:"icomoon";
    content:"\e101";
    font-size: 90%;
    padding-right: 0.25em;
}

#sp_nav .spnav_contact{
    color: #fff;
    text-align: center;
    font-size: 90%;
    margin-bottom: 2em;
    padding: 0 0 2em;
}
#sp_nav .spnav_contact h2{
    color: #fff;
    text-align: center;
    font-size: 120%;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0.5em;
}
#sp_nav .spnav_contact span{
    display: inline-block;
}
#sp_nav .spnav_contact a{
    color: #fff;
}



/*=============================
content
=============================*/
#content{
}
#content:before{
    content:"";
    display:block;
    background: linear-gradient(-45deg , rgba(255,255,255,0.5), rgba(255,255,255,0.5) ) , url("../img/bg_content.png") no-repeat 50% 100%;
    position: fixed;
    top:0;
    left: 0;
    z-index:-1;
    width:100%;
    height:100vh;
    background-size: cover;
}

.inner01{
    max-width:1100px;
    box-sizing:border-box;
    margin:0 auto;
    padding:0 1em;
}

@media screen and (max-width:768px){
    .inner01{
        width:100%;
    }
}

/*=============================
cate_title
=============================*/
#cate_title{
    clear: both;
    background: #127bb8;
}
#cate_title .inner01{
    background:url("../img/bg_main.png") #127bb8 no-repeat center bottom;
    background-size: 90% auto;
    padding: 4em 0 3em;
}
#cate_title h2{
    text-align: center;
    line-height: 1.2;
    font-size: 220%;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #fbed12;
    margin-bottom: 0.35em;
}

@media screen and (max-width:768px){
    #cate_title .inner01{
        background: url("../img/bg_main.png") #127bb8 no-repeat center bottom;
        background-size: 100% auto;
    }
    #cate_title h2{
        font-size: 200%;
    }
}
@media screen and (max-width:480px){
    #cate_title .inner01{
        background: url("../img/bg_main.png") #127bb8 no-repeat center bottom;
        background-size: 120% auto;
    }
    #cate_title h2{
        font-size: 190%;
    }
}

/*=============================
breadcrumbs
=============================*/
#breadcrumbs{
    clear:both;
    width:100%;
    padding:0.75em 0 0.5em;
}
#breadcrumbs ul{
    font-size:80%;
}
#breadcrumbs li{
    display:inline;
}
#breadcrumbs li:after{
    font-family: 'icomoon';
    content:"\e101";
    color:#333;
    font-size:90%;
    padding: 0 0.5em;
}
#breadcrumbs li:last-of-type:after{
    content: "";
}
#breadcrumbs li a:hover{
    color:#333;
    text-decoration:none;
}


/*=============================
snavi
=============================*/
#snavi{
    clear:both;
    margin:2em auto 0em;
    font-size:90%;
}
#snavi ul li{
    display:inline-block;
    margin-right:1em;
    margin-bottom:1em;
}
#snavi ul li:last-of-type{
    margin-right:0;
}

#snavi ul li a{
    display:block;
    width:100%;
    border: 2px solid #51b6f1;
    border-radius: 4px;
    box-sizing:border-box;
    background:#fff;
    font-size:90%;
    color:#333;
    line-height:1.2;
    text-align:center;
    padding:0.75em 2em;
}

#snavi a:hover,
#snavi .on a{
    background:#51b6f1;
    color:#fff;
}
#snavi .on a:hover{
    background:#fff;
    color:#333;
}
@media screen and (max-width:768px){
    #snavi{
        margin:2em auto 0;
    }
    #snavi ul li{
        margin-right:0.5em;
        margin-bottom:0.75em;
    }
    #snavi ul li:last-of-type{
        margin-right:0;
    }
    #snavi ul li a{
        padding:0.75em 1em;
    }
}



/*=============================
mainarea
=============================*/
#mainarea {
    padding-top: 4em;
    padding-bottom: 16em;
}

@media screen and (max-width:768px){
    #mainarea {
        padding-top: 2em;
        padding-bottom: 8em;
    }
}

.main_box01{
    background: #fff;
    border-radius: 10px;
    padding: 3em 3em 3.5em;
    margin-bottom: 8em;
}

@media screen and (max-width:768px){
    .main_box01{
        padding:3em 2em 3.5em;
    }
}
@media screen and (max-width:480px){
    .main_box01{
        padding:2em 1em 2.5em;
        margin-bottom: 6em;
    }
}

.sc_block01{
    clear:both;
    margin-bottom:6em;
}
.sc_block01:last-of-type{
    margin-bottom:0;
}

.block01{
    clear:both;
    margin-bottom:3em;
}

@media screen and (max-width:768px){
    .sc_block01{
        margin-bottom:5em;
    }
}


/*=============================
.main_content
=============================*/
.main_content{
    max-width: 1100px;
    box-sizing:border-box;
    background: url("../img/bg_mainarea.png") rgba(255,255,255,0.9) no-repeat right top;
    border-radius: 12px;
    margin: 0 auto 0;
    padding: 3em 3em 4em;
    box-shadow: 0px 0px 4px 4px rgba(181, 181, 181, 0.1);
}
@media screen and (max-width:1132px){
    .main_content{
        margin: 0 1em;
    }
}
@media screen and (max-width:768px){
    .main_content{
        padding: 3em 1em 4em;
    }
}
@media screen and (max-width:600px){
    .main_content{
      background: url("../img/bg_mainarea.png") rgba(255,255,255,0.9) no-repeat right top;
      background-size: 50% auto ;
    }
}


/*=============================
.pg_title
=============================*/
.pg_title{
}
.pg_title .ttl_illust{
    margin-bottom: 0.5em;
}
.pg_title .ttl_illust img{
    width: 48px;
    margin-left: auto;
    margin-right: auto;
}
.pg_title h2{
    font-size: 180%;
    font-weight: 700;
    color: #127bb8;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 1.5em;
}
.pg_title h2 span{
    display: inline-block;
}

@media screen and (max-width:600px){
    .pg_title .ttl_illust img{
        width: 36px;
    }
    .pg_title h2{
        font-size: 170%;
    }
}




/*=============================
title etc
=============================*/

.ttl_line01{
    clear:both;
    border-bottom: 4px solid #127bb8;
    background: url("../img/bg_ttl.png") no-repeat bottom right;
    background-size: auto 48px;
    font-size:130%;
    font-weight: 700;
    line-height:1.2;
    padding: 0.8em 0.5em 0.5em;
    margin-bottom: 1.25em;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 1), 2px 2px 4px rgba(255, 255, 255, 1), 2px 2px 6px rgba(255, 255, 255, 1);
}

.ttl_anchor{
    clear:both;
    font-size:110%;
    color: #127bb8;
    font-weight: 700;
    line-height:1.2;
    margin-bottom: 1em;
    position: relative;
    padding-left:30px; 
}

.ttl_anchor:before{
    position: absolute;
    top: 4px;
    left: 2px;
    content: "　";
    background: url("../img/ico_anchor.png") no-repeat left 0;
    background-size: 20px 20px;
    width: 20px;
    padding-left: 20px;
}

.ttl_b110{
    font-size:110%;
    font-weight:700;
}
.ttl_b120{
    font-size:120%;
    font-weight:700;
}
.ttl_b130{
    font-size:130%;
    font-weight:700;
}

.ttl_line01 span,
.ttl_anchor span,
.ttl_b110 span,
.ttl_b120 span,
.ttl_b130 span{
    display: inline-block;
}

@media screen and (max-width:768px){
}

@media screen and (max-width:480px){
    .ttl_line01{
        background: url("../img/bg_ttl.png") no-repeat bottom right;
        background-size: auto 40px;
        font-size:130%;
    }

}




/*=============================
mainarea 装飾類
=============================*/
.marker_yellow{
    line-height:1.3;
    background:linear-gradient(transparent 60%, #fff6ab 0%);
}
.marker_pink{
    line-height:1.3;
    background:linear-gradient(transparent 60%, #fcc0a9 0%);
}
.marker_green{
    line-height:1.3;
    background:linear-gradient(transparent 60%, #defca9 0%);
}

.li_style01 li{
    text-indent:-1em;
    padding-left:1em;
    margin-bottom:0.5em;
}
.li_style02 li{
    text-indent:-2em;
    padding-left:2em;
    margin-bottom:0.5em;
}
.li_style03 li{
    text-indent:-3em;
    padding-left:3em;
    margin-bottom:0.5em;
}

.li_disc01 li,
.li_disc02 li{
    line-height:1.4;
    text-indent:-1.0em;
    padding-left:1.0em;
    margin-bottom:0.5em;
}

.li_disc01 li:before{
    font-family: 'icomoon';
    content:"\e200";
}
.li_disc02 li:before{
    font-family: 'icomoon';
    content:"\e201";
}

.li_disc01.il01 li,
.li_disc02.il01 li{
    display:inline-block;
    margin-right:2em;
}

.link01{
    text-indent:-1.25em;
    padding-left:1.25em;
    line-height: 1.2;
}
.link01 a:before{
    font-family:"icomoon";
    content:"\e101";
    color: #51b6f1;
    font-size: 90%;
    padding-right: 0.25em;
}

.link01 a:hover{
    color:#127bb8;
}
.link01 a:hover:before{
    color:#127bb8;
}

.link_return01{
    text-indent:-1.25em;
    padding-left:1.25em;
    line-height: 1.2;
}
.link_return01 a:before{
    font-family:"icomoon";
    content:"\e100";
    color: #51b6f1;
    font-size: 90%;
    padding-right: 0.25em;
}
.link_return01 a:hover{
    color:#127bb8;
}
.link_return01 a:hover:before{
    color:#127bb8;
}

.link_btm01{
    text-indent:-1.25em;
    padding-left:1.25em;
    line-height: 1.2;
}
.link_btm01 a:before{
    font-family:"icomoon";
    content:"\e103";
    color: #51b6f1;
    font-size: 90%;
    padding-right: 0.25em;
}
.link_btm01 a:hover{
    color:#127bb8;
}
.link_btm01 a:hover:before{
    color:#127bb8;
}


/*=============================
table style
=============================*/
.table_style{
    width:100%;
    border:1px solid #ccc;
}
.table_style tr{
    vertical-align:top;
}
.table_style th{
    background: #f1fafe;
    border:1px solid #ccc;
    box-sizing:border-box;
    font-weight: 700;
    padding:0.75em 2em;
}
.table_style td{
    background: #fff;
    border:1px solid #ccc;
    box-sizing:border-box;
    padding:0.75em 2em;
}
.table_style thead th{
    background: #f1fafe;
}
.table_style span{
    display:inline-block;
}

/* thのサイズ */
.table_style.th08 th{
    width: 8em;
}
.table_style.th10 th{
    width: 10em;
}
.table_style.th12 th{
    width: 12em;
}


@media screen and (max-width:600px){
    .table_style{
        width:100%;
    }
    .table_style th{
        padding:0.75em 0.75em;
    }
    .table_style td{
        padding:0.75em 0.75em;
    }  
    /* thのサイズ */
    .table_style.th12 th{
        width: 8em;
    }

    .table_style.sp100{
        width:100%;
    }
    .table_style.sp100 th{
        display:block;
        width:100%;
    }
    .table_style.sp100 td{
        display:block;
        width:100%;
        padding:0.75em 1em 2em;
    }
}



/*=============================
table_dot
=============================*/
.table_style.table_dot{
    border: none;
    border-top:2px dotted #999;
}
.table_style.table_dot th{
    background: #fff;
    border: none;
    border-bottom:2px dotted #999;
    padding:0.75em 1em 0.75em 1em;
}
.table_style.table_dot td{
    border: none;
    border-bottom:2px dotted #999;
    padding:0.75em 1em 0.75em 0em;
}

@media screen and (max-width:600px){
  .table_style.sp100.table_dot th{
    background: #efefef;
  }
}


/*タブ以下でスクロール*/
@media screen and (max-width:768px){
    #mainarea .scroll{
        overflow-x: auto;
        white-space: nowrap;
    }
}



/*=============================
btn
=============================*/
.btn01{
    clear:both;
}

.btn01 a{
    display:block;
    width:300px;
    background:#51b6f1;
	border:2px solid #51b6f1;
    color:#fff;
    text-align:center;
    border-radius:8px;
    line-height:1.4;
    padding:0.75em 1em;
    position: relative;
}
.btn01 a:hover{
    color:#51b6f1;
    background:#fff;
    transition:0.5s;
}

.btn01 a.w360{
    width: 360px;
}
.btn01 a.w240{
    width: 240px;
}

.btn01 span{
    display: inline-block;
}


.btn01.btn_wh a{
    background:#fff;
	border:2px solid #51b6f1;
    color:#51b6f1;
}
.btn01.btn_wh a:hover{
    color:#fff;
    background:#51b6f1;
    transition:0.5s;
}
.btn01.t-center a,
.btn01.btn_wh.t-center a{
    margin-left: auto;
    margin-right: auto;
}


@media screen and (max-width:600px){
    .btn01 a.w360{
        width:80%;
    }
}
@media screen and (max-width:480px){
    .btn01 a{
        width:80%;
    }
}



/*=============================
left_box
right_box
=============================*/
#mainarea .left_box{
    float:left;
    width:48%;
}
#mainarea .left_box40{
    float:left;
    width:40%;
}
#mainarea .left_box60{
    float:left;
    width:56%;
}
#mainarea .left_box70{
    float:left;
    width:66%;
}

#mainarea .right_box{
    float:right;
    width:48%;
}
#mainarea .right_box60{
    float:right;
    width:56%;
}
#mainarea .right_box40{
    float:right;
    width:40%;
}
#mainarea .right_box30{
    float:right;
    width:30%;
}

@media screen and (max-width:600px){
    #mainarea .left_box,
    #mainarea .left_box40,
    #mainarea .left_box60,
    #mainarea .left_box70{
        float:none;
        width:100%;
    }
    #mainarea .right_box,
    #mainarea .right_box60,
    #mainarea .right_box40,
    #mainarea .right_box30{
        float:none;
        width:100%;
    }
    #mainarea .left_box img,
    #mainarea .left_box40 img,
    #mainarea .left_box60 img,
    #mainarea .left_box70 img,
    #mainarea .right_box img,
    #mainarea .right_box60 img,
    #mainarea .right_box40 img,
    #mainarea .right_box30 img{
        margin: 0 auto;
    }
    #mainarea .left_box40.sp70,
    #mainarea .right_box40.sp70,
    #mainarea .right_box30.sp70{
        width:70%;
        margin-left:auto;
        margin-right:auto;
    }
}


/*=============================
mainarea photo & image
=============================*/
#mainarea .img_left40{
    float:left;
    width:40%;
    margin-right:3em;
    margin-bottom:2em;
}
#mainarea .img_right40{
    float:right;
    width:40%;
    margin-left:3em;
    margin-bottom:2em;
}

#mainarea .img_right30{
    float:right;
    width:30%;
    margin-left:3em;
    margin-bottom:2em;
}

#mainarea .img_right20{
    float:right;
    width:20%;
    margin-left:3em;
    margin-bottom:2em;
}

@media screen and (max-width:959px){
    #mainarea .img_left40,
    #mainarea .img_left30{
        margin-right:2em;
    }
    #mainarea .img_right40,
    #mainarea .img_right30{
        margin-left:2em;
    }
    #mainarea .img_right20{
        width:30%;
        margin-left:1em;
        margin-bottom:1em;
    }
}

@media screen and (max-width:480px){
    #mainarea .img_left40{
        float:none;
        width:100%;
        margin-right:0;
        margin-bottom:1em;
    }
    #mainarea .img_right40{
        float:none;
        width:100%;
        margin-left:0;
        margin-bottom:1em;
    }
    #mainarea .img_right30,
    #mainarea .img_right20{
        width:40%;
        margin-left:1em;
        margin-bottom:1em;
    }
    #mainarea .img_right30.sp100{
        float:none;
        width:70%;
        margin: 0 auto 1em;
    }
}


/*=============================
crousel_box
-slide_crousel.js
-/activity/
=============================*/
.crousel_box{
    width: 90%;
    margin: 0 auto;
}
.crousel_box dl{
    width: 90%;
    margin: 0 auto;
}
.crousel_box dl img{
    width: 100%;
}
.crousel_box dt{
    margin-bottom: 0.75em;
}
.crousel_box dd{
    line-height: 1.4;
    word-break: break-all;
    font-size: 90%;
}
.crousel_box a{
    color: #333;
}


/*=============================
flex_box02
=============================*/
.flex_box02{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:3em 2em;
}
/*.flex_box02 div,a*/
.flex_box02 .flex_item{
    width: calc(( 100% - 2em ) / 2);
    box-sizing: border-box;
}
.flex_box02 .flex_item img{
    width: 100%;
}

@media screen and (max-width:768px){
    .flex_box02{
        gap:2em 1em;
    }
    /*.flex_box02 div,a*/
    .flex_box02 .flex_item{
        width: calc(( 100% - 1em) / 2);
    }
}
@media screen and (max-width:600px){
    .flex_box02.sp100{
    }
    /*.flex_box02.sp100 div,*/
    .flex_box02.sp100 .flex_item{
        width: 100%;
    }
}



/*=============================
flex_box03
=============================*/
.flex_box03{
    display: flex;
    flex-wrap: wrap;
    gap:2em 2em;
}
/*.flex_box03 div,a*/
.flex_box03 .flex_item{
    width: calc( (100% - 4em) / 3);
    box-sizing: border-box;
}
.flex_box03 .flex_item img{
    width: 100%;
}

@media screen and (max-width:768px){
    .flex_box03{
        gap:2em 1em;
    }
    /*.flex_box03 div,a*/
    .flex_box03 .flex_item{
        width: calc( (100% - 2em) / 3);
    }
}

@media screen and (max-width:600px){
    .flex_box03{
        gap:2em 1em;
    }
    /*.flex_box03 div,a*/
    .flex_box03 .flex_item{
        width: calc( (100% - 1em) / 2);
    }
    .flex_box03.sp100{
    }
    /*.flex_box03.sp100 div,*/
    .flex_box03.sp100 .flex_item{
        width: 100%;
    }
}



/*=============================
fadein
=============================*/
.fadein{
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition: all 1s;
}
.fadein.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}


/*=============================
pagetop
=============================*/
#pagetop{
    clear:both;
    position:fixed;
    right:1em;
    bottom:80px;
}
#pagetop a{
    display:block;
    width:60px;
    height:60px;
    background:url(../img/pagetop.png) no-repeat;
    background-size:cover;
    text-indent:-9999px;
    overflow:hidden;
}
#pagetop a:hover{
    opacity:0.7;
}


@media screen and (max-width:768px){
    #pagetop{
        right:2%;
    }
    #pagetop a{
        width:50px;
        height:50px;
    }
}

@media screen and (max-width:480px){
    #pagetop{
        bottom:3.5em;
    }
}


/*=============================
footer
=============================*/
#footer{
    clear:both;
    background:#127bb8;
}


/*=============================
footer01
=============================*/
#footer01{
    clear:both;
    padding:2em 0;
}
#f_navi{
    text-align:center;
}
#f_navi li{
    display:inline-block;
    margin:0 0.75em;
}

#f_navi li a{
    display:block;
    color:#fff;
    font-size:90%;
    line-height:1;
    text-align:center;
    padding:0.2em 0 0.2em;
}
#f_navi li a:hover{
    color:#333;
}

@media screen and (max-width:480px){
    #f_navi li{
        margin:0.25em;
    }
}


/*=============================
footer02
=============================*/
#footer02{
    clear:both;
}
#footer02 .inner01{
    border-top: 2px dotted #fff;
    border-bottom: 2px dotted #fff;
    padding-top:2em;
    padding-bottom:2em;
}

#footer #f_logo01{
    max-width:200px;
    margin:0 auto 1em;
}
#footer .fadd{
    text-align: center;
    color: #fff;
    font-size: 90%;
}
#footer .fadd span{
    display: inline-block;
}
#footer .fadd a{
    color: #fff;
}



/*=============================
footer03
=============================*/
#footer03{
    clear:both;
    padding:2em 0 1em;
}

#footer03 #fp_navi{
    float: left;
    font-size:90%;
    margin-bottom:1em;
}

#footer03 #fp_navi li{
    display:inline-block;
    margin:0 0.5em;
}
#footer03 #fp_navi li a{
    color:#fff;
    font-size:90%;
}
#footer03 #fp_navi li a:before{
    font-family:"icomoon";
    content:"\e101";
    font-size:80%;
    padding-right: 0.25em;
}

#footer03 #fp_navi a:hover{
    color:#333;
}

#footer03 #copy{
    float: right;
    text-align:center;
    color: #fff;
    font-size:80%;
    line-height:1.4;
}



/*=============================
redirect01
=============================*/
#redirect01{
    text-align: center;
    margin:3em 1em 0;
}


