@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
}

/*
一般設定
 */
body {
  background-color: #111b39;
}

a:hover {
  text-decoration: none;
}

a:hover img {
  opacity: 0.7;
}

.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.deny {
  text-decoration: line-through;
}

img {
  max-width: 100%;
}

.content .yellow {
  color: #fff100;
}

.content .red {
  color: #e60012;
}

.content .blue {
  color: #111b39;
}

.content .bold {
  font-weight: bold;
}

.content .big {
  font-size: 4rem;
}

.content .large {
  font-size: 2.4rem;
}

.content .small {
  font-size: 1.4rem;
}

.flex {
  /*一列にするためのコメントアウト*/
  /*display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;*/
}

i {
  display: inline-block;
  margin-right: 0.6rem;
}

.box {
  /*一列にするためのコメントアウト*/
  /*width: 49%;*/
}

.sp {
  display: none;
}

@media screen and (max-width: 480px) {
  .sp_none {
    display: none;
  }
  .sp {
    display: inline-block;
  }
}

.wrapper {
  width: 100%;
  max-width: 1286px;
  margin: 0 auto;
}

.content {
  padding: 0 2rem;
}

.cont01 p, .cont01 a {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6;
  /*一列にするための追加*/
  text-align: center;
}

.main {
  background-color: #c7e7ed;
}

.first_text {
  text-align: center;
  padding: 40px 0;
}

.first_text p.text01 {
  color: #FFF;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
  font-size: 3rem;
}

.first_text p.text02 {
  text-align: left;
  margin-bottom: 30px;
}

.white_bg .gray {
  background-color: #e3eef1;
  border-radius: 25px;
  padding: 25px;
  margin-bottom: 3rem;
}

.white_bg .gray h2 {
  font-size: 4rem;
  margin-bottom: 2rem;
  /*一列にするための追加*/
  text-align: center;
  color: #1C2A55;
}

.white_bg .gray h2 span {
  font-size: 2rem;
}

.white_bg .gray p {
  font-size: 1.8rem;
  line-height: 1.8;
  /*一列にするための追加*/
  text-align: left;
  color: #111b39;
  font-weight: bold;
}

.white_bg .gray p.small {
  font-size: 1.4rem;
}

.white_bg .recommend h2, .white_bg .merit h2 {
  background-color: #111b39;
  color: #fff;
  text-align: center;
  padding: 10px;
  position: relative;
  margin: 60px auto 30px;
}

.white_bg .recommend h2:after, .white_bg .merit h2:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 30px 32px 0;
  border-color: transparent #ffffff transparent transparent;
}

.white_bg .recommend h2:before, .white_bg .merit h2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 0 32px 30px;
  border-color: transparent transparent transparent #ffffff;
}

.white_bg .recommend p, .white_bg .merit p {
  color: #111b39;
  font-size: 1.8rem;
  font-weight: bold;
}

.white_bg .recommend .flex, .white_bg .merit .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.white_bg .recommend ul li, .white_bg .merit ul li {
  color: #111b39;
  font-size: 1.8rem;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
}

.list {
  padding-top: 100px;
  padding-bottom: 100px;
}

.list .detail {
  /*一列にするためのコメントアウト*/
  /*margin-bottom: 3rem;*/
  margin-bottom: 6rem;
}

.list .detail h3 {
  /*一列にするためのコメントアウト*/
  padding: 0.3rem 1rem;
  border: solid 1px #fff100;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  /*display: inline-block;*/
  margin-bottom: 1.4rem;
  /*width: 160px;*/
  text-align: center;
}

.list .detail .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list .detail .flex p {
  text-align: left;
}

.white_bg {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cont02 p, .cont02 a {
  color: #000;
  font-size: 1.8rem;
  line-height: 1.6;
}

.white_bg h2 {
  font-size: 2.8rem;
  line-height: 1.6;
  font-weight: bold;
  padding: 0 0 2rem;
}

.blue {
  color: #171c61;
}

.white_bg .flex .box {
  border: solid 2px #171c61;
  border-radius: 25px;
  overflow: hidden;
  margin-bottom: 4rem;
}

.white_bg .flex .box h3 {
  font-size: 2.6rem;
  background-color: #171c61;
  color: #fff;
  font-weight: bold;
  padding: 0.4rem 2rem;
}

.white_bg .flex .box p {
  padding: 0 2rem;
}

.white_bg .flex .box p.large {
  margin: 0.5rem 0;
}

.white_bg .flex .box .day {
  margin-bottom: 2rem;
}

.white_bg .flex .box .day p.date {
  margin-bottom: 1.4rem;
}

.white_bg .flex .box .day p.date label {
  background-color: #fff100;
  display: inline-block;
  padding: 0 1rem;
  margin-right: 2rem;
}

.white_bg .flex .box .day p.dot {
  padding-left: 2em;
  text-indent: -1em;
}

.img_back {
  /*background: url("../img/img_bg.png") no-repeat;
  background-position: center right;
  background-size: contain;
  padding-bottom: 4rem;*/
}

.block {
  margin-bottom: 2rem;
}

.block h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}

