@charset "UTF-8";

html,
body {
  width: 100%;
  position: relative;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  color: #464646;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.7;
}

.thin-txt {
  font-weight: 400;
}

@media (max-width: 1000px) {
  body {
    text-size-adjust: 100%;
    font-size: 3.6vw;
    font-size: min(3.6vw,16px);
  }
  /*
  body.open {
    overflow: hidden;
    height: 100vh;
  }
  */
}


.mb0 {
	margin-bottom: 0 !important;
}


@media (min-width: 1001px) {
	.mb5 {
		margin-bottom: 5px !important;
	}
}

@media (max-width: 1000px) {
	.mb5 {
		margin-bottom: 0.6vw !important;
	}
}

@media (min-width: 1001px) {
	.mb10 {
		margin-bottom: 10px !important;
	}
}

@media (max-width: 1000px) {
	.mb10 {
		margin-bottom: 1.3vw !important;
	}
}

@media (min-width: 1001px) {
	.mb15 {
		margin-bottom: 15px !important;
	}
}

@media (max-width: 1000px) {
	.mb15 {
		margin-bottom: 2vw !important;
	}
}

@media (min-width: 1001px) {
	.mb20 {
		margin-bottom: 20px !important;
	}
}

@media (max-width: 1000px) {
	.mb20 {
		margin-bottom: 2.6vw !important;
	}
}

@media (min-width: 1001px) {
	.mb25 {
		margin-bottom: 25px !important;
	}
}

@media (max-width: 1000px) {
	.mb25 {
		margin-bottom: 3.3vw !important;
	}
}

@media (min-width: 1001px) {
	.mb30 {
		margin-bottom: 30px !important;
	}
}

@media (max-width: 1000px) {
	.mb30 {
		margin-bottom: 3.3vw !important;
	}
}

@media (min-width: 1001px) {
	.mb40 {
		margin-bottom: 40px !important;
	}
}

@media (max-width: 1000px) {
	.mb40 {
		margin-bottom: 5.3vw !important;
	}
}

@media (min-width: 1001px) {
	.mb50 {
		margin-bottom: 50px !important;
	}
}

@media (max-width: 1000px) {
	.mb50 {
		margin-bottom: 6.6vw !important;
	}
}

@media (min-width: 1001px) {
	.mb60 {
		margin-bottom: 60px !important;
	}
}

@media (max-width: 1000px) {
	.mb60 {
		margin-bottom: 8vw !important;
	}
}

@media (min-width: 1001px) {
	.mb70 {
		margin-bottom: 70px !important;
	}
}

@media (max-width: 1000px) {
	.mb70 {
		margin-bottom: 9.3vw !important;
	}
}

@media (min-width: 1001px) {
	.mb80 {
		margin-bottom: 80px !important;
	}
}

@media (max-width: 1000px) {
	.mb80 {
		margin-bottom: 10.6vw !important;
	}
}

@media (min-width: 1001px) {
	.mb90 {
		margin-bottom: 90px !important;
	}
}

@media (max-width: 1000px) {
	.mb90 {
		margin-bottom: 12vw !important;
	}
}

@media (min-width: 1001px) {
	.mb100 {
		margin-bottom: 100px !important;
	}
}

@media (max-width: 1000px) {
	.mb100 {
		margin-bottom: 13.3vw !important;
	}
}

@media (min-width: 1001px) {
	.mb110 {
		margin-bottom: 110px !important;
	}
}

@media (max-width: 1000px) {
	.mb110 {
		margin-bottom: 14.6vw !important;
	}
}

@media (min-width: 1001px) {
	.mb120 {
		margin-bottom: 120px !important;
	}
}

@media (max-width: 1000px) {
	.mb120 {
		margin-bottom: 16vw !important;
	}
}

@media (min-width: 1001px) {
	.mb130 {
		margin-bottom: 130px !important;
	}
}

@media (max-width: 1000px) {
	.mb130 {
		margin-bottom: 17.3vw !important;
	}
}

@media (min-width: 1001px) {
	.mb140 {
		margin-bottom: 140px !important;
	}
}

@media (max-width: 1000px) {
	.mb140 {
		margin-bottom: 18.6vw !important;
	}
}

@media (min-width: 1001px) {
	.mb150 {
		margin-bottom: 150px !important;
	}
}

@media (max-width: 1000px) {
	.mb150 {
		margin-bottom: 20vw !important;
	}
}

.pb0 {
	padding-bottom: 0 !important;
}

@media (min-width: 1001px) {
	.pb10 {
		padding-bottom: 10px !important;
	}
}

@media (max-width: 1000px) {
	.pb10 {
		padding-bottom: 1.3vw !important;
	}
}

@media (min-width: 1001px) {
	.pb15 {
		padding-bottom: 15px !important;
	}
}

@media (max-width: 1000px) {
	.pb15 {
		padding-bottom: 2vw !important;
	}
}

