@charset "UTF-8";
/* --------------- CSS for SP --------------- */


/* ----- COMMON ----- */

html { font-size: 62.5%; /*10px*/ }

body#sai {
	width: 100%;
	height: auto;
	font-size: 1.3rem;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	color: #3c3c3c;
	background: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
}

* { box-sizing: border-box; }

#sai h1,#sai h2,#sai h3,#sai h4,#sai h5,#sai h6,#sai p,#sai ul,#sai ol,#sai li,#sai dl,#sai dt,#sai dd,#sai blockquote,#sai form,#sai input,#sai fieldset,#sai legend { margin: 0; padding: 0; }

#sai a { text-decoration: none; color: inherit; }
#sai li { list-style: none; }

#sai img { width: 100%; }

/* micro clearfix http://nicolasgallagher.com/micro-clearfix-hack/ = */
#sai .cf::before,.cf::after{content: "";display: table}
#sai .cf::after{clear: both}
#sai .cf{zoom:1}

#sai .hide-text { text-indent: 100%; white-space: nowrap; overflow: hidden; display: block; }
#sai .sp-none { display: none; }

#sai .outline { width: 100%; }

#sai .cBlue { color: #6ed2c3; }
#sai .cPink { color: #ffc5b7; }
#sai .cMagenta { color: #f26e56; }

#sai .heading {
	padding-bottom: 6px;
	margin: 8% auto 4%;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.2;
	color: #f26e56;
	text-indent: 4%;
	border-bottom: 2px solid #ffc5b7;
}

#sai .smaller {
	font-size: 1.1rem;
	line-height: 1.4;
}

#sai .larger {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
}

#sai .num { font-weight: bold; }

#sai .brank {
	position: relative;
}

#sai .brank:after {
	content: "";
	display: block;
	position: relative;
	top: -1px;
	margin-bottom: -1px;
	padding-top: 4%;
	width: 100%;
	height: auto;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	background: #f8f8f8;
}

#sai .tags {
	display: inline-block;
	font-size: 1rem;
	line-height: 1;
	background: #ffc3b4;
	padding: 4px;
	border-radius: 4px;
	white-space: nowrap;
	transform: scale(.75);
    transform-origin: left top;
}

#sai .section { margin-bottom: 39px; }

#sai .linkBtn {
	margin: 16px auto;
	text-align: center;
}
#sai .linkBtn a,
#sai .linkBtn label {
	display: inline-block;
	position: relative;
	margin-bottom: 3px;
	min-width: 230px;
	cursor: pointer;
}
#sai .linkBtn a:before,
#sai .linkBtn label:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -3px;
	width: 100%;
	height: 100%;
	background: #d23d31;
	border-radius: 5px;
	overflow: hidden;
}
#sai .linkBtn a:after,
#sai .linkBtn label:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #f26e56;
	border-radius: 5px;
	overflow: hidden;
}
#sai .linkBtn a span,
#sai .linkBtn label input {
	display: inline-block;
	position: relative;
	padding: 14px 0;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.3;
	text-indent: 20px;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	z-index: 10;
	cursor: inherit;
}
#sai .linkBtn a span {
	background: url(../svg/navIcon-questionnaire.svg) left center / 15px 15px no-repeat;
}
#sai .linkBtn label input {
	text-indent: 0;
	text-align: center;
	border: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: none;
}

#sai #skipNav {
	position: relative;
	width: 100%;
	z-index: 1001;
}

#sai #skipNav a {
	position: fixed;
	top: -80px;
	left: 0;
	right: 0;
	opacity: 0;
	display: block;
    width: 230px;
    height: 80px;
    font-size: 1.5rem;
    line-height: 80px;
    font-weight: bold;
    background: #F26E56;
    text-align: center;
    margin: 0 auto;
    color: #fff;
	border-radius: 0 0 10px 10px;
	transition: all 300ms ease-in-out;
}

#sai #skipNav a:focus {
	opacity: 1;
	top: 0;
}

#sai #main { animation: fadeIn 300ms ease; }
@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

/* ----- HEADER ----- */

#sai #gHeader {
	width: 100%;
	height: 94px;
	position: relative;
	overflow: hidden;
}

#sai #gHeader .group {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: #fff;
	z-index: 800;
}

#sai #gHeader .group .groupInner {
	width: 100%;
	height: 100%;
	position: relative;
}

