@charset "UTF-8";
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

@media screen and (max-width: 768px) {
  body {
    width: 100vw;
    overflow-x: hidden;
    position: relative;
  }
}

@media screen and (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 998;
  background: #A1C31E;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  #header {
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 961px) {
  #header .sp-menu {
    display: none;
  }
  #header .menu-contents {
    display: none;
  }
}
#header .header-inner {
  max-width: 1000px;
  margin: auto;
  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;
  height: 80px;
}
@media screen and (max-width: 960px) {
  #header .header-inner {
    width: 55%;
    height: initial;
    margin: initial;
    padding: 20px 0% 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 480px) {
  #header .header-inner {
    width: 239px;
  }
}
#header .header-inner .header-logo {
  margin-right: 2rem;
  a {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  #header .header-inner .header-logo {
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
  #header .hdr-contents.pc {
    display: none !important;
  }
}
#header .hdr-contents.pc .hdr-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .hdr-contents.pc .hdr-nav .nav-list {
  height: 80px;
  width: 100px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #fff;
  position: relative;
}
#header .hdr-contents.pc .hdr-nav .nav-list:last-child {
  border-right: 1px solid #fff;
}
#header .hdr-contents.pc .hdr-nav .nav-list.adjust {
  padding-right: 15px;
}
#header .hdr-contents.pc .hdr-nav .nav-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 3px solid #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#header .hdr-contents.pc .hdr-nav .nav-list:hover::after {
  opacity: 0.8;
}
#header .hdr-contents.pc .hdr-nav .nav-list a {
  color: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 13px;
}
#header .hdr-contents.pc .hdr-nav .nav-list a:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 34px;
  right: 9px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
#header .hdr-contents.pc .hdr-nav .nav-list a.adjust::before {
  right: 0;
}
#header .hdr-contents.pc .hdr-nav .nav-list.access a::before {
  content: none;
}
#header .hdr-contents.pc .hdr-nav .nav-list.h-active {
  background-color: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 960px) {
  .sp-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding-top: 1vw;
  }
  .menu-contents {
    display: none;
    padding: 86px 17px 0;
  }
  .menu-contents.open {
    background: #000;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100vh;
    text-align: center;
    opacity: 1;
    z-index: 2;
    opacity: 1;
  }
  .menu-contents .sp-menu-logo {
    position: absolute;
    top: 13px;
    left: -1vw;
  }
  .menu-contents .sp-menu-logo img {
    width: 90%;
  }
  .menu-contents .sp-wh-ttl {
    position: absolute;
    top: 55px;
    left: 10px;
    font-size: 10px;
    background: #fff;
    color: #000;
    padding: 7px;
    border-radius: 0 0 10px 10px;
  }
  .menu-contents .menu-list {
    width: 78%;
    margin: auto;
  }
  .menu-contents .menu-list:after {
    content: "";
    width: 100vw;
    height: 1px;
    display: inline-block;
    background-color: #fff;
    position: absolute;
    top: 54px;
    margin-left: -50%;
  }
  .menu-contents .menu-list .menu-item {
    text-align: left;
    color: #fff;
    font-size: 15px;
    padding: 1rem 0;
    border-bottom: 1px solid #707070;
  }
  .menu-contents .menu-list .menu-item:last-child {
    border-bottom: none;
  }
  .menu-contents .menu-list .menu-item.center {
    text-align: center;
  }
  .menu-contents .menu-list .menu-item.center a {
    position: relative;
  }
  .menu-contents .menu-list .menu-item.center a:before, .menu-contents .menu-list .menu-item.center a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .menu-contents .menu-list .menu-item.center a:before {
    right: -18px;
    width: 13px;
    height: 1px;
    background: #fff;
  }
  .menu-contents .menu-list .menu-item.center a:after {
    right: -18px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 480px) {
  .sp-menu {
    padding-top: 2vw;
  }
  .menu-contents .sp-menu-logo {
    position: absolute;
    top: 13px;
    left: 10px;
  }
  .menu-contents .sp-menu-logo img {
    width: 239px;
  }
  .menu-contents .menu-list::after {
    top: 46px;
  }
  .menu-contents .sp-wh-ttl {
    top: 46px;
  }
}
.openbtn {
  position: relative;
  cursor: pointer;
  width: 25px;
  height: 25px;
  border-radius: 5px;
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  height: 2px;
  border-radius: 2px;
  background: #fff;
}

