@charset "UTF-8";
/* Scss Document */
/*HEADER*/
#header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 200;
}
#header .hd-inner {
  padding: 1.3% 1%;
  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;
  position: relative;
}
@media (max-width: 1024px) {
  #header .hd-inner {
    padding: 3% 3%;
  }
}
#header .hd-inner .hd-logo {
  max-width: 220px;
  width: 25%;
}
@media (max-width: 1024px) {
  #header .hd-inner .hd-logo {
    max-width: 100%;
    width: 58%;
  }
}
#header .hd-inner .hd-logo a {
  display: block;
}
#header .hd-inner .hd-navBox {
  width: 100%;
  padding-right: 60px;
}
#header .hd-inner .hd-navBox .openCampus .caption {
  display: inline-block;
  font-size: 85%;
  padding: 0.4em 0.8em;
  color: #283F83;
  background-color: #fff;
  border: 1px solid #283F83;
  border-radius: 3px;
  line-height: 1;
  position: relative;
}
#header .hd-inner .hd-navBox .openCampus .caption::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border: 1px solid #283F83;
  border-width: 0 0 1px 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#header .hd-inner .hd-navBox .openCampus ul.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .hd-inner .hd-navBox .openCampus ul.btn li {
  width: 48%;
  text-align: center;
}
#header .hd-inner .hd-navBox .openCampus ul.btn li a {
  display: block;
  padding: 0.4em 0;
  color: #fff;
  border-radius: 100px;
}
#header .hd-inner .hd-navBox .openCampus ul.btn li.raiko a {
  background-color: #ff4a43;
}
#header .hd-inner .hd-navBox .openCampus ul.btn li.web a {
  background-color: #2a70c8;
}
#header .hd-inner .hd-navBox ul.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1.5em;
  line-height: 1.4;
}
#header .hd-inner .hd-navBox ul.link li {
  padding: 0 1.5em;
  border-left: 1px dotted #283F83;
}
#header .hd-inner .hd-navBox ul.link li:last-child {
  border-right: 1px dotted #283F83;
}
#header .hd-inner .hd-navBox ul.link li a {
  color: #283F83;
}
#header .hd-inner .hd-navBox .toolBox {
  font-size: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1024px) {
  #header .hd-inner .hd-navBox .toolBox {
    display: none;
  }
}
#header .hd-inner .hd-navBox .toolBox .openCampus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: -0.03em;
}
#header .hd-inner .hd-navBox .toolBox .openCampus .caption {
  margin-right: 1em;
}
#header .hd-inner .hd-navBox .toolBox .openCampus .caption::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#header .hd-inner .hd-navBox .toolBox .openCampus ul.btn {
  width: 140px;
}
#header .hd-inner .hd-navBox #toggleBox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #283F83;
  z-index: 700;
  overflow: scroll;
}
#header .hd-inner .hd-navBox #toggleBox .inBox {
  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;
  height: 100%;
  padding: 0 7%;
  text-align: center;
}
#header .hd-inner .hd-navBox #toggleBox .inBox .gNav {
  width: 90%;
}
@media (min-width: 1025px) {
  #header .hd-inner .hd-navBox #toggleBox .inBox .gNav {
    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;
    max-width: 700px;
    margin: 0 auto;
  }
}
#header .hd-inner .hd-navBox #toggleBox .inBox .gNav .nav {
  display: block;
  padding: 7% 0;
}
@media (min-width: 1025px) {
  #header .hd-inner .hd-navBox #toggleBox .inBox .gNav .nav {
    text-align: left;
  }
}
#header .hd-inner .hd-navBox #toggleBox .inBox .gNav .nav > li {
  margin: 0;
  padding: 1em 0;
}
#header .hd-inner .hd-navBox #toggleBox .inBox .gNav .nav > li a {
  color: #fff;
  font-size: 150%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: bold;
}
#header .hd-inner .hd-navBox #toggleBox .inBox .gNav .cvBox {
  padding: 7% 0;
}
#header .hd-inner .hd-navBox #toggleBox .inBox .gNav .cvBox .openCampus {
  max-width: 300px;
  width: 70%;
  margin: 0 auto 3em;
}
#header .hd-inner .hd-navBox #toggleBox .inBox .gNav .cvBox .openCampus .caption {
  display: inline-block;
  font-size: 80%;
  margin: 0 auto 1.5em;
}
#header .hd-inner .hd-navBox #toggleBox .inBox .gNav .cvBox .openCampus .caption::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  bottom: -1px;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#header .hd-inner .hd-navBox #toggleBox .inBox .gNav .cvBox .openCampus ul.btn a {
  padding: 1em 0;
}
#header .hd-inner .hd-navBox #toggleBox .inBox .gNav .cvBox ul.link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header .hd-inner .hd-navBox #toggleBox .inBox .gNav .cvBox ul.link li {
  border-left-color: #fff;
}
#header .hd-inner .hd-navBox #toggleBox .inBox .gNav .cvBox ul.link li:first-child {
  border-left: none;
}
#header .hd-inner .hd-navBox #toggleBox .inBox .gNav .cvBox ul.link li:last-child {
  border-right: none;
}
#header .hd-inner .hd-navBox #toggleBox .inBox .gNav .cvBox ul.link li a {
  color: #fff;
}

