@charset "utf-8";
@import "reset.css";

/* Base Style
================================================== */


@media print {
	body {
		width: 1200px;
		transform: scale(0.8);
		-moz-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform-origin: 0 0;
	}

	#logo-sub {
		display: none;
	}

	.sp-header {
		display: none;
	}

	#scrollTop {
		display: none;
	}
}


/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

.timing02 {transition-delay: .2s;}
.timing03 {transition-delay: .4s;}
.timing04 {transition-delay: .6s;}
.timing05 {transition-delay: .8s;}



.anim-box.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}





/* Windows */
@font-face {
	font-family: YuGothicM;
	font-weight: normal;
	src: local('YuGothic-Medium'),
		/* Mediumを明示的に指定 */
		local('Yu Gothic Medium'),
		/* Chrome用 */
		local('YuGothic-Regular');
	/* Windows8.1ではMediumがないのでRegularを指定 */
}

@font-face {
	font-family: YuGothicM;
	font-weight: bold;
	src: local('YoGothic-Bold'),
		/* Boldはそのまま */
		local('Yu Gothic');
	/* Chrome用 */
}

.clr {
	clear: both;
	min-height: 1em;
}


.clr:after {
	display: block;
	height: 1px;
	content: "";
	clear: both;
}

input,
select,
textarea {
	color: #000;
	font-family: inherit;
	font-size: 100%;
}

.new {
	margin-left: 5px;
	color: #ff5353;
	font-size: 75%;
	font-weight: bold;
	text-transform: uppercase;
    display: inline-block;
}



/**
 * https://unsplash.com/photos/rTZW4f02zY8
 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.target {
  display: block;
  max-width: 350px;
  width: 70%;
  height: auto;
}

/* Animation */
.target {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}



/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(-30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_left.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
    transition: 0.8s ease-in-out;
    transform: translateX(30px);
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}
.scroll_right.on {
    opacity: 1.0;
    filter: alpha(opacity=100);
    -moz-opacity: 1.0;
    transform: translateX(0);
}
/*------------------------*/
/*------------------------*/
/*------- layout -------*/



.timing02 {transition-delay: .2s;}
.timing03 {transition-delay: .4s;}
.timing04 {transition-delay: .6s;}
.timing05 {transition-delay: .8s;}



/* Clearfix
================================================== */
.inner:after,
header:after,
footer:after,
nav ul:after,
section:after,
article:after,
aside:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}

.inner,
header,
footer,
nav ul,
section,
article,
aside,
.clearfix {
	zoom: 1;
}

.none_text {
	display: none;
}




a:hover img,
a:focus img {
	opacity:0.8;
	filter:alpha(opacity=80);
}


.pc-recruit a:hover img,.pc-recruit a:focus img {
	opacity:1!important;
	filter:alpha(opacity=100)!important;
}


.pc-recruit a:hover img,
.pc-recruit a:focus img,
.top6-ul li a:hover,
.top6-ul li a:focus,
.sns-link a:hover,
.sns-link a:focus{
	transform: translateY(-5px);
}

:-ms-input-placeholder {
	color: #4d4d4d;
}


body,
html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	line-height: 140%;
	overflow-x: hidden;
}



ol,
ul {
	list-style: none;
}

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

* {
	box-sizing: border-box;
}


@media screen and (min-width: 811px) {
	.sp-disp {
		display: none !important;
	}

}

@media screen and (max-width: 810px) {
	.pc-disp {
		display: none !important;
	}

}

@media screen and (min-width: 769px) {
	.sp-disp768 {
		display: none !important;
	}

}

@media screen and (max-width: 768px) {
	.pc-disp768 {
		display: none !important;
	}

}



@media screen and (min-width: 601px) {
	.sp-disp600 {
		display: none !important;
	}

}

@media screen and (max-width: 600px) {
	.pc-disp600 {
		display: none !important;
	}

}





.hideAnchor {
	display: block;
	height: 0px;
		overflow: hidden;
	text-indent: -9999px;
	margin-top: -90px;
	padding-bottom: 90px;
}



#lay-container {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 0;
	position: relative;
	overflow: hidden;
}

@media screen and (max-width: 1000px) {
#lay-container {
}
}


@media screen and (max-width: 811px) {
#lay-container {
}
}


@media screen and (max-width: 810px) {
#lay-container {
    top: 0;
}
}

#scrollTop {
	position: fixed;
	right: 20px;
	z-index: 20;
	margin-bottom: 20px;

}


#scrollTop img {
	width: 40px;
    border-radius: 7px;
    box-shadow: 0 0 5px #4d4d4d;
}


.skip-header a {
	display: block;
	background-color: #007b44;
	color: #fff;
	text-decoration: none;
	text-align: center;
	position: absolute;
	height: 0;
	overflow: hidden;
}






.header-search {
	position: fixed;
	top: 150px;
	right: -400px;
	width: 280px;
	z-index: 9998;
	padding: 10px 10px 10px 0;
	background-color: #f4a000;
	border-radius: 8px;

}

@media screen and (max-width: 1140px) {
.header-search {
	top: 140px;
}
}
@media screen and (max-width: 1020px) {
.header-search {
	top: 130px;
}
}
@media screen and (max-width: 920px) {
.header-search {
	top: 125px;
}
}

@media screen and (max-width: 810px) {
.header-search {
	top: 78px;
}
}



.header-search-inner {
	position: relative;
}
.header-search-inner .td-l {
	width: 50px;
	text-align: center;
}
.header-search-inner .td-l a:link {
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
}
header-search-inner .td-r{
	width: 220px;
}

.header-search-inner::before{
  content: '';
  position: absolute;
  right: 20px;
  top: -20px;
  display: block;
  width: 0;
  height: 0;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #f4a000;
  border-left: 20px solid transparent;

}




@media screen and (max-width: 810px) {
.header-search-inner::before{
  right: 53px;
}
}


.header-search input[type="text"] {
    width: 100%;
    border: 1px solid #acacac;
    padding: 7px 30px 9px 10px;
    font-size: 16px;
    border-radius: 5px;

}

.header-search input[type="image"] {
	position: absolute;
	right: 15px;
	top: 8px;
	width: 24px;
	height: auto;

}












#pc-header {
	width: 92%;
	margin: 0 4%;
	position: fixed;
	top: 40px;
	z-index: 9997;
	background-color: rgba(255, 255, 255, 1.0);
	border-radius: 15px;
	box-shadow: 0 0 4px #4d4d4d;
	padding: 0 0 0 10px;
}




#headerInner {
	width: 100%;

}

#headerInner table {
	width: 100%;

}


.headerInner-l {
	width: auto;
	vertical-align: middle;
	padding: 10px 0;
}

.headerInner-l img {
	width: 300px;
}


.headerInner-r {
	width: auto;
	text-align: right;
	vertical-align: middle;
}




.headerInner-search {
	width: 90px;
    text-align: right;
    border-radius: 0 15px 15px 0;
    /* padding-top: 2px; */
    background-color: #f4a000;
}
.headerInner-search img {
	height: 88.00px;
	border-radius: 0 15px 15px 0;
}














.header-nav-list li a {
  word-wrap: break-word;
}
.header-nav-list li a:hover {
  opacity: 1 !important;
}
.header-nav-list li > * {
  cursor: pointer;
}


.header-nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
            justify-content: flex-end;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 100%;
    padding-right: 10px;
}




.header-nav-list > li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
.header-nav-list > li > .menuTitle {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    color: #4d4d4d;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 0 20px 0;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }


@media screen and (max-width: 1250px) {
.header-nav-list > li > .menuTitle {
	    font-size: 100%;
}
}

@media screen and (max-width: 980px) {
.header-nav-list > li > .menuTitle {
	    font-size: 90%;
}
}

.header-nav-list > li > .menuTitle:hover {
    color: #F39F00;
  }
.header-nav-list > li > .menuTitle::before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    height: -o-calc(100% - 0.2em);
    height: calc(100% - 0.2em);
    background-color: #4d4d4d;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
.header-nav-list > li:first-child > .menuTitle {
    padding-left: 0;
  }
.header-nav-list > li:first-child > .menuTitle::before {
    content: none;
  }
/*
.header-nav-list > li:last-child > .menuTitle {
    padding-right: 0;
  }
*/
.header-nav-list > li:hover .accordionMenu__02 {
    display: block;
    -webkit-transform: translate(50%, 100%) scale(1, 1);
            transform: translate(50%, 100%) scale(1, 1);
}
@media only screen and (min-width: 811px) and (min-width: 811px) and (max-width: 809px) {
.header-nav-list > li:nth-last-child(3) .accordionMenu__02 {
    -webkit-transform: translate(0, 100%) scale(1, 0);
            transform: translate(0, 100%) scale(1, 0);
    right: 0;
  }
.header-nav-list > li:nth-last-child(3):hover .accordionMenu__02 {
    -webkit-transform: translate(0, 100%) scale(1, 1);
            transform: translate(0, 100%) scale(1, 1);
  }
}
@media print, screen and (min-width: 811px) {
.header-nav-list .accordionMenu__02 {
    display: block;
    position: absolute;
    width: auto;
    height: 0;
    bottom: 4px;
    right: 50%;
    left: auto;
    -webkit-transition: -webkit-transform 0.2s ease-in;
    transition: -webkit-transform 0.2s ease-in;
    transition: transform 0.2s ease-in;
    transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-transform: translate(50%, 100%) scale(1, 0);
            transform: translate(50%, 100%) scale(1, 0);
    padding: 30px 0 0;
  }
.header-nav-list .accordionMenu__02Inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 450px;
    background: #79bc35;
    padding: 10px 20px 10px;
    border: 2px solid #fff;
    border-radius: 20px;
  }
.header-nav-list .accordionMenu__02 .header-nav-list__02 {
    position: relative;
    display: block;
    width: 100%;
  }
.header-nav-list .accordionMenu__02 .header-nav-list__02 > li {
    border-bottom: 1px dotted #fff;
  }
.header-nav-list .accordionMenu__02 .header-nav-list__02 > li:last-child {
    border-bottom: none;
  }
.header-nav-list .accordionMenu__02 .header-nav-list__02 > li > .title a {
    position: relative;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    word-wrap: break-word;
    padding: 0.75em;
	text-align: left;
	font-weight: bold;
  }
	
	
.header-nav-list .accordionMenu__02 .header-nav-list__02 > li > .title a::before {
    content: "";
    position: absolute;
    display: block;
    width: 0.5em;
    height: 2px;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background-color: #fff;
    border-radius: 2px;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
  }
.header-nav-list .accordionMenu__02 .header-nav-list__02 > li:hover > .title a::before {
    opacity: 1;
  }
}
@media print, screen and (min-width: 811px) {
.header-nav-list .header-nav-list__02 > li {
    position: relative;
  }
.header-nav-list .header-nav-list__02 > li:hover > .accordionMenu__03 {
    display: block;
  }
}
@media print, screen and (min-width: 811px) {
.header-nav-list .accordionMenu__03 {
    display: none;
    width: 100%;
  } .header-nav-list .accordionMenu__03 > .header-nav-list__03 > li {
    padding: 0.5em 1em 0.5em;
  }
.header-nav-list .accordionMenu__03 > .header-nav-list__03 > li > .menuTitle {
    display: block;
    width: 100%;
    color: #4d4d4d;
    font-size: 14px;
    text-decoration: none;
  }
}



