@charset "UTF-8";
html {
}
button,
*,
*:after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box; }
body {
  margin: 0;
	line-height: 1;
	-webkit-text-size-adjust: 100%; }
a {
	text-decoration: none; }
input[type="submit"],
a {
	-webkit-transition: opacity 1s ease-out;
	-moz-transition: opacity 1s ease-out;
	-ms-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out; }
input[type="submit"]:hover,
a:hover {
  color: #F170A4;
  text-decoration: underline; }
header a:hover,
footer a:hover  {
  text-decoration: none;
}
.clearfix {
  zoom: 1;
  overflow: hidden; }
.clearfix:after {
  content: "";
  display: block;
  clear: both; }
input {
  font-size: 16px; }
img {
  width: auto;
  max-width: 100%;
  line-height: 0;
  vertical-align: middle;
  border: none; }
.wysiwyg {
  word-break: break-word;
  line-height: 1.75; }
.wysiwyg table {
  width: 100%!important; }
.wysiwyg ol {
  margin-left: 16px;
  list-style-type: decimal; }
p {
  line-height: 1.75; }
ol,ul,li,dl,dt,dd {
  margin: 0;
  padding: 0; }
li {
  list-style: none; }
.sp-hide {
  display: block; }
.sp {
  display: none; }
.wrap {
  width: 100%;
  margin: 0 auto; }
.center {
  text-align: center; }
 time {
  display:inline-block; }
.flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex; }
.sns-btn {
	letter-spacing: -.4em;
  margin:16px 0; }
.sns-btn a {
  display: inline-block;
  color: #fff;
  padding: 10px 8px;
  text-align: center;
  background: #B5B5B6;
  font-size: 12px;
  min-width: 16%;
  width: 33.3%;
letter-spacing: normal;}
.sns-btn a:nth-child(1) {
  background: #036EB8; }
.sns-btn a:nth-child(2) {
  background: #2EA7E0; }
.sns-btn a:nth-child(3) {
  background: #13AE67; }
.iframe-wrap {
  position: relative;
  padding-top: 56.25%; }
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; } 
  .access a,
  footer > .footer-contact .tel a {
  text-decoration: none;
}
.access a {
  color: #707070;
}
@media (min-width: 769px) {
  .access a,
  footer > .footer-contact .tel a {
  pointer-events: none;
  cursor: default;
    text-decoration: none;
}
}  
@media screen and (max-width: 768px) {
  .wysiwyg figure,	
  .iframe-wrap {
    position: relative;
    padding-top: 56.25%; }
  .wysiwyg figure iframe,
  .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .wysiwyg figure img {
    margin-top: -56.25%; }
  .sp {
    display: block; }
  .sp-hide{
    display: none; }
  .prev-next a {
    width: 47%;
    margin: 0 1.5% 0 0; }
  .prev-next a {
      display: inline-block;
      margin: 8px 16px;}
  .prev-next a:nth-child(2) {
    margin: 0 0 0 1.5%; }
  .sns-btn a {
  	padding: 10px 4px;
  	font-size: 10px;
  	width: 33.3%;}
}  

/*★サイトの基準設定 -------------------------------------------------------------------------*/  
body {
  color: #707070;
  font-size: 16px;
  line-height: 1.5;
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",Sans-Serif; }

 /* font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",Sans-Serif;*/ 
a {
  color: #707070; }
.prev-next,
.wrap {
  max-width: 1200px; }
/*nav,h1,h2,h3,h4,h5 {
  letter-spacing: 0.1rem; }*/ 
.prev-next {
  margin: 40px auto 0;
  text-align: center; }
.prev-next a {
  display: inline-block;
  font-size: 12px;
  padding: 4px;
  font-weight: normal;
  line-height: 1;
  /*color: #fff;
  background: #c9caca;
  width: 15%;*/
  margin: 0 8px;
  max-width: 230px;
  float: none; }
.contents {
}
  
@media screen and (max-width: 768px) {
.wrap,
.contents .wrap {
  padding: 0 16px; }
.prev-next a {
  /*width: 47%;*/
  margin: 0 1.5% 0 0; }
.prev-next a:nth-child(2) {
  margin: 0 0 0 1.5%; }
}
h1,h2,h3,h4,h6 {
  margin: 0;
}
h2 {
  position:relative;
  display:inline-block;
  padding-bottom:4px;
  font-size:36px;
}
h2::first-letter {
  color: #F170A4;
}
h2::after {
background: url(../img/h2_bg.svg) repeat-x bottom center;
    /*background-size: contain;*/
    width:100%;
    height:5px;
    position:absolute;
    left:0;
    bottom:0;
    content:"";
}
h3 {
  color:#F170A4;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size:20px;
    margin-bottom:24px;
  }
}
/*★header -------------------------------------------------------------------------*/
header {
  width: 100%;
  margin: auto;
  padding: 8px 16px;
  position: fixed;
  background: rgba(255, 255, 255, .72);
  z-index: 9999; }
header ul {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 56px auto 0;
}
header ul li a {
  font-weight: bold;
}
header ul li a br.sp-hide {
  display: none;
}
header ul li img {
  width: 130px;
}
header .logo {
  text-align:left;
}
header .logo a {
  display:block; }
header a i {
	margin-right: 4px; }
.logo {
  text-align: center;
  padding-bottom:0;
}
.logo img {
  width: 160px;
}
header .logo img {
  width:64px;
}
header .logo + div {
  position: absolute;
  top: 16px;
  right: 24px;
  font-size: 10px;
  text-align:right;
}
header .logo + div div {
  width:116px;
  margin-bottom:8px;
}
header .logo + div span {
  display: block;
  text-align: right;
}

header ul + div {
  text-align: center;
  padding-top: 24px;
  font-size: 12px;
}
@media screen and (max-width:768px) {
.sp-hide{
  display: none; }
header .logo {
  width: 40%;
  padding-bottom: 0;
}
header {
    /*padding: 39px;*/
    padding: 7px 16px;
}
}

/*ハンバーガーメニュー*/
#menuToggle {
  position: fixed;
  top: 0;
  right: 0;
  padding: 23px 24px;
  z-index: 9999;
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle a {
  text-decoration: none;
  color: #707070;
  font-weight: bold;
  transition: color 0.3s ease;
}
#menuToggle a:hover {
  opacity: .5;
}
#menuToggle input {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
  -webkit-touch-callout: none;
}
#menuToggle span {
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  background: #F170A4;
  border-radius: 3px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}