@media (min-width: 1001px) {
	.pb20 {
		padding-bottom: 20px !important;
	}
}

@media (max-width: 1000px) {
	.pb20 {
		padding-bottom: 2.6vw !important;
	}
}

@media (min-width: 1001px) {
	.pb25 {
		padding-bottom: 25px !important;
	}
}

@media (max-width: 1000px) {
	.pb25 {
		padding-bottom: 3.3vw !important;
	}
}

@media (min-width: 1001px) {
	.pb30 {
		padding-bottom: 30px !important;
	}
}

@media (max-width: 1000px) {
	.pb30 {
		padding-bottom: 3.3vw !important;
	}
}

@media (min-width: 1001px) {
	.pb40 {
		padding-bottom: 40px !important;
	}
}

@media (max-width: 1000px) {
	.pb40 {
		padding-bottom: 5.3vw !important;
	}
}

@media (min-width: 1001px) {
	.pb50 {
		padding-bottom: 50px !important;
	}
}

@media (max-width: 1000px) {
	.pb50 {
		padding-bottom: 6.6vw !important;
	}
}

@media (min-width: 1001px) {
	.pb60 {
		padding-bottom: 60px !important;
	}
}

@media (max-width: 1000px) {
	.pb60 {
		padding-bottom: 8vw !important;
	}
}

@media (min-width: 1001px) {
	.pb70 {
		padding-bottom: 70px !important;
	}
}

@media (max-width: 1000px) {
	.pb70 {
		padding-bottom: 9.3vw !important;
	}
}

@media (min-width: 1001px) {
	.pb80 {
		padding-bottom: 80px !important;
	}
}

@media (max-width: 1000px) {
	.pb80 {
		padding-bottom: 10.6vw !important;
	}
}

@media (min-width: 1001px) {
	.pb90 {
		padding-bottom: 90px !important;
	}
}

@media (max-width: 1000px) {
	.pb90 {
		padding-bottom: 12vw !important;
	}
}

@media (min-width: 1001px) {
	.pb100 {
		padding-bottom: 100px !important;
	}
}

@media (max-width: 1000px) {
	.pb100 {
		padding-bottom: 13.3vw !important;
	}
}

@media (min-width: 1001px) {
	.pb110 {
		padding-bottom: 110px !important;
	}
}

@media (max-width: 1000px) {
	.pb110 {
		padding-bottom: 14.6vw !important;
	}
}

@media (min-width: 1001px) {
	.pb120 {
		padding-bottom: 120px !important;
	}
}

@media (max-width: 1000px) {
	.pb120 {
		padding-bottom: 16vw !important;
	}
}

@media (min-width: 1001px) {
	.pb130 {
		padding-bottom: 130px !important;
	}
}

@media (max-width: 1000px) {
	.pb130 {
		padding-bottom: 17.3vw !important;
	}
}

@media (min-width: 1001px) {
	.pb140 {
		padding-bottom: 140px !important;
	}
}

@media (max-width: 1000px) {
	.pb140 {
		padding-bottom: 18.6vw !important;
	}
}

@media (min-width: 1001px) {
	.pb150 {
		padding-bottom: 150px !important;
	}
}

@media (max-width: 1000px) {
	.pb150 {
		padding-bottom: 20vw !important;
	}
}

@media (min-width: 1001px) {
	.p15 {
		padding: 0 15px !important;
	}
}

@media (max-width: 1000px) {
	.p15 {
		padding: 0 2vw !important;
	}
}

@media (min-width: 1001px) {
	.pt10 {
		padding-top: 10px !important;
	}
}

@media (max-width: 1000px) {
	.pt10 {
		padding-top: 1.3vw !important;
	}
}

@media (min-width: 1001px) {
	.pt15 {
		padding-top: 15px !important;
	}
}

@media (max-width: 1000px) {
	.pt15 {
		padding-top: 2vw !important;
	}
}

@media (min-width: 1001px) {
	.pt20 {
		padding-top: 20px !important;
	}
}

@media (max-width: 1000px) {
	.pt20 {
		padding-top: 2.6vw !important;
	}
}

@media (min-width: 1001px) {
	.pt30 {
		padding-top: 30px !important;
	}
}

@media (max-width: 1000px) {
	.pt30 {
		padding-top: 3.3vw !important;
	}
}

@media (min-width: 1001px) {
	.pt40 {
		padding-top: 40px !important;
	}
}

@media (max-width: 1000px) {
	.pt40 {
		padding-top: 5.3vw !important;
	}
}

@media (min-width: 1001px) {
	.ls-1 {
		letter-spacing: -1px;
	}
}

@media (min-width: 1001px) {
	.ls-2 {
		letter-spacing: -2px;
	}
}

@media (min-width: 1001px) {
	.ls-3 {
		letter-spacing: -3px;
	}
}

