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

@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap');
html{

}

*{ 
    font-feature-settings : "palt";
    letter-spacing: 0.5px;
}

body {
font-size:clamp(0.9rem, 0.818rem + 0.41vw, 1.125rem);
color: #212531;
font-family: Arial, Helvetica,"BIZ UDPGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
background-color: #fff;
/*320-1200　16px-18px*/
line-height: 170%;
}

li { list-style: none; }

ul {
	margin: 0;
	padding: 0;
}

a, a:link, a:visited {
	color: #0771bc;
}

a:hover {
	color: #0093bd;
	opacity: 0.8;
	transition: 0.5s;
}

p{
font-size:clamp(0.9rem, 0.818rem + 0.41vw, 1.125rem);
    margin: 0;
    padding: 0;
    text-align: left;
}

header{
    text-align: center;
    background: #f4f3f2l;
    margin: 0 auto
}

header h1{
margin: 0 auto;
padding: 8px;
 width: 210px;
height: auto;
}


.head {
    width: 100%;
    margin: 0;
    padding: 10px 0 30px 0;
    color: #ffffff;
background:#2e8caa;
/*
background: linear-gradient(to bottom, #00B4DB, #0083B0);
*/
    font-weight: bold;
    line-height: 120%;
    z-index: 999;
    position: relative;
    text-align: center;
}

.head .read span {
 color: #010220;
 padding: 5px 15px;
 margin-right: 8px;
 border-radius: 20px;
background: linear-gradient(to right, #f7797d, #FBD786, #C6FFDD);
border: 1px solid #fff;
}


h3{
    color: #1b262b;
	font-size:clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
    margin: 0 0 clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem) 0;
}

h4{
    color: #1b262b;
font-size: clamp(1.0rem, 1.05rem + 1.05vw, 1.4rem);
    margin: 60px 0 20px 0;
    text-align: left;
    line-height: 130%;
}


i{ margin-right: 5px; }

.wrapper{

}

.container{
width: clamp(300px, 98%, 1200px);
padding: clamp(1.25rem, 0.568rem + 3.41vw, 3.125rem) 0;
 margin: 0 auto;
 text-align: center
}

.fc_w { color: #fff!important; }
.fc_w:hover, .fc_w:visited, .fc_w:link { color: #fff; }
.fc_g { color: #575757; }
.fc_y{color: #a9a680}
.fc_r{color: #e95243}
.fc_b{color: #285fc6;}
.fc_o{color: #ff961b;}
.flo_right { float: right;}
.flo_left { float: left; }
.display_ib{display: inline-block}

.ind {
	text-indent: -1em;
	margin-left: 1em;
}

.mb0  {margin-bottom: 0!important}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mr10 {margin-right: 10px;}
.ml10 {margin-left: 10px;}
.ml20 {margin-left: 20px;}
.ml30 {margin-left: 30px;}
.mb10 {margin-bottom: 10px!important;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mt30a{margin: 30px auto 0 auto!important}

.txt_c{text-align: center!important;}
.txt_l{ text-align: left!important;}
.txt_r{text-align: right!important;}

.fs_s {font-size: 80%!important;}
.fs_l {font-size: 120%!important;}
.fw_b {font-weight: bold;}

.fle {
	display: flex;
    align-items: flex-start;
    align-items: center;
}
.notice{
    font-size: 1.4rem;
}


/**/

h2{
    line-height: 120%;
    display: inline-block;
}

#main_info .container h2{
	font-size:  clamp(1.5rem, 1rem + 2.5vw, 2.5rem);
    background: #1b262b;
    color: #fff;
    letter-spacing: 3px;
padding: 3px 10px;
margin: 8px 0 0 0;
  /*text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);*/
}

#main_info h2 .font_color{
color: #fffd79;
}


.linear{
background: linear-gradient(transparent 70%, #f5ffb1 0%);
margin: 0 2px;
}

#main_info .img_box{
text-align:center;
}
#main_info .img_box img{
 width: 80%;
    height: auto
}



.gs_mob img{
width: 100%;
}


/*footer*/

footer {
 width: 100%;
 text-align: center;
padding: 30px 0 20px 0;
border-top:2px solid #eee;
}

small {
font-size: 0.8rem;
}


/* TOPスクロール*/
#pageTop {
	position: fixed;
	bottom: 150px;
	right: 0;
	z-index: 999;
	font-size: 1.2rem;
    text-align: center;
    margin: 10px;
	padding:3px 0 0 0;
    line-height: 100%;
	border: solid #285fc6 2px;
	border-radius: 50%;
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,0.85)
}
#pageTop i {
    color:#285fc6;
	margin: 0px auto;
}


#btn_box{
    padding: 20px 0;
}
#btn_box2{
    padding: 20px 0;
     background-color: #eeeeee;
}

#btn_box h3,#btn_box2 h3{
    	color: #1b1c1d;
}
#btn_box p{
    font-size: 1.2rem;
    text-align: center;
}

#btn_box ul,#btn_box2 ul{
    width: 100%;
    margin: 20px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
}

#btn_box ul li{
    width: 45%!important;
    margin: 7px 10px;
    padding: 12px;
	color: #fff;
	border-radius:30px;
	text-align: center;
   background:linear-gradient(#f7797d 100px,#FBD786 150px);
    background-size:200px 150px;
    transition:0.5s;
     font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
     display: inline-block;
}

#btn_box ul li:hover,#btn_box2 ul li:hover{
background-position:0 80%;;
text-decoration: none;
}   

#btn_box a,#btn_box a:hover,#btn_box a:visited,#btn_box a:link{
width: 100%;
     color: #fff;
