@charset "UTF-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■COMMON
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#flow.bg02 {
  padding-bottom: 154px;
}

/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  #flow.bg02 {
    padding-bottom: 80px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■INTRO
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#sec-intro {
  overflow: visible;
  max-width: 1100px;
  margin-bottom: 169px;
}

#sec-intro .intro_box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  margin-bottom: 25px;
}

#sec-intro .intro_box:nth-of-type(2n+1) .detail {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 45px;
  padding-left: 15px;
}

#sec-intro .intro_box:nth-of-type(2n+1) .img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-right: -63px;
}

#sec-intro .intro_box:nth-of-type(2n+2) .detail {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-right: 15px;
  padding-left: 45px;
}

#sec-intro .intro_box:nth-of-type(2n+2) .img {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-left: -63px;
}

#sec-intro .detail {
  padding-top: 94px;
}

#sec-intro .detail h3.mincho {
  color: #085eaa;
  font-size: 3.0rem;
  font-weight: bold;
  margin-bottom: 20px;
}

#sec-intro .img {
  min-width: 578px;
}

#sec-intro .img img {
  width: 100%;
  height: auto;
}

/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  #sec-intro {
    margin-top: 60px;
    margin-bottom: 90px;
  }
  #sec-intro .intro_box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  #sec-intro .intro_box:nth-of-type(2n+1) .detail, #sec-intro .intro_box:nth-of-type(2n+2) .detail {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 0;
  }
  #sec-intro .intro_box:nth-of-type(2n+1) .img, #sec-intro .intro_box:nth-of-type(2n+2) .img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 0;
    margin-left: 0;
  }
  #sec-intro .detail {
    padding-top: 0;
  }
  #sec-intro .detail h3.mincho {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  #sec-intro .img {
    min-width: inherit;
    margin-top: 20px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■schedule
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#sec-schedule {
  margin: 0 auto 125px auto;
}

#sec-schedule .hd_area {
  margin-bottom: 85px;
}

#sec-schedule .hd_area .h3_area {
  color: #fff;
  background-color: #0280c7;
  width: calc(50% + 70px);
  overflow: hidden;
}

#sec-schedule .hd_area .h3_area .inner {
  width: 530px;
  float: right;
  padding: 28px 0 25px 0;
}

#sec-schedule .hd_area .h3_area h3 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 5px;
}

#sec-schedule .hd_area .h3_area .en {
  line-height: 1.0;
  margin-bottom: 25px;
}

#sec-schedule .hd_area .h3_area .en:before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  border-top: 2px solid #fff;
  padding-top: 23px;
}

#sec-schedule .hd_area .h3_area .txt {
  font-size: 1.8rem;
  line-height: 1.66;
}

#sec-schedule .hd_area .img_area {
  max-width: 1100px;
  margin: -195px auto 0 auto;
  overflow: hidden;
  text-align: right;
  position: relative;
}

#sec-schedule .hd_area .img_area .name_area {
  position: absolute;
  right: 555px;
  top: 280px;
  display: inline-block;
  width: 260px;
  background: #9ec5d9;
  text-align: left;
}

#sec-schedule .hd_area .img_area .name_area p {
  padding: 13px 15px 13px 25px;
}

#sec-schedule .hd_area .img_area .name_area .name {
  line-height: 1.0;
  color: #fff;
  font-size: 2rem;
  background: #085e8c;
  padding-top: 15px;
  padding-bottom: 15px;
}

#sec-schedule .hd_area .img_area .name_area .sub {
  color: #000;
  line-height: 1.5;
}

#sec-schedule #time_schedule {
  max-width: 985px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 10px;
}

#sec-schedule #time_schedule:before {
  content: "";
  display: block;
  width: 20px;
  height: 99%;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -10px;
  background: #9ec5d9;
}

#sec-schedule #time_schedule ol {
  overflow: hidden;
  padding-top: 64px;
}

#sec-schedule #time_schedule ol li {
  float: left;
  width: 420px;
  position: relative;
  margin-bottom: 250px;
}

#sec-schedule #time_schedule ol li:nth-of-type(2n) {
  float: right;
}

#sec-schedule #time_schedule ol li:nth-of-type(2n) .clock {
  right: inherit;
  left: -103px;
}

#sec-schedule #time_schedule ol li:nth-of-type(1) {
  margin-bottom: 110px;
}

#sec-schedule #time_schedule ol li:nth-of-type(2) {
  margin-top: 160px;
}

#sec-schedule #time_schedule ol li:last-of-type {
  margin-bottom: 0;
}

#sec-schedule #time_schedule ol li p {
  max-width: 420px;
}

#sec-schedule #time_schedule ol li .clock {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  background: url(../images/flow/time.png) no-repeat top left;
  background-size: 64px auto;
  width: 64px;
  height: 64px;
  padding-top: 16px;
  position: absolute;
  right: -103px;
  top: -64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#sec-schedule #time_schedule ol li .hd {
  overflow: hidden;
  margin-bottom: 8px;
}

#sec-schedule #time_schedule ol li .hd .time {
  line-height: 1.0;
  color: #fff;
  float: left;
  font-size: 1.4rem;
  text-align: center;
  background: #085e8c;
  width: 53px;
  padding: 7px 0;
}

