@charset "utf-8";

/*=====================================

style.css

=====================================*/
#wrapper {
    min-width: 1250px;
}
p{
	text-align: justify;
}
main{
	/*padding-top: 60px;*/
	line-height: 1.7;
}
h5.montsFont,
span.montsFont{
	font-weight: normal;
}
header.header {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 2px 0px 4px 1px rgb(0 0 0 / 5%);
    z-index: 1000;
    min-width: 1250px;
	box-sizing: border-box;
	transition: all 1.5s ease-out;
}
header.header.scrolled{
	background: rgba(255, 255, 255, 0.95);
	transition: all 0.6s ease-out;
}
header.header.scrolled .gNav{
	background: rgba(255, 255, 255, 0.95);
}
#topback{
	display: none;
}

.headerLogo {
	display: block;
	float: left;
	margin-top: 14px;
	margin-left: 14px;
	
}
@-moz-document url-prefix() {
    .headerLogo {
        width: 375px;
    }
}
.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 {
    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: 28px;
    height: 20px;
    cursor: pointer;
}
.headerSpBtn,
.headerSpBtn span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.headerSpBtn span {
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #00B29E;
}
.headerSpBtn span:nth-of-type(1) {
	top: 0px;
}
.headerSpBtn span:nth-of-type(2) {
    top: 9px;
}
.headerSpBtn span:nth-of-type(3) {
	top: 18px;
}
.headerSpBtn.open span:nth-of-type(1) {
	top: 6px;
	transform: rotate(45deg);
}
.headerSpBtn.open span:nth-of-type(2) {
	opacity: 0;
}
.headerSpBtn.open span:nth-of-type(3) {
	top: 6px;
	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: 160px;
    top: 15px;
}
.subSnsList img {
	height: 30px;
    width: auto;
}

.subSnsList li {
    float: left;
    margin-left: 12px;
    margin-right: 12px;
}
.headerEntryBtn {
    position: absolute;
    right: 0;
    top: 0;
    background-color:#00B29E;
    height: 60px;
    box-sizing: border-box;
}
.headerEntryBtn a{
	color: #fff;
	padding: 20px 30px;
	display: block;
	line-height: 1.2;
}
.headerEntryBtn img{
	width: 50px;
}
.gNav ul.header5c{
	display: grid;
	grid-template-columns: 11.4% 17.4% 14.4% 14.4% 14.4% 14.4% 14.4%;
	margin-left: 0;
    margin-right: 0;
	box-sizing: border-box;
	float: none;
	font-family: 'Noto Serif JP', serif;
}
.gNav ul.header5c li a {
	font-weight: bold;
}
.gNav ul.header5c li a {
    display: block;
    padding: 3px;
    text-align: center;
    font-size: 13px;
	margin-bottom: 5px;
}
.gNav ul.header5c li a:hover{
	color: #00B29E;
}
.gNav ul.header5c li ul.childList {
    padding-top: 10px;
    margin-left: -20px;
    margin-right: -20px;
}
.gNav ul.header5c li ul.childList a{
	font-weight: normal;
}

.spNavGrid{
	display: inline-flex;
}
.footerEntryBtnSP{

}
.footerEntryBtnSP a {
    text-align: center;
    display: block;
    box-sizing: border-box;
    width: 82%;
    margin-left: 9%;
    margin-right: 5%;
    font-weight: bold;
    font-size: 16px;
}

.gNav {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.20);
    display: none;
    top: 60px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: absolute;
	box-sizing: border-box;
}
.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;
}




.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;
}

.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 img{
	max-width: 72px;
}
.visualArea{
	position: relative;
}
.slide .pcSlide li{
	width: 100%;
}
.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: grid;
}
.slide li{
	position: relative;
}
.slide li img{
	visibility: hidden;
	position: absolute;
	width: 100%;
	height: auto;
}
.slide li img{
	position: relative;
	visibility: visible;
}
.spacer{
	z-index: 0;
	position: relative;
}
.slide ul{
	position: relative;
}