font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
text-decoration: none;
}

#btn_box2 ul li{
    width: 45%!important;
    margin: 7px 10px;
padding: 12px;
	color: #1b1c1d;
	border-radius:30px;
    border: 2px solid #1b1c1d;
	text-align: center;
	cursor: pointer;
    background:linear-gradient(#ffffff 100px,#befeff 150px);
    background-size:200px 150px;
    transition:0.5s;
     display: inline-block;
}


#btn_box a,#btn_box2 li a{
display: block;
}

#btn_box2 li a,#btn_box2 li a:hover,#btn_box2 li a:visited,#btn_box2 li a:link{
width: 100%;
color: #1b1c1d;
font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
text-decoration: none;
}


#rng_box{
/*background-image:url("../image/rng_bg.jpg");
background-repeat: repeat;
background: linear-gradient(to bottom, #FFFDEC, #EFD3E5);
    */
 padding: 15px 0 60px 0;
    
background-image: linear-gradient(-20deg, #e9defa 0%, #FFFDEC 100%);
}

/*メイン*/
.rng_box_main{
    display: flex;
    justify-content: space-around;
    border-bottom: 1px #fff solid;
    background-image: url("../image/main_bg.png");
    background-position: bottom center;
    background-size: contain;
}
    
.rng_box_main h2{
    padding-top: 10px;
    text-align: left;
    max-width: 730px;
    margin-top: 40px!important;
}
.rng_box_main p{
    max-width: 730px;
  margin: 30px 20px 20px 20px;
}

.rng_box_main h2 div{
display: inline-block;
  width:  80px;
  height:  80px;
  border-radius: 50%!important;
  background: #ffffff;
  text-align:center;
  line-height: 80px;
 border: #cfd8dc solid 4px;
margin-right: 10px;
    float: left;
    margin-top: -8px;
}
.rng_box_main h2 div img{
width: 75%;
margin-top: -12px !important;
}



.rng_box_main h2,.rng_box_main h2{
    margin: 0;
}

.rng_box_main h2 p{
    font-size: 1.2rem;
    font-weight: normal;
}
.rng_box_main i{
    font-size: 2.8rem;
    margin: 5px;
    color: #f7797d!important;
/*
background: linear-gradient(to bottom, #FBD786, #f7797d); 
      -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255,255,255,0.0);
*/
    }

#rng_box .rng_new{
display: flex;
align-items: center;
justify-content: space-around;
    }

#rng_box .rng_new li{
    width: 30%;
    }

#rng_box .rng_new li div{
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#rng_box li .rng01,#rng_box li .rng02,#rng_box li .rng03,#rng_box li .rng04{
    height: 250px;
}


#rng_box .rng_new li div h5,#mob_rng_box li h5{
font-size: 1.2rem;
line-height: 120%;
 background-color: #c8e6c9;
 width: 100%;
 text-align: center;
 padding: 8px;
 margin: 0;
border-radius: 20px;
}

.rng02 p{
font-size:0.9rem;
background-color: #ffecb3;
margin-top: 8px;
line-height: 150%;
padding: 6px;
text-align: center;
}

.rng03{
    background-image:url("../image/rng_03.jpg");
    background-position: bottom;
}

.rng03 h5{
 font-size: 1.1rem!important;
}

.rng04{
 background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
}

.rng04 img{
margin-top: 15px;
}


#mob_rng_box h4,#mob_rng_box p{
text-align: center;
}
#mob_rng_box h4{
margin-top: -5px;
}

#mob_rng_box h4 span{
     color: #fff;
 padding: 3px 12px;
 margin-right: 8px;
 border-radius: 20px;
background: #fe790e;
border: 1px solid #fff;
font-weight: normal;
font-size: 1.1rem;
}

#mob_rng_box img{
margin:30px 0 10px 0;
border: 1px solid #fff;
}

#mob_rng_box h5{
 max-width: 360px;
background-color: #2e8caa!important;
color: #fff;
margin: 5px auto 20px auto!important;
}





/* pc */
@media print, screen and (min-width: 960px) {

body {

}
    
.pc_no{
        display: none;
    }
  

.container{

}

    
}

/* mobile*/
@media only screen and (max-width: 959px) {

.mob_no{
        display: none;
    }
.mob_img{
        width: 100%;
    height: auto;
    }

body {
    font-size: 1rem;
}

    
.container {
	width: 98%;
	}
    

.txt_box{
    padding: 40px 20px 20px 20px;
    margin-top:-20px;
    margin-left: 0px;
    background: rgba(255,255,255,0.5)
}
    
    
#rng_box h2 p{
    font-size: 1.4rem;
    margin-left: 0px;
    margin-top: 10px;
    line-height: 100%;
    width: 80%;
}
    
#rng_box .rng_new,.rng_box_main{
    width: 80%;
    display:block;
    text-align: center;
margin: 0 auto;
    }
#rng_box .rng_new i{
    transform:rotate(90deg); 
    margin-top: 10px;
    }
#rng_box .rng_new li{
     width: 100%;
    }

    
 #btn_box ul li, #btn_box2 ul li{
    width: 95%!important;
     max-width: 500px
}
    
.head {
     padding:0px ;
        line-height: 160%;
    }

.head h1, .head div{
      line-height: 120%;
     padding: 0;
    margin: 5px 5px 10px 5px;
    }

.head .read{
 font-size: 1.3rem;
    line-height: 180%;
margin-bottom: 0px;
    }  

    
.chat_ul02 li{
        width: 100%!important;
    }
    
.fle img,.chat_ul02 img{
        width: 90%;
    margin: 10px auto;
    }
    
	
    }
