@charset "UTF-8";
/* CONTENTS
__common
__header
__footer
__subpagecommon
__subpages
*/

/* 共通パーツ
====================================================*/
/* Noto Sans JP - DemiLight (300) */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: local("Noto Sans CJK JP Light"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Light.otf) format('opentype');
}

/* Noto Sans JP - Regular (400) */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}

/* Noto Sans JP - Medium (500) */
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format('opentype');
}

html {
  font-size: 1em;
  scroll-padding-top: 7rem;
}
a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 901px) {
  a {
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}

/* table01 ----------------------------- */
#table01 {
  border-collapse: collapse;
  width: 100%;
  margin: auto;
}
#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}
#table01 th,
#table01 td {
  padding: 24px 15px;
  border: none;
}
#table01 th {
  width: 30%;
  font-size: 15px;
  letter-spacing: 0.02em;
  font-weight: 400;
}

#table01 td {
  text-align: left;
  font-size: 15px;
  letter-spacing: 0.02em;
  width: 70%;
}
#table01 td a,#download-btn a{
	border:#666 1px solid;
	border-radius:10px;
	padding:10px 40px;
}
#table01 td a:hover,#download-btn a:hover{
	opacity:0.7;
}
#table01 td a span,#download-btn a span{
  font-size:15px;
  letter-spacing:0.06em;
}
#table01 td a span:before,#download-btn a span:before{
  content:"";
  display:inline-block;
  width:19px;
  height:17px;
  background:url(../img/common/icon_download.png) no-repeat left top;
  padding-left:5px;
  vertical-align:-2px;
}
#table01 td a span:after,#download-btn a span:after{
  content:"PDF";
  display:inline-block;
  margin-left:5px;
  padding:2px 5px;
  background:#ff0000;
  color:#fff;
  font-size:14px;
  font-weight:bold;
  line-height:1.0;
  letter-spacing:0.1em;
  vertical-align:0;
}
#download-btn{
	margin:40px 0;
	text-align:right;
}

@media only screen and (max-width: 900px) {

  #table01 {
    border-collapse: collapse;
    width: 100%;
    margin: auto;
  }
  #table01 tr {
    border-bottom: 1px solid #b5b1b1;
  }
  #table01 th,
  #table01 td {
    padding: 24px 15px;
  }
  #table01 th {
    width: 30%;
    font-size: 14px;
  }
  
  #table01 td {
    width: 70%;
    font-size: 14px;
  }

}

/* sp */
/* @media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }
  #table01 th {
    width: 100%;
  }
  #table01 td {
    padding-top: 0;
  }

} */
/* 基本スタイル
====================================================*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
}

/* 基本スタイル(背景イラスト-トップ)
====================================================*/
/* ピンクの四角 */
.pink-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 81%;
  height: 80%;
  background-color: #fef0ed;
  z-index: 0; 
}

/* 青の四角 */
.blue-box {
  position: absolute;
  top: 60%;
  right: 0;
  width: 13%;
  height: 50%;
  background-color: #c8eaf9;
}

/* 採用情報 丸 */
.recruit-cycle {
  position: absolute;
  width: 17vw;
	height: 17vw;
  margin-top: 460px;
  border-radius: 50%;
  background: #c8eaf9;
  z-index: 1;
  animation: recruit-cycle 3s ease-in-out infinite alternate;
}
@keyframes recruit-cycle {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}

/* 採用情報 丸 */
.business-cycle-pink {
  position: absolute;
  width: 20vw;
	height: 20vw;
  margin-top: 50px;
  margin-left: -50px;
  border-radius: 50%;
  background: #fde7e4;
  z-index: 1;
  animation: recruit-cycle 3s ease-in-out infinite alternate;
}
@keyframes recruit-cycle {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}

.business-cycle-pink2 {
  position: absolute;
  width: 20vw;
	height: 20vw;
  margin-top: 830px;
  margin-left: 85%;
  border-radius: 50%;
  background: #fde7e4;
  z-index: 1;
  -webkit-transform: translateZ(-10px) scale(5);
  transform: translateZ(-10px) scale(1);
  animation: recruit-cycle 3s ease-in-out infinite alternate;
}
@keyframes recruit-cycle {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}

.business-cycle-blue {
  position: absolute;
  width: 17vw;
	height: 17vw;
  margin-top: 1370px;
  margin-left: -50px;
  border-radius: 50%;
  background: #c8eaf9;
  z-index: 1;
  animation: recruit-cycle 3s ease-in-out infinite alternate;
}
@keyframes recruit-cycle {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}

.business-cycle-green {
  position: absolute;
  width: 18vw;
	height: 18vw;
  text-align: right;
  margin-top: 423px;
  margin-left: 92%;
  border-radius: 50%;
  background: #dff7f4;
  z-index: 1;
  animation: recruit-cycle 3s ease-in-out infinite alternate;
}
@keyframes recruit-cycle {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}