@media (min-width: 1001px) {
	.ls-4 {
		letter-spacing: -4px;
	}
}

@media (min-width: 1001px) {
	.fs10 {
		font-size: 10px;
	}
}

@media (min-width: 1001px) {
	.fs14 {
		font-size: 14px;
	}
}

@media (min-width: 1001px) {
	.fs15 {
		font-size: 15px;
	}
}

@media (min-width: 1001px) {
	.fs16 {
		font-size: 16px;
	}
}

@media (min-width: 1001px) {
	.fs18 {
		font-size: 18px;
	}
}

@media (min-width: 1001px) {
	.fs20 {
		font-size: 20px;
	}
}

@media (min-width: 1001px) {
	.fs24 {
		font-size: 24px;
	}
}

@media (min-width: 1001px) {
	.fs26 {
		font-size: 26px;
	}
}

.mb05em {
	margin-bottom: 0.5em !important;
}

.mb1em {
	margin-bottom: 1em !important;
}

.mb2em {
	margin-bottom: 2em !important;
}

.mb3em {
	margin-bottom: 3em !important;
}

.mb4em {
	margin-bottom: 4em !important;
}

.pb05em {
	padding-bottom: 0.5em !important;
}

.mr0 {
	margin-right: 0 !important;
}

small {
  font-size: .7em;
}

figure {
  margin-bottom: 2em;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

address {
  font-style: normal;
}

a {
  text-decoration: none;
  color: #464646;
  opacity: 1;
  transition: .3s all linear;
}

a:hover {
  opacity: .6;
}

strong {
  color: #24a437;
}

ul {
  list-style-type: none;
}

.list_dot li {
  display: flex;
  align-items: flex-start;
}

.list_dot li::before {
  content: '';
  display: inline-block;
  margin-right: .4em;
  margin-top: .8em;
  width: 3px;
  height: 3px;
  background: #464646;
  border-radius: 100%;
  flex-shrink: 0;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: .05em;
  font-weight: 500;
  line-height: 1.3;
}

h1 {
  font-size: 2.6rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.6rem;
}

main {
  overflow: hidden;
  padding-top: 80px;
}

@media (max-width:1000px) {
  main {
    padding-top: 0;
  }
}


header {
  background:rgba(255,255,255,1);
  position: fixed;
  z-index: 400;
  top: 0;
  left: 0;
  width: 100vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header #header_cont {
  width: 98vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 0 auto;
}

header h1 {
  width: 110px;
  flex-shrink: 0;
  margin: 10px 20px 10px 0;
}

header #header_cont .tel {
  font-size: 1.3em;
  letter-spacing: .1em;
  margin-top: -2em;
  border-radius: 0 0 0 2em;
  padding: 2em 20px 15px 20px;
  text-align: right;
  line-height: 1.2;
  background: url(../images/tel.svg) no-repeat #def1e1;
  background-position: 12% 58%;
  background-size: 17px;
}

header #header_cont .tel a {
  padding: 0 0 0 30px;
  display: inline-block;
  font-size: 1.5rem;
}

header #header_cont .tel p {
  font-size: .65em;
  margin-top: 0;
  letter-spacing: 0;
}

header #header_cont .tel,
header #header_cont .tel a,
header nav a {
  color: #24a437;
  white-space: nowrap;
}

header #header_cont a:hover {
  color: #464646;
  opacity: 1;
}

header .header_txt {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header nav {
  width: 100%;
}

header nav > ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin-right: 4%;
}

header nav > ul > li:not(:first-of-type) {
  margin-left: 4%;
  white-space: nowrap;
  position: relative;
}

header nav > ul > li:nth-of-type(2) {
  cursor: pointer;
}

header nav > ul > li:nth-of-type(2) > a {
  position: relative;
  display: flex;
  align-items: center;
  pointer-events: none;
  padding-right: 1.2em;
}

header nav ul li.open a {
  color: #464646;
}

header #header_cont nav ul li.open a:hover {
  opacity: .6;
}

header nav ul li .menu_sub {
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 2.5em;
  left: -4em;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px #cecece;
  transition: opacity .6s;
  z-index: 100;
}

header nav ul li.open .menu_sub {
  opacity: 1;
  padding: 1.5em 4em 1.5em 1.5em;
  overflow: visible;
  height: fit-content;
}

header nav ul li .menu_sub li:not(:last-of-type) {
  margin-bottom: 1.5em;
}

header nav ul li .menu_sub li {
  line-height: 1.2;
}