.block h3 span {
  font-size: 2.2rem;
  font-weight: bold;
}

.block p.dot {
  padding-left: 1em;
  text-indent: -1em;
}

.tutor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #171c61;
  border: solid 2px #171c61;
  /*background: rgba(23,28,97,1);
background: -moz-linear-gradient(left, rgba(23,28,97,1) 62%, rgba(100,104,150,1) 71%, rgba(255,255,255,0) 89%);
background: -webkit-gradient(left top, right top, color-stop(62%, rgba(23,28,97,1)), color-stop(71%, rgba(100,104,150,1)), color-stop(89%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(left, rgba(23,28,97,1) 62%, rgba(100,104,150,1) 71%, rgba(255,255,255,0) 89%);
background: -o-linear-gradient(left, rgba(23,28,97,1) 62%, rgba(100,104,150,1) 71%, rgba(255,255,255,0) 89%);
background: -ms-linear-gradient(left, rgba(23,28,97,1) 62%, rgba(100,104,150,1) 71%, rgba(255,255,255,0) 89%);
background: linear-gradient(to right, rgba(23,28,97,1) 62%, rgba(100,104,150,1) 71%, rgba(255,255,255,0) 89%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#171c61', endColorstr='#ffffff', GradientType=1 );
  ;*/
  margin-bottom: 2rem;
}

.tutor .text {
  padding: 1rem 2rem;
}

.tutor .text p {
  font-size: 1.6rem;
  color: #fff;
}

.tutor .text p span.large {
  font-size: 2rem;
  font-weight: bold;
}

.tutor .text a {
  font-weight: bold;
  color: #fff;
}

.tutor .img {
  width: 160px;
}

.tutor .profile {
  width: 100%;
  border-top: solid 1px #fff;
  padding: 2rem;
}

.tutor .profile p {
  font-size: 1.4rem;
  color: #fff;
}

.tutor .profile p a {
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
}

.red_back {
  background-color: #e60012;
  border-radius: 25px;
  padding: 2rem;
}

.red_back p {
  color: #fff;
}

.red_back p.attention {
  margin-bottom: 1rem;
}

.red_back p.attention i {
  color: #fff;
}

.red_back dt, .red_back dd {
  color: #fff;
  font-size: 1.8rem;
}

.red_back dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2rem;
}

.red_back dt {
  width: 120px;
}

.red_back dd {
  width: calc( 100% - 120px);
}

.red_back dd a {
  color: #fff100;
}

footer {
  margin-top: 6rem;
  text-align: center;
}

footer .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .logos a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 2rem;
  width: 220px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

footer .foot_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: solid 1px #000;
  padding: 2rem 1rem 0;
}

footer .foot_box p {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #000;
}