.business-cycle-green2 {
  position: absolute;
  width: 20vw;
	height: 20vw;
  text-align: right;
  margin-top: 1370px;
  margin-left: 70%;
  margin-bottom: 0px;
  border-radius: 50%;
  background: #dff7f4;
  z-index: 1;
  -webkit-transform: translateZ(-10px) scale(5);
  transform: translateZ(-10px) scale(1);
}
@keyframes recruit-cycle {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}

/* レスポンシブ対応 */
/* @media screen and (max-width: 900px) { */
@media screen and (max-width: 900px) {
  .pink-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 81%;
    height: 100%;
    background-color: #fef0ed;
  }
  /* 青の四角 */
  .blue-box {
    display: block;
    margin-left: auto;
    margin-right: 0;
    width: 250px;
    height: 300px;
    margin-top: -25px;
    background-color: #c8eaf9;
    z-index: 0;
  }

  .business-cycle-pink {
    width: 65vw;
    height: 65vw;
    margin-top: 210px;
    margin-left: -200px;
  }
  
  .business-cycle-pink2 {
    width: 55vw;
    height: 55vw;
    margin-top: 1456px;
    margin-left: 85%;
  }
  
  .business-cycle-blue {
    width: 40vw;
    height: 40vw;
    margin-top: 1295px;
    margin-left: -93px;
  }
  
  .business-cycle-green {
    width: 70vw;
    height: 70vw;
    margin-top: 993px;
    margin-left: 79%;
  }
  
  .business-cycle-green2 {
    width: 60vw;
    height: 60vw;
    margin-top: 1649px;
    margin-left: 38%;
  }

  .recruit-cycle {
    width: 57vw;
    height: 57vw;
    margin-top: 1060px;
    margin-left: -120px;
  }






}

/* 基本スタイル(背景イラスト-詳細)
====================================================*/
/* ピンクの四角 */
.pink-box-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 81%;
  height: 50.05vw;
  background-color: #fef0ed;
  z-index: 0; 
}
/* 青の四角 */
.blue-box-page {
  position: absolute;
  top: 18vw;
  right: 0;
  width: 16%;
  height: 42.54vw;
  background-color: #dcf2fe;
}
/* 緑の四角 */
.green-box-page {
  position: absolute;
  top: 55vw;
  width: 72%;
  height: 19vw;
  border-radius: 0 15px 15px 0;
  background-color: #e9f9f7;
  z-index: 1;
}

/* 紫の四角 */
.purple-box-page {
  position: absolute;
  top: 48.5vw;
  width:18%;
  height: 25.77vw;
  right: 40px;
  border-bottom-left-radius: 100px;
  background-color: #e2e8f1;
  z-index: 1;
}

@media screen and (max-width: 900px) {

  .pink-box-page {
    width: 78%;
    height: 102vw;
  }

  .blue-box-page {
    top: 38vw;
    width: 11.5%;
    height: 78vw;
  }

  .green-box-page {
    position: absolute;
    top: 85%;
    top: 115vw;
    width: 80%;
    height: 153.5vw;
  }

  .purple-box-page {
    display: none;
  }
}

/* ヘッダー(メニュー)
====================================================*/
/* ヘッダー全体のレイアウト */
.header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  flex-wrap: wrap;
}

/* ロゴは左寄せ */
.logo {
  font-size: 1.5em;
  font-weight: bold;
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
}

/* ナビゲーション
====================================================*/
/* メニューとお問い合わせボタンを右寄せでまとめる */
.nav-contact {
  display: flex;
  align-items: center;
}

/* メニュー */
nav ul {
  list-style: none;
  display: flex;
  gap: 15px;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
}

nav a {
  text-decoration: none;
  color: #000000;
  font-weight: 500;
}

.nav-item {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
}

.nav-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #000000;
  transition: width 0.3s ease;
}

.nav-item:hover::after,
.nav-item:focus::after {
  width: 100%; /* 左から右に伸びる */
}

/* サブメニュー
====================================================*/
.submenu {
  position: absolute;
  top: 42px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  display: none;
  width: 100%;
  min-width: 280px;
  z-index: 1020;
}
.submenu li {
  padding: 12px 24px;
  line-height: 1.6;
  transition: background-color 0.2s ease;
  z-index: 1020;
}

.nav-item:hover .submenu {
  display: block;
  z-index: 1020;
}

/* ヘッダー内のお問い合わせボタン */
.contact-button {
  background-color: #f88471;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  /*cursor: pointer;
  margin-top: 10px;
  white-space: nowrap;
  z-index: 100;*/
}

/* レスポンシブ対応 */
@media screen and (max-width: 900px) {
  .header-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
  }
  nav ul {
    flex-direction: column;
    gap: 10px;
  }
  
}

/* ハンバーガーアイコン */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 35px;
  height: 13px;
  cursor: pointer;
  position: fixed;
  z-index: 1010;

  top: 20px;
  right: 20px;
}

