/* RESET */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
	font-family: 'Noto Sans CJK JP','Noto Sans Japanese','Noto Sans JP','Noto SansJP',Meiryo,"メイリオ","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	color: #333;
}


body{
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 2.5s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}



blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

ul {
	list-style-type:none;
}
section ol {
	list-style-type:decimal;
	list-style-position: outside;
    margin-left: 4em;
	margin-bottom: 4em;
}
section ol li, section ul li {
	line-height:1.4;
	margin-bottom:1em;
}
section ul {
	list-style-type:disc;
	list-style-position: outside;
    margin-left: 4em;
	margin-bottom: 4em;
}
section ul.yokoyoko {
	list-style-type:disc;
	list-style-position: outside;
    margin-left: 4em;
	margin-bottom: 4em;
	display:flex;
	flex-wrap:wrap;
}
section ul.yokoyoko li {
	width:50%;
}

.forPC {
	display:block;
}
.forSP {
	display:none;
}



h1 img {
	width:100%;
	height:auto;
}

.home #topimg {
    position: relative;
    overflow: hidden;
    background-size: cover;
    width: 100%;
    height: 36vw;
}
#topimg {
    width: 100%;
    height: 24.4vw;
	position: relative;
}
#topimg img {
   width:100%;
   height:auto;
}


.pattern {
	position: absolute;
    top: 9vw;
    left: 10vw;
    z-index: 50;
    font-size: 2.4vw;
    color: #fff;
    line-height: 1.0;
    font-weight: 500;
    text-shadow: none;
    letter-spacing: 0.1em;
    background: rgba(104,183,242,0.7);
    padding: 1em;
}

.patternLead {
	position: absolute;
    top: 38%;
    left: 9%;
    z-index: 50;
    font-size: 2.5vw;
    color: #fff;
    line-height: 1.8;
    font-weight: 500;
    background: rgba(104,183,242,0.7);
    padding: 0.6em 0.8em;
	
}
.emBox {
	width:100%;
	box-sizing:border-box;
	border:3px solid red;
}
.emBox h3 {
	background:red;
	width:100%;
	box-sizing:border-box;
	color:#fff;
	font-size:120%;
	font-weight:bold;
	text-align:center;
	padding:0.5em 0;
}
.emBoxInner {
	padding:1em;
}
.topImageBnr {
    position: absolute;
    top: 10%;
    right:15%;
    width: 200px;
}
.topImageBnr ul li {
    margin-bottom: 10px;
}
.topImageBnr ul li a {
    display: block;
    width: 140px;
    height: 40px;
    background: rgba(255,255,255,0.7);
    line-height: 40px;
    padding: 0 0 0 1em;
    font-size: 90%;
    font-weight: bold;
    color: #333333;
	text-decoration:none;
	position:relative;
	transition:all 0.4s ease;
}
.topImageBnr ul li a::after {
	position:absolute;
	top:0;
	left:100%;
    content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 10px;
	border-color: transparent transparent transparent #ffffff;
	opacity:0.7;
	transition:all 0.4s ease;
}
.topImageBnr ul li:hover a {
	text-indent:0.8em;
}



.topImageBnr01 a::before {
    content: '\f073';
    font-family: FontAwesome;
    padding: 0 0 0 0;
    margin: 0 0.8em 0 0;
    font-size: 130%;
    color: #00ad95;
}
.topImageBnr02 a::before {
    content: '\f05a';
    font-family: FontAwesome;
    padding: 0 0 0 0;
    margin: 0 0.8em 0 0;
    font-size: 130%;
    color: #f5b2b2;
}
.topImageBnr03 a::before {
    content: '\f238';
    font-family: FontAwesome;
    padding: 0 0 0 0;
    margin: 0 0.8em 0 0;
    font-size: 130%;
    color: #46c4db;
}



