<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.container_ a {
  text-decoration: none !important;
}

.container_ a:hover {
  text-decoration: none !important;
}

.pcompanylinks a {
  text-decoration: none !important;
}

.pcompanylinks a:hover {
  text-decoration: none !important;
}

/* constant */
/* base */
.serchicon i:before {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.sportconW {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}

.sportfivNav {
  position: fixed;
  background: #EDEDED;
  width: 100%;
}

.sportfivNav {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  bottom: 0;
  z-index: 100;
}

.sportfivNav ul {
  max-width: 980px;
  margin: 0 auto;
  font-size: 0;
}

.sportfivNav ul li {
  width: 70%;
  display: inline-block;
  font-size: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sportfivNav ul li:first-child {
  padding-right: 40px;
}

.sportfivNav ul li:last-child {
  padding-left: 40px;
}

.sportfivNav ul li dl {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 10px;
}

.sportfivNav ul li dt {
  font-size: 16px;
  font-weight: bold;
}

.sportfivNav ul li dd {
  font-size: 12px;
}

.sportfivNav ul li p {
  font-size: 14px;
  width: 50%;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}

.sportfivNav p a {
  background: #000;
  width: 100%;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 24px;
  position: relative;
  color: #FFF;
}

.sportfivNav p a:hover {
  background: #FFF;
  color: #000;
}

.hintbox {
  padding: 80px 5% 60px;
}

.linkprod {
  background: #EEE;
  color: #000;
  letter-spacing: 1px;
  border-radius: 50%;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  font-size: 11px;
  right: -3.5%;
}

div.container_ {
  min-width: 100%;
  margin-bottom: 0 !important;
}

#footer {
  margin-top: 0;
}

#footer_sitemap {
  width: calc(100% - 191px);
}

.pc-none {
  display: block;
}

@media screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .mapss {
    max-width: 600px;
    margin: 0 auto;
  }
  .pc-none {
    display: none !important;
  }
  .sp-none {
    display: block;
  }
  #header #globalnav {
    left: auto;
    text-align: right;
    width: 100%;
    top: 50px !important;
    right: 28px !important;
    position: absolute !important;
  }
}

.video-area {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

#bg-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*画面サイズが変わっても常に動画の中央が表示されるようにする*/
/*動画よりも画面が横に長くなるとき用*/
@media (aspect-ratio: 16 / 9), (min-aspect-ratio: 16 / 9) {
  video {
    width: 100%;
  }
}

/*動画よりも画面が縦に長くなるとき用*/
@media (max-aspect-ratio: 16 / 9) {
  video {
    height: 110%;
  }
}

@media screen and (max-width: 767px) {
  .mainImg {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  .mainImg .image-text {
    position: absolute;
    top: 70px;
    left: 20px;
    color: #FFF;
    text-align: left;
  }
  .mainImg .image-text .main-text {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.0;
    margin-bottom: 5px;
    text-align: left;
  }
  .mainImg .image-text .sub-text {
    font-size: 13px;
    font-weight: normal;
  }
  .mainImg .mainTxt .main {
    font-size: 26px;
  }
  .mainImg .mainTxt .sub {
    line-height: 25px;
  }
  #covervisual {
    width: 100%;
    height: 508px;
    overflow: hidden;
    background-image: none;
    background-size: auto 508px;
    background-position: 0 0;
  }
  #covervisual img {
    height: 508px;
  }
  .mainvsab {
    width: 100%;
    min-width: 100%;
    height: 100%;
  }
  .maincp {
    display: none;
  }
  .mainImg {
    overflow: hidden;
  }
  .sp-none_ {
    display: none;
  }
  .video {
    width: 85%;
  }
  .munubtnrapp {
    top: 20px;
  }
  i:after {
    content: '';
    height: 12px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .serchicon {
    position: fixed;
    width: 30px;
    left: 20px;
    top: 15px;
    z-index: 100000;
    display: block;
  }
  .serchicon i:before {
    width: 12px;
    border: 2px #000 solid;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
  }
  .serchicon i:before, .serchicon i:after {
    content: '';
    height: 12px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .serchicon i:after {
    width: 2px;
    background: #000;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    top: 11px;
    left: 15px;
  }
  .splogos {
    display: block !important;
    display: block;
    top: 15px;
    left: 60px;
  }
  .menu-trigger span {
    background: #000;
  }
  .menu-trigger.close span {
    background: #FFF;
  }
  .isResp #header {
    height: auto;
  }
  .mainTxt img {
    max-width: 240px !important;
  }
  #header, #header-box {
    background: transparent !important;
  }
  .intno.menuon .topbaseLogos {
    display: none !important;
  }
  .intno.menuon .topLogos {
    display: block !important;
  }
  .intno.menuon .serchicon i:before {
    border: 2px #FFF solid;
  }
  .intno.menuon .serchicon i:after {
    background: #FFF;
  }
  .sportfivNav {
    padding: 10px;
  }
  .sportfivNav ul li {
    width: 100%;
  }
  .sportfivNav ul li:first-child {
    padding-right: 5px;
  }
  .sportfivNav ul li:last-child {
    padding-left: 5px;
  }
  .sportfivNav ul li dd {
    font-size: 11px;
  }
  .toku-box {
    background: #FFF !important;
    margin-top: 20px !important;
    padding: 3% 5% 3% !important;
  }
  .toku-box h2 {
    font-size: 34px;
  }
  .toku-box .inbox b {
    font-size: 18px !important;
  }
  .toku-box .inbox {
    width: 49%;
  }
  .bdlast {
    border-bottom: solid 1px #000;
    margin-bottom: 20px;
  }
  .hintbox {
    padding: 5%;
  }
  .mapss {
    margin-left: 10px;
    margin-right: 10px;
  }
  .linkprod {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 11px;
    right: -2%;
  }
}