#sai #gHeader .group .groupInner:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	width: 100%;
	height: 2px;
	background: #e2e2e2;
	opacity: 0;
	transition: opacity 300ms ease;
}

#sai #gHeader.scroll .group .groupInner:after {
	opacity: 1;
}

#sai #gHeader .group .groupInner #gLogo {
	position: absolute;
	top: 10px;
	right: 0;
	left: 0;
	margin: auto;
	width: 117px;
	height: 30px;
	background: url(../svg/logo.svg) center center / 117px 30px no-repeat;
}

#sai #gHeader .group .groupInner #gLogo a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}

#sai #gHeader .group .groupInner #toggleBtn,
#sai #gHeader .group .groupInner #qustionnaire {
	position: absolute;
	top: 10px;
	width: 55px;
	height: 30px;
	overflow: hidden;
	border-radius: 5px;
}

#sai #gHeader .group .groupInner #toggleBtn { left: 13px; }
#sai #gHeader .group .groupInner #qustionnaire { right: 13px; }

#sai #gHeader .group .groupInner #toggleBtn img,
#sai #gHeader .group .groupInner #qustionnaire a {
	display: block;
	width: 100%;
	height: 100%;
	background: #ffc5b7;
}
#sai #gHeader .group .groupInner #qustionnaire a { background: #f26e56; }

#sai #gHeader #gMenu {
	position: fixed;
	top: 0;
	left: 0;
	width: 80%;
	height: 100vh;
	overflow-y:scroll;
	z-index: 1000;
	transform: translate(-100%,0);
	transition: transform 300ms ease-in-out;
}

#sai #gHeader #gMenu.in {
	transform: translate(0,0);
}

#sai #gHeader #gMenu .gMenuInner {
	width: 100%;
	min-height: 100%;
	padding-left: 5%;
	padding-bottom: 5%;
	background: #fff;
}

#sai #gHeader #gMenu .gMenuInner .gmButton {
	width: 100%;
    border-bottom: 1px solid #e2e2e2;
    margin: 0 auto;
    padding: 4% 4% 4% 0;
}

#sai #gHeader #gMenu .gMenuInner .gmButton a {
	width: 100%;
}

#sai #gHeader #gMenu .gMenuInner .mainNav {
	width: 100%;
	height: auto;
}

#sai #gHeader #gMenu .gMenuInner .mainNav li {
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
}

#sai #gHeader #gMenu .gMenuInner .mainNav li a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

#sai #gHeader #gMenu .gMenuInner .mainNav li.menu1 a { background: url(../svg/navIcon-home.svg) left center / 15px 15px no-repeat; }
#sai #gHeader #gMenu .gMenuInner .mainNav li.menu2 a { background: url(../svg/navIcon-nursery.svg) left center / 15px 15px no-repeat; }
#sai #gHeader #gMenu .gMenuInner .mainNav li.menu3 a { background: url(../svg/navIcon-person.svg) left center / 15px 15px no-repeat; }
#sai #gHeader #gMenu .gMenuInner .mainNav li.menu4 a { background: url(../svg/navIcon-calender.svg) left center / 15px 15px no-repeat; }

#sai #gHeader #gMenu .gMenuInner .mainNav li a:after {
    content: url("../svg/arrow-pink.svg");
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5.2%;
    margin: auto;
    width: 8px;
    height: 14px;
	text-indent: 0;
}

#sai #gHeader #gMenu .gMenuInner .mainNav li a span {
	display: block;
	padding: 16px 0;
	font-weight: bold;
	text-indent: 20px;
}

#sai #gHeader #gMenu .gMenuInner .subNav {
	width: 100%;
	height: auto;
	padding: 10px 0 0;
}

#sai #gHeader #gMenu .gMenuInner .subNav > li {
	width: 100%;
	height: auto;
}

#sai #gHeader #gMenu .gMenuInner .subNav > li a {
	display: block;
	width: 100%;
	padding: 5px 0;
}

#sai #gHeader #gMenu .gMenuInner #fontSize {
	padding: 10px 0 0;
	margin-top: 10px;
	border-top: 1px solid #e2e2e2;
}

#sai #gHeader #gMenu .gMenuInner #fontSize ol {
	display: flex;
	margin-top: 5px;
}

