@charset "shift_JIS";
/* CSS Document */


* { 
margin: 0;
 padding: 0;
  border: 0;
    box-sizing: border-box;
   }

ul,ol {
    margin-left: 1em;
    list-style-position: outside;
}
table {

}
table th {
    padding: 5px;
    border: 1px solid #EBEBEB;
}
table td {
	padding: 5px;
    border: 1px solid #EBEBEB;
}
/*font*/
.kosugi-maru-regular {
  font-family: "Kosugi Maru", serif;
  font-weight: 400;
  font-style: normal;
}
.kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}
/* <uniquifier>: Use a unique and descriptive class name
<weight>: Use a value from 100 to 900*/ 

.noto-sans-<uniquifier> {
  font-family: "Noto Sans", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
/*font*/

p {
	padding-top: 2px;
	padding-bottom: 4px;
	margin: 0px;
}

a {
    color: #3887B3;
    text-decoration: none;
} 
a:visited {
	color: #F46A00;
	text-decoration: none;
} 
a:hover {
    color: #C03A4B;
} 
a:active {
　　color: #CC0066; 
} 



/*---------------------------------------------------------
  						clearfix
---------------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.clearfix {
    min-height: 1px;
}
.clea{
	clear:both;	
	}
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}



h1 {
    width: 560px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: normal;
}
h1 img {
	width: 100%;
}
.animated:hover{
    animation-name: bounce;
    animation-duration: 1s;
}
.animated2:hover{
    animation-name: swing;
    animation-duration: 1s;
}

h2 {
    font-size: 2.5rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 90px;
    padding-top: 40px;
    color: #1F536F;
    background-image: url(images/bg_h2.png),url("images/bg110.png");
    background-repeat: no-repeat,repeat;
    background-position: center bottom;
    background-size: 100% auto,auto auto;
    margin-left: auto;
    margin-right: auto;
    width: 550px;
    border-radius: 10px;
}
h2 img {
	width: 80%;
}

h3 {
    text-align: left;
    font-size: 1.7rem;
    font-weight: normal;
    color: #FFFFFF;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: #5A7BAF;
    background-image: url(images/bg41wb.png), -webkit-linear-gradient(45deg,rgba(51,114,172,1.00) 0%,rgba(138,170,216,1.00) 100%);
    background-image: url(images/bg41wb.png), -moz-linear-gradient(45deg,rgba(51,114,172,1.00) 0%,rgba(138,170,216,1.00) 100%);
    background-image: url(images/bg41wb.png), -o-linear-gradient(45deg,rgba(51,114,172,1.00) 0%,rgba(138,170,216,1.00) 100%);
    background-image: url(images/bg41wb.png), linear-gradient(45deg,rgba(51,114,172,1.00) 0%,rgba(138,170,216,1.00) 100%);
}

	h3 img {
		width: 30%;
	}


h4 {
    text-align: left;
    font-size: 20px;
    font-weight: normal;
    color: #22862B;
    margin-bottom: 15px;
    border-top: 1px dotted #97D765;
    border-bottom: 1px dotted #97D765;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: #F4FDEE;
}

img {
	vertical-align: bottom;
	border: 0px;

}




.bgh2 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    padding-top: 7vw;
    padding-bottom: 7vw;
    color: #FFFFFF;
    text-align: center;
/*
    background-color: rgba(57,39,34,0.50);
    background-blend-mode: multiply;
    */

    border-bottom: 0px solid #FFFFFF;
    margin-bottom: 50px;
}

.bgh2 figure img {
    width: 20%;
}


@media screen and (max-width:480px){
.bgh2 {
    padding-top: 11vw;
    padding-bottom: 11vw;
}

.bgh2 {
    font-size: 27px;
}
}


.bgh2 span {
    color: #060407;
    background-color: rgba(255,255,255,0.70);
    padding-top: 1vw;
    padding-bottom: 1vw;
    display: block;
    font-size: 20px;
    width: 20em;
    margin-left: auto;
    margin-right: auto;
  font-family: "Kosugi Maru", serif;
}
.bgh2 span div {
	font-size: 2em;
	line-height: 1.5em;
}
.bgh2_1 {
    background-image: url(images/photo_midashi_about.jpg);
}