.linkprod:hover {
  background: #000;
  color: #FFF;
}

div.label {
  font-size: 16px;
  background: #000;
  border: solid 1px #000;
  padding: 2px 10px;
  display: inline-block;
  color: #FFF;
  margin-bottom: 20px;
  width: 7em;
  text-align: center;
}

#campnews1 {
  display: none;
}

#select_lang {
  z-index: 40;
}

#lang_en {
  background: #FFF;
}

#header #globalnav {
  z-index: 10;
}

.contactList {
  text-align: right;
  width: auto;
}

.contactList li {
  width: auto;
}

.contactList li a {
  border-bottom: 2px solid #000;
}

#sidebox_search *, #sidebox_search :after, #sidebox_search :before {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

p.serchicon {
  position: fixed;
}

.mainvsab {
  height: 100% !important;
}

/* parts */
.under-line {
  position: relative;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 10px;
}

.under-line:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: #000000;
  position: absolute;
  right: 0;
  bottom: 0;
}

.maincp {
  z-index: 1000;
}

.scrolltext {
  z-index: 4000;
  bottom: 200px;
}

.scroll:before {
  z-index: 4001;
}

.scroll {
  bottom: 100px;
  z-index: 4002;
}

.fade-in {
  -webkit-transition: 2s;
  transition: 2s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.fade-out {
  -webkit-transition: 2s;
  transition: 2s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}

.fade-in.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fade-out.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slidelr-in, .sliderl-in {
  overflow: hidden;
  display: block;
  opacity: 0;
}

.slidelr-in.is-show {
  -webkit-animation-name: slideTextX100;
          animation-name: slideTextX100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.td-250 {
  -webkit-transition-delay: 250ms;
          transition-delay: 250ms;
}

.td-500 {
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
}

.td-750 {
  -webkit-transition-delay: 750ms;
          transition-delay: 750ms;
}

.td-1000 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.td-1250 {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

.td-1500 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

@-webkit-keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.sliderl-in.is-show {
  -webkit-animation-name: slideTextX-100;
          animation-name: slideTextX-100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.banner.glow {
  position: relative;
}

.banner.glow img {
  position: relative;
  z-index: 10;
}

.banner.glow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 0;
  background: #FFF;
  -webkit-animation: ripple 4s cubic-bezier(0.3, 0, 0.1, 1) infinite;
  animation: ripple 4s cubic-bezier(0.3, 0, 0.1, 1) infinite;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
    opacity: 0;
  }
}

.banner.updown {
  -webkit-animation-name: updown;
          animation-name: updown;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes updown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes updown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.floating {
  position: fixed;
  left: 45px;
  bottom: 300px;
  z-index: 50;
  width: 45px;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.floating .side_text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: absolute;
  height: 200px;
  font-family: 'Cinzel', serif;
  font-size: 14px;
  font-weight: normal;
}

.floating a {
  width: 45px;
  height: auto;
  color: #fff;
  background-color: #000;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 45px;
  letter-spacing: 0.2em;
  padding: 27px 0;
}

.floating a:hover {
  text-decoration: none;
  background-color: #f2f2f2;
  color: #000;
}

.floating .contact {
  margin-bottom: 6px;
}

.floating .contact a {
  height: 160px;
}

@media screen and (max-width: 767px) {
  .floating {
    bottom: 400px;
    left: 14px;
  }
  .floating a {
    display: inline-block;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    width: 100%;
    height: 30px;
  }
  .floating .contact {
    display: inline-block;
    width: calc(50% - 1px);
    border-right: 1px solid #fff;
    margin: 0;
  }
  .floating .reserved {
    display: inline-block;
    width: calc(50% - 0px);
    margin: 0;
  }
}

.floating-b {
  position: fixed;
  right: 0;
  top: 291px;
  z-index: 9999;
  width: 45px;
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.floating-b a {
  width: 45px;
  height: 140px;
  color: #fff;
  background-color: #000;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 45px;
  letter-spacing: 0.2em;
}

.floating-b a:hover {
  text-decoration: none;
}

.floating-b .contact {
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .floating-b {
    width: 100%;
    height: 60px;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 0;
    background-color: #000;
  }
  .floating-b a {
    display: inline-block;
    -webkit-writing-mode: initial;
    -ms-writing-mode: initial;
    writing-mode: initial;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
    width: 100%;
    height: 30px;
  }
  .floating-b .contact {
    display: inline-block;
    width: 100%;
    margin: 0;
  }
  .floating-b .contact .icon-tel {
    margin-right: 8px;
  }
  .floating-b .contact .icon-tel img {
    width: 14px;
  }
  .floating-b .reserved {
    display: inline-block;
    width: calc(50% - 0px);
    margin: 0;
  }
}

.btn {
  display: block;
  position: relative;
  background: #f2f2f2;
  width: 330px;
  position: relative;
  font-weight: bold;
  text-align: left;
  font-size: 14px;
  line-height: 1.0;
  padding: 20px 24px;
  margin: 0 auto;
}

.btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  height: 5px;
  background: url(https://www.cassina-ixc.jp/assets/img/professional/ar.png) left center no-repeat;
  background-size: contain;
  vertical-align: middle;
  right: 20px;
  top: 25px;
}

.btn:hover:after {
  background: url(https://www.cassina-ixc.jp/assets/img/professional/ar_w.png) left center no-repeat;
  background-size: contain;
}

.btn-white {
  background-color: #FFF;
  color: #000;
}

.btn-white:hover {
  color: #FFF;
  background: #000;
  text-decoration: none;
}

.rinkbtn a {
  margin-top: 0;
}

.sp-fancybox-wrap, .ins-preview-wrapper {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .header-filter {
    position: fixed;
    height: 53.45px;
    top: 0;
    width: 100%;
    left: 0;
    background-color: #a5a5a5;
    mix-blend-mode: multiply;
    z-index: 100;
  }
}

img {
  max-width: 100%;
}

@media screen and (max-width: 992px) {
  #sidebox_search {
    display: none !important;
  }
  #sidr {
    display: none !important;
  }
  .mainImg .news {
    width: 100%;
    top: 0;
    left: 0;
    padding: 20px;
  }
  .mainImg .news h2 {
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 15px;
  }
  .mainImg .news .linknav {
    top: 20px;
    right: 20px;
    line-height: 1.0;
  }
  .mainImg .news .news-list {
    height: 57px;
    overflow: hidden;
  }
  .mainImg .news .news-list li {
    margin-top: 16px;
  }
  .mainImg .news .news-list li dl dt {
    display: block;
    margin-bottom: 10px;
  }
  .mainImg .news .news-list li dl dd {
    display: block;
  }
  .mainImg .news-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 125px;
    background-image: url(https://www.cassina-ixc.jp/assets/img/professional/news_cover.png);
    mix-blend-mode: multiply;
    z-index: 2999;
  }
}

div.wrapper_ {
  padding-top: 82px;
}

@media screen and (max-width: 767px) {
  .isResp div.wrapper_ {
    padding-top: 60px !important;
  }
  #header {
    border-bottom: none !important;
  }
}

.mainImg {
  position: relative;
  width: 100%;
  height: calc(100vh - 82px);
  overflow: hidden;
}

.mainImg .mainvsab {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: bottom center;
}

.mainImg .mainvsab #covervisual {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mainImg .mainvsab #covervisual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.mainImg .mainTxt {
  font-family: neue-haas-grotesk-display,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  color: #fff;
  position: absolute;
  top: 148px;
  left: 0;
  bottom: auto;
}

.mainImg .mainTxt.right {
  left: auto;
  right: 0;
}

.mainImg .mainTxt.right .mainTxt-title {
  padding-left: 0;
  padding-right: 137px;
}

.mainImg .mainTxt.right .mainTxt-main {
  padding-left: 0;
  padding-right: 137px;
}

.mainImg .mainTxt.right .mainTxt-position {
  padding-left: 0;
  padding-right: 137px;
}

.mainImg .mainTxt.right .mainTxt-name {
  padding-left: 0;
  padding-right: 137px;
}

.mainImg .mainTxt-title {
  font-size: 34px;
  line-height: 1.0;
  font-weight: 600;
  padding-left: 137px;
  margin-bottom: 5px;
}

.mainImg .mainTxt-main {
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
  border-bottom: 1px solid #fff;
  padding: 0 0 20px 137px;
  margin-bottom: 20px;
}

.mainImg .mainTxt-position {
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  padding-left: 137px;
  margin-bottom: 10px;
}

.mainImg .mainTxt-name {
  font-size: 24px;
  line-height: 1.0;
  font-weight: 600;
  padding-left: 137px;
}

@media screen and (max-width: 767px) {
  .mainImg {
    height: calc(100vh - 60px);
  }
  .mainImg .mainvsab {
    padding: 0;
  }
  .mainImg .mainvsab #covervisual img {
    -o-object-position: 60% bottom;
       object-position: 60% bottom;
  }
  .mainImg .mainTxt {
    top: auto;
    bottom: 40px;
    left: 0;
  }
  .mainImg .mainTxt-title {
    font-size: 26px;
    line-height: 1.0;
    padding-left: 25px;
    margin-bottom: 8px;
  }
  .mainImg .mainTxt-main {
    font-size: 22px;
    line-height: 35px;
    padding-left: 25px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .mainImg .mainTxt-position {
    font-size: 14px;
    line-height: 25px;
    padding-left: 25px;
    margin-bottom: 16px;
  }
  .mainImg .mainTxt-name {
    font-size: 20px;
    line-height: 1.0;
    padding-left: 25px;
  }
}

#breadcrumb {
  position: absolute;
  top: 59px;
  left: 85px;
  z-index: 10;
  font-family: neue-haas-grotesk-display,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

#breadcrumb ul {
  font-size: 12px;
  line-height: 1.0;
  font-weight: 400;
}

