@charset "utf-8";

/*=====================================

style.css

=====================================*/
#wrapper {
    min-width: 1250px;
}
p{
	text-align: justify;
}
main{
	padding-top: 60px;
	
}
h5.montsFont,
span.montsFont{
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
}
header.header {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 2px 0px 4px 1px rgb(0 0 0 / 5%);
    z-index: 100;
    min-width: 1250px;
    opacity: 0.95;
	box-sizing: border-box;
}

.headerLogo {
    
    display: block;
    float: left;
    margin-top: 14px;
    margin-left: 14px;
}
.headerLogo img{
	width: 100%;
	height: auto;
	max-width: 145px;
	float: left;
}
.headerLogo span{
    display: inline-block;
    margin-left: 20px;
    border-left: solid 3px #d81925;
    padding: 8px 1px 5px 14px;
    line-height: 1;
}
.headerLogo a{
	color: #333333;
}
.fixedItem{
	display: none;
}
.headerSpBtnBox{
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 19px;
	width: fit-content;
}


.headerSpBtnBox {
    background-color: #FFFFFF;
    padding: 0;
    position: relative;
    width: 45px;
    height: 30px;
    position: absolute;
    right: 0;
    box-sizing: border-box;
}


.headerSpBtn {
    position: absolute;
    /* top: 13px; */
    right: 10px;
    z-index: 3;
    width: 22px;
    height: 20px;
    cursor: pointer;
}
.headerSpBtn,
.headerSpBtn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	background-color: #d81925;
}
.headerSpBtn span {
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #d81925;
}
.headerSpBtn span:nth-of-type(1) {
	top: 0px;
}
.headerSpBtn span:nth-of-type(2) {
    top: 8px;
}
.headerSpBtn span:nth-of-type(3) {
	top: 20px;
}
.headerSpBtn.open span:nth-of-type(1) {
	top: 12px;
	transform: rotate(45deg);
}
.headerSpBtn.open span:nth-of-type(2) {
	opacity: 0;
}
.headerSpBtn.open span:nth-of-type(3) {
	top: 12px;
	transform: rotate(-45deg);
}
.headerSpBtn.open{
	background-color: transparent;
}

.headerMenuText {
    padding-left: 51px;
    cursor: pointer;
    margin-top: 2px;
}
.subSnsList {
    display: block;
    width: fit-content;
    position: absolute;
    right: 70px;
    top: 18px;
}
.subSnsList img {
    height: 18px;
    width: auto;
}
.subSnsList li:first-child img{
	height: 17px;
}
.subSnsList li {
    float: left;
    margin-left: 12px;
    margin-right: 12px;
}
.headerEntryBtn {
	position: absolute;
	right: 10px;
	top:5px
}
.headerEntryBtn img{
	width: 50px;
}

.spNavGrid{
	display: inline-flex;
}