#menuToggle span:first-child {
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(4px, -1px);
  background: #F170A4;
}
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, 5px);
}
#menu {
  position: fixed;
  width: 100%;
  /* height: calc(100vh + 100px); */
  top: 77px;
  right: 0;
  margin: 0 0 0 0;
  padding: 40px 24px;
  /* padding-top: 24px; */
  /*background: rgba(0,0,0,.7);*/
  background: rgba(255, 255, 255, .9);
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  text-align: center;
}
@media screen and (max-width:768px) {
  #menu {
    width: 100%;
    transform: translate(100%, 0);
  }
  /*#menu {
    top: 49px;
  }*/
  #menu > div {
    flex-wrap: wrap;
  }
  #menu > div ul {
    padding: 0;
    width: 100%;
  }
   #menu > div ul + ul{
    margin-top: 24px;
  }
}
#menu > div {
  display: flex;
  justify-content: center;
}
#menu > div ul {
  padding: 0 4%;
}
#menu li{
  padding: 10px 0;
  font-size: 16px;
}
#menuToggle input:checked ~ ul
{
  transform: none;
}


/*画像エフェクト*/
.fadeIn{
animation-name:fadeInAnime;
animation-duration:5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/*★footer -------------------------------------------------------------------------*/
footer {
  margin-top:0;
  padding: 0;
  text-align: center;
  background: #FFFAE6; }
footer > .footer-contact span {
  /*margin-top: -40px;*/
  margin-bottom: 24px;
}
footer > .footer-contact > div img {
  width: 50%;
  max-width:322px;
}
footer > .footer-contact span img {
  width: 160px;
}
footer > .footer-contact a {
  text-decoration: underline;
  display: inline-block;
  margin-left: 16px;
}
footer > .footer-contact div + div {
  font-weight: bold;
}
footer > .footer-contact + div {
  padding: 56px 24px 24px;
  background-color: #FFFAE6;
}
footer .tel {
    display: inline-block;
    background: #FFDEEB;
    padding: 24px;
    /* color: #fff; */
    font-weight: bold;
    font-size: 20px;
    margin-top: 16px;
  }
footer > .footer-contact > .tel img {
    width: auto;
    height: 20px;
    margin-right: 4px;
  }
footer > .footer-contact + div + div {
  margin-top: 0;
  padding: 40px;
   background-color: #F170A4;
   display: flex;
   justify-content: flex-start;
}
footer > .footer-contact p {
  padding: 0 24px;
}
footer > .footer-contact span {
  display: block;
}
footer > .footer-contact + div + div a {
  margin-right: 16px;
  color:#fff;
}
footer small {
  display: inline-block;
  margin-left: auto;
  font-size: 16px;
  color:#fff;
}
footer ul {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto 24px;
}
footer ul a {
  font-weight: bold;
}
footer ul.sns {
    justify-content: center;
    margin-top: 24px;
    margin-bottom: 0;
}
footer ul.sns a {
  padding: 16px;
}
@media screen and (max-width: 768px) {

footer > .footer-contact span {
  margin-top: 0;
}
footer > .footer-contact span img {
    width: 100px;
}

}

input[type="submit"].btn,
.btn {
  background:#F170A4;
  color:#fff;
  border-radius: 28px;
  font-weight: bold;
  padding: 10px 1em;
  display: inline-block;
  border: none;
  font-size: 16px;
}
.btn a {
  color:#fff;
}
.btn a:hover,
input[type="submit"].btn a:hover,
button.btn:hover,
input[type="submit"].btn:hover,
.btn:hover {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  opacity:.7;
}
input[type="submit"].btn.btn_c {
background:#F170A4;  color: #fff;
}
input[type="submit"].btn.btn_c:hover {
background:#F170A4;  color: #fff;
  /*background-color: #FFDD17;
  color: #F170A4;*/
}
#pagetop {
  display: inline-block;
    position: fixed;
    bottom: 100px;
    right: 24px;
}
#pagetop img {
  width: 64px;
}