.font-size {
	background-color: #F39F00;
	display: inline-block;
	width: auto;
	height: 52px;
	padding: 10px 15px 7px 15px;
	text-align: center;
}

.pc-search {
	display: inline-block;
	width: auto;
	height: 52px;
	background-color: #F39F00;
	float: right;
	padding: 9px 17px;
	text-align: left;
}

.sp-search {

	margin-top: 50px;
	text-align: center;
}


.pc-search span {
	display: inline-block;
}

.label {
	color: #fff;
	font-size: 14px;
	margin-right: 6px;
}

.default {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}

.default a:link {
	text-decoration: none;
	display: block;
	background-color: #fff;
	color: #000;
	padding: 3px 8px;
	border-radius: 20px;
}

.default a:hover {
	background-color: #fff;
	color: #000;
}

.large {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
}

.large a:link {
	text-decoration: none;
	display: block;
	background-color: #000;
	color: #f6e490;
	padding: 3px 8px;
	border-radius: 20px;
}

.large a:hover {
	background-color: #fff;
	color: #000;
}





.input_item {
	width: 166px;
	border: none;
	height: 32px;
	padding: 3px 28px 3px 5px;
	background: #fff;
	font-size: 16px;

	border-radius: 0px !important;
	color: #4d4d4d;
}


#searchsubmit {
	width: 18px;
	margin-left: -26px;
	padding-bottom: 0;

}


.input_item2 {
	width: 90%;
	max-width: 300px !important;
	border: 1px solid #ccc;
	height: 32px;
	padding: 3px 28px 3px 5px;
	background: #fff;
	font-size: 16px;

	border-radius: 0px !important;
	color: #4d4d4d;
}


#searchsubmit2 {
	width: 18px;
	margin-left: -26px;
	padding-bottom: 0;

}





#globalNav {
	width: 100%;
	padding-top: 5px；
}

#globalNavInner {
	width: 100%;
	padding: 0 0 0 0;
}



#globalNavInner ul {
	width: 100%;
	display: inline-flex;
	flex-wrap: nowrap;
	font-size: 110%;
	justify-content: right;
	padding: 8px 0;
}



#globalNavInner ul li {
	text-align: center;
	padding: 8px 0;
	font-size: 90%;
}


#globalNavInner ul li a {
	display: block;
	padding: 0 22px;
	text-decoration: none;
	font-weight: bold;
	border-left: #000 solid 1px;
}




@media screen and (max-width: 1000px) {
	#globalNavInner ul li a {
		padding: 0 10px;
	}
}




#globalNavInner ul li:first-child a {
	border-left: none;
}




#globalNavInner ul li a:hover {
	color: #F39F00;
}





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

#pc-header {
	top: 35px;
}


.headerInner-l img {
	width: 250px;
}

.headerInner-search {
	width: 85px;
	text-align: right;
	border-radius: 0 15px 15px 0;
}
.headerInner-search img {
	height: 83.89px;
	border-radius: 0 15px 15px 0;
}

.header-nav-list > li > .menuTitle {
	padding: 0 18px 0;

}

}



@media screen and (max-width: 1040px) {
	
    .headerInner-l img {
        width: 220px;
    }
	
}


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

#pc-header {
	top: 32px;
}
.headerInner-l img {
	width: 230px;
}

.headerInner-search {
	width: 82px;
	text-align: right;
	border-radius: 0 15px 15px 0;
}
.headerInner-search img {
	height: 80.93px;
	border-radius: 0 15px 15px 0;
}

.header-nav-list > li > .menuTitle {
	padding: 0 12px 0;

}

}

@media screen and (max-width: 920px) {
#pc-header {
	top: 30px;
}

.headerInner-l img {
	width: 210px;
}

.headerInner-search {
	width: 80px;
	text-align: right;
	border-radius: 0 15px 15px 0;
}
.headerInner-search img {
	height: 78.96px;
	border-radius: 0 15px 15px 0;
}


}


@media screen and (max-width: 900px) {
	
    .headerInner-l img {
        width: 170px;
    }
}


@media screen and (max-width: 860px) {
#pc-header {
    width: 95%;
    margin: 0 2.5%;
}
}


@media screen and (max-width: 840px) {
    .headerInner-search img {
        height: 60px;
    }
	
	
.headerInner-search {
        width: 60px;
	}
}


/* プルダウン Nav
================================================== */

#globalNavInner {
	position: relative;
}





#globalNavInner>ul .child {
	display: none;
	position: absolute;
	z-index: 800;
	margin-left: -2px;
	width: 300px;
}


#globalNavInner>ul .child li {
	max-width: auto;
	font-weight: bold;
	border-right: none;
	font-size: 80%;
	transition: .4s;
	color: #fff;

}

#globalNavInner>ul .child li:nth-child(odd) {
	background-color: #F39F00;
}

#globalNavInner>ul .child li:nth-child(even) {
	background-color: #004136;
}


#globalNavInner>ul .child li:last-child {}

#globalNavInner>ul .child li a {
	display: block;
	text-decoration: none;
	padding: 0 15px;
	text-align: left;
	color: #fff;
	border-left: none;
}

#globalNavInner>ul .child li a:hover {}

#globalNavInner>ul .child li:hover {
	background-color: #b1c104;
}








/*メニュー関係終わり
---------------------------------------------------------------*/




/* トップ
================================================== */



#home #content {
	width: 100%;
	margin: 0px auto;
	padding-bottom: 0px;
	border-bottom: none;
}


#content {
	width: 100%;
	margin: 0px auto;
	padding-bottom: 60px;

}








.top1 {
	width: 100%;
	background-color: #fce9e0;
}


.top1-inner {
	width: 100%;
}

.header-new-sp {
	width: 100%;

}

.header-new-sp td {
	width: 100%;
}
.header-new-sp td.td01 {
	padding: 30px 30px 5px 30px;
}
.header-new-sp td.td02 {
	padding: 20px 30px 30px 30px;
}


.header-new-sp td h2 {
	color: #F39F00;
	font-size: 22px;
	border-bottom: 1px solid #F39F00;
	padding-bottom: 15px;
}

.header-new-link {
	text-align: right;
	margin-top: -40px;
}
.header-new-link img {
	width: 25px;
}

.header-new-sp td ul li .date {
	display: block;
	color: #4d4d4d;
}
.header-new-sp td ul li .title {
	display: block;
}




.top2 {
	position: relative;
	width: 100%;
}


.top2-inner {
	width: 100%;
	position: relative;
}

.top-kv-loading {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 1;
}
.top-kv-loading::after {
	content: "";
	position: absolute;
	display: block;
	z-index: -1;
	overflow: hidden;
	width: 100px;
	height: 100px;
	border-top: 6px solid rgba(#79bc35, .1);
	border-right: 6px solid rgba(#79bc35, .1);
	border-bottom: 6px solid rgba(#79bc35, .1);
	border-left: 6px solid #79bc35;
	border-radius: 50%;
	transform: translateZ(0);
	animation: keyKvLoading 1.1s infinite linear;
}

@keyframes keyKvLoading {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


.slick-box {
	width: 100%;

}

.slick-slide img {
    display: block;
    width: 100%;
}

.slick-slide img {
    display: block;
    height: 55em;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    display: block;
    object-position: bottom center;
}

/*
.slick-box img {
	width: 100%;
    padding-top: 20px;
    height: 43em;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.slider li img {
	width: 100%;
    height: 43em;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}
*/
/*
@media screen and (max-width: 1325px) {

.slick-box img {
    height: auto;
}

.slider li img {
    height: auto;
}

}
*/

@media screen and (max-width: 1200px) {
	
.slick-slide img {
    height: 45em;
	}
}


@media screen and (max-width: 1000px) {
/*
.slick-box img {
    padding-top: 0;
}
*/
}



.kv_copy {
	position: absolute;
    width: 650px;
    /* top: calc(129px + 5%); */
    left: 70px;
    bottom: 100px;
	opacity: 0;
}
.kv_copy.playAnimation {
	opacity: 1;
	animation: key_kv_copy 0.4s ease-in-out forwards;
}
@media screen and (max-width: 810px) {
	.kv_copy.playAnimation {
		animation: key_kv_copy 0.6s ease-in-out forwards;
	}
}
@keyframes key_kv_copy {
	from { clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%); }
	to { clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); }
}


/*
@media screen and (max-width: 1140px) {
.kv_copy {
	top: calc(124px + 5%);
}
}
@media screen and (max-width: 1020px) {
.kv_copy {
	top: calc(121px + 5%);
}
}
@media screen and (max-width: 920px) {
.kv_copy {
	top: calc(119px + 5%);
}
}

@media screen and (max-width: 810px) {
.kv_copy {
	width: 90%;
	top: calc(60px + 5%);
	right: 5%;
}

}
*/

.kv_copy img {
	width: 100%;
}


@media screen and (max-width: 1200px) {
	
.kv_copy {
    width: 550px;
}
}


@media screen and (max-width: 1130px) {
.kv_copy {
    left: 40px;
    bottom: 70px;
}
}


@media screen and (max-width: 1000px) {
	
.kv_copy {
    width: 480px;
}
}



@media screen and (max-width: 810px) {
.kv_copy {
        width: 100%;
        margin: 0 auto;
        text-align: center;
	        left: auto;
    }
	
.kv_copy img {
    width: 100%;
    max-width: 450px;
}
	
.slick-slide img {
    display: block;
    height: 55em;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    display: block;
    object-position: bottom center;
}
	
}



@media screen and (max-width: 767px) {
.kv_copy img {
        max-width: 400px;
    }
}


@media screen and (max-width: 680px) {
    .slick-slide img {
        height: 33em;
    }
	
.kv_copy img {
    max-width: 350px;
}
}



@media screen and (max-width: 540px) {
    .kv_copy img {
	    max-width: 300px;
    }
	
    .kv_copy {
        bottom: 50px;
    }
	
}

@media screen and (max-width: 420px) {
    .kv_copy img {
        max-width: 270px;
	}
	
    .kv_copy {
        bottom: 30px;
    }
}

.pc-recruit {
	position: absolute;
	width: 400px;
    bottom: 70px;
    right: 70px;
	background-image: url("../images/pc-recruit_bg01.png"), url("../images/pc-recruit_bg02.png");
	background-repeat: no-repeat, no-repeat;
	background-position: left bottom, right 5% top 5%;
	background-size: 38%, 15%;
}




.pc-recruit img {
	width: 100%;
}



@media screen and (max-width: 1420px) {
.pc-recruit {
    width: 340px;
}
}


@media screen and (max-width: 1200px) {
    .pc-recruit {
        width: 280px;
    }
}


@media screen and (max-width: 1000px) {
    .pc-recruit {
        width: 250px;
        bottom: 50px;
        right: 30px;
    }
}

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

    .pc-recruit {
        width: 220px;
    }
}

.wave {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -2px;
}

.wave img {
	width: 100%;
}


@media screen and (max-width: 1420px) {
.wave {
    position: absolute;
    width: 150%;
    left: 0;
    bottom: -2px;
}
}


@media screen and (max-width: 1000px) {
    .wave {
        width: 200%;
    }
}


@media screen and (max-width: 700px) {
    .wave {
        width: 250%;
    }
}

.sp-recruit {
	width: 100%;
	margin-top: -8px;
}
.sp-recruit img {
	width: 100%;
}


@media screen and (max-width: 700px) {
.sp-recruit img {
    height: 14em;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    display: block;
    object-position: bottom center;
}
}


@media screen and (max-width: 500px) {
    .sp-recruit img {
        height: 11em;
    }
}


@media screen and (max-width: 420px) {
    .sp-recruit img {
        height: 10em;
    }
}
	
.top3 {
	width: 100%;
	background-color: #fff;
}


.top3-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 80px 20px 80px 20px;
}