.mainVisualLead h2{
	font-family: 'Klee One', cursive;
	font-size: 32px;
}
.opening_logo02{
	position: absolute;
	top: 50%;
	left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 50;
	opacity: 0;
	width: 26%;
}
.opening_logo01{
	position: absolute;
	top: 50%;
	left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	z-index: 50;
	opacity: 0;
	width: 11.2%;
}
.mainVisualLogo .opening_logo01 img{
	width: 100%;
	height: auto;
	max-width: none;
}
.mainVisualLogo .opening_logo02 img{
	width: 100%;
	height: auto;
	max-width: none;
}
.mainVisualLead {
	position: absolute;
	top: 85%;
    left: 4%;
    margin-right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 30;
    overflow: hidden;
    width: 92%;
}
.mainVisualLead p{
	position: relative;
	display: block;
	line-height: 1.2;
}
.mainVisualLead p span {
    background-color: #00B29E;
    padding: 3px 10px 6px;
    display: inline-block;
    color: #FFF;
    margin-bottom: 20px;
}
.mainVisualLead .animate_text01 p{
	text-align: left;
	opacity: 0;
}
.mainVisualLead .animate_text02 p{
	text-align: right;
	opacity: 0;
}
.mainVisualLead .animate_text03 p{
	text-align: left;
	opacity: 0;
}

.slide ul li.animate_img01,
.slide ul li.animate_img02,
.slide ul li.animate_img03,
.slide ul li.animate_img04,
.slide ul li.animate_img05,
.slide ul li.animate_img06,
.slide ul li.animate_img07,
.slide ul li.animate_img08{
	position: absolute;
}
.animate_img01{
	z-index: 1;
	opacity: 0;
}
.animate_img02{
	z-index: 2;
	opacity: 0;
}
.animate_img03{
	z-index: 3;
	opacity: 0;
}
.animate_img04{
	z-index: 4;
	opacity: 0;
}
.animate_img05{
	z-index: 5;
	opacity: 0;
}
.animate_img06{
	z-index: 6;
	opacity: 0;
}
.animate_img07{
	z-index: 7;
	opacity: 0;
}
.animate_img08{
	z-index: 8;
	opacity: 0;
}




/* footer sitemap */

.footerSitemapBox{
	background-color: #F5F1DE;
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: 'Noto Serif JP', serif;
}