#sai #gHeader #gMenu .gMenuInner #fontSize ol li {
	width: 40px;
	height: 40px;
	margin-left: 13px;
	font-size: 1.5rem;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
	color: #9d9d9d;
	background: #e2e2e2;
	border-radius: 5px;
	cursor: pointer;
}

#sai #gHeader #gMenu .gMenuInner #fontSize ol li.active {
	color: #fff;
	background: #f26e56;
	cursor: default;
}

#sai #gHeader #gMenu .gMenuInner #fontSize ol li:first-child {
	margin: 0;
}

#sai #gHeader #gNav {
	margin-top: 50px;
	width: 100%;
	height: 44px;
}

#sai #gHeader #gNav ul {
	display: flex;
	height: 100%;
}

#sai #gHeader #gNav ul li {
	width: 25%;
	height: 100%;
	background: #ffc5b7;
	border-left: 1px solid #ffe2db;
	overflow: hidden;
}

#sai #gHeader #gNav ul li:first-child {
	border: none;
}

#sai #gHeader #gNav ul li:last-child {
	width: 300px;
}

#sai #gHeader #gNav ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

#sai #gHeader #gNav ul li a span {
	align-self: center;
	position: relative;
	padding-left: 20px;
	height: 21px;
}

#sai #gHeader #gNav ul li.nav1 a span { background: url(../svg/navIcon-home.svg) left center / 15px 15px no-repeat; }
#sai #gHeader #gNav ul li.nav2 a span { background: url(../svg/navIcon-nursery.svg) left center / 15px 15px no-repeat; }
#sai #gHeader #gNav ul li.nav3 a span { background: url(../svg/navIcon-person.svg) left center / 15px 15px no-repeat; }
#sai #gHeader #gNav ul li.nav4 a span { background: url(../svg/navIcon-calender.svg) left center / 15px 15px no-repeat; }

#sai #gHeader #gNav ul li.nav1 a span img { width: 27px; }
#sai #gHeader #gNav ul li.nav2 a span img { width: 49px; }
#sai #gHeader #gNav ul li.nav3 a span img { width: 49px; }
#sai #gHeader #gNav ul li.nav4 a span img { width: 44px; }

#sai .backOverlay {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .75;
    background: #3c3c3c;
    z-index: 900;
    cursor: pointer;
}

#sai .crossmark {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 35px;
	height: 220px;
	background: url(../images/common/closeOverlay.png) center center / 35px 220px no-repeat;
	z-index: 950;
}


/* ----- FOOTER ----- */

#sai #footer {
	background: #f8f8f8;
}

#sai #footer .fLogo {
	position: relative;
	left: -5px;
	margin: 40px auto;
    width: 195px;
    height: 50px;
    background: url(../svg/logo.svg) center center / 195px 50px no-repeat;
}

#sai #footer .fLogo a {
	display: block;
	width: 100%;
	height: 100%;
}

#sai #footer .fGuide {
	padding: 0 4%;
}

#sai #footer .fGuide .fGuideInner {
	margin-bottom: 8%;
}

#sai #footer .fGuide p {
	color: #7c7c7c;
}

#sai #footer .fGuide .fgP {
	font-size: 1.1rem;
}

#sai #footer .fGuide p:last-child {
	margin-top: 9px;
}

#sai #footer .fGuide .fgTitle {
	position: relative;
	font-size: 1.6rem;
	line-height: 1.2;
	color: #3c3c3c;
	margin-bottom: 6px;
}

#sai #footer .fGuide .fgTitle span {
	display: inline-block;
	position: relative;
	min-height: 15px;
	padding: 0 .5rem 0 20px;
	z-index: 1;
}

#sai #footer .fGuide .fgTitle.recruit span { background: url(../svg/navIcon-career.svg) left center / 15px 15px no-repeat, #f8f8f8; }
#sai #footer .fGuide .fgTitle.contact span { background: url(../svg/navIcon-contact.svg) left center / 15px 15px no-repeat, #f8f8f8; }

#sai #footer .fGuide .fgTitle + div {
	border: 1px solid #e2e2e2;
	padding: 18px;
}

#sai #footer .fGuide .fgHeading {
	font-size: 1.3rem;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 9px;
}

#sai #footer .fGuide .fgLinklist {
	padding-bottom: 13px;
}

#sai #footer .fGuide .fgLinklist ul {
	margin-bottom: -9px;
}