.bgh2_2 {
    background-image: url(images/photo_midashi_gakusei.jpg);
}
.bgh2_3 {
    background-image: url(images/photo_midashi_josei.jpg);
}
.bgh2_4 {
    background-image: url(images/photo_midashi_recruit.jpg);
}
.bgh2_5 {
    background-image: url(images/bgh2_5.png);
}
.bgh2_6 {
    background-image: url(images/bgh2_6.png);
}







/*
main a:hover img {
	opacity: 0.7;
	-moz-opacity:0.7; 
	filter: alpha(opacity=70);
	zoom: 1;
}
*/



/*ページ構成*/
html,body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    font-family: "Kiwi Maru", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: hsla(12,14%,21%,1.00);
    background-color: #FFFFFF;
    line-height: 1.7em;
}

#system_main {
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    background-image: url(images/bg_footer.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}

header {


}
#headerindex {
    background-image: url(images/topimg.jpg);
    background-position: center bottom;
    background-size: 100% auto;
    padding-bottom: 340px;
    margin-bottom: 20px;
    background-repeat: no-repeat;	
}

#headerother {
    background-image: url(images/topimg2.jpg);
    background-position: center bottom;
    background-size: 100% auto;
    padding-bottom: 240px;
    margin-bottom: 10px;
    background-repeat: no-repeat;	
}



#menu{
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0 auto;
}
#menu ul{
    width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-size: 1.3rem;
    line-height: 2em;
    letter-spacing: -1px;
}
#menu li a{
    color: #33281F;
}
#menu li{
    text-align: center;
    padding: 0 5px;
    width: calc(100% / 5);
    list-style-type: none;
}


#menu p{
	margin: 5px auto;
}
.sp { display: none !important; }


main {
}
#maintop {
    background-repeat: repeat-x;
    background-position: center top;
}

footer {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

footer .copy {
    text-align: center;
    color: #4F3821;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 80px;
    padding-top: 20px;
}
footer .copy img {

	}
.address img {
	width: 30%;
}
.address {
    padding: 10px;
}

#page_top{
    width: 80px;
    height: 80px;
    position: fixed;
    right: 0px;
    bottom: -80px;
    z-index: 100;
}

#page_top img {
    width: 100%;
}

#animation_container {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}







.box {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* トップ */
#slogan {
    font-size: 2.2em;
    margin-bottom: 80px;
    color: rgba(224,42,104,1.00);
}
#slogan img {
	width: 500px;
}
.bg1 {
	/*
    background-color: hsla(48,25%,92%,1.00);
    background-image: url(images/bg1.png);
	*/
    padding-top: 50px;
    padding-bottom: 50px;
}

.bg2 {
    background-color: hsla(48,25%,92%,1.00);
    background-image: url(images/bg2.png);
    padding-top: 50px;
    padding-bottom: 50px;
}



#news {
	margin-bottom: 100px;
	}

#news ul {
    text-align: left;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    border: 2px dashed #FFC73B;
}
#news li {
    text-align: left;
    border-bottom: 1px dashed #FFC22C;
    margin-bottom: 10px;
    padding-bottom: 10px;
    background-image: url(images/list.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 30px;
    list-style: none;
    margin-left: auto;
}
#kihon {
    margin-bottom: 30px;

	}
#kihonj {
    width: 53%;
    text-align: left;
}
#kihonj table {
    width: 100%;
    border-spacing: 5px;
    margin-bottom: 30px;
}
#kihonj th {
    text-align: left;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: #F0F0F0;
}
#kihonj td {
    text-align: left;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: #FFFFFF;

}

#topphoto {
	margin-top: 5px;
	width: 45%;

}
#topphoto img {
	width: 100%;
	object-fit: cover;
	height: 424px;
}

.flex {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
}

#map {
    width: 100%;
    margin-bottom: 80px;
	}
	
#map iframe {
    width: 100%;
    height: 330px;
	}




#jigyou {
	margin-bottom: 100px;
}
#jigyou article {
    padding-top: 50px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    border-radius: 20px;
    margin-bottom: 25px;
    background-color: rgba(255,255,255,1.00);
    -webkit-box-shadow: 1px 1px 5px rgba(171,169,160,1.00);
    box-shadow: 1px 1px 5px rgba(171,169,160,1.00);
    background-image: url(images/bg_jigyou.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}