.footerInner{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.footer5c{
	display: grid;
	grid-template-columns: 10.6% 16.6% 13.6% 13.6% 13.6% 13.6% 13.6%;
	column-gap: 0.8%;
}
.footer5c li a{
	display: block;
	background-color: #FFF;
	padding: 6px;
	text-align: center;
	color:#00B29E;
	font-size: 13px;
	font-weight: 500;
}
.footer5c li ul.childList a{
	background-color: transparent;
	color: #000;
	font-weight: 400;
}
.footer5c li ul.childList a:hover{
	color: #00B29E;
}
.footer5c li:hover > a{
	background-color: #00B29E;
	color: #FFFFFF;
}
.footer5c li ul.childList {
	padding-top: 10px;
	margin-left: -20px;
	margin-right: -20px;	
}
.footer5c li ul.childList .comeBack{
	text-align: center;
}
.footer5c li ul.childList .comeBack a{
    background-color: #00B29E;
    color: #FFF;
    width: 163px;
    padding: 6px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    box-sizing: border-box;
}
.footer5c li ul.childList .comeBack a:hover{
	opacity: 0.8;
}

/* footer */
.footerCompanyInfoBox {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
	font-size: 14px;
}
.footerCompanyInfoBox a{
	color: #000;
}
.footerLogo{
	margin-bottom: 20px;
}
.footerLogo img {
    width: 100%;
    height: auto;
    max-width: 145px;
    display: inline-block;
}
.footerLogo span {
    display: inline-block;
    margin-left: 20px;
    border-left: solid 3px #00B29E;
    padding: 8px 1px 5px 14px;
    line-height: 1;
}
.footerText{
	margin-bottom: 10px;
	font-size: 14px;
}
.footerText span{
	color:#00B29E;
}

.copyright{
	padding-top: 15px;
	padding-bottom: 15px;
	background: rgb(77,175,159);
	background: linear-gradient(90deg, rgba(77,175,159,1) 0%, rgba(255,248,165,1) 100%);
	text-align: center;
}

/* 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;
}

.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;
}

/* 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 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: 70px;
    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;
}

#ouboHere{
	background-color: #00B29E;
	position: fixed;
	bottom: 30px;
	left: 0;
	border-radius: 0 10px 10px 0;
	overflow: hidden;
	box-shadow: 3px 2px 11px 0px rgba(0,0,0,0.2);
	z-index: 101;
}
#ouboHere a {
    display: block;
    padding: 10px 30px 10px 20px;
}

#ouboHere img{
	width: 50px;
	height: auto;
}

/* bottom */
section{
	margin-bottom: 80px;
}
section:last-child {
    margin-bottom: 0;
    padding-bottom: 150px;
}
.fuwafuwaContentsBox{
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}
.howahowaContentsAreaTTL{
	display: inline-block;
	padding-left: 60px;
	position: relative;
    font-size: 28px;
	margin-left: -30px;
}
.howahowaContentsAreaTTL::before{
	position: absolute;
    left: -14px;
    top: 17px;
    background-image: url(../images/fuwafuwa_TTL_yellow.svg);
    content: '';
    display: block;
    width: 40px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
	animation: 8s fuwafuwa_y infinite;
}
.howahowaContentsAreaTTL::after{
	position: absolute;
	left: 0;
	top: -6px;
	background-image: url(../images/fuwafuwa_TTL_green.svg);
	content: '';
	display: block;
    width: 40px;
    height: 50px;
	background-repeat: no-repeat;
	background-size: contain;
	animation: 10s fuwafuwa_g infinite;
}
.howahowaContentsAreaTTL span::after{
	content: '';
	width: calc(100% - 40px);
	background-color: #e0f1ed;
	height: 5px;
	position: absolute;
	bottom: -10px;
	left: 50px;
}
.greenMsg{
	font-size: 28px;
	color: #00a28c;
	text-align: center;
	margin-bottom: 60px;
}
.aboutMsgAlignC{
	text-align: center;
	margin-bottom: 60px;
	font-size: 18px;
	line-height: 1.8;
}
.msg3cPhoto{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 15px;
	margin-bottom: 100px;
}

.visualAreaBottom{
	border-bottom: #e0f1ed 20px solid;
}
.obiTTLBox {
    background-color: #e0f1ed;
    margin-top: -20px;
    padding-bottom: 3px;
	margin-bottom: 60px;
}
h1.obiTTL{
	font-weight: 500;
}
.obiTTL{
	padding-left: 60px;
	font-size: 24px;
	color: #00a28c;
	padding-top: 5px;
    padding-bottom: 5px;
}
.obiTTL::after{
	position: absolute;
	left: 0;
	top: -8px;
	background-image: url(../images/fuwafuwa_green.svg);
	content: '';
	display: block;
    width: 50px;
    height: 50px;
	background-repeat: no-repeat;
	background-size: contain;
	animation: 10s fuwafuwa_g infinite;
}
.obiTTL::before{
    position: absolute;
    left: -19px;
    top: 17px;
    background-image: url(../images/fuwafuwa_yellow.svg);
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
	animation: 8s fuwafuwa_y infinite;
}
.topName{
	font-size: 18px;
	text-align: center;
}

.leadAlignC{
	text-align: center;
	font-size: 18px;
}
.about2cLRbox{
	position: relative;
}

.about2cLRbox::after{
	clear: both;
	display: block;
	content: '';
}
.about2cLRbox .imgBoxL{
	float: left;
	width: 35%;
}
.about2cLRbox .textBoxR{
	float: right;
	width: 62%;
}
.about2cLRbox .imgBoxR{
	float: right;
	width: 35%;
}
.about2cLRbox .textBoxL{
	float: left;
	width: 62%;
}
.about2cLRbox .greenH3{
	font-size: 24px;
	color: #00a28c;
	margin-bottom: 15px;
}
.aboutAbImgBox {
    width: 180px;
    position: absolute;
    right: 0;
    top: -110px;
}

.about2cLRbox .textBoxL .greenH3{
	text-align: right;
}

.BeBgBoxR, .BeBgBoxL{

}
.BeBgBoxR{
	position: relative;
}

.BeBgBoxR::after{
	clear: both;
	display: block;
	content: '';
}
.BeBgBoxR .imgBoxL{
	float: left;
	width: 35%;
}
.BeBgBoxR .textBoxR{
	float: right;
	width: 62%;
}
.BeBgBoxR .imgBoxR{
	float: right;
	width: 35%;
}
.BeBgBoxR .textBoxL{
	float: left;
	width: 62%;
}
.BeBgBoxR .greenH3{
	font-size: 24px;
	color: #00a28c;
	margin-bottom: 15px;
}

.BeBgBoxL{
	position: relative;
}

.BeBgBoxL::after{
	clear: both;
	display: block;
	content: '';
}
.BeBgBoxL .imgBoxL{
	float: left;
	width: 32%;
}
.BeBgBoxL .textBoxR{
	float: right;
	width: 64%;
}
.BeBgBoxL .imgBoxR{
	float: right;
	width: 32%;
}
.BeBgBoxL .textBoxL {
    float: left;
    width: 64%;
	text-align: right;
}
.BeBgBoxL .greenH3{
	font-size: 24px;
	color: #00a28c;
	margin-bottom: 15px;
}
.BeBgBoxR .inner,
.BeBgBoxL .inner{
	padding: 30px;
}
.BeBgBoxR .inner::before{
	position: absolute;
	background-color: #fcfbf5;
	height: 100%;
	left: 0;
	width: 2500px;
	content: '';
	z-index: -1;
	top: 0;
}
.BeBgBoxL .inner::before{
	position: absolute;
	background-color: #fcfbf5;
	height: 100%;
	right: 0;
	width: 2500px;
	content: '';
	z-index: -1;
	top: 0;
}
.BeBgBoxL .labelBox,
.BeBgBoxR .labelBox{
	background-color: #e0f1ed;
	color: #00a28c;
	padding: 3px 40px;
	border-radius: 100px;
	display: inline-block;
	font-size: 16px;
	margin-bottom: 10px;
}


.educationBorderBox {
    padding: 4%;
    border: solid 5px #e0f1ed;
    display: grid;
    grid-template-columns: 38% 58%;
    column-gap: 6%;
}

.educationBorderBox .textImgBoxL p{
	margin-bottom: 20px;
	font-size: 16px;
}
.educationBorderBox .textImgBoxL .imgBox{
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.educationGreenBorderBox{
	border-left: solid 5px #e0f1ed;
	border-right: solid 5px #e0f1ed;
	border-bottom: solid 5px #e0f1ed;
}
.educationGreenTTL{
	background-color: #e0f1ed;
	padding: 10px;
	text-align: center;
	font-size: 22px;
	color: #00a28c;
}
.education3cBox{
	padding: 4%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 4%;
}
.education3cBox > div{
	position: relative;
}
.education3cBox .imgBox{
	margin-bottom: 10px;
}
.educationNumTTL span {
    color: #ffffff;
    background-color: #000;
    padding: 5px;
    font-size: 14px;
    display: inline-block;
    position: absolute;
    left: 2px;
    width: 20px;
    text-align: center;
}
.educationNumTTL span::after{
	width: calc(100% + 4px);
	height: 100px;
	background-color: #dcdcdc;
	position: absolute;
	top: -2px;
	left: -2px;
	content: '';
	z-index: -1;
}
.educationNumTTL {
    padding-left: 46px;
    font-size: 18px;
    margin-bottom: 10px;
}
.education3cBox > div:nth-child(1) .educationNumTTL span::after {
	background-color: #f8f4a4;
}
.education3cBox > div:nth-child(2) .educationNumTTL span::after {
	background-color: #d3edfb;
}
.education3cBox > div:nth-child(3) .educationNumTTL span::after {
	background-color: #c9e6d7;
}
.education3cBox.color02 > div:nth-child(1) .educationNumTTL span::after {
	background-color: #d8e698;
}
.education3cBox.color02 > div:nth-child(2) .educationNumTTL span::after {
	background-color: #fbd9bf;
}
.education3cBox.color02 > div:nth-child(3) .educationNumTTL span::after {
	background-color: #f3a7a5;
}
.education3cBox.color03 > div:nth-child(1) .educationNumTTL span::after {
	background-color: #91d2e5;
}
.color03 .educationNumTTL span{
	background-color: transparent;
}
.enSvgTTL{
	text-align: center;
}
.enSvgTTL img{
	width: 90%;
}



.roundGreenTTL{
	margin-bottom: 30px;
	background-color: #e0f1ed;
	color: #00a28c;
	font-size: 20px;
	padding: 10px;
	text-align: center;
	border-radius: 100px;
}

.roundGreenTTL ~ p{
	margin-bottom: 30px;
}

.BeBgBoxL .labeList ul,
.BeBgBoxR .labeList ul{
	margin-top: 15px;
}
.BeBgBoxL .labeList ul li,
.BeBgBoxR .labeList ul li{
	background-color: #00b19e;
	border-radius: 100px;
	padding: 3px 20px;
	margin-right: 5px;
	display: inline-block;
	color: #fff;
}

.laboImgTTL{
	text-align: center;
}
.laboImgTTL img{
	max-width: 150px;
}
h3.imgTTL{
	margin-bottom: 10px;
}
.inner.midWidthBox{
	max-width: 1000px;
}
.movie2cBox ul{
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 4%;
	row-gap: 60px;
	width: 90%;
	margin: auto;
}
.leadAlignC {
    margin-bottom: 40px;
}
.workPhot3c{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 4%;
	margin-bottom: 30px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}

.movie2cBox ul li{
	text-align: center;
}
.movie2cBox ul li h4{
	font-size: 18px;
}
.movie2cBox ul li h5 span {
    font-size: 20px;
    margin-left: 5px;
}
.movie2cBox ul li p{
	text-align: center;
}

.videoBox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 10px;
}
.videoBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.staffMsgBox{
	width: 25%;
	float: right;
}
.staffIndexList{
	width: 70%;
	float: left;
}

.staffMsgBox h3{
	font-size: 60px;
    color: #00a28c;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    line-height: 1.2;
}
.staffMsgBox h4{
	font-size: 28px;
	padding-bottom: 200px;
	position: relative;
}
.staffMsgBox h4::after{
	width: 70px;
	height: 70px;
	background-image: url(../images/fuwafuwa_green.svg);
	position: absolute;
	bottom: 100px;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	animation: 8s fuwafuwa_g infinite;
}
.staffMsgBox h4::before{
    width: 70px;
    height: 70px;
    background-image: url(../images/fuwafuwa_yellow.svg);
    position: absolute;
    bottom: 62px;
    left: -60px;
    right: 0;
    margin: auto;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
	animation: 10s fuwafuwa_y infinite;
}

.staffIndexList ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2%;
    row-gap: 10px;
}
.staffIndexList ul li{
	position: relative;
}