.top3 table {
	width: 100%;
}

.top3-td-l {
	width: 55%;
	vertical-align: top;
}
.top3-td-r {
	width: 45%;
	vertical-align: top;
}



.top3-td-l {
	padding-right: 60px;
}
.top3-td-l h2 {
	font-size: 60px;
}

.news-link {
	margin: -40px 0 40px 0;
	text-align: right;
}
.news-link span {
	display: inline-block;
}
.news-link span a {
	display: block;
    padding: 6px 40px 6px 15px;
    background-color: #f39f00;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 25px;
    font-size: 80%;
    font-weight: bold;
}
.news-link span a:hover {
	opacity: 0.85;
}
.news-link span a:visited {
	color: #fff;
}

.top3-ul {
	width: 100%;
}
.top3-ul li {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px dotted #ccc;
    font-size: 120%;
}





.top3-ul li:first-child {
	padding: 0 0 20px 0;
}
.top3-ul li:last-child {
	padding: 20px 0 0 0;
	border-bottom: none;
}



.top3-ul li .date {
	display: block;
    margin-bottom: 10px;
	color: #79bc35;

}
.top3-ul li .title {
	display: block;
}



.top3-td-r-inner {
	width: 100%;
	padding: 30px;
	border: 3px solid #f2f2f2;
	border-radius: 20px;
}

.top3-td-r h2 {
	font-size: 180%;
    text-align: center;
    margin-bottom: 21px;
    background-image: url(../images/h3_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 230px;
    padding: 20px 0;
}


@media screen and (max-width: 980px) {
.top3-td-r h2 {
    font-size: 150%;
}
}


@media screen and (max-width: 820px) {
    .top3-td-r h2 {
        font-size: 130%;
    }
}

@media screen and (max-width: 768px) {
	
.top3 {
    max-width: 500px;
    margin: 0 auto;
}

.top3-td-l h2 {
	font-size: 50px;
	border-bottom: 1px solid #f39f00;
	margin-bottom: 40px;
	padding-bottom: 10px;
	text-align: center;
}
	
.top3-td-r h2 {
        font-size: 200%;
    }


.news-link {
	margin: 40px 0 0 0;
	text-align: center;

}


.top3 table tr,
.top3 table td {
/*	display: block;*/
}
.top3-td-l,
.top3-td-r {
	display: block;
	width: 100%;
}

.top3-td-l {
	padding-right: 0;
	padding-bottom: 60px;
	border-bottom: 1px solid #f39f00;
}

.top3-td-r-inner {
	padding: 0;
	border: none;
}

.top3-td-r h2 {
	margin-top: 40px;
	margin-bottom: 40px;
}


}


@media screen and (max-width: 420px) {
.top3-td-r h2 {
	font-size: 24px;
}

}

@media screen and (max-width: 370px) {
.top3-td-r h2 {
	font-size: 22px;
}

}


.top4 {
	width: 100%;
	background-color: #fff9f0;
}


.top4 p.no-content{
	text-align: center;
	margin-bottom: 20px;
}

.top4-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 80px 20px;
}




.top4 h2 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 50px;
	
}
.h2-under {
	text-align: center;
	margin: 30px 0 40px 0;
}

.h2-under span {
	display: inline-block;
	width: 250px;
	height: 15px;
	text-align: center;
	background-image: url("../images/h2_bg.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100%;
}





.top4-ul {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	padding: 0 2%;
	justify-content: center;
}
.top4-ul li {
	width: 23.8%;
	margin: 0 0.6% 10px 0.6%;
	font-size: 90%;
	margin-bottom: 10px;
}

span.tkzu{
	font-size: 75%;
    letter-spacing: -0.5px;
    padding-right: 6px;
}

@media screen and (max-width: 860px) {
.top4-ul {
    padding: 0;
}
	
.top4-ul li {
    font-size: 75%;
}
	
}

.top4-ul li a:link {
	display: block;
    padding: 8px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 7px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    font-size: 85%;
}
.top4-ul li a:hover {
	background-color: #79bc35;
	color: #fff;
}
.top4-ul li a:visited {
	color: #4d4d4d;
}


.top4 .ichiran {
	text-align: center;
}
@media screen and (max-width: 810px) {
.top4 .ichiran {
	text-align: center;
}
}

.top4 .ichiran span {

}
.top4 .ichiran a:link {
	display: inline-block;
	padding: 6px 40px 6px 15px;
    background-color: #f39f00;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 25px;
    font-size: 80%;
    font-weight: bold;
}
.top4 .ichiran a:hover {
	opacity: 0.85;
}
.top4 .ichiran a:visited {
	color: #fff;
}


.news-list ul {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.news-list ul li {
	width: 29.333%;
    margin: 0 2% 30px 2%;
    border-radius: 20px;
    position: relative;
    font-size: 115%;
}

.top4-select {
	display: none;
}


@media screen and (max-width: 700px) {
	
	
.news-list ul {
    justify-content: space-between;
}
.news-list ul li {
	width: 45%;
	margin: 0 1.5% 30px 1.5%;
}

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

.top4-ul {
	display: none;
}

.top4-select {
	display: block;
	padding: 0;
}


}



.news-list ul li .thumb {
	display: block;
	margin-bottom: 15px;
}
.news-list ul li .thumb img {
	width: 100%;
    border-radius: 20px;
    object-fit: cover;
    object-position: top;
    background-color: #fff;
}

.news-list ul li .date {
	display: inline-block;
	padding: 0 10px 0 0px;
	color: #79bc35;
	font-size: 100%;
}


.list-category-mark {
    display: inline-block;
    position: absolute;
    max-width: calc(100% - 20px);
    top: 0;
    left: 0;
    text-align: center;
    padding: 8px 15px;
    border-radius: 20px 0 20px 0;
    color: #fff;
    font-size: 50%;
    font-weight: bold;
}

/*
@media screen and (max-width: 580px) {
.list-category-mark {
    width: 150px;
    font-size: 60%;
}
}
*/



@media screen and (max-width: 480px) {
.news-list ul li .thumb img {
    border-radius: 15px;
}
	
}


.news-list ul li .title {
	display: block;
/*	margin: 8px 0 0 0;*/
	padding: 0 0px 20px 0px;
}
.news-list ul li .title a{

}



.list-category-mark.list-category-honbu {
	background-color: #ce9468;
}
.list-category-mark.list-category-tp-tokuyou {
	background-color: #947ebb;
}

.list-category-mark.list-category-tp-day {
	background-color: #f6948b;
}
.list-category-mark.list-category-tp-minori {
	background-color: #f4a000;
}
.list-category-mark.list-category-tp-kyotaku {
	background-color: #fcc421;
}
.list-category-mark.list-category-tp-houkatsu {
	background-color: #62b6d3;
}
.list-category-mark.list-category-tp-asoshie {
	background-color: #f47600;
}
.list-category-mark.list-category-tp-yoraiya {
	background-color: #b0bc35;
}
.list-category-mark.list-category-tp-tokizou {
	background-color: #39a396;
}

.list-category-mark.list-category-tp-tokizoukaigo {
	background-color: #76d2b7;
}

.list-category-mark.list-category-tp-ikoi-yoraiya {
	background-color: #c7a06f;
}



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

.news-list ul li .title {
	font-size: 85%;
}

}



@media screen and (max-width: 480px) {
.list-category-mark {
    border-radius: 15px 0 15px 0;
	}
	
    .list-category-mark {
        font-size: 9px;
    }
}


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

	
.list-category-mark {
    display: inline-block;
    position: absolute;
    max-width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    padding: 6px 8px;
    color: #fff;
    font-size: 40%;
    font-weight: bold;
}

}