header nav > ul > li:nth-of-type(2) > a::after {
  content: '';
  display: block;
  position: absolute;
  top: .6em;
  right: 0;
  width: .8em;
  height: .5em;
  background: #24a437;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

header nav > ul > li:nth-of-type(2) > a:hover::after,
header nav > ul > li.open > a::after {
  background: #464646;
  rotate: 180deg;
}

@media (max-width:1000px) {
  header {
    position: relative;
  }
  
  header h1 {
    width: 22vw;
  }
  
  header #header_cont {
    height: 15vw;
    align-items: flex-start;
    margin-bottom: 3px;
  }
  
  header #header_cont .tel a,
  header #header_cont .tel p {
    display: none;
  }
  
  header #header_cont .header_txt {
    align-items: center;
    justify-content: flex-end;
    gap: 3px;
    position: fixed;
    top: 0;
    right: 0;
  }
  
  header #header_cont .header_txt nav {
    order: 2;
    width: fit-content;
  }  

  header nav a {
    color: #464646;
  }
  
  header #header_cont .tel.for_sp {
    border-radius: 0;
    padding: 0;
    margin-top: 0;
    order: 1;
    background-image: none;
  }
  
  header #header_cont .tel.for_sp a,
  header #header_cont .menu_btn {  
    display: flex!important;
    justify-content: center;
    align-items: center;
    width: 15vw;
    height: 15vw;
    flex-shrink: 0;
    background: none;
    background-color: #d3edd7;
    padding: 4px;
    position: relative;
  }
  
  header #header_cont .tel.for_sp a img,
  header #header_cont .menu_btn img {
    width: auto;
    height: 10vw;
    display: inline-block;
  }
  
  header #header_cont .menu_btn.open {
    background-image: url(../images/menu_btn_close.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 10vw;
  }

  header #header_cont nav ul.cmenu {
    display: block;
    position: absolute;
    top: 15vw;
    right: 0;
    width: 0;
    height: 0;
    margin: 3px 0 0 0;
    background: #d3edd7;
    padding: 5%;
    border-radius: 15px 0 0 15px;
    opacity: 0;
    transition: opacity .5s;
    min-height: fit-content;
    overflow-y: scroll;
  }
  
  header #header_cont nav ul.cmenu li {
    margin-bottom: 1.5em;
  }

  header #header_cont nav ul.cmenu.open {
    width: 98vw;
    height: auto;
    opacity: 1;
  }
  
  header #header_cont nav ul.cmenu .menu_sub {
    margin-top: 1em;
    font-weight: 400;
    margin-bottom: -1em;
    height: fit-content;
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    background: transparent;
    padding: 0;
    box-shadow: none;
  }
  
  header #header_cont nav ul.cmenu > li:nth-child(2) {
    position: relative;
  }
  
  header #header_cont .menu_btn.open img {
    display: none;
  }
  
  header #header_cont nav ul.cmenu .sub_btn {
    position: absolute;
    top: 0;
    right: 0;
    display: grid;
    place-content: center;
    width: 1.5em;
    height: 1.5em;
    background: #fff;
    border-radius: 3px;
    color: #24a437;
  }
  
  header #header_cont nav ul.cmenu .sub_btn::after {
    content: '＋';
    width: 100%;
    height: height: 100%;
  }
  
  header #header_cont nav ul.cmenu .sub_btn.open::after {
    content: '−';
  }
  
  header #header_cont nav ul.cmenu > li:nth-child(2) ul {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s;
  }
  
  header #header_cont nav ul.cmenu > li:nth-child(2) ul.open {
    max-height: 200vh;
  }
  
  header nav > ul > li {
    margin-left: 3%!important;
  }

  header nav ul.menu_sub li {
    margin-left: 1em;
  }

  header nav > ul > li:nth-of-type(2) > a {
    pointer-events: auto;
  }
  
}


.sidenav {
  position: fixed;
  right: 0;
  bottom: 5%;
  z-index: 10000;
}

.sidenav li {
  margin-bottom: 3px;
  background: #fff;
  border-radius: 5px 0 0 5px;
  width: 100%;
  height: fit-content;
}

.sidenav li a {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 1em 2.5em 1em 1.5em;
  background: #f57c73;
  color: #fff;
  border-radius: 5px 0 0 5px;
}

.sidenav li:first-of-type,
.sidenav li:first-of-type a {
  border-radius: 30px 0 0 5px;
}

.sidenav li:nth-of-type(2) a {
  background: #24b89d;
}

.sidenav li:nth-of-type(3) a {
  background: #85c83c;
}

.sidenav li:nth-of-type(4) a {
  background: #24a437;
}

.sidenav li a::before {
  content: '';
  display: inline-block;
  width: 1.5em;
  height: 1.1em;
  background: url(../images/icon_home.svg) no-repeat;
  background-size: contain;
  background-position: center bottom;
  margin-right: .5em;
}

.sidenav li:nth-of-type(2) a::before {
  background: url(../images/icon_institute.svg) no-repeat;
}

.sidenav li:nth-of-type(3) a::before {
  background: url(../images/icon_recruit.svg) no-repeat;
}

.sidenav li:nth-of-type(4) a::before {
  background: url(../images/icon_mail.svg) no-repeat;
}