.jigyoubox {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-bottom: 15px;
}
.jigyoubox figure {
	width: 30%;
}
.jigyoubox figure img {
	width: 100%;
}
.jigyoubox .jigyoutxt {
	width: 67%;
    text-align: left;
}
.jigyoubox dl {
    text-align: left;
    margin-bottom: 10px;
}
.jigyoubox dt {
    font-size: 1.3rem;
    border-bottom: 1px solid hsla(0,0%,90%,1.00);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.jigyoubox dd {
}
.jigyoubox .jigyoulink {
    background-color: rgba(223,231,243,1.00);
    padding-top: 7px;
    padding-right: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    margin-bottom: 30px;
    text-align: center;
}
.jigyoubox .jigyoulink a {
      text-align: center;
    color: rgba(28,80,160,1.00);
}
.jigyoubox .jigyoulink a:hover {

}
.jigyoubox .jtxt {
	text-align: left;
	margin-bottom: 20px;
}

.linkbg1 {
    padding: 10px;
    background-color: #E6F6FF;
    margin-bottom: 5px;
}
.linkbg2 {
    padding: 10px;
    background-color: #FFFDE6;
    margin-bottom: 5px;
}








.txt {
	text-align: left;
	padding: 20px;
}


#greeting {
	margin-bottom: 50px;
}
#greeting h3 {
    text-align: center;
    background-color: #EEFFDB;
    border-top: 4px double #7EBC52;
    border-bottom: 4px double #7EBC52;
    background-image: -webkit-linear-gradient(45deg,rgba(238,255,219,1.00) 0%,rgba(193,231,152,1.00) 100%);
    background-image: -moz-linear-gradient(45deg,rgba(238,255,219,1.00) 0%,rgba(193,231,152,1.00) 100%);
    background-image: -o-linear-gradient(45deg,rgba(238,255,219,1.00) 0%,rgba(193,231,152,1.00) 100%);
    background-image: linear-gradient(45deg,rgba(238,255,219,1.00) 0%,rgba(193,231,152,1.00) 100%);
}

#navigation {
	margin-bottom: 50px;
}
#navigation ul {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
#navigation ul li {
width: 30%;
	list-style: none;
	margin-bottom: 10px;
}
#navigation ul li a {
	font-size: 1.2em;
	position: relative;
    padding: 30px;
    display: block;
    background-color: #FFA600;
    color: #FFFFFF;
    text-align: left;
    background-image: -webkit-linear-gradient(0deg,rgba(255,186,15,1.00) 0%,rgba(255,118,0,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(255,186,15,1.00) 0%,rgba(255,118,0,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(255,186,15,1.00) 0%,rgba(255,118,0,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(255,186,15,1.00) 0%,rgba(255,118,0,1.00) 100%);
}
#navigation ul li a:hover {
    background-image: -webkit-linear-gradient(0deg,rgba(116,205,237,1.00) 0%,rgba(56,126,221,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(116,205,237,1.00) 0%,rgba(56,126,221,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(116,205,237,1.00) 0%,rgba(56,126,221,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(116,205,237,1.00) 0%,rgba(56,126,221,1.00) 100%);
}

#navigation ul li a::after {
  content: ">";
  position: absolute; /* 絶対配置 */
  right: 30px; /* 親要素の右端から0の位置に配置 */
}










#enkaku {
	margin-bottom: 50px;
}
#enkaku table {
    width: 100%;
    border-spacing: 10px;
    margin-bottom: 30px;
}
#enkaku th {
    text-align: left;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: #F0F0F0;
}
#enkaku td {
    text-align: left;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: #FFFFFF;

}

#enkaku ul {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
	width: 60%;
}
#enkaku ul li {
    width: 46%;
    list-style: none;
    margin-bottom: 10px;
}

#enkaku ul li img {
width: 100%;
}




.bantane {
    border: 1px solid #A2A2A2;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    text-align: left;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFFFFF;
}




#shousai {
	margin-bottom: 50px;
}

#joseikin {}

#joseikinjigyou {
	margin-bottom: 60px;
}

#joseikinjigyou dl {
    padding: 20px;
    background-color: rgba(245,245,245,0.80);
    border-radius: 5px;
    margin-top: 50px;
}


#joseikinjigyou dt {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.2em;
    border-bottom: 5px solid #C5C5C5;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 45px;
    color: rgba(255,255,255,1.00);
    background-color: #708BCC;
    background-image: url(images/list1.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

#joseikinjigyou dd {
    text-align: left;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #FFFFFF;
}

#joseikinjigyou dd.flex {
    display: flex;
    justify-content:flex-start;
    box-sizing: border-box;
    flex-wrap : wrap;
}



