@charset "utf-8";

/* ↓↓↓ common ↓↓↓ */
body,
html {
  overflow-x: hidden;
}

body,
html * {
  font-family: 'Noto Sans JP', sans-serif, "Osaka", 'メイリオ', "ＭＳ Ｐゴシック";
}

body {
  min-width: 100%;
}

#main {
  width: 100%;
  padding: 0;
}

.pc-only {
  display: none;
}

@media (max-width: 768px) {
  .pc-only {
    display: block;
  }
}

.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.wb {
  display: inline-block;
}

a:hover {
  text-decoration: none;
}

#main img {
  width: 100%;
  height: auto;
  border: 0;
  vertical-align: bottom
}

#topicpathArea {
  max-width: 850px;
  margin: 0 auto;
}

.toPageTop {
  display: none;
}

/* ↑↑↑ common ↑↑↑ */

/* ↓↓↓ fv ↓↓↓ */
.container {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.fv {
  width: 100%;
  /* height: 540px; */
  /* background-color: #e6e9ed; */
  background: url(../images/bg_mv.jpg)no-repeat;
  background-size: cover;
}

.fv .inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .fv .inner {
    flex-direction: column;
  }
}

.fv .inner .bg01 {
  position: absolute;
  top: -40px;
  left: -7%;
  width: 110%;
  mix-blend-mode: multiply;
}

@media (max-width: 768px) {
  .fv .inner .bg01 {
    top: -1px;
    left: -13%;
    width: 140%;
  }
}

.fv .inner .title {
  width: 31.25%;
  max-width: 400px;
  /* margin-left: 135px; */
  margin-left: 10.547%;
  position: relative;
  z-index: 1;
}

@media (min-width: 1281px) {
  .fv .inner .title {
    margin-left: 135px;
  }
}

@media (max-width: 768px) {
  .fv .inner .title {
    width: calc(100% - 60px);
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.fv .inner .image {
  width: 50%;
  margin-right: 4.763%;
}

@media (max-width: 768px) {
  .fv .inner .image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .fv .inner .image img {
    height: 120%;
    object-fit: contain;
    object-position: top center;
  }
}

/* ↑↑↑ fv ↑↑↑ */

/* ↓↓↓ box1 ↓↓↓ */
.box1 {
  width: 100%;
}

.box1 .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 100px 150px 90px 150px;
  position: relative;
  box-sizing: border-box;
}

@media (min-width: 1281px) {
  .box1 .inner {
    padding: 100px 150px 90px 150px;
  }
}

@media (max-width: 768px) {
  .box1 .inner {
    padding: 70px 30px 40px 30px;
  }
}

.box1 .inner .bg02 {
  position: absolute;
  top: 33%;
  left: 1%;
  width: 100%;
  mix-blend-mode: multiply;
}

@media (max-width: 768px) {
  .box1 .inner .bg02 {
    top: 10%;
    left: -7%;
    width: 130%;
  }
}

.box1 .inner .linkbtn {
  position: absolute;
  top: -50px;
  right: 150px;
  width: 360px;
  height: 100px;
  border-radius: 50px;
  background-color: #ffffc2;
  box-shadow: 0px 0px 5px 2px #b3b3b3;
  text-decoration: none;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #2c20bc;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .box1 .inner .linkbtn {
    width: 300px;
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .box1 .inner .linkbtn {
    top: -40px;
    right: 50%;
    transform: translateX(50%);
    width: 288px;
    height: 80px;
    border-radius: 40px;
    font-size: 22px;
  }
}

.box1 .inner .linkbtn:hover {
  background-color: #f9f9b1;
}

.box1 .inner .linkbtn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 17px;
  height: 25px;
  transform: translateY(-50%);
  background: url(../images/button_arrow.svg) no-repeat;
}

@media (max-width: 768px) {
  .box1 .inner .linkbtn::after {
    right: 15px;
    width: 13px;
    height: 20px;
  }
}

.box1 .inner .linkbtn .small {
  display: block;
  margin-top: 15px;
  font-size: 11px;
}

@media (max-width: 768px) {
  .box1 .inner .linkbtn .small {
    margin-top: 10px;
    font-size: 11px;
  }
}

.box1 .text {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #2c20bc;
  line-height: 2;
}

@media (max-width: 768px) {
  .box1 .text {
    font-size: 16px;
    line-height: 1.6;
  }
}

.box1 .titlebox {
  width: 98.47%;
  max-width: 965px;
  margin: 70px auto 0 auto;
  border-bottom: 6px solid #2c20bc;
}

@media (max-width: 768px) {
  .box1 .titlebox {
    margin: 30px auto 0 auto;
  }
}

.box1 .titlebox .title {
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  display: flex;
  text-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .box1 .titlebox .title {
    font-size: 16px;
  }
}

.box1 .titlebox .title::before {
  content: "";
  height: 6px;
  margin-right: 1em;
  flex-grow: 1;
  background-color: #2C20BC;
}

.box1 .titlebox .title::after {
  content: "";
  height: 6px;
  margin-left: 1em;
  flex-grow: 1;
  background-color: #2C20BC;
}

.box1 .titlebox .logobox {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .box1 .titlebox .logobox {
    flex-direction: column;
  }
}

.box1 .titlebox .logobox .item {
  width: 33.3333%;
  padding: 5.596% 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .box1 .titlebox .logobox .item {
    width: 315px;
    height: 100px;
    padding: 0;
    margin-bottom: 20px;
  }
}

