@charset "UTF-8";
main {
  overflow-x: hidden;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
  font-family: "Helvetica Neue", sans-serif;
  background: white;
}

header {
  visibility: hidden;
}

.cyno-top .mv {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .cyno-top .mv {
    height: 760px;
    background: linear-gradient(90deg, #fff 0%, #fff 50%, #f8f8f8 50%, #a6e22e 100%);
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .mv {
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #f8f8f8 50%, #a6e22e 100%);
  }
}
.cyno-top .mv-img__area img {
  display: block;
}
@media screen and (max-width: 767px) {
  .cyno-top .mv-img__area img {
    width: 200px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .cyno-top .mv__inner {
    margin-top: 50px;
    position: absolute;
    min-width: 1000px;
    max-width: 1440px;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1470px) {
  .cyno-top .mv__inner {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .cyno-top .mv__wrap {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .mv__wrap {
    display: block;
    padding-top: 30px;
  }
}
.cyno-top .mv-text__area {
  align-self: center;
}
@media screen and (min-width: 768px) {
  .cyno-top .mv-text__area {
    margin-left: 80px;
  }
}
.cyno-top .mv-text__area .text {
  font-weight: bold;
  letter-spacing: 1.7px;
  opacity: 0;
}
@media screen and (min-width: 1410px) {
  .cyno-top .mv-text__area .text {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1409px) {
  .cyno-top .mv-text__area .text {
    font-size: 24px;
  }
}
@media screen and (min-width: 1281px) {
  .cyno-top .mv-text__area .text .br-1280 {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .cyno-top .mv-text__area .text .br-1280 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .mv-text__area .text .br-1280 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .mv-text__area {
    text-align: center;
    font-size: 13px;
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .mv-text__area h1 {
    font-size: unset !important;
    margin: unset !important;
  }
}
.cyno-top .mv-text__area .sub-text {
  margin-top: 20px;
  margin-bottom: 0px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .cyno-top .mv-text__area .sub-text {
    margin-top: 10px;
  }
}
.cyno-top .mv .scrolling-text-container {
  white-space: nowrap;
  box-sizing: border-box; /* パディングとボーダーを幅に含める */
  width: 100%; /* 必要に応じて調整 */
  position: absolute;
}
@media screen and (min-width: 768px) {
  .cyno-top .mv .scrolling-text-container {
    bottom: -7px;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .mv .scrolling-text-container {
    bottom: -5px;
  }
}
.cyno-top .mv .scrolling-text-content {
  display: inline-block; /* インラインブロック要素にする */
  animation: scroll-left 15s linear infinite;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cyno-top .mv .scrolling-text-content {
    color: #d4d5d9;
    font-size: 130px;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .mv .scrolling-text-content {
    color: #fff;
    font-size: 50px;
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%); /* 左に100%移動する */
  }
}
.cyno-top .mv .fadeIn,
.cyno-top .mv .fadeIn2 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
.cyno-top .mv .fadeIn.show,
.cyno-top .mv .fadeIn2.show {
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .cyno-top .sub-inner {
    max-width: 1360px;
    min-width: 1000px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .sub-inner {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .cyno-top .sub-inner__md-padding {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .sub-inner__padding {
    padding: 0 20px;
  }
}
.cyno-top .logo {
  position: fixed;
  inset: 0;
  background: white;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-clip-path: circle(100% at 50% 50%);
          clip-path: circle(100% at 50% 50%);
  transition: -webkit-clip-path 2s ease-in-out;
  transition: clip-path 2s ease-in-out;
  transition: clip-path 2s ease-in-out, -webkit-clip-path 2s ease-in-out;
}
.cyno-top .logo .text-container {
  font-weight: 500;
  color: black;
  display: flex;
  z-index: 101;
}
@media screen and (min-width: 768px) {
  .cyno-top .logo .text-container {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .logo .text-container {
    font-size: 14px;
  }
}
.cyno-top .logo .char {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s forwards;
}
.cyno-top .logo.reveal {
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.cyno-top .logo .circle-overlay {
  position: absolute;
  inset: 0;
  background: white;
  z-index: 1;
  -webkit-clip-path: circle(0% at 50% 50%);
          clip-path: circle(0% at 50% 50%);
  transition: -webkit-clip-path 1.5s ease-in-out;
  transition: clip-path 1.5s ease-in-out;
  transition: clip-path 1.5s ease-in-out, -webkit-clip-path 1.5s ease-in-out;
}
.cyno-top .logo .circle-overlay.reveal {
  -webkit-clip-path: circle(150% at 50% 50%);
          clip-path: circle(150% at 50% 50%);
}
.cyno-top .top-text {
  max-width: 700px;
}
@media screen and (min-width: 1300px) {
  .cyno-top .top-text {
    max-width: 1000px;
  }
}
@media screen and (min-width: 1135px) and (max-width: 1299px) {
  .cyno-top .top-text {
    max-width: 850px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1134px) {
  .cyno-top .top-text {
    max-width: 700px;
  }
}
@media screen and (min-width: 768px) {
  .cyno-top .top-inner {
    max-width: 1920px;
    margin: 0 auto;
    min-width: 1000px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .top-inner {
    width: 100%;
  }
}
.cyno-top .pick-up .bg-2torn {
  background: linear-gradient(180deg, #fff 40%, #f8f8f8 0%);
}
@media screen and (min-width: 1281px) {
  .cyno-top .pick-up .bg-2torn__move {
    background: #fff;
    position: absolute;
    top: 20%;
    height: 100%;
    width: 5%;
  }
}
@media screen and (min-width: 768px) {
  .cyno-top .pick-up-text {
    font-size: 120px !important;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .pick-up-text {
    font-size: 60px !important;
  }
}
@media screen and (min-width: 768px) {
  .cyno-top .pick-up__main_text {
    bottom: -80px;
    right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .pick-up__main_text {
    left: 0px;
    z-index: 99;
    top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .cyno-top .pick-up__swiper .swiper-wrapper {
    position: unset;
    width: auto;
    height: auto;
  }
  .cyno-top .pick-up__swiper .swiper-slide {
    flex-shrink: unset;
    width: auto;
    height: auto;
    position: unset;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1360px) {
  .cyno-top .pick-up__swiper .swiper-slide {
    padding: 0 10px;
  }
  .cyno-top .pick-up__swiper .swiper-slide:first-child {
    padding-left: 20px;
  }
  .cyno-top .pick-up__swiper .swiper-slide:nth-of-type(3n) {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .pick-up__swiper .swiper-wrapper {
    height: auto;
  }
  .cyno-top .pick-up__swiper .swiper-button-prev {
    background-image: url(/wordpress/wp-content/themes/cyno_theme/common/img/home/pickup-ar-prev.svg);
    left: -25px;
    right: auto;
  }
  .cyno-top .pick-up__swiper .swiper-button-next {
    background-image: url(/wordpress/wp-content/themes/cyno_theme/common/img/home/pickup-ar-next.svg);
    right: -25px;
    left: auto;
  }
  .cyno-top .pick-up__swiper .swiper-button-next,
  .cyno-top .pick-up__swiper .swiper-button-prev {
    position: absolute;
    top: 72%;
    width: 12px;
    height: 24px;
    margin-top: 0;
    background-size: 12px 24px;
    outline: none;
  }
}
.cyno-top .lumi-ruby {
  top: -10px;
  left: 50%;
  transform: translate(-40%, -50%);
}
.cyno-top .lumi-ruby-title {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .cyno-top .our-service-text {
    font-size: 90px !important;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .our-service-text {
    line-height: 0.7 !important;
    font-size: 60px !important;
  }
}
@media screen and (min-width: 1281px) {
  .cyno-top .one-stop .rightbox-text {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .cyno-top .one-stop .rightbox-text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .one-stop .rightbox-text {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1281px) {
  .cyno-top .one-stop .rightbox-subtext {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .cyno-top .one-stop .rightbox-subtext {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .one-stop .rightbox-subtext {
    margin-top: 20px;
  }
}
.cyno-top .work.bg-2torn {
  background: linear-gradient(180deg, #fff 20%, #f8f8f8 0%);
}
@media screen and (min-width: 1281px) {
  .cyno-top .work.bg-2torn__move {
    background: #fff;
    position: absolute;
    top: 20%;
    height: 100%;
    width: 5%;
  }
}
.cyno-top .work .work-box:first-of-type {
  margin-left: 0px;
}
@media screen and (min-width: 768px) {
  .cyno-top .work .work-box {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .work .work-box {
    margin-left: 10px;
  }
}
.cyno-top .work .work-box-list {
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cyno-top .work .work-box-list {
    width: 130px;
    font-size: 12px;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .work .work-box-list {
    width: 120px;
    font-size: 14px;
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .cyno-top .work-text {
    font-size: 120px !important;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .work-text {
    font-size: 60px !important;
    line-height: 0.7 !important;
  }
}
@media screen and (min-width: 1440px) {
  .cyno-top .work {
    padding: 0 20px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .cyno-top .work {
    padding: 0 40px !important;
  }
}
@media screen and (min-width: 1410px) {
  .cyno-top .work .slider-padding-pc {
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1409px) {
  .cyno-top .work .slider-padding-pc {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .cyno-top .work__inner {
    max-width: 1440px;
    margin: 0 auto;
  }
}
.cyno-top .work__swiper-inner {
  margin: 0 auto;
}
@media screen and (min-width: 1360px) {
  .cyno-top .work__swiper-inner {
    width: 1360px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1359px) {
  .cyno-top .work__swiper-inner {
    max-width: 1360px;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .work .sp-main-text-fix {
    z-index: 99;
    right: 0px;
    position: absolute;
  }
}
@media screen and (min-width: 768px) {
  .cyno-top .work__swiper .swiper-button-prev {
    background-image: url(/wordpress/wp-content/themes/cyno_theme/common/img/home/pickup-ar-prev.svg);
    left: -20px;
  }
  .cyno-top .work__swiper .swiper-button-next {
    background-image: url(/wordpress/wp-content/themes/cyno_theme/common/img/home/pickup-ar-next.svg);
    right: 10px;
  }
  .cyno-top .work__swiper .swiper-button-prev,
  .cyno-top .work__swiper .swiper-button-next {
    top: 66%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .cyno-top .work__swiper .swiper-slide {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1440px) {
  .cyno-top .work__swiper .swiper-button-prev {
    left: -50px;
  }
  .cyno-top .work__swiper .swiper-button-next {
    right: -50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .cyno-top .work__swiper .swiper-button-prev {
    left: -30px;
  }
  .cyno-top .work__swiper .swiper-button-next {
    right: -30px;
  }
}
.cyno-top .work__swiper .swiper-pagination {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .cyno-top .work__swiper .swiper-wrapper {
    width: 100%;
    height: auto;
  }
  .cyno-top .work__swiper .swiper-pagination-bullet-active {
    background: #006d9c;
  }
  .cyno-top .work__swiper .swiper-pagination-bullet {
    margin: 0;
    width: 20%;
    height: 1px;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .work__swiper .swiper-wrapper {
    height: auto;
  }
  .cyno-top .work__swiper .swiper-button-prev {
    background-image: url(/wordpress/wp-content/themes/cyno_theme/common/img/home/pickup-ar-prev.svg);
    left: 3%;
    top: 67% !important;
  }
  .cyno-top .work__swiper .swiper-button-next {
    background-image: url(/wordpress/wp-content/themes/cyno_theme/common/img/home/pickup-ar-next.svg);
    right: 2%;
    top: 67% !important;
  }
  .cyno-top .work__swiper .swiper-pagination-bullet-active {
    background: #006d9c;
  }
  .cyno-top .work__swiper .swiper-pagination-bullet {
    margin: 0;
    width: 20%;
    height: 1px;
    border-radius: 0;
  }
  .cyno-top .work__swiper .swiper-button-next,
  .cyno-top .work__swiper .swiper-button-prev {
    position: absolute;
    top: 72%;
    width: 12px;
    height: 24px;
    margin-top: 0;
    background-size: 12px 24px;
    outline: none;
  }
}
.cyno-top .work__swiper .days {
  color: #999999;
}
@media screen and (min-width: 768px) {
  .cyno-top .work__swiper .days {
    font-size: 15px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .work__swiper .days {
    font-size: 14px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .cyno-top .work__swiper .main-title {
    font-size: 15px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .work__swiper .main-title {
    font-size: 14px;
    margin-top: 20px;
  }
}
.cyno-top .step .bg-gray {
  background-color: #f8f8f8;
}
@media screen and (min-width: 1371px) {
  .cyno-top .step .width-box {
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1370px) {
  .cyno-top .step .width-box {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .step .width-box {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1121px) {
  .cyno-top .step .text-fix {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .cyno-top .step .text-fix {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .step .text-fix {
    font-size: 21px;
  }
}
.cyno-top .interview-text {
  letter-spacing: 0.5px;
}
@media screen and (min-width: 1080px) {
  .cyno-top .interview-text {
    font-size: 120px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .cyno-top .interview-text {
    font-size: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .interview-text {
    font-size: 60px !important;
    line-height: 0.7 !important;
  }
}
.cyno-top .interview__title {
  position: absolute;
  top: 170px;
}
@media screen and (min-width: 1080px) and (max-width: 1650px) {
  .cyno-top .interview__title {
    top: 17px;
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .cyno-top .interview__title {
    top: 39px;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .interview__title {
    top: 70px;
    left: 0;
  }
}
.cyno-top .interview__rightbox-maintext {
  font-size: 30px;
}
@media screen and (min-width: 1100px) and (max-width: 1200px) {
  .cyno-top .interview__rightbox-maintext {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .cyno-top .interview__rightbox-maintext {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .interview__rightbox-maintext {
    font-size: 17px;
  }
}
.cyno-top .interview .box-border {
  border: 10px solid #f8f8f8;
}
@media screen and (min-width: 1201px) {
  .cyno-top .interview.width-box {
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .cyno-top .interview.width-box {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .interview.width-box {
    padding: 0 10px;
  }
}
@media screen and (min-width: 1301px) {
  .cyno-top .interview .right-box {
    align-self: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .cyno-top .interview .right-box {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cyno-top .info__nav {
  max-width: 1000px;
  margin: 0 auto;
}
.cyno-top .info__list {
  border-bottom: 1px solid #ddd;
}
.cyno-top .info__list:first-child {
  border-top: 1px solid #ddd;
}
.cyno-top .info__list-banner {
  border: 0;
  padding: 0 8px 0 0;
  box-sizing: border-box;
}
.cyno-top .info__list-banner:nth-of-type(even) {
  padding: 0 0 0 8px;
}
.cyno-top .info__list-banner img {
  width: 100%;
}
.cyno-top .info__banner {
  max-width: 980px;
  margin: 32px auto 0;
}
.cyno-top .info__number {
  color: #999999;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .cyno-top .info__number {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .info__number {
    font-size: 14px;
  }
}
.cyno-top .info__link {
  color: #000;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .cyno-top .info__link {
    display: flex;
    padding: 40px;
    padding-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .info__link {
    line-height: 2;
    padding: 20px 0px;
  }
}
.cyno-top .info__bold {
  display: block;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .cyno-top .info__bold {
    font-size: 15px;
  }
}
.cyno-top .info__desc {
  font-weight: normal;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .cyno-top .info__desc {
    margin-left: 60px;
  }
}
@media screen and (min-width: 1920px) {
  .cyno-top .recruit {
    margin-left: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1919px) {
  .cyno-top .recruit {
    margin-left: 10%;
  }
}
@media screen and (min-width: 768px) {
  .cyno-top .recruit {
    background: url(/wordpress/wp-content/themes/cyno_theme/common/img/home/sakiayuIMG_7308_TP_V.webp) no-repeat;
    background-size: cover;
    max-width: 1680px;
    height: 670px;
    background-position: left center;
    border-radius: 50px 0 0 50px;
  }
}
.cyno-top .recruit__img {
  max-width: 1680px;
}
@media screen and (min-width: 768px) and (max-width: 1679px) {
  .cyno-top .recruit__img {
    width: 90%;
  }
}
.cyno-top .recruit__inner {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .cyno-top .recruit__inner {
    width: 100%;
    max-width: 1440px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .recruit__inner {
    width: 100%;
    top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .cyno-top .recruit__md-padding {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .recruit__md-padding {
    padding: 0 20px;
  }
}
.cyno-top .recruit__title {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .cyno-top .recruit__title {
    color: #006d9c;
    font-size: 120px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .recruit__title {
    color: #006d9c;
    font-size: 60px;
    line-height: 1;
  }
}
.cyno-top .pcimg-right-px {
  display: none;
}
@media screen and (min-width: 1550px) {
  .cyno-top .pcimg-right-px {
    display: block;
  }
}
.cyno-top .pcimg-right-px__1550 {
  display: none;
}
@media screen and (min-width: 1230px) and (max-width: 1549px) {
  .cyno-top .pcimg-right-px__1550 {
    display: block;
  }
}
.cyno-top .pcimg-right-px__1230 {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1229px) {
  .cyno-top .pcimg-right-px__1230 {
    display: block;
  }
}
.cyno-top .contents-main-title {
  color: #006d9c;
}
@media screen and (min-width: 768px) {
  .cyno-top .contents-main-title {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .contents-main-title {
    font-size: 40px;
    line-height: 1;
  }
}
@media screen and (min-width: 768px) {
  .cyno-top .contents-main-title-no {
    font-size: 150px !important;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .contents-main-title-no {
    font-size: 60px !important;
    font-weight: 600;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .contents-main-title-textside {
    writing-mode: unset;
  }
}
.cyno-top .news-text {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .cyno-top .news-text {
    font-size: 120px !important;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .news-text {
    font-size: 60px !important;
  }
}
@media screen and (min-width: 768px) {
  .cyno-top .read-more {
    max-width: 1360px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .cyno-top .read-more {
    width: 100%;
    padding: 0 20px;
  }
}