.staffIndexList ul li.c2{
	grid-column: span 2;
}
.staffIndexList li a{
	color: #FFFFFF;
}

.staffIndexList .label{
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #00a28c;
	text-align: left;
	padding:  5px 10px;
	box-sizing: border-box;
}

.staffIndexList .green01 .label,
.staffIndexList .green01 .name{
	background-color: #a9d06b;
}
.staffIndexList .green02 .label,
.staffIndexList .green02 .name{
	background-color: #85cbbd;
}
.staffIndexList .purple01 .label,
.staffIndexList .purple01 .name{
	background-color: #96b3dd;
}
.staffIndexList .green03 .label,
.staffIndexList .green03 .name{
	background-color: #00b29e;
}
.staffIndexList .name p{
	text-align: center;
}
.staffIndexList .name p ~ p{
	font-size: 11px;
}
.staffIndexList .name{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #00a28c;
	text-align: center;
	padding: 0px 10px 15px;
	box-sizing: border-box;
}
.staffIndexList .name span{
	font-size: 24px;
}
.staffIndexList a:hover img{
	opacity: 1;
}
.staffIndexList li:hover{
	opacity: 0.8;
}
.staffIndexList .c2 .label{
	text-align: center;
}

.interviewMainvisual{
	font-family: 'Noto Serif JP', serif;
	position: relative;
}

