@charset "UTF-8";

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: local("Oswald Bold"), url(../font/Oswald-Bold.woff2) format("woff2"), url(../font/Oswald-Bold.ttf) format("truetype")
}

.otf {
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif
}

.lead-otf {
  font-family: a-otf-midashi-mi-ma31-pr6n, serif;
  font-weight: 600;
  font-style: normal
}

.slider,
#carousel {
  display: none
}

.slider.slick-initialized,
#carousel.slick-initialized {
  display: block
}

.bg-black {
  background: #000
}

.modal__block {
  display: none
}

.pc-br {
  display: block;
}

.sp-br,
.fixed_btn {
  display: none
}

.bg__area--white {
  position: relative;
  z-index: 12;
  background: #fff
}

.movie__area--link {
  display: flex;
  justify-content: center;
  background: none;
  margin-top: 94px;
  padding: 0 20px
}

.movie__area--link a {
  width: auto;
  text-align: center
}

a {
  transition: all .1s;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a:hover,
a:hover img {
  opacity: .7
}

html {
  font-size: 62.5%
}

body {
  font-size: 1.6rem;
  letter-spacing: .1em;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400
}

.wrapper {
  overflow: hidden
}

header {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 555;
  transition: .5s;
  padding: 6px 0
}

.nav {
  display: flex;
  align-items: center;
  padding-top: 10px
}

.logo {
  margin-right: 5%;
  width: 16.48%
}

.nav__box--link {
  display: flex;
  align-items: center;
  /* width: 44.07%; */
  width: 53%;
}

.nav__box--link a {
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 1.6rem;
  padding: 0 8px;
  position: relative;
  display: block;
  padding-bottom: 4px
}

.oswald {
  font-family: 'Oswald', sans-serif
}

.nav__box--link a::before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 2px;
  background: #fff
}

.nav__box--link li:last-of-type a::after {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 2px;
  background: #fff
}

.right_btn_box {
  display: flex;
  width: 34.54%;
  justify-content: flex-end;
  align-items: center
}

.en_btn {
  font-size: 1.6rem
}

.btn__block {
  width: 153px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: -10px
}

.head__entry {
  display: block;
  width: 153px;
  padding: 20px 0 17px;
  border: 2px solid #fff;
  background: radial-gradient(#fffc03, #fdfa49);
  border-radius: 2px;
  text-align: center;
  font-weight: 700;
  color: #0d0d0d;
  letter-spacing: .1em;
  position: relative
}

.head__entry::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: -4px;
  bottom: 1px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #000;
  transform: rotate(-45deg)
}

.head__entry span {
  display: block;
  margin-top: 6px;
  color: #0d0d0d
}

main {
  position: relative
}

.main_visual__area {
  /* padding-top: 49.68%; */
  /* padding-top: 7.2%; */
  /* padding-top: 15.2%; */
  padding-top: 92px;
  height: 100%;
  position: relative;
  z-index: 8;
  width: 100%
}

.main::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100vh;
  /* background: url(../images/main_visual.jpg) no-repeat center; */
  /* background: url(../images/main_visual24-25.jpg) no-repeat center #919AC8; */
  background: url(../images/main_visual25-26.jpg) no-repeat center #199598;
  background-size: cover;
  pointer-events: none;
  z-index: 0;
  transition: .5s ease
}

.main::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 100vh;
  /* background: url(../images/main_visual24-25_dark.jpg) no-repeat center; */
  background: url(../images/main_visual25-26_dark.jpg) no-repeat center;
  background-size: cover;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  transition: .5s ease;
}

.main.isDark::after {
  opacity: 1;
}

.main_visual__logo {
  width: 50%;
  text-align: center;
  position: absolute;
  top: -6.4vw;
  /* top: 1.5%; */
  left: 50%;
  translate: -50% 0;
}

.main_visual__logo img {
  max-width: 100%;
  /* width: 100%; */
  height: auto;
}

.main_visual__biscon {
  position: absolute;
  top: calc(60vh);
  right: 64px;
}

.main_visual__biscon a:hover,
.main_visual__biscon a:hover img {
  opacity: .9;
}

.main_visual__biscon img {
  max-width: 320px;
  height: auto;
}