#sai #footer .fGuide .fgLinklist ul li {
	max-width: 230px;
	margin: 0 auto 9px;
}

#sai #footer .fGuide .fgLinklist ul li a {
	display: block;
	padding: 13px 0;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	font-size: 1.3rem;
	text-align: center;
	color: #7c7c7c;
}

#sai #footer .fGuide .fgLinklist ul li a span {
	display: inline-block;
	min-height: 13px;
	padding-left: 18px;
	background: url(../svg/blankIcon.svg) left center / 13px 13px no-repeat;
}

#sai #footer .fNav {
	padding: 4%;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

#sai #footer .fNav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

#sai #footer .fNav ul li {
	padding: 2%;
	font-size: 1.1rem;
	line-height: 1;
	color: #7c7c7c;
}

#sai #footer .fSaitama {
	width: 108px;
	height: 33px;
	margin: 20px auto 10px;
}

#sai #footer .fSaitama a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/common/saitama-logos.jpg) center center / 108px 33px no-repeat;
}

#sai #footer .copyright {
	font-size: 1rem;
    text-align: center;
    line-height: 30px;
	color: #7c7c7c;
}


/* ----- LINE ----- */

#sai #line {
	padding: 40px 4%;
	width: 100%;
	height: 260px;
	background: url(../images/common/lineBK-sp.png) center bottom / 320px 60px no-repeat, #FFC5B7;
}

#sai #line .lineTitle {
	width: 250px;
	height: 85px;
	margin: 0 auto;
	background: url(../images/common/line-sp.png) center center / 250px 85px no-repeat;
}

#sai #line .linkBtn a:before { background: #007B00;}
#sai #line .linkBtn a:after { background: #00B900;}
#sai #line .linkBtn a span { background: none; text-indent: 0; }
#sai #line .linkBtn a span:before { content: none; }


/* ----- BREADCRUMBS ----- */

#sai #breadcrumbs ol {
	display: flex;
	padding: 8px 4%;
	width: 100%;
	height: auto;
	overflow: hidden;
	white-space: nowrap;
}

#sai #breadcrumbs ol li {
	position: relative;
	padding-left: 20px;
	font-size: 1rem;
	line-height: 1;
	font-weight: bold;
	color: #7c7c7c;
	opacity: .8;
	background: url(../svg/arrow-gray.svg) 7px center / 6px 10px no-repeat;
}

#sai #breadcrumbs ol li:first-child {
	padding-left: 0;
	background: none;
}

#sai #breadcrumbs ol li a {
	font-weight: normal;
}

#sai #breadcrumbs ol li:last-child {
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* --------------- CSS for PC --------------- */
@media print, screen and (min-width: 481px) {

	
/* ----- COMMON ----- */

	
body#sai { min-width: 1020px; font-size: 1.5rem; }

#sai a:hover { text-decoration: underline; }

#sai .sp-none { display: block; }
#sai .pc-none { display: none !important; }

#sai .outline { width: 980px; margin: 0 auto; }

#sai .heading {
	margin: 40px auto 16px;
	padding-bottom: 6px;
	font-size: 2rem;
	text-indent: 0;
}

#sai .smaller { font-size: 1.2rem; }

#sai .larger { font-size: 2.4rem; }

#sai .brank:after { content: none; }

#sai .section { margin-bottom: 40px; }

#sai #main { margin-bottom: 80px; }
#sai .index #main { margin-bottom: 60px; }
#sai .detail #main { margin-top: 40px; }

#sai .tags {
	font-size: 1.2rem;
    padding: 5px;
    transform: none;
    transform-origin: center center;
}

#sai .linkBtn { margin-bottom: 0; }
#sai .linkBtn a { min-width: 300px; transition: transform 150ms ease-in-out; }
#sai .linkBtn a span { padding: 16px 0; font-size: 1.5rem; text-indent: 28px; background: url(../svg/navIcon-questionnaire.svg) left center / 19px 19px no-repeat; }
#sai .linkBtn label { transition: transform 150ms ease-in-out; }
#sai .linkBtn label input { padding: 16px 0; font-size: 1.5rem; }
#sai .linkBtn a:before, #sai .linkBtn label:before,
#sai .linkBtn a:after, #sai .linkBtn label:after { transition: all 150ms ease-in-out; }