#breadcrumb ul li {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  margin-right: 5px;
}

#breadcrumb ul li:after {
  display: inline;
  content: '&gt;';
  margin-left: 5px;
}

#breadcrumb ul li:last-child::after {
  content: '';
}

#breadcrumb ul li a:hover {
  color: #918E80;
  text-decoration: none;
}

#breadcrumb ul li a.current {
  color: #918E80;
}

@media screen and (max-width: 767px) {
  #breadcrumb {
    top: 37px;
    left: 25px;
  }
  #breadcrumb ul {
    margin-bottom: 0;
  }
}

div.container_ {
  max-width: 100% !important;
  min-width: auto;
  background-color: #FFF;
  text-align: left;
  position: relative;
  font-family: neue-haas-grotesk-display,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  z-index: 10;
  padding: 74px 0 0;
}

@media screen and (max-width: 767px) {
  div.container_ {
    padding-bottom: 0;
  }
}

div.container_ .mt-30 {
  margin-top: 30px !important;
}

div.container_ .mt-44 {
  margin-top: 44px !important;
}

div.container_ .mb-0 {
  margin-bottom: 0 !important;
}

div.container_ .mb-20 {
  margin-bottom: 20px !important;
}

div.container_ .mb-25 {
  margin-bottom: 25px !important;
}