.top5 {
	width: 100%;
	padding: 80px 20px;
	background-color: #e6f2d9;
	background-image: url(../images/g_bg_l.jpg), url(../images/g_bg_r.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	background-size: 25%, 25%;
	position: relative;
}

.top5-inner {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	padding: 50px 50px 25px 50px;
	border-radius: 20px;
	background-color: #fff;
	position: relative;
}

.shisetsu_title_l {
	position: absolute;
	top: 30px;
	left: 20px;
	width: 180px;
}
.shisetsu_title_l img {
	width: 100%;
}
.shisetsu_title_r {
	position: absolute;
	top: 30px;
	right: 20px;
	width: 180px;
}
.shisetsu_title_r img {
	width: 100%;
}

.top5 h2 {
	text-align: center;
	margin-bottom: 60px;
	font-size: 40px;
}
.top5 h2 span {
	display: inline-block;
	width: 450px;
	padding: 40px 0;
	background-image: url("../images/h3_bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}


@media screen and (max-width: 950px) {
.top5-inner {
    max-width: 700px;
}
	
}

@media screen and (max-width: 810px) {
.shisetsu_title_r {
    width: 130px;
}

.shisetsu_title_l {
    width: 130px;
}
	
.top5 h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 230%;
}
	
}


@media screen and (max-width: 767px) {
.shisetsu_title_l {
	top: 35px;
	width: 160px;
}

.shisetsu_title_r {
	top: 35px;
	width: 160px;
}


.top5 h2 {
}
.top5 h2 span {
	width: 450px;
	padding: 40px 0;

}

}

@media screen and (max-width: 675px) {
.shisetsu_title_l {
	top: 38px;
	width: 140px;
}

.shisetsu_title_r {
	top: 38px;
	width: 140px;
}


.top5 h2 {
}
.top5 h2 span {
	width: 350px;
	padding: 40px 0;

}

}

@media screen and (max-width: 575px) {
.shisetsu_title_l {
	top: 50px;
	width: 110px;
}

.shisetsu_title_r {
	top: 50px;
	width: 110px;
}


.top5 h2 {
}
.top5 h2 span {
	width: 350px;
	padding: 40px 0;

}

}

@media screen and (max-width: 500px) {
.shisetsu_title_l {
	top: 60px;
	width: 90px;
}

.shisetsu_title_r {
	top: 60px;
	width: 90px;
}


.top5 h2 {
}
.top5 h2 span {
	width: 300px;
	padding: 40px 0;

}

}


@media screen and (max-width: 440px) {
.shisetsu_title_l {
	top: 66px;
	left: 15px;
	width: 70px;
}

.shisetsu_title_r {
	top: 66px;
	right: 15px;
	width: 70px;
}


.top5 h2 {
}
.top5 h2 span {
	width: 250px;
	padding: 40px 0;

}

}

@media screen and (max-width: 370px) {
.shisetsu_title_l {
	top: 68px;
	left: 15px;
	width: 66px;
}

.shisetsu_title_r {
	top: 68px;
	right: 15px;
	width: 66px;
}


.top5 h2 {
}
.top5 h2 span {
	width: 220px;
	padding: 40px 0;

}

}





.top5-ul {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.top5-ul li {
	width: 48.5%;
	margin-bottom: 25px;
	border-radius: 10px;
}

@media screen and (max-width: 630px) {
.top5-ul li {
    margin-bottom: 15px;
}
}

.top5-ul li a {
	display: block;
	padding: 30px 10px 30px 25px;
	background-color: #fff9f0;
	text-decoration: none;
	border-radius: 10px;
	position: relative;
}

.top5-ul li a::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-radius: 0 0 10px 0;
	border-bottom: 25px solid #f00;
	border-left: 25px solid transparent;
}

.top5-ul li:nth-child(1) a::after {
	border-bottom: 25px solid #6ccff5;
}
.top5-ul li:nth-child(2) a::after {
	border-bottom: 25px solid #b596f2;
}
.top5-ul li:nth-child(3) a::after {
	border-bottom: 25px solid #ffb1d0;
}
.top5-ul li:nth-child(4) a::after {
	border-bottom: 25px solid #fbc73b;
}

.top5-ul li:nth-child(5) a::after {
	border-bottom: 25px solid #c7a06f;
}


.top5-ul li:nth-child(6) a::after {
	border-bottom: 25px solid #fcdb21;
}
.top5-ul li:nth-child(7) a::after {
	border-bottom: 25px solid #8b9bee;
}
.top5-ul li:nth-child(8) a::after {
	border-bottom: 25px solid #f17555;
}
.top5-ul li:nth-child(9) a::after {
	border-bottom: 25px solid #dae121;
}
.top5-ul li:nth-child(10) a::after {
	border-bottom: 25px solid #b3e25e;
}
.top5-ul li:nth-child(11) a::after {
	border-bottom: 25px solid #63ba8e;
}
.top5-ul li:nth-child(12) a::after {
	border-bottom: 25px solid #93e2cb;
}


.shisetsu-kubun {

}
.shisetsu-name {
	font-size: 28px;
}



@media screen and (max-width: 950px) {
	
.shisetsu-name {
    font-size: 130%;
}
}


@media screen and (max-width: 650px) {
.top5-ul li a {
    padding: 20px 10px 20px 25px;
}
.shisetsu-name {
        font-size: 115%;
	    font-weight: bold;
    }
	
}

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

.top5-inner {
	padding: 50px 30px 25px 30px;
}
.top5-ul li a {
	padding: 20px 10px 20px 20px;

}

.shisetsu-kubun {
	font-size: 90%;
}
.shisetsu-name {
}


}

@media screen and (max-width: 510px) {
    .top5-ul li a {
        padding: 20px 10px 20px 12px;
    }
}


@media screen and (max-width: 460px) {
    .shisetsu-name {
        font-size: 100%;
    }
}

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

.top5-inner {
	padding: 50px 25px 25px 25px;
}
.top5-ul li a {
	padding: 15px 10px 15px 14px;

}

.shisetsu-kubun {
	font-size: 80%;
}
.shisetsu-name {
        font-size: 90%;
}


}

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

.top5-inner {
	padding: 50px 20px 25px 20px;
}
.top5-ul li a {
	padding: 15px 10px 15px 14px;

}

.shisetsu-kubun {
	font-size: 66%;
}
.shisetsu-name {
	margin-top: 6px;
	font-size: 18px;
}


}


.top6 {
	width: 100%;
	background-color: #fff;
	position: relative;
}

.top6-bird {
	position: absolute;
	top: 75px;
	right: 4%;
	width: 150px;
}
.top6-bird img {
	width: 100%;
}


.top6-inner {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	padding: 80px 20px;
}

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

.top6-inner {
    max-width: 700px;
}
}



@media screen and (max-width: 540px) {
    .top6-inner {
        max-width: 330px;
    }
}


.top6 h2 {
	margin-bottom: 20px;
	text-align: center;
	font-size: 50px;
	
}


.top6-ul {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
}
.top6-ul li {
	width: 33.33%;
	border-right: 1px solid #b2b2b2;
}
.top6-ul li:last-child {
	border-right: none;
}


.top6-ul li a {
	display: block;
	text-align: center;
	text-decoration: none;
}

.top6-ul li a img {
	width: 70px;
}

.top6-title01 {
	display: block;
	margin: 20px 0 0 0;
}
.top6-title02 {
	display: block;
	margin: 0 0 20px 0;
	font-size: 130%;
}
.top6-ul li:last-child .top6-title02 {
	margin: 28px 0 20px 0;
	line-height: 90%;
}


.top6-title02 span {
	display: block;
	font-size: 16px;
    margin: 5px 0;
}

.sns-link {
	margin-top: 40px;
	text-align: center;
}
.sns-link a:link {
	display: inline-block;
	padding: 6px 40px 6px 15px;
    background-color: #f39f00;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 25px;
    font-size: 100%;
    font-weight: bold;
}


.sns-link a:visited {
	color: #fff;
}

.top6-ul-div01 {}


@media screen and (max-width: 540px) {
.top6-ul li {
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #b2b2b2;
}

.top6-ul li:last-child {
	border-bottom: none;
}



.top6-ul li div.top6-ul-div01 {
	width: 80px;
	margin: 20px 0;
}
.top6-ul li div.top6-ul-div02 {
	width: calc(100% - 80px);
}

.top6-ul li a {
	display: flex;
}

.top6-ul li a img {
	width: 70px;
}

.top6-title01 {
	margin: 26px 0 10px 15px;
	text-align: left;
}
.top6-title02 {
	margin: 0 0 20px 15px;
	font-size: 20px;
	text-align: left;
}
.top6-ul li:last-child .top6-title02 {
	margin: 45px 0 0 15px;
}


.top6-title02 span {
	display: inline;
}


}


#home .bnr-area{
	width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px 80px 20px;
    border-top: dotted 2px #d9d9d9;
}

#page .bnr-area{
	width: 100%;
    max-width: 800px;
    margin: 50px auto 0 auto;
    padding: 40px 20px 80px 20px;
    border-top: dotted 2px #d9d9d9;
}



p.f-me{
	text-align: center;    
	margin-bottom: 30px;
}

.top7-ul {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
    margin-top: 10px;

}
.top7-ul li {
	width: 23%;
	margin: 1%;
	text-align: center;
}

/*

@media screen and (max-width: 810px) {
.top7-ul li {
    width: 31.3%;
}
}
*/



.top7-ul li img {
	width: auto;
    height: 100px;
}



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



.bnr-area {
    max-width: 550px;
}


.top7-ul li {
	width: 46%;
	margin: 2%;
}
	
.top7-ul li img {
	border-radius: 7px;
}

}









#lay-footer {

	width: 100%;
	background-color: #79bc35;
}

@media screen and (max-width: 860px) {
#lay-footer {
    font-size: 85%;
}
}


.footer-inner {
	width: 100%;
	padding: 60px 0 80px 0;
	text-align: center;
	color: #fff;

}
.footer-inner a:link {
	color: #fff;
}

.footer-link-ul {
	width: 100%;
	display: inline-flex;
	flex-wrap: nowrap;
	justify-content: center;
}

.footer-link-ul li {
	width: auto;
	border-right: 1px solid #fff;
}
.footer-link-ul li:last-child {
	border-right: none;
}
.footer-link-ul li a:link {
	display: block;
	padding: 0 15px;
	text-decoration: none;
	color: #fff;
}