.no-scroll {
  overflow: hidden;
}

/*header固定*/
#header:not(.fixed) {
  top: 0 !important;
}

#header.fixed {
  position: fixed;
  left: 0;
  top: 0;
}
#header.fixed .hd-logo {
  display: none;
}

/*メニューボタン*/
#MenuBtn {
  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;
  position: absolute;
  top: 1em;
  right: 1%;
  width: 60px;
  height: 60px;
  z-index: 800;
  cursor: pointer;
  background-color: #283f83;
  border-radius: 100px;
}
@media (max-width: 739px) {
  #MenuBtn {
    top: 5px;
    width: 60px;
    height: 60px;
  }
}
#MenuBtn .trigger span, #MenuBtn .trigger {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#MenuBtn.active .trigger span:nth-child(2)::after, #MenuBtn .trigger span:nth-of-type(2)::after, #MenuBtn .trigger span {
  background-color: #fff;
  height: 2px;
  border-radius: 2px;
}
#MenuBtn .trigger {
  position: relative;
  width: 45%;
  height: 35%;
}
#MenuBtn .trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  margin: auto;
}
#MenuBtn .trigger span:nth-of-type(1) {
  top: 0;
}
#MenuBtn .trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
#MenuBtn .trigger span:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#MenuBtn .trigger span:nth-of-type(3) {
  bottom: 0;
}
#MenuBtn.active {
  background-color: #fff;
}
#MenuBtn.active .trigger span:nth-child(2)::after, #MenuBtn.active .trigger span, #MenuBtn.active .trigger span:nth-of-type(2)::after {
  background-color: #283F83;
}
#MenuBtn.active .trigger span:nth-child(1) {
  -webkit-transform: translateY(8px) scale(0);
          transform: translateY(8px) scale(0);
}
#MenuBtn.active .trigger span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#MenuBtn.active .trigger span:nth-child(2)::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  z-index: 1;
}
#MenuBtn.active .trigger span:nth-child(3) {
  -webkit-transform: translateY(-8px) scale(0);
          transform: translateY(-8px) scale(0);
}

.ft-bnr {
  padding: 7em 5% 4em;
  text-align: center;
}

#footer {
  background-color: #fff;
  text-align: center;
}
#footer .inner {
  padding: 2em 0 1.5em;
}
#footer .info .logo {
  max-width: 240px;
  width: 45%;
  margin: 0 auto 1.5em;
}
#footer .info .btn {
  max-width: 240px;
  width: 50%;
  margin: 0 auto 1em;
}
#footer .info .btn a {
  display: block;
  padding: 0.8em 0;
  color: #c11731;
  border: 1px solid #c11731;
  border-radius: 2px;
  position: relative;
}
#footer .info .btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 7px solid #c11731;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.3em;
}
#footer .info .btn a:hover {
  background-color: #c11731;
  color: #fff;
}
#footer .info .btn a:hover::after {
  border-left-color: #fff;
}
#footer .info ul.flex {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#footer .info ul.flex li {
  margin: 0 0.8em;
}
#footer .info ul.flex li.mail a:hover {
  color: #c11731;
  text-decoration: underline;
}
#footer .copyright {
  background-color: #e6e6e6;
  font-size: 85%;
  padding: 0.7em 0;
}

body {
  background: url("/opencampus2022/lib/img/bg.gif") top center;
}

/*共通*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .flex {
    display: block;
  }
  .flex > * {
    width: auto !important;
  }
}

#feature04 #slider .slide, #feature03 .ctsBlock .inner .box .flex > div, #feature01 .ctsBlock .inner .box {
  -webkit-box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.15);
}

.wk::after, .wk::before {
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 1024px) {
  .wk::after, .wk::before {
    width: 4%;
    background-size: 100% auto !important;
  }
}

.wk {
  position: relative;
}
.wk::before {
  left: 0;
}
.wk::after {
  right: 0;
}

/*アニメーション*/
@-webkit-keyframes fwfw {
  0%, 100% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  50% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}