@media (max-width:1000px) {
  .sidenav {
    bottom: 0;
    height: 15vw;
    background: #fff;
    border-radius: 0;
  }
  .sidenav ul {
    width: 100vw;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border-radius: 0;
  }
  .sidenav li a {
    height: 15vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    padding: 1px;
    font-size: 3vw;
    border-radius: 0!important;
  }
  .sidenav li a::before {
    display: block;
    margin: .5em 0 .2em 0;
    width: 7vw;
    height: 3.5vw;
    background-position: center center!important;
  }
}

.mainw {
  max-width: 1100px;
  width: 95vw;
  margin: 0 auto;
}

.w980 {
  max-width: 980px;
  width: 95vw;
  margin: 0 auto;
}

@media (max-width:1000px) {
  .mainw, .w980 {
    max-width: 88vw;
    width: 88vw;
  }

}

.cflex {
  display: flex;
  width: 100%;
}


@media (max-width:1000px) {
.cflex {
    flex-direction: column;
    width: 88vw;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    height: fit-content;
  }
  
  .pbox .cflex {
    width: 100%;
  }

}

@media (max-width:1000px) {
  .cflex > * {
    width: 100%!important;
  }
}

.cbtn {
  opacity: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: linear-gradient(90deg, #24a437, #247549);
  padding: .5em 1.5em .5em 3em;
  color: #fff;
  width: fit-content;
  border-radius: 9999px;
  border: 5px solid #def1e1;
}

.cbtn.pdf {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}

.cbtn.blank {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
  padding-right: 2em;
}

.cbtn.arrow::after {
  content: '\02192';
  margin-left: 1em;
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.8, 1.2); 
}

.cbtn.pdf::after {
  content: '';
  margin-left: 1em;
  display: inline-block;
  width: 1.5em;
  height: 1.7em;
  background: url(../images/icon_pdf.png) no-repeat;
  background-size: contain;
}

.cbtn.blank::after {
  content: '';
  margin-left: 1em;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/icon_blank2.svg) no-repeat;
  background-size: contain;
  flex-shrink: 0;
}

  .for_sp {
    display: none !important;
  }

  .for_tab {
    display: none !important;
  }

  .for_nw {
    display: none !important;
  }

  @media (maxin-width:1001px) {
  .for_pc {
    display: block!important;
  }
  span.for_pc {
    display: inline!important;
  }
  }

@media (max-width:1000px) {
  .for_sp {
    display: block !important;
  }
  span.for_sp {
    display: inline!important;
  }
  .for_pc {
    display: none!important;
  }
}


.aw {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.showup.aw {
  left: 50%;
}

.r_arrow {
  display: inline-block;
  position: relative;
  padding-right: 1em;
}

.r_arrow::after {
  content: '';
  display: block;
  background: #FFF;
  width: .3em;
  height: calc(tan(60deg) * .3em);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.cbtn.r_arrow {
  padding-right: 1.5em;
}

.cbtn.r_arrow::after {
  right: .5em;
}

.btm_bg {
  padding-bottom: 200px;
}

footer {
  background: #e5f4e7;
  padding: 50px 0 10px 0;
  border-radius: 40px 40px 0 0;
  position: relative;
  z-index: 2;
}

footer #footer_cont {
  width: 98%;
  max-width: 1240px;
  margin: 0 auto;
}

footer .logo {
  display: inline-block;
  width: 60%;
  max-width: 145px;
}

footer .cflex {
  justify-content: space-between;
}

footer #footer_address,
footer #footer_nav {
  margin-bottom: 50px;
}

footer #footer_address {
  margin-top: 1.5em;
}

footer #footer_address .tel a {
  font-size: 1.4rem;
  color: #24a437;
}

footer #footer_address dt {
  margin-top: 1.5em;
}

footer #footer_address .mail {
  margin-top: .5em;
}

footer #footer_nav {
  margin-top: 1em;
}

footer #footer_nav ul {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(7, auto);
  gap: 0 3em;
  margin-top: .3em;
  margin-bottom: 60px;
}

footer #footer_nav ul li {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}

footer p#copy {
  font-size:12px;
  text-align: right;
  margin: 0 3em 1em 0;
}

@media (max-width: 1000px) {
  footer {
    padding-bottom: 22vw;
  }
  
  footer #footer_cont {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  
  footer #footer_cont *,
  footer p#copy {
    text-align: center;
    margin-right: 0;
  }
  
  footer #footer_nav {
    display: none;
  }
}


/* animation
  ---------------------------------------------------------------------- */

.showup {
  opacity: 0;
  transition: top 2s;
  position: relative;
  top: 80px;
  left: 0;
}

.showup.upview {
  opacity:1;
  top: 0;
}

.showleft {
  opacity: 0;
  transition: left 2s;
  position: relative;
  top: 0;
  left: -80px;
}