div.container_ .mb-30 {
  margin-bottom: 30px !important;
}

div.container_ .mb-60 {
  margin-bottom: 60px !important;
}

div.container_ .mb-70 {
  margin-bottom: 70px !important;
}

div.container_ .mb-80 {
  margin-bottom: 80px !important;
}

div.container_ .pb-80 {
  padding-bottom: 80px !important;
}

div.container_ .ta-r {
  text-align: right;
}

div.container_ .cb {
  clear: both;
}

div.container_ .backbtns a:before {
  background: url(https://www.cassina-ixc.jp/assets/img/professional/202206/btn_next.png) center center no-repeat;
  background-size: cover;
}

div.container_ .backbtns a, div.container_ .backbtns a:hover {
  color: #9D8361;
  text-decoration: none;
}

div.container_ .linkbtn {
  text-align: center;
}

div.container_ .linkbtn a {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 200px;
  color: #fff;
  font-size: 12px;
  line-height: 1.0;
  font-weight: normal;
  text-decoration: none;
  background-color: #000;
  border: 1px solid #000;
  padding: 14px;
}

div.container_ .linkbtn a:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 5px;
  background: url(https://www.cassina-ixc.jp/assets/img/professional/ar_w.png) left center no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 17px;
}

div.container_ .linkbtn a:hover {
  background-color: #918E80;
  border-color: #918E80;
  text-decoration: none;
  color: #fff;
}

div.container_ h1 {
  max-width: 1092px;
  text-align: center;
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
  border-bottom: 1px solid #707070;
  padding-bottom: 43px;
  margin: 0 auto 55px;
}

div.container_ h2 {
  text-align: left;
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 22px;
}

div.container_ h3 {
  text-align: center;
  font-size: 26px;
  line-height: 1.0;
  font-weight: 600;
  margin-bottom: 29px;
}

div.container_ h4 {
  text-align: left;
  font-size: 20px;
  line-height: 1.0;
  font-weight: 600;
  border-bottom: 1px solid #707070;
  padding-bottom: 16px;
  margin-bottom: 45px;
}

div.container_ .main-text {
  max-width: 1092px;
  margin: 0 auto 75px;
}

div.container_ .main-text p {
  font-size: 15px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 0;
}

div.container_ .container {
  padding: 0;
}

div.container_ .container .row {
  gap: 70px;
  margin: 0;
}

div.container_ .container .row .col-lg-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 35px);
          flex: 0 0 calc(50% - 35px);
  max-width: calc(50% - 35px);
  padding: 0;
}

