@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Merriweather&display=swap");

/* 共通スタイル------------------------- */
body {
  font-family: "HelveticaNeue", "Merriweather", "Helvetica Neue", Helvetica,
    Arial, "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "MS ゴシック", "MS Gothic", sans-serif;
  font-size: 1rem;
  font-feature-settings: "palt";
  line-height: 1.5;
  color: #212121;
  background: #fff;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

img {
  width: 100%;
  height: auto;
}

/*header--------------------------------*/

.title-wrap {
  background: url("../images/header_bg.svg") left top no-repeat;
  width: 100%;
  background-size: cover;
  padding: 0 0 15px 0;
  position: relative;
  overflow: hidden;
}

header.title-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: zoom 10s 1;
  animation: zoom 10s 1;
  animation-fill-mode: forwards;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}

.sp-logo {
  display: block;
  width: 100%;
  max-width: 250px;
  padding: 20px;
  background: #3b657c;
}

.title-text-area {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}

.title-left-side {
  width: 65%;
  vertical-align: top;
  margin-left: 10px;
  z-index: 20;
}
.title-left-side .h1-title {
  margin-top: 20px;
  padding: 2rem 0 0 0;
  font-family: "Sawarabi Mincho";
  font-size: 4rem;
  font-weight: 400;
  line-height: 0.8;
  color: #212121;
  position: relative;
  width: 100%;
}

.sub_title {
  font-size: 2rem;
  text-align: left;
  margin-top: 1rem;
  font-family: "Sawarabi Mincho";
  font-weight: 400;
}

.title-left-side ul.label {
  background: #80b0b5;
  width: 68%;
  color: #fff;
  display: flex;
  justify-content: center;
  padding-top: 5px;
  line-height: 1.2;
  margin: 1.5rem 0 0;
  border: 1px solid #80b0b5;
  border: 1px solid #3b657c;
}

.title-left-side ul.label li {
  font-size: 1.8rem;
}

.title-left-side ul.label li.small {
  font-size: 0.75rem;
  padding-left: 10px;
}

.title-left-side .title-date {
  font-size: 1.75rem;
  margin: 1rem 0 0;
}
.title-left-side .title-date li span {
  font-size: 3rem;
}

.title-left-side ul.title-date {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #212121;
}

.title-left-side ul.title-date li:nth-child(2) {
  font-size: 1.5rem;
  line-height: 1.2;
}
.title-left-side ul.title-date li:nth-child(2) span {
  font-size: 1.25rem;
}

.btn-wrap-head {
  margin: 10px 0;
  width: 68%;
}

.title-right-side {
  width: 35%;
  text-align: right;
  z-index: 10;
}

.title-right-side img.move01 {
  animation-name: move01;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-direction: alternate;
  animation-duration: 2.5s;
  pointer-events: none;
}

@keyframes move01 {
  0% {
    transform: scale(1.9);
    opacity: 0;
  }

  100% {
    transform: scale(2);
  }
}

.title-right-side img.move01 {
  padding-top: 145px;
  width: 80%;
}

/*main--------------------------------*/

main {
  color: #fff;
}

.read-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: #3b657c;
}

.read-wrap p {
  padding: 0 10%;
  color: #fff;
}

.related-ttl {
  font-family: "Sawarabi Mincho";
  font-size: 72px;
  font-style: italic;
  position: absolute;
  top: 0;
  right: 10px;
  height: 100%;
  letter-spacing: 0.06em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #ffffffc4;
  z-index: 20;
}

.list-blk {
  margin: 0;
  color: #212121;
  width: 100%;
  position: relative;
  background-image: linear-gradient(
    -45deg,
    #e4f3ff 20%,
    #f3faff 20%,
    #f3faff 50%,
    #e4f3ff 50%,
    #e4f3ff 75%,
    #f3faff 75%,
    #f3faff
  );
  background-size: 8px 8px;
  background-attachment: fixed;
  padding: 20px;
}
.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: #ffffff;
  border-radius: 20px;
  border: 1px solid #ccc;
}

li.img-area {
  width: 250px;
  height: 250px;
  overflow: hidden;
}
.img-area img:hover {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}

.programItems {
  display: flex;
}