#sai .linkBtn a:hover, #sai .linkBtn label:hover { transform: translate(0,3px); }
#sai .linkBtn a:hover:before, #sai .linkBtn label:hover:before { bottom: 0; }
#sai .linkBtn a:hover:after, #sai .linkBtn label:hover:after { background: #E62F1D; }

#sai .fLeft { float: left; }
#sai .fRight { float: right; }


/* ----- HEADER ----- */

#sai #gHeader {
	height: 140px;
}

#sai #gHeader .group {
	position: static;
    top: auto;
    left: auto;
	width: 195px;
	height: 80px;
	margin: 0 auto;
	transform: translate(-392.5px,0);
}

#sai #gHeader .group .groupInner {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#sai #gHeader .group .groupInner #gLogo {
	top: 15px;
	width: 100%;
	height: 50px;
	background: url(../svg/logo.svg) center center / 195px 50px no-repeat;
}

#sai #gHeader #gMenu {
    position: absolute;
    right: 0;
    margin: auto;
    width: 730px;
    height: 80px;
	overflow: hidden;
    transform: translate(125px,0);
    transition: none;
}

#sai #gHeader #gMenu .gMenuInner {
	width: 100%;
	padding: 0;
}

#sai #gHeader #gMenu .gMenuInner .subNav {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 80px;
    padding: 0;
    font-size: 1.2rem;
}

#sai #gHeader #gMenu .gMenuInner .subNav > li {
	width: auto;
	margin-left: 30px;
}

#sai #gHeader #gMenu .gMenuInner .subNav > li:first-child {
	margin-left: 0;
}

#sai #gHeader #gMenu .gMenuInner .subNav > li a {
	padding: 0;
}

#sai #gHeader #gMenu .gMenuInner .subNav > li a:hover {
	text-decoration: underline;
}

#sai #gHeader #gMenu .gMenuInner #fontSize {
	display: flex;
    align-items: center;
	padding: 0;
	margin-top: 0;
	border-top: none;
}

#sai #gHeader #gMenu .gMenuInner #fontSize ol {
	margin-top: 0;
	margin-left: 5px;
}

#sai #gHeader #gMenu .gMenuInner #fontSize ol li {
	line-height: 32px;
	width: 32px;
	height: 32px;
	margin-left: 7.5px;
	transition: all 150ms ease-in-out;
}

#sai #gHeader #gMenu .gMenuInner #fontSize ol li:not(.active):hover {
	background: #FFC5B7;
	color: #fff;
}

#sai #gHeader #gNav {
	height: 60px;
	margin: 0;
	background: #FFC5B7;
	z-index: 500;
	box-shadow: 0 2px 10px rgba(0,0,0,0);
}

#sai #gHeader.scroll #gNav {
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 2px 10px rgba(0,0,0,.12);
	transition: all 500ms ease;
}

#sai #gHeader #gNav ul {
	width: 980px;
	margin: 0 auto;
}

#sai #gHeader #gNav ul li {
	width: 170px;
	border: none;
}

#sai #gHeader #gNav ul li.nav5 {
	width: 300px;
	background: #f26e56;
}

#sai #gHeader #gNav ul li a {
	transition: background 150ms ease-in-out;
}

#sai #gHeader #gNav ul li:not(.nav5) a:hover {
	background: #FFA79B;
}

#sai #gHeader #gNav ul li.nav5 a:hover {
	background: #E62F1D;
}

#sai #gHeader #gNav ul li a span {
	padding-left: 26px;
    height: 35px;
}

#sai #gHeader #gNav ul li.nav1 a span { background: url(../svg/navIcon-home.svg) left center / 19px 19px no-repeat; }
#sai #gHeader #gNav ul li.nav2 a span { background: url(../svg/navIcon-nursery.svg) left center / 19px 19px no-repeat; }
#sai #gHeader #gNav ul li.nav3 a span { background: url(../svg/navIcon-person.svg) left center / 19px 19px no-repeat; }
#sai #gHeader #gNav ul li.nav4 a span { background: url(../svg/navIcon-calender.svg) left center / 19px 19px no-repeat; }
#sai #gHeader #gNav ul li.nav5 a span { background: url(../svg/navIcon-questionnaire.svg) left center / 19px 19px no-repeat; }

