@charset "UTF-8"; /* Table Of Contents
----------------------------------------------------------------------------
General Elements
header
gNav
visual
topicPath
footer
---------------------------------------------------------------------------- */
/*General Elements
---------------------------------------------------------------------------- */
html {
    font-size: 62.5%;
}

body {
    font-family: "秀英丸ゴシック L",'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7;
    -webkit-text-size-adjust: 100%;
    color: #323232;
    overflow-x: hidden;
}

a {
    text-decoration: underline;
    outline: none;
}

a:hover, a:active, a:visited, a:focus {
    text-decoration: none;
}

* {
    box-sizing: border-box;
}

/* _:-ms-lang(x), body {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
} */

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  max-width: 100%;
}

/*lp-recruit
---------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
.lp_recruit img{
    max-width: 1080px !important;
    margin: auto;
    display: block;    
    }
}    

/*l-header
---------------------------------------------------------------------------- */
.l-header {
    background: #00479D;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 74px;
		transition: .3s;
		z-index: 10;
}

.l-header-logo {
    width: 230px;
    transition: .3s;
}

.l-header-logo a, {
	display: block;
	transition: .3s;
}

.l-header-content {
    padding: 10px 30px;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.l-header-menu {
  display: none;
}

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

.l-header-logo a:hover {
		opacity: .8;
	}
.l-header-logo21 a:hover {
		opacity: .8;
	}
    
}



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

  .l-header-logo {
    width: 115px;
  }

  .l-header-content {
      padding: 10px 25px;
  }
    
  .l-header-menu {
    display: block;
    line-height: 1;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 35px;
    height: 12px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
    z-index: 999;
    display: flex;
    margin-left: auto;
    margin-top: 24px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #708090;
    /* border-radius: 4px; */
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    bottom: 0;
  }

  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(6px) rotate(-30deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    transform: translateY(-4px) rotate(30deg);
  }

}

@media screen and (min-width: 1080px) {

  .is-scrolled .l-header-content {
      padding: 10px 30px;
  }

  .is-scrolled .l-header-logo {
      width: 200px;
  }

}


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

  .l-header {
    min-height: auto;
  }

  .l-header-logo {
      width: 150px;
  }

  .l-header-content {
      padding: 10px 30px;
  }

}

/*l-header(2)
---------------------------------------------------------------------------- */

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

.l-header-line {
    position: fixed !important ;
    width: 68px;
    padding: 0px 0px;
    top: 0px;
    left:210px;
    display: flex;
  }

.l-undernavi{
    padding-left: 0px !important ;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    display: flex;
    z-index: 10;
}
    
}

@media screen and (min-width: 768px) {
.l-header-line {
    display : none;
  }

.l-undernavi{
    display : none;
}    
}    
/* l-gNav
---------------------------------------------------------------------------- */
.l-gNav {
}

.l-gNav li {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin-left: 25px;
}

.l-gNav li:first-child {
	margin: 0;
}

.l-gNav li:last-child {
  display: none;
}

.l-gNav li a {
	position: relative;
    color: #708090;
    text-decoration: none;
}

.l-gNav li a:before {
    position: absolute;
    content: "";
    background: #202020;
    width: 0;
    height: 4px;
    border-radius: 10px;
    bottom: -10px;
    transform: translateX(-50%);
    left: 50%;
		transition: .3s;
}

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

	.l-gNav li a:hover::before {
		width: 100%;
	}

}

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

  .l-gNav li {
      font-size: 1.0rem;
      margin-left: 15px;
  }


}

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

  .l-gNav {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    background: #efefef;
    top: 0;
    height: 100vh;
    padding: 150px 0 0;
  }

  .l-gNav li {
      display: block;
      text-align: left;
      margin: 0;
      font-size: 1.6rem;
      padding-left: 120px;
      padding-bottom: 20px;
  }

  .l-gNav li:last-child {
    display: block;
  }
}

/* l-topicPath
---------------------------------------------------------------------------- */
.l-topicPath {
}

.l-topicPath li {
    display: inline-block;
}

.l-topicPath li.p-topicHome {
    /*
    background: url(../../../images/common/bg_crumb_home.png) left center no-repeat;
    padding-left: 22px;
    */
}

.l-topicPath li a {
    text-decoration: underline;
    color: #0588ce;
}

.l-topicPath li a:hover {
    text-decoration: none;
}

.l-topicPath-arrow {
    margin-left: 0.5em;
}

.l-topicPath-arrow:before {
    content: '＞ ';
}

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

