@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&subset=japanese");
/*============================
#section_scene2
============================*/
#section_scene2 {
  background-color: rgba(205, 214, 221, 0.25);
  z-index: -1;
  position: relative;
}
#section_scene2 .section.scene2 .section__inner .scene2-list .scene2-list__item {
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 0 15px #c3d1e6;
  text-align: center;
}
#section_scene2 .section.scene2 .section__inner .scene2-list .scene2-list__item + .scene2-list__item {
  margin-top: 20px;
}
#section_scene2 .section.scene2 .section__inner .scene2-list .scene2-list__item .list__contents {
  padding: 0;
}
#section_scene2 .section.scene2 .section__inner .scene2-list .scene2-list__item .list__contents .list__heading:before {
  content: none;
}
#section_scene2 .section.scene2 .section__inner .scene2-list .scene2-list__item .list__contents .list__heading .list__label {
  display: inline-block;
  padding: 2px 12px;
  background: #0061b6;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  font-family: Roboto;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 27px;
}
#section_scene2 .section.scene2 .section__inner .scene2-list .scene2-list__item .list__contents .list__heading .list__label > span {
  display: inline-block;
  padding-left: 0.25em;
  font-size: 18px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
#section_scene2 .section.scene2 .section__inner .scene2-list .scene2-list__item .list__contents .list__heading .list__ttl {
  font-weight: 500;
  font-size: 21px;
  text-align: center;
  color: #0061b6;
}
#section_scene2 .section.scene2 .section__inner .scene2-list .scene2-list__item .list__contents .text-contents {
  font-weight: 500;
}
/* overwrite */
.accessgate .mainVis {
  background-color: #0f183b;
  background-image: none;
  padding: 30px 0 50px;
  background-size: 100%;
  background-position: center top;
  overflow: hidden;
}
.accessgate .mainVis .mainVis__inner {
  position: relative;
  z-index: 1;
}
.accessgate .mainVis .mainVis__heading {
  font-size: 13px;
}
.accessgate .mainVis .mainVis__heading > span {
  font-size: 16px;
}
.accessgate .mainVis .mainVis__heading > span.txt-wh {
  color: #fff;
}
.accessgate .mainVis .mainVis__image {
  margin: 0 -20px;
  width: 100vw;
  padding-top: 86%;
  position: relative;
}
.accessgate .mainVis .mainVis__image img {
  position: absolute;
  top: -56vw;
  left: 0;
  width: 100%;
}
.accessgate .mainVis .mainVis-feature {
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.accessgate .mainVis .mainVis-feature .mainVis-feature__item {
  border-left: solid 1px rgba(255, 255, 255, 0.5);
}
.accessgate .mainVis .mainVis-feature .mainVis-feature__item:first-child {
  border-left: 0;
}
.accessgate .mainVis .mainVis-text {
  margin-top: 60px;
  font-size: 14px;
  color: #fff;
}
.accessgate .mainVis .mainVis__contents > *:not(.mainVis__image) {
  position: relative;
  z-index: 1;
}
.accessgate .btn2 {
  background-color: #FFB541;
  font-family: "Noto Sans JP", sans-serif;
  color: #0F183B;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  padding: 0 20px;
  min-width: 0;
  max-width: 300px;
  width: 100%;
  height: 50px;
  font-size: 14px;
  border: 0;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
}
.accessgate .btn2.btn--small {
  font-size: 14px;
  min-width: 0;
  height: 40px;
}
.accessgate .btn2.btn--arrow:before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(../img/btn-arrow-black.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 16px 0 0;
  transition: background 0.3s;
}
.accessgate .btn2:hover {
  background-color: #FCD5AE;
  color: #0F183B;
}

body:not(.scrolled) .accessgate .header-menu__item .header-menu__link:after {
  background-color: #85E4E8;
}
body:not(.scrolled) .accessgate .header-menu__item .header-menu__link:hover {
  color: #85E4E8;
}
body:not(.scrolled) .accessgate .header-menu__item .header-menu__link:hover:before {
  border-top: solid 6px #85E4E8;
}

#section_support .section.support {
  overflow: hidden;
}