dd {
  line-height: 1.75;
}
dd p:first-child {
  margin-top: 0;
}

/*top---------------------------------------------*/

.catch {
  position: relative;
}
.catch img {
    aspect-ratio: 3/2;
    max-height: 100vh;
    width: 100vw;
    object-fit: cover;
}
.catch h1 {
  position: absolute;
  width: 100%;
  top: 55%;
  text-align: center;
  color: #fff;
    font-size: 40px;
    font-weight: 500;
}
.top .news {
  background-color: #FFECF4;
  padding: 24px;
  /*background-image: url(../img/topbg.png);
  background-position: right bottom;
  background-repeat: none;
  background-repeat: no-repeat;
  background-size: 50%;*/
}
.top .news > div {
   max-width: 1200px;
  margin: 0 auto; 
}
.top .news dl {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.top .news dt {
  width: 20%;
}
/*.top .news dt div {
  text-align: right;
}*/
/*.top .news dt div span {
width: 0;
  height: 0;
  border-left: 8px solid #FF8373;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-right: 6px;
  display: inline-block;
}*/
.top .news li {
  margin-bottom: 16px;
  text-align:left;
}
.top .news li time {
  margin-right: 1em;
}
.top .news dd {
  width: 80%;
  text-align:right;
}
.top .bana {
  padding: 64px 24px;
}
.top .bana > div {
  max-width: 1200px;
  margin: 0 auto;
}
.top .bana ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top .bana li {
  width: 30%;
}
.top .monte {
  background-color: #D1E9FF;
  padding: 24px;
  background-image: url(../img/topbg.png);
  background-position: right bottom;
  background-repeat: none;
  background-repeat: no-repeat;
  background-size: 50%;
}
.top .monte > div {
  max-width: 1200px;
  margin: 0 auto;
}
.top .monte h2 {
  width: 35%;
    margin: 0 auto;
}
.top .monte dl {
  display: flex;
  justify-content: space-between;
  margin: 64px  0 120px;
}
.top .monte dt {
  width: 35%;
}
.top .monte dd {
  width: 60%;
}
.top .option {
  padding: 24px;
}
.top .option > div {
  max-width: 1200px;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top .option dl {
  width: 35%;
}
.top .option dd {
  padding: 24px 0;
  width: 80%;
  margin: 0 auto;
}
.top .option h2 {
  width: 100%;
  text-align: center;
    margin-top: -40px;
    margin-bottom: -40px;
}
.top .option h2 img {
  width: 30%;
}
.top .access {
  background-color: #fff;
  padding: 24px;
  background-image: url(../img/topbg.png);
  background-position: right bottom;
  background-repeat: none;
  background-repeat: no-repeat;
  background-size: 50%;
  margin-bottom:60px;
  padding-bottom:80px;
}
.top .access > div {
    max-width: 1200px;
  margin: 0 auto;
}
.top .access dl {
  display: flex;
  justify-content: space-between;
  /*margin: 0 0 120px;*/
}
.top .access dt {
  width: 55%;
}
.top .access dd {
  width: 40%;
}
.top .access dd div {
  text-align: center;
}
.access h2 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.news h2 img{
  width: 100%;
  max-width: 400px;
}
.access h2 img {
  width: 100%;
  max-width: 426px;
}
@media screen and (min-width: 769px) {
  #menuToggle {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  button.btn {
    margin-bottom: 16px;
  }
  .top .news li time {
    margin-right: 0;
    width: 100%;
    margin-bottom: 4px;
    font-weight: bold;
  }
  .catch img {
  height: 50vh;
  }
  .catch h1 {
    font-size: 18px;
  }
  .top .news dl {
    flex-wrap: wrap;
  }
  .top .news dt {
    text-align:center;
  }
  .top .news dt,.top .news dd {
    width: 100%;
  }
  .top .news dd {
    text-align: center;
  }
  .top .news dd img {
    width: 50%;
  }
  .top .bana ul li {
    width: 100%;
    margin-bottom: 24px;
  }
  .top .bana ul li:nth-last-child {
    margin-bottom: 0;
  }
  .top .bana ul {
    flex-wrap: wrap;
  }
  .top .monte h2 {
    width: 100%;
  }
  .top .monte dl {
    flex-wrap: wrap;
  }
  .top .monte dt,.top .monte dd {
    width: 100%;
  }
  .top .monte dl + dl dt {
    order: 0;
  }
  .top .monte dl + dl dd {
    order: 1;
  }
  .top .option > div {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .top .option > div dl {
    width: 100%;
    margin-top: 24px;
  }
  .top .option > div dl:nth-child(1) {
    order: 1;
  }
  .top .option > div dl:nth-child(2) {
    order: 2;
  }
  .top .option > div dl:nth-child(3) {
    order: 3;
  }
  .top .option > div dl:nth-child(4) {
    order: 4;
  }
  .top .option h2 {
    order: 0;
    margin: 0 0 40px;
  }
  .top .option h2 img {
    width: 80%;
  }
  .top .news,
  .top .monte,
  .top .access {
    background-size: 100%;
  }
   .top .access {
    text-align:center;
   }
  .top .access dl {
    flex-wrap: wrap;
  }
  .top .access dt,.top .access dd {
    width: 100%;
  }
  .top .access dd {
    margin-top: 24px;
  }
  header ul + div,
  header ul,
  header .logo + div {
    display: none;
  }
  footer ul {
    flex-wrap: wrap;
  }
  footer li {
    width: 100%;
    margin-bottom: 8px;
  }
  footer > div + div {
    justify-content: center;
    flex-wrap: wrap;
  }
  footer ul.sns {
    flex-wrap: nowrap;
  }
   footer ul.sns li {
    width: auto;
    margin-bottom: 0;
   }
  footer small {
    margin-left: 0;
  }
}
.montemare {
  padding:64px 0;
  text-align:center;
}
.activity {
  background:#FFFAE6;
}
.bana {
  background:#FFECF4;
}
.bana > div {
  max-width:1200px;
  margin:0 auto;
}
.bana ul {
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.bana ul li {
  text-align:center;
}
.activity {
      position:relative;
      padding:24px 0 64px;
}
.m-method {

}
.activity h3 {
  margin:40px 0;
}
.activity .wrap {
  display: flex;
    justify-content: space-between;
    padding:40px 16px;
  }
  .o-img {
    width: 50%;
   /* position:absolute;
    top:0;
    right:0;*/
  }
  /*.activity .wrap .o-img::after {
   content: "";
   clear: both;
   display: block;
  }*/
  .activity .wrap .m-img {
width:50%;
  }
  .activity .wrap .m-box {
width:45%;
  }
  .btn-box {
    text-align:center;
  }
  .bana h3 {
    margin:16px 0;
  }
.montemare p {
  margin:40px 0;
}
@media screen and (max-width: 768px) {
  .activity .wrap {
    flex-wrap:wrap;
    text-align:center;
  }
  .activity .wrap .m-img,
  .activity .wrap .m-box,
  .o-img,
  .activity .wrap > div {
    width:100%;
  }
  .activity .wrap.f-reverse {
    flex-direction: column-reverse;
  }
  .activity h3 {
    margin: 16px 0;
  }

}
/*about-----------------------------------*/
.box > div {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding:24px; 
  text-align:center;
}
.page .contents {
  padding-top: 205px;
}
.page .catch img {
    height: 300px;
       /* opacity: 0.4!important;*/
}
.page .catch h1 {
    font-weight: normal;
    /*letter-spacing: .1em;*/
    font-size: 40px;
    top:44%;
}
.page h2 {
    text-align: center;
    margin: 40px 0;
    font-weight: normal;
}
.page h2 + div {
  line-height: 2;
  font-size: 20px;
  margin: 40px auto;
}
.page.about h2 + div + div,
.page.about h2 + div {
  text-align: center;

  }
.page h2 + div p {
  line-height:2.25;
  font-size:16px;
  letter-spacing: .05em;
  
}
.box.bg {
  /*background-color: rgba(203,236,216,.7);*/
  background-color:#FFECF4;
}
.box.bg2 {
  background-color:#FFFAE6;
}
#menu li.add {
  display: none;
}
@media screen and (min-width: 769px) {

.fadeDown#menuToggle {
  display: block;
}
header ul li:nth-child(4){
    margin-left: -3em;
    padding-right: 1em;
    padding-left: 2em;
  }
#header.HeightMin + nav #menuToggle {
  display: block;
}
#header.HeightMin + nav #menu {
    width: 100%;
    transform: translate(100%, 0);
    top: 70px;
    padding-bottom: 96px;
}
#header.HeightMin + nav #menu li.add {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 24px;
  font-size: 14px;
}
#header.HeightMin  .logo + div {
  display: none;
}
#header.HeightMin + nav #menuToggle input:checked ~ ul {
    transform: none;
}
/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#header.HeightMin{
  position: fixed;
    z-index: 999;/*最前面へ*/
  height:70px;
  animation: DownAnime 0.5s forwards;
  overflow: hidden;
}