#sec-schedule #time_schedule ol li .hd h4 {
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 3px 0 0 65px;
  color: #085e8c;
}

#sec-schedule #time_schedule ol li .hd h4 span {
  font-size: 1.3rem;
}

#sec-schedule #time_schedule ol li .img {
  margin-bottom: 12px;
}

#sec-schedule #time_schedule ol li .txt {
  line-height: 1.6;
}

/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  #sec-schedule {
    margin-bottom: 80px;
  }
  #sec-schedule img {
    width: 100%;
    height: auto;
  }
  #sec-schedule .hd_area {
    margin-bottom: 40px;
  }
  #sec-schedule .hd_area .h3_area {
    width: 100%;
  }
  #sec-schedule .hd_area .h3_area .inner {
    width: auto;
    float: none;
    padding: 15px 20px;
  }
  #sec-schedule .hd_area .h3_area h3 {
    font-size: 2.3rem;
  }
  #sec-schedule .hd_area .h3_area .en {
    margin-bottom: 20px;
    font-size: 1.2rem;
  }
  #sec-schedule .hd_area .h3_area .en:before {
    padding-top: 15px;
  }
  #sec-schedule .hd_area .h3_area .txt {
    font-size: 1.4rem;
  }
  #sec-schedule .hd_area .img_area {
    margin: 0;
    padding-bottom: 20px;
  }
  #sec-schedule .hd_area .img_area .name_area {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: 0;
    width: 180px;
  }
  #sec-schedule .hd_area .img_area .name_area p {
    padding: 10px 15px !important;
  }
  #sec-schedule .hd_area .img_area .name_area .name {
    font-size: 1.6rem;
  }
  #sec-schedule .hd_area .img_area .name_area .sub {
    font-size: 1.2rem;
  }
  #sec-schedule #time_schedule {
    padding: 0 15px;
  }
  #sec-schedule #time_schedule:before {
    width: 16px;
    height: 99.99%;
    margin-left: -8px;
  }
  #sec-schedule #time_schedule ol {
    padding-top: 60px;
  }
  #sec-schedule #time_schedule ol li {
    float: none !important;
    width: 100%;
    margin-bottom: 110px;
  }
  #sec-schedule #time_schedule ol li:nth-of-type(1) {
    margin-bottom: 10px;
  }
  #sec-schedule #time_schedule ol li:nth-of-type(2) {
    margin-top: 0;
  }
  #sec-schedule #time_schedule ol li p {
    max-width: inherit;
  }
  #sec-schedule #time_schedule ol li .clock {
    font-size: 1.4rem;
    background-size: 60px auto;
    width: 60px;
    height: 60px;
    right: 50% !important;
    left: inherit !important;
    top: -60px;
    margin-right: -30px;
  }
  #sec-schedule #time_schedule ol li .hd {
    padding-top: 15px;
  }
  #sec-schedule #time_schedule ol li .hd .time {
    font-size: 1.3rem;
    padding: 6px 0;
  }
  #sec-schedule #time_schedule ol li .hd h4 {
    font-weight: bold;
  }
  #sec-schedule #time_schedule ol li .img {
    margin-bottom: 0;
  }
  #sec-schedule #time_schedule ol li .txt {
    padding: 10px 0;
    background: #fff;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
　■point
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#sec-point {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

#sec-point .txt_arae {
  margin-right: -60px;
}

#sec-point .txt_arae .h3_area {
  line-height: 1.0;
  margin-bottom: 8px;
}

#sec-point .txt_arae .h3_area h3 {
  display: inline-block;
  font-weight: bold;
  font-family: Century Gothic, Arial, Helvetica, sans-serif;
  font-size: 5rem;
  color: #075e8c;
}

#sec-point .txt_arae .h3_area p {
  display: inline-block;
  padding: 12px;
  font-size: 1.6rem;
}

#sec-point .txt_arae .box {
  border: 1px solid #5a80af;
  background: #fff;
  padding: 25px 20px 15px 20px;
  position: relative;
  z-index: 10;
}

#sec-point .txt_arae .box .catch {
  font-size: 2.6rem;
  line-height: 1.38;
  font-weight: bold;
  margin-bottom: 15px;
}

#sec-point .txt_arae .box .txt {
  font-size: 1.4rem;
  line-height: 1.85;
}

/*---------------------------------------------------------------------------
	SP
---------------------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  #sec-point {
    display: block;
  }
  #sec-point .img {
    margin-bottom: 10px;
  }
  #sec-point .img img {
    width: 100%;
    height: auto;
  }
  #sec-point .txt_arae {
    margin-right: 0;
  }
  #sec-point .txt_arae .h3_area {
    margin-bottom: 0;
  }
  #sec-point .txt_arae .h3_area h3 {
    font-size: 3.6rem;
  }
  #sec-point .txt_arae .h3_area p {
    padding-left: 10px;
    font-size: 1.2rem;
  }
  #sec-point .txt_arae .box {
    padding: 15px;
  }
  #sec-point .txt_arae .box .catch {
    font-size: 2.1rem;
    margin-bottom: 8px;
  }
  #sec-point .txt_arae .box .txt {
    font-size: 1.3rem;
  }
}