.interviewMainvisual h1{
	padding: 20px 50px;
	font-size: 28px;
	background: rgba(169,208,107,0.8);
	position: absolute;
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translateY(-50%) translateX(0%);
	z-index: 100;
	color: #fff;
	width: fit-content;
	white-space: nowrap;
}
.chokuei .interviewMainvisual h1{
	background: rgba(133,203,189,0.8);
}
.shop .interviewMainvisual h1{
	background: rgba(0,178,158,0.8);
}
.stepup .interviewMainvisual h1{
	background: rgba(150,179,221,0.8);
}
.interviewMainvisual h1.ttlL{
	left: 0%;
	right: auto;
}

.interviewTtlBox{
	background: linear-gradient(90deg, rgba(255,243,63,0.9) 0%, rgba(169,208,107,0.9) 33%, rgba(169,208,107,0.9) 100%);
	padding: 10px 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 100;
	display: grid;
	grid-template-columns: 50% 47%;
	column-gap: 3%;
}
.chokuei .interviewTtlBox{
	background: linear-gradient(90deg, rgba(255,243,63,0.9) 0%, rgba(133,203,189,0.9) 33%, rgba(133,203,189,0.9) 100%)
}
.shop .interviewTtlBox{
	background: linear-gradient(90deg, rgba(255,243,63,0.9) 0%, rgba(0,178,158,0.9) 33%, rgba(0,178,158,0.9) 100%)
}
.stepup .interviewTtlBox{
	background: linear-gradient(90deg, rgba(255,243,63,0.9) 0%, rgba(150,179,221,0.9) 33%, rgba(150,179,221,0.9) 100%)
}
.chokuei .sectionBgLGreen01{
	background-color: #f5fafa;
}
.shop .sectionBgLGreen01{
	background-color: #f8fbf3;
}
.stepup .sectionBgLGreen01{
	background-color: #f6f9fc;
}