@keyframes fwfw {
  0%, 100% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  50% {
    -webkit-transform: translateY(5%);
            transform: translateY(5%);
  }
}
.anime-fwfw01 {
  -webkit-animation: 4s fwfw ease-in-out infinite;
          animation: 4s fwfw ease-in-out infinite;
}

.anime-fwfw02 {
  -webkit-animation: 6s fwfw ease-in-out infinite;
          animation: 6s fwfw ease-in-out infinite;
}

@media (min-width: 1025px) {
  .hover-scale {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .hover-scale:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
/*SECTION*/
section {
  position: relative;
  text-align: center;
}
section .inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 4em 0;
  position: relative;
}
section .inner .title {
  margin: 0 auto 1.7em;
}
section .inner .title + .txt {
  margin: 0 0 1.5em;
}

/*MV*/
#mv {
  height: 850px;
  padding: 3% 0 15%;
  background: url("/opencampus2022/lib/img/mv_bg.gif") top center no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  #mv {
    height: auto;
  }
}
#mv .box {
  max-width: 1200px;
  width: 94%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1024px) {
  #mv .box {
    width: 100%;
    padding: 0;
  }
}
#mv .box .title {
  max-width: 320px;
  width: 30%;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}
@media (min-width: 1025px) {
  #mv .box .title {
    position: absolute;
    left: 0;
    top: 14%;
    z-index: 1;
  }
}
@media (max-width: 1024px) {
  #mv .box .title {
    max-width: 100%;
    width: 56%;
    margin: 12% 0 -4vh 30%;
  }
}
#mv .box .title.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
#mv .box .copy {
  max-width: 150px;
  width: 13%;
  position: absolute;
  right: 2em;
  top: 3.5em;
  z-index: 1;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}
@media (max-width: 1024px) {
  #mv .box .copy {
    max-width: 100%;
    width: 18vw;
    left: 6.5vw;
    right: auto;
    top: 1.5vh;
  }
}
#mv .box .copy.active {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
#mv .box .copy img {
  width: 100%;
}
#mv .box .box-in {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 5.5% 0 12%;
  background: url("/opencampus2022/lib/img/mv_bg.png") top center no-repeat;
  background-size: auto 100%;
}
@media (max-width: 739px) {
  #mv .box .box-in {
    padding: 5vh 4% 7vh;
  }
}
#mv .box .box-in ul.btn {
  max-width: 700px;
  min-height: 400px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 739px) {
  #mv .box .box-in ul.btn {
    min-height: 35vh;
  }
}
#mv .box .box-in ul.btn li {
  position: absolute;
  max-width: 200px;
  width: 30%;
  z-index: 1;
}
#mv .box .box-in ul.btn li.btn01 {
  right: 4%;
  top: 0;
}
#mv .box .box-in ul.btn li.btn02 {
  left: 3.5%;
  bottom: 0;
}
#mv .box .box-in ul.btn li.btn03 {
  left: 13%;
  top: 6%;
}
#mv .box .box-in ul.btn li.btn04 {
  right: -2%;
  bottom: 11%;
}
#mv .box .box-in ul.btn li a {
  display: block;
}
#mv .box .schedule {
  max-width: 900px;
  margin: -2.2em auto 0;
}
#mv .box .schedule .md {
  max-width: 340px;
  width: 80%;
  margin: 0 auto 10px;
}
#mv .box .schedule ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 739px) {
  #mv .box .schedule ul {
    display: block;
    padding: 0 6%;
  }
}
#mv .box .schedule ul > li {
  width: 50%;
}
@media (max-width: 739px) {
  #mv .box .schedule ul > li {
    width: 100%;
  }
}

/*FWUの学びの特色*/
#feature .title {
  text-align: center;
  position: relative;
  z-index: 0;
}
#feature .title::after {
  content: "";
  display: block;
  max-width: 500px;
  width: 70%;
  padding-top: 20em;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -3em;
  background: url("/opencampus2022/lib/img/bg.gif");
  border-radius: 100%;
  z-index: -1;
}
#feature .title img {
  max-width: 420px;
  width: 75%;
  margin: -1em auto 0;
}
#feature .featureBox {
  text-align: center;
}
#feature .featureBox .inner .md {
  max-width: 480px;
  margin: 0 auto 1.5em;
}
#feature .featureBox .ctsBlock .inner .items {
  max-width: 550px;
  width: 90%;
  margin: -5.5em auto 1.5em;
}
#feature .featureBox .ctsBlock .inner .items + .txt {
  margin: 0 0 2em;
}