#sai #gHeader #gNav ul li.nav1 a span img { width: 44.82px; }
#sai #gHeader #gNav ul li.nav2 a span img { width: 81.34px; }
#sai #gHeader #gNav ul li.nav3 a span img { width: 81.34px; }
#sai #gHeader #gNav ul li.nav4 a span img { width: 73px; }
#sai #gHeader #gNav ul li.nav5 a span img { width: 161.02px; }

#sai .backOverlay, .crossmark {
	display: none !important;
}


/* ----- FOOTER ----- */

#sai #footer .fInner {
	padding: 48px 0 40px;
}

#sai #footer .fLogo {
	float: left;
	left: 0;
	margin: 0;
	width: 195px;
	height: 50px;
	background: url(../svg/logo.svg) center center / 195px 50px no-repeat;
}

#sai #footer .fGuide {
	float: right;
	padding: 0;
	width: 640px;
}

#sai #footer .fGuide .fgP {
    font-size: 1.3rem;
}

#sai #footer .fGuide .fGuideInner {
    margin-bottom: 30px;
}

#sai #footer .fGuide .fGuideInner:last-child {
	margin-bottom: 0;
}

#sai #footer .fGuide p.smaller br { display: none; }

#sai #footer .fGuide .fgTitle {
	margin: 0 auto 12px;
    padding-bottom: 0;
}

#sai #footer .fGuide .fgTitle:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #BFBFBF;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

#sai #footer .fGuide .fgTitle span {
    padding: 0 1rem 0 25px;
}

#sai #footer .fGuide .fgTitle + div {
	padding: 0;
	border: none;
}

#sai #footer .fGuide .fgHeading {
	margin-bottom: 4px;
}

#sai #footer .fGuide p:last-child {
    margin-top: 8px;
}

#sai #footer .fNav {
	margin: 0 auto;
	padding: 12px;
}

#sai #footer .fNav ul li {
	padding: 0 10px;
	font-size: 1.2rem;
}

#sai #footer .fNav ul li a:hover {
	text-decoration: underline;
}

#sai #footer .fSaitama {
    width: 216px;
    height: 66px;
    margin: 20px auto 8px;
}

#sai #footer .fSaitama a {
    background: url(../images/common/saitama-logos.jpg) center center / 216px 66px no-repeat;
}

#sai #footer .fGuide .fgLinklist {
	display: flex;
    align-items: center;
    justify-content: space-between;
}

#sai #footer .fGuide .fgLinklist .fgHeading {
	width: 230px;
	margin: 0;
}

#sai #footer .fGuide .fgLinklist ul {
	display: flex;
    align-items: center;
    justify-content: space-between;
	width: 400px;
	margin: 0;
}

#sai #footer .fGuide .fgLinklist ul li {
    width: 190px;
    margin: 0;
}

#sai #footer .fGuide .fgLinklist ul li a {
transition: background 150ms ease-in-out;
}

#sai #footer .fGuide .fgLinklist ul li a:hover {
	background: #fff;
}

#sai #footer .fGuide .fgLinklist ul li a:hover span {
	text-decoration: underline;
}

#sai #footer .copyright {
	line-height: 36px;
}

/* ----- LINE ----- */

#sai #line {
	padding: 0;
	height: 220px;
	background: #FFC5B7;
}

#sai #line .lineInner {
	position: relative;
	width: 720px;
	height: 100%;
	margin: 0 auto;
}

#sai #line .lineTitle {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
    width: 360px;
    height: 120px;
    margin: auto;
    background: url(../images/common/line-pc.png) center center / 360px 120px no-repeat;
}

#sai #line .linkBtn {
	position: absolute;
	bottom: 0;
	right: -40px;
	margin: 0;
	width: 438px;
	height: 220px;
}

#sai #line .linkBtn a {
	display: block;
	margin: 0;
	width: 100%;
	height: 100%;
	background: url(../images/common/lineBK-pc.png) center center / 438px 220px no-repeat;
}

#sai #line .linkBtn a:hover {
	transform: none;
}

#sai #line .linkBtn a:before, #line .linkBtn a:after { content: none; }

/* ----- BREADCRUMBS ----- */

#sai #breadcrumbs {
	border-bottom: 2px solid #e2e2e2;
}

#sai #breadcrumbs ol {
	width: 980px;
	padding: 10px 0;
	margin: 0 auto;
}

#sai #breadcrumbs ol li {
	font-size: 1.2rem;
}

#sai #breadcrumbs ol li a:hover {
	text-decoration: underline;
}

}