@charset "UTF-8";
* {
  font-family: "Noto Sans JP", sans-serif !important;
  color: #fff;
}

.pc-only {
  display: none;
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
}
.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.header-section {
  background: #000000;
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 15px 20px 20px 20px;
  height: 74px;
  box-sizing: border-box;
}
.header-section .header-inner {
  display: flex;
  justify-content: space-between;
}
.header-section .header-inner .logo-text {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
}
.header-section .header-inner .header-nav {
  width: 100vw;
  height: 100vh;
  overflow: scroll;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8980392157);
  display: none;
  padding: 80px 5.3% 0 5.3%;
  box-sizing: border-box;
}
.header-section .header-inner .header-nav li:first-of-type .nav-link-text {
  border-top: 1px solid #fff;
}
.header-section .header-inner .header-nav .nav-link-text {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  padding: 20px;
  border-bottom: 1px solid #fff;
  display: block;
}
.header-section .header-inner .header-nav .nav-link-text:hover {
  transition: all 0.3s;
  color: #F8A623;
  border-bottom: 1px solid #F8A623;
}
.header-section .header-inner .open-active {
  display: block;
}
@media (min-width: 768px) {
  .header-section {
    padding: 30px 40px 30px 120px;
    height: 82px;
  }
  .header-section .header-inner {
    max-width: initial;
    margin: 0 auto;
  }
  .header-section .header-inner .logo-text {
    z-index: 9999;
    font-size: 18px;
  }
  .header-section .header-inner .header-nav {
    padding: 120px 0 0 0;
    background: rgba(0, 0, 0, 0.768627451);
  }
  .header-section .header-inner .header-nav .header-nav-inner {
    max-width: 1600px;
    margin: 0 auto;
  }
  .header-section .header-inner .header-nav li {
    max-width: 440px;
    margin: 0 0 0 auto;
  }
  .header-section .header-inner .header-nav .nav-link-text {
    font-size: 30px;
    line-height: 100%;
    padding-left: 24px;
  }
  .header-section .header-inner .open-menu .openbtn1 {
    width: 47px;
  }
  .header-section .header-inner .open-menu .openbtn1 span {
    height: 3.76px;
  }
  .header-section .header-inner .open-menu .openbtn1 span:nth-of-type(1) {
    top: -5px;
  }
  .header-section .header-inner .open-menu .openbtn1 span:nth-of-type(2) {
    top: 11px;
  }
  .header-section .header-inner .open-menu .openbtn1 span:nth-of-type(3) {
    top: 27px;
  }
}
.header-section .open-menu {
  /*ボタン内側*/
  /*activeクラスが付与されると線が回転して×に*/
}
.header-section .open-menu .openbtn1 {
  position: relative; /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  width: 38px;
  height: 35px;
}
.header-section .open-menu .openbtn1 span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  height: 3px;
  background: #fff;
  width: 100%;
}
.header-section .open-menu .openbtn1 span:nth-of-type(1) {
  top: 5px;
}
.header-section .open-menu .openbtn1 span:nth-of-type(2) {
  top: 17px;
}
.header-section .open-menu .openbtn1 span:nth-of-type(3) {
  top: 29px;
}
.header-section .open-menu .openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 0;
  transform: translateY(6px) rotate(-45deg);
  width: 40px;
  background: #fff;
}
.header-section .open-menu .openbtn1.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}
.header-section .open-menu .openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 0;
  transform: translateY(-6px) rotate(45deg);
  width: 40px;
  background: #fff;
}
@media (min-width: 768px) {
  .header-section .open-menu .openbtn1.active span:nth-of-type(1) {
    top: 0px;
  }
  .header-section .open-menu .openbtn1.active span:nth-of-type(3) {
    top: 12px;
  }
}

