.sec01 {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec01 {
    width: 100%;
    margin: 105px 0 0;
  }
}
.sec01 .inner {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec01 .inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.sec01 .inner .imgwrap {
  width: 502px;
  height: 674px;
  position: relative;
  background: url(../img/p_top/bg.svg);
  background-repeat: no-repeat;
  background-position: top 0 right 30px;
}
@media screen and (max-width: 767px) {
  .sec01 .inner .imgwrap {
    width: 200px;
    height: 266px;
    margin: 0 auto;
    background: url(../img/p_top/sp/bg.svg);
    background-repeat: no-repeat;
    background-position: top 0 right 30px;
  }
}
.sec01 .inner .imgwrap .img01 {
  width: 390px;
  position: absolute;
  top: 50px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec01 .inner .imgwrap .img01 {
    width: 156px;
    top: 30px;
  }
}
.sec01 .inner .imgwrap .img02 {
  width: 238px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .sec01 .inner .imgwrap .img02 {
    width: 76px;
  }
}
.sec01 .inner .txtwrap {
  width: calc(100% - 502px);
  padding: 0 0 0 68px;
}
@media screen and (max-width: 767px) {
  .sec01 .inner .txtwrap {
    margin: 55px 0 0;
    width: 100%;
    padding: 0 4.6875%;
  }
}
@media screen and (min-width: 1025px) {
  .sec01 .inner .txtwrap .c_ttl_1 .en {
    left: -70px;
  }
}
.sec01 .inner .txtwrap .u_txt_1 {
  margin: 20px 0 0;
}

.sec02 {
  position: relative;
}
.sec02:before {
  content: "";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  background: transparent linear-gradient(255deg, #FFF6C3 0%, #F7CF62 100%) 0% 0% no-repeat padding-box;
  width: 90vw;
  height: 346px;
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 1283px;
}
@media screen and (max-width: 767px) {
  .sec02:before {
    min-width: initial;
    width: 65vw;
    height: calc(100% - 160px);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: url(../img/p_top/sp/bg.png);
    background-size: cover;
  }
}
.sec02 .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 190px 0 120px;
}
@media screen and (max-width: 767px) {
  .sec02 .inner {
    width: 100%;
    padding: 110px 0 30px;
  }
}
.sec02 .inner .ttlwrap {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 15px;
}
.sec02 .inner .lists {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec02 .inner .lists {
    margin: 40px 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4.6875%;
  }
}
.sec02 .inner .lists .list {
  width: 330px;
}
@media screen and (max-width: 767px) {
  .sec02 .inner .lists .list {
    width: 100%;
  }
  .sec02 .inner .lists .list:not(:first-child) {
    margin: 20px 0 0;
  }
}
.sec02 .inner .lists .list.list01 {
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}
@media screen and (max-width: 767px) {
  .sec02 .inner .lists .list.list01 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.sec02 .inner .lists .list.list02 {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
@media screen and (max-width: 767px) {
  .sec02 .inner .lists .list.list02 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.sec02 .inner .lists .list-link {
  display: block;
}
@media screen and (max-width: 767px) {
  .sec02 .inner .lists .list-link {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sec02 .inner .lists .list .imgwrap {
  width: 100%;
  height: 330px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec02 .inner .lists .list .imgwrap {
    height: auto;
    width: 180px;
  }
}
.sec02 .inner .lists .list .imgwrap .img {
  max-width: 100%;
}
.sec02 .inner .lists .list .txtwrap {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec02 .inner .lists .list .txtwrap {
    width: calc(100% - 180px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 15px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.sec02 .inner .lists .list .txtwrap .u_txt_2 {
  margin: 20px 0 0;
  font-weight: bold;
  padding: 0 40px 0 0;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 767px) {
  .sec02 .inner .lists .list .txtwrap .u_txt_2 {
    margin: 0;
    padding: 0 35px 0 0;
  }
}
.sec02 .inner .lists .list .txtwrap .u_txt_2:before {
  content: "";
  width: 29px;
  height: 29px;
  position: absolute;
  top: 0;
  right: 0;
  border: 2px solid #FEBF1E;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 767px) {
  .sec02 .inner .lists .list .txtwrap .u_txt_2:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.sec02 .inner .lists .list .txtwrap .u_txt_2:after {
  content: "";
  width: 13px;
  height: 12px;
  background: url(../img/common/arrow-b.svg);
  background-size: cover;
  position: absolute;
  top: 9px;
  right: 8px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 767px) {
  .sec02 .inner .lists .list .txtwrap .u_txt_2:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.sec03 .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 95px 0 100px;
}
@media screen and (max-width: 767px) {
  .sec03 .inner {
    width: 100%;
    padding: 75px 4.6875% 80px;
  }
}
.sec03 .inner .ttlwrap {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sec03 .inner .flex {
  margin: 25px 0 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec03 .inner .flex {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.sec03 .inner .flex .kazari {
  font-size: 14.3em;
  position: absolute;
  top: 60px;
  left: -150px;
  color: #FAFAFA;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec03 .inner .flex .kazari {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sec03 .inner .flex .imgwrap {
    width: 100%;
  }
}
.sec03 .inner .flex .imgwrap .col1 {
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .sec03 .inner .flex .imgwrap .col1 {
    width: 100%;
    margin: 0;
  }
}
.sec03 .inner .flex .imgwrap .col1 .img01 {
  width: 335px;
}
@media screen and (max-width: 767px) {
  .sec03 .inner .flex .imgwrap .col1 .img01 {
    width: 100%;
  }
}
.sec03 .inner .flex .imgwrap .col1 .img02 {
  margin: 0 0 0 20px;
  width: 667px;
}
@media screen and (max-width: 767px) {
  .sec03 .inner .flex .imgwrap .col1 .img02 {
    width: 100%;
    margin: 10px 0 0;
  }
}
.sec03 .inner .flex .imgwrap .col2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec03 .inner .flex .imgwrap .col2 .img03,
.sec03 .inner .flex .imgwrap .col2 .img04 {
    margin: 10px 0 0;
    width: 100%;
  }
}
.sec03 .inner .flex .imgwrap .col2 .img04 {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .sec03 .inner .flex .imgwrap .col2 .img04 {
    margin: 10px 0 0;
  }
}
.sec03 .inner .flex .imgwrap .col2 .img05 {
  width: 324px;
}
@media screen and (max-width: 767px) {
  .sec03 .inner .flex .imgwrap .col2 .img05 {
    margin: 10px 0 0;
    width: 100%;
  }
}
.sec03 .inner .flex .imgwrap .col3 {
  margin: 20px 0 0;
}
.sec03 .inner .flex .imgwrap .col3 .img07 {
  width: 1023px;
}
@media screen and (max-width: 767px) {
  .sec03 .inner .flex .imgwrap .col3 .img07 {
    width: 335px;
  }
}
.sec03 .inner .txt {
  font-size: 12px;
  margin: 5px 0 0;
  text-align: right;
}
.sec03 .inner .btnwrap {
  margin: 40px 0 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec03 .inner .btnwrap {
    margin: 30px 0 0;
  }
}

.sec04 {
  position: relative;
}
.sec04:before {
  content: "";
  background: #FAFAFA;
  width: 100%;
  height: 100%;
  z-index: -5;
  position: absolute;
}
.sec04 .inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  padding: 190px 0 120px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec04 .inner {
    width: 100%;
    padding: 140px 4.5875% 80px;
  }
}
.sec04 .inner .ttlwrap {
  display: -ms-flex;
  padding: 0 0 15px;
}
.sec04 .inner .ttlwrap .c_ttl_4 {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
@media screen and (max-width: 767px) {
  .sec04 .inner .ttlwrap .c_ttl_4 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin: 0 0 0 20px;
  }
}
.sec04 .inner .ttlwrap .c_ttl_4 .u_txt_14 {
  letter-spacing: 0;
}
@media screen and (min-width: 1025px) {
  .sec04 .inner .ttlwrap .c_ttl_4 .u_txt_14 {
    left: 60px;
  }
}
.sec04 .inner .lists {
  margin: 50px 0 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec04 .inner .lists {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0 0;
  }
}
.sec04 .inner .lists .list {
  width: 330px;
}
@media screen and (max-width: 767px) {
  .sec04 .inner .lists .list {
    width: 100%;
  }
  .sec04 .inner .lists .list:not(:first-child) {
    margin: 30px 0 0;
  }
}
.sec04 .inner .lists .list.list02 {
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
@media screen and (max-width: 767px) {
  .sec04 .inner .lists .list.list02 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.sec04 .inner .lists .list-link {
  display: block;
}
@media screen and (max-width: 767px) {
  .sec04 .inner .lists .list-link {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.sec04 .inner .lists .list .imgwrap {
  width: 100%;
  height: 330px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec04 .inner .lists .list .imgwrap {
    height: auto;
    width: 180px;
  }
}
.sec04 .inner .lists .list .imgwrap .img {
  max-width: 100%;
}
.sec04 .inner .lists .list .txtwrap {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec04 .inner .lists .list .txtwrap {
    width: calc(100% - 180px);
    margin: 0 0 0 20px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.sec04 .inner .lists .list .txtwrap .u_txt_2 {
  margin: 20px 0 0;
  font-weight: bold;
  padding: 0 40px 0 0;
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 767px) {
  .sec04 .inner .lists .list .txtwrap .u_txt_2 {
    margin: 0;
  }
}
.sec04 .inner .lists .list .txtwrap .u_txt_2:before {
  content: "";
  width: 29px;
  height: 29px;
  position: absolute;
  top: 0;
  right: 0;
  border: 2px solid #FEBF1E;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 767px) {
  .sec04 .inner .lists .list .txtwrap .u_txt_2:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.sec04 .inner .lists .list .txtwrap .u_txt_2:after {
  content: "";
  width: 13px;
  height: 12px;
  background: url(../img/common/arrow-b.svg);
  background-size: cover;
  position: absolute;
  top: 9px;
  right: 8px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 767px) {
  .sec04 .inner .lists .list .txtwrap .u_txt_2:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.sec04 .inner .btnwrap {
  margin: 76px 0 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec04 .inner .btnwrap {
    margin: 30px 0 0;
  }
}

.sec05 {
  position: relative;
}
.sec05 .inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  padding: 190px 0 60px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec05 .inner {
    width: 100%;
    padding: 140px 4.6875% 40px;
  }
}
.sec05 .inner .ttlwrap {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 15px;
}
.sec05 .inner .ttlwrap .c_ttl_2 {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
@media screen and (max-width: 767px) {
  .sec05 .inner .ttlwrap .c_ttl_2 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.sec05 .inner .ttlwrap .c_ttl_2 .en {
  left: -90px;
}
@media screen and (max-width: 767px) {
  .sec05 .inner .ttlwrap .c_ttl_2 .en {
    left: -30px;
  }
}
.sec05 .inner > .u_txt_1 {
  margin: 20px 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05 .inner > .u_txt_1 {
    text-align: left;
    margin: 5px 0 0;
  }
}
.sec05 .inner .flowlists {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .sec05 .inner .flowlists {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0;
  }
}
.sec05 .inner .flowlists-list {
  width: 188px;
  height: 145px;
  background: #FAFAFA;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec05 .inner .flowlists-list {
    width: 100%;
    height: auto;
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .sec05 .inner .flowlists-list:not(:first-child) {
    margin: 38px 0 0;
  }
}
.sec05 .inner .flowlists-list:not(:first-child):before {
  position: absolute;
  top: 50%;
  left: -28px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #222;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec05 .inner .flowlists-list:not(:first-child):before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 12px 0 12px;
    border-color: #222 transparent transparent transparent;
    top: -26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.sec05 .inner .flowlists-list._another {
  background: #FDC61A;
  color: #fff;
}
.sec05 .inner .flowlists-list._another .u_txt_15 {
  font-size: 28px;
}
.sec05 .inner .flowlists-list ._baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
  padding: 21px 0 0;
}
@media screen and (max-width: 767px) {
  .sec05 .inner .flowlists-list ._baseline {
    padding: 0;
  }
}
.sec05 .inner .flowlists-list .u_txt_15 {
  text-align: center;
  font-weight: bold;
}
.sec05 .inner .flowlists-list .u_txt_15._icon {
  position: relative;
}
.sec05 .inner .flowlists-list .u_txt_15._icon:before {
  position: absolute;
  content: "";
  background: url(../img/p_top/sp/icon_illu.png);
  background-size: cover;
  height: 82px;
  width: 64px;
  top: -37px;
  left: -80px;
}
.sec05 .inner .flowlists-list-lists {
  margin: 8px 0 0;
}
@media screen and (max-width: 767px) {
  .sec05 .inner .flowlists-list-lists {
    margin: 12px 0 0;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.sec05 .inner .flowlists-list-lists-list {
  padding: 0 0 0 15px;
  font-size: 1.4em;
  position: relative;
}
.sec05 .inner .flowlists-list-lists-list:not(:first-child) {
  margin: 5px 0 0;
}
@media screen and (max-width: 767px) {
  .sec05 .inner .flowlists-list-lists-list:not(:first-child) {
    margin: 0 0 0 15px;
  }
}
.sec05 .inner .flowlists-list-lists-list:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#FEDA0F), to(#FDB524)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #FEDA0F 0%, #FDB524 100%) 0% 0% no-repeat padding-box;
}
.sec05 .inner .btnwrap {
  margin: 40px 0 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sec05 .inner .ttl {
  margin: 100px 0 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05 .inner .ttl {
    margin: 65px 0 0;
  }
}
.sec05 .inner .schedule {
  width: 820px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .sec05 .inner .schedule {
    width: 100%;
  }
}
.sec05 .inner .schedule-list-link {
  padding: 15px 20px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec05 .inner .schedule-list-link {
    padding: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.sec05 .inner .schedule-list:nth-child(odd) {
  background: #FAFAFA;
}
@media screen and (max-width: 767px) {
  .sec05 .inner .schedule-list:nth-child(odd) {
    background: transparent;
  }
  .sec05 .inner .schedule-list:nth-child(odd) .schedule-list-day {
    background: #FAFAFA;
    width: 100%;
  }
  .sec05 .inner .schedule-list:nth-child(odd) .schedule-list-time {
    background: #FAFAFA;
    width: 100%;
  }
}
.sec05 .inner .schedule-list:nth-child(even) {
  background: #FBF9EF;
}
@media screen and (max-width: 767px) {
  .sec05 .inner .schedule-list:nth-child(even) {
    background: transparent;
  }
  .sec05 .inner .schedule-list:nth-child(even) .schedule-list-day {
    background: #FBF9EF;
    width: 100%;
  }
  .sec05 .inner .schedule-list:nth-child(even) .schedule-list-time {
    background: #FBF9EF;
    width: 100%;
  }
}
.sec05 .inner .schedule-list:not(:first-child) {
  margin: 5px 0 0;
}
@media screen and (max-width: 767px) {
  .sec05 .inner .schedule-list:not(:first-child) {
    margin: 20px 0 0;
  }
}
.sec05 .inner .schedule-list-day {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  .sec05 .inner .schedule-list-day {
    width: 320px;
  }
}
.sec05 .inner .schedule-list-day .tag {
  width: 120px;
  height: 30px;
  margin: 0 20px 0 0;
  font-size: 14px;
  background: #FDC61A;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec05 .inner .schedule-list-day .tag {
    height: 100%;
    padding: 15px 0;
    width: 90px;
  }
}
.sec05 .inner .schedule-list-day > p {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec05 .inner .schedule-list-day > p {
    font-size: 16px;
  }
}
.sec05 .inner .schedule-list-time {
  margin: 0 0 0 120px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sec05 .inner .schedule-list-time {
    margin: 2px 0 0;
  }
}
.sec05 .inner .schedule-list-time .tag {
  width: 120px;
  height: 30px;
  margin: 0 20px 0 0;
  font-size: 14px;
  background: #FEEC28;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec05 .inner .schedule-list-time .tag {
    width: 90px;
    padding: 15px 0;
    height: auto;
  }
}
.sec05 .inner .schedule-list-time > p {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec05 .inner .schedule-list-time > p {
    font-size: 16px;
  }
}

.sec06 {
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec06 {
    padding: 60px 4.6875%;
  }
}
.sec06:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #FAFAFA;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -4;
}
.sec06 .btns {
  width: 910px;
  margin: 0 auto;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec06 .btns {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .sec06 .btns .c_btn_4 {
    margin: 30px 0 0;
  }
}

.sec07 {
  padding: 190px 0 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec07 {
    padding: 140px 4.6875% 80px;
  }
}
.sec07:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #FBF9EF;
  position: absolute;
  z-index: -4;
}
.sec07 .inner {
  width: 870px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec07 .inner {
    width: 100%;
  }
}
.sec07 .inner .ttlwrap {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 15px;
}
.sec07 .inner .ttlwrap .c_ttl_2 .en {
  left: -260px;
}
@media screen and (max-width: 767px) {
  .sec07 .inner .ttlwrap .c_ttl_2 .en {
    left: -110px;
  }
}
.sec07 .inner .interview {
  margin: 40px 0 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec07 .inner .interview {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.sec07 .inner .interview-list {
  width: 415px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec07 .inner .interview-list {
    width: 100%;
  }
  .sec07 .inner .interview-list:not(:first-child) {
    margin: 30px 0 0;
  }
}
.sec07 .inner .interview-list:before {
  content: "";
  width: 18px;
  height: 18px;
  background: #FDC61A;
  position: absolute;
  top: -6px;
  left: 0;
  z-index: 1;
  border-radius: 50%;
}
.sec07 .inner .interview-list-link {
  display: block;
  width: 100%;
}
.sec07 .inner .interview-list-link:hover .ttl:after {
  right: 10px;
}
.sec07 .inner .interview-list-link:hover .interview-list-link-imgwrap:before {
  opacity: 1;
}
.sec07 .inner .interview-list-link:hover .interview-list-link-imgwrap:after {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.sec07 .inner .interview-list-link .ttl {
  padding: 3px 20px;
  background: #FEEC28;
  border-radius: 30px;
  position: relative;
  font-weight: bold;
  margin: 0 0 10px;
}
.sec07 .inner .interview-list-link .ttl:before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sec07 .inner .interview-list-link .ttl:after {
  content: "";
  width: 12px;
  height: 11px;
  background: url(../img/common/arrow-b.svg);
  background-size: cover;
  position: absolute;
  top: 12px;
  right: 12px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sec07 .inner .interview-list-link img {
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sec07 .inner .interview-list-link-imgwrap {
  position: relative;
  overflow: hidden;
}
.sec07 .inner .interview-list-link-imgwrap:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(254, 193, 30, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 1;
}
.sec07 .inner .interview-list-link-imgwrap:after {
  content: "";
  width: 57px;
  height: 74px;
  background: url(../img/common/illust-img.svg);
  background-size: cover;
  position: absolute;
  top: 140%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2;
}
.sec07 .btnwrap {
  margin: 40px 0 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sec08 {
  position: relative;
}
.sec08:before {
  content: "";
  background: #FAFAFA;
  width: 100%;
  height: 100%;
  z-index: -5;
  position: absolute;
}
.sec08 .inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  padding: 190px 0 120px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec08 .inner {
    width: 100%;
    padding: 140px 4.6875% 80px;
  }
}
.sec08 .inner .ttlwrap {
  display: -ms-flex;
  padding: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .sec08 .inner .ttlwrap {
    padding: 0;
  }
}
.sec08 .inner .ttlwrap .c_ttl_4 {
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}
@media screen and (max-width: 767px) {
  .sec08 .inner .ttlwrap .c_ttl_4 {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec08 .inner .ttlwrap .c_ttl_4 .en {
    left: -35px;
  }
}
.sec08 .inner .staff {
  margin: 50px 0 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec08 .inner .staff {
    margin: 40px 0 0;
  }
}
.sec08 .inner .staff:after, .sec08 .inner .staff:before {
  content: "";
  width: 330px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.sec08 .inner .staff-list {
  width: 330px;
}
@media screen and (max-width: 767px) {
  .sec08 .inner .staff-list {
    width: 100%;
  }
}
.sec08 .inner .staff-list-imgwrap {
  position: relative;
  overflow: hidden;
}
.sec08 .inner .staff-list-imgwrap > img {
  width: 330px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .sec08 .inner .staff-list-imgwrap > img {
    width: 100%;
  }
}
.sec08 .inner .staff-list-imgwrap .message {
  opacity: 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  pointer-events: none;
  width: 100%;
  text-align: center;
  line-height: 1.4;
}
.sec08 .inner .staff-list-imgwrap:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(254, 193, 30, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 1;
  pointer-events: none;
}
.sec08 .inner .staff-list-imgwrap:after {
  content: "";
  width: 51px;
  height: 65px;
  background: url(../img/common/illust-img02.png);
  background-size: cover;
  position: absolute;
  bottom: -50%;
  right: 10px;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2;
}
.sec08 .inner .staff-list-link {
  display: block;
}
.sec08 .inner .staff-list-link:hover .message {
  opacity: 1;
  z-index: 2;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.sec08 .inner .staff-list-link:hover .staff-list-imgwrap:before {
  opacity: 1;
  z-index: 1;
}
.sec08 .inner .staff-list-link:hover .staff-list-imgwrap:after {
  bottom: -5%;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sec08 .inner .staff-list-link img {
  max-width: 100%;
}
.sec08 .inner .staff-list-link .tags {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 8px 0 0;
  position: relative;
}
.sec08 .inner .staff-list-link .tags:before {
  content: "";
  width: 29px;
  height: 29px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: 1px solid #FEBF1E;
}
.sec08 .inner .staff-list-link .tags:after {
  content: "";
  width: 12px;
  height: 11px;
  background: url(../img/common/arrow-b.svg);
  background-size: cover;
  position: absolute;
  top: 4px;
  right: 8px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sec08 .inner .staff-list-link .tags .group {
  font-size: 12px;
  font-weight: bold;
  background: #FEEC28;
  padding: 3px 15px;
  border-radius: 30px;
  margin: 0 10px 0 0;
  position: relative;
}
.sec08 .inner .staff-list-link .tags .group:before {
  content: "";
  width: 11px;
  height: 11px;
  background: #FEBF1E;
  position: absolute;
  top: -3px;
  left: 0;
  border-radius: 50%;
}
.sec08 .inner .staff-list-link .tags .join {
  font-size: 12px;
  color: #222;
  font-weight: bold;
}
.sec08 .inner .staff-list-link .name {
  font-size: 22px;
  font-weight: bold;
  margin: 15px 0 0;
}
.sec08 .inner .slick-dots {
  margin: 30px auto 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sec08 .inner .slick-dots li {
  color: transparent;
  width: 16px;
  height: 16px;
}
.sec08 .inner .slick-dots li:not(:first-child) {
  margin: 0 0 0 20px;
}
.sec08 .inner .slick-dots li.slick-active button {
  background: #FDBE1E;
}
.sec08 .inner .slick-dots li button {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #EFEFEF;
}
.sec08 .inner .btnwrap {
  margin: 76px 0 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec08 .inner .btnwrap {
    margin: 40px 0 0;
  }
}

.sec09 {
  position: relative;
}
.sec09:before {
  content: "";
  background: #FAFAFA;
  width: 100%;
  height: 100%;
  z-index: -5;
  position: absolute;
}
.sec09 .inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  padding: 190px 0 120px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec09 .inner {
    width: 100%;
    padding: 140px 4.6875% 80px;
  }
}
.sec09 .inner .ttlwrap {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0 15px;
}
@media screen and (max-width: 767px) {
  .sec09 .inner .ttlwrap {
    padding: 0;
  }
}
.sec09 .inner .ttlwrap .c_ttl_2 .en {
  color: #EFEFEF;
  left: -40px;
}
@media screen and (max-width: 767px) {
  .sec09 .inner .ttlwrap .c_ttl_2 .en {
    left: 0;
  }
}
.sec09 .inner .staff {
  margin: 50px 0 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec09 .inner .staff {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.sec09 .inner .staff-list {
  width: 330px;
}
@media screen and (max-width: 767px) {
  .sec09 .inner .staff-list {
    width: 100%;
  }
}
.sec09 .inner .staff-list-imgwrap {
  position: relative;
  overflow: hidden;
}
.sec09 .inner .staff-list-imgwrap > img {
  width: 330px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .sec09 .inner .staff-list-imgwrap > img {
    width: 100%;
  }
}
.sec09 .inner .staff-list-imgwrap .message {
  opacity: 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  pointer-events: none;
  width: 100%;
  text-align: center;
  line-height: 1.4;
}
.sec09 .inner .staff-list-imgwrap:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(254, 193, 30, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 1;
  pointer-events: none;
}
.sec09 .inner .staff-list-imgwrap:after {
  content: "";
  width: 51px;
  height: 65px;
  background: url(../img/common/illust-img02.png);
  background-size: cover;
  position: absolute;
  bottom: -50%;
  right: 10px;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 2;
}
.sec09 .inner .staff-list-link {
  display: block;
}
.sec09 .inner .staff-list-link:hover .message {
  opacity: 1;
  z-index: 2;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.sec09 .inner .staff-list-link:hover .staff-list-imgwrap:before {
  opacity: 1;
  z-index: 1;
}
.sec09 .inner .staff-list-link:hover .staff-list-imgwrap:after {
  bottom: -5%;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sec09 .inner .staff-list-link img {
  max-width: 100%;
}
.sec09 .inner .staff-list-link .tags {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.sec09 .inner .staff-list-link .tags .group {
  font-size: 12px;
  font-weight: bold;
  background: #FEEC28;
  padding: 3px 15px;
  border-radius: 30px;
  position: relative;
  margin: -10px 0 0;
  z-index: 1;
}
.sec09 .inner .staff-list-link .name {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 0;
  line-height: 1.5;
}
.sec09 .inner .staff-list-link .day {
  font-size: 14px;
  margin: 10px 0 0;
  line-height: 1.5;
}
.sec09 .inner .slick-dots {
  margin: 30px auto 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sec09 .inner .slick-dots li {
  color: transparent;
  width: 16px;
  height: 16px;
}
.sec09 .inner .slick-dots li:not(:first-child) {
  margin: 0 0 0 20px;
}
.sec09 .inner .slick-dots li.slick-active button {
  background: #FDBE1E;
}
.sec09 .inner .slick-dots li button {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #EFEFEF;
}
.sec09 .inner .btnwrap {
  margin: 76px 0 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec09 .inner .btnwrap {
    margin: 40px 0 0;
  }
}

.sec05 .inner .schedule_wrap {
  position: relative;
}
.sec05 .inner .schedule-notice {
  position: absolute;
  top: -10px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 840px;
  height: 105%;
  background: rgba(34, 34, 34, 0.6);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec05 .inner .schedule-notice {
    width: 100%;
  }
}
.sec05 .inner .schedule-notice-txt {
  color: #fff;
  font-weight: bold;
  font-size: 2.7rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec05 .inner .schedule-notice-txt {
    font-size: 1.8rem;
  }
}


/* 2026.2 修正*/

.sec05 .inner .flowlists-list._another {
  color: #222222;
}
.sec05 .inner .flowlists-list._another .flowlists-list-lists-list:before {
  background: #fff;
}
.sec05 .inner .flowlists-list .u_txt_15._icon:before {
  width: 47px;
  height: 60px;
  top: -58px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .sec05 .inner .flowlists-list {
    width: 150px;
    height: 130px;
  }
  .sec05 .inner .flowlists-list .middle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .sec05 .inner .flowlists-list .u_txt_15._icon:before {
    width: 64px;
    height: 82px;
    top: 0;
    left: -78px;
    transform: translateX(0);
  }
}

@media screen and (min-width: 768px) {
  .sec08 .inner .staff {
    justify-content: center;
    gap: 55px;
  }
  .sec08 .inner .staff:after, .sec08 .inner .staff:before {
    content: "";
    width: 330px;
    position: absolute;
  }
}