@charset "utf-8";
/* CSS Document */

/* 共通スタイル------------------------- */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  background: #fff;
  height: 100%;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

/*.container {
  background: url(../images/bg_main.webp) center top repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100vw;
}*/
.container:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../images/bg_main.webp) center no-repeat;
  background-size: cover;
}

ul,
ol {
  list-style: none;
}

.mail-link a:hover {
  filter: invert(30%) sepia(95%) saturate(200%) hue-rotate(30deg)
    brightness(100%) contrast(120%);
}

/*header--------------------------------*/

.title-wrap {
  width: 100%;
  background-size: cover;
  padding: 15px 0;
  background-attachment: fixed;
}

.sp-logo {
  display: none;
}

.m-title_sp {
  display: none;
}

.title-text-area {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 0;
  display: flex;
  justify-content: flex-start;
  font-family: "Century Gothic";
  position: relative;
}

.title-left-side {
  width: 40%;
  vertical-align: top;
  margin-left: 10px;
}

.title-left-side ul.label {
  background: #000;
  /* width: 90%; */
  color: #e4ff01;
  display: flex;
  justify-content: center;
  padding-top: 5px;
  line-height: 1.2;
  margin: 10px 0;
}

.title-left-side ul.label li {
  font-size: 1.8rem;
}

.title-left-side ul.label li.small {
  font-size: 0.75rem;
  padding-left: 10px;
}

.btn-wrap-head {
  margin: 10px auto;
}

.title-right-side {
  width: 60%;
  text-align: right;
  margin-right: 10px;
  /*position: relative;*/
}

.title-right-side a {
  display: block;
  width: 180px;
  float: right;
}

.title-right-side img {
  display: initial;
}

/*opアニメーション*/
.shutter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  z-index: 99;
  -webkit-animation: byeShutter 2.4s forwards;
  animation: byeShutter 2.4s forwards;
}
.op_logo {
  position: absolute;
  width: 200px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: logo 0.8s forwards;
  animation: logo 0.8s forwards;
  animation-delay: 0.2s;
}
@keyframes byeShutter {
  70% {
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
    z-index: -1;
  }
}
@keyframes logo {
  0% {
    opacity: 1;
  }

  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: scale(0.8);
  }
}

/*main--------------------------------*/

main {
  color: #fff;
}

.read-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: #000;
}

.read-wrap p {
  padding: 0 10%;
}

.list-blk {
  background-attachment: fixed;
  margin: 0;
  padding: 20px 0;
  color: #000;
  width: 100%;
  position: relative;
}
.list-blk ul.list-left {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #fff;
}

.list-blk ul.list-left .prof-area {
  width: 76%;
  margin-right: 20px;
}

