@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Oswald:wght@200;300;400;500;600;700&display=swap");
@keyframes pageTopShake {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(0px, -5px) rotateZ(5deg);
  }
  50% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  75% {
    transform: translate(0px, -5px) rotateZ(-5deg);
  }
}
@keyframes iconShake {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    transform: translate(0px, 0px) rotateZ(8deg);
  }
  50% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  75% {
    transform: translate(0px, 0px) rotateZ(-8deg);
  }
}
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 90vw;
  height: 550px;
  box-sizing: border-box;
  margin: auto;
  text-align: left;
  color: #555;
  max-width: 1000px;
  max-height: 550px;
  border-radius: 0px;
  background: #afb7bc;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
  overflow-x: hidden;
  overflow-y: scroll;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 10px;
  top: 10px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 40px;
  height: 40px;
  background: #555;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #555;
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 9px;
  left: 18px;
  width: 4px;
  height: 22px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 40px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

img {
  width: 100%;
}

.color-blue {
  color: #1b425c !important;
}

@media screen and (min-width: 480px) {
  .sp-br {
    display: none;
  }
}

@media screen and (min-width: 740px) {
  .tb-br {
    display: none;
  }
}

.hybrid-inner {
  padding: 60px 0;
  color: #FFF;
  background: url("../img/top/hybrid-bg.jpg") no-repeat center;
  background-size: cover;
}

.center-title {
  font-size: 28px;
  text-align: center;
  font-weight: 900;
  padding: 0 20px;
}
@media screen and (min-width: 1000px) {
  .center-title {
    font-size: 32px;
  }
}

.hybrid-text {
  font-size: 16px;
  text-align: center;
  padding: 40px 20px;
  line-height: 30px;
}

.hybrid-item {
  display: none;
}
@media screen and (min-width: 740px) {
  .hybrid-item {
    max-width: 760px;
    padding: 0 20px;
    display: block;
    margin: 0 auto;
  }
}

.hybrid-item-sp {
  display: block;
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 740px) {
  .hybrid-item-sp {
    display: none;
  }
}

.hybrid-features {
  position: relative;
  border-top: 10px solid #0090D9;
  padding: 60px 10px 40px 10px;
  color: #333333;
  background-color: #ffffff;
  background-image: url("https://www.transparenttextures.com/patterns/worn-dots.png");
}
.hybrid-features h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
.hybrid-features h2 span {
  font-size: 48px;
  display: block;
  text-align: center;
  color: #0090D9;
}
@media screen and (min-width: 740px) {
  .hybrid-features {
    position: relative;
    border-top: 10px solid #0090D9;
    padding: 60px 10px 80px 10px;
    color: #333333;
    background-color: #ffffff;
    background-image: url("https://www.transparenttextures.com/patterns/worn-dots.png");
  }
  .hybrid-features h2 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
  }
  .hybrid-features h2 span {
    font-size: 48px;
    display: block;
    text-align: center;
    color: #0090D9;
  }
}

.mv-bottom-pc {
  display: none;
}
@media screen and (min-width: 740px) {
  .mv-bottom-pc {
    display: block;
  }
}

.mv-bottom-sp {
  display: block;
}
@media screen and (min-width: 740px) {
  .mv-bottom-sp {
    display: none;
  }
}

.hybrid-features-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (min-width: 740px) {
  .hybrid-features-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 0 70px 0;
  }
}