@keyframes DownAnime{
  from {
    opacity: 0;
  transform: translateY(-170px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 以下は検証用のレイアウトのための CSS*/
nav ul{
list-style: none;
display: flex;
justify-content: center;
}

nav ul li a{
text-decoration: none;
color: #666;
padding:10px;
}

section{
padding:300px 0;
}

/*fadeDownクラスが付与された後のボタンの出現アニメーション設定*/
.fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    display: block;
}
@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
/*.doneクラスがついたヘッダー*/
#header.dnone {
  opacity: 0;/*透過0にして非表示に*/
}

/*メニューボタンをクリックした際に付与されるpanelactiveクラスがついたら*/
#header.dnone.panelactive {
  opacity: 1;/*不透明にして出現*/
}


}


@media screen and (max-width: 768px) {
  .page .contents {
      padding-top: 77px;
  }
  .page .catch img {
    height: 100px;
  }
  .page .catch h1 {
    font-size: 24px;
        top: 35%;
  }
  .page h2 {
    margin: 24px 0;
    font-size: 20px;
  }
  .page h2 + div p {
  font-size: 14px;
    text-align: left;
  }
  #pagetop {
    right: 20px;
  }
  #pagetop img {
    width: 48px;
  }
}
.page-contact footer .btn {
  display: none;
}
.faq dl {
  margin-bottom: 40px;
}
.faq dl dd {
  display: flex;
  justify-content: flex-start;
  margin-top: 16px;
  align-items: baseline;
  text-align: left;
}
.faq dl dt {
  font-weight: bold;
  text-align:left;
}
.faq dl span {
  font-weight: bold;
  font-size: 22px;
  color: #F170A4;
  margin-right: 8px;
}
.enrollment table .bg,
.option table .bg {
  background: #F170A4;
}
.enrollment table,
.option table {
  border-top: 1px solid #F170A4;
  border-left: 1px solid #F170A4;
  border-collapse: collapse;
}
.enrollment table th,.enrollment table td,
.option table th,.option table td {
  border-right: 1px solid #CBECD8;
  border-bottom: 1px solid #CBECD8;
  padding: 8px 12px;
}
.option table.price th {
  text-align: center;
}
.option table.price td {
  text-align: right;
}
.enrollment table th {
width: 9em;
}
.bx-wrapper {
    -moz-box-shadow: none!important;
     -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: none!important;
    background: none!important;
    margin-bottom: 0!important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #CBECD8!important;
    }