.gNav {
    float: right;
	padding: 30px;
	background-color: rgba(255, 255, 255, 0.95);
	display: none;
	top: 60px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.gNav ul{
	display: inline-block;
	margin-left: 30px;
	margin-right: 30px;
	vertical-align: top;
}
.gNav h3{
	border-bottom: #000000 solid 1px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.gNav ul li a {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
	color: #000000;
}
.gNav ul li a:hover{
	color: #555555;
}


.mainVisualLead{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 30;
	overflow: hidden;
	
}
.mainVisualLead .animate01,
.mainVisualLead .animate02,
.mainVisualLead .animate03{
	display: none;
	opacity: 0;
}

.mainVisualLead h1{
	font-size: 36px;
	letter-spacing: 2px;
	text-align: left;
	font-weight: bold;
	line-height: 1.6;
}

.mainVisualLead h1.animate03{
	font-size: 46px;
}
.topMainBottomCover{
	position: absolute;
	width: 100%;
	height: 5px;
	background-color: #d81925;
	bottom: 0;
	z-index: 1000;
}
.topMainBottomCover .boxInnerLR {
    display: grid;
    grid-template-columns: 25% 75%;
    margin-left: auto;
    margin-right: auto;
    width: 1250px;
}
.topMainBottomCoverLbox{
    border-right: 10px #FFFFFF solid;
    box-sizing: border-box;
    padding:0;
	height: 5px;
}


.mainVisualLead h1 em{
	display: inline;
	color: #d81925;
}
.mainVisualLead h1 span{
	background-color: #ffffff;
}

.crumbsWrapper{
	border-bottom: solid 1px #dcdcdc;
    border-top: solid 1px #dcdcdc;
    padding-top: 15px;
    padding-bottom: 4px;
    font-size: 12px;
    line-height: 1;
}
.crumbsWrapper a{
	color: #333;
}
.crumbs{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.crumbs li{
	display: inline-block;
	padding-right:40px;
	position: relative;
}
.crumbs li a:after{
	content: '>';
    display: block;
    position: absolute;
    right: 11px;
    top: 0px;
    font-size: 14px;
    transform: scaleX(0.5);
}

.mainVisualLogo{
	
	text-align: center;
	margin-bottom: 25px;
}
.mainVisualLogo img{
	max-width: 72px;
}
.visualArea{
	position: relative;
}
.visualArea .slide img{
	width: 100%;
}
.visualAreaHome{
	position: relative;
}
.visualAreaHome .slide img{
	width: 100%;
}

sup {
    vertical-align: super;
    font-size: smaller;
}
.slide {
	overflow: hidden;
}
.slide ul{
	display: block;
	position: relative;
}
.slide ul li{
	display: grid;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.slide ul li.c3{
	grid-template-columns: 33.33333333% 33.33333333% 33.33333333%;
}
.slide ul li.c5{
	grid-template-columns: 20% 20% 20% 20% 20%;
}
.slide ul li.c4{
	grid-template-columns: 25% 25% 25% 25%;
}
.slide ul li:first-child{
	position: relative;
}

.slide li img{
	visibility: hidden;
	position: absolute;
	width: 100%;
	height: auto;
}
.slide li img{
	opacity: 0;
	position: relative;
	visibility: visible;
}
.slide li img.imgAnimate01_01,
.slide li img.imgAnimate01_02,
.slide li img.imgAnimate01_03,
.slide li img.imgAnimate01_04,
.slide li img.imgAnimate01_05{
	z-index: 1;
}
.slide li img.imgAnimate02_01,
.slide li img.imgAnimate02_02,
.slide li img.imgAnimate02_03,
.slide li img.imgAnimate02_04,
.slide li img.imgAnimate02_05{
	z-index: 2;
	left: 0;
}
.slide li img.imgAnimate03_01,
.slide li img.imgAnimate03_02,
.slide li img.imgAnimate03_03,
.slide li img.imgAnimate03_04,
.slide li img.imgAnimate03_05{
	z-index: 3;
	left: 0;
}
.slide li img.imgAnimate04_01,
.slide li img.imgAnimate04_02,
.slide li img.imgAnimate04_03,
.slide li img.imgAnimate04_04,
.slide li img.imgAnimate04_05{
	z-index: 4;
	left: 0;
}
.slide li img.imgAnimate05_01,
.slide li img.imgAnimate05_02,
.slide li img.imgAnimate05_03,
.slide li img.imgAnimate05_04,
.slide li img.imgAnimate05_05{
	z-index: 5;
	left: 0;
}

footer.footer::after{
	content: '';
	display: block;
	clear: both;
}
footer.footer{
	background-color: #d81925;
    color: #FFFFFF;
    text-align: center;
    margin-top: -1px;
    z-index: 1;
    position: relative;

}
footer.footer .boxInnerLR{
	display: grid;
	grid-template-columns: 25% 75%;
	margin-left: auto;
	margin-right: auto;
	width: 1250px;
}



footer.footer a{
	color: #FFFFFF;
}
.footerLogo img{
	width: 150px;
}
.footerLogo span{
    display: inline-block;
    margin-left: 20px;
    border-left: solid 3px #FFFFFF;
    padding: 8px 1px 5px 14px;
    line-height: 1;
}
.footerLogo a{
	color: #333333;
}

.footerLbox{
	border-right:10px #FFFFFF solid;
	box-sizing: border-box;
	padding: 20px 10px 20px 10px;
}
.footerSitemapList {
    position: relative;
    padding: 20px 20px 20px 20px;
}

.footer.top .footerSitemapList{
	padding: 15px 20px 20px 20px;
}
.footer.top .footerLbox{
	padding: 15px 10px 20px 10px;
}

.footerSitemapList ul {
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    vertical-align: top;
    min-width: 145px;
}
.footerSitemapList h3{
	border-bottom: #FFFFFF solid 1px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.footerSitemapList ul li a {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
}
.footerSitemapList ul li a:hover{
	color: #555555;
}
.footerCopyright{
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 10px;
}
.footerEntryBtn {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.footerEntryBtn img{
	width: 50px;
	height: auto;
}
.footerCompanyText {
    font-size: 13px;
    line-height: 1.6;
}

/* bottom */
.contentAreaLineWrapper{
	display: grid;
	grid-template-columns: 25% 75%;
	max-width: ;
}
.contentAreaLbox{
	border-right: 10px #d81925 solid;
	box-sizing: border-box;
}

.contentArea .contentAreaLineWrapper{
	display: grid;
	grid-template-columns: 25% 75%;
	margin-left: auto;
	margin-right: auto;
	width: 1250px;
}

.mainVisualLeadBottom{
	position: absolute;
	top: 50%;
	left: 40%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	overflow: hidden;
}
.mainVisualLeadBottom h1{
	font-size: 36px;
	letter-spacing: 2px;
	text-align: left;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 20px;
}
.mainVisualLeadBottom h1 em{
	display: inline;
	color: #d81925;
}
.mainVisualLeadBottom span{
	background-color: #ffffff;
	padding: 3px;
}

.mainVisualLeadBottom .categoryTTL {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.mainVisualLeadBottom .name{
	font-size: 24px;
}
.yakushoku{
	margin-bottom: 10px;
}

.visualAreaBottom{
	position: relative;
}
.contentAreaRbox{
    padding-top: 70px;
    padding-bottom: 70px;
}

.leftPhotoBox {
    margin-left: -22%;
    display: grid;
    grid-template-columns: 335px 1fr;
}

.bottomContentImgBox{
	max-width: 300px;
}
.leftPhotoBox .bottomContentImgBox{
	float: left;
	margin-right: 30px;
}

.contentAreaRbox.topMessageBottom0 section{
	margin-bottom: 0;
}
.contentAreaRbox.topMessageBottom0{
	margin-bottom: 0;
	padding-bottom: 0;
}

.contentAreaRbox section{
	margin-bottom: 60px;
}
.contentAreaRbox section::after{
	content: '';
	display: block;
	clear: both;
}
.textBox{
	/*line-height: 1.6;*/
}

.leftPhotoBox .textBox{
    max-width: 640px;
}
.rightPhotoBox {
    display: grid;
    grid-template-columns: 1fr 335px;
    column-gap: 30px;
	margin-left: 30px;
}

.rightPhotoBox .bottomContentImgBox{
	float: right;
	margin-right: 30px;
}

.contentAreaRbox h3{
	font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
}
.contentAreaRbox h3 .fs {
	font-size: 18px;
}



.mainVisualLeadBottomDay {
    position: absolute;
    bottom: 10%;
    right: 10%;
    overflow: hidden;
    z-index: 2;
}
.mainVisualLeadBottomDay.ajst20{
	right: 15%;
}
.mainVisualLeadBottomDay h1{
	font-size: 36px;
	letter-spacing: 2px;
	text-align: left;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: 20px;
}
.mainVisualLeadBottomDay h1 em{
	display: inline;
	color: #d81925;
}
.mainVisualLeadBottomDay span{
	background-color: #ffffff;
	padding: 3px;
}
.mainVisualLeadBottomDay .name {
    font-size: 24px;
    font-weight: bold;
}


.contentAreaLbox h1.leftTTLbox {
    text-align: right;
    padding: 30px;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
}
.contentAreaLbox h1.leftTTLbox span {
    font-size: 12px;
    display: block;
    text-align: right;
    font-weight: normal;
    margin-top: 6px;
}
.contentAreaLbox h1.leftTTLbox.ls01 {
	letter-spacing: -0.1em;
}
.contentAreaLbox h1.leftTTLbox.ls01 span {
	letter-spacing: 0;
}

.bottomBigTitle h2 {
	margin-bottom: 10px;
    font-size: 32px;
    font-weight: bold;
}
.bottomBigTitle {
    padding: 0px 30px 70px 70px;
}
.bottomBigTitle p{
	/*font-size: 14px;*/
}

.contentAreaRbox.dayPage{
	padding-top: 30px;
}
.contentAreaRbox.dayPage .name{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 15px;
}


.daySectionBox {
    margin-bottom: 30px;
    margin-left: -90px;
    display: grid;
    grid-template-columns: 135px 1fr;
    column-gap: 40px;
}


.daySectionBox .dayTimebox {
    background-color: #FFFFFF;
    width: 100%;
    border-radius: 5px;
    border: #000000 solid 2px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding: 8px;
    line-height: 1;
}

.dayContentsBoxWrapper .bottomContentImgBox {
    max-width: none;
}
.dayContentsBoxWrapper {
    display: grid;
    grid-template-columns: 25% 1fr;
    column-gap: 30px;
}

.dayContentsBoxWrapper h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
}


.contentAreaRbox.pdgPage{
	padding-top: 30px;
}

.bottomBigTitle02 h2 {
    margin-bottom: 15px;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.3;
}
.bottomBigTitle02 {
	padding: 0px 30px 70px 70px;
}
.bottomBigTitle03 h2 {
	margin-bottom: 15px;
	font-size: 38px;
	font-weight: bold;
}
.bottomBigTitle03 {
	padding: 0px 30px 0 70px;
}

.leftPhotoBox02 {
	margin-left: -22%;
	display: grid;
	grid-template-columns: 385px 1fr;
}
.leftPhotoBox02 .bottomContentImgBox{
	max-width: 350px;
}
.leftPhotoBox02 .textBox {
	max-width: 500px;
	align-self: center;
}
.leftPhotoBox03 {
	margin-left: -16%;
	display: grid;
	grid-template-columns: 335px 1fr;
}
.leftPhotoBox03 .bottomContentImgBox{
	max-width: 300px;
}
.leftPhotoBox03 .textBox {
	max-width: 550px;
	align-self: center;
}
.contentAreaRbox section.rightPhotoBox02 {
	display: grid;
	grid-template-columns: 1fr 435px;
	margin-left: 30px;
	margin-bottom: 120px;
}
.rightPhotoBox02 .bottomContentImgBox{
	max-width: 430px;
}
.rightPhotoBox02 .textBox {
	max-width: 410px;
    align-self: end;
    margin-top: 70px;
}

.rightPhotoBox02 .bottomContentImgBox.adj01 {
    margin-left: -100px;
    margin-top: -40px;
}

.leftPhotoBox02 h3,
.leftPhotoBox03 h3,
.rightPhotoBox02 h3 {
	margin-bottom: 15px;
}

.mrgB50 {
	margin-bottom: 50px !important;
}

.visionBox {
	margin-left: -10%;
	display: grid;
	grid-template-columns: 335px 1fr;
}
.visionBox .bottomContentImgBox{
	max-width: 300px;
}
.visionBox .textBox {
	max-width: 550px;
	align-self: center;
}
.visionBox h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
}
.visionBox h3:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 3px 3px 0 0;
    vertical-align: top;
    border-radius: 50%;
    background: #d81925;
}
h2.redTitle{
	margin-left: -10%;
	font-size: 28px;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 4px;
	margin-bottom: 30px;
	color: #d81925;
}
.vbisionSDGsImg {
    display: inline-block;
    max-width: 340px;
    margin-left: 30px;
    padding-top: 0px;
    position: absolute;
}

h2.redTitle.sdg{
	margin-bottom: 80px;
}

.visionBox02{
	margin-left: 40px;
}
.visionBox02.img80p{
	margin-left: 70px;
}
.visionBox02.img80p img{
	width: 85%;
	height: auto;
}

.contentAreaRbox h3.blueTitle{
	background-color: #7ccad1;
	color: #FFFFFF;
	padding: 10px;
	border:none;
}
span.blueSpan{
	color: #7ccad1;
}

/* about/message
-----------------------------*/


/* about/top_message
-----------------------------*/
.topmessagePhotoBox {
    margin-left: -9%;
    margin-top: 60px;
    display: grid;
    grid-template-columns: 660px 1fr;
}
.topmessagePhotoBox .bottomContentImgBox{
	max-width: 660px;
}
.topmessagePhotoBox .textBox {
    align-self: center;
    margin-left: -50%;
}
.topmessagePhotoBox h2 {
	margin-bottom: 25px;
	font-size: 38px;
	font-weight: bold;
}
.topmessagePhotoBox p{
	line-height: 1.7;
}
/* about/profile
-----------------------------*/
.profileBlock {
	padding: 0 30px 70px 70px;
}
.profileBlock h3 {
	font-size: 14px;
	border-bottom: none;
}
.profileTable {
	width: 100%;
}
.profileTable th,
.profileTable td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #000;
}
.profileTable th {
	width: 100px;
}
.profileList {
	max-width: 500px;
	font-size: 14px;
	border-top: 1px solid #000;
}
.profileList li {
	padding: 10px 0;
	border-bottom: 1px solid #000;
}
.profileList li h4 {
	margin-bottom: 3px;
	color: #d81925;
}

/* about/facility
-----------------------------*/
section.layoutPhotoBox {
	margin-bottom: 80px;
}
section.layoutPhotoBox.layoutPhotoBox01{
	margin-bottom: 60px;
}
section.layoutPhotoBox.layoutPhotoBox06{
	margin-bottom: 160px;
}
section.layoutPhotoBox.layoutPhotoBox02{
	margin-bottom: 100px;
}
.layoutPhotoBox h3 {
	margin-bottom: 15px;
	padding-bottom: 0;
	border-bottom: none;
	background: #fff;
}


.layoutPhotoBox01 {
    display: grid;
    grid-template-columns: 660px 1fr;
    max-width: 900px;
    margin-left: -10%;
}
.layoutPhotoBox01 h3 {
	grid-column-start: span 2;
}
.layoutPhotoBox01 .bottomContentImgBox {
	max-width: 630px;
}
.layoutPhotoBox02 {
	position: relative;
	margin-left: auto;
	padding-left: 70px;
}
.layoutPhotoBox02 p {
	position: absolute;
	right: 0;
	top: 72%;
	width: 48%;
}

.maruList{
	margin-bottom: 10px;
	text-align: justify;
}

.layoutPhotoBox02 .maruList{
	position: absolute;
	right: 0;
	top: 72%;
	width: 48%;
}
.maruList li::before{
	content: '●';
	position: absolute;
	left: 0;
	top: 0px;

}
.maruList li {
    padding-left: 16px;
    position: relative;
    display: block;
}

.layoutPhotoBox02 .bottomContentImgBox {
	max-width: 100%;
}
.layoutPhotoBox03 {
    display: grid;
    grid-template-columns: 580px 1fr;
    max-width: 870px;
    margin-left: -10%;
}
.layoutPhotoBox03 h3 {
	grid-column-start: span 2;
}
.layoutPhotoBox03 .bottomContentImgBox {
	max-width: 550px;
}
.layoutPhotoBox04 {
    max-width: 700px;
    margin-left: 70px;
}
.layoutPhotoBox04 p {
	margin-bottom: 15px;
}
.layoutPhotoBox04 .bottomContentImgBox {
	max-width: 700px;
}
.layoutPhotoBox05 {
	display: grid;
	grid-template-columns: 430px 1fr;
	max-width: 880px;
	margin-left: -10%;
}
.layoutPhotoBox05 h3 {
	grid-column-start: span 2;
}
.layoutPhotoBox05 .bottomContentImgBox {
	max-width: 400px;
}
.layoutPhotoBox06 {
	position: relative;
	margin-left: auto;
	padding-left: 70px;
}
.layoutPhotoBox06 h3 {
	margin-bottom: -35px;
}
.layoutPhotoBox06 p {
	position: absolute;
	right: 0;
	top: 72%;
	width: 48%;
}
.layoutPhotoBox06 .maruList{
	position: absolute;
	right: 0;
	top: 72%;
	width: 48%;
}

.layoutPhotoBox06 .bottomContentImgBox {
	max-width: 100%;
}
.layoutPhotoBox07 {
	max-width: 630px;
	margin-left: -10%;
	margin-top: 140px;
}
.layoutPhotoBox07 h3 {
	grid-column-start: span 2;
}
.layoutPhotoBox07 p {
	margin-bottom: 15px;
	background: #fff;
}
.layoutPhotoBox07 .bottomContentImgBox {
	max-width: 100%;
}
.layoutPhotoBox07 .maruList{
	background-color: #FFFFFF;
}



/* about/balance
-----------------------------*/
.balanceMember {
	width: 230px;
	margin: -50px -30px 0 auto;
}
.balanceMemberList li {
	margin-bottom: 50px;
}
.balanceMemberList li p {
	padding: 10px 0 0 10px;
	font-size: 12px;
}
.balanceMemberList li p em {
	font-size: 20px;
	font-weight: bold;
}

.balanceBlock {
	max-width: 680px;
	padding: 0 30px 0 70px;
}
.balanceBlock h3 {
	padding-left: 120px;
	border-bottom: none;
}

.balanceList li {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.balanceList li .balanceName {
	width: 100px;
	flex-shrink: 0;
}
.balanceList li .balanceBalloon,
.balanceList li .balanceBox {
	width: 100%;
	padding: 15px 15px 0 15px;
	border: 1px solid #ccc;
	border-radius: 10px;
}
.balanceBalloon span{
	
	background: linear-gradient(transparent 50%, #f3c5b2 25%);
}


.balanceList li .balanceBalloon {
	position: relative;
}
.balanceList li .balanceBalloon:before {
	content: "";
	position: absolute;
	top: 50%; left: -18px;
	margin-top: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 9px 19px 9px 0;
	border-color: transparent #fff transparent transparent;
	z-index: 0;
}
.balanceList li .balanceBalloon::after {
	content: "";
	position: absolute;
	top: 50%; left: -20px;
	margin-top: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 20px 10px 0;
	border-color: transparent #ccc transparent transparent;
	z-index: -1;
}
.balanceList li .balanceBox {
	margin-left: 100px;
}
.balanceList li p {
	padding-bottom: 15px;
}
.balanceList li.member01 .balanceName {
	color: #008ad1;
}
.balanceList li.member01 .balanceBalloon,
.balanceList li.member01 .balanceBox {
	border-color: #008ad1;
}
.balanceList li.member01 .balanceBalloon:after {
	border-right-color: #008ad1;
}
.balanceList li.member02 .balanceName {
	color: #eb6ea5;
}
.balanceList li.member02 .balanceBalloon,
.balanceList li.member02 .balanceBox {
	border-color: #eb6ea5;
}
.balanceList li.member02 .balanceBalloon:after {
	border-right-color: #eb6ea5;
}
.balanceList li.member03 .balanceName {
	color: #30b6a4;
}
.balanceList li.member03 .balanceBalloon,
.balanceList li.member03 .balanceBox {
	border-color: #30b6a4;
}
.balanceList li.member03 .balanceBalloon:after {
	border-right-color: #30b6a4;
}


/* facility
-----------------------------*/
.facilityList {
	max-width: 620px;
	padding: 0 0 0 70px;
}
.facilityItem {
	margin-bottom: 20px;
}
.facilityItem h3:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 3px 3px 0 0;
	vertical-align: top;
	border-radius: 50%;
	background: #d81925;
}
.facilityList strong{
	font-size: 17px;
	margin-bottom: 5px;
	display: inline-block;
}

/* info/faq
-----------------------------*/
.faqList {
	max-width: 620px;
	padding: 0 0 0 70px;
}
.faqItem {
	position: relative;
	margin-bottom: 60px;
}
.faqItemQ {
	padding: 10px 0 20px 70px;
	color: #d81925;
	font-size: 22px;
	font-weight: bold;
}
.faqMark {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 60px;
	line-height: 1;
}
.faqItemA {
	padding: 0 0 0 70px;
	text-align: justify;
}
.faqDisc01 {
	display: inline;
}
.faqDisc01 li {
	display: inline;
	margin-right: 1em;
}
.faqDisc01 li:before,
.faqDisc02 li:before {
	content: "●";
	margin-right: 3px;
}

/* info/requirement
-----------------------------*/
.requirementBlock {
	padding: 0 30px 70px 70px;
}
.requirementBlock h3 {
	border-bottom: none;
}
.requirementTable {
	width: 100%;
}
.requirementTable th,
.requirementTable td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #000;
}
.requirementTable th {
	width: 150px;
}





/* shigoto index
-----------------------------*/
.movieBoxWrapper{
	padding-left: 70px;
	max-width: 560px;
	
}
.movieBox{

	margin-bottom: 5px;
}

.movieBox {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.movieBox iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}


.shigotoShokaiIndexList ul{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	column-gap: 36px;
	row-gap: 20px;
}

.shigotoShokaiIndexList{
    margin-left: -198px
}
.shigotoShokaiIndexList li{
	position: relative;
}

.shigotoShokaiIndexList ul .imgBox{
	margin-bottom: 10px;
}
.shigotoShokaiIndexList ul a {
    color: #000;
    display: block;
    height: fit-content;
    width: -webkit-fill-available;
}
.shigotoShokaiIndexList ul a:hover img{
	opacity: 1;
}
.shigotoShokaiIndexList a .imgBox {
	background-color: #FFFFFF;
}
.shigotoShokaiIndexList a:hover .imgBox img{
	opacity: 0.8;
	transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	backface-visibility: hidden;
}
.shigotoShokaiIndexList ul a.watashiIconShigotoIndex:hover img{
	opacity: 0.8;
}

.shigotoShokaiIndexList ul p{
	font-size: 12px;
	text-align: center;
}
.shigotoShokaiIndexList ul p span{
	font-size: 11px;
	text-align: center;
}
.shigotoShokaiIndexList ul h3{
	font-size: 20px;
	border-bottom: none;
	text-align: center;
}
.shigotoShokaiIndexList ul li .watashiIconShigotoIndex{
	z-index: 2;
}
.shigotoShokaiIndexList ul li:nth-child(n+5) .watashiIconShigotoIndex{
	top: 325px;
    bottom: auto;
}
.shigotoShokaiIndexList ul li .watashiIconShigotoIndex {
    width: 120px;
    position: absolute;
    top: 325px;
    right: -10px;
	bottom: auto;
}
.shigotoShokaiIndexList ul li .watashiIconShigotoIndex img{
	width: 100%;
	height: auto;
}


.watashiIconShigotoDetail{
    width: 160px;
    position: absolute;
    bottom: 30px;
    right: 30px;
	z-index: 10;
}
.watashiIconShigotoDetail img{
	width: 100%;
	height: auto;
}


.mainVisualLeadBottom.rightText{
	right: 40%;
	left: auto;
}


.footerCompanyText a{
	text-decoration: underline;
}
.footerCompanyText a:hover{
	text-decoration: none;
}

#topback {
    position: fixed;
    width: 40px;
    bottom: 20px;
    right: 20px;
	z-index: 10;
}
.adj01 {
    margin-left: -110px;
}

.backToStaffIndexBtnBox{
	text-align: center;
}

.backToStaffIndex{
	background-color: #d81925;
    color: #FFFFFF;
    padding: 15px;
    min-width: 400px;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-left: -60px;
}

.mapMailText {
    margin-top: 5px;
    margin-bottom: 6px;
}
.telText{
	font-size: 11px;
}
.telText h3{
	font-size: 14px;
}
.telText .telNumber{
	margin-bottom:0;
	font-size: 16px;
}
.footerCompanyText .mapMailText a{
	margin-bottom: 5px;
}
.footerCompanyText .telText h3{
	display: inline-block;
}