.list-blk ul.list-left .prof-area .name {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.list-blk ul.list-left .prof-area .seminar-title {
  font-size: 1.375rem;
  margin-bottom: 10px;
  color: #8a3598;
  font-weight: bold;
}
.list-blk ul.list-left .prof-area .schedule {
  background: #5ad5b6;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 5px;
  color: #fff;
}

.list-blk02 {
  margin: 0;
  padding: 20px 0;
  color: #000;
  width: 100%;
}

.list-blk02 .list-close {
  width: 100%;
  margin: 20px auto;
  padding: 10px;
  background: #000;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #e4ff01;
}

.list-wht {
  margin: 0;
  color: #000;
  width: 100%;
  position: relative;
}

.list-wht .radius {
  background: #000;
  padding: 20px 0;
}

.list-wht ul.list-left {
  max-width: 1000px;
  width: 96%;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background: #eee;
}

.list-wht ul.list-left .prof-area {
  width: 76%;
  margin-left: 20px;
}

.list-wht ul.list-left .prof-area .name {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.list-wht ul.list-left .prof-area .seminar-title {
  font-size: 1.375rem;
  margin-bottom: 10px;
  color: #50b39a;
  font-weight: bold;
}
.list-wht ul.list-left .prof-area .schedule {
  background-color: #8a3598;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  padding: 5px;
}

.prof {
  font-size: 0.95rem;
}

.btn-wrap {
  text-align: center;
  margin: 0px auto;
  width: 50%;
  padding-bottom: 20px;
}

.button {
  display: inline-block;
  width: 100%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.button {
  position: relative;
  z-index: 2;
  background-color: #e4ff01;
  border: 2px solid #e4ff01;
  color: #333;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 50px;
  overflow: hidden;
}
.button:hover {
  color: #e4ff01;
  border: 2px solid #e4ff01;
}
.button::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.button:hover::after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  background: #000;
}

.btn-wrap p {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 2px 3px #000;
}

.mb20 {
  margin-bottom: 20px;
}

.finalsection {
  width: 100%;
}

.summary-wrap {
  margin: 50px 0;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  color: #000;
  width: 100%;
}

.summary-wrap .text-area {
  background: #333333b0;
  min-width: 320px;
  width: 80%;
  margin: 0 auto;
  padding: 40px;
  line-height: 2;
}

.summary-wrap .text-area h3 {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
}

.summary-wrap .text-area .summary-text {
  color: #fff;
  margin-top: 10px;
}

.summary-wrap .text-area .summary-text span {
  background: #e4ff01;
  padding: 2px 4px;
  text-align: center;
  font-size: 0.9rem;
  margin-inline-end: 10px;
  font-weight: bold;
  color: #000;
}

.summary-wrap p.kome {
  color: #fff;
  line-height: 1.4;
  margin-top: 12px;
}

.helpdesk-wrap {
  background-color: #000;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}

.helpdesk-wrap .helpdesk-text {
  display: flex;
  justify-content: center;
}

.helpdesk-wrap .helpdesk-text .title-text {
  font-size: 1.5rem;
  font-weight: bold;
  width: 10%;
  color: #fff;
}
.helpdesk-wrap .helpdesk-text .info-text {
  font-size: 1.2rem;
  color: #fff;
}

.helpdesk-wrap .mail-link {
  margin: 20px 0;
}

.helpdesk-wrap .mail-link a {
  display: block;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px;
  width: 80%;
  text-align: center;
}

.helpdesk-wrap .mail-link a img {
  display: inline;
  vertical-align: middle;
  padding-right: 10px;
}

/*---- fadeUp ----*/

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*---- fadeLeft ----*/

.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/*---- fadeRight ----*/

.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.fadeUpTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
  opacity: 0;
}

.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 5.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }

  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 5.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}

footer {
  text-align: center;
  color: #fff;
  background-color: #000;
}

/*---追加css----*/
/*.title-right-side li {
  font-size: 3.5rem;
}*/

p.date {
  font-size: 3.55rem;
  padding-top: 350px;
  font-weight: bold;
  text-shadow: 1px 2px 3px #000;
}

.m-title {
  text-align: right;
  padding-top: 100px;
  /*font-size: 4.7rem;
  font-weight: bold;
  text-shadow: 1px 2px 3px #000;*/
  line-height: 1.1;
}

/*.title-base {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 160px;
}*/

.front-t {
  display: inline-block;
  position: absolute;
  padding-top: 100px;
  font-size: 2.8rem;
  font-weight: bold;
  top: 9%;
  left: 0;
  right: 0%;
  bottom: 0;
  text-shadow: 1px 2px 3px #000;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝",
    "Yu Mincho", "游明朝体", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  /*z-index: 2;*/
  line-height: 1.1;
}

.back-t {
  position: absolute;
  display: inline-block;
  white-space: nowrap;
  font-size: 5.5rem;
  font-weight: bold;
  color: #ffffff85;
  top: 31%;
  right: 4%;
  z-index: -1;
}

/*p.wabun {
  font-size: 1.8rem;
  font-family: "游明朝", Yu Mincho, YuMincho;
  margin-top: 30px;
  line-height: 1.3;
}*/

.title-left-side p.time {
  font-size: 1.5rem;
  font-weight: bold;
  text-shadow: 1px 2px 3px #000;
}

.title-left-side p.time span {
  font-size: 2rem;
}

.scrolldown1 {
  position: absolute;
  left: 50%;
  top: 70%;
  height: 30px;
}

.scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: -24px;
  top: -15px;
  /*テキストの形状*/
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 2px;
  height: 30px;
  background: #fff;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.8s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

.mb20 {
  margin-bottom: 20px;
}
/*.mb30 {
  margin-bottom: 30px;
}*/

#topBtn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  text-decoration: none;
  background-color: #e4ff01;
  font-weight: bold;
  color: #000;
  border-radius: 50%;
}