.chokuei .sectionBgLGreen01 .interviewSvgTTL{
	background-color: #f5fafa;
}
.shop .sectionBgLGreen01 .interviewSvgTTL{
	background-color: #f8fbf3;
}
.stepup .sectionBgLGreen01 .interviewSvgTTL{
	background-color: #f6f9fc;
}
.interviewTtlBox h2 {
    color: #FFF;
    font-size: 40px;
    font-family: 'Klee One', cursive;
    display: flex;
    align-items: baseline;
    height: 100%;
	line-height: 1.5;
}
.interviewTtlBox h2 span {
    font-size: 58px;
}
.interviewTtlBox .interviewTtlR{
	padding-left: 30px;
	border-left: #FFFFFF solid 5px;
	margin-top: -10px;
	padding-top: 10px;
	color: #fff;
}
.interviewTtlBox .interviewTtlR .name {
    font-size: 17px;
}
.interviewTtlBox .interviewTtlR p {
    font-size: 13px;
    line-height: 1.4;
	max-width: 93%;
}
.interviewLeadAlignC {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 0px;
    font-size: 34px;
}



.interview2cLRbox{
	position: relative;
}

.interview2cLRbox::after{
	clear: both;
	display: block;
	content: '';
}
.interview2cLRbox .imgBoxL {
    float: left;
    width: 50%;
}
.interview2cLRbox .textBoxR{
	float: right;
	width: 47%;
}
.interview2cLRbox .imgBoxR{
	float: right;
	width: 50%;
}
.interview2cLRbox .textBoxL{
	float: left;
	width: 47%;
}
.interview2cLRbox .greenH3{
	font-size: 24px;
	color: #00a28c;
	margin-bottom: 15px;
	font-weight: 500;
}

.hyakkaten .interview2cLRbox .greenH3{
	color: #65ab27;
}
.chokuei .interview2cLRbox .greenH3{
	color: #2eb6a6;
}
.stepup .interview2cLRbox .greenH3{
	color: #7697cb;
}
.shop .interviewScheduleBox{
	border: solid 1px #b5d8ce;
}
.interview2cLRbox .imgBoxL{
	position: relative;
}
.interview2cLRbox .imgBoxL::before{
	width: 50px;
	height: 50px;
	background-image: url(../images/fuwafuwa_green.svg);
	position: absolute;
	left: -20px;
	top: -20px;
	margin: auto;
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	animation: 8s fuwafuwa_g infinite;
	z-index: 1;
}
.interview2cLRbox {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
}
.interview2cLRbox .imgBoxL::after{
    width: 35px;
    height: 50px;
    background-image: url(../images/fuwafuwa_yellow.svg);
    position: absolute;
	left: -30px;
	top: 10px;
    margin: auto;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
	animation: 10s fuwafuwa_y infinite;
	z-index: 1;
}

.interview2cLRbox .imgBoxR::before{
	width: 50px;
	height: 50px;
	background-image: url(../images/fuwafuwa_green.svg);
	position: absolute;
	right: -20px;
	bottom:-20px;
	margin: auto;
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	animation: 8s fuwafuwa_g infinite;
	z-index: 1;
}
.interview2cLRbox .imgBoxR::after{
    width: 35px;
    height: 50px;
    background-image: url(../images/fuwafuwa_yellow.svg);
    position: absolute;
	right: 10px;
    bottom: -50px;
    margin: auto;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
	animation: 10s fuwafuwa_y infinite;
	z-index: 1;
}


.interview2cLRbox .textBoxL .greenH3{
	text-align: right;
}

.sectionBgLGreen01{
	background-color: #f8fbf3;
}