/* l-pageBody
---------------------------------------------------------------------------- */
.l-pageBody {
  position: relative;
	padding: 40px 0px 0px 0px;
  width: 100%;
  overflow: hidden;
}

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

  .l-pageBody {
  	padding:  80px 0px 0px 0px;
  }

}

@media screen and (max-width: 767px) {
  .l-pageBody {
  	padding:  48px 0px 48px 0px;
  }
}

/* l-recruitBody
---------------------------------------------------------------------------- */
.l-recruitBody {
  position: relative;
	padding: 40px 0px 0px 0px;
  max-width: 1100px;
  margin: 0 auto;    
  justify-content: center;    
  overflow: hidden;
}

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

  .l-recruitBody {
  	padding:  80px 0px 0px 0px;
  }

}

@media screen and (max-width: 767px) {
  .l-recruitBody {
  	padding:  48px 0px 48px 0px;
  }
}

/* l-sidebar
---------------------------------------------------------------------------- */
.l-sidebar {
  text-align: right;
  width: 304px;
  padding-left: 30px;
}

.l-sidebar-head {
    display: block;
    color: #00479D;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    padding-bottom: 10px;
}

.l-sidebar-block {
    margin: 0 auto 50px;
}

.l-sidebar-block:last-child {
  margin: 0 auto;
}

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

  .l-sidebar {
    width: 100%;
    margin: 60px auto;
    padding: 50px 0 0;
    border-top: solid 0px #00479D;
    text-align: left;
  }

  .l-sidebar-head {
    font-size: 1.5rem;
  }

  .l-sidebar-block {
      margin: 0 auto 40px;
  }

}

/* l-pageTop
---------------------------------------------------------------------------- */
.l-pageTop {
  position: absolute;
  width: 70px;
  bottom: 50px;
  right: 50px;
}

.l-pageTop a {
  display: block;
  padding: 0;
  transition: .3s;
}


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

  .l-pageTop a:hover {
    padding-bottom: 10px;
  }
}

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

  .l-pageTop {
      width: 50px;
      bottom: 30px;
      right: 30px;
  }
}

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

  .l-pageTop {
    width: 40px;
    right: 25px;
  }

}



/*lp_recruit.php----------------------------------------------- */
/*求人用ボタン_正職員用----------------- */
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 0.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
  margin: 0px 10px 30px 0px;
}

.btn-wrap-child {
 text-align: center
}


a.btn-c {
  font-size: 2.2rem;

  position: relative;

  padding: 2rem 2rem 2rem 2rem;

  color: #fff;
  background: #00479D;
  -webkit-box-shadow: 0 5px 0 #002F66;
  box-shadow: 0 5px 0 #002F66;
  display: inline-block;
}

a.btn-c span {
  font-size: 1.5rem;

  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 1rem 0;

  color: #002F66;
  border: 2px solid #002F66;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c span:before,
a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);

  content: "";
}

a.btn-c span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #002F66 transparent transparent transparent;
}

a.btn-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #002F66;
  -webkit-box-shadow: 0 2px 0 #002F66;
  box-shadow: 0 2px 0 #002F66;
}
/*求人用ボタン_パート用----------------- */
.btn2,
a.btn2,
button.btn2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 0;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn2-c {
  font-size: 2.2rem;

  position: relative;

  padding: 2rem 2rem 2rem 2rem;

  color: #fff;
  background: #28ADE2;
  -webkit-box-shadow: 0 5px 0 #198EBC;
  box-shadow: 0 5px 0 #198EBC;
  display: inline-block;
}

a.btn2-c span {}

a.btn2-c span:before,
a.btn2-c span:after {}

a.btn2-c span:before {}

a.btn2-c span:after {}

a.btn2-c i {
  margin-right: 1rem;
}

a.btn2-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: #198EBC;
  -webkit-box-shadow: 0 2px 0 #198EBC;
  box-shadow: 0 2px 0 #198EBC;
}

/*------------インスタグラム-----------------*/    
    
/* ボタン全体 */
.flowbtn17{
border-radius:50%;
position:relative;
display:inline-block;
width:40px;
height:40px;
font-size:30px;
text-decoration:none;
transition:.5s;
background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
color:#fff;
}
/* ボタンマウスホバー時のテキスト指定 */
.flowbtn17:hover{
text-decoration:none;
}
/* アイコンをど真ん中に */
.flowbtn17 i{
position:absolute;
top:50%;
left:50%;
-ms-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
}
/* Instagramマウスホバー時 */
.flowbtn17.insta_btn2:hover{
background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
color:#fff;
}
/* ulタグの内側余白を０にする */
ul.snsbtniti2{
padding:0!important;
}
/* ボタン全体の位置 */
.snsbtniti2{
display:flex;
flex-flow:row wrap;
}
/* ボタン同士の余白 */
.snsbtniti2 li{
flex:0 0 48%;
text-align:center !important;
}    
    