/* .start__element {
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto
} */
.start__element {
  /* max-width: 85%; */
  /* padding-bottom: 400px; */
  padding-bottom: 100vh;
  text-align: left;
  margin: 0 auto
}

.start__element #main_visual_splogo {
  max-width: 200px
}

.start__element h1 img {
  /* max-width: 700px */
  max-width: 570px;
}

.start__element_second {
  text-align: center;
  /* transform: translateY(-600px); */
  left: 0;
  right: 0;
  margin: 0 auto;
  /* padding-bottom: 1300px */
  padding-bottom: 320px
}

.start__element_second_text {
  max-width: 694px;
  text-align: justify;
  margin: auto;
  font-size: 3rem;
  /* font-size: 2.4rem; */
  color: #fff;
  line-height: 1.8;
  letter-spacing: .1em;
  /* width: 694px; */
}

.start__element_second_text+.start__element_second_text {
  margin-top: 1.5em;
}

.start__element_third {
  text-align: justify;
  transform: translateY(-200px);
  left: 0;
  right: 0;
  margin: 0 auto;
  /* padding-bottom: 3300px */
  padding-bottom: 100px
}

.start__element,
.start__element_second,
.start__element_third {
  left: 0 !important;
  right: 0 !important
}

.start__element {
  /* top: 50% !important;
  transform: translateY(-50%) */
}

.start__element_second {
  text-align: center;
  top: 830px !important
}

.start__element_third {
  text-align: center;
  top: 430px !important
}

/* .about__contens {
  top: -30px !important
} */

.about__contens {
  width: 100%;
  margin-top: -2px;
  padding-bottom: 100px;
  background: url(../images/about_txt_bg.jpg) repeat;
}


.second_text_marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #fdfb37, #fdfb37);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 30%;
  transition: all .7s ease-in-out
}

.second_text_marker.inview {
  background-size: 100% 30%;
  text-shadow: 0 2px 8px #1d1d1d
}

.third_text_marker {
  display: inline;
  position: relative;
  background-image: linear-gradient(90deg, #fdfb37, #fdfb37);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 30%;
  transition: all .7s ease-in-out
}

.third_text_marker.inview {
  background-size: 100% 30%;
  text-shadow: 0 2px 8px #1d1d1d
}

.panel__area {
  height: 0;
  position: relative;
  z-index: 11
}

.panel__logo {
  display: flex;
  flex-wrap: wrap;
  width: 968px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 3px solid #c9c9c9;
  padding: 40px;
  position: relative;
  top: -53px;
  border-radius: 3px
}

.panel__logo li {
  width: calc(100% / 4)
}

.grid-line-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -3px;
  background-image: linear-gradient(transparent 99.9%, rgba(0, 0, 0, .2) 5%), linear-gradient(90deg, transparent 99.9%, rgba(0, 0, 0, .2) 5%);
  background-size: 15%;
  background-repeat: repeat;
  background-position: center
}

.content__inner {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 5
}

h2 .h2inner {
  position: relative;
  font-size: 6rem;
  display: inline-block;
  color: #3c5cb5
}

h2 .h2inner::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  right: -128px;
  top: 50%;
  background: #0d0d0d;
  transform: translateY(-50%)
}

.sub-tit {
  font-size: 1.6rem;
  margin-top: 16px
}

.info-bg {
  z-index: 10;
  position: relative
}

.data__box {
  padding: 235px 0 72px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap
}

.data__box p {
  text-align: right;
  width: 100%;
  margin-bottom: 6px
}

.data__box ul {
  width: 575px;
  padding: 18px 10px 18px 36px;
  border: 3px solid #6d75c5;
  border-radius: 60px 0 0 60px;
  font-size: 1.5rem
}

.data__box ul li {
  display: flex;
  letter-spacing: .08em
}

.data__box ul li+li {
  margin-top: 8px;
}

.data__box ul li a {
  text-decoration: underline;
}

.new--red {
  color: #db0202;
  margin: 0 20px
}

.data__box ul li a {
  color: #000
}

.about {
  /* z-index: 6; */
  z-index: 7;
  position: relative;
  top: 0px !important
}

