/* CSS Document */
html {
  font-size: 62.5%;
  overflow-x: hidden; }
  @media screen and (min-width: 1366px) {
    html {
      font-size: calc( 10 * 100vw / 1366); } }

body {
  position: relative;
  width: 100%;
  overflow: hidden;
  font-family: 'Noto Sans JP', sans-serif;
  word-break: break-all;
  -webkit-font-feature-settings: "liga", "dlig";
          font-feature-settings: "liga", "dlig";
  font-weight: 500;
  font-size: 1.4rem; }

.body--inner {
  position: relative; }

.font-w-normal {
  font-weight: 500; }

.font-w-Bold {
  font-weight: 700; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

a {
  color: inherit; }

@media screen and (max-width: 750px) {
  .spOnly {
    display: block; } }

@media screen and (min-width: 750px) {
  .spOnly {
    display: none; } }

@media screen and (max-width: 750px) {
  .pcOnly {
    display: none; } }

@media screen and (min-width: 750px) {
  .pcOnly {
    display: block; } }

@media screen and (min-width: 750px) {
  .pcOnly.pcOnly_S {
    display: none; } }

@media screen and (min-width: 750px) and (max-width: 1040px) {
  .pcOnly.pcOnly_S {
    display: block; } }

@media screen and (min-width: 750px) and (max-width: 1040px) {
  .pcOnly.pcOnly_M {
    display: none; } }

.area-base {
  /*
    <div class="area-base">
        <div class="area-base--inner">
        </div>
    </div>
    */
  position: relative;
  width: 100%;
  margin: 0 auto; }
  .area-base--inner {
    position: relative;
    width: 100%;
    margin: 0 auto; }
    .area-base--inner h1 {
      position: relative; }
    @media (min-width: 750px) {
      .area-base--inner .mv-anchor-pc {
        position: absolute;
        right: 8.8%;
        bottom: 5%;
        z-index: 1;
        display: block;
        width: 33%;
        height: 0;
        padding-bottom: 7%;
        -webkit-transform: skew(-13.5deg);
                transform: skew(-13.5deg);
        -webkit-transition: 235ms ease;
        transition: 235ms ease; }
        .area-base--inner .mv-anchor-pc:hover {
          background-color: rgba(255, 255, 255, 0.2); } }
    .area-base--inner .mv-anchor-pc span {
      display: none; }
    @media (max-width: 750px) {
      .area-base--inner .mv-anchor-sp {
        position: absolute;
        left: 50%;
        bottom: 5.2%;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 74.8%;
        margin: -0.7%;
        -webkit-transform: translateX(-50.8%) skew(-14deg);
                transform: translateX(-50.8%) skew(-14deg); }
        .area-base--inner .mv-anchor-sp a {
          width: 18.5%;
          height: 0;
          margin: 0.7%;
          padding-bottom: 8.5%;
          -webkit-transition: 235ms ease;
          transition: 235ms ease; }
          .area-base--inner .mv-anchor-sp a:hover {
            background-color: #fff7; }
        .area-base--inner .mv-anchor-sp span {
          display: none; } }
  @media screen and (min-width: 750px) {
    .area-base--fixedWidth {
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 136.6rem;
      margin: 0; }
      .area-base--fixedWidth--inner {
        width: 100%; } }

.area-container {
  position: relative;
  width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 750px) {
    .area-container {
      width: 104rem;
      max-width: calc( 100% - ( 4rem * 2)); } }

.bl-block {
  padding: 4rem 0; }
  .bl-block:not(:last-child) {
    margin-bottom: 4rem; }
  @media screen and (min-width: 750px) {
    .bl-block {
      padding: 8rem 0; }
      .bl-block:not(:last-child) {
        margin-bottom: 8rem; } }

.bl-group {
  padding: 0rem 0; }
  .bl-group:not(:last-child) {
    margin-bottom: 4rem; }
  @media screen and (min-width: 750px) {
    .bl-group {
      padding: 0rem 0; }
      .bl-group:not(:last-child) {
        margin-bottom: 4rem; } }

.bl-item {
  padding: 0rem 0; }
  .bl-item:not(:last-child) {
    margin-bottom: 2rem; }
  @media screen and (min-width: 750px) {
    .bl-item {
      padding: 0rem 0; }
      .bl-item:not(:last-child) {
        margin-bottom: 2rem; } }

img {
  width: 100%;
  height: auto; }

.img-cover {
  background-image: url("");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 10rem; }

.ly-full {
  width: 100%;
  height: 100vh; }

.ly-p--central {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1ch; }

.ly-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .ly-flex.ly-flex_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .ly-flex.ly-flex_1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .ly-flex.ly-flex_1 > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
  .ly-flex.ly-flex_2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .ly-flex.ly-flex_2 > * {
      -ms-flex-preferred-size: calc( (100% - ( 2rem * 1)) / 2);
          flex-basis: calc( (100% - ( 2rem * 1)) / 2);
      margin-right: 2rem; }
      .ly-flex.ly-flex_2 > *:nth-of-type(2n) {
        margin-right: 0; }
  .ly-flex.ly-flex_3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .ly-flex.ly-flex_3 > * {
      -ms-flex-preferred-size: calc( (100% - ( 2rem * 2)) / 3);
          flex-basis: calc( (100% - ( 2rem * 2)) / 3);
      margin-right: 2rem; }
      .ly-flex.ly-flex_3 > *:nth-of-type(3n) {
        margin-right: 0; }
  .ly-flex.ly-flex_4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .ly-flex.ly-flex_4 > * {
      -ms-flex-preferred-size: calc( (100% - ( 2rem * 3)) / 4);
          flex-basis: calc( (100% - ( 2rem * 3)) / 4);
      margin-right: 2rem; }
      .ly-flex.ly-flex_4 > *:nth-of-type(4n) {
        margin-right: 0; }
  @media screen and (min-width: 750px) {
    .ly-flex.ly-flex_pc-1 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .ly-flex.ly-flex_pc-1 > * {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
        .ly-flex.ly-flex_pc-1 > *:nth-of-type(n) {
          margin-right: 0; }
    .ly-flex.ly-flex_pc-2 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .ly-flex.ly-flex_pc-2 > * {
        -ms-flex-preferred-size: calc( (100% - ( 2rem * 1)) / 2);
            flex-basis: calc( (100% - ( 2rem * 1)) / 2); }
        .ly-flex.ly-flex_pc-2 > *:nth-of-type(n) {
          margin-right: 2rem; }
        .ly-flex.ly-flex_pc-2 > *:nth-of-type(2n) {
          margin-right: 0; }
    .ly-flex.ly-flex_pc-3 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .ly-flex.ly-flex_pc-3 > * {
        -ms-flex-preferred-size: calc( (100% - ( 2rem * 2)) / 3);
            flex-basis: calc( (100% - ( 2rem * 2)) / 3); }
        .ly-flex.ly-flex_pc-3 > *:nth-of-type(n) {
          margin-right: 2rem; }
        .ly-flex.ly-flex_pc-3 > *:nth-of-type(3n) {
          margin-right: 0; }
    .ly-flex.ly-flex_pc-4 {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .ly-flex.ly-flex_pc-4 > * {
        -ms-flex-preferred-size: calc( (100% - ( 2rem * 3)) / 4);
            flex-basis: calc( (100% - ( 2rem * 3)) / 4); }
        .ly-flex.ly-flex_pc-4 > *:nth-of-type(n) {
          margin-right: 2rem; }
        .ly-flex.ly-flex_pc-4 > *:nth-of-type(4n) {
          margin-right: 0; } }

@media screen and (max-width: 750px) {
  .ly-spArea {
    width: calc( 100% - (10% * 2));
    margin: 0 auto; } }

.md-topbtn {
  position: fixed;
  right: 5%;
  bottom: 38vw;
  z-index: 990;
  display: none; }
  .md-topbtn a {
    display: block;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: #2517DC;
    text-align: center;
    line-height: 3.8rem;
    color: #fff; }
    .md-topbtn a:hover {
      background-color: #fff500; }
      .md-topbtn a:hover i {
        color: #2517DC; }
  @media screen and (min-width: 750px) {
    .md-topbtn {
      bottom: 2rem;
      right: 1.5rem; } }

.md-footer {
  background-color: #F3F3F3;
  padding: 6rem 0 2rem; }
  .md-footer nav {
    margin-bottom: 4rem; }
    .md-footer nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      line-height: 1.5; }
      .md-footer nav ul li a {
        padding: 0.5em 1em;
        font-size: 1.2rem;
        display: inline-block;
        color: #fff; }
        .md-footer nav ul li a:hover {
          color: #111; }
  .md-footer .copyright {
    text-align: center; }
    .md-footer .copyright small {
      color: #111; }
  @media screen and (min-width: 750px) {
    .md-footer {
      margin-top: 10rem;
      padding: 6rem 0; }
      .md-footer nav {
        margin-bottom: 2rem; }
        .md-footer nav ul {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }

.jsef-scroll {
  position: relative; }
  .jsef-scroll.jsef-scroll_start {
    opacity: 0;
    -webkit-transition: all 0s ease !important;
    transition: all 0s ease !important; }
  .jsef-scroll.jsef-scroll_efstart {
    -webkit-transition: all 0s ease !important;
    transition: all 0s ease !important; }
  .jsef-scroll.jsef-scroll_zoom {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .jsef-scroll.jsef-scroll_zoom.jsef-scroll_efstart {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
      opacity: 0; }
  .jsef-scroll.jsef-scroll_fade {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .jsef-scroll.jsef-scroll_fade.jsef-scroll_efstart {
      opacity: 0; }
  .jsef-scroll.jsef-scroll_fadeUp {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .jsef-scroll.jsef-scroll_fadeUp.jsef-scroll_efstart {
      -webkit-transform: translateY(5rem);
              transform: translateY(5rem);
      opacity: 0; }
  .jsef-scroll.jsef-scroll_fadeDown {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .jsef-scroll.jsef-scroll_fadeDown.jsef-scroll_efstart {
      -webkit-transform: translateY(-5rem);
              transform: translateY(-5rem);
      opacity: 0; }
  .jsef-scroll.jsef-scroll_fadeLeft {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .jsef-scroll.jsef-scroll_fadeLeft.jsef-scroll_efstart {
      -webkit-transform: translateX(-5rem);
              transform: translateX(-5rem);
      opacity: 0; }
  .jsef-scroll.jsef-scroll_fadeRight {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .jsef-scroll.jsef-scroll_fadeRight.jsef-scroll_efstart {
      -webkit-transform: translateX(5rem);
              transform: translateX(5rem);
      opacity: 0; }
  .jsef-scroll.jsef-scroll_SlideUp {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
    .jsef-scroll.jsef-scroll_SlideUp.jsef-scroll_efstart {
      -webkit-transform: translateY(100vh);
              transform: translateY(100vh);
      opacity: 1; }
  .jsef-scroll.jsef-scroll_SlideDown {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
    .jsef-scroll.jsef-scroll_SlideDown.jsef-scroll_efstart {
      -webkit-transform: translateY(-100vh);
              transform: translateY(-100vh);
      opacity: 1; }
  .jsef-scroll.jsef-scroll_SlideLeft {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
    .jsef-scroll.jsef-scroll_SlideLeft.jsef-scroll_efstart {
      -webkit-transform: translateX(-100vw);
              transform: translateX(-100vw);
      opacity: 1; }
  .jsef-scroll.jsef-scroll_SlideRight {
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out; }
    .jsef-scroll.jsef-scroll_SlideRight.jsef-scroll_efstart {
      -webkit-transform: translateX(100vw);
              transform: translateX(100vw);
      opacity: 1; }

@media screen and (min-width: 750px) {
  .MV--btn {
    width: 35vw;
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 999; }
    .MV--btn a img {
      position: relative;
      z-index: 10; }
    .MV--btn a::after {
      content: "";
      position: absolute;
      bottom: 0rem;
      right: 0rem;
      width: 100%;
      height: 100%;
      background-color: #fff500;
      z-index: 1;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .MV--btn:hover a::after {
      bottom: -0.4rem;
      right: -0.4rem; } }

.fixedBtn--sp {
  position: fixed;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: 999; }
  .fixedBtn--sp.fixed {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.fixedBtn--pc {
  width: 7rem;
  position: fixed;
  right: 0;
  bottom: 50%;
  -webkit-transform: translate(100%, 50%);
          transform: translate(100%, 50%);
  z-index: 999;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .fixedBtn--pc::after {
    content: "";
    position: absolute;
    top: -1.5rem;
    left: -2rem;
    width: 7.5rem;
    height: 4rem;
    background-image: url(../img/fixed_btn02_pc.png);
    background-size: contain;
    opacity: 0;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; }
  .fixedBtn--pc:hover::after {
    opacity: 1; }
  .fixedBtn--pc.fixed {
    -webkit-transform: translate(0, 50%);
            transform: translate(0, 50%); }

.youtube {
  background-image: url(../img/youtube_bg_sp.jpg); }
  @media screen and (min-width: 750px) {
    .youtube {
      background-image: url(../img/line_type01.jpg), url(../img/line_type01.jpg), url(../img/youtube_bg_pc.jpg);
      background-repeat: repeat-x,repeat-x,no-repeat;
      background-size: auto,auto,cover;
      background-position: center top,center bottom,center center; } }
  .youtube--title {
    padding-top: 2rem; }
  .youtube--contents {
    padding-top: 2rem; }
    .youtube--contents-movie-inner {
      width: 100%;
      padding-top: 56%;
      position: relative; }
      .youtube--contents-movie-inner iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 10; }
      .youtube--contents-movie-inner::after {
        content: "";
        position: absolute;
        bottom: -1rem;
        right: -1rem;
        width: 100%;
        height: 100%;
        background-color: #fff;
        border: solid #5E6063 1px;
        z-index: 1; }
      .youtube--contents-movie-inner::before {
        content: "";
        position: absolute;
        top: -9%;
        left: -7%;
        width: 10.4rem;
        height: 6.2rem;
        background-image: url(../img/youtoube_decoraiton02.png);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 1; }
    .youtube--contents-decoration {
      position: relative;
      width: 16.2rem;
      margin: -1.6rem auto 0;
      z-index: 10; }
  @media screen and (min-width: 750px) {
    .youtube {
      padding-top: 14rem; }
      .youtube .area-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .youtube--title {
        width: calc(50% - 6rem);
        position: relative;
        padding-top: 0; }
        .youtube--title-inner {
          position: relative;
          z-index: 10; }
        .youtube--title::after {
          content: "";
          position: absolute;
          bottom: -70%;
          left: -20%;
          width: 80%;
          padding-top: 57.7%;
          background-image: url(../img/youtoube_decoration03.png);
          background-size: contain;
          background-repeat: no-repeat;
          z-index: 1; }
      .youtube--contents {
        width: 50%;
        position: relative;
        padding-top: 1rem; }
        .youtube--contents::after {
          content: "";
          position: absolute;
          top: -14rem;
          left: 0;
          width: 15.6rem;
          padding-top: 13.9rem;
          background-image: url(../img/youtoube_decoration04.png);
          background-size: contain;
          background-repeat: no-repeat;
          z-index: 1; }
        .youtube--contents-movie-inner::before {
          top: inherit;
          left: inherit;
          bottom: -4rem;
          right: -11rem;
          width: 17.7rem;
          height: 6.6rem; }
        .youtube--contents-decoration {
          width: 27.7rem;
          margin-top: -7rem; } }

.chose {
  padding-bottom: 4rem; }
  @media screen and (min-width: 750px) {
    .chose {
      background-image: url(../img/chose_bg_pc.jpg);
      background-position: center bottom;
      padding-bottom: 10rem; } }
  .chose--01 {
    padding-top: 4rem; }
    @media screen and (min-width: 750px) {
      .chose--01 {
        margin-bottom: 0 !important; } }
  .chose--02 {
    margin-top: -35vw; }
    .chose--02-list-item {
      position: relative; }
      .chose--02-list-item::after {
        content: "";
        position: absolute;
        bottom: -1rem;
        right: -1rem;
        width: 100%;
        height: 100%;
        background-image: url(../img/bg_patern02.jpg);
        z-index: 1; }
      .chose--02-list-item-inner {
        position: relative;
        z-index: 10; }
      .chose--02-list-item-img {
        width: 100%; }
        .chose--02-list-item-img img {
          width: 100%;
          height: 26.6vw;
          -o-object-fit: cover;
             object-fit: cover; }
      .chose--02-list-item-title {
        padding: 0.8rem 0;
        color: #fff;
        text-align: center;
        font-size: 1.3rem;
        line-height: 1.3em;
        min-height: 5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background: #59baf2;
        background: linear-gradient(130deg, #59baf2 0%, #277fd5 80%); }
    @media screen and (min-width: 750px) {
      .chose--02 {
        margin-top: 0; }
        .chose--02-list {
          width: 83%;
          /* 10/12 */
          margin: 0 auto; }
          .chose--02-list-item-title {
            padding: 1.2rem 0;
            font-size: 1.4rem; }
          .chose--02-list-item-img {
            width: 100%; }
            .chose--02-list-item-img img {
              height: inherit; } }

.lity-container .lity-close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  color: #fff;
  text-shadow: none;
  background-color: #16BE5E;
  border-radius: 50px; }

div[id*=chosePopup] {
  display: none; }

.lity-content div[id*=chosePopup] {
  display: block;
  max-width: 300px;
  padding: 23px;
  background-color: #EEF8FD; }
  @media (min-width: 750px) {
    .lity-content div[id*=chosePopup] {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      max-width: 864px;
      padding: 50px 50px 70px;
      background-color: #D5EEFB; } }
  .lity-content div[id*=chosePopup] .chose--02-list-item-inner {
    position: relative; }
    @media (min-width: 750px) {
      .lity-content div[id*=chosePopup] .chose--02-list-item-inner {
        max-width: 456px;
        width: 60%;
        margin-right: 51px; } }
    .lity-content div[id*=chosePopup] .chose--02-list-item-inner::after {
      content: "";
      position: absolute;
      bottom: -1rem;
      right: -1rem;
      z-index: 0;
      width: 100%;
      height: 100%;
      background-image: url(../img/bg_patern02.jpg);
      z-index: -1; }
      @media (min-width: 750px) {
        .lity-content div[id*=chosePopup] .chose--02-list-item-inner::after {
          right: -2rem;
          bottom: -2rem; } }
    @media (min-width: 750px) {
      .lity-content div[id*=chosePopup] .chose--02-list-item-inner .chose--02-list-item-title:not(.pcOnly) {
        display: none; } }
  .lity-content div[id*=chosePopup] .chose--02-list-item-img {
    position: relative;
    z-index: 1; }
    .lity-content div[id*=chosePopup] .chose--02-list-item-img img {
      height: auto; }
  .lity-content div[id*=chosePopup] .chose--02-list-item-popup_text {
    margin-top: 30px;
    font-size: 12px; }
    .lity-content div[id*=chosePopup] .chose--02-list-item-popup_text .chose--02-list-item-title.pcOnly {
      display: none; }
    @media (min-width: 750px) {
      .lity-content div[id*=chosePopup] .chose--02-list-item-popup_text {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 0%;
                flex: 1 1 0%;
        margin-top: 0; }
        .lity-content div[id*=chosePopup] .chose--02-list-item-popup_text .chose--02-list-item-title {
          margin-top: 0;
          margin-bottom: 30px; }
          .lity-content div[id*=chosePopup] .chose--02-list-item-popup_text .chose--02-list-item-title.pcOnly {
            display: block; } }
    .lity-content div[id*=chosePopup] .chose--02-list-item-popup_text p {
      margin: 0 0 1em;
      line-height: 2; }
      .lity-content div[id*=chosePopup] .chose--02-list-item-popup_text p:last-child {
        margin-bottom: 0; }

.select {
  background: url(../img/line_type01.jpg), #62c2f6;
  background: url(../img/line_type01.jpg), linear-gradient(91deg, #62c2f6 0%, #0672d4 100%);
  background-repeat: repeat-x;
  background-size: auto;
  background-position: center top;
  padding-bottom: 8rem; }
  @media screen and (min-width: 750px) {
    .select {
      padding-bottom: 16rem; } }
  .select--title {
    background: url(../img/select_bg02_pc.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top; }
    .select--title-img {
      margin-bottom: 2rem; }
      @media screen and (min-width: 750px) {
        .select--title-img {
          padding-top: 10rem;
          padding-bottom: 4rem;
          padding-left: 13%; } }
  .select--contents--com-title {
    font-size: 1.5rem;
    text-align: center; }
    .select--contents--com-title-decoration {
      position: relative; }
      .select--contents--com-title-decoration::before {
        content: "";
        position: absolute;
        bottom: 50%;
        left: -3rem;
        -webkit-transform: translateY(50%);
                transform: translateY(50%);
        width: 1.35rem;
        height: 2.2rem;
        background-image: url(../img/title_decoration01-01.png);
        background-size: contain;
        z-index: 1; }
      .select--contents--com-title-decoration::after {
        content: "";
        position: absolute;
        bottom: 50%;
        right: -3rem;
        -webkit-transform: translateY(50%);
                transform: translateY(50%);
        width: 1.35rem;
        height: 2.2rem;
        background-image: url(../img/title_decoration01-02.png);
        background-size: contain;
        z-index: 1; }
    @media screen and (min-width: 750px) {
      .select--contents--com-title {
        font-size: 1.8rem; } }
  @media screen and (max-width: 750px) {
    .select--contents--com-spArea {
      width: calc(100% - 10vw);
      margin: 0 auto; } }
  .select--contents-decoration-01 {
    position: absolute;
    top: 0;
    left: -1rem;
    font-size: 1.3rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fff;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: left top;
            transform-origin: left top; }
  .select--contents-decoration-02 {
    position: absolute;
    top: 38rem;
    left: 0;
    width: 37.5rem;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
  .select--contents-decoration.select--contents-decoration--type02 .select--contents-decoration-02 {
    position: absolute;
    top: 20rem;
    left: inherit;
    right: 0;
    width: 23.1rem;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  .select--contents-item {
    position: relative;
    width: calc(100% - 10vw);
    margin: 0 auto;
    z-index: 10;
    padding: 0 !important; }
    .select--contents-item-inner {
      position: relative;
      z-index: 2;
      background-color: #F3F8FD;
      padding: 4rem 0; }
      .select--contents-item-inner::before {
        content: "";
        position: absolute;
        top: 1rem;
        left: 1rem;
        width: 0.4rem;
        height: 0.4rem;
        border-radius: 50%;
        background-color: #1583DA;
        z-index: 10; }
      .select--contents-item-inner::after {
        content: "";
        position: absolute;
        top: 1rem;
        right: 1rem;
        width: 0.4rem;
        height: 0.4rem;
        border-radius: 50%;
        background-color: #1583DA;
        z-index: 10; }
      @media screen and (min-width: 750px) {
        .select--contents-item-inner {
          padding: 8rem 10%; } }
    .select--contents-item::after {
      content: "";
      position: absolute;
      bottom: -1rem;
      right: -1rem;
      width: 100%;
      height: 100%;
      background-color: transparent;
      border: solid #fff 1px;
      z-index: 1; }
    .select--contents-item-010 {
      position: relative; }
      .select--contents-item-010-title {
        position: relative; }
        .select--contents-item-010-title-num {
          position: absolute;
          width: 5.5rem;
          top: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
      .select--contents-item-010-text {
        font-size: 1.2rem;
        line-height: 2; }
        .select--contents-item-010-text .catch {
          background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #B7F7F9));
          background: linear-gradient(transparent 60%, #B7F7F9 0%); }
      @media screen and (min-width: 750px) {
        .select--contents-item-010 {
          min-height: 21vw; }
          .select--contents-item-010-title {
            width: calc(50% - 1rem); }
            .select--contents-item-010-title-num {
              width: 16%;
              left: 0;
              top: -1rem;
              -webkit-transform: translateX(0);
                      transform: translateX(0); }
          .select--contents-item-010-img {
            position: absolute;
            top: 6vw;
            right: 0;
            width: calc(50% - 1rem); }
          .select--contents-item-010-text {
            width: calc(50% - 1rem);
            margin-left: 0;
            margin-right: auto; } }
  .select--A-block-zissyuu01 {
    border-top: solid 1px #025BAB;
    border-bottom: solid 1px #025BAB;
    padding: 4rem 0;
    margin-bottom: 0 !important; }
    .select--A-block-zissyuu01-text020 {
      text-align: center;
      font-size: 1.2rem;
      margin-top: -8vw; }
      @media screen and (min-width: 750px) {
        .select--A-block-zissyuu01-text020 {
          margin-top: -2rem; } }
  .select--A-block-zissyuu02 {
    border-bottom: solid 1px #025BAB;
    padding: 4rem 0; }
    .select--A-block-zissyuu02-text020 {
      font-size: 1.2rem;
      line-height: 2; }
    .select--A-block-zissyuu02-text030 {
      font-size: 1.2rem;
      line-height: 2;
      text-align: right; }
  @media screen and (min-width: 750px) {
    .select--A-block-zissyuu {
      border-top: solid 1px #025BAB;
      border-bottom: solid 1px #025BAB; }
    .select--A-block-zissyuu01 {
      border: none;
      -ms-flex-preferred-size: 40% !important;
          flex-basis: 40% !important; }
    .select--A-block-zissyuu02 {
      border: none;
      -ms-flex-preferred-size: calc( 60% - 2rem) !important;
          flex-basis: calc( 60% - 2rem) !important; }
      .select--A-block-zissyuu02-inner {
        border-left: 1px solid #025BAB;
        padding-left: 12%; }
        .select--A-block-zissyuu02-inner .select--contents--com-title {
          text-align: left; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .select--B-block-Kyuujin > * {
      -ms-flex-preferred-size: calc( 47% - 2rem) !important;
          flex-basis: calc( 47% - 2rem) !important; } }
  .select--B-block-Kyuujin01 {
    border-top: solid 1px #025BAB;
    border-bottom: solid 1px #025BAB;
    padding: 4rem 0;
    margin-bottom: 0 !important; }
    .select--B-block-Kyuujin01-text020 {
      text-align: center;
      font-size: 1.2rem;
      margin-top: -8vw; }
      @media screen and (min-width: 750px) {
        .select--B-block-Kyuujin01-text020 {
          margin-top: -2rem; } }
  .select--B-block-Kyuujin02 {
    border-bottom: solid 1px #025BAB;
    padding: 4rem 0;
    margin-bottom: 0 !important; }
    .select--B-block-Kyuujin02-text020 {
      text-align: center;
      font-size: 1.2rem;
      margin-top: -8vw; }
      @media screen and (min-width: 750px) {
        .select--B-block-Kyuujin02-text020 {
          margin-top: -2rem; } }
  @media screen and (min-width: 750px) {
    .select--B-block-Kyuujin {
      border-top: solid 1px #025BAB;
      border-bottom: solid 1px #025BAB; }
      .select--B-block-Kyuujin01 {
        border: none;
        padding-right: 8%; }
      .select--B-block-Kyuujin02 {
        border: none; }
        .select--B-block-Kyuujin02-inner {
          border-left: 1px solid #025BAB;
          padding-left: 8%; } }
  .select--B-block-Shikaku {
    padding: 4rem 0;
    border-bottom: solid 1px #025BAB;
    margin-bottom: 4rem; }
    @media screen and (min-width: 750px) {
      .select--B-block-Shikaku-title {
        text-align: left; } }
  .select--B-block-Accorion .js_accordion_box {
    display: none; }
  .select--B-block-Accorion .js_accordion_box {
    margin-bottom: 8rem;
    padding-top: 2rem; }
  .select--B-block-Accorion-title {
    position: relative;
    cursor: pointer; }
    .select--B-block-Accorion-title h4 {
      position: relative;
      display: block;
      width: 100%;
      background-color: #16BE5E;
      padding: 2rem 0;
      font-size: 1.5rem;
      text-align: center;
      color: #fff;
      margin-bottom: 2rem !important;
      z-index: 10; }
      .select--B-block-Accorion-title h4 span {
        padding-right: 1rem; }
      .select--B-block-Accorion-title h4 i {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        font-size: 2rem; }
    .select--B-block-Accorion-title.close {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .select--B-block-Accorion-title.close h4 i {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
    .select--B-block-Accorion-title::after {
      content: "";
      position: absolute;
      top: 0.5rem;
      left: 0.5rem;
      width: 100%;
      height: 100%;
      background-color: #089867;
      z-index: 1; }
    @media screen and (min-width: 750px) {
      .select--B-block-Accorion-title {
        margin-bottom: 3rem !important; }
        .select--B-block-Accorion-title h4 {
          padding: 1.2rem 0; } }
  .select--B-block-Accorion-graph-item {
    padding: 2rem 0;
    border-bottom: solid 1px #025BAB; }
  @media screen and (min-width: 750px) {
    .select--B-block-Accorion-graph-item {
      border: none; }
    .select--B-block-Accorion-graph-item:nth-of-type(2n) .select--B-block-Accorion-graph-item-img {
      border-left: solid 1px #025BAB; } }
  .select--B-block-Accorion-Syuusyokusaki .select--B-block-Accorion-title {
    margin-bottom: 1rem !important; }
  .select--B-block-Accorion-recruit-list {
    margin-bottom: 1rem !important; }
    @media screen and (min-width: 750px) {
      .select--B-block-Accorion-recruit-list {
        margin-bottom: 2rem !important; } }
  .select--B-block-Accorion-recruit-item {
    padding: 0 0 2rem;
    border-bottom: solid 1px #025BAB; }
    .select--B-block-Accorion-recruit-item-text {
      font-size: 1.2rem;
      line-height: 2; }
    @media screen and (min-width: 750px) {
      .select--B-block-Accorion-recruit-item {
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
        margin-right: 0 !important;
        padding-bottom: 4rem !important; }
        .select--B-block-Accorion-recruit-item:nth-of-type(odd) {
          padding-right: 2rem !important; }
        .select--B-block-Accorion-recruit-item:nth-of-type(even) {
          padding-left: 2rem !important; }
        .select--B-block-Accorion-recruit-item-text {
          font-size: 1.5rem; } }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .select--B-block-Accorion-recruit-item {
        -ms-flex-preferred-size: 45% !important;
            flex-basis: 45% !important; } }
  .select--B-block-Accorion-recruit-cap {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: right; }
  .select--D-block .select--contents-item-010 {
    min-height: 25vw; }
  .select--D-block--cap {
    font-size: 1.0rem;
    line-height: 1.5;
    text-align: right; }

@media screen and (min-width: 750px) {
  .support {
    background-image: url(../img/support_bg_pc_upper.png), url(../img/support_bg_pc_under.png);
    background-repeat: no-repeat,no-repeat;
    background-position: center top,center bottom;
    background-size: 100%,100%; } }

.support--title {
  padding-top: 4rem;
  margin-bottom: 2rem !important; }
  @media screen and (min-width: 750px) {
    .support--title {
      width: 80.4rem;
      margin: 0 auto;
      padding-top: 8rem; } }

.support--content-item-num {
  position: relative;
  z-index: 11;
  width: 7.3rem;
  margin: 0 auto; }

.support--content-item-area {
  position: relative; }
  .support--content-item-area::after {
    content: "";
    position: absolute;
    bottom: -0.7rem;
    right: -0.7rem;
    width: 100%;
    height: 100%;
    background-color: #025BAB;
    z-index: 1; }
  .support--content-item-area--inner {
    position: relative;
    background: #f1feff;
    background: linear-gradient(70deg, #f1feff 0%, #b7e7ff 100%);
    margin-top: -7rem;
    padding: 10rem 2rem 4rem 2rem;
    z-index: 10; }
  .support--content-item-area--title {
    position: relative;
    color: #025BAB;
    font-size: 2.4rem;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 1rem; }
    .support--content-item-area--title-sub {
      display: block;
      font-size: 1.5rem;
      color: #000; }
    .support--content-item-area--title::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 15rem;
      height: 0.5rem;
      background-image: url(../img/support_underline.png);
      background-size: contain;
      background-repeat: no-repeat;
      z-index: 1; }
  .support--content-item-area--text {
    font-size: 1.4rem;
    line-height: 2; }

@media screen and (min-width: 750px) {
  .support--content-list {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .support--content-item {
    -ms-flex-preferred-size: 28% !important;
        flex-basis: 28% !important; }
    .support--content-item-area--inner {
      min-height: 50rem; }
    .support--content-item-area--title {
      min-height: 8rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

.support--btn {
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }
  .support--btn:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .support--btn-inner {
    width: calc(100% + 0.7rem);
    margin: 0 auto; }
  @media screen and (min-width: 750px) {
    .support--btn {
      margin-top: -2rem; } }

.interview {
  background: #def3fd;
  background: linear-gradient(73deg, #def3fd 0%, #b7e7ff 100%);
  margin-top: 8rem; }
  @media screen and (min-width: 750px) {
    .interview {
      margin-top: 12rem;
      background-image: url(../img/interview_bg_pc.jpg);
      background-size: cover; } }
  .interview--title {
    position: relative;
    background-image: url(../img/line_type01.jpg);
    background-repeat: repeat-x,no-repeat;
    background-size: auto,contain;
    padding-top: 0.8rem;
    width: 100%; }
  .interview--contents {
    padding-top: 4rem;
    padding-bottom: 8rem; }
    @media screen and (min-width: 750px) {
      .interview--contents {
        padding-top: 9rem;
        padding-bottom: 12rem; } }
    .interview--contents-flex {
      position: relative;
      z-index: 10;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (min-width: 750px) {
        .interview--contents-flex {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse; }
          .interview--contents-flex-title {
            padding-left: 0;
            position: relative; }
            .interview--contents-flex-title img {
              padding-left: 8%; }
            .interview--contents-flex-title-decoration {
              position: absolute;
              width: 12vw;
              top: -121%;
              right: 50%; }
              .interview--contents-flex-title-decoration--02 {
                -webkit-transform: rotate(100deg);
                        transform: rotate(100deg);
                top: -90%;
                right: 15%; } }
    .interview--contents-group {
      position: relative; }
      .interview--contents-group::before {
        content: "";
        position: absolute;
        top: 60%;
        left: 50%;
        width: 80vw;
        height: 80vw;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        border-radius: 50%;
        background-color: white;
        z-index: 1; }
      .interview--contents-group::after {
        content: "";
        position: absolute;
        top: 60%;
        left: 50%;
        width: 120vw;
        height: 120vw;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.3);
        z-index: 1; }
      @media screen and (min-width: 750px) {
        .interview--contents-group::before {
          display: none; }
        .interview--contents-group::after {
          display: none; } }
    .interview--contents-group-01 {
      margin-bottom: 8rem !important; }
    .interview--contents-movie {
      position: relative; }
      .interview--contents-movie-inner {
        width: 100%;
        padding-top: 56.3%;
        position: relative;
        background-color: #fff;
        position: relative; }
        .interview--contents-movie-inner iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 10; }
        .interview--contents-movie-inner::after {
          content: "";
          position: absolute;
          bottom: -1rem;
          right: -1rem;
          width: 100%;
          height: 100%;
          background-color: #fff500;
          z-index: 1; }
      .interview--contents-movie-decoration {
        position: absolute;
        top: 0;
        left: -1rem;
        font-size: 1.5rem;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: #0A619E;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        -webkit-transform-origin: left top;
                transform-origin: left top; }

.opencampus {
  position: relative;
  background-image: url(../img/line_type01.jpg);
  background-repeat: repeat-x;
  background-size: auto;
  padding-top: 8rem; }
  @media screen and (min-width: 1366px) {
    .opencampus .area-container {
      width: 120rem; } }

.selectcampus {
  position: relative;
  background: #6cd2fb;
  background: linear-gradient(128deg, #6cd2fb 0%, #0d7cd8 100%);
  padding: 8rem 0; }
  .selectcampus::after {
    content: "";
    position: absolute;
    top: -2.5rem;
    left: calc(50% - 2.5rem);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 5rem;
    height: 5rem;
    background-color: #fff;
    z-index: 1; }
  .selectcampus--title {
    margin-bottom: 4rem; }
  .selectcampus--contents-list-item {
    position: relative;
    background-color: #fff;
    background-image: url(../img/patern_bg_10.jpg);
    background-repeat: repeat;
    border: solid 1px #000;
    padding: 1.5rem 1rem;
    margin-bottom: 1.5rem; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .selectcampus--contents-list-item {
        -ms-flex-preferred-size: calc( (92% - ( 2rem * 2)) /3) !important;
            flex-basis: calc( (92% - ( 2rem * 2)) /3) !important; } }
    .selectcampus--contents-list-item::after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 0.8rem 0.8rem;
      border-color: transparent transparent #000 transparent;
      z-index: 1; }
    .selectcampus--contents-list-item--title {
      font-size: 1.5rem;
      line-height: 1.5;
      color: #1583da;
      text-align: center;
      margin-bottom: 0.8rem;
      font-weight: 700; }
    .selectcampus--contents-list-item--content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 15px 15px; }
      @media (min-width: 750px) {
        .selectcampus--contents-list-item--content {
          min-height: 162px; } }
      .selectcampus--contents-list-item--content .image {
        width: 88px;
        margin-right: 10px; }
      .selectcampus--contents-list-item--content .text {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 0%;
                flex: 1 1 0%;
        line-height: 1.8;
        font-size: 10px; }
        .selectcampus--contents-list-item--content .text hr {
          height: 1px;
          background-color: #999;
          border: 0; }
    .selectcampus--contents-list-item--area {
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .selectcampus--contents-list-item--area-btn {
        position: relative;
        display: block;
        background-color: #2a9ae8;
        color: white;
        padding: 1.5rem 2.5rem 1.5rem 1.6rem;
        border-radius: 0.5rem;
        font-size: 1.2rem;
        margin-right: 1rem !important; }
        .selectcampus--contents-list-item--area-btn:nth-of-type(2n) {
          margin-right: 0 !important; }
        .selectcampus--contents-list-item--area-btn span {
          position: relative;
          z-index: 10; }
        .selectcampus--contents-list-item--area-btn::before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          width: 100%;
          height: 100%;
          background: #444;
          border-radius: 0.5rem;
          opacity: 0;
          z-index: 1;
          -webkit-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in; }
        .selectcampus--contents-list-item--area-btn::after {
          content: "";
          position: absolute;
          top: calc( 50% - 0.4rem);
          right: 0.8rem;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0.4rem 0 0.4rem 0.6rem;
          border-color: transparent transparent transparent #fff;
          z-index: 1; }
        .selectcampus--contents-list-item--area-btn:hover::before {
          opacity: 1; }
        .selectcampus--contents-list-item--area-btn-01 {
          background: #3e9ae4;
          background: linear-gradient(77deg, #3e9ae4 0%, #003a9f 100%);
          background-image: -webkit-gradient(linear, left bottom, left top, from(#56e190), color-stop(35.96%, #0cb854), to(#0cb854));
          background-image: linear-gradient(0deg, #56e190 0%, #0cb854 35.96%, #0cb854 100%);
          -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
                  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          -webkit-transition: all 0.1s ease-in;
          transition: all 0.1s ease-in;
          position: relative; }
          .selectcampus--contents-list-item--area-btn-01::before {
            background: linear-gradient(-77deg, #3e9ae4 0%, #003a9f 100%);
            background-image: -webkit-gradient(linear, left top, left bottom, from(#56e190), color-stop(35.96%, #0cb854), to(#0cb854));
            background-image: linear-gradient(180deg, #56e190 0%, #0cb854 35.96%, #0cb854 100%); }
        .selectcampus--contents-list-item--area-btn-02 {
          background: #2a9ae8;
          background: linear-gradient(77deg, #2a9ae8 0%, #5abcdb 100%);
          background: -webkit-gradient(linear, left bottom, left top, from(#eba859), color-stop(58.62%, #eca10e), to(#eb9b0f));
          background: linear-gradient(0deg, #eba859 0%, #eca10e 58.62%, #eb9b0f 100%);
          -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
                  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
          .selectcampus--contents-list-item--area-btn-02::before {
            background: linear-gradient(-77deg, #2a9ae8 0%, #5abcdb 100%);
            background: -webkit-gradient(linear, left top, left bottom, from(#eba859), color-stop(58.62%, #eca10e), to(#eb9b0f));
            background: linear-gradient(180deg, #eba859 0%, #eca10e 58.62%, #eb9b0f 100%); }
  @media screen and (min-width: 750px) {
    .selectcampus--title h2 {
      width: 51.8rem;
      margin: 0 auto; } }

.md-footer {
  padding-bottom: 200px;
  font-size: 12px; }
  .md-footer-logo {
    width: 187px;
    margin: 0 auto 4rem; }
  @media screen and (min-width: 750px) {
    .md-footer {
      margin-top: 0;
      padding-top: 8rem;
      padding-bottom: 8rem; } }

.text > * {
  margin-bottom: 1em; }
  .text > *:last-child {
    margin-bottom: 0; }

.lp07-header {
  padding: 15px 18px;
  background-color: #fff; }
  @media screen and (min-width: 750px) {
    .lp07-header {
      padding: 15px 30px; } }
  .lp07-header .logo img {
    width: auto;
    height: 20px; }
    @media screen and (min-width: 750px) {
      .lp07-header .logo img {
        height: 37px; } }

.lp07-fixed-nav {
  position: fixed;
  z-index: 10; }
  @media screen and (max-width: 750px) {
    .lp07-fixed-nav {
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 9px 12px;
      background-color: #fff; } }
  @media screen and (min-width: 750px) {
    .lp07-fixed-nav {
      top: 130px;
      right: 0; } }
  .lp07-fixed-nav .fixed-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media screen and (min-width: 750px) {
      .lp07-fixed-nav .fixed-nav-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
    @media screen and (max-width: 750px) {
      .lp07-fixed-nav .fixed-nav-list li {
        min-width: 90px; }
        .lp07-fixed-nav .fixed-nav-list li + li {
          margin-left: 8px; } }
    @media screen and (min-width: 750px) {
      .lp07-fixed-nav .fixed-nav-list li:nth-child(1) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    @media screen and (min-width: 750px) {
      .lp07-fixed-nav .fixed-nav-list li:nth-child(2) {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
    .lp07-fixed-nav .fixed-nav-list li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 12px;
      color: #fff;
      letter-spacing: 0.1em;
      border-radius: 6px;
      -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 30, 96, 0.16));
              filter: drop-shadow(0px 3px 6px rgba(0, 30, 96, 0.16));
      -webkit-transition: 235ms ease;
      transition: 235ms ease; }
      @media screen and (max-width: 750px) {
        .lp07-fixed-nav .fixed-nav-list li a {
          height: 56px; } }
      @media screen and (min-width: 750px) {
        .lp07-fixed-nav .fixed-nav-list li a {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          width: 60px;
          min-height: 138px;
          padding: 19px 0;
          font-size: 14px;
          -webkit-writing-mode: vertical-rl;
              -ms-writing-mode: tb-rl;
                  writing-mode: vertical-rl;
          border-radius: 6px 0 0 6px; } }
      .lp07-fixed-nav .fixed-nav-list li a:hover {
        opacity: 0.8; }
      .lp07-fixed-nav .fixed-nav-list li a .icon {
        width: 24px;
        margin-bottom: 8px; }
        @media screen and (min-width: 750px) {
          .lp07-fixed-nav .fixed-nav-list li a .icon {
            margin-bottom: 8px !important; } }
      @media screen and (min-width: 750px) {
        .lp07-fixed-nav .fixed-nav-list li a .txt {
          width: 1em; } }
    .lp07-fixed-nav .fixed-nav-list li .nav-material {
      background: -webkit-gradient(linear, left top, left bottom, from(#6cd2fb), to(#0d7cd8));
      background: linear-gradient(#6cd2fb 0%, #0d7cd8 100%); }
      .lp07-fixed-nav .fixed-nav-list li .nav-material .icon {
        width: 22px;
        margin-bottom: 10px; }
    .lp07-fixed-nav .fixed-nav-list li .nav-line {
      background: -webkit-gradient(linear, left top, left bottom, from(#56e190), color-stop(50%, #0cb854), to(#0cb854));
      background: linear-gradient(#56e190 0%, #0cb854 50%, #0cb854 100%); }
      .lp07-fixed-nav .fixed-nav-list li .nav-line .icon {
        margin-bottom: 4px; }
    .lp07-fixed-nav .fixed-nav-list li .nav-opencampus {
      background: -webkit-gradient(linear, left top, left bottom, from(#eba859), color-stop(58.62%, #eca10e), to(#eb9b0f));
      background: linear-gradient(#eba859 0%, #eca10e 58.62%, #eb9b0f 100%); }
    .lp07-fixed-nav .fixed-nav-list .fixed-opencampus {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      @media screen and (min-width: 750px) {
        .lp07-fixed-nav .fixed-nav-list .fixed-opencampus {
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3; } }

.lp07-start {
  padding: 30px 0 80px; }
  @media screen and (min-width: 750px) {
    .lp07-start {
      padding: 60px 0 80px; } }
  .lp07-start__first {
    max-width: 811px;
    margin: 0 auto 80px;
    padding: 0 18px; }
    @media screen and (max-width: 750px) {
      .lp07-start__first {
        margin-top: -100px; } }
    @media screen and (min-width: 750px) {
      .lp07-start__first {
        margin-bottom: 80px;
        padding: 0; } }
    .lp07-start__first .image {
      margin: 0 0 40px; }
    .lp07-start__first .button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 18px; }
      .lp07-start__first .button a {
        display: block;
        max-width: 302px;
        -webkit-transition: 235ms ease;
        transition: 235ms ease; }
        @media screen and (min-width: 750px) {
          .lp07-start__first .button a {
            max-width: 542px; } }
        .lp07-start__first .button a:hover {
          opacity: 0.8; }
  .lp07-start__campus {
    margin: 0 18px 80px;
    padding: 20px 18px 32px;
    background: -webkit-gradient(linear, left top, right top, from(#dbf5ff), to(#88d4ff));
    background: linear-gradient(90deg, #dbf5ff 0%, #88d4ff 100%); }
    .lp07-start__campus .title {
      max-width: 274px;
      margin: 0 auto 14px; }
      @media screen and (min-width: 750px) {
        .lp07-start__campus .title {
          max-width: 424px; } }
    .lp07-start__campus .campus-list-wrap {
      max-width: 646px;
      margin: 0 auto;
      padding: 12px 42px;
      background-color: #fff;
      border-radius: 5px; }
    .lp07-start__campus .campus-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -10px;
      padding: 5px 0;
      list-style: none;
      line-height: 1;
      font-size: 12px;
      white-space: nowrap; }
      @media screen and (max-width: 750px) {
        .lp07-start__campus .campus-list {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media screen and (min-width: 750px) {
        .lp07-start__campus .campus-list {
          font-size: 16px; } }
      .lp07-start__campus .campus-list li {
        padding: 0 10px;
        border-left: 1px solid #000; }
        @media screen and (max-width: 750px) {
          .lp07-start__campus .campus-list li {
            margin-bottom: 10px; }
            .lp07-start__campus .campus-list li:nth-child(6) {
              border-left: 0; } }
        .lp07-start__campus .campus-list li:first-child {
          border-left: 0; }
    .lp07-start__campus .more {
      margin-top: 8px;
      text-align: center; }
      @media screen and (max-width: 750px) {
        .lp07-start__campus .more {
          margin-top: 0; } }
      .lp07-start__campus .more a {
        display: inline-block;
        font-weight: bold;
        font-size: 13px;
        color: #025bab; }
        @media screen and (min-width: 750px) {
          .lp07-start__campus .more a {
            font-size: 16px; } }
        .lp07-start__campus .more a:hover {
          opacity: 0.8; }
        .lp07-start__campus .more a:after {
          content: "";
          display: inline-block;
          margin-left: 0.5em;
          border-style: solid;
          border-width: 0.8em 0.5em 0;
          border-color: #025BAB transparent transparent; }
  .lp07-start__content {
    padding: 0 18px; }
    .lp07-start__content .image {
      max-width: 934px;
      margin: 0 auto 40px; }
    .lp07-start__content .button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 18px; }
      .lp07-start__content .button a {
        display: block;
        max-width: 302px;
        width: 100%;
        -webkit-transition: 235ms ease;
        transition: 235ms ease; }
        @media screen and (min-width: 750px) {
          .lp07-start__content .button a {
            max-width: 542px; } }
        .lp07-start__content .button a:hover {
          opacity: 0.8; }
  .lp07-start__image {
    margin-top: 80px;
    padding: 0 18px; }
  .lp07-start__image-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -9px; }
    @media screen and (min-width: 750px) {
      .lp07-start__image-container {
        margin: 0 -7px; } }
    .lp07-start__image-container > div {
      width: 50%;
      margin-bottom: 17px;
      padding: 0 9px; }
      @media screen and (min-width: 750px) {
        .lp07-start__image-container > div {
          width: 33.3332%;
          margin-bottom: 54px;
          padding: 0 7px; } }
      .lp07-start__image-container > div img {
        -webkit-filter: drop-shadow(0 0 30px rgba(0, 39, 74, 0.15));
                filter: drop-shadow(0 0 30px rgba(0, 39, 74, 0.15)); }

.lp07-reason-wrap {
  position: relative;
  padding: 118px 0 80px;
  background-color: #F5FCFF; }
  @media screen and (min-width: 750px) {
    .lp07-reason-wrap {
      padding: 198px 0 160px; } }
  .lp07-reason-wrap > .tri1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 79px; }
    @media screen and (min-width: 750px) {
      .lp07-reason-wrap > .tri1 {
        height: 118px; } }
    .lp07-reason-wrap > .tri1 img {
      display: block;
      max-width: none;
      width: 100%;
      height: 100%;
      -o-object-fit: fill;
         object-fit: fill; }

.lp07-reason {
  position: relative;
  margin-bottom: 80px;
  overflow: hidden; }
  .lp07-reason:last-child {
    margin-bottom: 0; }
  .lp07-reason .tri2,
  .lp07-reason .tri3,
  .lp07-reason .tri4 {
    position: absolute;
    display: none;
    height: 118px; }
    @media screen and (min-width: 750px) {
      .lp07-reason .tri2,
      .lp07-reason .tri3,
      .lp07-reason .tri4 {
        display: block; } }
    .lp07-reason .tri2 img,
    .lp07-reason .tri3 img,
    .lp07-reason .tri4 img {
      max-width: none;
      width: 100%;
      height: 100%; }
  .lp07-reason .tri2,
  .lp07-reason .tri4 {
    bottom: 70.8%;
    left: 50%;
    right: 0;
    -webkit-transform: rotateX(180deg) rotateY(180deg);
            transform: rotateX(180deg) rotateY(180deg); }
  .lp07-reason .tri3 {
    bottom: 62.7%;
    right: 50%;
    left: 0;
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg); }
  .lp07-reason .tri4 {
    bottom: 58.6%; }
  .lp07-reason .tri2 + .lp07-reason-content {
    max-width: 875px; }

.lp07-reason-content {
  position: relative;
  z-index: 1;
  max-width: 867px;
  margin: 0 auto; }

.lp07-voice {
  padding: 77px 18px 80px;
  background-color: #E9F3FC; }

.lp07-voice-tab__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0;
  padding: 0;
  list-style: none; }
  @media screen and (min-width: 750px) {
    .lp07-voice-tab__buttons {
      max-width: 560px; } }
  .lp07-voice-tab__buttons li {
    width: 50%; }
  .lp07-voice-tab__buttons a {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 60px;
    font-weight: bold;
    font-size: 15px;
    color: #075CC7;
    background-color: #C8DAEB;
    border-radius: 10px 10px 0 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: 235ms ease;
    transition: 235ms ease; }
    .lp07-voice-tab__buttons a:hover {
      opacity: 0.8; }
    .lp07-voice-tab__buttons a.current {
      pointer-events: none;
      cursor: none;
      color: #fff;
      background: -webkit-gradient(linear, left top, right top, from(#287ed5), to(#0c5392));
      background: linear-gradient(90deg, #287ed5 0%, #0c5392 100%);
      -webkit-transform: translateY(0);
              transform: translateY(0); }

.lp07-voice-tab__contents {
  position: relative; }

.lp07-voice-tab__tabwrap {
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 0;
  padding: 40px 18px;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: 350ms ease;
  transition: 350ms ease; }
  @media screen and (min-width: 750px) {
    .lp07-voice-tab__tabwrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .lp07-voice-tab__tabwrap.current {
    position: relative;
    z-index: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0); }

@media screen and (max-width: 750px) {
  .lp07-voice-tab__item {
    margin-bottom: 40px; }
    .lp07-voice-tab__item:last-child {
      margin-bottom: 0; } }

@media screen and (min-width: 750px) {
  .lp07-voice-tab__item {
    width: 33.3332%;
    padding: 0 25px; } }

.lp07-voice-tab__item .image {
  margin: 0 -18px 20px; }

.lp07-voice-tab__item .text {
  line-height: 2;
  font-size: 12px; }

.lp07-voice-tab__item .meta {
  text-align: right; }

.lp07-opencampus {
  position: relative;
  padding-bottom: 8rem; }
  @media screen and (min-width: 750px) {
    .lp07-opencampus {
      padding-top: 8rem; } }
  @media screen and (min-width: 750px) {
    .lp07-opencampus .area-container {
      width: 1046px; } }
  .lp07-opencampus h2 {
    margin-bottom: 8rem; }

.lp07-selectcampus {
  position: relative;
  background: #6cd2fb;
  background: linear-gradient(128deg, #6cd2fb 0%, #0d7cd8 100%);
  padding: 8rem 0; }
  .lp07-selectcampus--title {
    margin-bottom: 4rem; }
    @media screen and (min-width: 750px) {
      .lp07-selectcampus--title h2 {
        width: 51.8rem;
        margin: 0 auto; } }
    .lp07-selectcampus--title .lp07-selectcampus__fukidashi {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media screen and (max-width: 750px) {
        .lp07-selectcampus--title .lp07-selectcampus__fukidashi {
          margin-left: -15px;
          margin-right: -15px; } }
      .lp07-selectcampus--title .lp07-selectcampus__fukidashi img {
        max-width: 560px;
        -webkit-filter: drop-shadow(0 0 30px rgba(1, 25, 49, 0.2));
                filter: drop-shadow(0 0 30px rgba(1, 25, 49, 0.2)); }
    .lp07-selectcampus--title .lp07-selectcampus__heading {
      margin-bottom: 40px;
      width: auto;
      line-height: 1.6;
      font-weight: normal;
      font-size: 1.7rem;
      color: #fff;
      text-align: center; }
      @media screen and (min-width: 750px) {
        .lp07-selectcampus--title .lp07-selectcampus__heading {
          font-size: 3.5rem; } }
      .lp07-selectcampus--title .lp07-selectcampus__heading .large {
        font-weight: bold;
        font-size: 1.9rem; }
        @media screen and (min-width: 750px) {
          .lp07-selectcampus--title .lp07-selectcampus__heading .large {
            font-size: 4rem; } }
  .lp07-selectcampus--contents-list-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    background-image: url(../img/patern_bg_10.jpg);
    background-repeat: repeat;
    border: solid 1px #000;
    padding: 1.5rem 1rem;
    margin-bottom: 1.5rem; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .lp07-selectcampus--contents-list-item {
        -ms-flex-preferred-size: calc( (92% - ( 2rem * 2)) /3) !important;
            flex-basis: calc( (92% - ( 2rem * 2)) /3) !important; } }
    .lp07-selectcampus--contents-list-item::after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 0.8rem 0.8rem;
      border-color: transparent transparent #000 transparent;
      z-index: 1; }
    .lp07-selectcampus--contents-list-item--title {
      font-size: 1.5rem;
      line-height: 1.5;
      color: #1583da;
      text-align: center;
      margin-bottom: 0.8rem;
      font-weight: 700; }
    .lp07-selectcampus--contents-list-item--content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0%;
              flex: 1 1 0%;
      margin: 0 15px 15px; }
      @media (min-width: 750px) {
        .lp07-selectcampus--contents-list-item--content {
          min-height: 162px; } }
      .lp07-selectcampus--contents-list-item--content .image {
        width: 88px;
        margin-right: 10px; }
      .lp07-selectcampus--contents-list-item--content .text {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 0%;
                flex: 1 1 0%;
        line-height: 1.8;
        font-size: 10px; }
        .lp07-selectcampus--contents-list-item--content .text hr {
          height: 1px;
          background-color: #999;
          border: 0; }
    .lp07-selectcampus--contents-list-item--area {
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .lp07-selectcampus--contents-list-item--area-btn {
        position: relative;
        display: block;
        background-color: #2a9ae8;
        color: white;
        padding: 1.5rem 2.5rem 1.5rem 1.6rem;
        border-radius: 0.5rem;
        font-size: 1.2rem;
        margin-right: 1rem !important; }
        .lp07-selectcampus--contents-list-item--area-btn:nth-of-type(2n) {
          margin-right: 0 !important; }
        .lp07-selectcampus--contents-list-item--area-btn span {
          position: relative;
          z-index: 10; }
        .lp07-selectcampus--contents-list-item--area-btn::before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          width: 100%;
          height: 100%;
          background: #444;
          border-radius: 0.5rem;
          opacity: 0;
          z-index: 1;
          -webkit-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in; }
        .lp07-selectcampus--contents-list-item--area-btn::after {
          content: "";
          position: absolute;
          top: calc( 50% - 0.4rem);
          right: 0.8rem;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0.4rem 0 0.4rem 0.6rem;
          border-color: transparent transparent transparent #fff;
          z-index: 1; }
        .lp07-selectcampus--contents-list-item--area-btn:hover::before {
          opacity: 1; }
        .lp07-selectcampus--contents-list-item--area-btn-01 {
          background: #3e9ae4;
          background: linear-gradient(77deg, #3e9ae4 0%, #003a9f 100%);
          background-image: -webkit-gradient(linear, left bottom, left top, from(#56e190), color-stop(35.96%, #0cb854), to(#0cb854));
          background-image: linear-gradient(0deg, #56e190 0%, #0cb854 35.96%, #0cb854 100%);
          -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
                  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          -webkit-transition: all 0.1s ease-in;
          transition: all 0.1s ease-in;
          position: relative; }
          .lp07-selectcampus--contents-list-item--area-btn-01::before {
            background: linear-gradient(-77deg, #3e9ae4 0%, #003a9f 100%);
            background-image: -webkit-gradient(linear, left top, left bottom, from(#56e190), color-stop(35.96%, #0cb854), to(#0cb854));
            background-image: linear-gradient(180deg, #56e190 0%, #0cb854 35.96%, #0cb854 100%); }
        .lp07-selectcampus--contents-list-item--area-btn-02 {
          background: #2a9ae8;
          background: linear-gradient(77deg, #2a9ae8 0%, #5abcdb 100%);
          background: -webkit-gradient(linear, left bottom, left top, from(#eba859), color-stop(58.62%, #eca10e), to(#eb9b0f));
          background: linear-gradient(0deg, #eba859 0%, #eca10e 58.62%, #eb9b0f 100%);
          -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
                  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
          .lp07-selectcampus--contents-list-item--area-btn-02::before {
            background: linear-gradient(-77deg, #2a9ae8 0%, #5abcdb 100%);
            background: -webkit-gradient(linear, left top, left bottom, from(#eba859), color-stop(58.62%, #eca10e), to(#eb9b0f));
            background: linear-gradient(180deg, #eba859 0%, #eca10e 58.62%, #eb9b0f 100%); }

.lp07-selectcampus--contents-data {
  padding: 0 38px; }
  .lp07-selectcampus--contents-data .inner {
    position: relative;
    max-width: 580px;
    margin: 0 auto;
    padding: 48px 25px 26px;
    background-image: url(../img/patern_bg_10.jpg);
    background-color: #fff;
    border: 1px solid #090909; }
    @media screen and (min-width: 750px) {
      .lp07-selectcampus--contents-data .inner {
        padding: 38px 50px 26px; } }
    .lp07-selectcampus--contents-data .inner:after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      display: block;
      border-style: solid solid solid solid;
      border-width: 0 0 8px 7px;
      border-color: transparent transparent #000 transparent; }
      @media screen and (min-width: 750px) {
        .lp07-selectcampus--contents-data .inner:after {
          border-width: 0 0 9px 14px; } }
  .lp07-selectcampus--contents-data .image {
    float: left;
    width: 89px;
    margin-right: 10px; }
    @media screen and (min-width: 750px) {
      .lp07-selectcampus--contents-data .image {
        width: 100px; } }
  .lp07-selectcampus--contents-data .title {
    margin: 0 0 13px;
    font-size: 15px;
    color: #1583DA; }
    @media screen and (max-width: 750px) {
      .lp07-selectcampus--contents-data .title {
        position: absolute;
        top: 16px;
        left: 0;
        width: 100%;
        margin-bottom: 14px;
        text-align: center; } }
    @media screen and (min-width: 750px) {
      .lp07-selectcampus--contents-data .title {
        margin-left: 110px; } }
  .lp07-selectcampus--contents-data .address {
    margin: 0 0 8px;
    margin-left: 100px;
    line-height: 1.8;
    font-size: 9px; }
    @media screen and (max-width: 750px) {
      .lp07-selectcampus--contents-data .address {
        padding-bottom: 6px;
        border-bottom: 1px solid #707070; } }
    @media screen and (min-width: 750px) {
      .lp07-selectcampus--contents-data .address {
        margin-bottom: 30px;
        margin-left: 110px;
        font-size: 10px; } }
  .lp07-selectcampus--contents-data .course {
    margin: 0;
    margin-left: 100px;
    line-height: 1.8;
    font-size: 9px; }
    @media screen and (min-width: 750px) {
      .lp07-selectcampus--contents-data .course {
        width: 100%;
        margin-left: 0;
        font-size: 10px; } }
    .lp07-selectcampus--contents-data .course .course-title {
      margin: 0;
      font-weight: 400;
      font-size: 100%; }
      @media screen and (min-width: 750px) {
        .lp07-selectcampus--contents-data .course .course-title {
          margin-bottom: 14px;
          padding-bottom: 3px;
          border-bottom: 1px solid #707070; } }
    @media screen and (min-width: 750px) {
      .lp07-selectcampus--contents-data .course .course-list {
        -webkit-column-count: 3;
           -moz-column-count: 3;
                column-count: 3;
        -webkit-column-gap: 10px;
           -moz-column-gap: 10px;
                column-gap: 10px; } }
    .lp07-selectcampus--contents-data .course .course-list li {
      position: relative;
      padding-left: 1.2em; }
      @media screen and (min-width: 750px) {
        .lp07-selectcampus--contents-data .course .course-list li {
          page-break-inside: avoid;
          -webkit-column-break-inside: avoid;
             -moz-column-break-inside: avoid;
                  break-inside: avoid; } }
      @media screen and (max-width: 750px) {
        .lp07-selectcampus--contents-data .course .course-list li[data-nodot=false] {
          display: none; } }
      .lp07-selectcampus--contents-data .course .course-list li:not([data-nodot=false]):before {
        content: "";
        position: absolute;
        left: 0;
        top: calc(1em * 1.4 / 2);
        display: block;
        width: 4px;
        height: 4px;
        background-color: currentColor;
        border-radius: 6px; }
  .lp07-selectcampus--contents-data .links {
    margin: 14px 0 0; }
    .lp07-selectcampus--contents-data .links .links-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      @media screen and (max-width: 750px) {
        .lp07-selectcampus--contents-data .links .links-list li:nth-child(1), .lp07-selectcampus--contents-data .links .links-list li:nth-child(2) {
          width: calc(50% - 4px); } }
      @media screen and (min-width: 750px) {
        .lp07-selectcampus--contents-data .links .links-list li:nth-child(1), .lp07-selectcampus--contents-data .links .links-list li:nth-child(2) {
          width: 140px;
          margin-right: 8px; } }
      @media screen and (max-width: 750px) {
        .lp07-selectcampus--contents-data .links .links-list li:nth-child(2) {
          margin-left: 8px; } }
      @media screen and (max-width: 750px) {
        .lp07-selectcampus--contents-data .links .links-list li:nth-child(3) {
          width: 100%;
          margin-top: 9px; }
          .lp07-selectcampus--contents-data .links .links-list li:nth-child(3) a {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
      @media screen and (min-width: 750px) {
        .lp07-selectcampus--contents-data .links .links-list li:nth-child(3) {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; } }
      .lp07-selectcampus--contents-data .links .links-list a {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 40px;
        padding: 0 10px;
        font-size: 12px;
        color: #fff;
        border-radius: 6px;
        -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
                box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
        -webkit-transition: 235ms ease;
        transition: 235ms ease; }
        @media screen and (min-width: 750px) {
          .lp07-selectcampus--contents-data .links .links-list a {
            padding: 0 16px; } }
        .lp07-selectcampus--contents-data .links .links-list a:hover {
          opacity: .8; }
        .lp07-selectcampus--contents-data .links .links-list a .icon {
          width: 24px;
          margin-right: 7px; }
        .lp07-selectcampus--contents-data .links .links-list a .icon-right {
          position: absolute;
          right: 6px;
          width: 8px;
          height: 6px; }
          .lp07-selectcampus--contents-data .links .links-list a .icon-right svg {
            display: block;
            width: 100%;
            height: 100%; }
      .lp07-selectcampus--contents-data .links .links-list .link-material {
        background: -webkit-gradient(linear, left top, left bottom, from(#6cd2fb), to(#0d7cd8));
        background: linear-gradient(#6cd2fb 0%, #0d7cd8 100%); }
        .lp07-selectcampus--contents-data .links .links-list .link-material .icon {
          width: 22px; }
      .lp07-selectcampus--contents-data .links .links-list .link-line {
        background: -webkit-gradient(linear, left top, left bottom, from(#56e190), color-stop(35.96%, #0cb854), to(#0cb854));
        background: linear-gradient(#56e190 0%, #0cb854 35.96%, #0cb854 100%); }
      .lp07-selectcampus--contents-data .links .links-list .link-opencampus {
        background: -webkit-gradient(linear, left top, left bottom, from(#eba859), color-stop(58.62%, #eca10e), to(#eb9b0f));
        background: linear-gradient(#eba859 0%, #eca10e 58.62%, #eb9b0f 100%); }

.lp07-md-footer {
  padding: 6rem 0 2rem;
  padding-bottom: 120px;
  font-size: 12px;
  background-color: #f3f3f3; }
  @media screen and (min-width: 750px) {
    .lp07-md-footer {
      margin-top: 0;
      padding-top: 8rem;
      padding-bottom: 8rem; } }
  .lp07-md-footer .copyright {
    text-align: center; }

.lp07-md-footer-logo {
  width: 187px;
  margin: 0 auto 4rem; }

.lp07-md-topbtn {
  position: fixed;
  right: 5%;
  bottom: 38vw;
  z-index: 990;
  display: none; }
  .lp07-md-topbtn a {
    display: block;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: #2517DC;
    text-align: center;
    line-height: 3.8rem;
    color: #fff; }
    .lp07-md-topbtn a:hover {
      background-color: #fff500; }
      .lp07-md-topbtn a:hover i {
        color: #2517DC; }
  @media screen and (min-width: 750px) {
    .lp07-md-topbtn {
      bottom: 2rem;
      right: 1.5rem; } }
/*# sourceMappingURL=style.css.map */