.fa-instagram:before {
    content: "\f16d";
}
.fab {
    font-family: "Font Awesome 5 Brands";
}
.fa, .fab, .fal, .far, .fas {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}



/* l-footer
---------------------------------------------------------------------------- */
.l-footer {
  background: #00479D;
  padding: 50px 0 30px;
}

.l-footer-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px 30px;
}

.l-footer-logo {
    width: 130px;
}

.l-footer-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.l-footer-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
}

.l-footer-2col {
    display: flex;
    justify-content: space-between;
}

.l-footer-info {
    width: calc(100% - 220px);
    color: #fff;
}

.l-footer-address {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    padding-bottom: 20px;
}

.l-footer-address a {
  margin-left: 10px;
  color: #fff;
  text-decoration: underline;
}

.l-footer-line {
    background: #E5EDF5;
    border-radius: 15px;
    padding: 20px;
    color: #00479D;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.l-footer-head {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    padding-bottom: 10px;
}

.l-footer-lead {
    font-size: 16px;
    font-size: 1.6rem;
}

.l-footer-lead small {
  font-size: 14px;
  font-size: 1.4rem;
}

.l-footer-block {
    width: calc(100% - 320px);
}

.l-footer-box {
    width: 224px;
    background: #fff;
    border-radius: 15px;
    margin-right: 20px;
    padding: 20px;
    text-align: center;
}

.l-footer-code {
    width: 90px;
}

.l-footer-box a {
    display: block;
    color: #009FDE;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    transition: .3s;
}

.l-footer-box a strong {
    color: #00479D;
    font-size: 23px;
    font-size: 2.3rem;
    letter-spacing: 0.05em;
}

.l-footer-bottom {
    color: #fff;
    text-align: center;
}

.l-footer-bottom li {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 20px;
}

.l-footer-bottom li a {
    color: #fff;
    text-decoration: none;
}

.l-footer-linesp {
  display: none;
}

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

  .l-footer-list li a:hover {
    text-decoration: underline;
  }

  .l-footer-box a:hover {
    opacity: .8;
  }

  .l-footer-bottom li a:hover {
    text-decoration: underline;
  }

  .l-footer-address a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 1079px) {
  .l-footer-list li a {
      font-size: 1.6rem;
  }

  .l-footer-list {
      margin-bottom: 30px;
  }

  .l-footer {
      padding: 30px 0 20px;
  }

  .l-footer-logo {
      width: 100px;
  }

  .l-footer-info {
      width: calc(100% - 140px);
  }

  .l-footer-address {
      font-size: 1.4rem;
  }

  .l-footer-head {
      font-size: 1.8rem;
  }

  .l-footer-lead {
      font-size: 1.4rem;
  }

  .l-footer-box a {
      font-size: 1.2rem;
  }

  .l-footer-box a strong {
      font-size: 1.8rem;
  }

  .l-footer-box {
      width: 200px;
      padding: 20px 10px;
      margin-right: 10px;
  }

  .l-footer-block {
      width: calc(100% - 300px);
      padding-right: 20px;
  }
}

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

  .l-footer-logo {
    width: 60px;
  }

  .l-footer-info {
      width: calc(100% - 80px);
  }

  .l-footer-address {
      font-size: 1.1rem;
  }

  .l-footer-address a {
    margin: 0;
  }

  .l-footer-list {
      padding-bottom: 25px;
      border-bottom: solid 2px #fff;
      margin-bottom: 25px;
  }

  .l-footer {
      padding: 25px 0 60px;
  }

  .l-footer-block {
    width: calc(100% - 80px);
    padding: 0;
  }

  .l-footer-linepc {
    display: none;
  }


  .l-footer-linesp {
    display: block;
  }

  .l-footer-code {
      width: 68px;
  }

  .l-footer-line2col {
      display: flex;
      justify-content: space-between;
  }

  .l-footer-head {
    padding-bottom: 5px;
      font-size: 1.4rem;
      line-height: 1.3;
  }

  .l-footer-line {
      padding: 15px;
  }

  .l-footer-lead {
      font-size: 1rem;
  }

  .l-footer-box {
    margin-top: 10px;
      width: 100%;
      padding: 10px;
  }

  .l-footer-box a strong {
    font-size: 1.5rem;
  }

  .l-footer-box a {
    font-size: 1rem;
  }

  .l-footer-content {
    padding: 0 25px 15px;
  }

  .l-footer-list li a {
    font-size: 1.5rem;
  }

  .l-footer-list li {
      width: 50%;
  }

  .l-footer-list {
      flex-wrap: wrap;
  }

  .l-footer-bottom li {
    font-size: 1rem;
    padding: 0;
    display: block;
    width: 100%;
  }

  .l-footer-bottom {
      display: flex;
      flex-wrap: wrap-reverse;
      justify-content: inherit;
      text-align: center;
      padding: 0 15px;
  }

  .l-footer-lead small {
    font-size: 1rem;
  }
}