.interviewScheduleBox {
    border-radius: 30px;
    border: solid 1px #a9d06b;
    margin-top: 100px;
}
.sectionBgLGreen01 .interviewSvgTTL {
	position: relative;
	overflow: hidden;
}
.sectionBgLGreen01 .interviewSvgTTL::before {
    background-color: #f8fbf3;
    width: 470px;
    height: 100px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}
.sectionBgLGreen01 .interviewSvgTTL img{
    z-index: 1;
    position: relative;
}
.interviewScheduleBox .interviewSvgTTL {
    position: absolute;
    width: 60%;
    top: -60px;
    left: -13px;
    padding-bottom: 10px;
}
.interviewScheduleList{
    padding: 40px;
}
.interviewScheduleList li{
	position: relative;
}
.interviewScheduleList li::after {
    background-image: url(../images/yajirushi_yoko.svg);
    position: absolute;
    top: 106px;
    right: -35px;
    width: 28px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
}
.shop .interviewScheduleList li::after {
	background-image: url(../images/yajirushi_yoko_green.svg);
}
.stepup .interviewTtlBox h2 span{
	letter-spacing: -10px;
}
.interviewScheduleList li:last-child::after{
	display: none;
}

.interviewScheduleList ul{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	column-gap: 43px;
}

.interviewScheduleList .label{
	background-color: #94b95e;
	padding: 3px 10px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 100px;
	margin-bottom: 10px;
}
.shop .interviewScheduleList .label{
	background-color: #7cbfb1;
}


.interviewScheduleList .imgBox{
	margin-bottom: 10px;
}

.interviewScheduleList h5 {
    color: #65ab27;
    margin-bottom: 10px;
    font-size: 16px;
}
.shop .interviewScheduleList h5{
	color: #00a28c;
}

.interviewBackBtn{
	width: 50%;
	margin: auto;
}
.interviewBackBtn a{
	display: block;
	background-image: url(../images/senpai_back_btn_bg.svg);
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 26px;
	padding: 8px 10px 15px 10px;
	color: #FFFFFF;
	text-align: center;
}

.interviewMainvisual h1.mainTTLimg{
	padding: 0;
    font-size: 28px;
    background: none;
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 100;
    color: #fff;
	right: auto;
	z-index: 100;
}
.interviewMainvisual h1.mainTTLimg img{
	width: 287px;
	height: auto;
}



.conversationLeadAlignC{
	font-size: 20px;
	text-align: center;
}

.conversationBox::after{
	content: '';
	display: block;
	clear: both;
}


.conversationL{
	float: left;
	width: 225px;
}

.conversationR{
	float: right;
	width: 75%;
}

.conversationContentsBox{
	background-color: #f0f8f6;
	padding: 40px 40px 140px 40px;
    position: relative;
}
.conversationContentsBox h2{
	position: relative;
	font-size: 20px;
	text-align: center;
	padding: 20px;
	margin-bottom: 20px;
	color: #00a28c;
}
.conversationContentsBox h2::after,
.conversationContentsBox h2::before{
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	background-color: #00b29e;
	left: 0;
	right: 0;
}
.conversationContentsBox h2::before{
	top: 0;
}
.conversationContentsBox h2::after{
	top: 3px;
}

.conversationContentsBox h2 span::after,
.conversationContentsBox h2 span::before{
	content: '';
	width: 100%;
	height: 1px;
	position: absolute;
	background-color: #00b29e;
	left: 0;
	right: 0;
}
.conversationContentsBox h2 span::before{
	bottom: 0;
}
.conversationContentsBox h2 span::after{
	bottom: 3px;
}
.conversationText dl{
	font-size: 18px;
}

.conversationText dl::after{
	clear: both;
	display: block;
	content: '';
}
.conversationText dl dt{
	clear: both;
	float: left;
	color: #00a28c;
	width: 120px;
}
.conversationText dl dd{
	margin-left: 120px;
	margin-bottom: 30px;

}
.convesationStaff .position{
	font-size: 14px;
}
.convesationStaff .name{
	font-size: 18px;
}
.convesationStaff ul li{
	margin-bottom: 20px;
}

.convesationStaff .imgBox{
	margin-bottom: 5px;
}

.conversationContentsBox::after{
	width: 70px;
	height: 70px;
	background-image: url(../images/fuwafuwa_green.svg);
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
	background-repeat: no-repeat;
	background-size: contain;
	animation: 8s fuwafuwa_g infinite;
}
.conversationContentsBox::before{
    width: 70px;
    height: 70px;
    background-image: url(../images/fuwafuwa_yellow.svg);
    position: absolute;
    bottom: 26px;
    left: -60px;
    right: 0;
    margin: auto;
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
	animation: 10s fuwafuwa_y infinite;
}