.showleft.leftview {
  opacity: 1;
  left: 0;
}

.showright {
  opacity: 0;
  transition: right 2s;
  position: relative;
  top: 0;
  right: -80px;
}

.showright.rightview {
  opacity: 1;
  right: 0;
}

.cb { background: #EFEBE1; }



@media (max-width: 1000px) {

}


/* slider */

.slider_photo.start {
  opacity: 1;
}

.slider_photo img {
  border-radius: 25px!important;
}

.slider_photo {
  opacity: 0;
  margin-top: 80px;
}

.slider_photo .slick-slide {
  margin-left: 1%;
}

.slider_photo div[data-slick-index="0"] img,
.slider_photo div[data-slick-index="2"] img,
.slider_photo div[data-slick-index="4"] img,
.slider_photo div[data-slick-index="6"] img
 {
   margin-top: 30px;
 }


/* ページ内リンク */


.cflex.page-navi {
  width: 100%;
  justify-content: center;
  gap: 4%;
  font-size: 1.05rem;
  margin-left: auto;
  margin-right: auto;
}
.cflex.page-navi li a {
  display: block;
  white-space: nowrap;
  position: relative;
  padding-right: 1.5em;
}

.cflex.page-navi li a::after {
  content: '';
  display: block;
  position: absolute;
  top: .6em;
  right: 0;
  width: .8em;
  height: .5em;
  background: #66bf73;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media (max-width: 1000px) {
  .cflex.page-navi {
    flex-direction: row;
  }
  .cflex.page-navi li {
    width: fit-content!important;
  }
}

@media (max-width: 640px) {
  .cflex.page-navi {
    justify-content: flex-start;
    max-width: fit-content;
    gap: .5em 2em;
  }
}

@media (max-width: 320px) {
 .cflex.page-navi {
   font-size: .9rem;
 }
}

@media (max-width: 280px) {
 .cflex.page-navi {
   grid-template-columns: repeat(1, max-content);
 }
}


/* お知らせ
---------------------------------------------------------------------- */

#news #news_list {
  width: 100%;
}

#news #news_list li {
  border-bottom: 3px solid #aeddb5;
  padding-bottom: 2em;
  margin-bottom: 2em;
}

#news li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#news .news_date {
  color: #24a437;
  margin-right: 1em;
  width: 5em;
}

#news span.news_tag {
  margin-right: 1em;
  display: inline-block;
  width: 9em;
  border: 2px solid #24a437;
  border-radius: 9999px;
  color: #24a437;
  font-size: .8em;
  padding: .1em;
  text-align: center;
}

#news span.news_tag.blog  {
  border-color: #c25a24;
  color: #c25a24;
}

#news #news_list li p {
  width: fit-content;
}

@media (max-width: 1000px) {
  #news #news_list li {
    padding-bottom: 1em;
  }
  #news #news_list li a {
    display: block;
  }

  #news #news_list li a span {
    margin-bottom: 1em;
  }
}





/* 下層ページ
---------------------------------------------------------------------- */

.sem {
  display: none;
}

.note {
  font-size: .8em;
}

article.sub {
  position: relative;
}

.sub img {
  border-radius: 6px;
}

.sub h3, .sub h4 {
  text-align: center;
}

.sub #mv {
  width: 96%;
  margin: 0 auto;
  aspect-ratio: 6 / 1;
  border-radius: 30px;
  padding: 50px 5% 50px 10%;
  background: url(../images/bg_tree.png) no-repeat #e5f4e7;
  background-size: 28%;
  background-position: -6% 50%;
  position: relative;
}

.sub #mv .mv_cont {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.sub .mv_cont figure {
  width: 38%;
  height: fit-content;
  margin-bottom: 0;
}

.sub #mv .classification {
  font-size: .8em;
  padding: .5em 0 .5em 6.5em;
  background: url(../images/index/services02.png) no-repeat;
  background-size: auto 85%;
  background-position: 15px center;
  line-height: 1.2;
  position: relative;
}

.sub #mv .classification::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #91dbce;
  border-radius: 2px;
}

.sub #mv .classification.attending {
  background: url(../images/index/services01.png) no-repeat;
  background-size: auto 80%;
  background-position: 20px center;
}

.sub #mv .classification.attending::before {
  background: #fabdb9;
}

.sub #mv .classification.home-care {
  padding-top: 1em;
  padding-bottom: 1em;
  background: url(../images/index/services03.png) no-repeat;
  background-size: auto 100%;
  background-position: 20px center;
}

.sub #mv .classification.home-care::before {
  background: #f6d09d;
}

.sub #mv .classification.nursery {
  padding-top: 1em;
  padding-bottom: 1em;
  background: url(../images/nursery.png) no-repeat;
  background-size: auto 70%;
  background-position: 20px center;
}

.sub #mv .classification.nursery::before {
  background: #f0dc22;
}