.hamburger span {
  display: block;
  height: 3px;
  background-color: #24cfb6;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* アクティブ状態で × に変形 */
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);

  position: fixed;
  top: 20px;
  right: 20px;
}

.hamburger.active span:nth-child(2) {
  transform: rotate(-45deg) translate(5px, -5px);

  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 1003;
}


/* メニューの初期状態（スマホ用） */
.nav-menu {
  display: none;
  flex-direction: column;
  background-color: #e9f9f7;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  z-index: 1022;
}

.nav-menu.active {
  display: flex;
}

/* スマホ表示時にハンバーガーを表示 */
@media screen and (max-width: 900px) {
  .hamburger {
    display: flex;
  }

  .nav-contact nav {
    display: none;
  }

  .nav-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .nav-menu li {
    margin-bottom: 10px;
  }

  .nav-menu a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
  }

  .contact-button {
    display: none;
  }
  .contact-buttonsub {
    display: block;
  }

  .news-image{
    display: none;
  }
}


/* トップメイン画面
====================================================*/
/* トップメイン画像レイアウト */
.top {
  display: grid;
  grid-template-areas:
    "A A X B"
    "C D X B";
  grid-template-columns: 20% 30% auto 37%;
  grid-template-rows: auto auto auto auto;
  gap: 10px;
  align-items: flex-start;   /* 縦方向：上寄せ */
}

/* 各画像の配置 */
.img1 { grid-area: A; }
.img2 { grid-area: B; }
.img3 { grid-area: C; }
.img4 { grid-area: D; }
.vertical { grid-area: X; }

/* 画像共通 */
.img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

/* 縦書き文字 */
.vertical-text {
  grid-area: X;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 2em;
  color: #666666;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-top: 150px;
  max-width: 100%;
  height: auto;  
}

.img1 {
  grid-area: A;
  align-self: start;
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: auto;  
}

.img2 {
  grid-area: B;
  align-self: start;
  position: relative;
  z-index: 1;
  margin-top: 25px;
  max-width: 100%;
  height: auto;
}

.img3 {
  grid-area: C;
  position: relative;
  z-index: 1;
  margin-left: 30px;
  max-width: 100%;
  height: auto;
}

.img4 {
  grid-area: D;
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: auto;  
}

/* レスポンシブ対応 */
@media screen and (max-width: 900px) {
  .top {
    grid-template-areas:
      "A A"
      "X B"
      "C D";
    grid-template-columns: auto 65%;
    grid-template-rows: auto auto;
  }
  .top-images {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .vertical-text {
    writing-mode: vertical-rl;
    text-orientation: upright;
    align-self: flex-start;
    margin-top: 100px;
    margin-left: -15px;
  }
}


/* トップ - NEWS SECTION
====================================================*/
/* NEWSセクション（右に画像） */
.news {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
}

.news-text {
  padding: 5px 30px;
  flex: 3;
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
}
.news-text h2 {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #00ccb2;
}
.news-text ul {
  list-style: none;
  padding: 0;
}
.news-text li {
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 1.6;
}
.news-text li strong {
  color: #00ccb2;
}

.news-image {
  flex: 1;
  max-width: 30%;
  margin-top: -11%;
}
.news-image img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  max-width: 100%;
  height: auto;
}

/* 緑の四角 */
.green-box {
  position: absolute;
  width: 80%;
  height: 200px;
  border-radius: 15px;
  margin-left: -100px;
  background-color: #e9f9f7;
  z-index: 1;
}