.nodeNum {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  margin-right: 8px;
  background-color: #f57a7d;
  border-radius: 50%;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

.outline {
  border: 2px dotted #3b657c;
  padding: 0.5rem;
  margin-bottom: 1.8rem;
  font-size: 0.9rem;
}

.list-blk ul.list-left .prof-area {
  width: 76%;
  padding-right: 25px;
}

.list-blk ul.list-left .prof-area .name {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.position {
  font-size: 0.85rem;
}

.list-blk ul.list-left .prof-area .seminar-title {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #3b657c;
  font-weight: bold;
  line-height: 1.3;
}
.list-blk ul.list-left .prof-area .schedule {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.2rem 0.4rem 0.2rem 0;
  color: #f57a7d;
}

.list-blk02 {
  margin: 0;
  padding: 0;
  color: #212121;
  width: 100%;
}

.list-blk02 .list-close {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background-color: #3b657c;
  font-size: 1.625rem;
  text-align: center;
  color: #fff;
}

.list-wht {
  margin: 0;
  color: #212121;
  width: 100%;
  position: relative;
  padding: 20px;
}

.list-wht ul.list-left {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #deedeea1;
  border-radius: 20px;
  border: 1px solid #b3cfe5;
}

.list-wht ul.list-left .prof-area {
  width: 76%;
  margin-left: 20px;
}

.list-wht ul.list-left .prof-area .name {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.list-wht ul.list-left .prof-area .seminar-title {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #3b657c;
  font-weight: bold;
  line-height: 1.3;
}

.list-wht ul.list-left .prof-area .schedule {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 0.2rem;
  color: #f57a7d;
}

.prof {
  font-size: 0.9rem;
}

.btn-wrap,
.btn-wrap-blk {
  text-align: center;
  margin: 0 auto;
  padding: 30px 0 0;
  width: 75%;
}

.button {
  display: inline-block;
  width: 100%;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  position: relative;
  z-index: 2;
  background-color: #f57a7d;
  border: 1px solid #c15154;
  color: #fff;
  line-height: 50px;
  overflow: hidden;
  font-size: 1.5rem;
}
.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:hover {
  color: #c15154;
  font-weight: bold;
}
.button::after {
  top: -100%;
  left: -100%;
  width: 100%;
  height: 100%;
}
.button:hover::after {
  top: 0;
  left: 0;
  background-color: #fff;
}

.btn-wrap-blk {
  padding: 15px;
  color: #212121;
}

.close-btn-head {
  border: 1px solid #bfbfbf;
  background: #eee;
  text-align: center;
  width: 100%;
  padding: 10px;
  font-size: 1.4rem;
  color: #979797;
}

.close-btn {
  border: 1px solid #bfbfbf;
  background: #eee;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  font-size: 1.4rem;
  color: #979797;
}

p.deadline {
  text-align: center;
  font-size: 1.5rem;
  color: #212121;
}

.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}

.finalsection {
  background: #fff;
  width: 100%;
}

.summary-wrap {
  background: url(../images/bg-listwrap.svg) bottom;
  background-size: cover;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
  color: #212121;
  border-top: 1px solid #b3cfe5;
}

.summary-wrap .text-area {
  background: #f3faff;
  min-width: 320px;
  width: 80%;
  margin: 0 auto;
  padding: 40px;
  line-height: 2;
  border-radius: 20px;
  border: 1px solid #b3cfe5;
}

.summary-wrap .text-area h3 {
  text-align: center;
  color: #212121;
  font-size: 1.875rem;
  font-weight: lighter;
}

.summary-wrap .text-area .summary-text {
  color: #212121;
}

.summary-wrap .text-area .summary-text span {
  background: #3b657c;
  padding: 3px 5px;
  text-align: center;
  font-size: 0.9rem;
  margin-inline-end: 10px;
  color: #fff;
}

.summary-wrap p.kome {
  color: #212121;
  line-height: 1.4;
  margin-top: 12px;
}

.helpdesk-wrap {
  background-color: #3b657c;
  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.75rem;
  width: 15%;
  color: #fff;
}
.helpdesk-wrap .helpdesk-text .info-text {
  font-size: 1.25rem;
  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: 85%;
  text-align: center;
}

.helpdesk-wrap .mail-link a img {
  display: inline;
  vertical-align: middle;
  padding-right: 10px;
  width: 40px;
}
.mail-link a:hover {
  opacity: 0.5;
}

.notes {
  max-width: 1000px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 1rem;
}

/*---- 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);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.fadeUpTrigger {
  opacity: 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 {
  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);
  }
}

.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/*中の要素*/
.bgappear {
  animation-name: bgextendAnimeSecond;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeLeftTrigger,
.fadeRightTrigger,
.fadeInTrigger,
.fadeUpTrigger {
  opacity: 0;
}

footer {
  text-align: center;
  background: #3b657c;
  color: #fff;
}

/*@media---------------------------------------------------------*/

@media screen and (max-width: 1024px) {
  .related-ttl {
    color: #3b657c3b;
    z-index: 0;
  }
  .read-wrap p {
    padding: 0 10px;
  }
  .title-right-side img.move01 {
    padding-top: 130px;
    width: 72%;
  }
}

@media screen and (max-width: 896px) {
  .title-left-side ul.label {
    padding: 10px;
    font-size: 1.5rem;
  }

  .title-left-side ul.label li {
    font-size: 1.5rem;
  }

  .title-left-side ul.title-date {
    display: block;
  }

  .title-right-side {
    width: 35%;
    text-align: right;
    margin-right: 10px;
  }

  .title-left-side .h1-title {
    font-size: 3.4rem;
  }
  .sub_title {
    font-size: 1.8rem;
  }

  .list-blk ul.list-left .prof-area .seminar-title {
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .list-wht ul.list-left .prof-area .seminar-title {
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .title-left-side {
    width: 65%;
    margin-left: 20px;
  }

  .list-blk02 .list-close {
    font-size: 1.4rem;
  }

  .summary-wrap .text-area h3 {
    font-size: 1.5rem;
  }

  .helpdesk-wrap .helpdesk-text .title-text {
    font-size: 1.4rem;
  }
  .info-text p {
    font-size: 0.9rem;
  }
  .sp-logo {
    width: 35%;
  }
  .pc_br {
    display: none;
  }
  p.deadline {
    font-size: 1.2rem;
  }
} /*end*/

@media screen and (max-width: 768px) {
  .related-ttl {
    color: #3b657c3b;
    line-height: 1.1;
    text-align: center;
    z-index: 0;
  }
  .sp-logo {
    display: block;
    padding: 15px 15px;
    margin: 0 auto;
    width: 30%;
  }

  .sp-logo a {
    display: block;
  }

  .title-wrap {
    background-size: cover;
  }
  .title-right-side {
    display: none;
  }
  .title-left-side {
    width: 100%;
    margin: 0 auto;
  }

  .title-left-side .h1-title {
    width: 82%;
    margin: 0 auto;
    font-size: 3.4rem;
    text-align: center;
    padding: 2rem 1rem 0;
  }

  .title-left-side ul.label {
    margin: 2rem auto 0;
    width: 68%;
  }
  .title-left-side ul.label li.small {
    font-size: 0.8rem;
  }
  .title-left-side ul.title-date {
    display: flex;
    justify-content: center;
  }

  .sub_title {
    text-align: center;
  }

  .title-left-side .h1-title ul li:first-child {
    text-align: center;
  }

  .read-wrap p {
    font-size: 0.9rem;
    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.9rem;
  }

  .summary-wrap p.kome {
    font-size: 0.9rem;
  }

  .helpdesk-wrap .helpdesk-text .title-text {
    width: 18%;
  }

  .list-blk02 .list-close {
    font-size: 1rem;
  }

  /*.list-blk ul.list-left,
  .list-wht ul.list-left {
    width: 100%;
    display: block;
  }*/

  .close-btn-head {
    border: 5px solid #ccc;
    background: #eee;
    text-align: center;
    width: 100%;
    margin: 20px 0;
    padding: 10px;
    font-size: 1.25rem;
    border-radius: 10px;
    color: #ccc;
  }

  .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;
  }

  .btn-wrap-head {
    width: 68%;
    margin: 15px auto;
  }

  .btn-wrap,
  .btn-wrap-blk {
    padding: 0;
    margin: 20px auto;
  }

  .btn-wrap-blk {
    padding: 10px 0;
  }

  .list-blk ul.list-left .prof-area .schedule {
    font-size: 1.1rem;
  }
  .list-wht ul.list-left .prof-area .schedule {
    font-size: 1.1rem;
  }

  .nodeNum {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .button {
    width: 100%;
  }
} /*end*/

@media screen and (max-width: 590px) {
  .nodeNum {
    align-items: center;
    width: 30px;
    height: 30px;
    margin-right: 6px;
    font-size: 1.2rem;
  }
  .related-ttl {
    font-size: 53px;
    color: #3b657c3b;
    text-align: left;
    z-index: 0;
  }
  .title-wrap {
    background: url("../images/sp-bg-main.webp") left top no-repeat;
  }

  .title-left-side ul.label {
    display: block;
    text-align: center;
    padding: 10px;
    font-size: 1.25rem;
  }

  .title-left-side ul.label {
    margin: 2rem auto 0;
  }

  .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.4rem;
    line-height: 1;
    text-align: center;
  }

  .title-left-side ul.title-date li:nth-child(2) {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .sp-logo {
    display: block;
    padding: 15px 15px;
    margin: 0 auto;
    width: 45%;
  }
  .list-blk02 .notes {
    font-size: 0.9rem;
  }

  /*タイトル*/

  .title-left-side .h1-title {
    width: 100%;
    text-align: center;
    font-size: 3.6rem;
    line-height: 1.2;
  }

  .title-left-side .h1-title .sub_title {
    font-size: 1.8rem;
  }

  .sub_title {
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.2;
  }

  /*list*/

  .list-blk ul.list-left {
    display: block;
    width: 100%;
  }

  .list-blk ul.list-left .prof-area {
    width: 100%;
    padding: 0;
  }

  .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;
    font-weight: bold;
  }

  .list-blk ul.list-left .prof-area .name,
  .list-wht ul.list-left .prof-area .name {
    font-size: 1.4rem;
  }

  .list-blk ul.list-left .img-area,
  .list-wht ul.list-left .img-area {
    width: 60%;
    height: auto;
    margin: auto;
  }

  p.deadline {
    font-size: 1rem;
  }

  .button {
    font-size: 1.25rem;
  }

  /*summy*/

  .list-blk ul.list-left {
    width: 100%;
    display: block;
  }
  .list-wht ul.list-left {
    display: flex;
  }

  .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;
  }
} /*end*/

@media screen and (min-width: 350px) {
  .sp_br02 {
    display: none;
  }
}

@media screen and (min-width: 568px) {
  .sp_br {
    display: none;
  }
}

@media screen and (min-width: 812px) and (max-width: 912px) {
  .title-left-side {
    width: 65%;
    margin-left: 20px;
  }
}