.footer-link-ul li a:visited {
	color: #fff;
}

.footer-link-ul li a:hover {
	opacity: 0.85;
}


.footer-logo-text {
	font-size: 22px;
	font-weight: bold;
	margin: 40px 0 25px 0;
}


.footer-add {
}
.footer-com {
	font-size: 90%;
	margin: 30px 0 10px 0;
	padding: 0 20px;
}

.footer-copy {
	font-size: 80%;
}



@media only screen and (max-width: 940px) {

.footer-link-ul li a:link {
	padding: 0 10px;
	font-size: 90%;
}

}

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

.footer-inner {
	padding: 45px 0 80px 0;
}


.footer-link-ul {
	flex-wrap: wrap;
}
.footer-link-ul li {
	width: 100%;
	border-right: none;
	border-bottom: 1px dotted #fff;
}
.footer-link-ul li:last-child {
	border-bottom: none;
}
.footer-link-ul li a:link {
	padding: 15px 20px;
	font-size: 100%;
}
.footer-logo-text {
	margin: 25px 0 25px 0;
}

}















/* コンテンツページ関係始まり
==================================================
*/


.lay-title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    min-height: 400px;
    padding: 80px 24px 0;
background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
    position: relative;
}
@media screen and (max-width: 768px) {
.lay-title-wrap {
	background-position: center top;
}
}
.title-inner{
	max-width: 1300px;
	width: 100%
}


.t-bird {
    position: absolute;
    top: auto;
    right: 20px;
    width: 240px;
    bottom: 30px;
}


@media screen and (max-width: 1000px) {
	
.t-bird {
    bottom: 0;
}

	
}




@media screen and (max-width: 700px) {
	
.t-bird {
    width: 200px;
}
	
}


@media screen and (max-width: 767px) {
.lay-title-wrap {
    min-height: 230px;
    padding: 50px 24px 0;
}
}



.header-bottom {

}

#lay-breadcrumbs-list .pankuze_list_items {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 0.25rem 0.75rem;
    width: 100%;
    max-width: 1100px;
    font-size: 90%;
    font-weight: 200;
    line-height: 1.8em;
    letter-spacing: 0.06em;
    padding:0;
    margin: 0 auto 0;
    padding: 20px 0 0 0;
}


@media screen and (max-width: 480px) {
#lay-breadcrumbs-list .pankuze_list_items {
    font-size: 70%;
}
}

#lay-breadcrumbs-list .pankuze_list_items a:nth-child(2) {
    position: relative;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    padding: 0 0 0 0;
}

#lay-breadcrumbs-list .pankuze_list_items a:nth-child(2)::before {
    content: "";
    display: inline-block;
    font-size: 0.9rem;
    width: 1.25em;
    height: 100%;
    background: url(../images/common/icon_home.svg) no-repeat center / contain;
}

.lay-title-wrap .title-inner .title {
    font-size: 250%;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 0.06em;
    text-align: center;
    color: #fff;
	font-family: 'Zen Maru Gothic', sans-serif;
}


#lay-main {
	width: 100%;
	padding-bottom: 20px;
	background-image: url(../images/bg_l.jpg), url(../images/bg_r.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top;
    background-size: 25%, 25%;
    }


@media screen and (max-width: 600px) {
#lay-main {
    background-size: 45%, 45%;
}
}

.top-category_office #lay-main {
	padding-bottom: 0;
    }


.lay-page,.page-side{
	max-width: 1100px;
    margin: 50px auto 0 auto;
	padding-bottom: 50px;

}

.lay-page{
	padding-bottom: 0;
}


.page-side{
	max-width: unset!important;
    margin: 0 auto!important;
/*
    width: 100vw;
    margin-left: calc(-50vw + 50%)!important;
    margin-right: calc(-50vw + 50%)!important;
    background-color: #fafbea;
    background: linear-gradient(90deg, rgb(255, 249, 240), rgb(254, 248, 239));
*/
    padding-top: 20px;
}


.top-category_topics .page-side,.top-category_news .page-side{
	display: none;
}

@media screen and (max-width: 600px) {
	
	
.lay-title-wrap .title-inner .title {
    font-size: 200%;
    line-height: 140%;
    letter-spacing: 0;
}
	
	.page-side{
		padding-top: 30px;
	}
}

#lay-main > h1:has(+ .com-date-txt), #lay-main h1 {
	margin: 0 auto;
    margin-bottom: 70px;
    margin-top: 70px;
    text-align: center;
    padding: 0 25px 25px 25px;
    font-size: 230%;
    position: relative;
	width: 100%;
    max-width: 1100px;
}

#lay-main h1:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 50px);
    width: 100px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #79BC35;
}




@media screen and (max-width: 600px) {
#lay-main > h1:has(+ .com-date-txt), #lay-main h1 {
    margin-bottom: 50px;
    margin-top: 50px;
	padding: 0 25px 20px 25px;
}
	
	


	
	
.lay-page {
    margin: 30px auto 0 auto;
}

	
}

@media screen and (max-width: 520px) {
#lay-main > h1:has(+ .com-date-txt), #lay-main h1 {
    font-size: 190%;
        line-height: 140%;
        padding: 0 25px 10px 25px;
}
	}

        
@media screen and (max-width: 1350px) {
	
.lay-page,#lay-breadcrumbs-list .pankuze_list_items{
	padding-left: 20px;
	padding-right: 20px;
}
	
}

.cat-img-wrap {
	position: relative;

}

.cat-img img {
	vertical-align: bottom;
	width: 100%;
	height: 145px;
	object-fit: cover;
	font-family: 'object-fit: contain;';
	object-position: center;
}


@media screen and (max-width: 800px) {
.cat-img img {
    height: 140px;
}
}


@media screen and (max-width: 500px) {
.cat-img img {
    height: 120px;
}
}

.cat-img-con {
	position: absolute;
	width: 100%;
	top: 28%;
	text-align: center;
	font-size: 220%;
	letter-spacing: 4px;
	color: #F39F00;
	font-weight: 900;
	line-height: 1;
	margin: 0;
	z-index: 3;
}


@media screen and (max-width: 481px) {
.cat-img-con {
	font-size: 200%;
    letter-spacing: 1px;
}
}


@media screen and (max-width: 370px) {
.cat-img-con {
    font-size: 190%;
    letter-spacing: 1px;
}
}


.cat-img-con span.sub-cat-img-con {
	    display: block;
    font-size: 50%;
    color: #ea6000;
    padding-top: 15px;
    letter-spacing: 0px;
    font-family: 'Anton', sans-serif;
    letter-spacing: 1px;
}


#home #breadCrumb {
	display: none;
}

#breadCrumb {
	width: 100%;
	font-size: 100%;
	margin-bottom: 15px;
}

#breadCrumb a {
	color: #F39F00;
}

#breadCrumb .inner {
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 25px;
}


#breadCrumb p {
	margin-left: 0px;

}




.scrText {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}



.print_wrp {
	display: none;
	text-align: right;
	padding-top: 8px;
	margin-bottom: -32px;
}

.contentBodyWrapper {
	padding: 0px;
}

.contentListWrapper {
	padding: 0px;
}

#content-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 0 25px;
}

#content-inner:after {
	content: "";
	display: block;
	clear: both;
}

#main {
	width: 73%;
	float: left;
}

#main2 {
	width: 100%;

}

.contentBody2,
.contentBody {
	width: 100%;
    font-size: 110%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	line-height: 180%;
	min-height: 1em;
    padding-bottom: 50px;
}

.top-category_topics .contentBody {
    padding-bottom: 0px;
}

.contentBody2 a:link,
.contentBody2 a:visited,
.contentBody a:link,
.contentBody a:visited{
    color: #F39F00;
}


.contentBody2 img,
.contentBody img {
	max-width: 100%;
    border-radius: 15px;
}


.sect-category-list{
	margin-top: 20px;
	margin-bottom: 80px;
}

.pageList {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}


.pageList .pageList-item,
.pageList .pagelist-item {
	width: 46%;
    margin: 1.5% 2%;
    font-size: 110%;
    font-weight: bold;
    display: block;
    background-color: #e6f2d9;
    text-decoration: none;
    /* border: 1px solid #F39F00; */
    transition: all 0.2s ease-in-out;
    /* box-shadow: 0 0 4px gray; */
    border: none;
    border-radius: 20px;
    padding-bottom: 0;
    box-shadow: 0 0 7px #bababa;
}


.pageList .pageList-item a,
.pageList .pagelist-item a {
	text-decoration: none;
	display: block;
}

.pageList .pageList-item:hover,
.pageList .pagelist-item:hover {
	background-color: #fff9f0;
}

.pageList .pageList-item apan.date,
.pageList .pagelist-item span.date {
	display: block;
    font-size: 87.5%;
    color: #79bc36;
    padding: 0 30px 30px 0;
    text-align: right;
    margin-top: 5px;
}

.pageList .pageList-item span.thumb,
.pageList .pagelist-item span.thumb {
	display: block;
	width: 100%;
}

.pageList .pageList-item .thumb a,
.pageList .pagelist-item .thumb a {
	display: block;
}

.pageList .pageList-item .thumb img,
.pageList .pagelist-item .thumb img {
	transition: 0.3s;
	vertical-align: bottom;
	width: 100%;
	object-fit: cover;
	    max-height: 250px;
}

@media screen and (max-width: 500px) {
.pageList .pageList-item .thumb img, .pageList .pagelist-item .thumb img {
    max-height: 180px;
}
}

.pageList .pageList-item .title,
.pageList .pagelist-item .title {
	display: block;
    font-size: 130%;
    margin: 30px;
    line-height: 160%;
    text-align: left;
    padding: 0  0 0 30px;
}

@media screen and (max-width: 767px) {
.pageList .pageList-item .title, .pageList .pagelist-item .title {
    margin: 23px;
}
}

@media screen and (max-width: 700px) {
    .pageList .pageList-item, .pageList .pagelist-item {
        width: 100%;
        margin: 3% 3% 7% 3%;
    }
}