.aboutdl {
      display: flex;
    justify-content: space-between;
}
.aboutdl dt {
    font-size: 16px;
}
.page h2 + div.aboutlogo {
  margin: -40px auto 40px;
}
.page h2 + div.aboutlogo img{
  width: 130px;

}
.aboutul li {
  text-align: left;
}
.aboutul h4 {
      line-height: 2;
      text-align: left;
}
@media screen and (min-width: 768px) {
.aboutdl dt {
      width: 60%;
    text-align: left;
}
.aboutdl dd {
    width: 36%;
    display: flex;
}
.aboutdl dd img {
  object-fit: cover;
  }
.aboutul li {
  width: 30%;
}
.faq dl dt time {
  display: inline-block;
  margin-right: 1em;
}
}
.page.about .catch + .box {
  text-align: center;
}
.aboutul {
  display: flex;
    justify-content: space-between;
    margin: 40px 0 0;
}

@media screen and (max-width: 768px) {
  .aboutul,.aboutdl {
    flex-wrap: wrap;
  }
  .aboutul li {
  width: 100%;
}
.aboutdl dt {
  margin-bottom: 24px;
  width: 100%;
  text-align: left;
}
.aboutdl dd {
  width: 100%;
  }
  .page.about p {
    text-align: left;
  }
  .page h2 + div.aboutlogo {
    margin: 40px auto 40px;
}
.faq dl dt time {
  display: block;
  margin-bottom: 8px;
}
}
.page p {
  line-height: 2.25;
}
.faq.news dl dt {
    padding-bottom: 8px;
    margin-bottom: 24px;
    border-bottom: 2px dotted #F170A4;
}
.faq.news dl dd {
  display: block;
  text-align:left;
}
.faq.news dl dt span {
  font-size: 16px;
}
.top .access h3 {
  font-size: 20px;
}
.p-ind {
  margin-left: 6px;
}
.faq dd a {
  color: #FF8373;
  text-decoration: underline;
}
/*
footer > .footer-contact .tel {
  padding: 20px 24px;
}
footer > .footer-contact .tel a {
  text-decoration: none;
  margin-left: 0;
}
footer > .footer-contact .tel a img {
  height: 28px;
  width:auto;
  margin-left: 0;
  margin-right: 8px;
  vertical-align: bottom;
}
@media screen and (min-width: 769px) {
footer > .footer-contact .tel + .tel {
  margin-left: 24px;
}
}
*/
.page.about .box.bg h2 {
margin-bottom: 0;
}
.page.about .box.bg p {
  text-align: center;
}
.sp-footbar {
  display: none;
}