/* モーダル */
.modal_trigger {
  margin: 100px auto;
  /*
  display: -webkit-box;
  display: flex;
  */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal_trigger li {
  border: 1px solid;
  border-radius: 5px;
  cursor: pointer;
  padding: 10px;
  color: #216518;
  max-width: 100px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.modal_trigger li::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #216518;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  position: absolute;
  left: -20px;
  top: 100%;
  z-index: -1;
  opacity: 0;
}

.modal_trigger li:hover {
  color: #fff;
}

.modal_trigger li:hover::before {
  -webkit-animation: slideRightBg ease .2s forwards;
          animation: slideRightBg ease .2s forwards;
}

.modal_trigger li + li {
  margin-left: 20px;
}

@-webkit-keyframes slideRightBg {
  0% {
    opacity: 0;
    left: -50%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes slideRightBg {
  0% {
    opacity: 0;
    left: -50%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

.modal_box, .modal_boxPC {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.modal_bg, .modal_bgPC {
  background-color: rgba(30, 30, 30, 0.9);
  height: 100%;
  width: 100%;
}

.modal_inner {
    background-color: #f4f4f6;
    left: 35%;
    position: absolute;
    top: 10%;
    padding: 3em 2em 2em;
    width: 30vw;
    box-sizing: border-box;
}

.modal_close, .modal_closePC {
  cursor: pointer;
  position: absolute;
  right: 10px;
    top: 10px;
    font-size: 1.5rem;
}

.modal_block h3 {
	background:#46C4DB;
	color:#ffffff;
	margin-bottom: 0.5em;
    font-size: 1.2vw;
    text-align: center;
    line-height: 1.4;
	padding:0.5em 1em;
}
.modal_block h3::before {
    font-family: "FontAwesome";
    content: "\f095";
    margin-right: 0.8em;
    display: inline-block;
    transform: scale(1.5, 1.5);
}
.modal_block dl {
	overflow:hidden;
	margin:1.5em 0 0 0;
}
.modal_block dt {
	width: 30%;
    font-size: 1.2vw;
    float: left;
    padding: 0.4em;
    background: #aaaaaa;
    color: #ffffff;
    text-align: center;
}
.modal_block dd {
	width:60%;
	font-size:2.2vw;
	float:right;
	font-family:Arial, Helvetica, "sans-serif";
	font-weight: bold;
}
.modal_block p {
	font-size: 1.0vw;
    margin: 0.5em 0 0 0;
}




header {
	width:100%;
	height:211px;
}
header::before{
  content: '';
  display: block;
  width: 100%;
  height: 5px;
  background: #3792f8;
}


.headerContent {
    width: 1200px;
	margin:0 auto;
	position:relative;
	height:120px;
}
.headerContent h1 {
	position:absolute;
	top:26px;
	left:0;
    width: 350px;
	height:78px;
	margin:0 auto;
}
.headerContent h1 img {
    width: 456px;
	height:autox;
}

.headerCtl {
	width: 330px;
    height: 108px;
    position: absolute;
    right: 0;
    top: 35px;
}
.bgColor {
	position: absolute;
    top: 0;
    left: 190px;
    width: 200px;
    height: 40px;
}
.bgColor ul li {
	float:left;	
	cursor:pointer;
	font-size:12px;
}
.bgColor ul li.fontSizeTtl {
	display: block;
    float: left;
    font-size: 12px;
    line-height: 34px;
    height: 34px;
    margin-right: 6px;
}

.bgColor ul li#bgcolorBtnWhite, .bgColor ul li#bgcolorBtnYellow, .bgColor ul li#bgcolorBtnBlue, .bgColor ul li#bgcolorBtnBlack {
	width:34px;
	height:34px;
	line-height:34px;
	text-align:center;
	margin-top:0;
	margin-right:5px;
	box-sizing:border-box;
}
.bgColor ul li#bgcolorBtnWhite {
	border:1px solid #ABABAB;
	background:#ffffff;	
}
.bgColor ul li#bgcolorBtnYellow {
	background:#FFCB00;	
}
.bgColor ul li#bgcolorBtnBlue {
	background:#2F6BC3;	
	color:#ffffff;
}
.bgColor ul li#bgcolorBtnBlack {
	background:#181717;	
	color:#ffffff;
}


.fontSize {
	position: absolute;
    top: 0;
    left: 0;
    width: 160px;
    height: 40px;
}
.fontSize ul li.fontSizeTtl {
	display:block;	
	float:left;
	font-size:12px;
	line-height:30px;
	margin-right:5px;
}

.fontSize ul li a {
	display:block;	
	text-decoration:none;
}
.fontSize ul li.fontSizeBtn {
	width:34px;
	height:34px;
	line-height:34px;
	display:block;	
	float:left;
	margin:0 0 0 4px;
	font-size:11px;
	text-align:center;
}
.fontSize ul li.fontSizeBtn a span.medium {
	display: block;
    background: #00ad96;
    color: #ffffff;
    width: 34px;
    height: 34px;

}
.fontSize ul li.fontSizeBtn a span.large {
	display:block;
	background:#DFDADE;	
	color:#757575;
	width:34px;

}
.telBtn {
	position:absolute;
	top:0;
	right:0;
	width:140px;
	height:34px;
	line-height:34px;
}
.telBtn span {
	color:#ffffff;
	height:34px;
	line-height:34px;
	background:#46c4db;
	font-size:14px;
	display:block;
	text-align: center;
	cursor: pointer;
}
.telBtn span::before {
	font-family: "FontAwesome";
    content: "\f095";
    margin-right: 0.8em;
    display: inline-block;
    transform: scale(1.5, 1.5);
}
.headAddress {
	position: absolute;
    bottom: 48px;
    left: 0;
}
.headAddress p {
	font-size:19px;
	color: #333;
}




nav {
	width: 100%;
    height: 85px;
    border-top: 1px solid #e5e5e5;
    background: #f5f7fc;
}
nav ul {
	width:1200px;
	margin:0 auto;
	border-left:1px solid #e5e5e5;
	overflow: visible;
	height: 85px;
}
nav ul li {
	width:171px;
	height:85px;
	float:left;
	position:relative;
	border-right:1px solid #e5e5e5;
	box-sizing:border-box;
}
nav ul li a  {
	display: block;
    text-align: center;
    font-size: 110%;
    color: #333333;
    text-decoration: none;
	padding: 0 0 0 0;
	line-height:85px;
	text-align:center;
}
nav > ul > li.nav01 > a::before  {
    font-family: "FontAwesome";
    content: "\f05a";
    margin-bottom: 0.25em;
    color: #68b7f2;
    font-size: 180%;
    display: block;
    float: left;
    margin-left: 15px;
    margin-right: -20px;
}
nav ul li.nav02 a::before  {
    font-family: "FontAwesome";
    content: "\f0f8";
    margin-bottom: 0.25em;
    color: #68b7f2;
    font-size: 180%;
    display: block;
    float: left;
    margin-left: 30px;
    margin-right: -20px;
}
nav ul li.nav03 a::before  {
    font-family: "Font Awesome 5 Free";
    content: "\f4be";
    margin-bottom: 0.25em;
    color: #68b7f2;
    font-size: 180%;
    display: block;
    float: left;
    margin-left: 25px;
    margin-right: -15px;
	font-weight: bold;
}

nav ul li.nav04 a {
    background: url(./images/bg_nav004.svg) no-repeat;
    background-position: left 15px center; /* アイコンの位置を少し右に移動 */
    background-size: 30px; /* アイコンを少し大きく */
    padding-left: 35px; /* テキストのパディングを調整 */
    letter-spacing: 0px; /* 文字間隔を調整 */
}

nav ul li.nav05 a::before  {
    font-family: "Font Awesome 5 Free";
    content: "\f500";
    margin-bottom: 0.25em;
    color: #68b7f2;
    font-size: 180%;
    display: block;
    float: left;
    margin-left: 35px;
    margin-right: -30px;
	font-weight: bold;
}
nav ul li.nav06 a::before  {
    font-family: "FontAwesome";
    content: "\f238";
    margin-bottom: 0.25em;
    color: #68b7f2;
    font-size: 180%;
    display: block;
    float: left;
    margin-left: 30px;
    margin-right: -20px;
}







nav ul.firstDeg > li:hover {
	background:#59C8B8;
}
nav ul.firstDeg > li:hover > a, nav ul.firstDeg > li:hover > a > span {
	color: #d1f2ed;
}
nav ul.firstDeg > li:hover > a::before {
	color: #d1f2ed !important;
}


nav ul.firstDeg > li > .secondDeg {
	visibility: hidden;
	opacity: 0;
	list-style-type:none;
	transition:all 0.3s ease;
	overflow:hidden;
	background:#01AD95;
}


nav ul.firstDeg > li:hover .secondDeg {
	visibility: visible;
	opacity: 1;
	position:absolute;
}


nav ul.firstDeg > li.gnav01 > .secondDeg {
position: absolute;
    left: 0;
    top: 100%;
    width: 1200px;
	z-index: 5000;
}
nav ul.firstDeg > li.gnav02 > .secondDeg {
position: absolute;
    left: -200px;
    top: 100%;
    width: 1200px;
	z-index: 5000;
}
nav ul.firstDeg > li.gnav03 > .secondDeg {
position: absolute;
    left: -400px;
    top: 100%;
    width: 1200px;
	z-index: 5000;
}
nav ul.firstDeg > li.gnav04 > .secondDeg {
position: absolute;
    left: -600px;
    top: 100%;
    width: 1200px;
	z-index: 5000;
}
nav ul.firstDeg > li.gnav05 > .secondDeg {
position: absolute;
    left: -800px;
    top: 100%;
    width: 1200px;
	z-index: 5000;
}
nav ul.firstDeg > li.gnav06 > .secondDeg {
position: absolute;
    left: -1000px;
    top: 100%;
    width: 1200px;
	z-index: 5000;
}


nav ul.firstDeg > li > .secondDeg .h2Box {
	float: left;
    width: 200px;
    padding: 40px 0 0;
    text-align: center;

}


nav ul.firstDeg > li > .secondDeg h2 {
    color: #d1f2ed;
    font-size: 130%;
    text-align: center;
    font-weight: normal;
}

nav ul.firstDeg > li.gnav01 > .secondDeg h2 {
	background:url("../images/bg_gnav01_on.png") no-repeat;
	background-position:65px 0;
	padding:80px 0 0 0;
}
nav ul.firstDeg > li.gnav02 > .secondDeg h2::before {
    font-family: "FontAwesome";
    content: "\f007";
    margin-bottom: 0.25em;
    color: #98DED4;
    display: block;
    font-size: 380%;
}
nav ul.firstDeg > li.gnav03 > .secondDeg h2::before {
    font-family: "FontAwesome";
    content: "\f0f1";
    margin-bottom: 0.25em;
    color: #98DED4;
    display: block;
    font-size: 380%;
}
nav ul.firstDeg > li.gnav04 > .secondDeg h2::before {
    font-family: "FontAwesome";
    content: "\f0f8";
    margin-bottom: 0.25em;
    color: #98DED4;
    display: block;
    font-size: 380%;
}
nav ul.firstDeg > li.gnav05 > .secondDeg h2::before {
    font-family: "FontAwesome";
    content: "\f0f0";
    margin-bottom: 0.25em;
    color: #98DED4;
    display: block;
    font-size: 380%;
}
nav ul.firstDeg > li.gnav06 > .secondDeg h2::before {
    font-family: "Font Awesome 5 Free";
    content: "\f500";
    margin-bottom: 0.25em;
    color: #98DED4;
    display: block;
    font-size: 380%;
	font-weight:900;
}




nav ul.firstDeg > li > .secondDeg h2 span {
    font-size: 0.8rem;
    text-align: center;
    margin-top:0.7em;
	display:block;
}
nav ul.firstDeg > li > .secondDeg .ulBox {
	float:right;
	background:#ffffff;
	width:1000px;
}
nav ul.sub-menu {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background: #fff;
    width: 250px;
	height:auto;
    overflow: visible;
    z-index: 100;
	position: relative;
	border-top:1px solid #dcdcdc;
	border-left:none;
	padding-inline-start: 0;
	display: none;

}
nav > ul > li:hover ul.sub-menu {
	display:block;
}
ul.sub-menu li {
    width: 250px;
    height: auto;
	border:1px solid #dcdcdc;
	border-top:none;
	float:none;
}
ul.sub-menu li a {
    display: block;
    text-align: left;
    width: auto;
    font-size: 95%;
    color: #333;
    padding: 0.4em 1em;
    text-decoration: none;
    height: auto;
    line-height: 1.4em;
	background:#fff;
}

ul.sub-menu li a::before {
	content: '\f0da';
    font-family: FontAwesome;
	margin-right:0.5em;
	font-size: 90%;
	margin-left:0;
}


ul.sub-menu li:first-child a::before {
    margin-left: -20px !important;
}


.ulBox ul {
	float: left;
    width: 250px;
    padding: 1.5em;
    box-sizing: border-box;
}
.gnav01 .ulBox ul {
    float: left;
    width: 100%;
    padding: 1.5em 2em;
    box-sizing: border-box;
}
.ulBox ul li {
	margin:0 0 0.4em 0;
}
.gnav01 .ulBox ul li {
	margin:0 0 0.4em 0;
	width:50%;
	float:left;
}
.gnav01 .ulBox ul li:nth-child(even) {
	float:right;
}
.ulBox ul li a {
	font-size:85%;
	line-height:1.4;
	text-decoration:none;
	color:#333;
	transition:all 0.4s ease;
	display:block;
	text-indent: -1.2em;
	padding: 0 0 0 1em;
}
.ulBox ul li a:hover {
	text-indent:-0.6em;
}
.ulBox ul li a::before {
	font-family: "FontAwesome";
    content: "\f138";
    margin-right: 0.4em;
	color:#5dd5ab;;
}
.ulBox h3 {
	font-size:120%;
	margin:0 0 1em;
	font-weight:normal;
}

section.information {
	background:#f6f7f7;
	width:100%;
}
.infomationBox {
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.informationBoxL {
	width:375px;
	float:left;
	border-right:1px solid #dedede;
	box-sizing:border-box;
}
.informationBoxR {
	width:825px;
	float:right;
	position:relative;
	padding:30px 30px;
	box-sizing:border-box;
}
.toIhiran {
	position:absolute;
	top:0;
	right:0;
	width:178px;
}
.toIhiran a {
	border: 1px solid #ccc;
    text-decoration: none;
    padding: 0.8em 0;
    display: block;
    font-size: 0.9rem;
	text-align:center;
	color: #333;
}
.toIhiran a::after {
	font-family: "FontAwesome";
    content: "\f105";
    color: #cccccc;
    font-size: 120%;
    float: right;
    margin-right: 0.5em;
}



/* トップページ　真ん中バナー */

.topBnr li {
	height:100px;
	box-sizing:border-box;
	margin-bottom:10px;
}

.topBnr li dl {
	overflow:hidden;
	position:relative;
	height: 100px;
}
.topBnr li dl dt {
	width: 60px;
    height: 100px;
    box-sizing: border-box;
    text-align: center;
    padding: 12px 20px;
    position: absolute;
    top: 0;
    left: 0;
}
.topBnr li.bnr001 dl dt {
    background: #3bd1bf;
}
.topBnr li.bnr002 dl dt {
    background: #c98fde;
}
.topBnr li.bnr003 dl dt {
    background: #769dd6;
}
.topBnr li.bnr004 dl dt {
    background: #a5d4ad;
}

.topBnr li dl dt::after {
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100px 50px 0 0;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 59px;
}
.topBnr li.bnr001 dl dt::after {
    border-color: #3bd1bf transparent transparent transparent;
}
.topBnr li.bnr002 dl dt::after {
    border-color: #c98fde transparent transparent transparent;
}
.topBnr li.bnr003 dl dt::after {
    border-color: #769dd6 transparent transparent transparent;
}
.topBnr li.bnr004 dl dt::after {
    border-color: #a5d4ad transparent transparent transparent;
}




.topBnr li dl dd {
	color:#ffffff;
	font-size:1.3rem;
	font-weight:700;
	text-align:center;
	width: 265px;
    position: absolute;
    top: 0;
    right: 50px;
    height: 100px;
	 padding-top:1.5em;
}
.topBnr li.bnr001 dl dd {
	 background: rgb(159,217,246);
    background: linear-gradient(90deg, rgba(159,217,246,1) 0%, rgba(59,209,191,1) 100%);
}
.topBnr li.bnr002 dl dd {
	 background: rgb(159,217,246);
    background: linear-gradient(90deg, rgba(245,178,178,1) 0%, rgba(201,143,222,1) 100%);
}
.topBnr li.bnr003 dl dd {
	 background: rgb(159,217,246);
    background: linear-gradient(90deg, rgba(199,176,223,1) 0%, rgba(118,157,214,1) 100%);
}
.topBnr li.bnr004 dl dd {
	 background: rgb(159,217,246);
    background: linear-gradient(90deg, rgba(215,231,175,1) 0%, rgba(165,212,173,1) 100%);
}


.topBnr li dl dd span {
	display:block;
	font-size:0.8rem;
	margin-top:0.4em;
	font-weight:normal;
}
.topBnr li dl dd::after {
	content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 0 50px 20px;
    position: absolute;
    top: 0;
    right: -20px;
}
.topBnr li.bnr001 dl dd::after {
    border-color: transparent transparent transparent #3dd1c0;
}
.topBnr li.bnr002 dl dd::after {
    border-color: transparent transparent transparent #c98fde;
}
.topBnr li.bnr003 dl dd::after {
    border-color: transparent transparent transparent #769dd6;
}
.topBnr li.bnr004 dl dd::after {
    border-color: transparent transparent transparent #a5d4ad;
}

.topBnr li {
	 box-sizing:border-box;
}

.topBnr li dt::before {
    margin-bottom: 0.2em;
    display: block;
    font-size: 300%;
	width:76px;
	height:76px;
	line-height:76px;
	border:2px solid #ededed;
	box-sizing:border-box;
	background:#ffffff;
	border-radius: 50%;
	position: absolute;
	z-index:5000;
}
.topBnr li.bnr001 dt::before {
    font-family: "FontAwesome";
    content: "\f007";
    color: #3bd1bf;
}
.topBnr li.bnr002 dt::before {
    font-family: "FontAwesome";
    content: "\f236";
    color: #c98fde;	
}
.topBnr li.bnr003 dt::before {
    font-family: "FontAwesome";
    content: "\f0f1";
    color: #769dd6;	
}
.topBnr li.bnr004 dt::before {
    font-family: "FontAwesome";
    content: "\f0fa";
    color: #a5d4ad;	
}



.information h3 {
	font-size:150%;
	text-align:center;
	font-weight:normal;
	margin-bottom:1em;
}
.information h3 span {
	display:block;
	font-size:60%;
	color:#aaaaaa;
	margin-top:0.8em;
}
.informationBoxR dl {
	overflow:hidden;
	padding:1.2em 0;
	margin-bottom:0;
	border-bottom:1px solid #dedede;
}
.informationBoxR dl dt {
	float:left;
	width:24%;
	font-size:110%;
	box-sizing:border-box;
	padding-left:0.4em;
}
.informationBoxR dl dd {
	float:right;
	width:76%;
	font-size:110%;	
}
.informationBoxR dl dd a {
	color:#333333;
	text-decoration:none;
}



/* トップページのスライドバナー */
section.slideBnrBox {
	width:100%;
	padding:50px 0;
	background: rgb(225,227,244);
background: linear-gradient(90deg, rgba(225,227,244,1) 0%, rgba(195,255,211,1) 100%);
}
.slideBnr {
    margin: 0 auto;
    width: 100%;
}
.slideBnr li.slick-slide {
	margin: 0 1vw;
    width: 33vw;
}
.slideBnr img{
    height: auto;
    width: 100%;
}


.slick-prev:before,
.slick-next:before {
    color: #777777 !important;

}
.slick-prev {
    left: 20px !important;
	z-index: 5000 !important;
}
.slick-next {
    right: 20px !important;
	z-index: 5000 !important;
}
.slick-dots {
    bottom: -50px !important;
}

.slideBnr li a {
	position:relative;
	color:#ffffff;
	display: block;
}
.slideBnr li a span {
	position:absolute;
	bottom:0;
	left:0;
	background:rgba(7,64,86,0.6);
	width:100%;
	height:4.5vw;
	line-height:4.5vw;
	text-align:center;
	transition:all 0.4s ease;
}
.slideBnr li:hover a span {
	height:100%;
	line-height:10vw;
	padding-top:3vw;
	background:rgba(0,0,0,0.6);
}
.slideBnr li:hover a span::after {
	content:'詳しく見る';
	display:block;
	padding:0.5em 0.8em;
	border:1px solid #ffffff;
	width:20%;
	height:1.6vw;
	line-height:1.6vw;
	margin:1em auto;
	font-size:1.0vw;
}







nav ul.firstDeg > li:nth-child(3) ul.secondDeg {
	width:300px;
}
nav .secondDeg > ul > li {
	margin:0.8em 0;
}
nav .secondDeg > ul > li > a {
	color:#333333;
	padding:0.4em 1em;
	text-align:left;
	font-size:85%;
	display:block;
	text-decoration:none;
}
nav .secondDeg > ul > li > a::before {
	font-family: "FontAwesome";
    content: "\f105";
    margin-right: 0.8em;
    transform: scale(1.5, 1.0);
    display: inline-block;
}


nav ul.firstDeg > li.gnav01 > a {
	background: url(../images/bg_gnav01.png) no-repeat;
    background-size: 40px;
    background-position: 78px 12px;
    padding: 55px 0 0 0;
}
nav ul.firstDeg > li.gnav01:hover > a {
    background: url(../images/bg_gnav01_on.png) no-repeat;
    background-size: 40px;
    background-position: 78px 12px;
    padding: 55px 0 0 0;
}


nav ul.firstDeg > li.gnav02 > a::before {
	font-family: "FontAwesome";
    content: "\f007";
    margin-bottom: 0.2em;
	color:#5dd5ab;
	display: block;
	font-size: 200%;
}
nav ul.firstDeg > li.gnav03 > a::before {
	font-family: "FontAwesome";
    content: "\f0f1";
    margin-bottom: 0.2em;
	color:#5dd5ab;
	display: block;
	font-size: 200%;
}
nav ul.firstDeg > li.gnav04 > a::before {
	font-family: "FontAwesome";
    content: "\f0f8";
    margin-bottom: 0.2em;
	color:#5dd5ab;
	display: block;
	font-size: 190%;
}
nav ul.firstDeg > li.gnav05 > a::before {
	font-family: "FontAwesome";
    content: "\f0f0";
    margin-bottom: 0.2em;
	color:#5dd5ab;
	display: block;
	font-size: 200%;
	transform:scale(1.0,1.1) ;
}
nav ul.firstDeg > li.gnav06 > a::before {
	font-family: "Font Awesome 5 Free";
    content: "\f500";
    margin-bottom: 0.2em;
	color:#5dd5ab;
	display: block;
	font-size: 190%;
	font-weight:900;
}


.otherMenu {
	width:190px;
	float:right;
	overflow:hidden;
}
.otherMenuL {
	float:left;
	width:70px;
	border-left:1px solid #dedede;
	box-sizing:border-box;
}
.otherMenuL a {
	display:block;
	height:43px;
	line-height:43px;
	color:#333333;
	font-size:85%;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	border-bottom:1px solid #dedede;
	box-sizing:border-box;
	transition:all 0.4s ease;
}
.otherMenuL a:hover {
	background:#ff9933;
	color:#ffffff;
}
.otherMenuL a:last-child {
	border-bottom:none;
}

.otherMenuR {
	float:right;
	width:120px;
}
.otherMenuR a {
	color:#ffffff;
	background:#ff9933;
    line-height: 86px;
	text-decoration:none;
	font-weight:bold;
	display:block;
	transition:all 0.4s ease;
}
.otherMenuR a:hover {
	color:#ff9933;
	background:#ffffff;
	border-left: 1px solid #dedede;
}


.petitInfo {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:60px;
	
}
.petitInfo dl {
	/*
	width:fit-content;
	height:60px;
	margin:0 auto;
	*/
	display: flex;
    justify-content: center;
}


.petitInfo dl dt {
	color:#ffffff;
	background:#ff981e;
	line-height:60px;
	text-align:center;
	float:left;
	width:136px;
}
.petitInfo dl dd {
	float:left;
	padding:0 2em;
	height:60px;
	line-height:60px;
	background:#ffffff;
	font-size: 90%;
}
.petitInfo dl dd a {
	text-decoration:none;
}
.petitInfo dl dd span.catIcon {
	width:115px;
	border:1px solid #ff981e;
	text-align:center;
	padding:0.2em 0;
	display:block;
	float:left;
	color:#ff981e;
	font-size:80%;
	line-height:1.0;
	margin-top: 22px;
	margin-right:2em;
}
.cat-rec {
	letter-spacing:20px;
	text-indent:20px;
}

.indexPage section {
	padding:100px 0 50px;
	overflow: hidden;
	width:100%;
}
section h2 {
	text-align:center;
	margin-bottom:1em;
	background:#ffffef;
	border-top:2px solid #3691f6;
	color:#3691f6;
	font-size:156%;
	padding:1em 0;
	font-weight:normal;
	letter-spacing:1px;
	margin-top:2em;
}
p.sectionLead {
	color:#3691f6;
	font-size:130%;
	text-align:center;
	margin-bottom:0;
}

section h2:first-child {
	margin-top:0;
}
section h2 img {
    margin:auto;
}
section h3 {
    text-align: left;
    color: #3691f6;
    font-size: 124%;
    padding: 0.9em 1em;
    font-weight: normal;
    letter-spacing: 1px;
	width:94%;
	margin:2em auto 1.5em;
	border-top:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	box-sizing:border-box;
}
section p {
    text-align: justify;
	line-height:2.0;
    width:90%;
	margin: 0 auto 1em;
	overflow: hidden;
}
span.fr {
	float:right;
}
section table {
	border-right:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	width:90%;
	margin:0 auto;
	box-sizing:border-box;
}
section table tr {
	border-top:1px solid #c0c0c0;
}
section table th {
	border-left:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	box-sizing:border-box;
	background:#68b7f2;
	color:#fff;
	text-align:center;
	padding:0.6em 0;
}
section table td {
	border-left:1px solid #c0c0c0;
	border-bottom:1px solid #c0c0c0;
	box-sizing:border-box;
	text-align:center;
	padding:0.6em 0;
}
section table tr.total {
	background:#ffffef;
}


section.points, section.news,section.recomendRecruit {
	background:#ffffff;
}
section.products, section.recomendTech {
	background:#f4f4f6;
}
section .sectionBody {
	width:1200px;
	margin:0 auto;
}
section.news .sectionBody {
	width:870px;
	margin:0 auto;
}


.ex1 {
	/*
    display: flex;
	*/
	/*
    justify-content: space-between;
	*/
	margin-bottom:28px;
}
.ex1 div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 285px;
    height: 150px;
    border:1px solid #ff981e;
	box-sizing: border-box;
	margin:0 20px 28px 0;
	float:left;
	text-align:center;
}
.ex1 div:nth-child(4n) {
	margin:0 0 0 0;
}

.ex1 div span {
	line-height:1.8;
	color:#ff981e;
	font-weight:bold;
}


.imgList img {
	width:100%;
	height:auto;
}
.modal_btn {
	cursor:pointer;
}
.modal_btn:hover {
	background:#ff981e;
}
.modal_btn:hover span {
	color:#ffffff;
}


.modal_block {
	overflow:hidden;
	position:relative;
}
.modal_block figure {
	float:left;
	width:70%;
	height: 30vw;
}
.modal_block img {
	width:100%;
	height:auto;
}



.products ul {
	overflow: hidden;
}
.products ul li {
	width:calc(100% / 3) ;
	float:left;
	text-align:center;
}
.products ul li figure {
	width:100%;
	height:280px;
	overflow:hidden;
	margin-bottom:2em;
}
.products ul li figure img {
	transform:scale(1.2,1.2);
}
.products h3 img {
	margin:auto;
}
.products h3 span {
	display:block;
	color:#333;
	font-size:100%;
	font-weight:normal;
	margin-top:1em;
}
.toDetail {
	margin-top:1.2em;
}
.toDetail a {
	color: #ffffff;
    background: url(../images/arrow_detail.png) 77% 58% no-repeat #ff981e;
    border-radius: 26px;
    width: 260px;
    height: 52px;
    line-height: 52px;
    display: block;
	margin: 0 auto;
	text-decoration:none;
	transition:all 0.4s ease;
}
.toDetail a:hover {
	color: #ff981e;
    background: url(../images/arrow_detail_ora.png) 77% 59% no-repeat #ffffff;
	border:1px solid #ff981e;
	box-sizing: border-box;
}
.grandInfo {
	width:100%;
	overflow:hidden;	
}
.grandInfo dl {
	display: block;
    border-top: 1px solid #dedede;
    padding: 1.4em 0.5em 1.2em;
    overflow: hidden;
}

.grandInfo dl dt {
	text-align:left;
	float:left;
	width: 220px;
}
.grandInfo dl dd {
	float: left;
    padding: 0 0 0 0;
    margin-left: 2em;
    width: 600px;
}
.grandInfo dl dd a {
	font-size: 90%;
	line-height:1.4;
	text-decoration:none;
}
.grandInfo dl dt span.catIcon {
	width: 110px;
    border: 1px solid #ff981e;
    text-align: center;
    padding: 0.2em 0;
    display: block;
    float: right;
    color: #ff981e;
    font-size: 80%;
    line-height: 1.0;
    box-sizing: border-box;
}

.toIchiran a {
	color: #ff981e;
    background: url(../images/arrow_detail_ora.png) 77% 56% no-repeat #ffffff;
    border-radius: 26px;
    width: 260px;
    height: 52px;
    line-height: 52px;
    display: block;
    margin: 1.5em auto;
    text-decoration: none;
    transition: all 0.4s ease;
	border:1px solid #ff981e;
	text-align:center;
	font-size:85%;
}
.toIchiran a:hover {
	color: #ffffff;
    background: url(../images/arrow_detail.png) 77% 59% no-repeat #ff981e;
	border:1px solid #ff981e;
}








footer {
	width:100%;
	padding:50px 0 0;
	margin:0 0 0 0;
	background:rgba(54,145,246,0.25);
}
.footLink {
	width:1200px;
	margin:0 auto 40px;
}
.footLink ul {
	display:flex;
	justify-content: center; 
}
.footLink ul li {
	padding:0 1.4em;
	border-left:1px solid #000;
}
.footLink ul li:last-child {
	border-right:1px solid #000;
}
.footLink ul li a {
	text-decoration:none;
	color:#000;
}
.footAddress {
	width:100%;
}
.footAddresBody {
	width:853px;
	margin:0 auto 10px;
	position:relative;
}
.footAddresBody img {
	width:408px;
	height:auto;
}
.footAddresBody p {
	position:absolute;
	top:0;
	right:0;
	font-size:90%;
	margin-top:5px;
	line-height:1.6;
}





.rights {
	width:100%;
	text-align:center;
	padding:0 0 0 0;
	height:60px;
	line-height:60px;
	margin-top:30px;
}

.copyright {
	font-size:80%;
}
#back-top {
    position: fixed;
    bottom: 200px;
    right: 150px;
	z-index:8888;
}
#back-top a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #ffffff;
    transition: all 1s ease 0s;
    font-size: 80%;
    font-weight: bold;
    line-height: 1.1;
    background: rgb(54 145 246);
    height: 55px;
    width: 65px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.7s;
    padding-top: 10px;
}
#back-top a:hover {
    background:rgba(118,156,214,0.7);
}