.openbtn span:nth-of-type(1) {
  top: 0;
  right: 0;
  width: 100%;
}

.openbtn span:nth-of-type(2) {
  top: 9px;
  right: 0;
  width: 100%;
}

.openbtn span:nth-of-type(3) {
  top: 18px;
  right: 0;
  width: 100%;
}

.openbtn.active {
  z-index: 999;
}

.openbtn.active span:nth-of-type(1) {
  top: 5px;
  left: 0;
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
  width: 100%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 5px;
  left: 0;
  -webkit-transform: translateX(0) rotate(-45deg);
          transform: translateX(0) rotate(-45deg);
}

#footer {
  position: relative;
  background: #A1C31E;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 15px 0;
  }
}
#footer .ftr-contents {
  text-align: center;
}
#footer .ftr-contents-wrapper {
  position: relative;
  display: flex;
  margin-bottom: 1.5rem;
  justify-content: center;
  padding-left: 134px;
}
@media screen and (max-width: 768px) {
  #footer .ftr-contents-wrapper {
    padding-left: 0;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-bottom: 1rem;
  }
}
#footer .ftr-contents .img-logo-college {
  position: relative;
  left: 60px;
}
@media screen and (max-width: 960px) {
  #footer .ftr-contents .img-logo-college {
    left: 30px;
  }
}
@media screen and (max-width: 768px) {
  #footer .ftr-contents .img-logo {
    width: 250px;
  }
  #footer .ftr-contents .img-logo-college {
    width: 150px;
    left: 0;
  }
}
#footer .ftr-contents .ftr-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-bottom: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #footer .ftr-contents .ftr-link {
    margin-bottom: 1rem;
  }
}
#footer .ftr-contents .ftr-link li {
  position: relative;
  color: #fff;
  padding-right: 13px;
  font-size: 12px;
}
#footer .ftr-contents .ftr-link li:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  background: #fff;
  width: 1px;
  height: 86%;
}
#footer .ftr-contents .ftr-link li:last-child::before {
  content: none;
}
#footer #copyright {
  text-align: center;
  color: #fff;
}
#footer #copyright .copyright {
  font-size: 12px;
  font-weight: 200;
}
@media screen and (max-width: 768px) {
  #footer #copyright .copyright {
    font-size: 8px;
  }
}

.bg_parts_05 {
  background-image: url("/themes/innovation/f_venture/images/common/parts_05.svg");
  width: 285px;
  height: 285px;
  position: absolute;
  top: -178%;
  left: 8%;
  -webkit-animation: brightness-02 3s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: brightness-02 3s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media screen and (max-width: 768px) {
  .bg_parts_05 {
    background-image: url("/themes/innovation/f_venture/images/common/parts_05_sp.svg");
    width: 186px;
    height: 186px;
    top: -184%;
    left: 26%;
  }
}

@-webkit-keyframes brightness-02 {
  0%, 100% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%); /* 初期の明るさ */
  }
  40% {
    -webkit-filter: brightness(150%);
            filter: brightness(150%); /* 明るくする場合は、値を大きくしてください */
  }
  80% {
    -webkit-filter: brightness(30%);
            filter: brightness(30%); /* 暗くする場合は、値を小さくしてください */
  }
}