.about .inner--bg {
  /* padding: 74px 203px 175px; */
  /* height: 70vh; */
  overflow: hidden;
  position: relative
}

.about .inner--bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/about_vifro_fill.png) no-repeat center;
  background-size: cover;
  z-index: 3;
  opacity: .5
}

video {
  object-fit: cover;
  object-position: center;
  /* position: fixed; */
  /* position: absolute; */
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -100
}

.about h2 {
  margin-bottom: 35px;
  padding-top: 100px
}

.about h2 .h2inner {
  color: #fff
}

.about h2 .h2inner::after {
  background: #fff
}

.about__contens {
  color: #fff
}

.about__contens p {
  letter-spacing: .14em;
  line-height: 1.56
}

.about__contens p:first-of-type {
  margin-bottom: 32px
}

.main__logo__box__outer {
  padding-bottom: 94px
}

.main__logo__box__outer h3,
.adopted h3 {
  font-size: 2.4rem;
  text-align: center;
  position: relative;
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif
}

.adopted .is-mgn {
  margin-top: 56px;
}

.main__logo__box__outer h3 .txt-line,
.adopted h3 .txt-line {
  content: "";
  margin: 24px auto 27px;
  display: block;
  width: 54px;
  height: 3px;
  background: #000
}

.main__logo__box__outer li,
.adopted li,
.main__logo__box__outer a,
.adopted a {
  color: #000;
  font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif
}

.adopted-content {
  display: none;
  padding-bottom: 64px;
}

.adopted-content.is-pad0 {
  padding-bottom: 0;
}

.adopted-title:hover {
  cursor: pointer
}

.adopted-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 2px;
  transform: rotate(90deg);
  background: #a2a2a2;
  transition: all .3s ease-in-out
}

.adopted-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 2px;
  background: #a2a2a2;
  transition: all .2s ease-in-out
}

.adopted-title.open::before {
  transform: rotate(130deg)
}

.adopted-title.open::after {
  transform: rotate(225deg)
}


.main__logo__box__outer article {
  padding-top: 80px
}

.main__logo__box__outer article:nth-of-type(2) {
  padding-top: 160px
}

.main__logo__box__outer article:nth-of-type(3) {
  padding-top: 140px
}

.main__logo__box__outer article a figure figcaption {
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  bottom: -1.4rem;
  letter-spacing: 0;
  margin-block-start: 5px;
}

.main__logo__box__outer article li {
  position: relative
}

.main__logo__box__outer article a figure {
  text-align: center
}

.main__logo__box--flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap
}

.main__logo__box--flex li {
  width: calc(100% / 4)
}

.main__logo__box--flex li:nth-of-type(n+5) {
  margin-top: 86px
}

.sponsor__logo__box--flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}

.sponsor__logo__box--flex li {
  display: flex;
  justify-content: center;
  flex: 0 1 calc(100% / 3);
  /* width: calc(100% / 4) */
  /* width: calc(100% / 4) */
}

.sponsor__logo__box--flex li a {
  display: flex;
  justify-content: center;
  text-align: center;
}

/* .sponsor__logo__box--flex li:first-of-type figure {
  padding-left: 150px
}

.sponsor__logo__box--flex li:nth-of-type(3) figure {
  padding-right: 150px
} */

.sponsor__logo__box--flex li:nth-of-type(n+4) {
  /* flex: 0 1 auto;
  margin-left: 24px;
  margin-right: 24px; */
  /* flex: 0 1 calc(100% / 3); */
  /* width: calc(100% / 3); */
  margin-top: 54px
}

.cooperation__logo__box--flex {
  display: flex;
  gap: 40px 0;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.cooperation__logo__box--flex li {
  display: flex;
  justify-content: center;
  flex: 0 1 calc(100% / 3);
}

.cooperation__logo__box--flex li a {
  display: flex;
  justify-content: center;
  text-align: center;
}

.cooperation__logo__box--flex li figcaption {
  margin-top: 10px;
}

.about__outer {
  padding: 47px 0
}

.about__outer .demoday--link {
  text-align: center;
  position: relative;
  z-index: 5;
  margin-top: 80px
}

.about__outer.bg--gray {
  background: #f8f8f8
}

.adopted__logo__box--flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 0;
  justify-content: space-between
}