/* レスポンシブ対応 */
@media screen and (max-width: 900px) {
  /* 緑の四角 */
  .green-box {
    position: absolute;
    width: 95%;
    height: 200px;
    background-color: #e9f9f7;
    text-align: center;
    z-index: 1;
  }
  .top-images {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .news-content {
    flex-direction: column;
  }
  .news-image {
    max-width: 100%;
    margin-top: 20px;
  }
}

/* トップ - アートライフ SECTION
====================================================*/
.about {
  padding: 40px 0px;
}

.about h2 {
  color: #f88471;
  text-align: center;
}

.artlife-container {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin: 0 auto;

}

.artlife-image,
.artlife-content {
  width: 50%;
  /*flex: 1 1 50%;*/
  box-sizing: border-box;
}

.artlife-image img {
  width: 100%;
  height: auto;
  border-radius: 0px;
  object-fit: cover;
}

.artlife-content {
  padding-left: 30px;
  padding-right: 30px;
}

.artlife-content h2 {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #f88471;
}

.artlife-content h3 {
  color: #666666;
}

.artlife-content p {
  margin-bottom: 20px;
  line-height: 1.6;
  color: #666666;
}

.detail-button {
  background-color: #f88471;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
}

/* レスポンシブ対応 */
@media screen and (max-width: 900px) {
  .artlife-container {
    flex-direction: column;
  }
  .artlife-image,
  .artlife-content {
    width: 100%;
  }
}


/* トップ - 事業紹介 SECTION
====================================================*/
/* 事業案内一覧 */
.business-section {
  position: relative;
  padding: 20px 100px;
  z-index: 2;
}
.business-section h2 {
  color: #f88471;
  text-align: center;
}

.business-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.business-block {
  display: grid;
  gap: 20px;
  margin-bottom: 40px;
}

.grid-2x2 {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

.grid-1x2 {
  grid-template-columns: 1fr 1fr;
}

.business-block img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}
.business {
  padding: 40px 20px;
}

.business h2 {
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #f88471;
  text-align: center;
}

.facility-box {
  display: flex;
  gap: 30px;
  flex-direction: row; /* PCでは横並び */
  align-items: center;
  flex-wrap: wrap;
  padding: 20px;
  border-radius: 10px;
}
.facility-box .facility-h3 {
  /*position: absolute;*/
  padding: 0px 20px 0px 20px;
  width: 100%;
  height: 50px;
  background-color: #24cfb6;
  color: #ffffff;
  margin-top: 20px;
}

.facility-text {
  flex: 1;
  min-width: 250px;
  padding: 0px 150px 0px 20px;
}

.facility-text p {
  margin-bottom: 15px;
  line-height: 1.6;
}

.facility-button {
  padding: 10px 30px;
  border: 2px solid #f88471; /* ピンクの枠線 */
  background-color: #ffffff;   /* 白い中身 */
  color: #f88471;            /* ピンクの文字 */
  border-radius: 50px;       /* 楕円形にする */
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

.hollow-pink-button:hover {
  background-color: #f88471; /* ホバー時にピンクに塗りつぶす */
  color: #ffffff;              /* 文字を白に */
}

.facility-image img {
  width: 261px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

.facility-image .fimg1 {
  border-top-left-radius: 30px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 0px;
}

.facility-image .fimg2 {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 00px;
  border-bottom-right-radius: 30px;
  display: flex;
  align-items: flex-end;
  width: 230px;
  height: 180px;
}

.facility-image .fimg3 {
  border-top-left-radius: 30px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 230px;
  height: 190px;
  margin-left: auto;
  margin-right: 0;
}

.facility-image .fimg4 {
  border-top-left-radius: 0px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 30px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 900px) {
  .facility-box{
    flex-direction: column;
    width: 100%;
    padding: 0px;
  }
  .facility-text {
    order: 2; /* 左画像を下に */
  }
  .facility-image {
    order: 1; /* 右画像を上に */
  }
  .facility-image img {
    width: 100%;
  }
  .business-grid {
    gap: 30px;
  }
  .facility-image img {
    width: 100%;
    height: auto;
  }
}


/* トップ - 採用情報 SECTION
====================================================*/
/* 採用情報 */
.recruit {
  position: relative;
  display: flex;
  justify-content: flex-end;
  z-index: 2;
  -webkit-transform: translateZ(5px);
  transform: translateZ(5px);
}

.recruit-content {
  display: flex;
  flex-direction: row; /* PCでは横並び */
  width: 95%;
  background-color: #fef0ed;
  border-radius: 10px;
  overflow: hidden;
  border-top-left-radius: 80px;
}

.recruit-left {
  padding: 100px 30px 50px 50px;
}
.recruit-left .subtitle {
  display: block;
  font-size: 14px;
  color: #f88471;
}
.recruit-left h2 {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #666666;
}
.recruit-left p {
  margin-bottom: 20px;
  line-height: 1.6;
}
.recruit-button {
  display: inline-block;
  background-color: #f88471;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
}

/* 採用情報(PC左側) */
.recruit-right {
  flex: 1;
  vertical-align: top;
  height:100%;
}
.recruit-right img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* スマホ用：縦並び＋順番逆転 */
@media (max-width: 900px) {
  .recruit-content {
    flex-direction: column; /* 縦並びに変更 */
    /*width: 90%;*/
    /*padding-left: 100px;*/
    border-top-left-radius: 120px;
  }
  .recruit-left {
    order: 2; /* 左画像を下に */
    padding: 30px 50px 50px 100px;
  }
  .recruit-right {
    order: 1; /* 右画像を上に */
  }
  .recruit-right img {
    width: 100%; /* 縦並び時は全幅に */
    padding-bottom: 0px;
  }
}

/* トップ - INTERVIEW SECTION
====================================================*/
.interview-section {
  padding: 20px 20px;
}
.interview-section h2 {
  font-size: 3em;
  margin-bottom: 20px;
  color: #999999;
}

.interview-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 20px;
  padding-bottom: 10px;
}
.interview-card {
  margin-bottom: 0px;
}
.slide-container {
    width: 100%;
    margin: 50px auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.slide {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 400px;
  margin: auto;
  background: #fff;
}
.slide img {
  display: block;
  position: absolute;
  width: inherit;
  height: inherit;
  left: 100%;
  animation: slide-anime 15s ease infinite;
}
.slide img:nth-of-type(1) {animation-delay: 0s;}
.slide img:nth-of-type(2) {animation-delay: 3s;}
.slide img:nth-of-type(3) {animation-delay: 6s;}
.slide img:nth-of-type(4) {animation-delay: 9s;}
.slide img:nth-of-type(5) {animation-delay: 12s;}
 
@keyframes slide-anime{
  0% {left: 100%;}
  2% {left: 0;}
  18% {left: 0;}
  20% {left: -100%;}
  100% {left: -100%;}
}
.slide-paused:hover .slide-wrapper {
   animation-play-state: paused;
 }
 .slide-paused:hover .slide-wrapper img:hover {
   opacity: .8;
   cursor: grabbing;
 }



.side-img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 400px;
}
p.side-txt {
  width: 400px;
}
.interview-line {
  position:absolute;    /*絶対位置指定*/
  left:305px;           /*横位置の指定*/
  top:6%;               /*縦位置の指定*/
  background:#42bdf2; /*線の色指定*/
  width:1px;            /*線の幅指定*/
  height:15%;           /*線の高さ指定*/
}
.interview-syubetsu {
  position:absolute;    /*絶対位置指定*/
  left:290px;           /*横位置の指定*/
  top:23%;               /*縦位置の指定*/
  writing-mode: sideways-rl; /* 縦書き・右から左へ */
  text-orientation: upright; /* 文字を縦向きに保つ */
  font-size: 1.2rem;
  line-height: 1.5; 
}

.interview-image {
  width: 100%;
  height: auto;
  max-width: 300px;
  border-radius: 10px;
}
.interview-info {
  margin-top: 10px;
}
.home {
  width: 100%;
  height: auto;
  font-size: 14px;
  color: #888;
}
.name {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.flex{
  display: flex;
  justify-content: space-between;
}
.flex .side-img{
  width: 89%;
}
.flex .side-txt{
  width: 9%;
  color: #42bdf2;
}

.slide {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 300px;
  margin: auto;
  background: #fff;
}
.slide img {
  display: block;
  position: absolute;
  width: inherit;
  height: inherit;
  left: 100%;
  animation: slide-anime 15s ease infinite;
}
.slide img:nth-of-type(1) {animation-delay: 0s;}
.slide img:nth-of-type(2) {animation-delay: 3s;}
.slide img:nth-of-type(3) {animation-delay: 6s;}
.slide img:nth-of-type(4) {animation-delay: 9s;}
.slide img:nth-of-type(5) {animation-delay: 12s;}
 
@keyframes slide-anime{
  0% {left: 100%;}
  2% {left: 0;}
  18% {left: 0;}
  20% {left: -100%;}
  100% {left: -100%;}
}


/* レスポンシブ対応 */
@media screen and (max-width: 900px) {
  .interview-slider {
    flex-direction: column;
    width: 100%;
  }
  .recruit-right {
    width: 100%;
  }
  .interview-slider {
    gap: 10px;
  }
  .slide {
    width: 70%;
  }
}

/* サブ画面 - トップ SECTION
====================================================*/
.pageheader {
  position: relative;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
  /* -webkit-transform: translateZ(5px);
  transform: translateZ(5px); */
  padding: 0px 40px;
}

.pageheader-left {
  display: flex;
  flex-direction: row; /* PCでは横並び */
  width: 100%;
  height:280px;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 100px;
}

.pageheader-left h2 {
  display: flex;
	justify-content: flex-start;
	align-items: flex-start;
  flex-direction: column;
	flex-wrap: wrap;
	gap: 5px;
  margin-left: 70px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 40px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.pageheader-left h2 b {
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.pageheader-left .subtitle {
  font-size: 14px;
  color: #00ccb2;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.pageheader-bottom-left {
  position: absolute;
  bottom: 0;
  left: 45px;
  padding: 5px 10px;
  font-size: 12px;
  letter-spacing: 0.05em;
}

/* 採用情報(PC左側) */
.pageheader-right {
  flex: 1;
  vertical-align: top;
}
.pageheader-right img {
  width: 100%;
  height: auto;
  object-fit: cover;
  padding-bottom: 50px;
}

/* スマホ用：縦並び＋順番逆転 */
/* @media (max-width: 900px) { */
@media (max-width: 900px) {
  .pageheader {
    padding: 0px 20px;
  }

  .pageheader-content {
    flex-direction: column; /* 縦並びに変更 */
    /*width: 90%;*/
    /*padding-left: 100px;*/
    border-top-left-radius: 120px;
  }
  .pageheader-left {
    padding: 20px;
    height: 30vw;
    border-top-left-radius: 50px;
  }

  .pageheader-left h2 {
	width: calc(100% - 60px)!important;
    gap: 2px;
    margin-left: 20px;
    left: 20px;
    top: 50%;
  }

  .pageheader-left h2 b {
    font-size: 23px;
  }
  .pageheader-right {
    order: 1; /* 右画像を上に */
  }
  .pageheader-right img {
    width: 100%; /* 縦並び時は全幅に */
    padding-bottom: 0px;
  }

  .pageheader-bottom-left {
    bottom: -35px;
    left: 20px;
    padding: 5px 0;
    font-size: 10px;
  }
}

/* サブ画面 - 詳細 SECTION
====================================================*/
.pagedetail {
  padding: 0 40px 40px 40px;
  position: relative;
  z-index: 1;
}
.pagedetail h2 {
  color: #f88471;
  text-align: left;
  letter-spacing:0.1em;
}
.pagedetail-container {
  background-color: #ffffff;
  display: flex;
  gap: 30px;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin: 0 auto;
  border-top-right-radius: 120px;
}
.pagedetail-image{
  width: 65%;
}
.pagedetail-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-bottom-right-radius: 120px;
}
.pagedetail-content {
  width: 35%;
  box-sizing: border-box;
  padding-top: 80px;
  padding-left: 30px;
  padding-right: 50px;
}
.pagedetail-content h2 {
  color: #f88471;
}
.pagedetail-content h3 {
  color: #666666;
}
.pagedetail-content p {
  margin-bottom: 20px;
  line-height: 1.6;
  color: #666666;
}

.page-contents {
  position: relative;
  z-index: 1;
  padding: 40px 0;
}

/* レスポンシブ対応 */
/* @media screen and (max-width: 900px) { */
@media screen and (max-width: 900px) {
  .pagedetail-container {
    flex-direction: column;
  }
  .pagedetail-image,
  .pagedetail-content {
    width: 100%;
  }

  .page-contents {
    margin-top: 25px;
    padding: 0 0 25px;
  }
}


/* サブ画面 - 特徴 SECTION
====================================================*/
.features {
  width: 100%;
  margin-top:150px;
}
.features h2 {
  color: #f88471;
  text-align: center;
  ont-size:20px;
}
.features-no{
  position: absolute;
  color: #00ccb2;
  font-size: 42px;
  text-align: center;
}
.features-item-01{width: 100%;display:flex;align-items:flex-end;gap: 59px;}
.features-item-01 .service-item-img{width: 57%;margin-left:30px;}
.features-item-01 .service-item-img::before{content:'01';position:absolute;font-size:133px;font-family: var(--en-font);letter-spacing:.1em;line-height:1;color:var(--light-green);bottom: -9px;left: -9px;z-index:1}
.features-item-content{flex:1;}
.features-item-01 .service-item-des h3{font-size:30px;letter-spacing:.15em;line-height: 2.1;}
.features-item-01 .service-item-des h3 span{display:block;font-size:20px;line-height: 1;}
.features-item-01 .service-item-des p{margin-top: 2em;letter-spacing:.13em;line-height: 1.7;}
.features-item-01 .more > span{margin-top: 24px;}

.features-01 {
  position: relative;
  display: flex;
  justify-content: flex-start;
  z-index: 2;
}
.features-02 {
  position: relative;
  display: flex;
  justify-content: flex-end;
  z-index: 2;
}

.features-content {

  display: flex;
  /*gap: 30px;*/
  align-items: flex-start;
  flex-wrap: nowrap;
  margin: 0 auto;
  border-top-right-radius: 120px;

  /*position: relative;
  display: flex;
  flex-direction: row; 
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;*/
  overflow: hidden;
}
.features-left,
.features-right {
    width: 50%;
}

/* 特徴(PC左側) */
.features-left {
  flex: 1;
  padding: 100px 30px 50px 50px;
}
.features-left .subtitle {
  display: block;
  font-size: 14px;
  color: #f88471;
}
.features-left img {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
  padding-bottom: 50px;
}
.features-left h2 {
  font-size: 1.5em;
  margin-bottom: 15px;
  text-align: left;
  color: #666666;
}
.features-left p {
  margin-bottom: 20px;
  line-height: 1.6;
}
.features-button {
  display: inline-block;
  background-color: #f88471;
  color: #ffffff;
  padding: 10px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
}

/* 特徴(PC右側) */
.features-right {
  flex: 1;
  vertical-align: top;
}
.features-right h2 {
  font-size: 1.5em;
  margin-bottom: 15px;
  text-align: left;
  color: #666666;
}
.features-right img {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
  padding-bottom: 50px;
}
.features-right h2 {
  font-size: 1.5em;
  margin-bottom: 15px;
  color: #666666;
}
.features-right p {
  margin-bottom: 20px;
  line-height: 1.6;
}

/* スマホ用：縦並び＋順番逆転 */
@media (max-width: 900px) {
  .content {
    flex-direction: column; /* 縦並びに変更 */
  }
  .features-left,
  .features-right {
    width: 100%;
  }
  .features-left {
    order: 2; /* 左画像を下に */
    padding: 30px 50px 50px 100px;
  }
  .features-left img {
    width: 100%; /* 縦並び時は全幅に */
    padding-bottom: 0px;
  }
  .features-right {
    order: 1; /* 右画像を上に */
  }
  .features-right img {
    width: 100%; /* 縦並び時は全幅に */
    padding-bottom: 0px;
  }
}

/* サブ画面 - 
====================================================*/
.page-section {
  text-align: center;
  padding: 0 40px 80px;
  background: #fff;
}

.page-section:last-of-type {
  padding-bottom: 0;
}

.page-section-inner {
  max-width: 800px;
  margin: 0 auto;
}

.page-section h2,
.page-section h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
  margin-top: 0;
  padding-top: 30px;
  color: #333333;
}

.page-section-inner > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: left;
}

.page-section-inner > p.text-center {
  text-align: center;
}

.page-section > p + p {
  margin-top: 20px;
}

@media (max-width: 900px) {
  .page-section {
    padding: 0 20px 40px;
  }
  
  .page-section h2,
  .page-section h3 {
    font-size: 21px;
  }
  
  .page-section-inner > p {
    font-size: 14px;
  }
  
  .page-section > p + p {
    margin-top: 20px;
  }
}

/* サブ画面 - 施設詳細 SECTION
====================================================*/
.facility-detail {
  text-align: center;
  padding: 0 40px;
  background: #fff;
}

.facility-detail-inner {
  max-width: 800px;
  margin: 0 auto;
}

.facility-detail h2,
.facility-detail h3 {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  margin-top: 0;
  padding-top: 30px;
  color: #333333;
}
.pdfDl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  margin: 0 auto;
  padding: .9em 2em;
  border: 1px solid #473938;
  border-radius: 5px;
  background-color: #fff;
  color: #473938;
  font-size: 1em;
  gap: 10px;
}
.pdfDl:hover {
   background-color: 473938;
}
.pdfDl::after {
  width: 1.25em;
  height: 1.25em;
  margin-right: 8px;
  background-image: url("../img/common/pdfDl.png");
  content: '';
}
.red-background-white-text {
  background-color: #FF0000;
  color: #FFFFFF;
}


/* SNS フッター
====================================================*/
@media screen and (min-width: 901px) {
  .top__sns {
    margin-top: 10rem;
  }
}
.sns {
  margin: 0px 0px -50px 70px;
}

.sns__title {
  max-width: 20px;
  background-color: #fff4f6;
  margin: 0 auto;
  color: #FA5A75;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 3.3333333333;
  text-align: center;
}
@media screen and (min-width: 901px) {
  .sns__title {
    max-width: none;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 2.5;
  }
}

.sns__icons {
  display: flex;

  /*justify-content: center;*/
  margin-top: 1rem;
}
.sns__icons img {
  width: 50px;
}
@media screen and (min-width: 901px) {
  .sns__icons {
    gap: 5.7rem;
    margin-top: 3rem;
  }
}

.sns__icon {
  width: 1rem;
}
@media screen and (min-width: 901px) {
  .sns__icon {
    width: 55px;
  }
}
.sns__icon img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: filter 0.1s;
  border-radius:50%;
}