@keyframes brightness-02 {
  0%, 100% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%); /* 初期の明るさ */
  }
  40% {
    -webkit-filter: brightness(150%);
            filter: brightness(150%); /* 明るくする場合は、値を大きくしてください */
  }
  80% {
    -webkit-filter: brightness(30%);
            filter: brightness(30%); /* 暗くする場合は、値を小さくしてください */
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  letter-spacing: 0.08em;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

a:hover {
  opacity: 0.6;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.center {
  text-align: center;
  margin: auto;
}

.bg-green {
  background: #62B122;
}

.blue {
  background: #3DADDB;
}

.grn {
  background: #A1C31E;
}

.en {
  font-family: "Roboto", sans-serif;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

.slide-left {
  opacity: 0;
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.slide-right {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
          transform: translate(20px, 0);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.slide-bottom {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.scroll {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.zoom {
  opacity: 0;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.zoom.zoom-in {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* ---------------------------------------------------------
#contents
--------------------------------------------------------- */
@media screen and (max-width: 960px) {
  #contents {
    margin-top: 45px;
  }
}

.contents-inner {
  overflow: hidden;
}

/* ---------------------------------------------------------
.mv-wrap
--------------------------------------------------------- */
.mv-wrap {
  padding-top: 80px;
}
@media screen and (max-width: 960px) {
  .mv-wrap {
    padding-top: 0;
    margin-bottom: 30px;
  }
}
.mv-wrap .mv-inner {
  position: relative;
}
.mv-wrap .mv-inner .mv-wh-ttl {
  position: absolute;
  top: -2px;
  font-size: 13px;
  left: 12vw;
  background: #fff;
  color: #A1C31E;
  padding: 10px;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 960px) {
  .mv-wrap .mv-inner .mv-wh-ttl {
    font-size: 10px;
    left: 10px;
    padding: 8px;
  }
}
.mv-wrap .mv-inner .mv-ttl {
  position: absolute;
  top: 8vw;
  left: 12vw;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mv-wrap .mv-inner .mv-ttl {
    top: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .mv-wrap .mv-inner .mv-ttl {
    width: 95.8vw;
    top: 16vw;
    left: 3%;
  }
}
.mv-wrap .mv-inner .mv-ttl p {
  font-size: min(2.5vw, 24px);
  margin-bottom: 1vw;
}
@media screen and (max-width: 767px) {
  .mv-wrap .mv-inner .mv-ttl p {
    font-size: 14px;
    margin-bottom: 3vw;
  }
}
.mv-wrap .mv-inner .mv-ttl h2 {
  font-size: min(5vw, 66px);
  margin-bottom: 1.8vw;
  line-height: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mv-wrap .mv-inner .mv-ttl h2 {
    font-size: 40px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .mv-wrap .mv-inner .mv-ttl h2 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 4vw;
  }
}
.mv-wrap .mv-inner .mv-ttl h2 span {
  font-weight: bold;
}
.mv-wrap .mv-inner .mv-ttl .txt {
  font-size: 17px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .mv-wrap .mv-inner .mv-ttl .txt {
    font-size: 12px;
    line-height: 20px;
  }
}

@-webkit-keyframes color-change {
  0%, 100% {
    color: #fff;
  }
  50% {
    color: #3DADDB;
  }
}

@keyframes color-change {
  0%, 100% {
    color: #fff;
  }
  50% {
    color: #3DADDB;
  }
}
.mv-arrow::before {
  content: "";
  width: 1.3vw;
  height: 1.3vw;
  border-top: solid 5px;
  border-right: solid 5px;
  position: absolute;
  left: 49.2%;
  bottom: 7%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-animation: color-change 3s linear infinite;
          animation: color-change 3s linear infinite;
}
@media screen and (max-width: 767px) {
  .mv-arrow::before {
    width: 3vw;
    height: 3vw;
    border-top: solid 3px;
    border-right: solid 3px;
    left: 47%;
    bottom: 6%;
  }
}

.second .mv-wrap {
  background: #A1C31E;
}
.second .mv-wrap .mv-inner {
  height: 250px;
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .second .mv-wrap .mv-inner {
    height: 130px;
    padding: 0 10px;
  }
}
.second .mv-wrap .mv-inner .mv-wh-ttl {
  position: initial;
  width: 250px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .second .mv-wrap .mv-inner .mv-wh-ttl {
    width: 56%;
    padding: 7px 2px;
  }
}
.second .mv-wrap .mv-ttl {
  gap: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: initial;
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .second .mv-wrap .mv-ttl {
    display: block;
    height: 130px;
    margin-top: 29px;
  }
}
.second .mv-wrap .mv-ttl h2 {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .second .mv-wrap .mv-ttl h2 {
    line-height: 20px;
  }
}
.second .mv-wrap .mv-ttl h2.small {
  font-weight: initial;
  font-size: 27px;
}
@media screen and (max-width: 767px) {
  .second .mv-wrap .mv-ttl h2.small {
    font-size: 16px;
  }
}

/* ---------------------------------------------------------
section
--------------------------------------------------------- */
section {
  padding: 100px 20px 70px;
}
@media screen and (max-width: 767px) {
  section {
    padding: 30px 10px;
  }
}

.section-inner {
  max-width: 1000px;
  margin: auto;
}
.section-inner h2 {
  font-size: 51px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .section-inner h2 {
    font-size: 35px;
  }
}
.section-inner .sub-ttl {
  font-size: 13px;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .section-inner .sub-ttl {
    margin-bottom: 1.8rem;
    line-height: 22px;
  }
}

.btn-item {
  border-radius: 100px;
  border: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  max-width: 400px;
  width: 400px;
  padding: 18px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  text-decoration: none;
  margin: 30px auto;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 3px;
  z-index: 100;
}
.btn-item.big {
  max-width: 560px;
  width: 100%;
  position: relative;
  .arrow {
    right: -60px;
  }
}
@media screen and (max-width: 767px) {
  .btn-item {
    width: 237px;
    font-size: 14px;
    padding: 13px 14px;
  }
  .btn-item.big {
    max-width: 340px;
    letter-spacing: 0;
    .arrow {
      right: -34px;
    }
  }
}
@media screen and (max-width: 360px) {
  .btn-item.big {
    max-width: 300px;
    .arrow {
      right: -14px;
    }
  }
}
.btn-item:hover .arrow {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-item:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 69px;
  height: 100%;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #A1C31E;
}
@media screen and (max-width: 767px) {
  .btn-item:before {
    width: 45px;
  }
}
.btn-item .arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  right: -134px;
}
@media screen and (max-width: 767px) {
  .btn-item .arrow {
    right: -78px;
  }
}
@media screen and (max-width: 480px) {
  .btn-item .arrow {
    right: -70px;
  }
}
.btn-item .arrow:before, .btn-item .arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.btn-item .arrow:before {
  width: 18px;
  height: 2px;
  background: #fff;
}
.btn-item .arrow:after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .btn-item .arrow:after {
    width: 8px;
    height: 8px;
  }
}

/* ---------------------------------------------------------
#notice
--------------------------------------------------------- */
#notice {
  position: relative;
}
@media screen and (max-width: 767px) {
  #notice {
    padding-top: 50px;
    margin-top: -50px;
    padding-bottom: 60px;
  }
}
#notice .bg_parts_01 {
  background-image: url("/themes/innovation/f_venture/images/common/parts_01.svg");
  width: 219px;
  height: 219px;
  position: absolute;
  top: -12%;
  left: 4%;
  -webkit-animation: brightness-01 3s cubic-bezier(0.4, 0, 0.2, 1) infinite;
          animation: brightness-01 3s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@media screen and (max-width: 767px) {
  #notice .bg_parts_01 {
    background-image: none;
  }
}
#notice .bg_parts_02 {
  background-image: url("/themes/innovation/f_venture/images/common/parts_02.svg");
  width: 725px;
  height: 725px;
  position: absolute;
  top: -15%;
  right: -28%;
  -webkit-animation: 50s linear infinite rotation1;
          animation: 50s linear infinite rotation1;
}
@media screen and (max-width: 767px) {
  #notice .bg_parts_02 {
    background-image: url("/themes/innovation/f_venture/images/common/parts_02_sp.svg");
    width: 427px;
    height: 427px;
    right: -73%;
  }
}
#notice .bg_parts_03 {
  background-image: url("/themes/innovation/f_venture/images/common/parts_03.svg");
  width: 175px;
  height: 175px;
  position: absolute;
  bottom: -13%;
  left: 21%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #notice .bg_parts_03 {
    left: -23%;
  }
}
#notice .notice-list {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  #notice .notice-list {
    margin-bottom: 2rem;
  }
}
#notice .notice-list .notice-item {
  margin: 0 6px;
}
@media screen and (max-width: 767px) {
  #notice .notice-list .notice-item {
    width: 280px;
  }
}
#notice .notice-list .notice-item .date {
  margin-bottom: 0.6rem;
  font-size: 13px;
}
#notice .notice-list .notice-item img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 238px;
  margin-bottom: 1rem;
  border: 1px solid #ddd;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #notice .notice-list .notice-item img {
    height: 150px;
  }
}
.top-notice-list {
  max-width: 800px;
  margin: 0 auto 3rem;
}
.top-notice-item {
  border-bottom: 1px solid #3DADDB;
  line-height: 1.5;
  a {
    display: flex;
    gap: 20px;
    padding: 15px 0;
  }
  .date {
    width: 100px;
    flex-shrink: 0;
  }
  h3 {
    text-decoration: underline;
  }
}
.top-notice-item:first-child {
  a {
    padding: 0 0 15px;
  }
}
#notice .notice-list .notice-item h3 {
  font-size: 13px;
  line-height: 20px;
}