.adopted__logo__box--flex.is-center {
  justify-content: center;
}

.adopted__logo__box--flex a figure figcaption,
.adopted__logo__box--flex .is-nosite figure figcaption {
  margin-top: 10px;
  line-height: 1.3;
  height: 20px
}

.adopted__logo__box--flex a figure figcaption .old {
  font-size: 1.2rem;
  line-height: 1.5
}

.adopted__logo__box--flex li {
  width: calc(100% / 3)
}

.adopted__logo__box--flex.is-col3 li {
  width: calc(100% / 3) !important;
}

.adopted__logo__box--flex li:nth-of-type(n+4) {
  margin-top: 32px;
  padding: 0 8px;
}

.adopted__logo__box--flex li:nth-of-type(n+8) {
  margin-top: 32px
}

.adopted__logo__box--flex li:nth-of-type(4) {
  width: 30%
}

.adopted__logo__box--flex li:nth-of-type(n+5) {
  width: calc(70% / 3)
}


.adopted-2024-2025 .adopted__logo__box--flex {
  gap: 40px;
  margin-top: 32px;
  align-items: stretch;
}

.adopted-2024-2025 .adopted__logo__box--flex li {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

/* .adopted-2024-2025 .adopted__logo__box--flex a img {
  width: auto;
  height: 96px;
} */

.adopted-2024-2025 li:nth-of-type(1),
.adopted-2024-2025 li:nth-of-type(2),
.adopted-2024-2025 li:nth-of-type(3),
.adopted-2024-2025 li:nth-of-type(4) {
  width: calc(90% / 2)
}

.adopted-2024-2025 li:nth-of-type(5),
.adopted-2024-2025 li:nth-of-type(6),
.adopted-2024-2025 li:nth-of-type(7) {
  width: calc(90% / 3)
}

.adopted-2024-2025 li:nth-of-type(3),
.adopted-2024-2025 li:nth-of-type(4),
.adopted-2024-2025 li:nth-of-type(5),
.adopted-2024-2025 li:nth-of-type(6),
.adopted-2024-2025 li:nth-of-type(7) {
  margin-top: 0;
}


.adopted h3::after {
  margin-bottom: 36px
}

.adopted__logo__box--flex figure {
  text-align: center
}

.adopted-2019-2020 li:nth-of-type(n+4) {
  margin-top: 42px
}

.adopted-2019-2020 li:nth-of-type(n+8) {
  margin-top: 50px
}

.adopted-2018-2019 li:first-of-type {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start
}

.adopted-2018-2019 li:first-of-type a {
  margin-right: 64px
}

.adopted-2018-2019 li:nth-of-type(2) {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start
}

.adopted-2018-2019 li {
  width: calc(100% / 2)
}

.adopted-2018-2019 .adopted__logo__box--flex {
  justify-content: center
}

.adopted-2018-2019 li:nth-of-type(n+3) {
  margin-top: 63px;
  width: calc(100% / 3)
}

.adopted-2018-2019 li:nth-of-type(n+6) {
  margin-top: 50px;
  width: calc(100% / 4)
}

.adopted-2018-2019 li:nth-of-type(n+10) {
  margin-top: 65px
}

.adopted-2017-2018 li:nth-of-type(n+4) {
  margin-top: 50px
}

.adopted-2017-2018 li:nth-of-type(n+8) {
  margin-top: 42px
}

.support {
  padding-top: 86px;
  background-color: #fff;
}

.support h2 {
  margin-bottom: 55px
}

.support__box--flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.variable__box {
  position: relative;
  width: calc(50% - 1px);
  background: #3c5cb5
}

.variable__box::after {
  content: attr(data-text);
  position: absolute;
  right: 1.6rem;
  top: -3.3rem;
  font-size: 6rem;
  font-family: "oswald", sans-serif;
  color: #ccc
}

.support__items {
  padding: 16px 0 35px;
  margin: 0 auto;
  width: calc(100% - 40px);
  color: #fff;
  letter-spacing: .14em;
  top: 16px;
  left: 20px;
  right: 20px;
  bottom: 35px
}

.variable__box:nth-of-type(n+3) {
  margin-top: 2px
}

.support__items h3 {
  display: flex;
  align-items: flex-start;
  font-size: 2.4rem;
  line-height: 1.25
}

.supTit__inner {
  padding-top: 23px
}

.support__items h3 img {
  margin-right: 22px;
  margin-bottom: 20px
}

.support__items p {
  line-height: 1.56;
  font-family: kozuka-gothic-pr6n, sans-serif
}

/* 24-25更新分にて追加 */
.flowsupport__flow {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 16px;
}

.flowsupport__flow img {
  max-width: 100%;
  height: auto;
}

.flowsupport__box--item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #D2DDFB;
}

.flowsupport__box--item:not(:first-child) {
  padding-top: 32px;
}

.flowsupport__box--item h3 {
  flex: 0 0 auto;
  position: relative;
}

.flowsupport__box--item h3::before {
  display: block;
  content: '';
  width: 44px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
}

.flowsupport__box--item h3 img {
  border-radius: 4px;
}

.flowsupport__box--item:nth-child(1) h3::before {
  background-image: url(../images/num01.svg);
}

.flowsupport__box--item:nth-child(2) h3::before {
  background-image: url(../images/num02.svg);
}

.flowsupport__box--item:nth-child(3) h3::before {
  background-image: url(../images/num03.svg);
}


.flowsupport__box--inner {
  flex: 0 1 auto;
}


.flowsupport__box--inner p {
  flex: 0 1 auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
}

.flowsupport__box--inner .flowsupport__box--notice {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 1em;
  font-size: 16px;
  line-height: 2;
  color: #626161;
}


.introduction {
  padding-top: 130px;
  letter-spacing: .14em;
  line-height: 1.56
}

.introduction .lead-text {
  margin: 46px 0 67px;
  color: #d10a0a;
  text-indent: -1.6rem;
  padding-left: 1.6rem;
  font-weight: 700
}

/* 24-25追加分 */
.intro_btn {
  display: flex;
  justify-content: center;
  width: 427px;
  margin-left: auto;
  translate: 0 -80%;
  margin-bottom: 24px;
}

.intro_btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 44px;
  font-size: 16px;
  font-weight: 700;
  color: #3D4D9F;
  border-radius: 50px;
  border: 2px solid #3D4D9F;
  background-color: #fff;
}


.resource,
.expectations {
  position: relative
}

.resource span,
.expectations span {
  z-index: 5;
  display: block;
  position: relative
}

.resource::before {
  content: "";
  background: url(../images/intro_resource.png) no-repeat;
  top: -10px;
  left: 15px;
  position: absolute;
  z-index: 1;
  height: 60px;
  width: 50%;
  background-size: 100%
}

.expectations::before {
  content: "";
  background: url(../images/intro_expectations.png) no-repeat;
  top: -10px;
  right: 15px;
  position: absolute;
  z-index: 1;
  height: 60px;
  width: 122.77%;
  background-size: 100%
}

.slick__items {
  padding: 8px 18px 48px 24px;
  width: 1080px;
  letter-spacing: 0;
  float: none !important
}

.slick__items .items__01 {
  margin-bottom: 66px
}

.items__01 .indent {
  padding-left: 1.6rem;
  text-indent: -1.6rem
}

.slick__items figure {
  display: block;
  text-align: right;
  margin-bottom: 57px
}

.slick__items figure img {
  display: inline
}

.slick__items h3 {
  font-size: 4.8rem
}

.slick__items .items__02 {
  display: flex;
  justify-content: flex-end
}

.slick__items .items__inner {
  width: 672px
}

.slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1
}

.prev-arrow {
  left: calc(50% - 605px)
}

.next-arrow {
  right: calc(50% - 605px)
}

#slider .slick-slide:not(.slick-current) {
  position: relative
}

#slider .slick-slide:not(.slick-current)::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgb(0 0 0 / 49%);
  z-index: 6
}

.slick-slider .slick-track {
  display: flex
}

div.slick-slide {
  height: auto
}

#thumbnail-list {
  color: #000;
  font-weight: 700;
  font-size: 1.4rem;
  margin-top: 55px;
  display: flex;
  justify-content: center
}

#thumbnail-list li {
  padding: 0 12px;
  position: relative;
  border-left: 2px solid #161616
}

#thumbnail-list li:hover {
  cursor: pointer
}

#thumbnail-list li:last-of-type {
  border-right: 2px solid #161616
}

#thumbnail-list .slick-current {
  color: #c3c3c3;
  width: auto !important
}

#thumbnail-list .slick-slide:not(.slick-current)::before {
  display: none
}

#thumbnail-list .slick-slide:not(.slick-current) {
  opacity: .7;
  width: auto !important
}

.thumbnail-current {
  color: #c3c3c3
}

.schedule {
  padding-top: 95px
}

.schedule .sub-tit {
  margin-bottom: 30px
}

.schedule__box--flex {
  display: flex
}

.schedule__box__items {
  width: calc(100% / 7);
  background: #999;
  margin-right: 2px;
  padding: 30px 2px 25px 5px;
  position: relative;
  letter-spacing: 0;
  text-align: left;
  color: #fff;
  box-shadow: 1px 0 4px rgb(0 0 0 / 32%);
  margin-bottom: 2.78%
}

.schedule__box__items::before {
  content: url(../images/schedule_arrow01.png);
  display: block;
  position: absolute;
  right: -17px;
  top: 23px;
  z-index: 3
}

.schedule__box__items:nth-of-type(2)::before {
  content: url(../images/schedule_arrow02.png)
}

.schedule__box__items:nth-of-type(3)::before {
  content: url(../images/schedule_arrow03.png)
}

.schedule__box__items:nth-of-type(4)::before {
  content: url(../images/schedule_arrow04.png)
}

.schedule__box__items:nth-of-type(5)::before {
  content: url(../images/schedule_arrow05.png)
}

.schedule__box__items:nth-of-type(6)::before {
  content: url(../images/schedule_arrow06.png)
}

.schedule__box__items:nth-of-type(7)::before {
  display: none
}

.schedule__box__items:nth-of-type(1) {
  background: #60c5e3
}

.schedule__box__items:nth-of-type(2) {
  background: #50bdd4
}

.schedule__box__items:nth-of-type(3) {
  background: #51a8d5
}

.schedule__box__items:nth-of-type(4) {
  background: #4a9acd
}

.schedule__box__items:nth-of-type(5) {
  background: #458ac5
}

.schedule__box__items:nth-of-type(6) {
  padding-top: 18px;
  background: #447bbb
}

.schedule__box__items:nth-of-type(7) {
  padding-top: 18px;
  background: #c49e59
}

.white--underline {
  text-align: center;
  margin-bottom: 12px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff
}

.schedule__box__items:nth-of-type(6) .white--underline,
.schedule__box__items:nth-of-type(7) .white--underline {
  padding-bottom: 10px
}

.schedule__box__items p {
  line-height: 1.56
}

.schedule__box__items:last-of-type {
  margin-right: 0
}

.red__area li {
  color: #d10a0a;
  font-weight: 700
}

.red__area li:nth-of-type(2) {
  margin: 10px 0
}

.carousel {
  padding-top: 120px
}

#carousel .slick-slide img {
  width: 100%
}

.entry {
  /* padding: 60px 0 5.56%; */
  padding: 60px 0 240px;
  background: #3e5bab;
  background: #3e5bab url(../images/entry_bg.jpg) no-repeat center bottom;
  z-index: 12
}

.entry .h2inner,
.entry .sub-tit {
  color: #fff
}

.entry h2 .h2inner::after {
  background: #fff
}

.entry__box--flex {
  margin-top: 3.15%;
  display: flex;
  align-items: center;
  margin-bottom: 7.04%;
  letter-spacing: 0
}

.entry__box--flex .entry__imtes {
  margin-right: 2.78%;
  width: calc(100% / 4);
  background: #fff;
  border-radius: 50%;
  position: relative;
  padding-top: 23.5%
}

.entry__box--flex .entry__imtes:hover {
  cursor: pointer
}

.entry__box--flex .entry__imtes:last-of-type {
  margin-right: 0
}

.entry__box--flex .entry__imtes p {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700
}

.entry__box--flex .entry__imtes span {
  font-size: 1.6rem;
  color: #50bdd4;
  margin-top: 9.6%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 26.8%;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-weight: 700
}

.entry__btn {
  width: 634px;
  margin: 0 auto
}

.entry .indent {
  text-indent: -1.6rem;
  padding-right: 1.4rem;
  margin-left: 16px;
  margin-bottom: 14px;
  font-size: 1.4rem
}

.entry .indent:last-of-type {
  margin-bottom: 0
}

.entry__btn a {
  display: block;
  padding: 28px 0;
  background: #fbf93e;
  border-radius: 30px;
  text-align: center;
  font-size: 2.4rem;
  color: #000
}

/* 230831 追加 */

.entry .inner-list {
  padding-left: 24px;
  margin-top: 8px;
  counter-reset: num;
}

.entry .inner-list li {
  display: grid;
  gap: 8px;
  grid-template-columns: auto 1fr;
  /* text-indent: 0; */
  /* font-size: 1.2rem */
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: calc(28 / 16);
  letter-spacing: 0.02em;
}

.entry .inner-list li::before {
  counter-increment: num;
  content: counter(num) ".";
  width: auto;
  height: auto;
  margin-top: 0;
  background: none;
}

.entry__column {
  padding: 64px 40px;
  margin-top: 56px;
  background-color: #C2D3FF;
}

.entry__column+.entry__column {
  margin-top: 32px;
}

.entry__tit {
  font-size: 2.4rem;
  font-weight: 700;
  color: #3E5BAB;
  padding: 10px 16px;
  margin-bottom: 32px;
  border-left: 8px solid #3E5BAB;
}

.entry__list li {
  display: grid;
  gap: 12px;
  grid-template-columns: auto 1fr;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: calc(28 / 16);
  letter-spacing: 0.02em;
}

.entry__list li+li {
  margin-top: 16px;
}

.entry__list li::before {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  margin-top: 8px;
  border-radius: 50%;
  background-color: #3E5BAB;
}

.entry__txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: calc(28 / 16);
  letter-spacing: 0.02em;
  margin-bottom: 32px;
}

/* ▲▲▲ */

.modal__block {
  width: 1000px;
  line-height: 1.3;
  letter-spacing: .1em;
  color: #fff
}

.modal-tit {
  margin-top: 3%;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 3%
}

.modal__block .indent {
  text-indent: -1.6rem;
  padding-right: 1.4rem;
  margin-bottom: 14px;
  font-size: 1.4rem
}

.modal__block .indent:last-of-type {
  margin-bottom: 0
}

.modal__block .inner-list {
  padding-left: 1.2rem;
  list-style: decimal outside;
}

.modal__block .inner-list li {
  font-size: 1.2rem
}

div.fancybox-content {
  background: transparent
}

div.fancybox-slide--html .fancybox-close-small {
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%
}

.faq {
  padding: 108px 0 110px
}

.faq .sub-tit {
  margin-bottom: 30px
}

.faq .outline {
  border-bottom: 1px solid #a2a2a2;
  letter-spacing: 0
}

.faq h4,
.faq .accordion-content p {
  display: flex;
  align-items: center;
  font-size: 1.8rem
}

.faq .accordion-content p {
  align-items: flex-start
}

.faq h4 span,
.faq .answer {
  display: block;
  padding: 7px 16px 10px;
  background: #e9e9e9;
  margin-right: 16px
}

.faq .answer {
  background: none;
  color: red;
  padding-top: 0
}

.faq .accordion-container {
  background: #fff
}

.faq .accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 30px 0;
  font-size: 1.25em;
  font-weight: 400;
  cursor: pointer;
  padding-right: 8.33%;
  line-height: 1.3
}

.faq .accordion-title.open {
  border: none
}

.faq .accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 18px;
  height: 2px;
  transform: rotate(90deg);
  background: #a2a2a2;
  transition: all .3s ease-in-out
}

.faq .accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 18px;
  height: 2px;
  background: #a2a2a2;
  transition: all .2s ease-in-out
}

.faq .accordion-container .accordion-title.open::before {
  transform: rotate(130deg)
}

.faq .accordion-container .accordion-title.open::after {
  transform: rotate(225deg)
}

.faq .accordion-content {
  display: none;
  padding-bottom: 32px;
  width: calc(100% - 8.33%);
  line-height: 1.66
}

.faq .accordion-content a {
  color: red;
  font-weight: 700;
  text-decoration: underline
}

.faq .accordion-container {
  width: 1080px;
  margin: 0 auto;
  padding: 42px 36px;
  border: 1px solid #3c5cb5
}

.contact {
  color: #fff;
  padding: 120px 0 118px;
  background: url(../images/contact_bg.jpg) no-repeat center;
  background-size: cover
}

.contact .content__inner {
  width: 825px;
  margin: 0 auto
}

.contact h2 .h2inner {
  color: #fff
}

.contact h2 .h2inner::after {
  background: #fff
}

.contact .lead-text {
  margin-top: 25px;
  line-height: 1.56
}

.contact .contact_btn {
  width: 825px;
  margin: 40px auto 0;
  background: transparent;
  border: 2px solid #fff;
  position: relative
}

.contact .contact_btn a {
  padding: 23px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.8rem;
  text-align: center;
  color: #fff
}

.contact .contact_btn a img {
  display: inline-block;
  margin-left: 10px
}

.bold {
  font-weight: 700;
  font-size: 1.8rem
}

.company--list {
  padding: 132px 0 90px
}

.company--list--flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

.company--list--flex img {
  display: block
}

.company--list--flex article {
  width: 19.81%;
  margin-right: 20px
}

.company--list--flex article:nth-of-type(4),
.company--list--flex article:nth-of-type(8) {
  margin-right: 0
}

.company--list--flex article:nth-of-type(n+5) {
  margin-top: 50px
}

.company--list--flex ul {
  margin-top: 14px;
  letter-spacing: 0
}

.company--list--flex ul li {
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 10px
}

.company--list--flex ul li a {
  color: #1ea5aa;
  text-decoration: underline
}

footer.bg__area--white {
  background: #303030;
  padding: 30px 0 32px;
  border-bottom: 8px solid #fff;
  color: #fff;
  z-index: 12
}

.sns__area {
  width: 800px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: center
}

.line-share {
  width: 83px
}

.twetter-share {
  background: #1d9bf0
}

.foot__contents--flex {
  display: flex
}

.sns__area .sns_items {
  margin-right: 20px
}

.sns__area .note:last-of-type {
  margin-right: 0
}

.facebook_area {
  margin-right: 6.2%
}

.facebook_area iframe {
  max-width: 370px
}

.foot__contents {
  line-height: 1.87;
  letter-spacing: 0
}

.margin--top--bottom {
  margin: 30px 0
}

.copy-right {
  text-align: center;
  margin-top: 60px;
  font-size: 1.4rem;
  letter-spacing: 0
}

.pagetop {
  visibility: hidden;
  opacity: 0;
  transition: .3s ease-out;
  position: fixed;
  right: 15px;
  bottom: 60px;
  border: 1px solid #fff;
  border-radius: 2px;
  z-index: 444
}

.pagetop.show {
  visibility: visible;
  opacity: 1
}

.pagetop a {
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #303030;
  line-height: 50px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 50px
}

.en_btn {
  margin-right: 2rem;
  display: flex;
  align-items: center
}

.honyaku {
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem
}

a.gflag {
  color: #fff !important;
  font-weight: 700
}

a.gflag img {
  margin-right: 4px;
  display: block
}

.variable__box {
  /* opacity: 0 */
  opacity: 1
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

/* .variable__box.variable__anime01.fadeIn {
  animation: fadeIn .5s cubic-bezier(.33, 1, .68, 1) 0s forwards
}

.variable__box.variable__anime02.fadeIn {
  animation: fadeIn .5s cubic-bezier(.33, 1, .68, 1) .3s forwards
}

.variable__box.variable__anime03.fadeIn {
  animation: fadeIn .5s cubic-bezier(.33, 1, .68, 1) .6s forwards
}

.variable__box.variable__anime04.fadeIn {
  animation: fadeIn .5s cubic-bezier(.33, 1, .68, 1) .9s forwards
} */

.main_visual__area.isAnimate::before {
  z-index: 6
}

.about.isAnimate {
  z-index: 9
}