.hybrid-features-box {
  max-width: 1200px;
  --x-gradient: linear-gradient(90deg, #0090D9 0 20px, transparent 0 calc(100% - 20px), #0090D9 calc(100% - 20px));
  --y-gradient: linear-gradient(#0090D9 0 20px, transparent 0 calc(100% - 20px), #0090D9 calc(100% - 20px));
  background-image: var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
  background-repeat: no-repeat;
  background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
  background-position: top, right, bottom, left;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #0090D9;
}

.hybrid-features-box-wrap {
  display: block;
  padding: 20px;
}
.hybrid-features-box-wrap img {
  max-width: 420px;
  margin: 0 0px 20px 0;
}
@media screen and (min-width: 740px) {
  .hybrid-features-box-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px;
  }
  .hybrid-features-box-wrap img {
    max-width: 420px;
    margin: 0 30px 0 0;
  }
}

.hybrid-features-box-text {
  font-size: 14px;
  line-height: 31.5px;
  letter-spacing: 0.13em;
}
.hybrid-features-box-text p span {
  color: #C9445A;
  font-weight: bold;
}
.hybrid-features-box-text .large-text {
  color: #0090D9;
  margin: 20px 0;
}
.hybrid-features-box-text .large-text span {
  color: #0090D9;
  font-size: 18px;
  font-weight: bold;
}
.hybrid-features-box-text a {
  font-size: 16px;
  position: relative;
  display: block;
  max-width: 540px;
  background: #333333;
  color: #fff;
  text-align: left;
  padding: 15px 20px;
  border-radius: 20px;
  font-weight: bold;
}
.hybrid-features-box-text a:after {
  position: absolute;
  top: 50%;
  right: 2.5em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}
.hybrid-features-box-text a:hover {
  background: #fff;
  color: #333;
  outline: 1px solid #333;
}
@media screen and (min-width: 740px) {
  .hybrid-features-box-text {
    font-size: 18px;
    line-height: 31.5px;
    letter-spacing: 0.13em;
  }
  .hybrid-features-box-text p span {
    color: #C9445A;
    font-weight: bold;
  }
  .hybrid-features-box-text .large-text {
    color: #0090D9;
    margin: 30px 0;
  }
  .hybrid-features-box-text .large-text span {
    color: #0090D9;
    font-size: 24px;
    font-weight: bold;
  }
  .hybrid-features-box-text a {
    position: relative;
    display: block;
    max-width: 540px;
    background: #333333;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 50px;
    font-weight: bold;
  }
  .hybrid-features-box-text a:after {
    position: absolute;
    top: 50%;
    right: 2.5em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
  }
  .hybrid-features-box-text a:hover {
    background: #fff;
    color: #333;
    outline: 1px solid #333;
  }
}

.triangle-center {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translatex(50%);
  display: inline-block;
  border-top: 35px solid #0090D9;
  border-right: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 35px solid transparent;
}

.hybrid-features-main-text {
  padding: 20px 0;
}

.hybrid-features-text {
  padding: 20px;
}
@media screen and (min-width: 1000px) {
  .hybrid-features-text {
    max-width: 1000px;
    margin: 20px auto;
    padding: 0 20px;
  }
}

.hybrid-features-box-inner {
  padding: 0 20px;
}
@media screen and (min-width: 1000px) {
  .hybrid-features-box-inner {
    max-width: 1200px;
    margin: 0 auto;
    height: 430px;
    display: flex;
    justify-content: center;
  }
}

.hybrid-features-item {
  width: 100%;
  margin: 0 auto;
  height: 580px;
  position: relative;
}
@media screen and (min-width: 740px) {
  .hybrid-features-item {
    width: 80%;
  }
}
@media screen and (min-width: 1000px) {
  .hybrid-features-item {
    width: 50%;
    height: 430px;
  }
}

.hybrid-features-item-lable {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  margin: 20px auto 0px auto;
  text-align: center;
  padding: 15px 0;
}
@media screen and (min-width: 960px) {
  .hybrid-features-item-lable {
    width: 80%;
  }
}

.lable01 {
  background: #333;
  color: #FFF;
}

.lable02 {
  background: #ca445a;
  color: #FFF;
  border: 2px solid #FFF;
}

.method-item-wrap {
  padding: 20px !important;
}

.method-hybrid-feautures {
  padding: 20px 0;
  border-top: 0;
}

.method-title {
  padding: 40px 0 0 0 !important;
}

.hybrid-features-item-text {
  width: 100%;
  margin: 0px;
  background: #FFF;
  opacity: 0.9;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
@media screen and (min-width: 740px) {
  .hybrid-features-item-text {
    width: 90%;
    margin: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .hybrid-features-item-text {
    width: auto;
    margin: 30px;
  }
}

.hybrid-features-item-text ul {
  padding: 20px 20px 20px 65px;
}

.hybrid-features-item-text li {
  position: relative;
  z-index: 2;
}

.bigtext-marker {
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, Yellow 0%);
  position: relative;
  z-index: 1;
  line-height: 30px;
}

.features-bg01 {
  background: url("../img/top/features-bg01.jpg") no-repeat center;
  background-size: cover;
}

.features-bg02 {
  background: url("../img/top/features-bg02.jpg") no-repeat center;
  background-size: cover;
}

.text01 li {
  list-style-position: outside;
  list-style-image: url("../img/top/check01.png");
}

.text02 li {
  list-style-position: outside;
  list-style-image: url("../img/top/check02.png");
}

.hybrid-features-list-box {
  padding: 0 20px;
}

ul.cp_list {
  width: auto;
  margin: 0 auto;
  position: relative;
  padding: 10px 30px;
  border: solid 2px #ca445a;
  list-style-type: none;
  background: #FFF;
}
@media screen and (min-width: 740px) {
  ul.cp_list {
    max-width: 1000px;
    margin: 0 auto;
  }
}

ul.cp_list li {
  padding: 0.5em 0 0.5em 1.4em;
  line-height: 1.5;
  border-bottom: 1px dashed #ca445a;
}

ul.cp_list li:last-of-type {
  border-bottom: none;
}

ul.cp_list li::before {
  position: absolute;
  content: "✓";
  color: #ca445a;
  font-weight: bold;
  left: 2.5em;
}

ul.cp_list li:last-of-type {
  border-bottom: none;
}

.hybrid-features-btn {
  padding: 40px 20px;
}

.ceo-profile {
  padding: 60px 0;
  background: url("../img/top/sakurada-text-bg.jpg") no-repeat center;
  background-size: cover;
  color: #FFF;
}

.ceo-text-area {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.ceo-text-inner {
  padding: 40px 20px;
}
@media screen and (min-width: 1000px) {
  .ceo-text-inner {
    margin-right: 400px;
  }
}

.ceo-text-big {
  font-size: 18px;
  font-weight: bold;
}

.ceo-image {
  width: 300px;
  margin: 30px auto 0 auto;
}
@media screen and (min-width: 1000px) {
  .ceo-image {
    width: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: -60px;
  }
  .ceo-image img {
    vertical-align: bottom;
  }
}

.ceo-profile02 {
  padding: 60px 0;
}

.ceo-profile-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.ceo-profile-title {
  background: #0071bc;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
}
@media screen and (min-width: 1000px) {
  .ceo-profile-title {
    font-size: 24px;
  }
}

.ceo-profile-text {
  margin: 30px 0;
}

.ceo-profile-box {
  display: block;
}
@media screen and (min-width: 1000px) {
  .ceo-profile-box {
    display: flex;
    justify-content: space-around;
  }
}

.ceo-profile-image {
  width: 270px;
  display: flex;
  justify-content: center;
  margin: 40px auto 0 auto;
}
@media screen and (min-width: 1000px) {
  .ceo-profile-image {
    width: 30%;
    display: flex;
    align-items: center;
    object-fit: contain;
    margin: 0 20px 0 0;
  }
}

.ceo-profile-text-box {
  background: #e7e7e7;
  padding: 30px 50px;
  margin: 20px 0;
}

.ceo-profile-text-box li, .ceo-profile-text-box02 li {
  list-style-position: outside;
  list-style-type: square;
  color: #0071bc;
}
.ceo-profile-text-box li span, .ceo-profile-text-box02 li span {
  color: #333;
}

.ceo-profile-text-box02 {
  border: 2px solid #0071bc;
  padding: 60px;
  position: relative;
  margin: 40px 0;
}

.ceo-profile-text-box02-title {
  width: 100%;
  text-align: center;
  background: #0071bc;
  color: #FFF;
  padding: 10px 2px;
  position: absolute;
  top: 0px;
  left: -2px;
  margin-top: -20px;
}
@media screen and (min-width: 1000px) {
  .ceo-profile-text-box02-title {
    width: auto;
    text-align: center;
    background: #0071bc;
    color: #FFF;
    padding: 10px 30px;
    position: absolute;
    top: 0;
    right: 100px;
    left: 100px;
    margin-top: -20px;
  }
}

.campaign-area {
  padding: 60px 20px;
}

.campaign-box {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (min-width: 740px) {
  .campaign-flex {
    padding: 30px 0;
    display: flex;
    justify-content: center;
  }
}

.flex-item {
  margin: 20px;
}

.titbox {
  color: #ca445a;
}

.blog-area {
  padding: 60px 0;
  background: #333;
}
.blog-area .titbox {
  color: #FFF;
}

.blog-area-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.blog-card-box {
  display: block;
}
@media screen and (min-width: 740px) {
  .blog-card-box {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: space-between;
    padding: 20px 0;
  }
}

.blog-card {
  width: 90%;
  margin: 30px auto;
}
@media screen and (min-width: 740px) {
  .blog-card {
    margin: 20px;
    width: 28%;
  }
}

.new-point {
  padding: 40px 0 10px 0 !important;
}
@media screen and (min-width: 740px) {
  .new-point {
    padding: 60px 0 40px 0 !important;
    padding: 0;
    background: url() !important;
    background-color: #ecebe1 !important;
  }
}

.point-title {
  font-size: 18px !important;
  padding: 20px !important;
  text-align: left !important;
  letter-spacing: 0.2rem;
  font-feature-settings: "palt" 0 !important;
}
@media screen and (min-width: 740px) {
  .point-title {
    font-size: 24px !important;
    padding: 20px 0 !important;
    text-align: center !important;
  }
}

.large-point-title {
  font-size: 48px;
}

.min-point-title {
  font-size: 36px;
}

.new-rb {
  margin: 0 20px 0 0;
  height: auto !important;
}
@media screen and (min-width: 740px) {
  .new-rb {
    margin: 0;
    height: auto !important;
  }
}

.point-feed {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 10px 100px 10px;
  display: block;
  align-items: stretch;
  justify-content: space-between;
}
.point-feed button {
  appearance: none;
}
@media screen and (min-width: 740px) {
  .point-feed {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 10px 40px 10px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
}

.slick-dots li button {
  border: none;
  font-size: 0; /* ドットのテキストを非表示にする */
}

.slick-dots {
  display: flex;
  align-items: center;
  position: absolute;
  top: auto;
  bottom: 55px;
  right: 50%;
  transform: translatex(50%);
}
.slick-dots li {
  margin: 0 5px;
}
.slick-dots li button {
  display: inline-block;
  width: 5px; /* ドットの幅 */
  height: 12px; /* ドットの高さ */
  border-radius: 50%; /* 円形の形状にする */
  background-color: #999; /* ドットの色 */
}

.slick-active button {
  background-color: #333 !important;
}

.slick-arrow {
  position: absolute;
  top: auto;
  bottom: 40px;
  margin: auto;
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 44px;
  background: #333 !important;
  opacity: 1 !important;
  outline: none;
  border: none;
}

.slick-prev {
  left: 20%;
  z-index: 11;
}
.slick-prev::before {
  font-family: "Material Icons";
  content: "\e2ea";
  font-size: 20px; /* フォントサイズを設定 */
  color: #fff;
  position: absolute;
  top: 50%;
  right: 30%;
  transform: translatey(-50%);
  z-index: 999;
}

.slick-next {
  right: 20%;
  z-index: 10;
}
.slick-next::before {
  font-family: "Material Icons";
  content: "\e5e1";
  font-size: 20px; /* フォントサイズを設定 */
  color: #fff;
  position: absolute;
  top: 50%;
  right: 25%;
  transform: translatey(-50%);
  z-index: 999;
}

.feed-num {
  top: -50px;
  right: 50%;
  transform: translatex(50%);
  position: absolute;
  font-size: 48px;
  background: #0090D9;
  color: #fff;
  display: inline-block;
  padding: 5px 30px;
  border-radius: 50%;
  font-family: "Oswald";
  font-weight: 700;
}

.slick-list {
  position: relative;
  overflow: visible !important; /* 要素がはみ出しても切り取られないようにする */
}

.feed-item {
  width: 100%;
  margin: 0 10px;
  border-radius: 12px;
  position: relative;
  background: #fff;
  padding: 60px 20px 20px 20px;
}
.feed-item h3 {
  font-size: 18px;
  text-align: center;
  line-height: 27px;
  margin-bottom: 40px;
  min-height: auto;
}
.feed-item h3 span {
  font-size: 24px;
  font-weight: bold;
}
.feed-item p {
  margin: 20px 0;
  line-height: 28px;
}
.feed-item a {
  position: relative;
  display: block;
  text-align: center;
  background-color: #333;
  color: #fff;
  padding: 10px;
  border-radius: 60px;
  font-weight: bold;
}
.feed-item a::after {
  content: "＋";
  font-weight: 900;
  position: absolute;
  right: 20px;
}
.feed-item a:hover {
  outline: 1px solid #333;
  color: #333;
  background: #fff;
}
@media screen and (min-width: 740px) {
  .feed-item {
    width: 28%;
    margin: 0px;
    border-radius: 12px;
    position: relative;
    background: #fff;
    padding: 60px 20px 20px 20px;
  }
  .feed-item h3 {
    font-size: 18px;
    text-align: center;
    line-height: 27px;
    margin-bottom: 0px;
    min-height: 100px;
  }
  .feed-item h3 span {
    font-size: 24px;
    font-weight: bold;
  }
  .feed-item p {
    margin: 20px 0;
    line-height: 28px;
  }
  .feed-item a {
    position: relative;
    display: block;
    text-align: center;
    background-color: #333;
    color: #fff;
    padding: 10px;
    border-radius: 60px;
    font-weight: bold;
  }
  .feed-item a::after {
    content: "＋";
    font-weight: 900;
    position: absolute;
    right: 20px;
  }
  .feed-item a:hover {
    outline: 1px solid #333;
    color: #333;
    background: #fff;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* 背景を薄い黒に設定 */
}

.modal-content {
  color: #333; /* テキストカラーを黒に設定 */
  width: 90%;
  margin: 10% auto;
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
  color: #1d1d1f;
  max-width: 1000px;
  max-height: 550px;
  border-radius: 20px;
  background: #f5f5f7;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (min-width: 960px) {
  .modal-content {
    color: #333; /* テキストカラーを黒に設定 */
    width: 70%;
    margin: 10% auto;
    padding: 40px;
    box-sizing: border-box;
    text-align: left;
    color: #1d1d1f;
    max-width: 1000px;
    max-height: 550px;
    border-radius: 20px;
    background: #f5f5f7;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: auto;
    overflow-x: hidden;
    overflow-y: hidden;
  }
}

.modal-title {
  border-bottom: 4px solid #1d1d1f;
  margin-bottom: 20px;
  padding-bottom: 12px;
  font-size: 24px;
  font-weight: bold;
  color: #1d1d1f;
  text-align: left;
}

.modal-wrap {
  margin-bottom: 20px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.8rem;
  text-align: left;
}

.modal-wrap .modaal-close {
  position: relative;
  background: #1d1d1f !important;
  width: 100%;
  height: 44px;
  border-radius: 16px;
  font-weight: bold;
  appearance: none;
}

.modal-close-new {
  position: fixed;
  right: 7%;
  top: 7%;
  background: #0090D9;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
}
.modal-close-new:hover {
  background: #fff;
  color: #0090D9;
  outline: 2px solid #0090D9;
}
.modal-close-new:before {
  font-family: "Material Icons";
  content: "\e5cd";
  font-size: 20px; /* フォントサイズを設定 */
}
@media screen and (min-width: 740px) {
  .modal-close-new {
    position: fixed;
    right: 10%;
    top: 10%;
    background: #0090D9;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    color: #fff;
  }
  .modal-close-new:hover {
    background: #fff;
    color: #0090D9;
    outline: 2px solid #0090D9;
  }
  .modal-close-new:before {
    font-family: "Material Icons";
    content: "\e5cd";
    font-size: 20px; /* フォントサイズを設定 */
  }
}

.gnav {
  position: relative;
}

#instructor-content {
  position: absolute;
  bottom: -120px;
  left: 40%;
  transform: translateX(-40%);
  background: #fff;
  width: 200px;
}
#instructor-content a {
  font-size: 16px;
  width: 100%;
  display: block;
  padding: 20px 10px;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
#instructor-content a:last-child {
  border-bottom: 0;
}
#instructor-content a:hover {
  color: #fff;
  background: #0090D9;
}/*# sourceMappingURL=top-2.css.map */