@media screen and (max-width: 768px) {
  .first_text p.text01 {
    text-align: left;
  }
  .first_text p.text02 {
    text-align: left;
  }
  .flex {
    display: block;
  }
  .box {
    width: 100%;
  }
  .tutor {
    /*display: block;*/
    background: #171c61;
  }
  .tutor .img {
    width: 30%;
    min-height: 200px;
  }
  .tutor_wrap .tutor:nth-of-type(1) .img {
    background: url("../img/tutor01.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .tutor_wrap .tutor:nth-of-type(2) .img {
    background: url("../img/tutor02.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .tutor_wrap .tutor:nth-of-type(3) .img {
    background: url("../img/tutor03.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .tutor_wrap .tutor:nth-of-type(4) .img {
    background: url("../img/tutor04.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .tutor_wrap .tutor:nth-of-type(5) .img {
    background: url("../img/tutor05.jpg") no-repeat;
    background-size: cover;
    background-position: center;
  }
  .tutor .img img {
    display: none;
  }
  .tutor .text {
    padding: 1rem;
    width: 70%;
  }
  .tutor .text p {
    font-size: 1.4rem;
  }
  footer .logos a {
    width: 180px;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 60%;
  }
  .content {
    padding: 0 1rem;
  }
  .content .big {
    font-size: 3.4rem;
  }
  .content .large {
    font-size: 2rem;
  }
  .content .small {
    font-size: 1.4rem;
  }
  .cont01 p, .cont01 a {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: left;
  }
  .first_text {
    text-align: center;
    position: relative;
    top: 0;
    margin-bottom: 4rem;
  }
  .first_text p.text01 {
    font-size: 1.8rem;
  }
  .list .detail h3 {
    text-align: left;
  }
  .cont02 p, .cont02 a {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .tutor .img {
    width: 190px;
    height: 200px;
    margin: 20px auto;
  }
  .red_back dl {
    display: block;
  }
  .red_back dt {
    width: 100%;
  }
  .red_back dd {
    width: 100%;
  }
  footer .logos a {
    width: 220px;
  }
  footer .logos a.aichi {
    margin-bottom: 4rem;
  }
}

/* イベントページへのリンク
----------------------------------------*/
.event_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin: 0 auto 100px;
  border: 5px solid #e3eef1;
  border-radius: 20px;
}

.event_link h2 {
  font-size: 18px;
  padding: 20px;
}

.event_link img {
  padding: 0 20px 20px;
}

.event_link .event_button {
  padding: 20px;
  text-align: center;
  font-weight: bold;
  background: #e3eef1;
}

/* イベントページ
----------------------------------------*/
body.event {
  padding: 0 0 100px;
  background: #fff;
}

body.event .container {
  padding: 0 20px;
}

@media screen and (max-width: 576px) {
  body.event .container {
    padding: 0 15px;
  }
}

body.event header {
  background: #111B39;
}

body.event header h1 {
  padding: 20px 0;
  font-size: 16px;
}

body.event header h1 a {
  color: #fff;
  text-decoration: none;
}

body.event main {
  margin: 0 0 100px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

body.event main p {
  margin: 0 0 20px;
}

body.event main h2 {
  margin: 30px 0 20px;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: bold;
  background: #e3eef1;
}

body.event main h3 {
  margin: 20px 0 10px;
  padding: 5px 10px;
  border-left: 5px solid #e3eef1;
  font-size: 20px;
  font-weight: bold;
}

body.event main h4 {
  font-weight: bold;
}

body.event main table {
  width: 100%;
  margin: 0 0 10px;
  border-collapse: collapse;
  border-spacing: 0;
}

body.event main ul {
  list-style-type: disc;
  padding: 0 0 0 20px;
}

body.event main ol {
  list-style-type: index;
  padding: 0 0 0 20px;
}

body.event main li {
  margin: 0 0 5px;
}

body.event main .content_wrapper {
  max-width: 720px;
  margin: 30px auto;
}

body.event main .content_wrapper .eyecatch {
  margin: 0 0 30px;
}

body.event main .content_wrapper .title {
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: bold;
}

body.event main .content_wrapper .button {
  display: block;
  max-width: 300px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 10px;
  font-size: 20px;
  color: #fff100;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  background: #111B39;
}

body.event main .content_wrapper .button:hover {
  opacity: 0.8;
}

body.event main .content_wrapper table.schedule th {
  width: 120px;
  padding: 5px;
  border-bottom: 1px solid #e3eef1;
  font-weight: bold;
}

body.event main .content_wrapper table.schedule td {
  width: calc(100% - 120px);
  padding: 5px;
  border-bottom: 1px solid #e3eef1;
}

body.event main .content_wrapper table.contact th {
  width: 50px;
  padding: 0 5px 0 0;
}

body.event main .content_wrapper table.contact td {
  width: calc(100% - 50px);
  padding: 0 5px 0 0;
}

body.event main .content_wrapper .speaker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 576px) {
  body.event main .content_wrapper .speaker {
    display: block;
  }
}

body.event main .content_wrapper .speaker .speaker_image {
  width: 150px;
}

@media screen and (max-width: 576px) {
  body.event main .content_wrapper .speaker .speaker_image {
    width: 100%;
    text-align: center;
  }
}

body.event main .content_wrapper .speaker .speaker_image img {
  border-radius: 50%;
}

body.event main .content_wrapper .speaker .speaker_info {
  width: calc(100% - 150px);
  margin: 0 0 0 20px;
}

@media screen and (max-width: 576px) {
  body.event main .content_wrapper .speaker .speaker_info {
    width: 100%;
    margin: 0;
  }
}
/*# sourceMappingURL=style.css.map */