.sub #mv h2 {
  line-height: 1.4;
  margin: 1em 0;
}

@media (max-width: 1000px) {
  .sub #mv {
    padding: 10% 5%;
    border-radius: 20px;
    background-size: 40%;
    background-position: -6% -5%;
  }
  
  .sub #mv h2 {
    margin-top: 0;
    margin-bottom: 1.5em;
  }
  
  .sub #mv .mv_cont {
    display: block;
  }

  .sub #mv .mv_cont figure {
    width: 100%;
  }
  
  .sub #mv .classification {
    margin-bottom: 2em;
  }
}

@media (max-width: 640px) {
  .sub #mv {
    background-size: 65%;
    background-position: -30% -10%;
  }

  .sub #mv h2 {
    font-size: 7vw;
  }
}

.breadcrumb {
  list-style-type: none;
  display: flex;
  font-weight: 400;
  position: absolute;
  bottom: 10%;
  left: 11%;
}

.breadcrumb li {
  padding: 0 1.5em;
  text-align: center;
  position: relative;
  font-size: .8em;
}

.breadcrumb li:first-of-type {
  padding-left: 0;
}

.breadcrumb li a {
  text-decoration: underline;
  color: #24a437;
}

.breadcrumb li:not(:first-of-type)::before {
  content: '|';
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1000px) {
  .breadcrumb {
    display: none;
  }
}

.sub.institute #mv .mv_cont, .sub.network #mv .mv_cont,
.sub.aboutus #mv .mv_cont, .sub.recruit #mv .mv_cont,
.sub.contact #mv .mv_cont, .sub.access #mv .mv_cont, .sub.news #mv .mv_cont {
  display: flex;
  align-items: center;
} 

@media (max-width: 1000px) {
  .sub.institute #mv .mv_cont, .sub.network #mv .mv_cont,
  .sub.aboutus #mv .mv_cont, .sub.recruit #mv .mv_cont,
  .sub.contact #mv .mv_cont, .sub.access #mv .mv_cont, .sub.news #mv .mv_cont {
    display: block;
  } 
}