/*------------フッター（sp用）ガクモン→彩の調保育園-----------------*/

footer{}

#footeroverbox{
	height:10px;
	background-color:#00479D;}

footer .sp #footerbox{
    margin-top:10px;
	height:800px;
	background-color:#00479D;
	font-size:12px;
	color:#fff;
	position: relative;}

footer #footerbox{
    margin-top:10px;
	height:105px;
	background-color:#00479D;
	font-size:12px;
	color:#fff;
	position: relative;}

footer .sp{
    text-align:left;
    }

footer .footertext{position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 20px;
	margin-top: 20px;
	height:187px;}
footer p{display:inline-table;}	
footer .foot_fs_a{font-size:3.571vw;line-height:2;margin-bottom:5px;width:100%;}
footer .foot_fs_b{font-size:3.7vw;line-height:1.5;width:100%;}
footer .foot_fs_c{font-size:3.6vw;line-height:1.4;}
footer .foot_fs_c a{color:#FFF;}
footer .foot_fs_d{font-size:14px;line-height:1.1;width:100%;margin-bottom:1rem;}
footer .foot_fs_d a{color:#FFF;text-decoration:none;}
footer .tel{margin-top:0vw;}
footer .mail{margin-top:-0.28vw}
footer .foot_fs_e{font-size:3.095vw;margin-top:4vw}

.icon_tel {
  position: relative;
  width:25px;
  height:auto;
  top:0.1rem;
  right:3px;}
.icon_mail {
  position: relative;
  width:25px;
  height:auto;
  top:0.1rem;
  right:3px;}

/*------------フッター（PC用）ガクモン→彩の調保育園-----------------*/

#footeroverbox{
	height:10px;
	background-color:#00479D;}

#footerbox{
    margin-top:10px;
	background-color:#00479D;
	font-size:12px;
	color:#fff;}

#footertext{
    display: block;
    margin: auto;
    width:980px;
    height: 100%}

#footerside_left{
	float: left;
    display: block;
	width:400px;
	margin-top:24px;}
#footerside_left #company_name{
	font-size:17px;}

#footerside_left #copyright{
	font-size:12px;
	margin-top:14px;}

#footerside_right{
	    float: right;
	display: block;
	 text-align: right;
	 margin-top:16px;}

#footerside_right ul{
	 display:block;
	 margin-top:-3px;
	 font-size:13px;}
	 
#footerside_right ul li{
	display: inline-block;
	margin-left:10px;}

#footerside_right ul a{
	color:#FFF;
	text-decoration:underline;}

#footerside_right img{
	 width:45px;
	 height:45px;
	 margin-right:-7px;}


/*SP用表示*/
.pc{ display: none !important; }
.sp { display: block !important; }
.pc_sub { display: none !important; }
.sp_sub { display: block !important; }

.sp a{ color: #00479D; }

@media only screen and (min-width: 420px) {/*フッター(SP用420以上)*/
footer .footertext{width:92%;}
footer .foot_fs_a{font-size:15px;margin-bottom:5px;}
footer .foot_fs_b{font-size:15px;}
footer .foot_fs_c{font-size:15px;}
footer .foot_fs_d{font-size:22px;width:363px;}
footer .foot_fs_d a{color:#FFF;text-decoration:none;}
footer .tel{margin-top:8px;}
footer .mail{margin-top:-4px}
footer .foot_fs_e{font-size:13px;margin-top:9px;}
.icon_tel {width:26px;}
.icon_mail {width:26px;}


@media only screen and (min-width: 960px) {

/*PC用表示*/
.pc { display: block !important; }
.sp { display: none !important; }
    
}

@media screen and (min-width: 1201px) {
	
	/*PC用表示*/
.pc { display: block !important; }
.sp { display: none !important; }

}