#back-top a:before {
    color: #ffffff;
    width: 65px;
    height: 65px;
    line-height: 40px;
    text-align: center;
    font-family: "FontAwesome";
    content: "\f106";
    font-weight: lighter;
    font-size: 30px;
    position: relative;
    top: 0;
    display: block;
}

.content {
	width:1200px;
	margin:80px auto;
	overflow:hidden;
}
.home main {
	float:left;
	width:940px;
}
main {
	float:left;
	width:890px;
}
aside {
	float:right;
	width:260px;
}
aside ul {
	margin-left:0;
	list-style-type:none;
}
aside ul li {
	margin-bottom:30px;
}
aside ul li a img {
	width:100%;
	height:auto;
}

dl.topCatch {
	overflow:hidden;
}
dl.topCatch dt {
	width:380px;
	float:left;
}
dl.topCatch dt figure {
	width:100%;
}
dl.topCatch dt figure img {
	width:100%;
	height:auto;
}
dl.topCatch dd {
	width:550px;
	float:right;
	box-sizing: border-box;
	padding:0 2.5em;
	font-size: 105%;
	line-height:2.0;
}
span.toAbout {
	display:block;
}
span.toAbout a {
	display:block;
	background:#3691f6;
	color:#fff;
	text-align:center;
	padding:0.4em 0;
	text-decoration:none;
	margin:3em auto 0;
	width:193px;
}
span.toAbout a::before {
	font-family: "FontAwesome";
    content: "\f0da";
    margin: 0 0.3em 0 0;
    color: #fff;
    display: inline-block;
}
.home h2 {
	color:#3691f6;width:100%;
	text-align:center;
	font-size:190%;
	margin-bottom:66px;
	font-weight:normal;
}
.emergency {
	width:1200px;
	margin:50px auto 80px;
}
.emergencyBody {
	border:1px solid #ff0000;
	box-sizing:border-box;
	padding:1em 1.4em;
}
.emergencyBody p {
	font-size:110%;
	line-height:1.6;
	margin-bottom:1em;
}
.emergency h3 {
	width:100%;
	background:#ff0000;
	color:#fff;
	text-align:center;
	padding:0.5em 0;
	font-size:148%;
}