.section {
  width: 100%;
}
.section .inner {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .section .inner {
    max-width: 1400px;
    width: 78%;
  }
}
.fv-section {
  padding-top: 74px;
  padding-bottom: 12px;
  background: url("../images/fv_bg_sp.webp") no-repeat top center;
  background-size: auto 100%;
  background-color: black;
}
.fv-section .inner {
  margin-top: 60px;
}
.fv-section .inner .container .fv-title span {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 7px;
  display: block;
}
.fv-section .inner .container .fv-title p {
  font-size: 40px;
  font-weight: 900;
  line-height: 120%;
}
.fv-section .inner .container .time {
  margin-top: 25px;
  font-size: 22px;
  font-weight: 500;
}
.fv-section .inner .container .time span {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: -2px;
}
.fv-section .inner .container .address {
  font-weight: 700;
  font-size: 20px;
  margin-top: 8px;
}
.fv-section .inner .container .info-box {
  text-align: center;
  width: 100%;
  margin: 25px auto 0 auto;
  background: rgba(0, 0, 0, 0.231372549);
  padding: 15px;
  box-sizing: border-box;
}
.fv-section .inner .container .info-box p {
  font-size: 12px;
  font-weight: 700;
}
.fv-section .inner .container .info-box p span {
  display: block;
  font-size: 18px;
  padding: 6px 24px;
  border: 2px solid #fff;
  width: 270px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 14px;
  position: relative;
}
.fv-section .inner .container .info-box .info-text p:nth-of-type(1) {
  margin-bottom: 42px;
}
.fv-section .inner .container .info-box .info-text p:nth-of-type(1) span::after {
  content: "";
  background: url("../images/cross.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 45px;
  height: 45px;
  position: absolute;
  bottom: -45px;
  left: 50%;
  transform: translateX(-50%);
}

.fv-section .fv-item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.fv-section .fv-item.is-show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 370px) {
  .fv-section .inner .container .fv-title p {
    font-size: 38px;
  }
  .fv-section .inner .container .info-box p {
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .fv-section {
    padding-top: 82px;
    padding-bottom: 40px;
    background: url("../images/fv_bg_pc.webp") no-repeat top center;
    background-size: auto 100%;
    background-color: black;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  .fv-section {
    min-height: 100vh;
  }
}
@media (min-width: 768px) {
  .fv-section .inner {
    margin-top: 2%;
    width: 82%;
  }
  .fv-section .inner .container .fv-title span {
    font-size: min(2.5vw, 50px);
    margin-bottom: 1%;
  }
  .fv-section .inner .container .fv-title p {
    font-size: min(7vw, 160px);
    line-height: 105%;
  }
  .fv-section .inner .container .time {
    margin-top: 2%;
    font-size: 48px;
    font-size: min(3vw, 60px);
  }
  .fv-section .inner .container .time span {
    font-size: 74px;
    font-size: min(5vw, 100px);
  }
  .fv-section .inner .container .address {
    font-size: min(2.5vw, 50px);
    margin-top: 10px;
  }
  .fv-section .inner .container .info-box {
    max-width: 1300px;
    padding: 40px 20px;
    margin-top: 3%;
  }
  .fv-section .inner .container .info-box p {
    font-size: 26px;
  }
  .fv-section .inner .container .info-box p span {
    font-size: 26px;
    margin-top: 24px;
    max-width: 334px;
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  .fv-section .inner .container .info-box .info-text {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 750px;
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  .fv-section .inner .container .info-box .info-text p {
    width: 45%;
  }
}
@media (min-width: 768px) {
  .fv-section .inner .container .info-box .info-text p span {
    width: 100%;
    padding: 23px 0;
  }
  .fv-section .inner .container .info-box .info-text p:nth-of-type(1) {
    margin-bottom: 100px;
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  .fv-section .inner .container .info-box .info-text p:nth-of-type(1) {
    margin-bottom: 42px;
  }
}
@media (min-width: 768px) {
  .fv-section .inner .container .info-box .info-text p:nth-of-type(1) span::after {
    content: "";
    width: 120px;
    height: 120px;
    bottom: -111px;
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  .fv-section .inner .container .info-box .info-text p:nth-of-type(1) span::after {
    background: url("../images/cross_pc.webp");
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: initial;
    right: -115px;
    transform: none;
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  .fv-section .inner .container .info-box .info-text p:nth-of-type(1) span::after {
    content: "";
    width: 80px;
    height: 80px;
    bottom: -111px;
  }
}
@media (min-width: 768px) and (min-width: 1440px) and (min-width: 1440px) {
  .fv-section .inner .container .info-box .info-text p:nth-of-type(1) span::after {
    background: url("../images/cross_pc.webp");
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: initial;
    right: -82px;
    transform: none;
  }
}
.concept-section {
  background: url("../images/concept_bg_sp.webp") no-repeat center center;
  background-size: cover;
  padding: 80px 0 60px 0;
  position: relative;
  top: -2px;
  margin-bottom: -2px;
}
.concept-section .inner .container h2 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
.concept-section .inner .container h3 {
  margin: 40px 0 24px 0;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}
.concept-section .inner .container .text p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 16px;
  word-break: auto-phrase;
}

@media (min-width: 768px) {
  .concept-section {
    background: url("../images/concept_bg_pc.webp") no-repeat center center;
    background-size: cover;
    padding: 120px 0;
    top: -5px;
    margin-bottom: -5px;
  }
  .concept-section .inner {
    text-align: center;
  }
  .concept-section .inner .container h2 {
    font-size: 60px;
  }
  .concept-section .inner .container h3 {
    margin: 48px 0 40px 0;
    font-size: 30px;
  }
  .concept-section .inner .container .text p {
    font-size: 24px;
    line-height: 45px;
    margin-bottom: 48px;
  }
}
.session-section {
  background: url("../images/session1_bg_sp.webp") no-repeat center center;
  background-size: cover;
  padding: 60px 0 60px 0;
  position: relative;
  top: -2px;
  margin-bottom: -2px;
}
.session-section .inner .container .title {
  margin-bottom: 50px;
  text-align: center;
}
.session-section .inner .container .title h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 6px;
}
.session-section .inner .container .title span {
  font-size: 16px;
}
.session-section .inner .container .caption {
  display: flex;
  margin-bottom: 40px;
}
.session-section .inner .container .caption li:first-of-type {
  font-size: 18px;
  min-width: 105px;
}
.session-section .inner .container .caption li:last-of-type {
  width: 100%;
  margin-left: 20px;
  font-size: 20px;
  padding-top: 20px;
  border-top: 1px solid #fff;
  position: relative;
  top: 11px;
  margin-bottom: 11px;
}
.session-section .inner .container .session-box {
  padding: 18px 10px;
  background: linear-gradient(90deg, #00BC90, #004E60);
  margin: 40px 0;
}
.session-section .inner .container .session-box h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 14px;
}
.session-section .inner .container .session-box p {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.session-section .inner .container .detail {
  margin-bottom: 40px;
}
.session-section .inner .container .detail li:first-of-type {
  font-size: 18px;
  min-width: 105px;
  display: flex;
  align-items: center;
}
.session-section .inner .container .detail li:first-of-type::after {
  content: "";
  display: inline-block;
  height: 1px;
  background: #fff;
  margin-left: 20px;
  flex-grow: 1;
}
.session-section .inner .container .detail .text {
  margin: 20px 0;
}
.session-section .inner .container .detail .text h3 {
  font-size: 20px;
  font-weight: 500;
  padding: 8px 0 8px 17px;
  position: relative;
  line-height: 27px;
}
.session-section .inner .container .detail .text h3::before {
  content: "";
  width: 10px;
  height: 64px;
  height: 100%;
  background: linear-gradient(180deg, #00BC90, #004E60);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.session-section .inner .container .detail .text .lecturer {
  margin: 20px 0;
  display: flex;
  flex-direction: column-reverse;
  gap: 30px;
}
.session-section .inner .container .detail .text .lecturer .name {
  width: 100%;
  padding-right: 5px;
}
.session-section .inner .container .detail .text .lecturer .name p {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 20px;
}
.session-section .inner .container .detail .text .lecturer .name span {
  font-size: 16px;
  line-height: 21px;
}
.session-section .inner .container .detail .text .lecturer img {
  width: 200px;
  max-width: 50%;
  height: 100%;
}
.session-section .inner .container .detail .text .content {
  font-size: 16px;
  line-height: 24px;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .session-section .inner .container .detail .text .lecturer {
    flex-direction: row;
  }
}

.session-section2 {
  background: url("../images/session2_bg_sp.webp") no-repeat center center;
  background-size: cover;
  padding: 60px 0 20px 0;
  position: relative;
  top: -2px;
  margin-bottom: -2px;
}
.session-section2 .inner .container .session-box {
  background: linear-gradient(90deg, #AD387F, #0084C1);
  margin-top: 0;
}
.session-section2 .inner .container .detail .text h3::before {
  background: linear-gradient(180deg, #AD387F, #0084C1);
}

.session-section3 {
  background: url("../images/session3_bg_sp.webp") no-repeat top center;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
  top: -2px;
  margin-bottom: -2px;
}
.session-section3 .inner .container .session-box {
  background: linear-gradient(90deg, #F9A825, #C77700);
  margin-top: 0;
}
.session-section3 .inner .container .detail .text h3::before {
  background: linear-gradient(180deg, #F9A825, #C77700);
}

@media (min-width: 768px) {
  .session-section {
    background: url("../images/session1_bg_pc.webp") no-repeat center center;
    background-size: cover;
    padding: 80px 0 90px 0;
    position: relative;
    top: -2px;
    margin-bottom: -2px;
  }
  .session-section .inner .container .title {
    margin-bottom: 93px;
  }
  .session-section .inner .container .title h2 {
    font-size: 60px;
    margin-bottom: 16px;
  }
  .session-section .inner .container .title span {
    font-size: 18px;
  }
  .session-section .inner .container .caption {
    margin-bottom: 60px;
  }
  .session-section .inner .container .caption li:first-of-type {
    font-size: 24px;
    min-width: 230px;
    border-top: 1px solid #fff;
    padding: 20px 40px 0 40px;
    box-sizing: border-box;
  }
  .session-section .inner .container .caption li:last-of-type {
    font-size: 24px;
    position: initial;
    margin-left: 16px;
    margin-bottom: 0;
    padding-left: 30px;
  }
  .session-section .inner .container .caption:last-of-type {
    margin-bottom: 0;
  }
  .session-section .inner .container .session-box {
    text-align: center;
    padding: 20px;
  }
  .session-section .inner .container .session-box h3 {
    font-size: 40px;
    margin-bottom: 15px;
    line-height: 45px;
  }
  .session-section .inner .container .session-box p {
    font-size: 30px;
    line-height: 30px;
    line-height: 35px;
  }
  .session-section .inner .container .session-box1 {
    margin: 80px 0;
  }
  .session-section .inner .container .session-box2 {
    margin: 160px 0 110px 0;
  }
  .session-section .inner .container .session-box3 {
    margin: 130px 0 80px 0;
  }
  .session-section .inner .container .detail {
    display: flex;
    align-items: baseline;
    margin-bottom: 60px;
  }
  .session-section .inner .container .detail li:first-of-type {
    font-size: 24px;
    min-width: 230px;
    border-top: 1px solid #fff;
    padding: 74px 40px 0 40px;
    box-sizing: border-box;
  }
  .session-section .inner .container .detail li:first-of-type::after {
    display: none;
  }
  .session-section .inner .container .detail li:last-of-type {
    border-top: 1px solid #fff;
    padding-top: 51px;
    margin-left: 16px;
    width: 100%;
  }
  .session-section .inner .container .detail .text {
    margin: 0;
  }
  .session-section .inner .container .detail .text h3 {
    font-size: 32px;
    padding: 10px 0 10px 20px;
    line-height: 43px;
  }
  .session-section .inner .container .detail .text .lecturer {
    margin: 40px 0;
  }
  .session-section .inner .container .detail .text .lecturer .name p {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .session-section .inner .container .detail .text .lecturer .name span {
    font-size: 18px;
  }
  .session-section .inner .container .detail .text .content {
    font-size: 18px;
    line-height: 35px;
  }
  .session-section2 {
    background: url("../images/session2_bg_pc.webp") no-repeat center center;
    background-size: cover;
    padding: 90px 0 90px 0;
    position: relative;
    top: -2px;
    margin-bottom: -2px;
  }
  .session-section2 .inner .container .session-box {
    margin-top: 0;
  }
  .session-section3 {
    background: url("../images/session3_bg_pc.webp") no-repeat top center;
    background-size: cover;
    padding: 90px 0 90px 0;
    position: relative;
    top: -2px;
    margin-bottom: -2px;
  }
  .session-section3 .inner .container .session-box {
    margin-top: 0;
  }
}
.institution-section {
  background: url("../images/institution_bg_sp.webp");
  background-size: cover;
  padding: 80px 0 60px 0;
  position: relative;
  top: -2px;
  margin-bottom: -2px;
}
.institution-section .inner .container .title {
  text-align: center;
}
.institution-section .inner .container .title h2 {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 40px;
}
.institution-section .inner .container .title p {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.institution-section .inner .container .inner-box {
  border-bottom: 1px solid #fff;
  padding-bottom: 60px;
}
.institution-section .inner .container .inner-box .top-content .logo {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 40px;
}
.institution-section .inner .container .inner-box .top-content .logo img {
  width: auto;
  height: 77px;
  margin-bottom: 11px;
  max-width: 290px;
  object-fit: contain;
}
.institution-section .inner .container .inner-box .top-content .logo p {
  line-height: 110%;
  font-size: 18px;
}
.institution-section .inner .container .inner-box .top-content .logo p span {
  font-size: 16px;
}
.institution-section .inner .container .inner-box .top-content .text p {
  font-size: 16px;
  line-height: 25px;
}
.institution-section .inner .container .inner-box .top-content .text .cv-btn {
  text-align: center;
  background: linear-gradient(to right, #0D4BC6, #3299F5);
  max-width: 300px;
  width: 90%;
  margin: 30px auto 0 auto;
  padding: 20px 0;
  display: block;
  text-decoration: none;
  position: relative;
}
.institution-section .inner .container .inner-box .top-content .text .cv-btn span {
  color: #fff;
  font-size: 16px;
}
.institution-section .inner .container .inner-box .top-content .text .cv-btn ::before {
  content: "";
  background: url("../images/arrow.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 4px;
}
@media (min-width: 768px) {
  .institution-section .inner .container .inner-box .top-content .text .cv-btn {
    max-width: 287px;
    transition:0.2s;
  }
  .institution-section .inner .container .inner-box .top-content .text .cv-btn:hover {
    transition: all 0.3s;
    background: linear-gradient(to right, #3299F5, #0D4BC6);
  }
}
.institution-section .inner .container .inner-box .cv-content {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.institution-section .inner .container .inner-box .cv-content .content {
  background: #fff;
  width: calc((100% - 10px) / 2);
  margin-bottom: 10px;
  text-align: center;
  padding: 20px 10px 40px 10px;
  box-sizing: border-box;
}
.institution-section .inner .container .inner-box .cv-content .content img {
  margin-bottom: 18px;
  height: 67px;
  max-width: 130px;
  object-fit: contain;
  width: auto;
  transition: all 0.3s;
}
.institution-section .inner .container .inner-box .cv-content .content p {
  font-size: 14px;
  color: #333;
  position: relative;
  transition: all 0.3s;
}
.institution-section .inner .container .inner-box .cv-content .content p::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -29px;
  width: 25px;
  height: 25px;
  border-right: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  transform: translateX(-50%) rotate(45deg) skew(-10deg, -10deg);
}
.institution-section .inner .container .inner-box .cv-content .content:hover p {
  transform: scale(1.1);
}
.institution-section .inner .container .inner-box .cv-content .content:hover img {
  transform: scale(1.1);
}
.institution-section .inner .container .inner-box:last-of-type {
  border-bottom: none;
}

@media (min-width: 768px) {
  .institution-section {
    background: url("../images/institution_bg_pc.webp");
    background-size: cover;
    padding: 90px 0 50px 0;
    position: relative;
    top: -2px;
    margin-bottom: -2px;
  }
  .institution-section .inner .container .title h2 {
    font-size: 60px;
    margin-bottom: 48px;
  }
  .institution-section .inner .container .title p {
    font-size: 30px;
    line-height: 120%;
  }
  .institution-section .inner .container .inner-box {
    padding-bottom: 40px;
  }
  .institution-section .inner .container .inner-box .top-content {
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
  }
  .institution-section .inner .container .inner-box .top-content .logo {
    margin: 30px 0 0 0;
    width: 20%;
    margin-right: 20px;
    min-width: 160px;
  }
  .institution-section .inner .container .inner-box .top-content .logo img {
    max-width: 165px;
    height: 80px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .institution-section .inner .container .inner-box .top-content .logo img {
    max-width: 195px;
  }
}
@media (min-width: 768px) {
  .institution-section .inner .container .inner-box .top-content .logo p span {
    font-size: 14px;
  }
  .institution-section .inner .container .inner-box .top-content .logo .position {
    position: relative;
    top: -20px;
  }
  .institution-section .inner .container .inner-box .top-content .logo_s {
    margin-top: 0;
  }
  .institution-section .inner .container .inner-box .top-content .text {
    width: 80%;
  }
  .institution-section .inner .container .inner-box .top-content .text p {
    font-size: 18px;
    line-height: 30px;
  }
  .institution-section .inner .container .inner-box .top-content .text .cv-btn {
    margin: 40px 0 0 auto;
    transition:0.2s;
  }
  .institution-section .inner .container .inner-box .top-content .text .cv-btn:hover {
  opacity:0.8;
  }
  .institution-section .inner .container .inner-box .cv-content {
    margin-top: 40px;
    justify-content: center;
  }
  .institution-section .inner .container .inner-box .cv-content .content {
    width: calc((100% - 88px) / 3);
    margin-bottom: 44px;
    padding-bottom: 45px;
    margin-right: 44px;
  }
  .institution-section .inner .container .inner-box .cv-content .content p {
    font-size: 18px;
  }
  .institution-section .inner .container .inner-box .cv-content .content img {
    max-width: 200px;
  }
  .institution-section .inner .container .inner-box .cv-content .content:nth-child(3n) {
    margin-right: 0;
  }
  .institution-section .inner .container .inner-box .cv-content2 {
    width: 80%;
    margin: 40px auto 0 auto;
  }
  .institution-section .inner .container .inner-box .cv-content2 .content {
    width: calc((100% - 44px) / 2);
    max-width: 360px;
  }
  .institution-section .inner .container .inner-box .cv-content2 .content:nth-child(2n) {
    margin-right: 0;
  }
  .institution-section .inner .container .inner-box .cv-content2 .content:nth-child(3n) {
    margin-right: 44px;
  }
  .institution-section .inner .container .inner-box:last-of-type {
    border-bottom: none;
  }
}
.access-section {
  background: url("../images/access_bg_sp.webp");
  background-size: cover;
  padding: 60px 0 60px 0;
  position: relative;
}
.access-section .inner .container .title {
  text-align: center;
}
.access-section .inner .container .title h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 40px;
  text-align: center;
}
.access-section .inner .container .title h3 {
  font-size: 24px;
  font-weight: 700;
  padding: 20px 0;
  background: linear-gradient(90deg, #033e48, #00ced4 50%, #054e61);
}
.access-section .inner .container .top-text {
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin: 40px 0;
}
.access-section .inner .container .access-container .access-content .content {
  padding: 30px 20px;
  border: 2px solid #fff;
  margin-bottom: 20px;
}
.access-section .inner .container .access-container .access-content .content p {
  font-size: 16px;
  line-height: 30px;
}
.access-section .inner .container .access-container .access-content .content ul {
  margin-bottom: 20px;
}
.access-section .inner .container .access-container .access-content .content ul p {
  font-size: 16px;
  line-height: 24px;
}
.access-section .inner .container .access-container .access-content .content ul li, .access-section .inner .container .access-container .access-content .content ul .copy {
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.access-section .inner .container .access-container .access-content .content ul span {
  font-size: 16px;
  line-height: 24px;
}
.access-section .inner .container .access-container .access-content .content ul:last-of-type {
  margin-bottom: 0;
}
.access-section .inner .container .access-container .access-img {
  margin-top: 30px;
  margin-bottom: 80px;
}
.access-section .inner .container .access-container .access-img img {
  width: 100%;
  margin-bottom: 20px;
}
.access-section .inner .container .access-container .access-img a {
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 8px;
}
.access-section .inner .container .access-container .access-img a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background: url("../images/cv_icon.webp");
  background-size: 100%;
  margin-right: 10px;
  margin-bottom: 2px;
}
.access-section .inner .container .youtube-icon {
  width: 80%;
  margin: 40px auto 0 auto;
  display: block;
  max-width: 300px;
  transition:0.2s;
}
.access-section .inner .container a {
  transition:0.2s;
}
.access-section .inner .container a:hover {
  opacity:0.6;
}
.access-section .inner .container .youtube_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  margin: 40px 0 0 0;
  text-align: center;
}
.access-section .inner .container .detail {
  border: 2px solid #fff;
  padding: 30px 20px;
}
.access-section .inner .container .detail dl {
  padding-bottom: 16px;
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
.access-section .inner .container .detail dl dt {
  font-size: 18px;
  line-height: 30px;
  font-size: 500;
  margin-bottom: 8px;
}
.access-section .inner .container .detail dl dd {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.access-section .inner .container .detail dl dd a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  display: block;
  padding-left: 20px;
  position: relative;
}
.access-section .inner .container .detail dl dd .margin-top {
  margin-top: 6px;
}
.access-section .inner .container .detail dl dd a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/cv_icon.webp");
  background-size: 100%;
  position: absolute;
  top: 5px;
  left: 0;
}
.access-section .inner .container .detail dl:last-of-type {
  margin-bottom: 0;
}
.access-section .inner .contact-section {
  margin-top: 80px;
  text-align: center;
}
.access-section .inner .contact-section h3 {
  font-size: 30px;
  font-weight: 700;
}
.access-section .inner .contact-section .top {
  margin: 24px 0 10px 0;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}
.access-section .inner .contact-section .top span {
  font-size: 16px;
}
.access-section .inner .contact-section .address {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

@media (min-width: 768px) {
  .access-section {
    background: url("../images/access_bg_pc.webp");
    padding-top: 105px;
    padding-bottom: 160px;
  }
  .access-section .inner .container .title h2 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 80px;
  }
  .access-section .inner .container .title h3 {
    font-size: 40px;
  }
  .access-section .inner .container .top-text {
    font-size: 20px;
    margin: 80px 0 40px 0;
  }
  .access-section .inner .container .access-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 140px;
  }
  .access-section .inner .container .access-container .access-content {
    width: calc((100% - 40px) / 2);
  }
  .access-section .inner .container .access-container .access-content .content {
    padding: 20px;
  }
  .access-section .inner .container .access-container .access-content .content p {
    font-size: 18px;
  }
  .access-section .inner .container .access-container .access-content .content ul p {
    font-size: 18px;
    line-height: 30px;
  }
  .access-section .inner .container .access-container .access-content .content ul li, .access-section .inner .container .access-container .access-content .content ul .copy {
    font-size: 18px;
    line-height: 30px;
  }
  .access-section .inner .container .access-container .access-content .content ul li::before,
  .access-section .inner .container .access-container .access-content .content ul .copy::before {
    font-size: 18px;
    top: 3px;
  }
  .access-section .inner .container .access-container .access-content .content ul span {
    font-size: 16px;
    line-height: 24px;
  }
  .access-section .inner .container .access-container .access-img {
    width: calc((100% - 40px) / 2);
    margin: 0;
  }
  .access-section .inner .container .access-container .access-img a {
    font-size: 18px;
    line-height: 30px;
  }
  .access-section .inner .container .youtube-icon {
    max-width: 400px;
    margin-top: 80px;
  }
  .access-section .inner .container .youtube_text {
    margin: 30px 0 0 0;
    font-size: 20px;
    line-height: 30px;
  }
  .access-section .inner .container .detail {
    padding: 60px 80px;
  }
  .access-section .inner .container .detail dl {
    display: flex;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .access-section .inner .container .detail dl dt {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    min-width: 154px;
  }
  .access-section .inner .container .detail dl dd {
    font-size: 20px;
    line-height: 30px;
    width: 100%;
  }
  .access-section .inner .container .detail dl dd a {
    font-size: 20px;
    line-height: 30px;
    padding-left: 36px;
    top: 3px;
  }
  .access-section .inner .container .detail dl dd .margin-top {
    margin-top: 10px;
  }
  .access-section .inner .container .detail dl dd a::before {
    width: 25px;
    height: 25px;
  }
  .access-section .inner .contact-section {
    margin-top: 120px;
  }
  .access-section .inner .contact-section h3 {
    font-size: 60px;
  }
  .access-section .inner .contact-section .top {
    margin: 48px 0 8px 0;
    font-size: 24px;
    line-height: 30px;
  }
  .access-section .inner .contact-section .top span {
    font-size: 20px;
    line-height: 30px;
  }
  .access-section .inner .contact-section .address {
    font-size: 16px;
    line-height: 30px;
  }
}
.session-title {
  font-size: 35px !important;
}
@media (min-width: 768px) {
  .session-title {
    font-size: 60px !important;
  }
}

.ss-title {
  padding-top: 40px;
}

@media (min-width: 768px) {
  .ss-title {
    padding-top: 150px;
  }
}/*# sourceMappingURL=style.css.map */