/*@media---------------------------------------------------------*/

@media screen and (max-width: 1024px) {
  .read-wrap p {
    padding: 0 10px;
  }
  .m-title .front-t {
    right: 2%;
  }

  .m-title .back-t {
    font-size: 5rem;
    top: 28%;
    right: 6%;
  }
  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 896px) {
  .title-left-side ul.label {
    padding: 5px;
    font-size: 1.5rem;
    margin: 0;
  }

  .title-left-side ul.label li {
    font-size: 1.18rem;
  }

  .title-left-side ul.title-date {
    display: block;
  }

  .title-left-side p.time span {
    font-size: 1.6rem;
  }

  .btn-wrap-head {
    margin: 0 auto;
  }

  .title-right-side {
    /*width: 35%;*/
    text-align: right;
    margin-right: 10px;
  }

  .title-right-side a {
    width: 150px;
    margin-right: 10px;
  }

  /*.title-left-side {
    width: 65%;
  }*/

  .title-right-side {
    width: 70%;
  }
  p.wabun {
    font-size: 1.75rem;
  }
  p.date {
    font-size: 2.6rem;
    padding-top: 150px;
  }
  .title-left-side p.time {
    font-size: 1rem;
  }
  .back-t {
    font-size: 4rem;
    top: 27%;
    right: 5%;
  }

  .front-t {
    padding-top: 35px;
    font-size: 2.2rem;
    /*top: 9%;*/
    right: 2%;
  }
  .btn-wrap p {
    font-size: 1.25rem;
    margin: 20px auto;
  }
  .list-blk02 .list-close {
    /*width: 92%;*/
    font-size: 1.4rem;
  }

  .summary-wrap .text-area h3 {
    font-size: 1.5rem;
  }

  .helpdesk-wrap .helpdesk-text .title-text {
    font-size: 1.15rem;
  }

  .info-text p {
    font-size: 1rem;
  }
} /*end*/

@media screen and (max-width: 768px) {
  .sp-logo {
    display: block;
    width: 20%;
    text-align: right;
    float: right;
    overflow: hidden;
    padding: 15px 15px 0 0;
  }

  .sp-logo a {
    display: block;
  }

  .m-title_sp {
    display: block;
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 15px 0;
    font-size: 1.9rem;
    font-weight: bold;
    text-shadow: 1px 2px 3px #000;
    line-height: 1.3;
  }

  .m-title_sp span.wabun_sp {
    font-size: 1.5rem;
    /*line-height: 1.4;*/
    margin: 0 auto;
    font-family: "游明朝", "Yu Mincho", YuMincho;
  }

  p.date {
    font-size: 1.85rem;
    padding-top: 15px;
    text-align: center;
  }

  p.time {
    font-size: 1.2rem;
    text-align: center;
  }

  .title-right-side {
    display: none;
  }
  .title-left-side {
    width: 100%;
    margin: 0 auto;
  }

  .title-left-side ul.label {
    display: flex;
    text-align: left;
    width: 60%;
    margin: 0 auto;
    padding: 5px;
  }
  .title-left-side ul.label li.small {
    font-size: 0.8rem;
  }
  .title-left-side ul.title-date {
    display: flex;
    justify-content: center;
  }

  /*タイトル*/

  .read-wrap p {
    font-size: 0.95rem;
    padding: 0;
  }

  .summary-wrap .text-area {
    width: 80%;
  }

  .summary-wrap .text-area ul li span {
    display: block;
    margin: 10px 0;
    width: 20%;
  }

  .summary-wrap .text-area .summary-text {
    font-size: 0.95rem;
  }

  .summary-wrap p.kome {
    font-size: 0.86rem;
  }

  .helpdesk-wrap .helpdesk-text .title-text {
    width: 18%;
  }

  .list-blk02 .list-close {
    font-size: 1.1rem;
  }

  .list-blk ul.list-left,
  .list-wht ul.list-left {
    width: 90%;
  }

  .close-btn-head {
    border: 2px solid #a9a9a9;
    background: #eee;
    text-align: center;
    width: 100%;
    margin: 20px auto;
    padding: 10px;
    font-size: 1.25rem;
    color: #a9a9a9;
  }

  /*.close-btn {
    border: 5px solid #ccc;
    background: #eee;
    text-align: center;
    width: 90%;
    margin: 20px auto;
    padding: 10px;
    font-size: 1.25rem;
    border-radius: 10px;
    color: #ccc;
  }*/

  .list-blk ul.list-left .prof-area .schedule {
    font-size: 1.2rem;
  }
  .list-wht ul.list-left .prof-area .schedule {
    font-size: 1.2rem;
  }
  .btn-wrap {
    width: 80%;
  }
  .btn-wrap-head {
    width: 80%;
    margin: 0 auto;
  }
  .pc_br {
    display: none;
  }
} /*end*/