.sub .sub_cont {
  display: grid;
  justify-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (max-width: 1000px) {
  .sub .sub_cont {
    margin-top: 30px;
  }
}


.sub h4:not(.ptitle),
.sub .flow h5 {
  font-weight: 700;
}

.sub .ptitle, .sub .ctitle {
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.sub .ptitle {
  font-size: 2rem;
  color: #fff;
  background: #24b89d;
  border-radius: 6px;
  display: grid;
  place-items: center;
  padding: .2em .5em;
  margin-bottom: 1em;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.sub .ptitle.mfh {
  background: #f57c73;
}

.sub .ctitle {
  font-size: 2rem;
  margin-bottom: .5em;
  padding-bottom: .5em;;
  margin-top: 1em;
}

.sub .ctitle::after {
  content: '';
  display: block;
  width: 6em;
  height: .5em;
  margin: 0 auto;
  background: url(../images/h_bg.svg) repeat-x;
  background-position: center bottom;
}

@media (max-width: 640px) {
  .sub .ctitle {
    font-size: 5.8vw;
    padding: .3em;
  }
   .sub .ptitle {
     font-size: 1.4rem;
     padding: .3em;
   }
}


.sub .sec_txt {
  margin-bottom: 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;  
}

@media (max-width: 1000px) {
  .sub .sec_txt {
    max-width: 100%;
  }
}

.photos_list {
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 1%;
}

.photos_list li {
  width: 48%;
}

.photos_list.photos_main li,
.photos_list.col3 li {
  width: 31%;
}

.photos_list li figure {
  margin-bottom: 0;
}

.photos_list.photos_main li figure {
  margin-bottom: 30px;
}

@media (max-width: 1000px) {
  .photos_list.photos_main li figure {
    margin-bottom: 0;
  }
}


.photos_list.photos_main li:nth-of-type(-n+2) {
  width:49%;
}

.photos_list.photos_main li:not(:nth-of-type(-n+2)) figure {
  margin-bottom: 0;
}

figcaption {
  font-weight: 400;
  text-align: center;
  margin-top: .5em;
  font-size: .9em;
}

@media (max-width: 1000px) {
  figcaption {
    font-size: 1em;
  }
}

.pbox {
  border-radius: 30px;
  padding: 1em 4em;
  background: #ebf9f6;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 1000px) {
  .pbox {
    padding: 5% 3%;
  }
}

.pbox.feature {
  background: #faf8e6;
}

.sub .pbox h3, .sub .pbox h4 {
  margin-bottom :1em;
  text-align: center;
}

.sub .desc_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 880px;
  border-top: 2px solid #bde4c3;
  margin-bottom: 50px;
}

.sub .desc_list > * {
  border-bottom: 2px solid #bde4c3;
}

.sub .desc_list dt {
  color: #24a437;
  width: 30%;
  padding: 1em;
}

.sub .desc_list dd {
  width: 70%;
  padding: 1em;
  font-weight: 400;
}

@media (max-width: 1000px) {
  .sub .desc_list {
    display: block;
    max-width: 100%;
    margin-bottom: 3%;
  }
  
  .sub .desc_list dt,
  .sub .desc_list dd {
    width: 100%;
    padding: 3% 5%;
  }

  .sub .desc_list dt {
    border: none;
    padding-bottom: 0;
  }
}


.sub h4.under {
  font-size: 1.5rem;
  padding-bottom: .5em;
  position: relative;
  width: 100%;
}

.sub h4.under::before,
.sub h4.under::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.sub h4.under::before {
  background: #d3edd7;
}

.sub h4.under::after {
  width: 10%;
  left: 50%;
  transform: translateX(-50%);
  background: #24a437;
}

@media (max-width: 1000px) {
  .sub .flow.pbox {
    width: 100vw;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.sub .flow .sec_txt {
  text-align: center;
  color: #24a437;
  font-size: 1.5rem;
  letter-spacing: .1em;
  line-height: 1.3;
  font-weight: 500;
}

@media (max-width: 640px) {
  .sub .flow .sec_txt {
    font-size: 4.3vw;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

.sub .flow .sec_txt small {
  color: inherit;
  letter-spacing: 0;
}

.sub .flow .sec_txt span {
  border: 1px solid #24a437;
  padding: .1em .3em;
  display: inline-block;
  margin-right: 1em;
  border-radius: 5px;
  font-size: .65em;
  letter-spacing: 0;
}

.sub .flow .sec_txt small {
  color: #464646;
  font-weight: 400;
  font-size: .65em;
}


@media (max-width: 530px) {
  .sub .flow .sec_txt span, .sub .flow .sec_txt small {
    font-size: .8em;
  }
}


.flow, .flow ol {
  width: 100%;
}

.flow ol li {
  border: 2px solid #d3edd7;
  border-radius: 20px;
  background: #fff;
  padding: 1.5em 1.5em 1.5em 4em;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  position: relative;
}

.flow ol li > * {
  width: fit-content;
}

.flow ol li h5 {
  font-size: 1.2em;
  color: #24a437;
  font-weight: 500;
}

.flow ol li span {
  font-size: 2.5em;
  color: #24a437;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-right: 1em;
  position: relative;
  margin-top: -.2em;
}

.flow ol li:not(:last-of-type)::after {
  content: '';
  display: block;  position: absolute;
  bottom: -28px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 22px;
  background: url(../images/d_arrow.svg) no-repeat;
  background-size: 100%;
}

.flow ol li span::before {
  content: 'STEP';
  margin-right: .55em;
  font-size: .45em;
  color: #24a437;
  font-weight: 500;
  padding-top: .5em;
}

@media (max-width: 1000px) {
  .flow ol li {
    align-items: flex-start;
  }
  
  .flow ol li span {
    margin-top: -.3em;
  }
}

@media (max-width: 640px) {
  .flow ol li {
    padding: 5%;
  }
  .flow ol li span {
    margin-right: .5em;
  }
}


.section_map > .cflex {
  display: grid;
  grid-template-columns: 30% 67%;
  grid-template-rows: min-content 1fr;
  gap: 3%;
}

.section_map > .cflex .txt {
 grid-column: 1 / 2;
 grid-row: 1 / 2;
}

.section_map > .cflex .txt + div {
 grid-column: 1 / 2;
 grid-row: 2 / 3;

}

.section_map > .cflex .map {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
}

.section_map .map {
  aspect-ratio: 1.7 / 1;
  overflow: hidden;
  position: relative;
}

.section_map iframe {
  width: 100%;
  height: calc(100% + 300px);
  margin-top: -150px;
  border: 0;
}

.sub .section_map .cbtn {
  background: #24a437;
  width: 17em;
  margin-bottom: 15px;
}

.section_map .map a {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: #fff;
  padding: 5px 10px;
  font-size: .9em;
  font-weight: 400;
}

.section_map .map a:hover {
  opacity: 1;
}

.section_map dt {
  font-size: 1.1em;
  margin-bottom: 1em;
}


@media (max-width: 1000px) {
  .section_map > .cflex {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: max-content max-content max-content;
  }

  .section_map > .cflex .txt {
    grid-column: 1 / 1;
    grid-row: 1 / 2;
    margin-bottom: 3%;
  }

  .section_map > .cflex .txt dl.mb50 {
    margin-bottom: 0!important;
  }

  .section_map > .cflex .txt + div {
    grid-column: 1 / 1;
    grid-row: 3 / 4;
    display: grid;
    place-content: center;
  }

  .section_map > .cflex .map {
    grid-column: 1 / 1;
    grid-row: 2 / 3;
    margin-bottom: 3%;
  }
}