.topServiceBox {
	margin-top:100px;
}
.topServiceBox h3 {
	width:100%;
	color:#fff;
	background:#3691f6;
	text-align:center;
	font-size:170%;
	padding:0.7em 0;
	font-weight:normal;
	margin-bottom:30px;
}
.topService {
	display:flex;
	flex-wrap: wrap;
}
.services {
	width:calc(100% / 3);
	text-align:center;
}
.services h4 {
	color:#3691f6;
	font-size:140%;
	font-weight:normal;
	margin-bottom:25px;
}
.services p {
	width:228px;
	margin:30px auto 10px;
	font-size:80%;
	line-height:1.8;
	text-align:justify;
}
.services span a {
    display: block;
    background: #3691f6;
    color: #fff;
    text-align: center;
    padding: 0.6em 0 0.7em;
    text-decoration: none;
    margin: 1.5em auto 0;
    width: 160px;
	transition:all 0.8s ease;
}
/*
.services span a:hover {
    background: #2eaf8b;
}
*/

.services span a::before {
    font-family: "FontAwesome";
    content: "\f0da";
    margin: 0 0.5em 0 0;
    color: #fff;
    display: inline-block;
}
.topNewsBox {
	overflow:hidden;
	margin:200px 0 150px;
}
.newsBox {
	overflow:hidden;
	width:426px;
	float:left;
}
.mapBox {
	overflow:hidden;
	width:426px;
	float:right;
}
.archive .newsBox {
    overflow: hidden;
    width: 100%;
 	float:none;
}		
.topNewsBox h3 {
    width: 100%;
    color: #fff;
    background: #3691f6;
    text-align: center;
    font-size: 120%;
    padding: 0.7em 0;
    font-weight: normal;
    margin-bottom: 10px;
}
.newsBox {
	box-sizing:border-box;
}
.newsBox dl {
	width:calc(100% - 60px);
	padding:0.9em 0 0.8em;
	font-size:90%;
	border-bottom:1px dotted #bdbaba;
	margin:0 auto;
}
.newsBox dl dt {
	width:100%;
	line-height:1.4;
	margin-bottom:0.5em;
}
.newsBox dl dd {
	width:100%;
	line-height:1.4;
}
.newsBox dl dd a {
	text-decoration:none;
}
.archive .newsBox dl {
	width: 96%;
    padding: 0 0 3em 1.5em;
    font-size: 90%;
    border-bottom: 1px dotted #bdbaba;
    margin: 0 0 1.5em 4%;
}
.archive .newsBox dl:first-child {
    border-top: 1px dotted #bdbaba;
	padding-top:1.5em;
}
.archive .newsBox dl dt {
	width:12%;
	float:left;
	color:#3691f6;
}
.archive .newsBox dl dd {
	width:88%;
	float:right;
}
p.postDate {
	color:#3691f6;
}

