@charset "utf-8";
/* CSS Document */
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　初期設定　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
* {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-family: 'M PLUS 1', sans-serif;
  color: #4d4d4d;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  transition: background-color 100ms, border-color 100ms, color 100ms, opacity 100ms
}
ul, li {
  list-style: none;
  margin: 0;
}
.clearfix {
  clear: both;
}
/*隣接するセルのボーダーを重ねて表示し、間隔を0に指定*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*共通*/
#topBtn {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 0px 0px 0px 0px;
  border-radius: 4px;
  width: 50px; /*imgの大きさ*/
  height: auto;
}
#topBtn:hover {
  /*		background-color: #F5FBFE;
*/ opacity: 0.8
}
a[href^="tel:"] {
  pointer-events: none;
}

/*共通/end*/
header {
  width: 100%;
  margin: 0 auto;
  border-top: 5px solid #f6821f;
}
.headerInner {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.topName {
  width: 40%;
  padding: 3px 0 10px;
  display: flex;
  justify-content: center;
}
.toplogo {}
.toplogo img {
  width: 160px;
  height: auto;
}
.inquiry-sp {
  display: none;
}
.topContact {
  width: 60%;
  padding: 3px 0 10px;
  display: flex;
  justify-content: flex-end;
}
.topContactTel {
  font-size: 1.6em;
  font-weight: 700;
  letter-spacing: .06em;
  margin-bottom: 5px;
}
.txt-ico a {
  color: initial;
  text-decoration: none;
}
.topContactTel span {
  font-size: .7em;
  letter-spacing: 0;
  margin-left: -.25em;
}
.topContactTime {
  font-size: .9em;
}
.topContactBT {
  width: 150px;
  height: 43px;
  margin: 0 0 0 10px;
  padding: .65em 0 .25em;
  background: #ffaf10;
  font-size: 1.05em;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  letter-spacing: .15em;
}
.topContactBT span {
  margin: 0 .4em 0 0;
}
.topContactBT {
  text-decoration: none;
}
.topContactBT:hover {
  opacity: .7;
  transition-duration: 0.2s;
}
.g-nav-list-sp {
  display: none;
}
.slider {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  background: #FFEDCD;
  clear: both;
}
.slider img {
  width: 100%;
  height: auto;
}
/*お知らせ*/
.infomaition {
  max-width: 1000px;
  width: 90%;
  margin: 50px auto;
}
.infomaition h2 {
  font-size: 1.6em;
  text-align: center;
  font-weight: bold;
  position: relative;
  border-bottom: 3px solid #00a651;
  background-color: white;
  display: table;
  margin: 0 auto;
  padding: 0 10px 10px;
}
.infomaition h2:before {
  content: "";
  width: 10px;
  height: 20px;
  border-right: 3px solid #00a651;
  background-color: white;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) skew(-25deg);
}
.infomaition h2 span {
  margin: 0 1em 0 0;
}
.infoNews {
  width: 90%;
  margin: 30px auto 0;
  padding: 0 20px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 3px 3px 10px #E5E5E5 inset;
  box-shadow: 2px 2px 10px #E5E5E5 inset;
  text-align: center;
}
.infoNews iframe {
  width: 100%;
  height: 200px;
  overflow-y: auto;
}
/*面会のお知らせ*/
.info{
  max-width: 900px;
	width: 90%;
  margin: 0 auto 50px;
  padding: 25px 20px;
  border: 1px solid #ddd;
  -webkit-box-shadow: 1px 1px 5px #E5E5E5 inset;
  box-shadow: 1px 1px 5px #E5E5E5 inset;
}
.infoTlt{
	text-align: center;
	font-size: 1.35em;
}
.infoBt{
	width: 90%;
	margin: 40px auto 20px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.infoBt a{
	width: 11em;
	padding: 2em 1em 1.8em;
	color:#2F2F2F;
	text-align: center;
	font-weight: normal;
	text-decoration: none;
	border: solid 1px #ADADAD;
	align-self: center;
	background-image: url(../img/info-bk.png);
}
.infoBt a:hover{
	background: #FFFDDC;
	background-image: url(../img/info-bk.png);
	font-weight: 700;
	cursor: pointer;
}

/*Top説明*/
.intro {
  background: rgb(255, 255, 180);
  background: linear-gradient(51deg, rgba(255, 255, 180, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(233, 255, 195, 1) 14%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 180, 1) 100%);
  padding: 0 0 50px 0;
}
.introCont {
  max-width: 1180px;
  width: 95%;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}
.introImg1 {
  margin-right: 30px;
}
.introImg2 {
  margin-left: 30px;
}
.introTxt1 {
  padding: 10px 8% 30px 0;
  align-self: flex-end;
}
.introTxt2 {
  padding: 10px 0 30px 8%;
  align-self: flex-end;
}
.introTxt1 h3, .introTxt2 h3 {
  margin: 0 0 30px;
  font-size: 1.6em;
  line-height: 1.5;
  padding: 0 10px 5px;
  border-bottom: 3px solid #f6821f;
}
.introTxt1 p, .introTxt2 p {
  margin: 0 0 0 2em;
  ;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.introServiceCont {
  max-width: 1180px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.introService {
  width: 23%;
  padding: 15px 15px 50px 15px;
  background-color: #FFF;
  border: 1px solid #e9ffc3;
  -webkit-box-shadow: 2px 2px 2px #DCDCDC;
  box-shadow: 2px 2px 2px #DCDCDC;
  text-align: center;
  position: relative;
}
.introService a {
  width: 80%;
  padding: 8px 15px;
  background: #DBF4AB;
  border-radius: 15px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: .8em;
  color: initial;
  text-decoration: none;
}
.introService a:hover {
  background: #e9ffc3;
  color: hsla(216, 78%, 34%, 0.70);
  transition-duration: 0.15s;
}
.introService h4 {
  margin: -15px;
  background-color: #e9ffc3;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  line-height: 2.2;
}
.introService img {
  width: 80%;
  height: auto;
  margin: 10px auto 0;
  text-align: center;
}
.introService p {
  line-height: 1.7;
  text-align: left;
  letter-spacing: .1em;
}
.contact {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  background-color: #ffffb4;
  clear: both;
}
.contactCont {
  max-width: 900px;
  width: 95%;
  margin: 0 auto;
  text-align: center;
}
.contactContTxt {
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: .05em;
  margin: 0 auto 30px;
}
.contactTxt {
  display: flex;
  justify-content: space-around;
}
.txt-ico {
  display: flex;
}
.contactTelImg {
  width: auto;
  height: 34px;
  align-self: center;
}
.contactTel {
  color: initial;
  font-size: 2.2em;
  letter-spacing: .1em;
  text-decoration: none;
  align-self: center;
  margin-left: 8px;
}
.contactTel::before {
	content:"";
	display: inline-block;
	width: 1em;
	height: 1em;
	background-image: url(../img/tel-ico.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	margin-right: -.15em;
	margin-bottom: -.2em;
}
.contactTel span {
  font-size: .7em;
  letter-spacing: 0em;
  margin-left: -.35em;
}
.contactMail {
  font-size: 1.5em;
  letter-spacing: .05em;
  align-self: center;
  margin-left: 10px;
}
.contactMailImg {
  width: auto;
  height: 28px;
  align-self: center;
}
footer {
  padding: 40px;
  background-image: url(../img/footerbk.jpg);
  background-position: center top;
}
.footerInner {
  max-width: 1180px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.footerTxtBox {
  width: 45%;
  align-self: center;
}
.footerName {
  font-size: 2.2em;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 50px;
}
.footerName span {
  font-size: .65em;
  letter-spacing: 0;
  display: block;
  margin-bottom: 15px
}
.footerAdre {}
.footerAdre p {
  line-height: 1.8;
  letter-spacing: .1em;
}
.footerAdre span {
  font-size: 1.1em;
  font-weight: normal;
}
.footerAdre a {
  color: inherit;
  text-decoration: none;
}
.footerAdre a:hover {
  color: #144a99;
  opacity: .8;
  transition-duration: 0.2s;
}
.footerMenuBox {
  width: 55%;
  display: flex;
	flex-direction: column;
	align-content: space-between;
}
.footerMenu {
  width: 100%;
  margin: 0 auto 30px;
  display: flex;
}
.footerMenu ul {
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.footerMenu a {
  line-height: 1;
  text-decoration: none;
  color: inherit;
}
.footerMenu a:hover {
  color: #144a99;
  border-bottom: 1px solid #144a99;
  transition-duration: 0.15s;
  opacity: .7;
}
.footerLinkBT {
  width: 100%;
	height: 100%;
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-around;
}
.footerLinkBT a {
	width: 42%;
	cursor: pointer;
    padding: .45em .25em .25em .25em;
	background-color: hsla(0,0%,100%,0.80);
    border-radius: 5px;
    border: 1px solid #00a651;
    color: #00a651;
	line-height: 1.4;
	text-align: center;
    text-decoration: none;
	align-self: center;
    transition: .5s;
}
.footerLinkBT a span{
	display: block;
	margin-bottom: .5em;
	font-size: .9em;
}
.footerLinkBT a:hover {
background-color: #e9ffc3;
    color: #008E45;
	opacity: .95;
  transition-duration: 0.2s;
}
  .footerMenu2 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
  }
  .footerMenu2 a {
    font-size: .8em;
    text-decoration: none;
    margin: 15px 20px 0 0;
  }
  .footerMenu2 a:hover {
    opacity: .7;
    transition-duration: 0.15s;
    text-decoration: underline;
  }
/*inquiry*/
.inquiry {
  width: 90%;
  margin: 80px auto 0;
  padding: 0 0;
  text-align: center;
}
.inquiry iframe {
  width: 100%;
  height: 1100px;
}
/*OtherPage*/
.pageHeader {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 60px 0;
  background: rgb(255, 255, 180);
  background: linear-gradient(45deg, rgba(255, 255, 180, 1) 0%, rgba(233, 255, 195, 1) 15%, rgba(255, 255, 235, 1) 45%, rgba(255, 255, 180, 1) 100%);
}
.pageHeader h2 {
  font-size: 1.6em;
  font-weight: 700;
  text-align: center;
  padding: 60px 0 0 0;
  position: relative;
}
.pageHeader h2:before {
  content: '';
  position: absolute;
  bottom: -20px;
  display: inline-block;
  width: 2em;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f6821f;
  border-radius: 2px;
}
.wrap {
  max-width: 1000px;
  width: 85%;
  margin: 50px auto 80px;
}
.pageCont {
  width: 100%;
  margin: 0 auto 90px;
}
.pageCont h3 {
  margin: 0 auto 70px;
  padding: 0 0 0 15px;
  font-size: 1.5em;
  line-height: 1.8;
  text-indent: .5em;
  letter-spacing: .15em;
  position: relative;
}
/*左三角*/
.pageCont h3:before {
  position: absolute;
  content: '';
  bottom: -4px;
  left: 0;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 18px transparent;
  border-bottom: solid 15px #66c66f;
}
.pageCont h3::after {
  display: block;
  content: "";
  height: 6px;
  background: rgb(102, 198, 111);
  background: linear-gradient(51deg, rgba(102, 198, 111, 1) 0%, rgba(255, 255, 180, 1) 70%, rgba(209, 248, 183, 1) 100%);
  /*左三角*/
  position: absolute;
  bottom: -4px;
  left: 10px;
  width: 100%;
}
.pageCont .pageContSubTlt {
  width: 95%;
  margin: 0 20px 1em 20px;
  font-size: 1.1em;
  font-weight: 700;
  color: #00a651;
}
.pageCont p {
  width: 95%;
  margin: 0 20px 20px;
  line-height: 1.8;
  letter-spacing: .1em;
}
.pageContImg-r {
  float: right;
}
.imgFloat-r {
  margin: -30px 0 40px 10px;
}
.privacyCont {
  width: 90%;
  margin: 0 auto 90px;
  padding: 0 20px;
}
.privacyCont h3 {
  margin: 0 auto 30px;
  padding: 5px 0 2px 20px;
  font-size: 1.2em;
  line-height: 2;
  letter-spacing: .15em;
  position: relative;
}
.privacyCont h3::after {
  display: block;
  content: "";
  background: rgb(102, 198, 111);
  background: linear-gradient(51deg, rgba(102, 198, 111, 1) 0%, rgba(255, 255, 180, 1) 60%, rgba(209, 248, 183, 1) 100%);
  /*左三角*/
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 100%;
}
.privacyCont p {
  margin: 0 0 30px 20px;
  line-height: 1.6;
}
.privacyCont ul {
  margin: 0 0 0 40px;
}
.privacyCont li {
  list-style: disc;
  line-height: 1.6;
  margin-bottom: 10px;
}
.recruitCont {
  width: 100%;
  margin: 0 auto 70px;
}
.recruitCont a {
  text-decoration: none;
}
.recruitCont h3 {
  margin: 0 auto 50px;
  padding: 0 0 0 0.5em;
  font-size: 1.7em;
  line-height: 1.8;
  letter-spacing: .1em;
  position: relative
}
.recruitCont h3::before {
  display: block;
  content: "";
  height: 10px;
  background: rgb(102, 198, 111);
  background: linear-gradient(51deg, rgba(102, 198, 111, 1) 0%, rgba(255, 255, 180, 1) 70%, rgba(209, 248, 183, 1) 100%);
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
}
.recruitTxtImg {
  width: 100%;
  height: 500px;
  margin: 0 auto;
  position: relative;
}
.recruitImg-PC {
  width: 75%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
}
.recruitImg-sp {
  display: none;
}
.recruitTxt {
  width: 60%;
  margin: 0 0 0 1em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.recruitTxt p {
  line-height: 2;
}
.recruitTxt .kyubo {
  margin: 0 0 0 -1em;
  color: #F6821F;
  font-size: 1.2em;
  letter-spacing: .2em;
  font-weight: bold;
}
.recruitTxt .occupation {
  font-size: 1.05em;
  font-weight: bold;
}
.recruitTxt .occupation::before {
  content: "○";
  margin-right: .25em;
}
.recruitTxt .item {
  font-size: 1.05em;
  letter-spacing: .2em;
  font-weight: bold;
}
.recruitTxt .item::before {
  content: "【";
}
.recruitTxt .item::after {
  content: "】";
}
.recruitTxt .itemLine {
  margin: 0 0 1em 1.25em;
  letter-spacing: 0.05em;
}
/*Add*/
.red {
  color: red;
}
.bluegreen {
  color: #15b09f;
}
.pink {
  color: #fc8786;
}
.txtMin {
  font-family: 'Sawarabi Mincho', serif;
}
.txtNumbers {
  font-family: 'Barlow', sans-serif;
}
.txtB {
  font-weight: 700;
}
.txtLink {
  color: #144a99;
}
.pcLine {
  display: inline;
}
.spLine {
  display: none;
}
@media screen and (max-width:1024px) {
  header {
    width: 100%;
    margin: 0 auto;
  }
  .headerInner {
    max-width: auto;
    width: 96%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  .topName {
    width: 45%;
    padding: 10px 0;
    display: flex;
    justify-content: flex-start;
  }
  .toplogo img {
    width: 150px;
    height: auto;
  }
  .topMenu {
    width: 55%;
    height: auto;
    padding: 10px 0px 10px 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  /*Top説明*/
  .intro {
    background: rgb(255, 255, 180);
    background: linear-gradient(51deg, rgba(255, 255, 180, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(233, 255, 195, 1) 14%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 180, 1) 100%);
    padding: 0 0 70px 0;
  }
  .introCont {
    max-width: 1180px;
    width: 95%;
    margin: 0 auto;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
  }
  .introTxt1 {
    padding: 10px 3% 20px 0;
    align-self: flex-end;
  }
  .introTxt2 {
    padding: 10px 0 20px 3%;
    align-self: flex-end;
  }
  .introTxt1 h3, .introTxt2 h3 {
    margin: 0 0 20px;
    font-size: 1.4em;
    line-height: 1.5;
    padding: 0 10px 5px;
    border-bottom: 2px solid #f6821f;
  }
  .introTxt1 p, .introTxt2 p {
    margin: 0 0 0 1em;
    ;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
  .introServiceCont {
    max-width: initial;
    width: 95%;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
  }
  .introService {
    width: 23.5%;
    padding: 15px 15px 50px 15px;
    background-color: #FFF;
    border: 1px solid #e9ffc3;
    -webkit-box-shadow: 2px 2px 2px #DCDCDC;
    box-shadow: 2px 2px 2px #DCDCDC;
    text-align: center;
  }
  .introService h4 {
    margin: -10px;
    background-color: #e9ffc3;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    line-height: 2.2;
  }
  footer {
    padding: 20px 35px;
    background-image: url(../img/footerbk-sp.jpg);
    background-position: center top;
  }
.footerInner {
  max-width: auto;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
  .footerTxtBox {
    width: 40%;
    align-self: center;
  }

.footerMenuBox {
  width: 57%;
  display: flex;
	flex-direction: column;
	align-content: space-between;
}
.footerMenu ul {
	width: 100%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.footerMenu a {
	font-size: .95em;
  line-height: 1;
  text-decoration: none;
  color: inherit;
}
.footerLinkBT {
  width: 100%;
	height: 100%;
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-around;
}
.footerLinkBT a {
	width: 46%;
	cursor: pointer;
    padding: .45em .25em .25em .25em;
	background-color: hsla(0,0%,100%,0.80);
    border-radius: 5px;
    border: 1px solid #00a651;
    color: #00a651;
	line-height: 1.4;
	text-align: center;
    text-decoration: none;
	align-self: center;
    transition: .5s;
}
	
  /*recruit*/
  .recruitTxtImg {
    width: 100%;
    height: 520px;
    margin: 0 auto;
    position: relative;
  }
  .recruitImg-PC {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width:834px) {
  header {
    width: 100%;
    margin: 0 auto;
    background: #FFF;
    position: fixed;
    z-index: 998;
    -webkit-box-shadow: 3px 3px 2px #D8D8D8;
    box-shadow: 4px 3px 4px #D8D8D8;
  }
  .headerInner {
    max-width: initial;
    width: 97%;
    margin: 0 auto;
    display: inherit;
  }
  .topContact {
    display: none;
  }
  .topMenu {
    display: none;
  }
  .contactBT {
    display: none;
  }
  .topName {
    width: 100%;
    padding: 5px 0 3px;
    display: flex;
    justify-content: flex-start;
  }
  .toplogo img {
    width: 140px;
    height: auto;
  }
  .inquiry-sp {
    display: block;
  }
  .slider {
    max-width: initial;
    width: 100%;
    margin: 0 auto 0;
    padding: 70px 0 0;
    background: #FFEDCD;
  }
  .slider img {
    width: 100%;
    height: 320px;
    object-fit: cover;
  }
  .sliderImg {
    object-position: 30% 50%;
  }
  /*Top説明*/
  .introImg1 {
    width: 40%;
    height: 100%;
    margin-right: 20px;
  }
  .introImg2 {
    width: 40%;
    height: 100%;
    margin-left: 20px;
  }
  .introTxt1 {
    padding: 10px 2% 20px 0;
    align-self: flex-end;
  }
  .introTxt2 {
    padding: 10px 0 20px 2%;
    align-self: flex-end;
  }
  .introTxt1 h3, .introTxt2 h3 {
    margin: 0 0 20px;
    font-size: 1.2em;
    line-height: 1.5;
    padding: 0 5px 2px;
    border-bottom: 2px solid #f6821f;
  }
  .introTxt1 p, .introTxt2 p {
    margin: 0 0 0 1em;
    ;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .introServiceCont {
    max-width: initial;
    width: 95%;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .introService {
    width: 23.5%;
    padding: 15px 15px 55px 15px;
    background-color: #FFF;
    border: 1px solid #e9ffc3;
    -webkit-box-shadow: 2px 2px 2px #DCDCDC;
    box-shadow: 2px 2px 2px #DCDCDC;
    text-align: center;
  }
  .introService p {
    line-height: 1.4;
    text-align: left;
    letter-spacing: .1em;
  }
  .contactTel {
    color: initial;
    text-decoration: none;
    font-size: 1.7em;
    letter-spacing: .1em;
    align-self: center;
    margin-left: 8px;
  }
  .contactTelImg {
    width: auto;
    height: 30px;
    align-self: center;
  }
  .contactMail {
    font-size: 1.2em;
    letter-spacing: .05em;
    align-self: center;
    margin-left: 10px;
  }
  footer {
    padding: 20px 30px;
    background-image: url(../img/footerbk-sp.jpg);
    background-position: center top;
  }
  .footerTxtBox {
    width: 55%;
    align-self: center;
  }
  .footerMenuBox {
    width: 45%;
    display: flex;
	  justify-content: flex-end;
	align-content: space-between;
  }
  .footerMenu {
    display: none;
  }
  .footerLinkBT {
    width: 100%;
	height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
.footerLinkBT a {
	width: 100%;
	margin-bottom: 10px;
	padding: .6em .4em .4em .4em;
	cursor: pointer;
	background-color: hsla(0,0%,100%,0.80);
    border-radius: 5px;
    border: 1px solid #00a651;
    color: #00a651;
	font-size: .95em;
	line-height: 1.3;
	text-align: center;
    text-decoration: none;
	align-self: center;
    transition: .5s;
}
.footerLinkBT a:last-child {
	margin-bottom: 0;	
}
.footerLinkBT a span{
	display: inline-block;
	margin-bottom: .5em;
	margin-right: .5em;
	font-size: .9em;
}
  .footerMenu2 {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
  }
  .footerMenu2 a {
    font-size: .8em;
    text-decoration: none;
    margin: 15px 20px 0 0;
  }
  .footerMenu2 a:hover {
    opacity: .7;
    transition-duration: 0.15s;
    text-decoration: underline;
  }
  /*inquiry*/
  .inquiry {
    width: 95%;
    margin: 80px auto 0;
    padding: 0 0;
    text-align: center;
  }
  .inquiry iframe {
    width: 100%;
    height: 1100px;
  }
  /*OtherPage*/
  .pageHeader {
    width: 100%;
    margin: 0 auto 0;
    padding: 70px 0 60px 0;
    background: rgb(255, 255, 180);
    background: linear-gradient(45deg, rgba(255, 255, 180, 1) 0%, rgba(233, 255, 195, 1) 15%, rgba(255, 255, 235, 1) 45%, rgba(255, 255, 180, 1) 100%);
  }
  .pageHeader h2 {
    font-size: 1.6em;
    font-weight: 700;
    text-align: center;
    padding: 60px 0 0 0;
    position: relative;
  }
  .pageCont h3 {
    margin: 0 auto 70px;
    padding: 0 0 0 15px;
    font-size: 1.4em;
    line-height: 1.8;
    text-indent: .5em;
    letter-spacing: .15em;
    position: relative;
  }
  .pageContImg-r {
    width: 40%;
    height: auto;
    float: right;
  }
  .imgFloat-r {
    margin: -20px 0 40px 0;
  }
  .privacyCont {
    width: 100%;
    margin: 0 auto 90px;
    padding: 0 20px;
  }
  .recruitCont h3 {
    margin: 0 auto 50px;
    padding: 0 0 0 0.5em;
    font-size: 1.4em;
    line-height: 1.8;
    letter-spacing: .1em;
    position: relative
  }
  .recruitCont h3::before {
    display: block;
    content: "";
    height: 8px;
    background: rgb(102, 198, 111);
    background: linear-gradient(51deg, rgba(102, 198, 111, 1) 0%, rgba(255, 255, 180, 1) 70%, rgba(209, 248, 183, 1) 100%);
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
  }
  .recruitTxt {
    width: 70%;
    margin: 15px 0 0 1em;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .recruitTxt p {
    line-height: 1.9;
  }
}
@media screen and (max-width:480px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
  header {
    width: 100%;
    margin: 0 auto;
    background: #FFF;
    position: fixed;
    z-index: 1000;
    -webkit-box-shadow: 3px 3px 2px #D8D8D8;
    box-shadow: 4px 3px 4px #D8D8D8;
  }
  .headerInner {
    max-width: initial;
    width: 98%;
    margin: 0 auto;
    display: inherit;
  }
  .topName {
    width: 100%;
    padding: 5px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .toplogo {
    margin-right: 3px;
  }
  .toplogo img {
    width: 120px;
    height: auto;
  }
  .slider {
    max-width: initial;
    width: 100%;
    margin: 0 auto 0;
    padding: 65px 0 0;
    background: #FFEDCD;
  }
  .slider img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    object-position: center;
  }
  .sliderImg {
    object-position: 30% 50%;
  }
  .infomaition h2 {
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
  }
  .infomaition h2 span {
    margin: 0 1em .4em 0;
    display: block;
  }
  .infoNews {
    width: 100%;
    margin: 30px auto 0;
    padding: 0 0;
    border: 1px solid #ddd;
    -webkit-box-shadow: 2px 2px 5px #E5E5E5 inset;
    box-shadow: 2px 2px 5px #E5E5E5 inset;
    text-align: center;
  }
  /*Top説明*/
  .intro {
    background: rgb(255, 255, 180);
    background: linear-gradient(51deg, rgba(255, 255, 180, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(233, 255, 195, 1) 14%, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 180, 1) 100%);
    padding: 0 0 30px 0;
  }
  .introCont {
    max-width: initial;
    width: 97%;
    margin: 0 auto;
    padding: 40px 0 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .introTxt1 h3, .introTxt2 h3 {
    margin: 0 0 20px;
    font-size: 1.15em;
    line-height: 1.5;
    padding: 0 10px 2px;
    border-bottom: 2px solid #f6821f;
  }
  .introImg1 {
    width: 90%;
    height: 100%;
    margin: 0 auto 10px;
  }
  .introImg2 {
    width: 90%;
    height: 100%;
    margin: 0 auto 10px;
    order: 1;
  }
  .introTxt1 {
    padding: 10px 5px 20px 5px;
    align-self: flex-end;
  }
  .introTxt2 {
    padding: 10px 5px 20px 5px;
    align-self: flex-end;
    order: 2;
  }
  .introServiceCont {
    max-width: initial;
    width: 96%;
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .introService {
    width: 47.5%;
    margin: 0 0 20px;
    padding: 15px 15px 55px 15px;
    background-color: #FFF;
    border: 1px solid #e9ffc3;
    -webkit-box-shadow: 2px 2px 2px #DCDCDC;
    box-shadow: 2px 2px 2px #DCDCDC;
    text-align: center;
  }
  .introService img {
    width: 90%;
    height: auto;
    margin: 5px auto;
    text-align: center;
  }
  .introService h4 {
    margin: -10px;
    background-color: #e9ffc3;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    line-height: 2.4;
  }
  .introService p {
    line-height: 1.4;
    text-align: left;
    letter-spacing: .05em;
  }
  .contactCont {
    max-width: initial;
    width: 95%;
    margin: 0 auto;
    text-align: center;
  }
  .contactContTxt {
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0 auto 30px;
  }
  .contactTxt {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 10px;
  }
  .txt-ico {
    display: flex;
    margin: 0 auto 20px;
  }
  .txt-ico:last-child {
    margin: 0 auto 0;
  }
  .contactTel {
    font-size: 1.6em;
    color: initial;
    text-decoration: none;
    letter-spacing: .1em;
    align-self: center;
    margin-left: 8px;
  }
  .contactTel span {
    font-size: .7em;
    letter-spacing: 0em;
    margin-left: -.35em;
  }
  .contactMail {
    font-size: 1.1em;
    letter-spacing: .05em;
    align-self: center;
    margin-left: 10px;
  }
  footer {
    padding: 30px 10px 20px;
    background-image: url(../img/footerbk-sp.jpg);
    background-position: center top;
  }
  .footerInner {
    max-width: initial;
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .footerTxtBox {
    width: 100%;
    align-self: auto;
  }
  .footerName {
    width: 100%;
    font-size: 1.4em;
    font-weight: 700;
    letter-spacing: .1em;
    text-align: center;
    margin-bottom: 15px;
  }
  .footerName span {
    font-size: .75em;
    letter-spacing: 0;
    display: inline-block;
    margin: 0 10px 15px 0;
    margin-bottom: 15px
  }
  .footerAdre {
    margin-bottom: 15px;
  }
  .footerAdre p {
    line-height: 1.8;
    letter-spacing: .1em;
    text-align: center;
  }
  .footerAdre span {
    font-size: 1.1em;
    font-weight: normal;
  }
  .footerMenuBox {
    width: 100%;
    display: flex;
    flex-direction: column;
	align-content: center;
  }
  .footerLinkBT {
    width: 100%;
	height: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	  align-self: center;
  }
  .footerLinkBT a {
	width: 85%;
	  margin-bottom: 8px;
    padding: .6em .4em .4em .4em;
	cursor: pointer;
	background-color: hsla(0,0%,100%,0.80);
    border-radius: 5px;
    border: 1px solid #00a651;
    color: #00a651;
	line-height: 1.4;
	text-align: center;
    text-decoration: none;
    transition: .5s;
  }
  .footerMenu2 {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
  }
  .footerMenu2 a {
    font-size: .8em;
    text-decoration: none;
    margin: 15px 12px 0 12px;
  }
  /*inquiry*/
  .inquiry {
    width: 100%;
    margin: 50px auto 0;
    padding: 0 0;
    text-align: center;
  }
  .inquiry iframe {
    width: 100%;
    height: 1200px;
  }
  /*OtherPage*/
  .pageHeader {
    width: 100%;
    margin: 0 auto 0;
    padding: 70px 0 50px 0;
    background: rgb(255, 255, 180);
    background: linear-gradient(45deg, rgba(255, 255, 180, 1) 0%, rgba(233, 255, 195, 1) 15%, rgba(255, 255, 235, 1) 45%, rgba(255, 255, 180, 1) 100%);
  }
  .pageHeader h2 {
    font-size: 1.4em;
    font-weight: 700;
    text-align: center;
    padding: 40px 0 0 0;
    position: relative;
  }
  .wrap {
    max-width: 1000px;
    width: 92%;
    margin: 50px auto 50px;
  }
  .pageCont {
    width: 100%;
    margin: 0 auto 60px;
  }
  .pageCont h3 {
    margin: 0 auto 30px;
    padding: 0 0 0 25px;
    font-size: 1.4em;
    line-height: 1.4;
    text-indent: 0;
    letter-spacing: .15em;
    position: relative;
  }
  .pageCont h3::after {
    display: block;
    content: "";
    height: 6px;
    background: rgb(102, 198, 111);
    background: linear-gradient(51deg, rgba(102, 198, 111, 1) 0%, rgba(255, 255, 180, 1) 70%, rgba(209, 248, 183, 1) 100%);
    /*左三角*/
    position: absolute;
    bottom: -4px;
    left: 10px;
    width: 97%;
  }
  .pageCont .pageContSubTlt {
    margin: 0 0 1em 3%;
    font-size: 1.1em;
    font-weight: 700;
    color: #00a651;
  }
  .pageCont p {
    width: 97%;
    margin: 0 auto 20px;
    line-height: 1.8;
    letter-spacing: .1em;
  }
  .pageContImg-r {
    width: 80%;
    height: auto;
    float: none;
    display: block;
  }
  .imgFloat-r {
    margin: 0 auto 20px auto;
  }
  .privacyCont {
    width: 100%;
    margin: 0 auto 90px;
    padding: 0 0;
  }
  .privacyCont h3 {
    margin: 0 auto 30px;
    padding: 7px 0 1px 20px;
    font-size: 1.2em;
    line-height: 1.4;
    letter-spacing: .15em;
    text-align: left;
    position: relative;
  }
  .recruitCont h3 {
    margin: 0 auto 20px;
    padding: 0 0 0 0.5em;
    font-size: 1.4em;
    line-height: 1.8;
    letter-spacing: .1em;
    text-align: center;
    position: relative
  }
  .recruitTxtImg {
    width: 100%;
    height: 700px;
    margin: 0 auto;
    position: inherit;
  }
  .recruitImg-PC {
    display: none;
  }
  .recruitImg-sp {
    width: 100%;
    height: 200px;
    position: inherit;
    top: 0;
    right: 0;
    object-fit: cover;
    display: block;
  }
  .recruitTxt {
    width: 95%;
    margin: 30px auto auto;
    position: inherit;
    top: 0;
    left: 0;
    z-index: 10;
  }
  /*Add*/
  .pcLine {
    display: inline;
  }
  .spLine {
    display: block;
  }
}