/* フッター
====================================================*/
.circle{
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f88471;
  text-align: center;
  line-height: 80px;
}

footer {
  background-color: #fef0ed;
  padding: 40px 40px 40px;
  color: #333;
  font-size: 0.95em;
}

/* 会社情報セクション */
.company-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.company-left {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
  min-width: 250px;
}
.company-left li{
  list-style: none;
}
.company-logo {
  width: 300px;
  height: auto;
}

.company-right {
  flex: 1;
  min-width: 250px;
  min-height: 150px;
  text-align: center;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px; /* 要素間の余白 */
  font-size: 14px;
  color: #333;
  background-color: #ffffff;
}
.company-phone {
  width: 30px;
  height: auto;
}
.company-contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.company-contact li{
  list-style: none;
}
.company-contact a {
  text-decoration: none;
}
.business-hours {
  font-size:1em;
  color: #fb907b;
}
.phone {
  font-weight: bold;
  font-size: 2em;
  white-space: nowrap;
  color: #fb907b;
}
.phone a {
  color: #fb907b;
  text-decoration: none;
}
.divider {
  width: 0.5px;
  height: 100px;
  background-color: #ccc;
}


/* メニュー5列 */
.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-column {
  flex: 1;
  min-width: 150px;
}

.footer-column h4 {
  font-size: 1.1em;
  margin-bottom: 10px;
  color: #fb907b;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column li {
  margin-bottom: 8px;
}