#joseikinjigyou dd.flex div {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;

}
#joseikinjigyou dd.flex div a {
    display: block;
    background-color: #95A9D9;
    text-align: center;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    color: #FFFFFF;
}
#joseikinjigyou dd.flex div a:hover {
    background-color: #FFD4E9;
    color: #C34282;
}



.j_flex {
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-top: 50px;
}



.j_flex div {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;

}
.j_flex div a {
    display: block;
    background-color: #95A9D9;
    text-align: center;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    color: #FFFFFF;
}
.j_flex div a:hover {
    background-color: #FFD4E9;
    color: #C34282;
}

.j_flex div span {
   font-size: 0.8em;
}





#download {}


#download ul {
	margin-left: auto;
}
#download ul li {
    text-align: left;
    margin-bottom: 10px;
    border-bottom: 5px dotted #D2E2F0;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    color: rgba(255,255,255,1.00);
    background-image: url(images/list_file2.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    list-style: none;
}






#ikuei {}
#taiyo {
    margin-top: 40px;
    margin-bottom: 40px;
}
#kyufu {
    margin-bottom: 40px;
}

#kyufu2 {
    margin-bottom: 40px;
}

#ikueijigyou {
	margin-bottom: 60px;
}

#taiyo dl {
    padding: 20px;
    background-color: rgba(245,245,245,0.80);
    border-radius: 5px;
    margin-top: 50px;
}


#taiyo dt {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.2em;
    border-bottom: 5px solid #CCCCCC;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 45px;
    color: #FFFFFF;
    background-color: #FF6E00;
    background-image: url(images/list2.png);
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

#taiyo dd {
    text-align: left;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #FFFFFF;
}


#kyufu dl {
    padding: 20px;
    background-color: rgba(245,245,245,0.80);
    border-radius: 5px;
    margin-top: 50px;
}


#kyufu dt {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.2em;
    border-bottom: 5px solid #CCCCCC;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 45px;
    color: rgba(255,255,255,1.00);
    background-color: #E8496B;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-image: url(images/list2.png);
}

#kyufu dd {
    text-align: left;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #FFFFFF;
}


#kyufu2 dl {
    padding: 20px;
    background-color: rgba(245,245,245,0.80);
    border-radius: 5px;
    margin-top: 50px;
}


#kyufu2 dt {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.2em;
    border-bottom: 5px solid #CCCCCC;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 45px;
    color: rgba(255,255,255,1.00);
    background-color: #24C596;
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-image: url(images/list2.png);
}

#kyufu2 dd {
    text-align: left;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #FFFFFF;
}






.t_flex {
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-top: 50px;
}

.t_flex div {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;

}
.t_flex div a {
    display: block;
    text-align: center;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    background-color: #FFEFDA;
    color: #FF6E00;
}
.t_flex div a:hover {
    background-color: #FF6E00;
    color: #FFFFFF;
}
.t_flex div span {
   font-size: 0.8em;
}


.k_flex {
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-top: 50px;
}

.k_flex div {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;

}
.k_flex div a {
    display: block;
    text-align: center;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    background-color: #FFE4E9;
    color: #E8496B;
}
.k_flex div a:hover {
    background-color: #E8496B;
    color: #FFFFFF;
}
.k_flex div span {
   font-size: 0.8em;
}


.k_flex2 {
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
    flex-wrap : wrap;
    margin-top: 50px;
}

.k_flex2 div {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;

}
.k_flex2 div a {
    display: block;
    text-align: center;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    background-color: #E2FFF6;
    color: #06AB7B;
}
.k_flex2 div a:hover {
    background-color: #24C596;
    color: #FFFFFF;
}
.k_flex2 div span {
   font-size: 0.8em;
}



ul.t_download {
	margin-left: auto;
}
ul.t_download li {
    text-align: left;
    margin-bottom: 10px;
    border-bottom: 5px dotted #CFB5A1;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    color: rgba(255,255,255,1.00);
    background-image: url(images/list_file1.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    list-style: none;
}
ul.k_download {
	margin-left: auto;
}
ul.k_download li {
    text-align: left;
    margin-bottom: 10px;
    border-bottom: 5px dotted #E8CCD2;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    color: rgba(255,255,255,1.00);
    background-image: url(images/list_file3.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    list-style: none;
}








#recruit {}
#recruitnews {
	margin-bottom: 60px;
}
#recruitnews table {
    width: 100%;
    border-spacing: 10px;
    margin-bottom: 30px;
}
#recruitnews th {
    text-align: left;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    width: 8em;
    background-color: #F0F0F0;
}
#recruitnews td {
    text-align: left;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: #FFFFFF;

}