@media screen and (max-width: 768px) {
  .sp-footbar {
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
        z-index: 9999;

  }
  .sp-footbar a {
    width: 50%;
    padding: 16px;
  color: #fff;
  background: #F170A4;
  display: block;
  text-align: center;
  font-weight: bold;
  }
  .sp-footbar a:hover {
    text-decoration: none;
  }
.sp-footbar a img {
  height: 24px;
  width:auto;
  margin-right: 8px;
  vertical-align: bottom;
}
}

.staff ul {
  display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.staff ul li {
  width:30%;
  margin-bottom:40px;
}
.staff ul::after{
  content:"";
  display: block;
  width:32%;
}
.staff ul li h3 {
  text-align:left;
  font-size:20px;
  margin:12px 0 0;
}
.staff ul li h4 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 12px;
  }
.page.about .box.bg.staff p,
.staff ul li p{
  text-align:left;
  font-size:16px;
  margin:0;
}
.box > div.m-flow {
  padding-bottom:104px;
}
.m-flow img {
  width:100%;
  max-width:596px;
}
@media screen and (max-width: 768px) {
.staff ul li {
  width:100%;
  margin-bottom:40px;
}
}
.s-thumb {
  display:flex;
  justify-content:space-between;
  margin:40px 0;
}
.s-thumb li {
  width:23%;
}
.sougei {
  padding-bottom:40px;
}
.sougei div img {
  width:100%;
  max-width:450px;
}
ul.timeline {
  list-style: none;
  background:none;
  display:inline-block;
  margin-top:24px;
}
ul.timeline > li {
  margin-bottom: 60px;
  list-style-type:none;
  padding-left:0;
}
ul.timeline > li::before {
  display:none;
}
ul .timeline-content p {
  font-size:15px;
  font-weight:bold;
} 
 ul .timeline-date {
    font-weight:bold;
    font-size:15px;
  }