.footer-column a {
  text-decoration: none;
  color: #fb907b;
}

.footer-column a:hover {
  color: #fa8c77;
}

/* フッター下部 */
.footer-bottom {
  text-align: center;
  margin-top: 30px;
  font-size: 0.85em;
  color: #666;
}

/* レスポンシブ対応 */
@media screen and (max-width: 900px) {
  .company-info {
    flex-direction: column;
    align-items: flex-start;
  }

  .company-contact {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 10px;
  }

  .footer-container {
    flex-direction: column;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 0px;
  }
  .footer-column ul {
    display: none;
    margin: 0;
    padding: 0;
  }

  .footer-column h4 {
    margin-bottom: 0; /* 下の余白をなくす */
  }

}

/* レスポンシブ対応 */
@media screen and (max-width: 900px) {
  nav ul {
    flex-direction: column;
    align-items: flex-start;
  }

  .feature-item {
    width: 100%;
  }

  .interview {
    flex-direction: column;
    text-align: center;
  }

  .interview img {
    margin-bottom: 10px;
  }
}



/* ------------------------------
top__members
------------------------------ */
.top__members {
  background-color: rgba(253, 184, 193, 0.15);
  margin-top: 8rem;
  padding: 0 2rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 901px) {
  .top__members {
    margin-top: 20rem;
    padding-bottom: 7rem;
    padding-left: 4rem;
    padding-right: 0;
  }
}

