@charset "utf-8";
/*======================================================================*/

/*Module
/*======================================================================*/

.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.fa-phone {
  transform: scale(-1, 1);
}

.sp {
  display: none !important;
}

.sans-serif {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.Cinzel {
}

.blue {
  color: #00a3c6;
}

.pink {
  color: #cf7d89;
}

.green {
  color: #8daa52;
}

.white {
  color: #fff;
}

.brown {
  color: #4b2500;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.br-sp {
  display: none;
}

/*======================================================================*/

/*fade-effect*/

/*======================================================================*/

.fade-in {
  opacity: 0;
  transition: 0.8s;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.slide-left {
  opacity: 0;
  transition: 0.8s;
  transform: translate(-200px, 0);
  -webkit-transform: translate(-200px, 0);
}

.slide-right {
  opacity: 0;
  transition: 0.8s;
  transform: translate(200px, 0);
  -webkit-transform: translate(200px, 0);
}

.slide-up {
  opacity: 0;
  transition: 0.8s;
  transform: translate(0, 200px);
  -webkit-transform: translate(0, 200px);
}

.slide-in {
  opacity: 1;
  transition: 0.8s;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*------------------------------------------*/

/*header
/*------------------------------------------*/
header {
  width: 100%;
}

header .header-inner {
  max-width: 100%;
  padding: 30px 0px;
  overflow: visible;
  margin: 0 auto;
}

.header_r {
  max-width: 500px;
  float: right;
}

header .logo {
  max-width: 150px;
  /* float: right; */
}

.main-title {
  max-width: 462px;
  margin: 50px auto;
  color: #144b7a;
  border: 6px solid #144b7a;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}

header .main-catch {
  max-width: 862px;
  margin-top: 150px;
  margin-left: 70px;
  color: #fff;
  font-size: 6rem;
  font-weight: bold;
  letter-spacing: 0;
}

header .main-catch-text {
  width: 20%;
  margin: 2em 0;
}

header .catch {
  text-align: center;
  color: #fff;
  margin: 0 0 30px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 1);
}

header .header-cta {
  position: absolute;
  bottom: -200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  /* margin: 0 0 0 25%; */
  max-width: 500px;
  /* margin-left: 40px;
  margin-top: 62px; */
  /* margin: 0 0 0 -18%; */
  padding: 20px;
  box-sizing: border-box;
  background: rgba(250, 250, 250, 0.8);
}

header .header-cta.white {
  color: #fff;
}

header .header-cta .header-cta-catch {
  max-width: 474px;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}

header .header-cta .cta-btn {
  width: 100%;
  margin-top: 15px;
  padding: 6px 0 10px;
  display: block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d04c4c+0,c31919+50,bc0000+50,c31919+100 */
  background: rgb(208, 76, 76);
  /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(208, 76, 76, 1) 0%,
    rgba(195, 25, 25, 1) 50%,
    rgba(188, 0, 0, 1) 50%,
    rgba(195, 25, 25, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(208, 76, 76, 1) 0%,
    rgba(195, 25, 25, 1) 50%,
    rgba(188, 0, 0, 1) 50%,
    rgba(195, 25, 25, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(208, 76, 76, 1) 0%,
    rgba(195, 25, 25, 1) 50%,
    rgba(188, 0, 0, 1) 50%,
    rgba(195, 25, 25, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d04c4c', endColorstr='#c31919', GradientType=0);
  /* IE6-9 */
  border-radius: 6px;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

header .header-cta .cta-btn:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

header .header-cta .cta-btn > p {
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
}

.up_logoarea {
  border-bottom: 2px solid #1d2087;
}

.up_logoarea_inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 26px;
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

/*------------------------------------------*/

/*select
/*------------------------------------------*/
.select {
  width: 100%;
  max-width: 960px;
  margin: 20px auto 0;
}

.select p {
  background: #ea5818;
  font-weight: bold;
  font-size: 220%;
  text-align: center;
  padding: 15px;
}

.select p a {
  color: #fff;
  text-decoration: none;
  display: block;
}

.select p a:hover {
  text-decoration: underline;
}

section#option {
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
}

/*------------------------------------------*/

/*ctn
/*------------------------------------------*/

.ctn {
  background: #ee0707;
  color: #fff;
  margin: 40px auto 0;
  padding: 20px;
}
.ctn img {
  width: 27px;
  margin-right: 10px;
}
.ctn p {
  font-size: 1.8rem;
  font-weight: bold;
}

.ctn table {
  font-size: 2rem;
  font-weight: bold;
}

/*----------------------------------------------------------------------*/
/*subpageNav(in default pages)
/*----------------------------------------------------------------------*/
.default_subpageNav {
  padding: 20px 0;
}

.default_subpageNav_list {
  list-style: none;
  display: flex;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
}

.default_subpageNav_list ul {
  display: flex;
  justify-content: space-between;
}

.default_subpageNav_list li {
  /*width: calc((100% - 20px)/3);←画像を横に3つ並べる場合*/
  width: 48%;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.default_subpageNav_list li p {
  background: #225886;
  color: #fff;
  vertical-align: middle;
}

.default_subpageNav_list li a {
  position: relative;
  font-size: 1.6rem;
  text-align: center;
}

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

/*------------------------------------------*/

/*cta
/*------------------------------------------*/

section.cta {
  max-width: 700px;
  margin: 62px auto;
  box-sizing: border-box;
}

section.cta .header-cta-catch {
  max-width: 474px;
  margin: 0 auto;
  text-align: center;
  box-sizing: border-box;
}

section.cta .cta-btn {
  width: 100%;
  margin: 15px 0 60px;
  padding: 6px 0 10px;
  display: block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d04c4c+0,c31919+50,bc0000+50,c31919+100 */
  background: rgb(87, 73, 249);
  /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgb(87 73 249) 0%,
    rgb(40 29 175) 50%,
    rgb(53 21 165) 50%,
    #0018c6 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgb(87 73 249) 0%,
    rgb(40 29 175) 50%,
    rgb(53 21 165) 50%,
    #0018c6 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgb(87 73 249) 0%,
    rgb(40 29 175) 50%,
    rgb(53 21 165) 50%,
    #0018c6 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d04c4c', endColorstr='#c31919', GradientType=0);
  /* IE6-9 */
  border-radius: 6px;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

section.cta .cta-btn:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

section.cta .cta-btn > p {
  text-align: center;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
}

section.cta .tel-area {
  margin-top: 20px;
}

section.cta .tel-area p {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
}

section.cta .tel-area .tel-catch {
  font-size: 2.2rem;
}

section.cta .tel-area i {
  padding-left: 10px;
}

section.cta .tel-area > a {
  max-width: 400px;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #333333;
  font-size: 3.7rem;
  font-weight: bold;
}

/*------------------------------------------*/

/*contents-common
/*------------------------------------------*/

.contents {
  width: 100%;
}

section {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.ttl {
  width: 300px;
  color: #161616;
  margin: 30px auto 0;
  text-align: center;
  font-weight: bold;
  font-size: 4rem;
  border-bottom: 4px solid #1d2087;
}

.annotation {
  margin: 2vw auto 6vw;
  padding: 12px;
  border: solid 1px #000;
  font-size: 1.4rem;
  letter-spacing: -0.015rem;
}

.right {
  float: right;
}

.left {
  float: left;
}

/*------------------------------------------*/

/*about
/*------------------------------------------*/

section.about {
  position: relative;
}

section.about .program {
  margin: 25px 0;
  z-index: 9999;
}

/*other-program*/

section.other-p {
  margin-top: 50px;
  padding: 0;
  overflow: visible;
}

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

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

section.other-p .program .p-type-area-box li {
  max-width: 960px;
  margin: 0 auto 50px;
}

section.other-p .program .p-type-area-box li:first-child {
}

section.other-p .program .p-type-area-box li:last-child {
}

section.other-p .program .p-type-area-box li > p {
  /* color: #4b2500; */
  font-size: 1.3rem;
  font-weight: bold;
  margin: 20px;
}

#teach {
  background-blend-mode: multiply;
  margin: 0 auto;
}

/*------------------------------------------*/

/*footer
/*------------------------------------------*/

footer {
  width: 100%;
}

footer .copyright {
  padding: 5px 0;
  color: #fff;
  background: #000;
  text-align: center;
  font-size: 1.2rem;
}

/*------------------------------------------*/

/*page_top_button
/*------------------------------------------*/

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 3rem;
}

#page-top a {
  background: #000;
  opacity: 0.5;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding-bottom: 8px;
  text-align: center;
  display: block;
  border: solid 1px #777;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#page-top a:hover {
  text-decoration: none;
  opacity: 0.3;
}

/*======================================================================*/

/*width:641~900px
/*======================================================================*/

@media screen and (max-width: 900px) {
  /*======================================================================*/
  /*Module
  /*======================================================================*/
  .inner {
    padding: 0 40px;
  }
  /*------------------------------------------*/
  /*contents-common
  /*------------------------------------------*/
  h2.ttl {
    font-size: 5vw;
  }
  h2.space {
    margin: 2vw auto;
  }
  section.about .program {
    margin-top: 3vw;
  }
  section.other-p {
    margin-top: 40vw;
  }
  section.other-p .inner {
    /*transform: translateY(-30vw);*/
  }

  .select p {
    margin: 0 40px;
  }

  section#option {
    padding: 0 35px;
  }
}

/*------------------------------------------*/
/*220310 追記
/*------------------------------------------*/
.p-type-area-box-innerlist {
  margin: -20px 0 0 0;
}
.p-type-area-box-innerlist li {
  margin: 0 20px 0 20px !important;
}

.p-type-area-box-innerlist p {
  margin: 0 !important;
}