.box1 .titlebox .logobox .item img {
  width: 88.92%;
}

@media (max-width: 768px) {
  .box1 .titlebox .logobox .item img {
    width: 228px;
  }
}

/* ↑↑↑ box1 ↑↑↑ */

/* ↓↓↓ box2 ↓↓↓ */
.box2 {
  width: 100%;
  background-color: rgba(190, 231, 252, .4);
  position: relative;
}

.box2 .inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 50px 30px 90px 30px;
  position: relative;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .box2 .inner {
    padding: 30px 30px 135px 30px;
  }
}

.box2 .inner .bg03 {
  position: absolute;
  top: -4%;
  left: -6%;
  width: 110%;
  mix-blend-mode: multiply;
}

@media (max-width: 768px) {
  .box2 .inner .bg03 {
    top: -6%;
    left: -20%;
    width: 130%;
  }
}

.box2 .text {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #2c20bc;
  line-height: 2;
}

@media (max-width: 768px) {
  .box2 .text {
    font-size: 16px;
    line-height: 1.6;
  }
}

.box2 .session-list {
  max-width: 1025px;
  margin: 105px auto 0 auto;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .box2 .session-list {
    margin-top: 60px;
    flex-direction: column;
  }
}

.box2 .session-list li {
  width: calc((100% - 24px)/2);
  padding: 4.879%;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}

@media (max-width: 768px) {
  .box2 .session-list li {
    width: 100%;
    max-width: 400px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px;
  }

  .box2 .session-list li:last-of-type {
    margin-bottom: 0;
  }
}

.box2 .session-list li .ribon {
  position: absolute;
  top: -25px;
  left: 25px;
  width: 112px;
  height: 112px;
  border-radius: 66px;
  background-color: #ff41aa;
  box-shadow: 0px 0px 5px 2px #b3b3b3;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .1em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .box2 .session-list li .ribon {
    top: -15px;
    left: 30px;
    width: 70px;
    height: 70px;
    font-size: 14px;
  }
}

.box2 .session-list li .image {
  margin-bottom: 30px;
}

.box2 .session-list li .heading {
  padding-bottom: 20px;
  margin-bottom: 25px;
  font-size: calc((27 - 24) * ((100vw - 768px) / (1280 - 768)) + 24px);
  font-weight: 500;
  text-align: center;
  color: #2c20bc;
  position: relative;
}

@media (min-width: 1281px) {
  .box2 .session-list li .heading {
    font-size: 27px;
  }
}

@media (max-width: 768px) {
  .box2 .session-list li .heading {
    font-size: 18px;
  }
}

.box2 .session-list li .heading::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 5px;
  background-color: #2c20bc;
}

.box2 .session-list li .text {
  font-size: 16px;
  color: #2C20BC;
  line-height: 1.8;
  text-align: justify;
}

@media (max-width: 768px) {
  .box2 .session-list li .text {
    font-size: 14px;
  }
}

.box2 .linkbtn {
  width: 360px;
  height: 100px;
  margin: 80px auto 0 auto;
  border-radius: 50px;
  background-color: #ffffc2;
  box-shadow: 0px 0px 5px 2px #b3b3b3;
  text-decoration: none;
  font-size: 26px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #2c20bc;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
}

@media (max-width: 1024px) {
  .box2 .linkbtn {
    width: 300px;
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .box2 .linkbtn {
    width: 288px;
    height: 80px;
    margin-top: 60px;
    border-radius: 40px;
    font-size: 22px;
  }
}

.box2 .linkbtn:hover {
  background-color: #f9f9b1;
}

.box2 .linkbtn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 17px;
  height: 25px;
  transform: translateY(-50%);
  background: url(../images/button_arrow.svg) no-repeat;
}

@media (max-width: 768px) {
  .box2 .linkbtn::after {
    right: 15px;
    width: 13px;
    height: 20px;
  }
}

.box2 .linkbtn .small {
  display: block;
  margin-top: 15px;
  font-size: 11px;
}

@media (max-width: 768px) {
  .box2 .linkbtn .small {
    margin-top: 10px;
    font-size: 11px;
  }
}

/* ↑↑↑ box2 ↑↑↑ */

/* ↓↓↓ トップへ戻るボタン ↓↓↓ */
.contsTop {
  width: 53px;
  height: 53px;
  position: absolute;
  right: 60px;
  bottom: 35px;
  transition: all ease .5s;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .contsTop {
    right: 7%;
  }
}

.contsTopn:hover {
  opacity: .8;
}

/* ↑↑↑ トップへ戻るボタン ↑↑↑ */

/* ↓↓↓ footer ↓↓↓ */
.lpcopyright {
  width: 100%;
  height: 90px;
  font-size: 16px;
  background-color: #E6E6E6;
}

.lpcopyright .inner {
  max-width: 1140px;
  height: 100%;
  margin: 0 auto;
  padding: 0 70px;
}

@media (max-width: 768px) {
  .lpcopyright .inner {
    padding: 0 45px;
  }
}

@media (max-width: 480px) {
  .lpcopyright .inner {
    padding: 0 40px;
  }
}

@media (max-width: 375px) {
  .lpcopyright .inner {
    padding: 0 30px;
  }
}

.lpcopyright ul {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.lpcopyright ul li {
  margin: 3px 0;
}

.lpcopyright ul li a {
  color: #333;
}

/* ↑↑↑ footer ↑↑↑ */

@media (max-width: 1280px) {}