@media (min-width: 641px) {
  #section_scene2 .section.scene2 .section__inner .scene2-list .scene2-list__item {
    padding: 30px;
    border-radius: 10px;
  }
  #section_scene2 .section.scene2 .section__inner .scene2-list .scene2-list__item + .scene2-list__item {
    margin-top: 60px;
  }
  #section_scene2 .section.scene2 .section__inner .scene2-list .scene2-list__item .list__contents .list__heading {
    display: flex;
    justify-content: center;
  }
  #section_scene2 .section.scene2 .section__inner .scene2-list .scene2-list__item .list__contents .list__heading .list__label {
    padding: 5px 16px;
    font-size: 16px;
  }
  #section_scene2 .section.scene2 .section__inner .scene2-list .scene2-list__item .list__contents .list__heading .list__label > span {
    font-size: 24px;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  #section_scene2 .section.scene2 .section__inner .scene2-list .scene2-list__item .list__contents .list__heading .list__ttl {
    margin-left: 20px;
    margin-top: 1px;
    font-size: 28px;
  }
  .accessgate .btn2 {
    min-width: 360px;
    font-size: 20px;
    height: 70px;
  }
}

@media (min-width: 1071px) {
  #section_scene2 .section.scene2 .section__inner .scene2-list .scene2-list__item .list__contents .list__heading .list__ttl {
    margin-left: 20px;
    margin-top: 1px;
  }
  .accessgate .mainVis {
    background-color: transparent;
    background-image: url(../img/main_pc.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 182px 0 44px;
  }
  .accessgate .mainVis .mainVis__heading {
    font-size: 30px;
  }
  .accessgate .mainVis .mainVis__heading > span {
    font-size: 40px;
  }
  .accessgate .mainVis .mainVis__heading > span.txt-wh {
    font-size: 30px;
  }
  .accessgate .mainVis .mainVis__image {
    display: none;
  }
  .accessgate .mainVis .mainVis-feature {
    max-width: 630px;
  }
}

@media (min-width: 641px) and (max-width: 1070px) {
  .accessgate .mainVis {
    padding: 100px 0 100px;
  }
  .accessgate .mainVis .mainVis__heading {
    font-size: 25px;
  }
  .accessgate .mainVis .mainVis__heading > span {
    font-size: 35px;
  }
  .accessgate .mainVis .mainVis__heading > span.txt-wh {
    font-size: 25px;
  }
  .accessgate .mainVis .mainVis-feature {
    margin: 0;
  }
}

@media (min-width: 1071px) and (max-width: 1365px) {
  .accessgate .mainVis {
    background-color: transparent;
    background-image: url(../img/main_pc2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 142%;
    padding: 182px 0 44px;
  }
  .accessgate .mainVis .mainVis__heading {
    font-size: 20px;
  }
  .accessgate .mainVis .mainVis__heading > span {
    font-size: 27px;
  }
  .accessgate .mainVis .mainVis__heading > span.cross {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .accessgate .mainVis .mainVis__heading > span.cross:before, .accessgate .mainVis .mainVis__heading > span.cross:after {
    width: 30px;
  }
}

@media (max-width: 640px) {
  .accessgate .mainVis {
    position: relative;
  }
  .accessgate .mainVis:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 300px;
    background: url(../img/bg_main_01.png) center repeat-y;
    background-size: 100%;
  }
  .accessgate .mainVis:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 300px;
    background: url(../img/bg_main_02.png) center repeat-y;
    background-size: 100%;
  }
  .accessgate .mainVis .mainVis__heading > span.cross {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
  .accessgate .mainVis .mainVis__heading > span.cross:before, .accessgate .mainVis .mainVis__heading > span.cross:after {
    width: 16px;
  }
  .accessgate .mainVis .mainVis-text {
    margin-top: 20px;
    font-size: 11px;
  }
}