/* for Desktop */
/*@media (min-width : 769px ){*/
  ul.timeline > li {
    overflow: hidden;
    margin: 0;
    position: relative;
    width:100%;
  }
  ul .timeline-date {
    width: 67px;
    float: left;
    /*margin-top: 20px;*/
    margin:0;
  }
  ul .timeline-content {
    /*width: 75%;*/
    float: left;
    border-left: 3px #FFECF4 solid;
    padding: 0 0 10px 20px;
    text-align:left;
  }
  ul .timeline-content p {
    margin:0;
    /*padding-top: 20px;*/
  }
  ul .timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #F170A4;
    position: absolute;
    left: 63px;
    top: 12px;
    border-radius: 100%;
  }
/*}*/
/*@media screen and (max-width: 768px) {

ul.timeline > li {
  margin-bottom:0;
}
ul.timeline > li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .page.about p {
    margin-right:1em;
  }
}*/
header .logo a {
  display:none;
}
header.HeightMin .logo a {
  display:inline-block;
}
.box h3 + p{
  margin-bottom:40px;

} 
.faq.news dl dt span {
  display:none;
}
.faq.news dl dt {
  border-bottom:none;
  position:relative;
}
.faq.news dl dt::after {
    background: url(../img/h2_bg.svg) repeat-x bottom center;
    /* background-size: contain; */
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
}
.news .box li {
  text-align:left;
  margin-bottom:16px;
}
.news .box li time {
    margin-right: 1em;
}
.news .box li a:hover {
  text-decoration:underline;
}
.news .box + .btn {
    margin: 10px auto 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12em;
  }
  .faq.news dl dd img,
  .o-img img,
  .sougei div img,
  .staff ul li,
   .m-img img,
  .staff ul li img,
  .s-thumb li img {
    border-radius:24px;
  }
.staff ul li img {
aspect-ratio: 4 / 3;
    object-fit: cover;
    object-position: top;
  }

@media screen and (max-width: 768px) {
  header .logo a {
    display: block;
}
.s-thumb {
    flex-wrap: wrap;
}
.s-thumb li {
    margin-bottom: 16px;
    width: 48%;
  }
  .faq.news dl dd img,
  .o-img img,
  .sougei div img,
  .staff ul li img,
   .m-img img,
  .staff ul li img,
  .s-thumb li img {
    border-radius:16px;
  }
}
ruby rt {
      translate: 0 .4em;
      font-size: 14px;
    font-weight: normal;
}
.staff-text {
  padding-bottom:40px;
}