#feature01 .mdBlock {
  background: url("/opencampus2022/lib/img/feature01_deco.png") center 5.5em no-repeat;
  background-size: 95% auto;
}

#feature02 .mdBlock {
  background: url("/opencampus2022/lib/img/feature02_deco.png") center 5.5em no-repeat;
  background-size: 95% auto;
}

#feature03 .mdBlock {
  background: url("/opencampus2022/lib/img/feature03_deco.png") center 5.5em no-repeat;
  background-size: 95% auto;
}

#feature04 .mdBlock {
  background: url("/opencampus2022/lib/img/feature04_deco.png") center 5.5em no-repeat;
  background-size: 95% auto;
}

#feature01 .ctsBlock .inner .box {
  padding: 0 4% 2em;
  background-color: #fff;
}
#feature01 .ctsBlock .inner .box::before {
  content: "";
  display: block;
  width: 100%;
  height: 2.5em;
  background: url("/opencampus2022/lib/img/feature01_bg.png") top center no-repeat;
  background-size: 100% auto;
}
#feature01 .ctsBlock .inner .box .h {
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 0 0.8em;
  color: #603814;
  line-height: 1.4;
}
#feature01 .ctsBlock .inner .box .h span {
  display: inline-block;
  border-bottom: 2px solid #603814;
}
#feature01 .ctsBlock .inner .box .h span big {
  font-size: 1.6em;
}
#feature01 .ctsBlock .inner .box .flex {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
#feature01 .ctsBlock .inner .box .flex > div {
  padding: 0 0 0.5em;
}
@media (min-width: 1025px) {
  #feature01 .ctsBlock .inner .box .flex .curriculum {
    margin-right: -1em;
  }
}
@media (min-width: 1025px) {
  #feature01 .ctsBlock .inner .box .flex .program {
    margin-left: -1em;
  }
}
@media (max-width: 1024px) {
  #feature01 .ctsBlock .inner .box .flex .program {
    width: 80% !important;
    margin: 0 auto;
    padding: 0;
  }
}

#feature03 .ctsBlock .inner .box .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#feature03 .ctsBlock .inner .box .flex > div {
  width: 48.5%;
  padding: 2em;
  margin-top: 13em;
  background-color: #fff;
  border-bottom: 5px solid #81e99a;
  border-radius: 35px 35px 0 0;
}
@media (max-width: 1024px) {
  #feature03 .ctsBlock .inner .box .flex > div {
    margin-top: 46%;
    border-radius: 20px 20px 0 0;
  }
}
#feature03 .ctsBlock .inner .box .flex > div .ph {
  margin: -15em 0 1.5em;
}
@media (max-width: 1024px) {
  #feature03 .ctsBlock .inner .box .flex > div .ph {
    margin-top: -50%;
  }
}
#feature03 .ctsBlock .inner .box .flex > div .h {
  font-size: 1.2em;
  margin: 0 0 0.5em;
}
#feature03 .ctsBlock .inner .box .flex > div .h::before {
  content: "【";
  color: #27d751;
  margin-right: 0.2em;
}
#feature03 .ctsBlock .inner .box .flex > div .h::after {
  content: "】";
  color: #27d751;
  margin-left: 0.2em;
}
#feature03 .ctsBlock .inner .box .flex > div .txt {
  text-align: left;
}
@media (min-width: 1025px) {
  #feature03 .ctsBlock .inner .box .flex > div .txt {
    font-size: 90%;
  }
}

#feature04 {
  /*slick*/
}
#feature04 #slider {
  padding: 0 3em;
}
#feature04 #slider .slick-list {
  padding: 1em 0 !important;
}
#feature04 #slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#feature04 #slider .slide {
  height: auto !important;
  margin: 0 0.6%;
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 1025px) {
  #feature04 #slider .slide:hover {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
#feature04 #slider .slide a {
  display: block;
  height: 100%;
  padding: 0 0 1em;
  position: relative;
}
#feature04 #slider .slide a::after {
  content: "";
  width: 65px;
  height: 19%;
  background: url("/opencampus2022/lib/img/feature04_btn.png") center no-repeat;
  background-size: contain;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0.6em;
  bottom: 1em;
}
#feature04 #slider .slide a .ph {
  height: auto;
  position: relative;
  overflow: hidden;
}
#feature04 #slider .slide a .ph::after {
  content: "";
  display: block;
  padding-top: 80%;
}
#feature04 #slider .slide a .ph img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
#feature04 #slider .slide a .ttl {
  margin: -15px 1em 0;
  font-weight: 700;
  text-align: left;
  color: #00AAE1;
  font-size: 90%;
  position: relative;
}
@media (max-width: 739px) {
  #feature04 #slider .slide a .ttl {
    font-size: 3.3vw;
  }
}
#feature04 #slider .slide a .ttl span {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 0.5em;
  line-height: 1;
}
#feature04 #slider .slide a .ttl span:first-child {
  padding-top: 0.4em;
}