.conversationContentsBox:last-child::after,
.conversationContentsBox:last-child::before{
	display: none;
}
.conversationContentsBox:last-child{
	padding-bottom: 30px;
}


.infoObiTTLBox{
	background-color: #e0f1ed;
	padding-top: 10px;
	padding-bottom: 10px;
}

.infoObiTTLBox h3{
	font-size: 20px;
	color: #00a28c;
}

.infoContentsDl dl{
	display: grid;
	grid-template-columns: 200px 1fr;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #dcdcdc;
}
.infoContentsDl i{
	display: inline-block;
	margin-right: 20px;
	min-width: 70px;
}

em.maru{
	width: 14px;
	height: 14px;
	display: inline-block;
	background-color: #00a28c;
	border-radius: 100px;
	margin-right: 2px;
}
.infoContentsDl dd span{
	color: #00a28c;
}

.infoLRbox{
	display: grid;
	grid-template-columns: 300px 1fr;
	row-gap: 30px;
	column-gap: 3%;
	margin-bottom: 40px;
}
.infoLRbox h4{
	font-size: 20px;
	color: #00a28c;
	margin-bottom: 10px;
}

.infoFaqBox dl{
    padding-left: 80px;
    position: relative;
    margin-bottom: 30px;
}
.infoFaqBox dl::before{
	content: 'Q';
	color: #4daf9f;
	font-size: 52px;
	position: absolute;
	top: -3px;
	left: 15px;
	font-weight: bold;
	line-height: 1;
}
.infoFaqBox dl dt{
	font-size: 20px;
	margin-bottom: 10px;
	color: #00a28c;
}

.infoFaqBox a{
	text-decoration: underline;
	color: #00a28c;
}
.infoFaqBox a:hover{
	text-decoration: none;
}







/* ANIMATION */

@keyframes fuwafuwa_y {
	0%, 100% {
		transform: translateY(0) rotate(0deg);
	}
	40% {
		transform: translateY(-5px) rotate(40deg);
	}
}
@keyframes fuwafuwa_g {
	0%, 100% {
		transform: translateY(0) rotate(0deg);
	}
	60% {
		transform: translateY(5px) rotate(30deg);
	}
}




/* font setting */
.fuwafuwaContentsBox{
	font-family: 'Klee One', cursive;
	font-weight: 600;
}
.greenMsg{
	font-family: 'Klee One', cursive;
	font-weight: 600;
}
.aboutMsgAlignC{
	font-family: 'Klee One', cursive;
	font-weight: 600;
}
.topName{
	font-family: 'Klee One', cursive;
	font-weight: 600;
}
.about2cLRbox .greenH3{
	font-family: 'Klee One', cursive;
	font-weight: 600;
}
.BeBgBoxR .greenH3,
.BeBgBoxL .greenH3{
	font-family: 'Klee One', cursive;
	font-weight: 600;
}

.staffMsgBox h4{
	font-family: 'Klee One', cursive;
	font-weight: 600;
}
.staffMsgBox p{
	font-family: 'Klee One', cursive;
	font-weight: 600;
}
.interviewLeadAlignC{
	font-family: 'Klee One', cursive;
	font-weight: 600;
}
.leadAlignC{
	font-family: 'Klee One', cursive;
	font-weight: 600;
}
.interviewMainvisual h1{
	font-family: 'Klee One', cursive;
	font-weight: 600;
}
.interview2cLRbox .greenH3{
	font-family: 'Klee One', cursive;
	font-weight: 600;
}
.conversationContentsBox h2{
	font-family: 'Klee One', cursive;
	font-weight: 600;
}
.infoLRbox h4{
	font-family: 'Klee One', cursive;
	font-weight: 600;
}
.conversationLeadAlignC,
.conversationContentsBox h2{
	font-family: 'Klee One', cursive;
	font-weight: 600;
}

.animate .zoomBox img{
	overflow: hidden;
	transition: all 2s;
}
.animate.animated .zoomBox {
	width: 100%;
	overflow: hidden;
}
.animate.animated .zoomBox img{
	transform: scale(1.04);
	transition: all 2s;
}

.bottomSlide{
	overflow: hidden;
}