@media screen and (max-width: 590px) {
  .title-left-side {
    width: 96%;
  }

  .title-left-side ul.label {
    display: block;
    text-align: center;
    padding: 5px;
    font-size: 1.25rem;
  }

  .title-left-side ul.label li {
    font-size: 1rem;
  }

  .title-left-side ul.label li.small {
    font-size: 0.75rem;
  }

  .title-left-side ul.title-date {
    display: block;
    font-size: 1.5rem;
    text-align: center;
  }

  .title-left-side ul.title-date li:nth-child(2) {
    font-size: 1.25rem;
    line-height: 1.2;
  }

  /*タイトル*/

  .title-left-side .h1-title ul li:first-child {
    font-size: 3rem;
    text-align: center;
  }
  .title-left-side .h1-title ul li:nth-child(2) {
    font-size: 3rem;
    text-align: center;
  }

  /*list*/

  .list-blk ul.list-left {
    display: block;
    width: 96%;
  }

  .list-blk ul.list-left .prof-area {
    width: 100%;
  }

  .list-wht ul.list-left .img-area {
    margin: 0 auto;
  }

  .list-blk ul.list-left .img-area img {
    margin: 0 auto;
  }

  .list-wht ul.list-left {
    max-width: 1000px;
    width: 96%;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-flow: column-reverse;
  }

  .list-wht ul.list-left .prof-area {
    width: 100%;
    margin-left: 0;
  }
  .list-blk ul.list-left .prof-area .schedule,
  .list-wht ul.list-left .prof-area .schedule,
  .list-blk .list-close {
    font-size: 1.1rem;
  }

  .list-blk ul.list-left .prof-area .name,
  .list-wht ul.list-left .prof-area .name {
    font-size: 1.5rem;
  }

  .list-blk ul.list-left .img-area,
  .list-wht ul.list-left .img-area {
    width: 60%;
    margin: auto;
  }

  /*btn*/

  .btn-wrap p {
    font-size: 1.1rem;
  }

  /*summy*/

  .summary-wrap .text-area {
    width: 90%;
    padding: 40px 20px;
  }

  .summary-wrap .text-area ul li {
    margin-bottom: 20px;
    line-height: 1.4;
  }

  /*helpdesk*/
  .helpdesk-wrap {
    padding: 0 20px;
  }

  .helpdesk-wrap .helpdesk-text {
    display: block;
    justify-content: center;
    padding: 20px 0;
  }

  .helpdesk-wrap .helpdesk-text .title-text {
    width: 90%;
    text-align: center;
    font-size: 1.4rem;
    margin: 0 auto 10px;
  }

  .helpdesk-wrap .helpdesk-text .info-text {
    font-size: 1rem;
    text-align: center;
  }

  .helpdesk-wrap .mail-link a {
    width: 100%;
  }

  .summary-wrap .text-area h3 {
    font-size: 1.4rem;
  }
  .sp-logo {
    width: 30%;
  }
} /*end*/

.close-btn-head {
  border: 2px solid #a9a9a9;
  background: #eee;
  text-align: center;
  width: 100%;
  padding: 10px;
  font-size: 1.3rem;
  color: #a9a9a9;
}

/*.close-btn {
  border: 5px solid #ccc;
  background: #eee;
  text-align: center;
  width: 80%;
  margin: 20px auto;
  padding: 10px;
  font-size: 1.3rem;
  border-radius: 10px;
  color: #ccc;
}*/

@media screen and (max-width: 420px) {
  .m-title_sp p.wabun_sp {
    margin: 10px auto 25px;
  }
}

@media screen and (min-width: 667px) {
  .sp_br {
    display: none;
  }
}