.pageList .pageList-item .title a{
	font-size: 130%;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.pageList .pageList-item .title a:hover,
.pageList .pagelist-item .title a:hover {
	text-decoration: underline;
}

.pageList .pageList-item .description,
.pageList .pagelist-item .description {
	margin-top: 15px;
	padding: 15px 4%;
	display: block;
	font-size: 77%;
	line-height: 140%;
	color: #F39F00;
	border-top: 2px dotted #b1c104;
}

.pageList .pageList-item p,
.pageList .pagelist-item p {
	text-align: right;
	padding: 0 10px 5px 0;
	font-size: 90%;
}



.pagination,
.contentBodyWrapper .pagination {
	text-align: center;
	margin-top: 45px;
}

.pagination a:link,
.contentBodyWrapper .pagination a {
	background-color: #F39F00;
	color: #fff;
	text-decoration: none;
}

.pagination span.current,
.pagination a:link,
.contentBodyWrapper .pagination a {
	border: 1px solid #F39F00;
    padding: 5px 12px;
    text-align: center;
    display: inline-block;
    min-width: 40px;
    margin: 0 5px;
    border-radius: 50px;
}

.pagination a:hover,
.contentBodyWrapper .pagination a:hover {
	background-color: #fff;
	color: #F39F00;
}

.pagination span.current {
	color: #F39F00;
}

li.pagelist-item.current-category_fascinating-news-item span.thumb {
	display: none;
}

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

.pageList .pageList-item .title, .pageList .pagelist-item .title {
    font-size: 110%;
}
	
}


/*　検索一覧ページ
*********************************************/
.contentBodyWrapper .search-area ul li {
	margin-bottom: 10px;
}

.contentBodyWrapper .search-ul li .thumb,
.contentBodyWrapper .search-ul li .description,
.contentBodyWrapper .search-ul li .date {
	display: none;
}




/*サイトマップ初め
================================================== */



.sitemap {
	margin-left: 0px;
}

/********** 共通 **********/
.sitemap .sitemap-list {
	margin-top: 2%;
}
.sitemap .sitemap-list {
	display: block;
}
.sitemap .sitemap-list li {
	display: block;
}
.sitemap .sitemap-list li .sitemap-list-item-span {
		display: block;
line-height: 1.8em;
	letter-spacing: 0.1em;
	transition: 0.3s;
}
.sitemap .sitemap-list li .sitemap-list-item-span a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.sitemap .sitemap-list li .sitemap-list-item-span a:hover {
	color: #F39F00;
}
/********** 第1階層 **********/
.sitemap .sm-depth1-list {
	margin-top: 0;
}
.sitemap .sm-depth1-list > li {
	padding: 0 0 0;
	margin: 0 0 4%;
}
.sitemap .sm-depth1-list > li:last-child {
	margin-bottom: 0;
}
.sitemap .sm-depth1-list > li > .sitemap-list-item-span {
		display: block;
	font-size: 115%;
	font-weight: bold;
	border-left: 10px solid #F39F00;
padding: 0.5em 1.0em;
    margin: 1.5em 0;
}
.sitemap .sm-depth1-list > li > .sitemap-list-item-span > a {

}
/* 第2階層 */
.sitemap .sm-depth2-list {

}
.sitemap .sm-depth2-list > li {
	margin: 0 0 4%;
}
.sitemap .sm-depth2-list > li:last-child {
	margin-bottom: 0;
}
.sitemap .sm-depth2-list > li > .sitemap-list-item-span {
	display: block;
	color: #000;
	font-size: 115%;
	font-weight: bold;
	padding: 0.5em 1.0em;
	background-color: #d8ece9;
}
.sitemap .sm-depth2-list > li > .sitemap-list-item-span > a {

}
/* 第3階層 */
.sitemap .sm-depth3-list {

}
.sitemap .sm-depth3-list > li {
	margin: 0 0 4%;
}
.sitemap .sm-depth3-list > li:last-child {
	margin-bottom: 0;
}
.sitemap .sm-depth3-list > li > .sitemap-list-item-span {
	display: block;
	color: #000;
	font-size: 110%;
	font-weight: bold;
	border-bottom: 1px solid #b1c104;
	padding: 0 1.0em 0.5em;
}
.sitemap .sm-depth3-list > li > .sitemap-list-item-span > a {

}
/* 第4階層 */
.sitemap .sm-depth4-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.sitemap .sm-depth4-list > li {
	width: calc(25% - (40px * 3 / 4));
	margin: 0 0 4%;
}
@media screen and (max-width:1000px) {
	.sitemap .sm-depth4-list > li {
		width: calc((100% / 3) - (30px * 2 / 3));
	}
}
@media screen and (max-width:860px) {
	.sitemap .sm-depth4-list > li {
		width: calc(50% - 15px);
	}
}
@media screen and (max-width:500px) {
	.sitemap .sm-depth4-list > li {
		width: 100%;
	}
}
.sitemap .sm-depth4-list > li:last-child {
	margin-bottom: 0;
}
.sitemap .sm-depth4-list > li > .sitemap-list-item-span {
	display: block;
	color: #fff;
	font-size: 105%;
	font-weight: bold;
	background-color: #F39F00;
	padding: 0.25em 0.5em;
}
.sitemap .sm-depth4-list > li > .sitemap-list-item-span:hover {
	opacity: 0.7;
}
.sitemap .sm-depth4-list > li > .sitemap-list-item-span > a {

}
.sitemap .sm-depth4-list > li > .sitemap-list-item-span > a:hover {
	color: #fff;
}
/* 第5階層 */
.sitemap .sm-depth5-list {
	
}
.sitemap .sm-depth5-list > li {
	position: relative;
	padding: 0 0 0 1.5em;
	margin: 0 0 2%;
}
.sitemap .sm-depth5-list > li::before {
	content: "";
	position: absolute;
	top: 0.9em;
	left: 0.25em;
	width: 1.0em;
	height: 1.8em;
	width: 0.5em;
	height: 2px;
	background-color: #b1c104;
}
.sitemap .sm-depth5-list > li:last-child {
	margin-bottom: 0;
}
.sitemap .sm-depth5-list > li > .sitemap-list-item-span {
	display: block;
	font-size: 100%;
	font-weight: 400;
}
.sitemap .sm-depth5-list > li > .sitemap-list-item-span > a {

}
.sitemap .sm-depth5-list > li > .sitemap-list-item-span > a:hover {
	text-decoration: underline;
}
/* 第6階層以降 */
.sitemap .sm-depth5-list .sitemap-list  {
	margin-top: 1%;
}
.sitemap .sm-depth5-list .sitemap-list > li {
	position: relative;
	padding: 0 0 0 1.0em;
}
.sitemap .sm-depth5-list .sitemap-list > li::before {
	position: absolute;
	content: "・";
	color: #F39F00;
	width: 1.0em;
	height: auto;
	top: 0;
	left: 0;
	line-height: inherit;
}
.sitemap .sm-depth5-list .sitemap-list > li > .sitemap-list-item-span > a {
}
.sitemap .sm-depth5-list .sitemap-list > li > .sitemap-list-item-span > a:hover {
	text-decoration: underline;
}
.isEmpty {
    height: 0 !important;
    min-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: none !important;
}
.isEmpty::before,
.isEmpty::after {
	content: none !important;
}
/*サイトマップ終わり
================================================== */


/*　検索一覧ページ
================================================== */

/*
.search-result h2{
	padding: 7px 3%;
	display: block;
	margin: 30px 0 10px 0;
	border-left: 10px solid #78242e;
	background-color: #f5f5f5;
}
*/

.search-result h2 {
	margin: 80px 0px 30px 0;
	padding: 10px 15px;
	border-left: 14px solid #F39F00;
	font-size: 155%;
	line-height: 160%;
	background-color: #f7f7f7;
}










.search-result ul li {
	display: block;
	line-height: 120%;
	margin: 12px 0;
	background-image: url(../images/icon.png);
	background-repeat: no-repeat;
	background-position: 0px top;
	background-size: 24px;
	padding: 0px 0px 0px 30px;
	text-align: left;
	font-size: 1.15em;
}

@media screen and (max-width: 767px) {
	.search-result ul li {
		background-size: 9px;
		padding: 0px 0px 0px 22px;
	}
}


.search-result ul li .thumb,
.search-result ul li .description,
.search-result ul li .date {
	display: none;
}

.search-result p {
	margin-bottom: 20px;
}

/*　検索一覧ページ終わり
================================================== */


/*　検索ページ
================================================== */
.input_items_wrap {
	margin: 10px 0;
}

.input_items_wrap .input_item {
	width: 70%;
	height: 32px;
	max-width: 500px;
	padding: 0 5px;
	background-color: #e4e4e4;
}

.input_items_wrap .submit_btn {
	height: 32px;
	padding-left: 3px;
}

/*　検索ページ終わり
================================================== */

/*コンテンツページ関係終わり
================================================== */





/* レスポンシブ対応
==================================================
==================================================
==================================================
================================================== */



@media screen and (min-width: 811px) {
	.sp-header {
		display: none;
	}


}







/*メニュー関係
---------------------------------------------------------------*/




.inner {
	width: 960px;
	margin: 0 auto;
}

.sp-header {
	width: 100%;
	height: 70px;
	vertical-align: middle;
	position: fixed;
	z-index: 1100;

}



.sp-header .inner {
	width: 100%;
	justify-content: space-between;
	align-items: center;
}

.sp-header .inner .sp-logo {
	position: fixed;
	width: 195px;
	height: 75px;
	top: 0;
	left: 0;
	padding: 15px 0 0 0;
	background-color: rgba(255,255,255,0.95);
	border-radius: 0 0 20px 0;
    z-index: 99999;
}



.sp-header .inner .sp-logo img {
	height: 43px;
    position: absolute;
    z-index: 999;
}


.sp-header-search {
	position: fixed;
	width: 62px;
	top: 4px;
	right: 65px;
}
.sp-header-search img {
	width: 100%;
}


.sp-header nav {
	margin-right: -16px;
}




#main_img {
	max-width: 960px;
	margin: 0 auto;
}

#nav_toggle {
	display: none;
}

.change_btn {
	color: #fff;
	display: block;
	width: 100%;
	text-decoration: none;
	border: 1px solid #fff;
	text-align: center;
	padding: 25px 0;
	font-size: 20px;
	margin-top: 40px;
}


header {}

h1 {}

.inner {
	width: 90%;
}

#main_img {
	width: 100%;
}

.change_btn {
	width: 90%;
	margin: 32px auto;
}


.sp_search {
	width: 70px;
	height: 70px;
	position: fixed;
	top: 0;
	right: 70px;
}