@-webkit-keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes brightness-01 {
  0%, 100% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  40% {
    -webkit-filter: brightness(170%);
            filter: brightness(170%);
  }
  80% {
    -webkit-filter: brightness(20%);
            filter: brightness(20%);
  }
}
@keyframes brightness-01 {
  0%, 100% {
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
  }
  40% {
    -webkit-filter: brightness(170%);
            filter: brightness(170%);
  }
  80% {
    -webkit-filter: brightness(20%);
            filter: brightness(20%);
  }
}
.bg_parts_03:hover {
  -webkit-animation: shake 0.5s ease-in-out infinite;
          animation: shake 0.5s ease-in-out infinite;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  75% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  75% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.bg_parts_04:hover {
  -webkit-animation: rotateOnce 0.5s linear forwards;
          animation: rotateOnce 0.5s linear forwards;
}

@-webkit-keyframes rotateOnce {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateOnce {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* ---------------------------------------------------------
slick
--------------------------------------------------------- */
.slick-prev, .slick-next {
  width: 74px !important;
  height: 74px !important;
  border-radius: 50% !important;
  color: #FFF !important;
  background-color: rgba(220, 234, 248, 0.8) !important; /* 透明度0.5 */
  z-index: 1;
  top: 41% !important;
}
@media screen and (max-width: 767px) {
  .slick-prev, .slick-next {
    width: 40px !important;
    height: 40px !important;
  }
}

.slick-prev {
  left: -33px !important;
}
@media screen and (max-width: 767px) {
  .slick-prev {
    left: -8px !important;
  }
}

.slick-next {
  right: -33px !important;
}
@media screen and (max-width: 767px) {
  .slick-next {
    right: -8px !important;
  }
}

.slick-next::after, .slick-prev::after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
}
@media screen and (max-width: 767px) {
  .slick-next::after, .slick-prev::after {
    width: 10px;
    height: 10px;
  }
}

.slick-next::before, .slick-next::after, .slick-prev::before, .slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.slick-next::after {
  right: 32px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .slick-next::after {
    right: 16px;
  }
}

.slick-prev::after {
  left: 32px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .slick-prev::after {
    left: 16px;
  }
}

/* ---------------------------------------------------------
#support
--------------------------------------------------------- */
#support {
  position: relative;
  background: #F0ECE3;
}
@media screen and (max-width: 767px) {
  #support {
    padding-top: 50px;
    margin-top: -50px;
    padding-bottom: 10px;
  }
}
#support .bg_parts_04 {
  background-image: url("/themes/innovation/f_venture/images/common/parts_04.svg");
  width: 183px;
  height: 183px;
  position: absolute;
  bottom: -5%;
  right: 8%;
}
@media screen and (max-width: 767px) {
  #support .bg_parts_04 {
    background-image: none;
  }
}
#support .section-inner .txt {
  text-align: center;
  line-height: 30px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  #support .section-inner .txt {
    font-size: 13px;
    line-height: 22px;
  }
}
.startup {
  margin-bottom: 3rem;
}
.startup-ttl {
  width: 591px;
}