.top__members-title {
  line-height: 1;
  transform: translateY(-2rem);
}
.top__members-title .main {
  color: #FDB8C1;
  display: block;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
.top__members-title .sub {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (min-width: 901px) {
  .top__members-title {
    line-height: inherit;
    transform: translateY(-4rem);
  }
}

@media screen and (min-width: 901px) {
  .top__members-title .main {
    font-size: 7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1;
  }
}
@media screen and (min-width: 901px) {
  .top__members-title .sub {
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1;
  }
}
.top__slider-item {
  border-radius: 1.5rem;
  overflow: hidden;
}
.top__slider-item + .top__slider-item {
  margin-left: 2rem;
}

.top__slider-link {
  border-radius: 1.5rem;
  display: flex;
  max-width: 37.5rem;
  overflow: hidden;
  margin:0 auto;
}
@media screen and (min-width: 901px) {
  .top__slider-link {
    max-width: 50.4rem;
  }
}

.top__slider-img {
  max-width: 50%;
  width: 100%;
}
.top__slider-img img {
  -o-object-fit: cover;
  aspect-ratio: 280/350;
  object-fit: cover;
}
@-moz-document url-prefix(){
	.top__slider-img {
	  aspect-ratio: 280/350;
	}
}
@media screen and (min-width: 901px) {
  .top__slider-img {
    max-width: none;
    transition: transform 0.3s;
    width: 28rem;
  }
}

@media screen and (min-width: 901px) {
  .top__slider-item a:hover .top__slider-img {
    transform: scale(1.05);
  }
}
.top__slider-body {
  background-color: #FFF;
  border-bottom-right-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 50%;
  padding: 1rem;
  width: 100%;
}
@media screen and (min-width: 901px) {
  .top__slider-body {
    max-width: none;
    padding: 1rem 2.6rem;
    width: 22.4rem;
  }
}

.top__slider-name {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.375;
}

.top__slider-badge {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 1.8rem;
}
.top__slider-badge span {
  border: 1px solid #FA5A75;
  color: #FA5A75;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1;
  padding: 0.4rem 0.4rem;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 901px) {
  .top__slider-badge {
    margin-top: 3.8rem;
  }
}

.top__members-btn {
  text-align: center;
}
.top__members-btn a {
  align-items: center;
  background-color: #FFF;
  border: 1px solid #FA5A75;
  border-radius: 50vh;
  color: #FA5A75;
  display: flex;
  font-size: 1.6rem;
  font-weight: 500;
  gap: 1.2rem;
  justify-content: center;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 3rem auto 0;
  max-width: 33.5rem;
  padding: 2rem 1.5rem;
  position: relative;
  text-align: center;
  width: 100%;
}
.top__members-btn a::before {
  -webkit-clip-path: polygon(0 1%, 0% 100%, 99% 50%);
  background-color: #FA5A75;
  clip-path: polygon(0 1%, 0% 100%, 99% 50%);
  content: "";
  display: block;
  height: 1rem;
  margin-top: 0.4rem;
  width: 0.7rem;
}

@media screen and (min-width: 901px) {
  .top__members-btn a {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-top: 4rem;
    max-width: 38.2rem;
    transition: color 0.3s, background-color 0.3s;
  }
}
@media screen and (min-width: 901px) {
  .top__members-btn a::before {
    transition: background-color 0.3s;
  }
}
@media screen and (min-width: 901px) {
  .top__members-btn a:hover {
    background-color: #FA5A75;
    border: 1px solid #FA5A75;
    color: #FFF;
    opacity: 1;
  }
}
@media screen and (min-width: 901px) {
  .top__members-btn a:hover::before {
    background-color: #FFF;
  }
}

.googlemap{
	width:100%;
	margin:40px 0;
}
.googlemap iframe{
	width:100%!important;
	height:initial!important;
	min-height:400px!important;
}