/*colorbox*/
.f04-inlineBox {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  text-align: left;
}
.f04-inlineBox .ttl {
  font-size: 1.3em;
  font-weight: 700;
  background-color: #25b6e3;
  color: #fff;
  padding: 1em;
  line-height: 1.3;
}
.f04-inlineBox .flex {
  padding: 1.4em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 90%;
}
.f04-inlineBox .flex .ph {
  width: 50%;
}
.f04-inlineBox .flex .inBlock {
  width: 47%;
}
.f04-inlineBox .flex .inBlock .h {
  font-size: 1.1em;
  font-weight: 700;
  padding: 0.6em 0;
  margin: 0 0 0.6em;
  border-bottom: 1px dotted #000;
}

#colorbox.feature04 #cboxPrevious {
  background: url("/opencampus2022/lib/img/feature04_prev.png") center no-repeat;
}
#colorbox.feature04 #cboxNext {
  background: url("/opencampus2022/lib/img/feature04_next.png") center no-repeat;
}

#cboxPrevious,
#cboxNext {
  background-size: contain !important;
}

#cboxPrevious,
#cboxNext {
  width: 50px !important;
  height: 50px !important;
}

/*FWUの学びの特色 背景色*/
#feature01 .ctsBlock {
  background-color: #fd8c24;
}

#feature02 .ctsBlock {
  background-color: #fc6087;
}

#feature03 .ctsBlock {
  background-color: #27d751;
}

#feature04 .ctsBlock {
  background-color: #25b6e3;
}

.wk01 {
  padding: 0 0 1.5em;
}
.wk01::before {
  background: url("/opencampus2022/lib/img/campass_sideline.png") repeat-y;
}
.wk01::after {
  background: url("/opencampus2022/lib/img/campass_sideline.png") repeat-y;
}

/*FWU CAMPUSS*/
#fwuCampass {
  overflow-x: hidden;
}
#fwuCampass .inner .title {
  max-width: 300px;
  width: 70%;
}
#fwuCampass .inner .md {
  font-size: 1.3em;
  margin: 0 0 0.5em;
  color: #283F83;
  font-weight: 700;
}
#fwuCampass .inner .campass {
  margin: 2em auto 0;
  position: relative;
}
#fwuCampass .inner .campass .bg {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}
#fwuCampass .inner .campass .bg img {
  margin-right: -5%;
}
@media (max-width: 739px) {
  #fwuCampass .inner .campass .bg img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
#fwuCampass .inner .campass ul.btn-list {
  max-width: 430px;
  width: 65%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#fwuCampass .inner .campass ul.btn-list li {
  width: 30%;
  margin-top: -12.5%;
}
#fwuCampass .inner .campass ul.btn-list li a {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#fwuCampass .inner .campass ul.btn-list li:nth-child(1) {
  margin: 0 35%;
}
#fwuCampass .inner .campass ul.btn-list li:nth-child(2), #fwuCampass .inner .campass ul.btn-list li:nth-child(7) {
  margin-left: 17.5%;
  margin-right: 2.5%;
}
#fwuCampass .inner .campass ul.btn-list li:nth-child(3), #fwuCampass .inner .campass ul.btn-list li:nth-child(8) {
  margin-left: 2.5%;
  margin-right: 17.5%;
}
#fwuCampass .inner .campass ul.btn-list li:nth-child(5) {
  margin-left: 5%;
  margin-right: 5%;
}

/*MOVIE*/
@media (max-width: 1024px) {
  #movie .inner {
    padding-left: 6%;
    padding-right: 6%;
  }
}
#movie .inner .title {
  max-width: 150px;
  width: 33%;
}
#movie .inner::before {
  content: "";
  display: block;
  width: 90%;
  height: 10em;
  background: url("/opencampus2022/lib/img/movie_deco.png") center top no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 1em;
}

.wk02-inner::after, .wk02-inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 3em;
  position: absolute;
  left: 0;
  background-image: url("/opencampus2022/lib/img/wave.png");
  background-repeat: no-repeat;
  background-size: 100% auto !important;
  z-index: -1;
}