#recruitnews dl {
    padding: 20px;
    background-color: rgba(245,245,245,0.80);
    border-radius: 5px;
    margin-top: 50px;
}


#recruitnews dt {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.2em;
    border-bottom: 5px solid #C5C5C5;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 45px;
    color: rgba(255,255,255,1.00);
    background-color: #16A6B1;
    background-image: url("images/list3.png");
    background-repeat: no-repeat;
    background-position: 10px 10px;
}

#recruitnews dd {
    text-align: left;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background-color: #FFFFFF;
}

#recruitnews dd div {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;

}
#recruitnews dd div a {
    display: block;
    background-color: #9CDCE1;
    text-align: center;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    color: #003670;
}
#recruitnews dd div a:hover {
    background-color: #DDF5F7;
    color: #E74700;
}












#contactform {
    margin-bottom: 50px;
}
.info {
    margin-bottom: 50px;
}
.info a {
    display: block;
    padding-top: 25px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 25px;
    text-align: center;
    width: 20em;
    margin-left: auto;
    margin-right: auto;
    background-color: #9CDCE1;
    color: #FFFFFF;
    border-radius: 7px;
    text-decoration: none;
    font-size: 1.4em;
}
.info a:hover {
    background-color: #E7567E;
}

#contactform dl {
    text-align: left;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    background-color: #FBFFD7;
    margin-bottom: 30px;
    margin-top: 20px;
}
#contactform dt {
    font-weight: bold;
    font-size: 1.1em;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 30px;
    background-image: url(images/list3b.png);
    background-repeat: no-repeat;
    background-position: left 5px;
}
#contactform dd {
    margin-bottom: 15px;
    border-bottom: 2px dashed #C4D900;
    padding-bottom: 15px;
}

#contactform dd input[type="text"] {
    box-sizing: border-box; /* [borde-box]で右の飛び出しを回避 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    text-align: left;
    background-color: #E3E3E3;
    margin-top: 2px;
    margin-bottom: 2px;
}

#contactform dd textarea {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background-color: #E3E3E3;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
#contactform dd input[type="radio"] {
	margin-right: 3px;
}
#contactform .submit {
	float:left;

}
#contactform .reset {
	float:right;
}
#contactform .soushinbox {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
}
input[type="submit"]  {
    width: 200px; /*送信ボタンの幅を指定*/
    margin-bottom: 5px;
    border: 1px solid #B7B7B7;
    background-color: #077068;
    padding: 0.4em;
    cursor: pointer;
    color: rgba(255,255,255,1.00);
}

input[type="reset"]  {
	width: 200px; /*リセットボタンの幅を指定*/
	border: 1px solid #B7B7B7;
	background-color: #E1E1E1;
	padding: 0.4em;
	cursor: pointer;
}
.hissu {
    font-weight: normal;
    color: #FFFFFF;
    font-size: 0.7em;
    background-color: #F93358;
    padding-top: 1px;
    padding-right: 2px;
    padding-bottom: 1px;
    padding-left: 2px;
}


@media screen and (max-width:1360px){

#headerother {
    background-image: url(images/topimg2.jpg);
    background-position: center bottom;
    background-size: 100% auto;
    padding-bottom: 140px;
    margin-bottom: 10px;
    background-repeat: no-repeat;	
}
	
}
@media screen and (max-width:1100px){
#menu ul{
    width: 100%;
}	
header {

	}
	
#headerindex {
    background-image: url(images/topimg.jpg);
    background-position: center bottom;
    background-size: 125% auto;
    padding-bottom: 250px;
    margin-bottom: 20px;
	}	
	
#headerother {
    background-image: url(images/topimg2.jpg);
    background-position: center bottom;
    background-size: 100% auto;
    padding-bottom: 100px;
    margin-bottom: 10px;
    background-repeat: no-repeat;	
}
	
}




@media screen and (max-width:980px){

html,body {

}

header {
    background-image: url(images/topimg.jpg);
    background-position: center bottom;
    background-size: 120% auto;
    padding-bottom: 200px;
    margin-bottom: 50px;
}
main {
}


h1 {
	width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
}
#top {
	height: auto;
	}
	