.otherPosts {
	overflow: hidden;
    width: 80px;
    margin: 8em auto 4em;
}
p.pre {
	float:left;
	margin:0 0 0 0 !important;
	width:30px;
	height:30px;
	box-sizing:border-box;
}
p.nex {
	float:right;
	margin:0 0 0 0 !important;
	width:30px;
	height:30px;
	box-sizing:border-box;
}
p.pre a, p.nex a {
	text-decoration:none;
	border:1px solid #3792f8;
	box-sizing:border-box;
	text-align:center;
	line-height: 1.4;
	display:block;
}
p.pre a::before {
    font-family: "Fontawesome";
    content: "\f100";
    margin: 0 0.1em 0.2em;
    color: #3792f8;
    display: inline-block;

}
p.nex a::after {
    font-family: "Fontawesome";
    content: "\f101";
    margin: 0 0.1em 0.2em;
    color: #3792f8;
    display: inline-block;

}


span.toNewsIchiran a {
	display: block;
    background: #3691f6;
    color: #fff;
    text-align: center;
    padding: 0.6em 0 0.7em;
    text-decoration: none;
    margin: 1.5em auto 0;
    width: 134px;
	font-size:90%;
}
span.toNewsIchiran a::before {
    font-family: "FontAwesome";
    content: "\f0da";
    margin: 0 0.5em 0 0;
    color: #fff;
    display: inline-block;
}


.mapBox .gmap {
	width:396px;
	margin:0 auto;
}
.mapBox .gmap iframe {
	width:100%;
	height:260px;
}
.mapBox p {
	margin-top:10px;
	font-size:90%;
	line-height:1.6;
}
span.blue {
	color:#3691f6;
}

.page .gmap {
	width:90%;
	margin:0 auto;
}
.page .gmap iframe {
	width:100%;
	height:400px;
}


/* 求人情報 */
.recruitInfo {
	overflow:hidden;
}
.regular {
	width:404px;
	float:left;
}
.part-time {
	width:404px;
	float:right;
}
section p.recruitPost {
    text-align: justify;
    line-height: 1.4;
    width: 100%;
    margin: 0 auto 1em;
    overflow: hidden;
	border-top:1px solid #c0c0c0; 
	padding:1.2em 1.5em 0.2em;
	box-sizing:border-box;
}
section p.recruitPost:last-child {
	border-bottom:1px solid #c0c0c0; 
	padding:1.2em 1.5em 1.2em;
}
section p.recruitPost a {
    color:#3691f6;
	font-size:130%;
	text-decoration:none;
}
dl.recruitInfoList {
	width:96%;
	overflow:hidden;
	border-top:1px solid #c0c0c0;
	font-size:110%;
	line-height:2.0;
	margin:0 auto 1em;
	box-sizing:border-box;
}
dl.recruitInfoList.last {
	border-bottom:1px solid #c0c0c0;
	padding-bottom:1em;
}
dl.recruitInfoList dt {
	width:18%;
	float:left;
	color:#3691f6;
	box-sizing:border-box;
	padding:1em 1em 0;
}
dl.recruitInfoList dd {
	width:82%;
	float:right;
	box-sizing:border-box;
	padding:1em 1em 0;
}
p.hitokoto {
	color:#3691f6;
	margin-bottom:5em;
}













/* 下層ページ */

article {
	
}

.others #topimg {
    position: relative;
    overflow: hidden;
    min-height: 0;
	height: 20vw;
    background-size: cover;
    background-color: #D2CBBB;
}
.others #topimg img {
    width:100%;
	height:auto;
	transform: translateY(-50%);
}
.others #topimg h1.pattern {
    position: absolute;
    top: 25%;
    left: 15%;
    font-size: 2.0vw;
    background: rgba(255,255,255,0.8);
    padding: 1em;
    color: #459889;
    text-shadow: none;
}
.others #topimg h1.pattern span {
	font-size: 1vw;
	display:block;
	margin-top:0.5em;
	text-align:center;
}



.others .content {
	padding: 80px 0;
	width:100%;
	background: #f9f9f9;
}
.contentBody {
	width:1200px;
	margin:0 auto 4em;
	overflow:hidden;
}





.others section h2 {
	font-size: 140%;
    padding: 1em 1em;
    margin: 0 0 1.5em 0;
    font-weight: bold;
    background: #ffffff;
    box-sizing: border-box;
    border-left: 5px solid #5dd5ab;
    text-align: left;
}
.others section h2 span {
	font-family: 'Noto Sans CJK JP','Noto Sans Japanese','Noto Sans JP','Noto SansJP',Meiryo,"メイリオ","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
    color: #333333;
    font-size: 1.3rem;
    font-weight: normal;
    display: block;
    margin-top: 1.5em;
}
.others section h3 {
    font-size: 120%;
    padding: 0.2em 0 0.4em;
    letter-spacing: 0.1em;
    border-bottom: 3px solid #5dd5ab;
    position: relative;
    margin-bottom: 0.8em;
    clear: both;
	margin-top: 2.5em;
}
.others section h3:first-child {
	margin-top:0;
}


.others section h3::after {
    content: "";
    display: block;
    line-height: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 85%;
    border-top: 3px solid #dedede;
}
section h4 {
	margin:1em 0;	
}
section h4::before {
    content: '\f111';
    font-family: FontAwesome;
    padding: 0 0 0 0;
    margin: 0 0.4em 0 0.13em;
    color: #5dd5ab;
}


.others section p {
	font-size:100%;
	line-height:1.6;
	margin-bottom:1em;	
}

.others section ul {
    list-style-type: disc;
	list-style-position:outside;
    padding-left: 2em;
    margin:0.5em 0 2em 0;
}
.others section ul li {
    margin-bottom:0.4em;
	font-size:100%;
	line-height:1.6;
}

.others section ul.catList {
	list-style-type:none;
	overflow:hidden;
	margin:1em 0 1em 0;
	display:flex;
	flex-wrap: wrap;
    padding-left:0;	
}
.others section ul.catList li {
	width:25%;
	margin: 0 0 0.5em 0;
	box-sizing:border-box;
	padding:0.5em 0.8em;
}
.others section ul.catList li a {
	box-sizing: border-box;
    padding: 0.8em 0;
    border: 1px solid #ccc;
    display: block;
    text-align: center;
    line-height: 1.2;
    text-decoration: none;
    color: #333;
    background: #d7ede9;
	font-size: 90%;
}



.breadCrumb {
	margin: 0 auto;
    background: #ffffff;
    width: 100%;
}
.breadCrumb ul {
    width:1200px;
	margin:0 auto;
}
.breadCrumb ul li {
    display: inline-block;
    font-size: 80%;
}
.breadCrumb ul li a {
    display: inline-block;
	font-size:100%;
	color:#333333;
	text-decoration:none;
	height: 62px;
    line-height: 62px;
}
.breadCrumb ul li a::after {
    content: '\f054';
    font-family: FontAwesome;
    margin-left: 0.5em;
	color: #999999;
}
.breadCrumb ul li.home::before {
    font-family: "FontAwesome";
    content: "\f015";
    margin-right: 0.3em;
    color: #1bae94;
}


















.others footer {
	margin-top:0;
}


.footPageTop {
	background:#ffffff;
	width:100%;
	height:74px;
	transition:all 0.4s ease;
}

.footPageTop a {
	width: 1150px;
    text-align: right;
    font-size: 0.8rem;
    color: #999999;
    margin: 0 auto;
    display: block;
    text-decoration: none;
    line-height: 74px;
	overflow: hidden;
	position: relative;
	transition:all 0.4s ease;
}
.footPageTop span {
	position: absolute;
    top: 28px;
    right: 65px;
    display: block;
    text-align: center;
    box-sizing: border-box;
    color: #999999;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.7s;
    border: 1px solid #999999;
	transition:all 0.4s ease;
}
.footPageTop span:before {
    color: #999999;
    font-family: "FontAwesome";
    content: "\f106";
    font-size: 0.8rem;
    display: block;
	margin-top: -29px;
}
.footPageTop:hover a {
	color: #ff981e;
	animation: hurueru .4s  infinite;
}

