@charset "utf-8";

/*======================================================================*/
/*Module
/*======================================================================*/
.sp {  display: initial !important;}

.pc { display: none !important;}

.inner {
  padding: 0 20px;
}
.br-sp {
    display: block;
}

/*------------------------------------------*/
/*header
/*------------------------------------------*/
header .header_bg {
}

header .header-inner {
  padding: 30px 10px 10px;
  margin: 0;
}

.header_r {
	float: none;
}

header .logo {
  width: 50%;
}

header .main-catch {
  width: 100%;
  margin: 18vw auto 10vw;
  padding-left: 0;
}

header .header-cta {
  position: relative;
  margin: 1vw auto 0;
  padding: 20px;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
}

header .header-cta .header-cta-catch {
  padding: 0 20px;
}

header .header-cta .cta-btn {
  margin-top: 2vw;
}

header .header-cta .cta-btn > p {
  font-size: 6vw;
}

header .header-cta .tel-area {
  margin-top: 4vw;
}

header .header-cta .tel-area p {
  font-size: 1.2vw;
}

header .header-cta .tel-area p span {
  display: inline-block;
}

header .header-cta .tel-area .tel-catch {
  font-size: 4vw;
}

header .header-cta .tel-area > a {
  text-align: center;
  font-size: 6.2vw;
  pointer-events: auto;
}
header .main-catch-text {
    width: 30%;
    margin: 1em;
}



.up_logoarea_inner {
    padding: 0 10px 26px;
}


.up_logoarea_inner img{
 width: 40vw;
}

h1.main-title {
    font-size: 5vw;

}


/*------------------------------------------*/
/*contents-common
/*------------------------------------------*/
/*-section {
  padding: 10vw 0;
}*/

h2.ttl {
  font-size: 5.8vw;
	width:100%;
    text-align: center;
}

h2.space {
  margin: 2vw auto 3vw;
}

h2.ttl span {
  display: block;
}
.select p {
    padding: 10px 10px;
    margin: 0 20px;
    font-size: 130%;
}

.ctn {
    margin: 40px auto 0;
}

.default_subpageNav_list li {
    display: flex;
    align-content: stretch;
    padding: 0 0 10px;
}


.main-title {
    margin: 40px auto;
    font-size: 3rem;
}


.ttl {
    width: 100%;
    font-size: 3rem;
}

/*------------------------------------------*/
/*cta
/*------------------------------------------*/
section.cta {
  margin: 2vw auto;
}

section.cta .header-cta-catch {
  padding: 0 20px;
}

section.cta .cta-btn {
  margin-top: 2vw;
}

section.cta .cta-btn > p {
  font-size: 6vw;
}

/*------------------------------------------*/
/*about
/*------------------------------------------*/
section.about:first-child {
  margin: 0 auto;
}

section.about .program {
  margin-top: 6vw;
}


/*other-program*/
section.other-p {
  margin-top: 16vw;
}

section.other-p .inner {
 /* transform: translateY(-6vw);*/
}

section.other-p .program .p-name {
  width: 80%;
  margin: 0 auto 8vw;
  padding: 14px 0 18px;
  background-color: #4b2500;
  color: #fff;
  text-align: center;
  font-size: 3.6vw;
  border-radius: 6px;
}

section.other-p .program .p-type-area-box {
  width: 100%;
  margin-top: 30px;
  display: initial;
}

section.other-p .program .p-type-area-box li {
  margin: 5vw auto 0;
  display: block;
}

section.other-p .program .p-type-area-box li:first-child {
  padding-right: 0;
}

section.other-p .program .p-type-area-box li:last-child {
  padding-left: 0;
}

section.other-p .program .p-type-area-box li > p {
  color: #4b2500;
  font-size: 1.4rem;
}

section.other-p .bg-deco {
  bottom: -4vw;
}

#teach {
  margin-bottom: 5vw;
  width: 100%;
  height: auto;
  background-position: bottom center;
}


header .logo {
    float: none;
}
/*----------------------------------------------------------------------*/
/*subpageNav(in default pages)
/*----------------------------------------------------------------------*/
.default_subpageNav {
  box-sizing: border-box;
  padding: 20px 20px 10px;
}

.default_subpageNav_list {
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
      padding: 0;
}

.default_subpageNav_list li {
justify-content: space-between;
    align-items: flex-start;
    display: flex;
    width: 100%;
}
  .default_subpageNav_list li a {
    display: block;
    width: 100%;
    font-size: 1.45rem;
    border-width: 2px;
    border-top: 2px solid #fff;
    border-radius: 10px;
  }

  .default_subpageNav_list li a:after {
    position: absolute;
    margin-top: -10px;
    top: 50%;
    bottom: 8px;
	left: auto;
    right: 10px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom-color: transparent;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }
section#option {
    padding: 0;
}