/*黄色背景*/
.wk02 {
  background-color: #fce527;
  z-index: 0;
}
.wk02::before {
  background: url("/opencampus2022/lib/img/fwuyou_sideline.png") repeat-y;
}
.wk02::after {
  background: url("/opencampus2022/lib/img/fwuyou_sideline.png") repeat-y;
}
.wk02-inner {
  position: relative;
}
.wk02-inner::before {
  top: -2.5vh;
  background-position: top center;
}
.wk02-inner::after {
  bottom: -2.5vh;
  background-position: bottom center;
}
.wk02-inner .wk02-inBox {
  max-width: 1300px;
  margin: 0 auto;
  background: url("/opencampus2022/lib/img/department_bg.png") center top repeat-y;
  background-size: 100% auto;
}

#fwu-you .inner {
  background: url("/opencampus2022/lib/img/fwuyou_deco.png") center 5em no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1024px) {
  #fwu-you .inner {
    background-size: 150% auto;
  }
}
#fwu-you .inner .title {
  max-width: 600px;
  width: 85%;
}
#fwu-you .inner .copy {
  max-width: 150px;
  width: 22%;
  margin: 0 auto;
  padding: 1em 0;
}
#fwu-you .inner .copy img {
  margin-right: -1em;
}

/*学科紹介*/
.departmentBox .inner::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5%;
  width: 40%;
  height: 23%;
  background-size: contain !important;
}

.departmentBox {
  padding: 0 2% 1.5em;
}
@media (max-width: 739px) {
  .departmentBox {
    padding: 0 1%;
  }
}
@media (max-width: 739px) {
  .departmentBox .inner .titleBox {
    width: 70%;
    margin: 0 auto !important;
  }
}
.departmentBox .inner .titleBox .title {
  max-width: 440px;
}
.departmentBox .inner .titleBox .txt {
  color: #283F83;
}
.departmentBox .inner .movieBox {
  margin-top: -18em;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  .departmentBox .inner .movieBox {
    margin-top: -30%;
  }
}
@media (max-width: 739px) {
  .departmentBox .inner .movieBox {
    width: 100%;
    margin: 0 auto !important;
  }
}
.departmentBox .inner .movieBox::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  border-radius: 100%;
  z-index: -1;
}
.departmentBox .inner .movieBox .inBox {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.departmentBox .inner .movieBox .inBox .ttl::after, .departmentBox .inner .movieBox .inBox .ttl::before {
  content: "｜";
  display: inline-block;
  font-weight: normal;
}
.departmentBox .inner .movieBox .inBox .ttl {
  margin: 0 0 0.4em;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  position: relative;
}
@media (max-width: 1024px) {
  .departmentBox .inner .movieBox .inBox .ttl {
    font-size: 2vw;
  }
}
@media (max-width: 739px) {
  .departmentBox .inner .movieBox .inBox .ttl {
    font-size: 3.5vw;
  }
}
.departmentBox .inner .movieBox .inBox .ttl::before {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  margin-right: 2px;
}
.departmentBox .inner .movieBox .inBox .ttl::after {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  margin-left: 2px;
}
.departmentBox .inner .movieBox .inBox .movie {
  padding: 0 0 10%;
}
.departmentBox .inner .movieBox .inBox .movie::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -9%;
  max-width: 230px;
  width: 70%;
  height: 24%;
  background-size: contain !important;
}
.departmentBox .inner .ph {
  position: relative;
}
@media (max-width: 739px) {
  .departmentBox .inner .ph {
    margin-top: -5% !important;
  }
}
.departmentBox .inner .ph.ph01 {
  margin-top: -25%;
}
.departmentBox .inner .ph.ph02 {
  margin-top: -25%;
}
.departmentBox .inner .ph .h {
  max-width: 300px;
  width: 54%;
  position: absolute;
  top: 17%;
}
.departmentBox .inner .ph .btn {
  max-width: 260px;
  width: 52%;
  position: absolute;
  bottom: 13%;
}
@media (max-width: 739px) {
  .departmentBox .inner::after {
    display: none;
  }
}
.departmentBox:nth-of-type(odd) .inner .titleBox {
  margin-right: 58%;
}
.departmentBox:nth-of-type(odd) .inner .movieBox {
  margin-left: 45%;
}
.departmentBox:nth-of-type(odd) .inner .ph.ph01 {
  margin-right: 50%;
}
@media (max-width: 739px) {
  .departmentBox:nth-of-type(odd) .inner .ph.ph01 {
    margin-right: 0;
    padding-left: 5%;
  }
}
.departmentBox:nth-of-type(odd) .inner .ph.ph01 .h {
  left: 1%;
}
.departmentBox:nth-of-type(odd) .inner .ph.ph01 .btn {
  left: 1.5em;
}
.departmentBox:nth-of-type(odd) .inner .ph.ph02 {
  margin-left: 50%;
}
@media (max-width: 739px) {
  .departmentBox:nth-of-type(odd) .inner .ph.ph02 {
    margin-left: 0;
    padding-right: 5%;
  }
}
.departmentBox:nth-of-type(odd) .inner .ph.ph02 .h {
  right: 1%;
}
.departmentBox:nth-of-type(odd) .inner .ph.ph02 .btn {
  right: 1.5em;
}
.departmentBox:nth-of-type(odd) .inner::after {
  left: 1em;
}
.departmentBox:nth-of-type(even) .inner .titleBox {
  margin-left: 58%;
}
.departmentBox:nth-of-type(even) .inner .movieBox {
  margin-right: 45%;
}
.departmentBox:nth-of-type(even) .inner .ph.ph01 {
  margin-left: 50%;
}
@media (max-width: 739px) {
  .departmentBox:nth-of-type(even) .inner .ph.ph01 {
    margin-left: 0;
    padding-right: 5%;
  }
}
.departmentBox:nth-of-type(even) .inner .ph.ph01 .h {
  right: 0;
}
.departmentBox:nth-of-type(even) .inner .ph.ph01 .btn {
  right: 1.5em;
}
.departmentBox:nth-of-type(even) .inner .ph.ph02 {
  margin-top: -22%;
  margin-right: 50%;
}
@media (max-width: 739px) {
  .departmentBox:nth-of-type(even) .inner .ph.ph02 {
    margin-right: 0;
    padding-left: 5%;
  }
}
.departmentBox:nth-of-type(even) .inner .ph.ph02 .h {
  left: 0;
}
.departmentBox:nth-of-type(even) .inner .ph.ph02 .btn {
  left: 1.5em;
}
.departmentBox:nth-of-type(even) .inner::after {
  right: 2em;
}