.startup .pc-flex {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .startup .pc-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .startup .pc-flex .idea.item {
    position: relative;
  }
  .startup .pc-flex .idea.item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    margin: 0 1.2rem;
    width: 1px;
    height: 100%;
    border-left: 1px dashed black;
  }
}
.startup .item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .startup .item {
    width: 100%;
  }
}
.startup .item p {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .startup .item p {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .startup .item .item-img {
    width: 107px;
  }
}
.startup .bg-txt {
  font-size: 27px;
  color: #fff;
  text-align: center;
  padding: 14px;
  margin-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .startup .bg-txt {
    font-size: 13px;
  }
}
.startup .bg-txt.small {
  font-size: 20px;
  width: 56%;
  margin: auto;
  padding: 8px;
}
@media screen and (max-width: 767px) {
  .startup .bg-txt.small {
    font-size: 13px;
  }
}
.startup .bg-txt.last {
  width: 38%;
  margin: 16px auto;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .startup .bg-txt.last {
    width: 201px;
  }
}
.startup .bg-txt.first {
  position: relative;
}
@media screen and (max-width: 767px) {
  .startup .bg-txt.first {
    width: 280px;
    margin: 0 auto 20px;
    padding: 9px;
  }
}
.startup .bg-txt.first:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 1;
}
.startup .stage {
  padding-bottom: 15px;
  border-bottom: 1px dashed;
  margin-bottom: 30px;
}
.startup .item img {
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .startup .arrow-down img {
    width: 18px;
  }
}