@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(0px, 2px) rotateZ(0deg)}
    50% {transform: translate(0px, 0px) rotateZ(0deg)}
    75% {transform: translate(0px, 4px) rotateZ(0deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}

.footPageTop:hover span {
	border: 1px solid #ff981e;
}
.footPageTop:hover span:before {
    color: #ff981e;
}


.petitInfo ul {
    display: flex;
    justify-content: center;
}
.petitInfo ul li {
    width:200px;
	height:62px;
	float:left;
}
.petitInfo ul li a {
    display:block;
	text-align:center;
	line-height:62px;
	background:#ffffff;
	text-decoration:none;
	color:#333333;
	transition:all 0.4s ease;
	font-size: 0.92rem;
}
.petitInfo ul li.current a, .petitInfo ul li:hover a  {
	background:#ff981e;
	color:#ffffff;
}











/* ■■■ページング■■■ */
.wp-pagenavi {
	clear: both;
    height: 36px;
    margin: 3em auto 1.5em;
    display: flex;
    justify-content: center;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 0 12px;
	margin: 2px;
	font-size:80%;
	background: #ffffff;
	line-height: 30px;
	box-sizing:border-box;
	border: 1px solid #5dd5ab;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #5dd5ab;
	background: #3691f6;
	color:#ffffff;
}

.wp-pagenavi span.current {
	font-weight: bold;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #5dd5ab;
}



.red {
	color:red !important;	
}
img.alignleft {
    float: left;
    margin-right: 1.5em;
	margin-bottom:1em;
}
img.alignright {
    float: right;
    margin-left:  1.5em;
	margin-bottom:1em;
}
.aligncenter {
    clear: both;
    display: block;
    float: none;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.sideMenu {
	margin-bottom:50px;
}
.sideMenu h3 {
	background: #68b7f2;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 0.8em 0;
}
.sideMenu ul {
	margin:0 0 0 0;
	background: #ffffef;
}
.sideMenu ul li {
	margin:0 0 0 0;
}
.sideMenu ul li a {
	display:block;
	text-decoration:none;
    color: #333;
    width: 100%;
    text-align: center;
    padding: 0.8em 0;
	box-sizing:border-box;
	border:1px solid #ccc;
	border-top:none;
}






/* ■■■ スマホ　タブレットサイズ　■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
@media screen and (max-width:1024px){

.forPC {
	display:none;
}
.forSP {
	display:block;
}


.footLinkBox {
    width: 100%;
    padding-top:0;
}
.footAddresBody {
    width: 92%;
    margin: 0 auto;
}
.footAddresBody img {
    width: 60%;
    height: auto;
    margin: 1em auto 0;
}
.footAddresBody p {
    font-size: 85%;
    margin-top: 5px;
    line-height: 1.4;
    margin-bottom: 1em;
}

section.information {
    background: #f6f7f7;
    width: 100%;
	padding: 2em 0 4em;
}
.information h3 {
    font-size: 120%;
    text-align: center;
    font-weight: normal;
    margin-bottom: 0;
}

.infomationBox {
    width: 100%;
	overflow: visible;
}
.informationBoxL {
    float: none;
    width: 96%;
    margin: 2em 0 1em 4%;
    overflow: hidden;
    border-right: none;
}


.topBnr li {
	width: 49%;
    height: 10vw;
    float: left;
    margin-bottom: 0.5em;
}
.topBnr li:nth-child(even) {
	float:right;
}
.informationBoxR {
    width: 92%;
    float: none;
    position: relative;
    padding:1em 0;
    box-sizing: border-box;
	margin:0 auto;
}
.informationBoxR dl dt {
    float: none;
    width: 100%;
    font-size:85%;
    box-sizing: border-box;
    padding-left: 0;
	margin-bottom:0.5em;
	color:#aaaaaa;
}
.informationBoxR dl dd {
    float: none;
    width: 100%;
    font-size: 90%;
}

.toIhiran {
    position: absolute;
    top: 100%;
    right: 5%;
    width: 90%;
}





.topBnr li dl {
    height: 10vw;
}
.topBnr li dl dt {
    width: 12vw;
    height: 10vw;
    padding: 1vw 2vw;
}
.topBnr li dt::before {
    margin-bottom: 0.2em;
    width: 8vw;
    height: 8vw;
    line-height: 8vw;
    border: none;
	font-size: 6vw;
	z-index: 2;
}
.topBnr li dl dt::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40vw 12vw 0 0;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 3vw;
}


.topBnr li dl dd {
    color: #ffffff;
    font-size: 3vw;
    font-weight: 700;
    text-align: center;
    width: 30vw;
    position: absolute;
    top: 0;
    right: 6vw;
    height: 8vw;
    padding-top: 3.5vw;
}

.topBnr li dl dd span {
    display: none;
}
.topBnr li dl dd::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5vw 0 5vw 2vw;
    position: absolute;
    top: 0;
    right: -2vw;
}







.footLinkColumn {
    width: 100%;
    float: none;
    margin: 0 0 0 0;
}


header::before {
    display: none;
}
h1 img {
    width: 40vw;
}

.telBtn {
    position: absolute;
    top: 2.5vw;
    right: 2vw;
    width: 16vw;
    height: 10vw;
    line-height: 10vw;
}
.telBtn span {
    color: #ffffff;
    height: 7vw;
    line-height: 1.4;
    background: #46c4db;
    font-size: 2.5vw;
    display: block;
    text-align: center;
    padding: 2vw 0 2.2vw;
}
.telBtn span::before {
    font-family: "FontAwesome";
    content: "\f095";
    margin-right: 0;
	margin-bottom:1vw;
    display: none;
    transform: scale(1.5, 1.5);
}

.modal_block dd {
    font-size: 6vw;
}
.modal_block dt {
    font-size: 3vw;
}
.detail p {
    line-height: 1.4;
    font-size: 3.2vw;
}





#topimg {
    position: relative;
    overflow:visible;
    background-size: cover;
    width: 100%;
    height: 39vw;
	background: #f6f7f7;
}
.topImageBnr {
    position: absolute;
    top: 100%;
    right: 0;
    width: 96%;
}
.topImageBnr ul  {
   width:96%;
   margin:0 auto;
}
.topImageBnr ul li {
    margin-bottom: 0;
    float: left;
    width: 33%;
}
.topImageBnr01 a::before , .topImageBnr02 a::before, .topImageBnr03 a::before {
    margin: 0 0.4em 0 0;
}
.topImageBnr ul li a {
    display: block;
    width: 100%;
    height: auto;
    background: none;
    line-height: 40px;
    padding: 0 0 0 0;
    font-size: 3.5vw;
}
.topImageBnr ul li a::after {
	display:none;
}
.topImageBnr ul li:hover a {
	text-indent:0;
}



header.forSP {
	width:100%;
	height: 16vw;
    padding-top: 2vw;
	box-sizing: border-box;
	position:relative;
}
h1 {
	width: 70%;
    margin: 1vw 0 0 2vw;
}

h1 img {
    width: 90%;
    height: auto; 
	margin:0 auto;
}

.headInquiry {
	position: absolute;
    top: 0;
    right: 0;
    width: 16vw;
    height: 16vw;
    background:none;
}
.headInquiry a {
	color: #ffffff;
    text-align: center;
    display: block;
    line-height: 44px;
	font-size: 120%;
}

#menuButton {
    position: absolute;
    top: 1.5vw;
    right: 2vw;
    display: block;
    width: 13vw;
    height: 13vw;
    z-index: 3;
	background:#3792f8;
	border-radius:4px;
}
#menuButton span {
    display: block;
    background: #fff;
    width: 7vw;
    height: 0.8vw;
    position: absolute;
    left: 3.2vw;
}

#menuButton span.menuTxt {
    font-size: 2.8vw;
    color: #fff;
    position: absolute;
    display: block;
    top: 9vw;
    left: 2.8vw;
    text-align: left;
    width: 100%;
    background: none;
}
#menuButton span:first-child {
    top: 2.5vw;
}
#menuButton span:nth-child(2) {
    top: 4.8vw;
}
#menuButton span:nth-child(3) {
    top: 7.1vw;
}
.sp-menu {
    display: none;
    position: absolute;
    top: 16vw;
    left: 0;
    z-index: 100;
   background: rgba(104,183,242,0.9);
    width: 100%;
    box-sizing: border-box;
}
#menuButton.active span:first-child {
    -webkit-transform: translateY(1.8vw) rotate(45deg);
    -moz-transform: translateY(2vw) rotate(45deg);
    -ms-transform: translateY(2vw) rotate(45deg);
    transform: translateY(2.1vw) rotate(45deg);
}

#menuButton.active span:nth-child(2) {
    opacity: 0;
}

#menuButton.active span:nth-child(3) {
    -webkit-transform: translateY(-2.5vw) rotate(-45deg);
    -moz-transform: translateY(-2.5vw) rotate(-45deg);
    -ms-transform: translateY(-2.5vw) rotate(-45deg);
    transform: translateY(-2.5vw) rotate(-45deg);
}

.sp-menu > ul {

}
.sp-menu > ul > li {
    width: 100%;
	box-sizing: border-box;
	position:relative;
}
.sp-menu > ul > li a {
    display: block;
    color: #fff;
    text-align: center;
    padding: 0.6em 0;
    border-top: 1px solid #fff;
	text-decoration:none;
}
.sp-menu > ul > li.theEnd {
	overflow:hidden;
}
	
.sp-menu > ul > li > ul > li > a {
    font-size:90%;
}	

.sp-menu > ul > li.theEnd a {
	border-bottom:none;
	width:50%;
	float:left;
	box-sizing:border-box;
	border-right: 1px solid #ff981d;
	text-align:center;
}
.sp-menu > ul > li.theEnd a:last-child {
	float:right;
	border-right: none;
}

.sp-menu > ul > li > .toggle {
    width: 40px;
    height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp-menu > ul > li > .toggle::after {
    content: '＋';
    font-size: 90%;
    transition: all .4s;
	color:#fff;
}
.sp-menu > ul > li > .active::after  {
    content: '−';
}


.sp-menu > ul > li > ul {
    display: none;
	width:100%;
}


.sp-menu > ul > li > ul > li {
	
}
.childMenu ul > li a {
    background:#00ad94;;
	color:#ffffff;
	border-bottom: 1px dotted #ffffff;
	text-indent: 1em;
}
.childMenu ul > li:last-child a {
	border-bottom: none;
} 

.childMenu ul > li a::after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-weight: bold;
    float: right;
}
.childMenu {
	display:none;	
}
.childMenu h3 {
	padding:0.5em;
	font-weight:normal;	
	font-size:90%;
	border-bottom: 1px solid #00ad93;
	background: #c2f3e1;
	text-indent: 1.5em;
}
.childMenu h3.toggle::after {
	content:'+';
	float:right;
	margin-right:3vw;
	color: #00ad93;
}
.childMenu h3.active::after {
	content:'-';
	float:right;
	margin-right:3vw;
	color: #00ad93;
}
.childMenu ul {
	display:none;	
}

.pattern {
    position: absolute;
    top: 19vw;
    left: 2vw;
    width: auto;
    text-align: center;
    z-index: 50;
    font-size: 5vw;
    color: #ffffff;
}
.pattern img {
    margin-top: 0.8em;
    width: 20vw;
}

section .sectionBody {
    width: 92%;
    margin: 0 auto;
}


.ex1 div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 49%;
    height: 80px;
    border: 1px solid #ff981e;
    box-sizing: border-box;
    margin: 0 1% 10px 0;
    float: left;
    text-align: center;
}

.ex1 div:nth-child(even) {
    margin: 0 0 10px 1%;
    float: right;
}
.ex1 div span {
    line-height: 1.4;
    color: #ff981e;
    font-weight: bold;
    font-size: 65%;
}


section {
    padding: 2em 0 2em;
}
main section {
    padding: 0 0 0;
    margin-bottom: 3em;
}


section h2 {
    text-align: center;
    margin-bottom: 1em;
    background: #ffffef;
    border-top: 2px solid #3691f6;
    color: #3691f6;
    font-size: 125%;
    padding: 0.4em 0;
    font-weight: normal;
    letter-spacing: 1px;
    margin-top: 2em;
    margin-bottom: 1em;
}
section p {
    line-height: 1.8;
    width: 94%;

}	
	
section h2 img {
	width:calc(100% / 3) ;
	height:auto;
	margin:0 auto;
}
section h3 {
    font-size: 105%;
    padding: 0.5em 1em;
    width: 94%;
    margin: 1em auto 0.5em;
}
.modal_trigger {
    margin: 40px auto;
}

.others section h3 {
    font-size: 120%;
    margin-top: 0;
}

section ul {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 2em;
    margin-bottom: 2.5em;
	width: 85%;
}	
	
section.news .sectionBody {
    width: 100%;
    margin: 0 auto;
}
.grandInfo {
    width: 86%;
    margin:0 auto;
}
.grandInfo dl {
    padding: 1em 0 0.8em;
}
.grandInfo dl dt {
    text-align: left;
    float: none;
    width: 100%;
	margin-bottom: 0.5em;
	text-indent: 1em;
}
.grandInfo dl dd {
    text-align: left;
    float: none;
    width: 100%;
	margin-left: 0;
}
.grandInfo dl dt span.catIcon {
    width: 66px;
    border: 1px solid #ff981e;
    text-align: center;
    padding: 0.2em 0;
    display: block;
    float: right;
    color: #ff981e;
    font-size: 70%;
    line-height: 1.0;
    box-sizing: border-box;
	margin-right:50%;
}
.cat-rec {
    letter-spacing: 10px;
    text-indent:10px;
}
.toIchiran a {
    color: #ff981e;
    background: url(../images/arrow_detail_ora.png) 85% 58% no-repeat #ffffff;
    border-radius: 26px;
    width: 44%;
    height: 26px;
    line-height: 26px;
    display: block;
    margin: 1.5em auto;
    text-decoration: none;
    transition: all 0.4s ease;
    border: 1px solid #ff981e;
    text-align: center;
    font-size: 0.7rem;
	background-size: 10%;
}

















footer {
    width: 100%;
    background: #ffffff;
    padding: 0 0 0;
    margin: 0 0 0 0;
}
.footerBody {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 0;
}


.footNavSP {
	background: #ffffff;
	border-top: 1px solid #ff981d;
	border-bottom: 1px solid #ff981d;
}

.footNavSP > ul > li {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.footNavSP > ul > li a {
    padding: 0.7em 7%;
    color: #333333;
    display: block;
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid #ff981d;
    text-decoration: none;
    font-size: 90%;
}
.footNavSP > ul > li > .toggle {
    width: 25%;
    height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footNavSP > ul > li > ul {
    display: none;
    width: 100%;
    background: #ff981e;
}
.footNavSP > ul > li > .toggle::after {
    content: '＋';
    font-size: 90%;
    transition: all .4s;
    color: #ff981d;
}
.footNavSP > ul > li > .active::after {
    content: '−';
}

.footNavSP > ul > li > ul > li a {
    color: #ffffff;
    text-indent: 1em;
    border-bottom: 1px dotted #ffffff;
    width: 85%;
    background: #ff981e;
    padding: 0.7em 0.5em 0.7em 1.5em;
}
.footNavSP > ul > li > ul > li a::after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-weight: bold;
    float: right;
}
.footNavSP > ul > li.theEnd {
    overflow: hidden;
}
.footNavSP > ul > li.theEnd a {
    border-bottom: none;
    width: 50%;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #ff981d;
    text-align: center;
}
.footNavSP > ul > li.theEnd a:last-child {
    float: right;
    border-right: none;
}


.rights img {
    width: 20%;
    background: #ffffff;
    text-align: center;
	margin:0 auto;
}


.copyright {
    font-size: 60%;
    margin-top: 2.5em;
}
#back-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
    z-index: 8888;
}




.modal_inner {
    background-color: #f4f4f6;
    position: absolute;
    top: 5%;
    left: 5%;
    padding: 2em;
    width: 90%;
    box-sizing: border-box;
}
.modal_block figure {
    float: none;
    width: 100%;
    height: auto;
}
.detail {
    background: #ffffff;
    padding: 1em;
    position: static;
    width: 100%;
    z-index: 50;
	box-sizing: border-box;
}
.detail h3 {
    margin-bottom: 1.5em;
	font-size: 90%;
}
.detail p {
    line-height: 1.4;
    font-size: 2.5vw;
}



.others #topimg {
    height: 40vw;
	background-color: #ffffff;
}
.others #topimg.catTop {
    height: 66vw;
	background-color: #ffffff;
}

.others #topimg img {
    width: 100%;
    height: auto;
    transform: translateY(0);
}
.others #topimg h1.pattern {
    position: absolute;
    top: auto;
    left: 0;
    font-size: 4vw;
    background: rgba(255,255,255,0.8);
    padding: 1em;
    color: #459889;
    text-shadow: none;
    bottom: 0;
    margin: 0 0 0 0;
	box-sizing:border-box;
	text-align:left;
}
.others #topimg h1.pattern span {
    font-size: 1vw;
    display: inline-block;
    margin-top: 0.5em;
    text-align: center;
    float: right;
    margin-right: 1vw;
}


.breadCrumb {
    width: 92%;
    margin: 0 auto;
}
.breadCrumb ul li {
    font-size: 70%;
    height: 31px;
    line-height: 31px;
}
.breadCrumb ul li a {
    font-size: 100%;
    height: 31px;
    line-height: 31px;
}


.others .content {
    padding: 0 0;
    width: 100%;
    background: #f9f9f9;
}
.contentBody {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

main {
    width: 100%;
    float: none;
}
aside {
    width: 100%;
    float: none;
}
aside ul li {
    margin-bottom: 10px;
}	
	
.others section ul.catList li {
    width: 50%;
    margin: 0 0 0.5em 0;
    box-sizing: border-box;
    padding: 0.5em 0.2em;
}


.others section h3 {
    font-size: 110%;
}




.others section h2 {
	font-size: 120%;
    padding: 1em 1em;
    margin: 0 0 1em 0;
    font-weight: bold;
    background: #ffffff;
    box-sizing: border-box;
    border-left: 5px solid #5dd5ab;
    text-align: left;
}
.others section h2 span {
    font-family: 'Noto Sans CJK JP','Noto Sans Japanese','Noto Sans JP','Noto SansJP',Meiryo,"メイリオ","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
    color: #333333;
    font-size: 0.8rem;
    font-weight: normal;
    display: block;
    margin-top: 0.7em;
}



.others section ul.catList li a {
    font-size: 80%;
	padding: 0.8em 0.8em;
}
.others section p, .others section ul li {
    font-size: 90%;
}


img.alignright {
    width: 100%;
	height:auto;
	float:none;
	margin-bottom:0.5em;
	margin-left:0;
}
img.alignleft {
    width: 100%;
	height:auto;
	float:none;
	margin-bottom:0.5em;
	margin-right:0;
}



.others section .sectionBody {
    width: 100%;
    overflow: hidden;
}

ul.catItemList {
    background:#ffffff;
}
ul.catItemList li {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 2.5em;
}
ul.catItemList li figure {
    width: 100%;
    height: 66vw;
    overflow: hidden;
    margin-bottom: 2em;
}
ul.catItemList h3 {
    font-size: 1.5rem;
}

ul.catItemList .toDetail a {
    width: 40%;
}
.about ul.catItemList li:nth-child(4) ,
.technology ul.catItemList li:nth-child(4) {
    margin-left: 0;
}


.petitInfo {
    position: absolute;
    bottom: 3.5vw;
    left: 0;
    width: 100%;
    height: auto;
}
.petitInfo ul {
    display: block;
    justify-content: center;
    width: 94%;
    margin: 0 auto;
}
.petitInfo ul li {
    width: calc(100% / 3);
    height: 36px;
    float: left;
}
.petitInfo ul li a {
    display: block;
    text-align: center;
    line-height: 36px;
    background: #ffffff;
    text-decoration: none;
    color: #333333;
    transition: all 0.4s ease;
    font-size: 0.7rem;
}

.overviewDL dl {
    width: 92%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    margin-left: 0;
    background: #ffffff;
    margin: 0 auto;
    font-size: 0.6rem;
}
.overviewDL dl dt {
    float: left;
    width: 18%;
    box-sizing: border-box;
    background: #ffffff;
    padding: 0.5em 0.5em;
    line-height: 1.8;
}
.overviewDL dl dd {
    float: right;
    width: 82%;
    box-sizing: border-box;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    background: #ffffff;
    padding: 0.5em 1em;
    line-height: 1.8;
}

.overviewDLBox::after {
    content: '';
	display:none;
}

.philosophy .recomendBox {
    position: relative;
    width: 100%;
    margin: 0 auto 2em;
    padding-top: 2em;
	height: auto;
	overflow: hidden;
}
.philosophy .recomendBox .detail {
    width: 80%;
    margin: 0 auto 0;
    position: static;
}
.philosophy .recomendBox figure {
    position: static;
}

.philosophy .recomendBox .detail h3 {
    margin: 0 auto 1em;
}
.syakun .detail p, .rinen .detail p {
    line-height: 1.8;
    font-size: 90%;
    width: 90%;
    margin: 0 auto 1.5em;
}


p.toInqioryBtn a {
    width: 60%;
    height: 40px;
    line-height: 30px;
    font-size: 100%;
}

.deposition .recomendBox {
	position: relative;
    width: 100%;
    margin: 0 auto 2em;
    padding-top: 2em;
    height: auto;
    overflow: hidden;
}
.deposition .detail {
    width: 80%;
    margin: 0 auto 0;
    position: static;
	padding: 2em 1em;
}
.deposition .detail p {
    line-height: 1.8;
    font-size: 90%;
    width: 90%;
    margin: 0 auto 1.5em;
}
.deposition .detail h3 {
    margin: 0 auto 1em;
}
.deposition .recomendBox figure {
    z-index: 5;
    position: static;
    margin-top:1em;
}
.deposition .recomendBox img {
    margin-bottom: 0.5em;
}






.others.greeting #topimg img {
    width: 100%;
    height: auto;
    transform: translate(-10vw,-13vw) scale(1.4,1.4);
}

.president {
    position: absolute;
    top: 20vw;
    right: 7.5vw;
    width: 40vw;
    height: 20vw;
    box-sizing: border-box;
    background: rgba(255,255,255,0.8);
    padding-top: 5vw;
    text-align: center;
}
.president h1 {
    font-size: 4.5vw;
    color: #ff9933;
    font-weight: 400;
}
.president h1 span {
    font-size: 1vw;
    color: #333333;
    display: block;
    margin-top: 2.5vw;
}
.presidentMessage {
    width: 92%;
    margin: 0 auto 50px;
    box-sizing: border-box;
    background: #ffffff;
    padding: 2em;
}
.presidentMessage h3 {
    font-size: 1.0em;
    color: #ff9933;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 0.7em;
}
.presidentMessage p {
    font-size: 90%;
    margin-bottom: 1.5em;
    line-height: 1.8;
	text-align:justify;
}

.innerLink {
    width: 92%;
    margin: 0 auto;
}
.innerLink ul li {
    float: left;
    width: 49%;
    height: 50px;
    margin: 0 1% 0.5em 0;
}
.mapBox {
    position: static;
    width: 100%;
    height: auto;
    margin: 2em auto 2em;
    overflow: hidden;
}
.mapBox .address {
    position: static;
    width: 100%;
    height: auto;
    background: #ffffff;
    z-index: 5;
    box-sizing: border-box;
    padding: 2em 1.5em;
}





.footLink {
    margin-bottom: 0;
}

.footLinkColumn {
	position:relative;
}
.footLinkColumn div.toggle {
	width: 40px;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
	padding-top: 0.85em;
    padding-bottom: 0.6em;
}
.footLinkColumn div.toggle::after {
    content: '＋';
    font-size: 90%;
    transition: all .4s;
    color: #00ad93;
}
.footLinkColumn div.active::after {
    content: '−';
    font-size: 90%;
}
.footLinkColumn ul {
    display:none;
}


section.slideBnrBox {
    width: 100%;
    padding: 2em 0;
}
.slideBnr li a span {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(7,64,86,0.6);
    width: 100%;
    height: 8vw;
    line-height: 8vw;
    text-align: center;
    transition: all 0.4s ease;
}


.informationBoxR dl {
    padding: 0.5em 0;
}
.footLinkColumn h4 {
	border:none;
    border-top: 1px dotted #00ad95;
    margin-bottom: 0;
}
.footLink:last-child {
    border-bottom: 1px dotted #00ad95;
}


.footLinkColumn ul li {
    line-height: 1.2;
    margin: 0.6em 0;
}
.footAddress {
    border-bottom: none;
}

.slideBnr li:hover a span {
	position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(7,64,86,0.6);
    width: 100%;
    height: 4.5vw;
    line-height: 4.5vw;
    text-align: center;
}



.modal_inner {
    background-color: #f4f4f6;
    left: 10%;
    position: absolute;
    top: 10%;
    padding: 3em 1em 2em;
    width: 80vw;
    box-sizing: border-box;
}








.footLinkBox .childMenu {
    border-top: 1px dotted #00ad93;
}
.footLinkBox .childMenu h3 {
	padding: 0.5em;
    font-weight: normal;
    font-size: 90%;
    border-bottom: 1px dotted #00ad93;
    background: #c2f3e1;
    text-indent: 1.5em;
}
.footLinkColumn ul {
    margin-left: 0;
}
.footLinkColumn ul li {
    line-height: 1.2;
    margin: 0 0;
}
.footLinkColumn ul li a {
    font-size: 85%;
    color: #333333;
    text-decoration: none;
    display: block;
	padding: 0.5em;
	color:#ffffff;
	text-indent: 0.3em;
}
.footLinkColumn .childMenu ul > li a::after {
    content: '\f105';
    font-family: 'FontAwesome';
    font-weight: bold;
    float: right;
    margin-right: 0.7em;
}

.others .content {
    padding: 1em 0;
}


.emergency {
    width: 94%;
    margin: 0.7em auto 1em;
}
.emergency h3 {
    font-size: 100%;
}
.emergencyBody p {
    font-size: 90%;
}
.content {
    width: 94%;
    margin:2em auto;
    overflow: hidden;
}
.home main {
    float: none;
    width: 100%;
}	
.home h2 {
    width: 100%;
    font-size: 130%;
    margin-bottom: 1em;
    font-weight: normal;
    line-height: 1.4;
}
	
dl.topCatch dt {
    width: 100%;
    float: none;
}
dl.topCatch dt figure {
    width: 60%;
	margin:auto;
}	

dl.topCatch dd {
    width: 96%;
    float: none;
    box-sizing: border-box;
    padding: 0 0;
    font-size: 90%;
    line-height: 1.6;
    margin: 1em auto;
}	
	
.footLink {
    width: 100%;
    margin: 0 auto 0;
}
span.toAbout a {
    display: block;
    background: #3691f6;
    color: #fff;
    text-align: center;
    padding: 0.4em 0;
    text-decoration: none;
    margin: 1.5em auto 0;
    width: 45%;
}
.topServiceBox {
    margin-top: 2em;
}	
.topServiceBox h3 {
    width: 100%;
    color: #fff;
    background: #3691f6;
    text-align: center;
    font-size: 140%;
    padding: 0.7em 0;
    font-weight: normal;
    margin-bottom: 30px;
}	
.services {
    width: 100%;
	margin-bottom: 4.5em;
}	
.services p {
    width: 90%;
    margin: 30px auto 10px;
    font-size: 90%;
    line-height: 1.8;
    text-align: justify;
}	
.topNewsBox {
    overflow: hidden;
    margin: 0 0;
}
.newsBox {
    overflow: hidden;
    width: 100%;
    float: none;
}	
.home .newsBox dl {
    width: calc(100% - 60px);
    padding: 0.6em 0 0.5em;
    font-size: 90%;
    border-bottom: 1px dotted #bdbaba;
    margin: 0 auto;
}	
.services span a {
    font-size: 90%;
}	
.mapBox .gmap iframe {
    width: 100%;
    height: 70vw;
}	
.mapBox .gmap {
    width: 100%;
    margin: 0 auto;
}	
	
.footLink ul {
    display: flex;
    flex-wrap:wrap;
}	
.footLink ul li {
    width:100%;
	margin:0 0 0 0;
	padding:0 0 0 0;
}		
.footLink ul li a {
    display:block;
	background:#68b7f2;
	color:#fff;
	text-align:center;
	padding:0.6em 0;
	border-top: 1px dotted #fff;
}		
footer {
    width: 100%;
    background: #cee3fe;	
}	
.footAddresBody {
    width: 80%;
    margin: 0 auto;
}	
.footAddresBody img {
    width: 100%;
    height: auto;
    margin: 1em auto 0;
}	
.footAddresBody p {
	position:static;
    font-size: 85%;
    margin-top: 5px;
    line-height: 1.4;
    margin-bottom: 1em;
}	
.footAddresBody p {
    position: static;
    font-size: 85%;
    margin-top: 1em;
    line-height: 1.8;
    margin-bottom: 1em;
}	
.rights {
    width: 100%;
    text-align: center;
    padding: 0 0 0 0;
    height: 30px;
    line-height: 30px;
    margin-top: 0;
}

article {
	overflow:hidden;	
}
	
.spTelBox {
	background:#ffffef;	
	padding:0.5em 0 0.8em;
	text-align:center;
	font-size:90%;

}	
p.telBox {
	color:#3792f8;
	margin-bottom:0.4em;	
	margin-top:0.9em;
}	
p.telBox span a {
	color:#fff;	
	background:#3792f8;
	border-radius:4px;
	text-decoration:none;
	margin-left:0.4em;
	padding:0.1em 1em;
	font-size:86%;
	letter-spacing:0.1em;
}		
p.telAd {
	margin-top: 0.8em;
}
	
#topimg img {
    width: auto;
    height: 100%;
}
	
/* スマホ用カテ画像対策 */	
body.about #topimg img, body.category-news #topimg img, body.single-post #topimg img {
    width: auto;
    height: 100%;
	margin-left: -25vw;
}	
body.daycare #topimg img {
    width: auto;
    height: 100%;
	margin-left: -30vw;
}	
body.short #topimg img {
    width: auto;
    height: 100%;
	margin-left: -20vw;
}	
body.recruit #topimg img, body.single-recruiting #topimg img {
    width: auto;
    height: 100%;
	margin-left: -50vw;
}	
	
	
.footLink ul li:last-child {
    border-right:none;
}
section ol {
    margin-left: 1.5em;
}	
	
