@charset "utf-8";

/*　介護福祉別科SP版へッダー・フッター　*/

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin:55px auto 0;
  font-weight: normal;
  font-style: normal;
}

.ryumin {
  font-family: a-otf-ryumin-pr6n, serif;
  font-style: normal;
  font-weight: normal;
}

#pagetop{
  margin-top:-60px;
  padding-top:60px;
}

img {
  max-width: 100%;
  height: auto;
}

li {
  list-style-type: none;
}

/* PC・SP分岐 */
.pcnone {
  display: block;
}
.spnone {
  display: none;
}
.sp {
  display: inline !important;
}
.sp2 {
  display: block !important;
}
.pc {
  display: none !important;
}
.pc2 {
  display: none !important;
}


/* BACK-TO-TOP */
#backToTop {
  position: fixed;
  z-index: 9999;
  bottom: 40px;
  right: 3%;
}
#backToTop a {
  display: block;
  width: 32px;
  height: 32px;
  padding-top: 10px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  background-color: #f76caa;
}



/* ------------------------------------------------- *
 * ＠HEADER　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
#header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 55px;
  margin:-55px 0 0;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}
#header .inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#header .inner .logo {
  padding: 6px 0 6px 15px;
}

#menu-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
}
#menu-conts {
  display: none;
  background: #ea99c0;
  position: absolute;
  top: 55px;
  width: 100%;
  z-index: 1;
}

#menu-conts a {
  display: block;
  width: 100%;
  height: 48px;
  position: relative;
  padding: 0;
  font-size: 20px;
  color: #fff;
  line-height: 48px;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid #d581aa;
  box-sizing: border-box;
  background-color: #ea99c0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#menu-conts a img {
  max-width: 100%;
  margin: 15px 7px 0 0;
}
#menu-conts ul li.eng a{
  background-color:#ef6aa9;
}
#menu-conts ul li.bekka a{
  background-color:#152578;
}

#menu-conts .facebook a {
	background-color: #4267b2;
}




/* ------------------------------------------------- *
 * ＠FOOTER　　　　　　　　　　　　　　　　
 * ------------------------------------------------- */
/* F-BTNS */
#f-btns {
  width: 100%;
  margin: auto;
  padding-top: 30px;
}
#f-btns .inner {
  width: 100%;
  margin: auto;
  padding: 0;
}
#f-btns .inner li {
  margin: auto;
  padding-bottom: 20px;
  width: 73.6%;
}

/* FOOTER */
#footer {
  width: 100%;
  margin: auto;
}
#footer .inner {
  width: 100%;
  margin: auto;
  padding: 0;
  text-align: center;
  letter-spacing: 0.05em;
}
#footer .inner .logo {
  margin: auto;
  padding: 20px 0 30px;
  width: 61.87%;
}
#footer .inner .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
}
#footer .inner .title span {
  display: block;
  font-size: 13px;
  font-weight: normal;
}
#footer .inner .freedial {
  width: 100%;
  padding: 0 5%;
  margin: 20px auto 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  color: #d74b8f;
  line-height:1;
}
#footer .inner .freedial img {
  width: 48px;
  height: 35px;
  margin-right: 10px;
}
#footer .inner .freedial .freetel {
  font-size: 36px;
}
#footer .inner .tel {
  font-size: 12px;
}
#footer .inner .mail {
  width: 100%;
  padding: 0;
  margin: 12px auto 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height:1;
}
#footer .inner .mail .tantou {
  color: #fff;
  padding: 2px 5px;
  background-color: #5c5c5c;
}
#footer .inner .mail .name {
  margin-left: 10px;
  margin-right: 20px;
}
#footer .inner .mail a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #555;
}
#footer .inner .mail img {
  width: 15px;
  height: 12px;
  margin-right: 6px;
}
#footer .inner .comment {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 20px;
}

/* COPYRIGHT */
#copyright {
  width: 100%;
  height: 20px;
  margin: auto;
  padding: 0;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 9px;
  font-weight: normal;
  line-height: 20px;
  color: #fff;
  text-align: center;
  letter-spacing: -0.05em;
  background-color: #5c5c5c;
}