@media screen and (max-width: 767px) {
  #idea, #study {
    padding-top: 50px;
    margin-top: -50px;
  }
}

/* ---------------------------------------------------------
#contact
--------------------------------------------------------- */
#contact {
  position: relative;
}
@media screen and (max-width: 767px) {
  #contact .btn-item {
    width: 237px;
  }
}
#contact .btn-item .arrow {
  right: -71px;
}
@media screen and (max-width: 767px) {
  #contact .btn-item .arrow {
    right: -25px;
  }
}

/* ---------------------------------------------------------
.pagetop
--------------------------------------------------------- */
.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #F0ECE3;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 5px;
    bottom: 6px;
  }
}
.pagetop:hover {
  opacity: 0.8;
}
.pagetop__arrow {
  position: relative;
}
.pagetop__arrow:before, .pagetop__arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.pagetop__arrow:before {
  left: 50%;
  width: 3px;
  height: 21px;
  background: #9EB609;
  top: 3px;
}
.pagetop__arrow:after {
  top: -4px;
  left: -5px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #9EB609;
  border-right: 3px solid #9EB609;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mv-startup {
  .mv-inner {
    .mv-ttl {
      h2 {
        font-size: min(4.44vw, 64px);
        font-weight: bold;
        letter-spacing: 0;
      }
      .txt {
        font-size: 18px;
        line-height: 1.8;
      }
      .btn {
        display: inline-block;
        margin-top: 14px;
        font-size: 16px;
        padding: 15px 62px 15px 20px;
        color: #000;
        background-color: #fff;
        border-radius: 10px;
        line-height: 1;
        background-image: url(/themes/innovation/f_venture/images/common/icon_pdf.svg);
        background-repeat: no-repeat;
        background-position: right 18px center;
        background-size: 26px auto;
        border: 2px solid #fff;
        &:hover {
          background-color: #BED671;
        }
      }
    }
  }
  .mv-arrow {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mv-startup {
    .mv-inner {
      .mv-ttl {
        padding: 0 3%;
        left: 0;
        width: 100%;
        height: calc(100% - 16vw);
        box-sizing: border-box;
        h2 {
          font-size: min(8.2vw, 32px);
          font-weight: bold;
          letter-spacing: 0;
        }
        .txt {
          font-size: min(3vw, 12px);
        }
        .btn {
          margin-top: min(11vw, 43px);
          width: 100%;
          font-size: min(3vw, 12px);
          display: block;
          padding: 13px min(12.8vw,50px) 13px min(5.1vw,20px);
        }
      }
    }
  }
}
.startup-apply {
  background-color: #F0ECE3;
}
.startup-company {
  h2 {
    font-size: 42px;
  }
}
.startup-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.startup-item {
  a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 10px 20px;
    height: 100%;
    transition: box-shadow 300ms;
  }
  a:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    opacity: 1;
    .body {
      color: #E15E9D;
    }
    .thumb {
      img {
        transform: scale(1.06);
      }
    }
  }
  .thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 170px;
    padding: 5px;
    aspect-ratio: 1/1;
    margin-bottom: 15px;
    overflow: hidden;
    box-sizing: border-box;
    img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  .body {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid #D9D9D9;
    padding-top: 10px;
    gap: 10px;
    align-items: center;
    transition: color 300ms;
  }
  .ttl {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
  }
  .url {
    font-size: 12px;
    line-height: 1.2;
    word-break: break-all;
  }
}
@media screen and (max-width: 860px) {
  .startup-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .startup-company {
    h2 {
      font-size: min(7.19vw, 28px);
    }
  }
}
@media screen and (max-width: 680px) {
  .startup-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .startup-item {
    width: calc(50% - 5px);
    .thumb {
      max-width: 128px;
      width: 100%;
      height: auto;
      padding: 0;
    }
    a:hover {
      box-shadow: none;
      opacity: 1;
      .body {
        color: #000;
      }
      .thumb {
        img {
          transform: scale(1);
        }
      }
    }
  }
}
.startup-apply {
  h2 {
    font-size: 42px;
  }
  .ttl {
    position: relative;
    display: flex;
    background-color: #A1C31E;
    min-height: 55px;
    align-items: center;
    font-size: 27px;
    padding-left: 65px;
    color: #fff;
    font-weight: 400;
    margin-top: 50px;
    margin-bottom: 30px;
    .icon {
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 55px;
      height: 100%;
      flex-shrink: 0;
      background-color: #8BAC0C;
    }
  }
  .list-decimal {
    padding: 0 20px;
    counter-reset: my-counter;
    li {
      position: relative;
      padding-left: 30px;
      line-height: 1.8;
    }
    li:before {
      position: absolute;
      top: 5px;
      left: 0;
      content: counter(my-counter);
      counter-increment: my-counter;
      border: 1px solid #000;
      border-radius: 50%;
      width: 18px;
      height: 18px;
      font-size: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
    }
  }
  .txt {
    padding: 0 20px;
    line-height: 1.8;
  }
  .btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .btn {
    display: block;
    margin-bottom: 30px;
    border-style: solid;
    border: 1px solid #E15E9D;
    border-radius: 10px;
    min-width: 300px;
    text-align: center;
  }
  .btn:last-child {
    margin-bottom: 0;
  }
  .btn-pink {
    background-color: #E15E9D;
    padding: 11px 0;
    color: #fff;
  }
  .btn-white {
    background-color: #fff;
    padding: 11px 0;
    color: #E15E9D;
  }
  .btn[target="_blank"] {
    background-repeat: no-repeat;
    background-position: right 10px center;
  }
  .btn-pink[target="_blank"] {
    background-image: url(/themes/innovation/f_venture/images/common/icon_blank_white.svg);
  }
  .btn-white[target="_blank"] {
    background-image: url(/themes/innovation/f_venture/images/common/icon_blank_pink.svg);
  }
}

@media screen and (max-width: 767px) {
  .startup-apply {
    padding-top: 50px;
    h2 {
      font-size: min(7.19vw, 28px);
    }
    .ttl {
      min-height: 40px;
      font-size: 16px;
      padding-left: 50px;
      margin-bottom: 20px;
      .icon {
        width: 40px;
        height: 40px;
        padding: 6px;
      }
    }
    .list-decimal {
      font-size: 13px;
      padding: 0 10px;
      li {
        padding-left: 22px;
      }
      li:before {
        top: 3px;
        font-size: 10px;
        width: 15px;
        height: 15px;
      }
    }
    .txt {
      font-size: 13px;
      padding: 0 10px;;
    }
  }
}
.startup-footer {
  padding: 50px 0;
  background-color: #F0ECE3;
  line-height: 1.8;

  .txt {
    margin-bottom: 10px;
  }
  .list {
    margin-bottom: 10px;
    li {
      padding-left: 1.3em;
    text-indent: -1.3em;
    }
  }
}
@media screen and (max-width: 767px) {
  .startup-footer {
    padding: 20px 10px;
    font-size: 12px;
  }
}