div.container_ #recruit-nav {
  background-color: #eaeaea;
  text-align: center;
  padding: 55px 0;
  margin-bottom: 67px;
}

div.container_ #recruit-nav .title {
  position: relative;
  font-size: 15px;
  line-height: 1.0;
  font-weight: 600;
  margin-bottom: 28px;
}

div.container_ #recruit-nav .title:after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  bottom: -14px;
  left: calc(50% - 15px);
}

div.container_ #recruit-nav .position {
  font-size: 15px;
  line-height: 1.0;
  font-weight: 400;
  margin-bottom: 49px;
}

div.container_ #newgraduate {
  max-width: 760px;
  margin: 0 auto 70px;
}

div.container_ #newgraduate .link-outbound {
  text-align: center;
  margin-bottom: 32px;
}

div.container_ #newgraduate .link-outbound span {
  font-size: 14px;
  line-height: 1.0;
  font-weight: 400;
}

div.container_ #newgraduate .link-outbound span:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(https://www.cassina-ixc.jp/assets/img/recruit/link-outbound.png) center center no-repeat;
  background-size: contain;
  margin-left: 5px;
}

div.container_ #newgraduate .link-outbound a {
  text-decoration: none !important;
  color: #000;
}

div.container_ #newgraduate .link-outbound a:hover {
  color: #918E80;
}

div.container_ #newgraduate .link-outbound a strong {
  font-weight: 400;
  text-decoration: underline;
}

div.container_ #newgraduate .image img {
  width: 760px;
  height: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

div.container_ #newgraduate .image img:hover {
  opacity: 0.8;
}

div.container_ #interviewList {
  max-width: 760px;
  margin: 0 auto 150px;
}

div.container_ #interviewList .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 45px 50px;
}

div.container_ #interviewList .items .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 100px) / 3);
          flex: 0 0 calc((100% - 100px) / 3);
}

div.container_ #interviewList .items .item a dl {
  margin-bottom: 0;
}

div.container_ #interviewList .items .item a dl dt {
  overflow: hidden;
  margin-bottom: 15px;
}

div.container_ #interviewList .items .item a dl dt img {
  width: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

div.container_ #interviewList .items .item a dl dd {
  margin-bottom: 0;
}

div.container_ #interviewList .items .item a dl dd .position {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 11px;
}

div.container_ #interviewList .items .item a dl dd .name {
  font-size: 16px;
  line-height: 1.0;
  font-weight: 400;
}

div.container_ #interviewList .items .item a:hover {
  color: #000;
}

div.container_ #interviewList .items .item a:hover dl dt img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .isResp #header {
    position: fixed;
  }
  div.container_ {
    overflow: visible;
    position: relative;
    max-width: 1600px;
    min-width: auto;
    background-color: #fff;
    text-align: left;
    clear: both;
    width: auto !important;
    padding: 50px 0 0;
    margin: 0;
    z-index: 10;
  }
  div.container_ .text {
    padding: 0 15px !important;
  }
  div.container_ .text h2.title {
    font-size: 30px;
  }
  div.container_ .text p {
    padding-right: 25px;
  }
  div.container_ .text .image {
    text-align: center;
    padding-right: 50px;
    margin-bottom: 50px;
  }
  div.container_ .text .linkbtn {
    text-align: center !important;
    padding-right: 50px;
  }
  div.container_ h1 {
    font-size: 22px;
    line-height: 35px;
    padding-bottom: 29px;
    margin: 0 25px 39px;
  }
  div.container_ h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 21px;
  }
  div.container_ h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }
  div.container_ h4 {
    font-size: 16px;
    padding-bottom: 18px;
    margin-bottom: 30px;
  }
  div.container_ .main-text {
    margin: 0 25px 50px;
  }
  div.container_ .main-text p {
    font-size: 14px;
    line-height: 25px;
  }
  div.container_ .container .row {
    gap: 39px;
  }
  div.container_ .container .row .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  div.container_ .container .row .sp-order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  div.container_ .container .row .sp-order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  div.container_ #recruit-nav {
    padding: 47px 25px 56px;
    margin: 0 0 42px;
  }
  div.container_ #recruit-nav .title {
    font-size: 14px;
  }
  div.container_ #recruit-nav .position {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 45px;
  }
  div.container_ #newgraduate {
    margin: 0 25px 60px;
  }
  div.container_ #newgraduate .image img {
    width: 100%;
    height: auto;
  }
  div.container_ #interviewList {
    margin: 0 25px 150px;
  }
  div.container_ #interviewList .items {
    gap: 32px 24px;
  }
  div.container_ #interviewList .items .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 12px);
            flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
  div.container_ #interviewList .items .item a dl dt {
    margin-bottom: 13px;
  }
  div.container_ #interviewList .items .item a dl dd .position {
    font-size: 10px;
    line-height: 1.6;
    margin-bottom: 8px;
  }
  div.container_ #interviewList .items .item a dl dd .name {
    font-size: 14px;
    line-height: 1.6;
  }
}
/*# sourceMappingURL=recruit_interview.css.map */</pre></body></html>