.sp_search a {
	display: block;
	height: 70px;
	background-color: #ea6000;
	color: #fff !important;
	text-decoration: none !important;
	text-align: center;
	padding-top: 38px;
	background-image: url(../images/search_sp.png);
	background-repeat: no-repeat;
	background-position: center top 9px;
	background-size: 30px;
	font-size: 14px;
	font-weight: bold;
}

.sp_search a:visited {
	color: #fff;
}

.sp_search img {
	width: 100%;
}

/*メニュー部分*/
.sp-header nav {
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	left: 0;
	z-index: 50;
	-webkit-overflow-scrolling: touch;

}




.nav-ul {
	display: flex;
	align-items: center;
	display: block;
	width: 100%;
	position: absolute;
	top: 100px;
	right: 0;
	bottom: 0px;
	left: 0px;
	margin: auto;
	padding: 0 30px;
	overflow: scroll;
	background-image: url(../images/bg_r.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 35%;
}

.nav-li {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dotted #f39f00;
	padding-left: 5px;
	padding-right: 5px;
}

.nav-li a:link {
	text-decoration: none;
	font-weight: bold;
	color: #79bc35;
}

.nav-li a:visited {
	color: #79bc35;
}




.nav-li a span {
	display: block;
	font-size: 130%;
/*
	background-image: url(../images/menu_icon.png);
	background-repeat: no-repeat;
	background-position: center left;
	background-size: 20px;
*/
	padding-left: 10px;
}


.kaso-ul {
	display: inline-flex;
	width: 100%;
	flex-wrap: wrap;
	margin-top: 15px;
	padding: 0 12px;
}

.kaso-ul li {
	width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: left 0px top 9px;
    background-size: 10px;
    padding-left: 22px;

}

/*
@media screen and (max-width: 500px) {
.kaso-ul li {
    width: 50%;
	font-size: 12px;
}
}
*/



/*

.kaso-ul li::before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 2px;
	margin-bottom: 2px;
	margin-right: 10px;
	background: #79BC35;
	 border-radius: 2px; 
	vertical-align: middle;
}
*/

.kaso-ul li a:link {
    font-weight: normal;
    color: #4d4d4d;
}


.kaso-ul li a:visited {
	 color: #4d4d4d;
}



/*開閉ボタン*/
#nav_toggle {
	display: block;
    width: 50px;
    height: 50px;
    background-color: #79bc35;
    position: fixed;
    top: 10px;
    right: 11px;
    padding-top: 0px;
    z-index: 100;
    padding: 0 11px;
    border-radius: 50%;
    box-shadow: 0 0 6px #464646;
}

#nav_toggle div {
	position: relative;
}

#nav_toggle span {
	display: block;
	height: 2px;
	background: #fff;
	position: absolute;
	width: 100%;
	left: 0;
	transition: 0.5s ease-in-out;
}

#nav_toggle span:nth-child(1) {
	top: 15px;
}

#nav_toggle span:nth-child(2) {
	top: 23px;
}

#nav_toggle span:nth-child(3) {
	top: 31px;
}



/*開閉ボタンopen時*/
.open #nav_toggle {
	background-color: #79bc35;
}

.open #nav_toggle span {
	background: #fff;
}

.open #nav_toggle span:nth-child(1) {
	top: 23px;
	transform: rotate(135deg);
}

.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}

.open #nav_toggle span:nth-child(3) {
	top: 23px;
	transform: rotate(-135deg);
}


@media screen and (max-width: 480px) {
/*

.sp-header nav {
    background-position: left 10px top 16px, left top;
    background-size: 250px, cover;
}
*/
}



/*メニュー関係終わり
---------------------------------------------------------------*/



@media print {
	body {
		width: 1200px;
		transform: scale(0.8);
		-moz-transform: scale(0.8);
		-webkit-transform: scale(0.8);
		transform-origin: 0 0;
	}

	#scrollTop {
		display: none;
	}
}


@media screen and (max-width: 811px) {
	.nav-ul {
    padding: 0 10px;
}
	
.kaso-ul {
    padding: 0 5px;
}
	
.kaso-ul li {
    width: 46%;
        font-size: 100%;
        background-image: url(../images/arrow.png);
        background-repeat: no-repeat;
        background-position: left 0px top 6px;
        background-size: 10px;
        padding-left: 17px;
        line-height: 170%;
        margin: 2%;
	}
	

.kaso-ul li .title{
}
}

@media screen and (max-width: 600px) {
	
.kaso-ul li {
    width: 100%;
	margin: 8px;
	}
}


/* books
---------------------------------------------------------------*/
.books__inner {
	display: grid;
	grid-template-columns: 10% auto 10%;
	gap: 20px;
}

.books__info {
	display: flex;
	flex-direction: column;
}

@media screen and (max-width: 811px) {
	.books__inner {
		display: grid;
		grid-template-columns: auto 50px;
		grid-template-rows: auto auto;
		gap: 20px;
	}

	.books__image {
		grid-column-start: 1;
		grid-column-end: 3;
		text-align: center;
	}

	.books__image img {
		max-width: 30%;
	}
}

/* tbl-form
---------------------------------------------------------------*/
.tbl-form .required {
	background-color: #c9171e;
	color: #fff;
	padding: 3px 5px;
	font-size: 85%;
	margin-left: 10px;
	border-radius: 3px;
}

.tbl-form th {
	width: 200px;
}

.tbl-form input:not([type="radio"]),
.tbl-form textarea {
	width: 100%;
}

.tbl-form textarea {
	height: 200px;
}

.tbl-form input.input100 {
	width: 100%;
}

.tbl-form input.input50 {
	width: 50%;
	min-width: 400px;
}

.tbl-form input.input25 {
	width: 25%;
	min-width: 200px;
}

.tbl-form textarea.input-textarea {
	width: 100%;
	height: 200px;
}

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

	.tbl-form th,
	.tbl-form td {
		display: block;
		width: 100%;
	}

	.tbl-form .input50,
	.tbl-form .input25 {
		width: 100%;
		min-width: 100%;
	}
}

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


	.hideAnchor {
		display: block;
		height: 0px;
		height: 1px;
		overflow: hidden;
		text-indent: -9999px;
		margin-top: -60px;
		padding-bottom: 60px;
	}


	body,
	html {
		-webkit-text-size-adjust: 100%;

	}



	select,
	textarea,
	input[type=text],
	input[type=email],
	input[type=date],
	input[type=tel] {
		font-size: 16px;
		/*  transform: scale(0.8);*/
	}




	.scrollTable {
		overflow-x: auto;
		padding-bottom: 10px;
		-webkit-overflow-scrolling: touch;
	}



	#scrollTop img {
		width: 50px;
	}




	#pc-header {
		display: none;
	}

	#globalNav {
		display: none;
	}


}


/* sect-sitemap
============================================================ */
.sect-sitemap > .sitemap-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
@media print, screen and (min-width: 1025px) {
  .sect-sitemap > .sitemap-list > li {
    width: calc((100% / 3) - (40px * 2 / 3));
    margin: 80px 0 0;
  }
  .sect-sitemap > .sitemap-list > li:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .sect-sitemap > .sitemap-list > li {
    width: calc(50% - 20px);
    margin-top: 60px;
  }
  .sect-sitemap > .sitemap-list > li:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 599px) {
  .sect-sitemap > .sitemap-list > li {
    width: 100%;
    margin-top: 50px;
  }
  .sect-sitemap > .sitemap-list > li:first-child {
    margin-top: 0;
  }
}
.sect-sitemap > .sitemap-list > li > span {
  display: block;
  color: #F39F00;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5em;
  letter-spacing: 0.06em;
  margin-bottom: 13px;
}
.sect-sitemap > .sitemap-list > li > span > a {
  position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-decoration: none;
    padding: 0.5em 2em 0.5em 0.3em;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    /* background-color: #fff6f0; */
    border-bottom: 2px dotted #fbc29a;
}
.sect-sitemap > .sitemap-list > li > span > a::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: 0.4em solid transparent;
  border-left: 0.6em solid #b1c104;
  border-right: none;
  top: 50%;
  right: 0.75em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.sect-sitemap > .sitemap-list > li > span > a:hover {
  opacity: 1 !important;
  color: #b1c104;
}
.sect-sitemap > .sitemap-list > li ul {
  margin-top: 1em;
  padding: 0 0 0 0.5em;
}
.sect-sitemap > .sitemap-list > li ul > li {
  margin-bottom: 0.25em;
}
.sect-sitemap > .sitemap-list > li ul > li:last-child {
  margin-bottom: 0;
}
.sect-sitemap > .sitemap-list > li ul > li > span {
  display: block;
}
.sect-sitemap > .sitemap-list > li ul > li > span > a {
  position: relative;
  display: block;
  padding: 0 0 0 1.25em;
  line-height: 1.8em;
}
.sect-sitemap > .sitemap-list > li ul > li > span > a::before {
  content: "";
  position: absolute;
  display: block;
  font-size: inherit;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  left: 0;
  border: 2px solid #cfd641;
  border-bottom: none;
  border-left: none;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sect-sitemap > .sitemap-list > li ul > li > span > a:hover {
  opacity: 1 !important;
}



#lay-preview-mode-notice {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 9999;
    width: 100%;
    max-width: 580px;
    padding: 10px 5px;
    background: rgba(0, 0, 0, 0.8);
    color: #f80000;
    border-radius: 0 0 5px 5px;
    margin: 0 0 -26px 30px;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#lay-preview-mode-notice p {
    font-size: 14px;
    font-weight: bold;
}

#lay-preview-mode-notice a {
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

#lay-preview-mode-notice a::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
    margin-bottom: 1px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* 事業所紹介（カスタムフィールド）
============================================================ */

.office #lay-main {
	padding-bottom: 0;
    }

.office .h2-sub {
    text-align: center;
    margin-bottom: 7px;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 130%;
    font-weight: bold;
}

.office h2 {
        margin-bottom: 0px;
    text-align: center;
    font-size: 230%;
}

.office01-inner h2 {
        display: none;
}

.office01-inner .h2-under{
	display: none;
}



.office01 {
	width: 100%;

}
.office01-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 30px;

}



.office01 .slick-box {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
}

.office01 .slick-box div {
	width: 100%;
}
.office01 .slick-box div img{
	width: 100%;
	object-fit: cover;
    border-radius: 15px;
	object-position: center center;
}