@media (min-width: 1025px) {
  #department01 .ph02 img {
    margin-left: -25%;
  }

  #department02 .ph02 img {
    margin-right: -20%;
  }
}
#department01 .inner::after {
  background: url("/opencampus2022/lib/img/department01_deco.png") center no-repeat;
}

#department01 .inner .movieBox .inBox .movie::after {
  background: url("/opencampus2022/lib/img/department01_movie_deco.png") center top no-repeat;
}

#department02 .inner::after {
  background: url("/opencampus2022/lib/img/department02_deco.png") center no-repeat;
}

#department02 .inner .movieBox .inBox .movie::after {
  background: url("/opencampus2022/lib/img/department02_movie_deco.png") center top no-repeat;
}

#department03 .inner::after {
  background: url("/opencampus2022/lib/img/department03_deco.png") center no-repeat;
}

#department03 .inner .movieBox .inBox .movie::after {
  background: url("/opencampus2022/lib/img/department03_movie_deco.png") center top no-repeat;
}

/*MOVIE 円背景色*/
#department01 .movieBox::before {
  background-color: #6eadff;
}

#department02 .movieBox::before {
  background-color: #3ed869;
}

#department03 .movieBox::before {
  background-color: #ffab33;
}

/*modal*/
.d-inlineBox {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1.3em 1.3em;
  position: relative;
}
@media (max-width: 1024px) {
  .d-inlineBox {
    max-width: 90%;
    padding: 0 3% 3%;
  }
}
.d-inlineBox .kw {
  font-size: 1.3em;
  padding: 1em 0;
  font-weight: 700;
  color: #fff;
}
.d-inlineBox .kw::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-left: 10px solid #fff;
  margin-right: 0.2em;
}
.d-inlineBox .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  padding: 1.4em;
}
@media (max-width: 1024px) {
  .d-inlineBox .flex {
    padding: 4%;
  }
}
.d-inlineBox .flex .ttlBox {
  width: 25%;
  margin: -2.5em 0 0;
}
@media (max-width: 1024px) {
  .d-inlineBox .flex .ttlBox {
    margin: -9% 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .d-inlineBox .flex .ttlBox .inBox {
    width: 58%;
  }
  .d-inlineBox .flex .ttlBox .inBox .deco {
    text-align: center;
    width: 70%;
    margin: -4% auto 0;
  }
}
.d-inlineBox .flex .ttlBox .ph {
  text-align: center;
}
@media (min-width: 1025px) {
  .d-inlineBox .flex .ttlBox .ph {
    width: 25%;
    position: absolute;
    bottom: 0;
  }
}
@media (max-width: 1024px) {
  .d-inlineBox .flex .ttlBox .ph {
    width: 52%;
  }
}
.d-inlineBox .flex .ttlBox .ph img {
  width: 100%;
}
.d-inlineBox .flex .inBlock {
  width: 72%;
}
@media (max-width: 1024px) {
  .d-inlineBox .flex .inBlock {
    padding: 0 !important;
  }
}
.d-inlineBox .flex .inBlock .h {
  color: #4a98ff;
  font-size: 1.1em;
  margin: 0.7em 0;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .d-inlineBox .flex .inBlock .h {
    font-size: 3.7vw;
  }
}
.d-inlineBox .flex .inBlock .name {
  text-align: right;
  font-size: 90%;
  margin-top: 0.5em;
}
.d-inlineBox.d01 .flex .ttlBox .inBox .title {
  margin-left: -10%;
}
.d-inlineBox.d01 .flex .ttlBox .ph {
  right: 0.5em;
}
@media (max-width: 1024px) {
  .d-inlineBox.d01 .flex .ttlBox .ph {
    margin-right: -4%;
  }
}
.d-inlineBox.d01 .flex .inBlock {
  padding-right: 24%;
}
.d-inlineBox.d02 .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.d-inlineBox.d02 .flex .ttlBox {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.d-inlineBox.d02 .flex .ttlBox .inBox .title {
  margin-right: -10%;
}
.d-inlineBox.d02 .flex .ttlBox .ph {
  left: 0em;
}
@media (max-width: 1024px) {
  .d-inlineBox.d02 .flex .ttlBox .ph {
    margin-left: -4%;
  }
}
.d-inlineBox.d02 .flex .inBlock {
  padding-left: 24%;
}

.d-inlineBox[id^=d01-] {
  background-color: #4a98ff;
}

.d-inlineBox[id^=d01-] .inBlock > .h {
  color: #4a98ff;
}

.d-inlineBox[id^=d02-] {
  background-color: #02d235;
}

.d-inlineBox[id^=d02-] .inBlock > .h {
  color: #02d235;
}

.d-inlineBox[id^=d03-] {
  background-color: #ff9600;
}

.d-inlineBox[id^=d03-] .inBlock > .h {
  color: #ff9600;
}

#brochure .inner ul.list > li:nth-of-type(2)::after, #brochure .inner ul.list > li:nth-of-type(1)::after {
  content: "";
  display: block;
  position: absolute;
  top: 4.5em;
  max-width: 180px;
  width: 20%;
  height: 50%;
  background-size: contain !important;
}

/*BROCHURE*/
#brochure .inner {
  max-width: 1000px;
  position: relative;
}
#brochure .inner::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 130px;
  width: 13%;
  height: 30%;
  background: url("/opencampus2022/lib/img/brochure_deco.png") center top no-repeat;
  background-size: contain;
}
@media (max-width: 739px) {
  #brochure .inner::before {
    display: none;
  }
}
#brochure .inner .title {
  max-width: 300px;
  width: 55%;
}
#brochure .inner ul.list {
  max-width: 580px;
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#brochure .inner ul.list > li {
  width: 48%;
}
#brochure .inner ul.list > li a {
  display: block;
  position: relative;
}
#brochure .inner ul.list > li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4%;
  max-width: 70px;
  width: 30%;
  height: 18%;
  background: url("/opencampus2022/lib/img/brochure_readmore.png") center no-repeat;
  background-size: contain;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#brochure .inner ul.list > li a:hover::after {
  opacity: 1;
}
@media (min-width: 1025px) {
  #brochure .inner ul.list > li a:hover::after {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
#brochure .inner ul.list > li:nth-of-type(1)::after {
  background: url("/opencampus2022/lib/img/brochure_fkds01.png") center no-repeat;
  left: 0;
}
#brochure .inner ul.list > li:nth-of-type(1) a::after {
  left: -7%;
}
#brochure .inner ul.list > li:nth-of-type(2)::after {
  background: url("/opencampus2022/lib/img/brochure_fkds02.png") center no-repeat;
  right: 0;
}
#brochure .inner ul.list > li:nth-of-type(2) a::after {
  right: -7%;
}

/*topcontrol*/
#topcontrol {
  z-index: 10;
}
#topcontrol img {
  width: 50px;
  height: 50px;
}
@media (max-width: 1024px) {
  #topcontrol {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */