@charset"utf-8";

.sp__nav,
.sp_logo-nav,
.sp-cuuntry {
  display: none
}

@media all and (max-width:1080px) {
  a.gflag img {
    display: block !important
  }

  .honyaku {
    color: #3c3c3c;
    font-size: 2rem
  }

  .pc__nav {
    display: none
  }

  .sp__nav,
  .sp_logo-nav,
  .sp-cuuntry {
    display: block;
    right: 100px
  }

  .sp_logo-nav {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 10px
  }

  html {
    font-size: 56.5%
  }

  .content__inner {
    width: 100%;
    padding: 0 40px
  }

  .start__element {
    /* padding-bottom: 300px; */
    padding-bottom: 100vh;
  }

  .start__element h1 {
    width: 90%;
    margin: 0 auto
  }

  .btn__block {
    margin-top: 0;
    padding: 8px 0
  }

  /* .main::before {
    display: none
  }

  .main::after {
    display: none
  } */

  .main_visual__logo {
    width: 70%;
    top: 0;
    z-index: 5;
  }

  .main_visual__biscon {
    width: 200px;
    top: calc(56vh + 8px);
    right: calc(50% - 100px);
    z-index: 5;
  }

  .main_visual__biscon img {
    max-width: 100%;
  }

  .main_visual__area {
    /* padding-top: 22%; */
    padding-top: 45px;
  }

  .main_visual__area.bg__area--white {
    background-position: center 70px
  }

  .panel__logo {
    width: 89.63%
  }

  .about .inner--bg {
    height: auto;
    padding: 72.85% 0 0
  }

  .data__box {
    padding: 21.76% 40px 6.67%
  }

  .panel__logo {
    bottom: -130px
  }

  .main__logo__box--flex li {
    padding: 0 20px
  }

  .main__logo__box--flex li:last-of-type img {
    max-width: 60%
  }

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

  .main__logo__box__outer article:nth-of-type(2) {
    padding-top: 14.81%
  }

  .slick__items {
    width: 768px;
    overflow: hidden
  }

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

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

  #thumbnail-list {
    flex-wrap: wrap
  }

  #thumbnail-list li {
    width: calc(100% / 4);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
  }

  #thumbnail-list li:nth-of-type(n+5) {
    margin-top: 2%
  }

  #thumbnail-list li:nth-of-type(4) {
    border-right: 2px solid #161616
  }

  .expectations::before {
    width: 100%
  }

  .faq .accordion-container {
    width: 100%;
    padding: 0 40px
  }

  .contact .contact_btn {
    width: 100%
  }

  header {
    height: 70px;
    background: #fff
  }

  .nav__box--link {
    display: block
  }

  .nav__box--link a::before {
    display: none;
    color: #fff
  }

  .sp_logo a {
    direction: block;
    padding: 0 30px
  }

  .hamburger {
    display: block;
    position: fixed;
    z-index: 3;
    right: 13px;
    top: 14px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    border: none
  }

  .hamburger.active {
    border: 1px solid #fff
  }

  .hamburger span {
    display: block;
    position: absolute;
    width: 25px;
    height: 3px;
    left: 7px;
    background: #555;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
  }

  .hamburger span:nth-child(1) {
    top: 8px
  }

  .hamburger span:nth-child(2) {
    top: 15px
  }

  .hamburger span:nth-child(3) {
    top: 23px
  }

  .hamburger.active span:nth-child(1) {
    top: 19px;
    left: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 19px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff
  }

  nav.globalMenuSp {
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    color: #000;
    background: #fff;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.1s ease-in-out;
    width: 322px;
    padding-top: 70px;
    background: transparent;
    box-shadow: -2px -9px 12px #00000030
  }

  nav.globalMenuSp::before {
    content: "";
    position: absolute;
    opacity: .92;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../images/peturn_spmenu.png)
  }

  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 0;
    width: 100%
  }

  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 1rem 30px;
    width: 100%
  }

  nav.globalMenuSp ul li:first-of-type {
    margin-top: 20px
  }

  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none
  }

  nav.globalMenuSp ul li a:hover {
    color: #828282
  }

  nav.globalMenuSp ul li a {
    display: block;
    font-size: 2.4rem;
    color: #fff;
    text-decoration: none;
    text-align: left;
    border-bottom: 2px solid #fff;
    padding-bottom: 14px
  }

  .nav__box--link li:last-of-type a::after {
    display: none
  }

  nav.globalMenuSp.active {
    right: 322px
  }

  .fixed_btn {
    display: block
  }

  .fixed_btn {
    transition: .3s ease-in-out;
    position: fixed;
    line-height: 47px;
    background: #efeb58;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font-family: "a-otf-midashi-go-mb31-pr6n", sans-serif;
    font-size: 2rem;
    z-index: 12;
    background: linear-gradient(to top, #f1eb3a, #efeb5c)
  }

  .fixed_btn a {
    color: #000;
    display: block
  }

  .pagetop {
    bottom: 90px
  }

  .sp-cuuntry {
    position: absolute;
    right: 100px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center
  }
}

@media all and (max-width:900px) {
  header .content__inner {
    padding: 0
  }

  .main_visual__area.bg__area--white {
    padding-top: 70.68%
  }

  .sponsor__logo__box--flex {
    justify-content: space-around
  }

  .cooperation__logo__box--flex {
    gap: 40px 0;
  }

  .sponsor__logo__box--flex li,
  .cooperation__logo__box--flex li {
    flex: 0 1 calc(100% / 2);
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    /* width: calc(100% / 2) */
  }


  .sponsor__logo__box--flex li {
    margin-bottom: 20px;
  }


  .sponsor__logo__box--flex li:nth-of-type(n+3) {
    margin-top: 54px
  }

  /* .cooperation__logo__box--flex li:nth-of-type(n+3) {
    margin-top: 54px
  } */

  .sponsor__logo__box--flex li:first-of-type figure,
  .sponsor__logo__box--flex li:nth-of-type(3) figure {
    padding: 0
  }

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

  .adopted-2020-2021 .adopted__logo__box--flex li:nth-of-type(n+3) {
    margin-top: 24px
  }

  .adopted__logo__box--flex {
    align-items: flex-end;
    justify-content: space-around
  }

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

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

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

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

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

  .adopted-2019-2020 .adopted__logo__box--flex li:nth-of-type(n+3) {
    margin-top: 54px
  }

  .adopted-2018-2019 li:nth-of-type(n+3) {
    width: calc(100% / 2)
  }

  .support__items h3 {
    font-size: 1.8rem;
    line-height: 1.6
  }

  .support__items h3 img {
    width: 63px
  }

  .supTit__inner {
    padding-top: 2%
  }

  .support__items p {
    font-size: 1.4rem
  }

  .variable__box::after {
    font-size: 4rem;
    top: -2.2rem
  }

  .slick__items {
    width: 650px
  }

  .slide-arrow {
    /* top: auto; */
    bottom: -100px
  }

  .prev-arrow {
    left: 4px
      /* left: 20% */
  }

  .next-arrow {
    right: 4px
      /* right: 20% */
  }

  #thumbnail-list {
    margin-top: 100px
  }

  .expectations::before {
    width: 80%
  }

  .schedule__box--flex {
    flex-wrap: wrap
  }

  .schedule__box__items {
    width: calc((100% / 4) - 6px)
  }

  .entry {
    /* padding-bottom: 0; */
    padding-bottom: 140px;
    background-size: 100%;
    position: relative
  }

  .entry__box--flex .entry__imtes p {
    font-size: 1.8rem
  }

  .entry__box--flex .entry__imtes span {
    font-size: 1.2rem
  }

  .entry__btn {
    /* width: calc(100% - 20px); */
    width: 100%;
    position: relative;
    /* top: 100px */
  }

  .entry__btn a {
    background: linear-gradient(to top, #f1eb3a, #efeb5c);
    line-height: 81px;
    padding: 0;
    font-size: 2rem;
    border-radius: 50px
  }


  .faq {
    padding-top: 137px
  }

  .contact .content__inner {
    width: 76.39%
  }

  .contact .contact_btn {
    width: 100%
  }

  .sns__area {
    width: 100%
  }

  .foot__contents--flex {
    flex-wrap: wrap
  }

  .facebook_area {
    margin-right: 0;
    width: 100%
  }

  .facebook_area iframe {
    margin: 0 auto
  }
}

@media all and (max-width:768px) {
  .sp-br {
    display: block
  }

  .pc-br {
    display: none;
  }

  header {
    background: rgb(255 255 255 / 87%)
  }

  .main__logo__box__outer article a figure figcaption {
    margin-top: 20px
  }

  h2 .h2inner {
    font-size: 4.8rem
  }

  h2 .h2inner::after {
    transform: translateY(0%);
    top: calc(50% + 6px);
    right: -115px
  }

  .main__logo__box--flex li:last-of-type img {
    /* max-width: 100% */
    max-width: 60%
  }

  .sponsor__logo__box--flex li:nth-of-type(n+3),
  .cooperation__logo__box--flex li:nth-of-type(n+3) {
    margin-top: 0
  }

  .main__logo__box__outer article {
    padding-bottom: 80px
  }

  .main_visual__area::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /* background: url(../images/main_visual_sp24-25.jpg) no-repeat center #919AC8; */
    background: url(../images/main_visual_sp25-26.jpg) no-repeat center #199598;
    background-size: cover;
    pointer-events: none;
  }

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

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


  .sponsor__logo__box {
    /* padding: 40px 10px !important; */
    /* background: #f8f8f8 */
  }

  .main__logo__box__outer article:nth-of-type(2) {
    padding-bottom: 45px
  }

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

  /* .cooperation__logo__box .cooperation__logo__box--flex a figure figcaption {
    margin-top: 0
  } */

  /* .cooperation__logo__box .cooperation__logo__box--flex li:nth-of-type(n+3) {
    margin-top: 45px
  } */

  .main__logo__box__outer {
    padding-bottom: 0
  }

  .cooperation__logo__box--flex {
    align-items: flex-end
  }

  .about__outer {
    /* padding: 47px 0 20px; */
    padding: 47px 0 52px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
  }

  .about__outer .demoday--link {
    margin-top: 48px
  }

  .about__outer:hover {
    cursor: pointer
  }

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

  .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)
  }

  .adopted__logo__box--flex a figure figcaption {
    font-size: 1.4rem;
    letter-spacing: 0;
    font-family: kozuka-gothic-pr6n, sans-serif;
    font-weight: 700;
    line-height: 1.3
  }

  .adopted-2024-2025 .adopted__logo__box--flex {
    gap: 40px 16px;
    margin-top: 0;
  }

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

  .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),
  .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% / 2);
    margin-top: 0;
  }

  .adopted-2024-2025 li:nth-of-type(7) {
    margin-top: 16px;
  }

  .adopted-2018-2019 li:first-of-type {
    justify-content: center
  }

  .adopted-2018-2019 li:first-of-type a {
    margin: 0
  }

  .adopted-2017-2018 .adopted__logo__box--flex li {
    padding: 0 20px
  }

  .adopted-2017-2018 .adopted__logo__box--flex li:last-of-type {
    width: 100%
  }

  .movie__area--link {
    flex-wrap: wrap;
    margin-top: 0;
    padding-bottom: 32px
  }

  .movie__area--link a {
    width: 100%
  }

  .movie__area--link a:first-of-type {
    margin-right: 0;
    margin-bottom: 3%
  }

  .support {
    padding-top: 76px
  }

  .support h2 {
    margin-bottom: 24px
  }

  .support__items h3 {
    letter-spacing: .14em
  }

  .variable__box {
    width: 100%;
    margin-bottom: 10px;
    padding: 12px 17px 14px
  }

  .support__items {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    line-height: 1.56
  }

  .variable__box::after {
    right: 8px
  }

  .introduction {
    padding-top: 68px
  }

  .introduction .lead-text {
    margin: 30px 0
  }

  .introduction .lead-text br {
    display: none
  }

  .slick__items h3 {
    font-size: 2.7rem
  }

  .expectations span {
    text-align: right
  }

  footer.bg__area--white {
    padding-bottom: 91px
  }
}

@media all and (max-width:480px) {
  .lead-text a {
    color: #fff;
    text-decoration: none
  }

  #urlbar {
    background-color: var(--toolbar-bgcolor) !important
  }

  .content__inner {
    padding: 0 10px
  }

  html {
    font-size: 54.5%
  }

  header {
    height: 35px
  }

  .hamburger {
    top: 0;
    border: none
  }

  .main_visual__area {
    /* padding-top: 23.2%; */
    /* background: url(../images/main_visual_sp23-24.png) no-repeat 0 35px fixed;
    background-size: 100% */
  }

  .main_visual__area::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    /* background: url(../images/main_visual_sp24-25.jpg) no-repeat center #919AC8; */
    background: url(../images/main_visual_sp25-26.jpg) no-repeat center #199598;
    background-size: cover;
  }

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

  .main_visual__logo {
    width: 100%;
  }

  .start__element h1 {
    margin-top: 20px;
    width: calc(100% - 20px)
  }

  .panel__logo {
    text-align: center;
    bottom: 10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 12px 0;
    justify-content: space-around
  }

  .panel__area {
    top: -215px
  }

  .panel__logo img {
    max-width: 100%
  }

  .data__box {
    padding: 4px 0
  }

  .data__box ul {
    border-radius: 0;
    border-left: none;
    border-right: none;
    width: 100%;
    flex-wrap: wrap;
    padding: 12px 12px 10px;
    letter-spacing: .1em
  }

  .data__box ul li {
    flex-wrap: wrap;
    font-weight: 700
  }

  .data__box ul .data {
    color: #a5a5a5
  }

  .data__box ul li:first-of-type {
    margin-bottom: 12px
  }

  .news-txt {
    display: block;
    width: 100%;
    margin-top: 8px;
    line-height: 1.3
  }

  .panel__logo li {
    width: calc((100% / 2) - 16px)
  }

  .data__box p {
    display: none
  }

  .about {
    z-index: 8
  }

  /* .about .inner--bg::before {
    display: none
  } */

  video {
    object-fit: contain;
    position: relative;
    padding-top: 0
  }

  .about .inner--bg {
    padding: 0 0 0
  }

  .about__contens {
    background: #182240;
    line-height: 1.62;
    letter-spacing: .14em;
    padding-bottom: 43px
  }

  .about h2 {
    padding-top: 24px;
    letter-spacing: .1em
  }

  h2 .h2inner::after {
    width: 43px;
    right: -58px
  }

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

  .main__logo__box__outer article a figure figcaption {
    font-size: 1.4rem
  }

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

  .main__logo__box__outer h3,
  .adopted h3 {
    font-size: 2rem
  }

  .main__logo__box__outer article {
    padding-bottom: 40px
  }

  .movie__area--link {
    padding-bottom: 0
  }

  /* 24-25更新分にて追加 */
  .flowsupport__flow {
    /* margin-top: 40px; */
    margin-bottom: 40px;
  }

  .flowsupport__box--item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .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--inner p {
    line-height: 1.8;
  }


  .introduction .lead-text {
    font-weight: 700;
    letter-spacing: 0
  }

  .introduction h2 {
    line-height: 1
  }

  /* 24-25追加分 */
  .intro_btn {
    width: 242px;
    translate: 0 -32%;
    margin-bottom: 16px;
  }

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

  .slick__items {
    width: 320px;
    /* width: 350px; */
    padding: 8px 10px 18px 10px
  }

  .slick__items figure img {
    width: 242px
  }

  .slick__items figure {
    margin-bottom: 24px
  }

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

  .slick__items h3 {
    font-size: 2.4rem;
    letter-spacing: 0
  }

  .resource::before {
    width: 80%;
    display: none
  }

  .expectations::before {
    width: 100%;
    display: none
  }

  .slide-arrow {
    width: 32px;
    opacity: .5;
    bottom: -8rem
  }

  #thumbnail-list {
    margin-top: 8rem;
    letter-spacing: 0;
    justify-content: center
  }

  #thumbnail-list li {
    width: auto;
    font-size: 1.5rem;
    padding: 0 4%
  }

  #thumbnail-list li:nth-of-type(n+4) {
    margin-top: 15px
  }

  #thumbnail-list li:nth-of-type(3) {
    border-right: 2px solid #161616
  }

  #thumbnail-list li:nth-of-type(5) {
    border-right: 2px solid #161616
  }

  #thumbnail-list li:nth-of-type(4) {
    border-right: none
  }

  .schedule {
    padding-top: 65px
  }

  .schedule__box__items {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 20px 0;
    align-items: center;
    box-shadow: none;
    margin-bottom: 10px
  }

  .schedule__box__items:nth-of-type(6) {
    margin-bottom: 13px
  }

  .schedule__box__items:last-of-type {
    margin-bottom: 25px
  }

  .white--underline {
    width: 167px;
    margin-bottom: 0;
    padding: 0 32px 0 0;
    margin-right: 25px;
    border-right: 2px solid #d7deee;
    border-bottom: none
  }

  .schedule__box__items::before {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: calc(100% - 1px);
    text-align: center;
    transform: rotate(0deg)
  }

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

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

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

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

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

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

  .red__area li {
    letter-spacing: 0;
    font-size: 1.5rem
  }

  .carousel {
    padding-top: 57px
  }

  .entry {
    padding-top: 70px
  }

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

  .entry__box--flex .entry__imtes {
    margin-right: 0;
    width: calc(50% - 10px);
    padding-top: calc(50% - 10px)
  }

  .entry__box--flex .entry__imtes:first-of-type,
  .entry__box--flex .entry__imtes:nth-of-type(2) {
    margin-bottom: 10px
  }

  .entry__btn {
    /* top: 80px */
    width: 100%;
  }

  .entry__btn a {
    font-size: 1.8rem;
    line-height: 64px
  }

  .entry__column {
    padding: 24px 16px;
    /* margin-top: 56px; */
  }

  .faq {
    padding-bottom: 48px
  }

  .faq h2 {
    padding-left: 10px
  }

  .faq .content__inner {
    padding: 0
  }

  .faq .accordion-container {
    padding: 0 10px
  }

  .faq .accordion-container .accordion-title {
    font-size: 1.6rem;
    font-weight: 700;
    padding-right: 9.33%;
    padding-top: 25px;
    padding-bottom: 25px
  }

  .faq .accordion-container .accordion-title::after,
  .faq .accordion-container .accordion-title::before {
    right: 10px
  }

  .faq .accordion-content p {
    line-height: 1.87;
    font-size: 1.6rem;
    letter-spacing: 0
  }

  .faq h4 span,
  .faq .answer {
    font-size: 2.4rem
  }

  .contact h2 .h2inner {
    font-size: 6rem
  }

  .contact .content__inner {
    width: 100%
  }

  .contact .lead-text {
    margin-top: 22px
  }

  .contact .contact_btn a {
    line-height: 1.56;
    align-items: center;
    letter-spacing: .14em;
    padding: 12px 0
  }

  .company--list {
    padding: 32px 0 45px
  }

  .company--list--flex article {
    width: calc(50% - 8px);
    margin-right: 0
  }

  .company--list--flex article:nth-of-type(odd) {
    margin-right: 16px
  }

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

  .company--list--flex ul li.headingTit {
    font-size: 1.5rem
  }

  .company--list--flex ul li {
    font-size: 1.3rem
  }

  .sns__area {
    flex-wrap: wrap;
    margin-bottom: 24px
  }

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

  .fb-share-button {
    width: 97px
  }

  .foot__contents {
    margin-top: 30px
  }

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

  .copy-right {
    font-size: 1.2rem;
    line-height: 1.56
  }

  .facebook_area iframe {
    max-width: 100%
  }

  footer.bg__area--white {
    padding-bottom: 60px
  }

  .pagetop {
    right: 10px;
    bottom: 60px
  }

  .support,
  .introduction,
  .schedule,
  .entry {
    z-index: 9
  }

  .carousel__area,
  .faq,
  .contact,
  .company--list {
    z-index: 8
  }

  .grid-line-bg {
    display: none
  }
}

.btn-off-action {
  bottom: -81px
}

@media all and (max-width:1080px) {
  .start__element_second {
    /* top: 850px !important; */
    top: 0 !important;
    padding-bottom: 300px;
    position: relative;
    z-index: 2;
  }

  .start__element_third {
    position: relative;
    z-index: 2;
    top: 0 !important;
    /* top: 470px !important */
  }

  .start__element_third {
    padding-bottom: 0;
    /* padding-bottom: 3550px */
  }

  .about__contens {
    top: -690px !important
  }

  .about__contens {
    top: -20px !important
  }

  .about {
    top: 0px !important
  }

  .about .inner--bg {
    /* padding: 30px 4% */
    padding: 0;
  }
}

@media all and (max-width:900px) {
  .start__element_second {
    /* top: 870px !important */
    top: 0 !important;
  }

  .start__element_third {
    /* padding-bottom: 0; */
    /* padding-bottom: 3550px */
  }

  .about__contens {
    top: -20px !important
  }
}

@media all and (max-width:768px) {
  .start__element #main_visual_splogo {
    max-width: 30%
  }

  .start__element h1 img {
    max-width: 90%;
    width: 100%
  }

  .start__element_second {
    /* top: 792px !important */
    top: 0 !important;
  }

  .start__element_second_text,
  .start__element_third_text {
    width: 90%;
    font-size: 2.4rem
  }

  .start__element_second_text {
    width: 429px
  }

  .start__element_third {
    top: 0 !important;
    /* top: 400px !important */
  }

  .start__element_second {
    /* top: 810px !important */
    top: 0 !important;
  }

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

@media all and (max-width:480px) {
  .start__element #main_visual_splogo {
    max-width: 245px;
    width: 100%
  }

  .start__element_second {
    /* top: 730px !important */
    top: 0 !important;
  }

  .start__element_third {
    /* top: 330px !important; */
    top: 0 !important;
    padding-bottom: 200px
  }

  .start__element_second_text,
  .start__element_third_text {
    /* font-size: 1.8rem; */
    font-size: 2.2rem;
    line-height: 2;
    width: 300px;
    padding-bottom: 0
  }

  .about__contens {
    top: 0px !important
  }

  .about__contens {
    background: url(../images/about_txt_bg.jpg) repeat-y;
    background-size: 100%
  }

  .about .sub-tit {
    margin-top: 0
  }

  .about .inner--bg {
    padding: 0
  }
}


@media all and (max-width:360px) {
  .main_visual__biscon {
    width: 160px;
    top: calc(54vh + 48px);
    right: calc(50% - 80px);
  }
}