section ul.yokoyoko {
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 2em;
    margin-bottom: 2em;
    display: flex;
    flex-wrap: wrap;
}
section ul.yokoyoko li {
    width: 100%;
}
	
section p, section ul li, section ol li, section table {
    font-size:90%;
}	
p.sectionLead {
    font-size: 110%;
}	
	
section p.recruitPost a {
    font-size:100%;
}	
.regular, .part-time {
    width: 100%;
    float: none;
}	
section p.recruitPost {
    padding: 1em 1.5em 0.1em;
}	
section p.recruitPost:last-child {
    padding: 1em 1.5em 1em;
}		
dl.recruitInfoList {
    width: 96%;
    overflow: hidden;
    border-top: 1px solid #c0c0c0;
    font-size: 100%;
    line-height: 1.6;
    margin: 0 auto 0.5em;
    box-sizing: border-box;
}	
dl.recruitInfoList dt {
    width: 100%;
    float: none;
	padding: 0.5em 1em 0;
}	
dl.recruitInfoList dd {
    width: 100%;
    float: none;
	padding: 0.5em 1em 0;
}		
p.hitokoto {
    width: 90%;
}	
.archive .newsBox dl dt {
    width: 100%;
    float: none;
	margin-bottom:0.1em;
}	
.archive .newsBox dl dd {
    width: 100%;
    float: none;
}	

.archive .newsBox dl {
    width: 96%;
    padding: 0 0 0.5em 1.5em;
    font-size: 90%;
    border-bottom: 1px dotted #bdbaba;
    margin: 0 0 0.5em 4%;
}	
.archive .newsBox dl:first-child {
    padding-top: 0.5em;
}
	
	
	

	
	
	
	
	
	
	
	
}




