.sp { display: block !important; }	
.toggle{
	position: absolute;
	top:10px;
	right: 10px;
}
.openbtn1{
    position: relative;/*ボタン内側の基点となるためrelativeを指定*/
    background-color: #6EB92B;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

/*ボタン内側*/
.openbtn1 span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
  background: #fff;
    width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:15px; 
}

.openbtn1 span:nth-of-type(2) {
  top:23px;
}

.openbtn1 span:nth-of-type(3) {
  top:31px;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;/*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
	

	
#menu{
    display: none;
    width: 100%;
    background-color: rgba(247,232,201,1.00);
}

#menu ul{
    width: 90%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;

}
#menu li:first-child {
    width: 98%;
    margin: 1%;
    box-sizing: border-box;
    border-left: none;
    background-color: #86D0F7;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#menu li{
    width: 47%;
    margin: 1%;
    box-sizing: border-box;
    border-left: none;
    background-color: #86D0F7;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#menu li a{
font-size: 0.8em;
}	

	h3 img {
    width: 50%;
	}

h2 {
    width: 90%;
	font-size: 1.7rem;
}

.box {
	width: auto;
    margin-left: 10px;
    margin-right: 10px;
}

	
#kihonj {
    width: 100%;
    text-align: left;
	margin-bottom: 50px;
}
#topphoto {
	width: 100%;
	margin-bottom: 50px;
}
#topphoto img {
	width: 100%;
	height: auto;
}
	
#contactform dl {
		width: auto;
	}
#contactform dd input[type="text"] {
    width: 100%;
    box-sizing: border-box; /* [borde-box]で右の飛び出しを回避 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    text-align: left;
}

#contactform dd textarea {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}		
	
	
	
.bantane {
    width: 100%;
}	
	
	
	
.info a {
    display: block;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 15px;

    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.2em;
}
	
	
#slogan img {
	width: 60%;
}	
#enkaku figure img {
width: 100%;
}

}

@media screen and (max-width:480px){

#slogan img {
	width: 70%;
}
h1 {
    width: 60%;
    margin-right: auto;
    margin-left: 10px;
}
h2 {
    width: 100%;
    padding-bottom: 60px;
    padding-top: 30px;
	font-size:25px;
	}
.bgh2 span {
    color: #060407;
    background-color: rgba(255,255,255,0.70);
    padding-top: 1vw;
    padding-bottom: 1vw;
    display: block;
    font-size: 15px;
    width: 18em;
    margin-left: auto;
    margin-right: auto;
  font-family: "Kosugi Maru", serif;
}
h3 {
    font-size: 1.2rem;
}
	h3 img {
		width: 100%;
	}

	footer {

}
footer img {
	width:60%;
}
	footer .copy {
		font-size: 0.7rem;
	}
#page_top{

}	

header {

}
#headerindex {
    background-image: url(images/topimg.jpg);
    background-position: center bottom;
    background-size: 170% auto;
    padding-bottom: 150px;

}	
#headerother {
    background-image: url(images/topimg2.jpg);
    background-position: center bottom;
    background-size: 160% auto;
    padding-bottom: 80px;
    margin-bottom: 10px;
    background-repeat: no-repeat;	
}	
	
#slogan {
    font-size: 1.5em;
    margin-bottom: 40px;
}	
	


.jigyoubox figure {
	width: 100%;
	margin-bottom: 10px;
}

.jigyoubox .jigyoutxt {
	width: 100%;

}

.jigyoubox {
	width: 100%;

}
#joseikinjigyou dd.flex div {
    width: 98%;
    margin-bottom: 10px;
}
	
	
#ikueijigyou dd.flex div {
    width: 98%;
    margin-bottom: 10px;
}	
	
#contactform .soushinbox {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#contactform .submit {
	float:none;
}
#contactform .reset {
	float:none;
}
	
#contactform dl {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;

}	
	
#enkaku th {
    width: 100%;
	display: block;
}
#enkaku td {
    width: 100%;
	display: block;
}
	
#kihonj th {
    width: 100%;
	display: block;
}
#kihonj td {
    width: 100%;
	display: block;
}	
	
#navigation ul li {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
#navigation ul li a {
padding: 15px;
}	
	
	
	
.j_flex div {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
margin-bottom: 5px;
}
.t_flex div {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
margin-bottom: 5px;
}	
	
.k_flex div {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
margin-bottom: 5px;
}	
.k_flex2 div {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
margin-bottom: 5px;
}		
	}





@media screen and (min-width: 768px){
.br-sp {display: none; }
}