.office02 {
	width: 100%;
}
.office02-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 30px 20px;
}

.office03 {
	width: 100%;
	padding: 0 20px;
/*    margin-top: 30px;*/
}
.office03-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 50px 30px 60px;
	border: 3px solid #ffe4b2;
	border-radius: 55px;
}


.office03 .news-list ul {
	margin-top: 0;
}


.office03 .ichiran {
	text-align: center;
}


.office03 .ichiran span {

}
.office03 .ichiran a:link {

	display: inline-block;
	padding: 6px 40px 6px 15px;
    background-color: #f39f00;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 25px;
    font-size: 80%;
    font-weight: bold;
}
.office03 .ichiran a:hover {
	opacity: 0.85;
}
.office03 .ichiran a:visited {
	color: #fff;
}


.office04 {
	width: 100%;
}
.office04-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 60px 20px 40px 20px;
}

.office04-ul {
	width: 100%;
	display: inline-flex;
	flex-wrap: wrap;
}
.office04-ul li {
	width: 48%;
	margin: 0 1% 20px 1%;
}

/*

.office04 .pageList .pageList-item,
.office04 .pageList .pagelist-item {
	width: 48%;
	margin: 0 1% 20px 1%;
    font-size: 18px;
    font-weight: bold;
    display: block;
    background-color: #ffffff;
    text-decoration: none;
    border: none;
    transition: all 0.2s ease-in-out;
    box-shadow: none;
    border: none;
    border-radius: 8px;
 	padding: 0 0 0 0;
}

.office04 .pageList .pageList-item .title,
.office04 .pageList .pagelist-item .title {
    display: block;
    font-size: 18px;
    margin: 0;
    line-height: 160%;
    text-align: left;
    padding: 0 0 0 0;
}
*/

    

.office04-ul li a .title::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #F39F00;
}

.office04-ul li a .title::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 5px;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}



	
	
@media screen and (max-width: 480px) {
.pageList .pageList-item .title::before,.office04-ul li a .title::before
	{
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
    background: #F39F00;
}
	
	
.pageList .pageList-item .title::after,.office04-ul li a .title::after {
    content: "";
    position: absolute;
    top: 11px;
    left: 4px;
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
	
.pageList .pageList-item .title, .pageList .pagelist-item .title {
    padding: 0 0 0 25px;
}
	
}



.office05 {
	width:100vw;
	margin-left:calc(-50vw + 50%);
	margin-right:calc(-50vw + 50%);
	background-color: #fff9f0;
	border-radius: 60px 60px 0 0;
/*	background-image: url(../images/wave_g.png);*/
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 150%;

}



.office05-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 60px 20px;
	text-align: center;
}

.office .office05  h2 {
	font-size: 250%;
    padding: 65px 0 15px 0;
    margin-bottom: 40px;
    background-image: url(../images/flower_f.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 75px;
    position: relative;

}


.office .office05  h2::after {
  content: '';
  width: 70px;
  height: 4px;
  display: inline-block;
  background-color: #79bc35;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 35px);
  border-radius: 5px;
}

/*
.office .office05  h2 span {
	border-bottom: 3px solid #79bc35;
}
*/
.office05-tel span {
	display: inline-block;
    margin: 10px 0 20px 0;
    padding: 0 0 0 36px;
    font-size: 280%;
    color: #f39f00;
    font-weight: bold;
    background-image: url(../images/tel_f.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px;
    font-family: 'Zen Maru Gothic', sans-serif;
}



.office05 iframe {
	width: 100%;
	height: 450px;
}


.office03-inner .list-category-mark{
	display: none;
}

.office03-inner h2 {
    padding-top: 5px;
}


@media screen and (max-width: 767px) {
.office05 {
    background-size: 250%;
}
}



@media screen and (max-width: 720px) {
.office03 .news-list ul li {
	width: 48%;
	margin: 0 1% 30px 1%;
}

}


@media screen and (max-width: 600px) {
.office h2 {
    font-size: 190%;
}
	

.office04-ul li {
	width: 100% !important;
	margin: 0 0 20px 0;
}
}


.office04-ul li a:link {
	display: block;
    /* padding: 20px 40px 20px 30px; */
    text-decoration: none;
    font-weight: bold;
}
.office04-ul li a:hover {
	opacity: 0.85;
}

.office04-ul li a .title{
	position: relative;
}

@media screen and (max-width: 500px) {
	
.office03 .news-list ul li {
	width: 100%;
	margin: 0 0 30px 0;
}

	
.office .h2-sub {
    font-size: 100%;
}
	
.office03-inner {
    padding: 30px 20px 30px 20px;
    border-radius: 35px;
}
	
.office03-inner h2 {
    font-size: 180%;
    padding-top: 2px;
}
	
.h2-under {
    text-align: center;
    margin: 15px 0 25px 0;
}
	

.h2-under span {
    width: 190px;
	}
	
.office .office05 h2 {
    font-size: 190%;
    padding: 45px 0 5px 0;
    margin-bottom: 40px;
    background-size: 55px;
}
	
.office05-inner {
    padding: 40px 20px;
	}

.office05 iframe {
    width: 100%;
    height: 300px;
}
	
}


@media screen and (max-width: 480px) {
.office03-inner {
    border-radius: 35px;
}
}




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

.office03 .h2-under span {
     width: 200px;

}

}




/*
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #007186;
}


.slick-prev{
	background-image: url(../images/prev.png) !important;
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: left 3px center;
    padding: 30px;
	transition: .4s;
} 

.slick-next{
	background-image: url(../images/next.png) !important;
    background-size: 35px;
    background-repeat: no-repeat;
    background-position: right 3px center;
    padding: 30px;
	transition: .4s;
} 

.slick-prev:hover,
.slick-next:hover{
	background-size: 35px!important;
	background-repeat: no-repeat;
	transition: .4s;
}


.slick-prev:hover{
	background-position: left 0 center;
    padding: 30px;
}

.slick-next:hover{
	background-position: right 0 center;
    padding: 30px;
}

.slick-prev:before,
.slick-next:before{
    display: none!important;
}
*/


/*h2	*/



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

.top3-td-l h2,.top4 h2,.top6 h2 {
    font-size: 280%;
}
}


/*inner	*/
	
@media screen and (max-width: 1130px) {
	
.top3-inner,.top4-inner,.top5,.top5-inner2,.lay-page,.bnr-area,.footer-inner,.com-side-menu-list,.lay-form-complete-block{
	padding-left: 30px;
	padding-right: 30px;
	}
	
.top-category_office .lay-page {
    margin: 20px auto 0 auto;
}
	
	}


@media screen and (max-width: 767px) {
.top3-inner {
    padding-top: 50px;
        max-width: 530px;
}
	
.top4-inner,.top5-inner {
    padding-top: 60px;
}
	
.top5-inner2 {
    padding: 0 30px 30px 30px;
}
	
    .top4-inner {
        padding-bottom: 60px;
    }
	
 .com-side-menu-list {
        padding-left: 0;
        padding-right: 0;
    }
	
}

@media screen and (max-width: 610px) {
.top5-inner {
    padding: 50px 20px 0px 20px;
}
	
	
	
.office02-inner,.office03,.office04-inner{
	padding-left: 0;
	padding-right: 0;
	}
	
.office01-inner {
    padding: 0 10px;
}
	
.office02-inner {
        padding-bottom: 0;
    }
	
	
}


@media screen and (max-width: 510px) {
.top5 {
        padding-left: 15px;
        padding-right: 15px;
    }
}


@media screen and (max-width: 480px) {
.top4 table td.td01 h2,.top5-inner h2 {
    font-size: 220%;
	text-align: center;
}
	
    .top5-inner {
        padding: 20px 20px 0px 20px;
    }
	
    .top3-td-l h2, .top4 h2, .top6 h2 {
        font-size: 250%;
    }
	
}


@media screen and (max-width: 420px) {
	
.top5 {
    padding: 10px 15px 30px 15px;
	}
	
	
.top5-inner {
	padding: 0;
    background-color: transparent;
	}
	
.top5-ul li a {
    background-color: #fff;
	}
	
    .top4 table td.td01 h2, .top5-inner h2 {
        font-size: 200%;
        text-align: center;
    }
	
	
}







.top-category_recruit .p-content-body-list-item{}

.top-category_recruit .c-wrap h2{
	display: none;
}
.top-category_recruit .c-wrap .p-content-body-list-item h2{
	display:block;
	margin-top: 10px;
}

.top-category_recruit .p-content-body-list-item .contentBody {
    padding-bottom: 20px;
} 

.c-wrap{
	border: 3px solid #ffe4b2;
    border-radius: 55px;
    padding: 30px;
    margin-bottom: 50px;
    background-color: #fff;
}

.voice-waku{
	background-color: #fff9f0;
    padding: 15px;
    border-radius: 30px;
}

.voice-waku ul {
    margin-bottom: 0!important;
}

.voice-waku table th,.voice-waku table td{
	background-color: transparent!important;
    vertical-align: middle!important;
}


.voice-waku table {
	margin-bottom: 0!important;
}

.voice-waku table img{
	max-width: 250px!important;
	width: auto!important;
}

@media screen and (max-width: 860px) {
	
.voice-waku table,.voice-waku table th {
	display: block!important;
	text-align: center!important;
	}
	
.voice-waku table td {
	display: block!important;
	}
	
}

@media screen and (max-width: 550px) {
.c-wrap {
    border-radius: 25px;
}
}


@media screen and (max-width: 460px) {
	
	
.voice-waku {
    background-color: #fff;
    padding: 0;
    border-radius: 0;
}
	
.c-wrap {
    padding: 20px;
	}
	
	.voice-waku table img{
	max-width: 250px!important;
	width: 100%!important;
}
	
}


.ichiran-404,.com-btn-list{
	text-align: center;
    margin: 30px;
}

.ichiran-404 a:link,.com-btn-list a:link {
    display: inline-block;
    padding: 6px 40px 6px 15px;
    background-color: #f39f00;
    border-radius: 8px;
    color: #fff;
    text-decoration: none;
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 25px;
    font-size: 80%;
    font-weight: bold;
}

.ichiran-404 a:visited,.com-btn-list a:visited {
	color: #fff;
}

p.not{
	text-align: center;
}
