@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

/* ==========================================================================
  MAIN
========================================================================== */

.main-image {
  height: 880px;
  display: flex;
  justify-content: center; /* 横方向中央 */
  align-items: center; 
  background: url("../images/main-bg.jpg") 50% 50% no-repeat;
  margin-bottom: 8vh;
}
.main-image .wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-image .pc-only {
	display: block;
	width: 95%;
	margin: 0 auto;
}

/* ==========================================================================
  CONTENTS
========================================================================== */

.lead__tit img {
  display: block;
  width: 80px;
  margin: 0 auto 20px auto;
}
.lead__tit {
  color: var(--color01);
  font-size: clamp(2rem,4.25vw,3.5rem);
  text-align: center;
}
.lead__tit::after {
  content: "";
  display: block;
  width: 3px;
  height: 50px;
  background-color: var(--color01);
  margin: 20px auto 0 auto;
}

.contact__tit { 
  position: relative;
  width: 300px;
  color: var(--color01);
  font-size: clamp(2rem,3.5vw,3rem);
  text-align: center;
  background-color: #fff;
  margin: 0 auto;
  z-index: 100;
}
.contact__inner {
  text-align: center;
  border: solid 4px var(--color01);
  border-radius: 20px;
  padding: 60px 30px 30px 30px;
  margin-top: -20px;
}
.contact__inner p:last-child {
  margin-bottom: 0;
}
.contact__tel {
  color: var(--color01);
  font-family: var(--font01);
  font-size: clamp(3rem,6.625vw,5.5rem);
  font-weight: 700;
  line-height: 100%;
}
.contact__tel a,.contact__tel a:visited {
  color: var(--color01);
}
.contact__tel .tit {
  color: var(--color03);
  font-size: 60%;
}

.feature__tit {
  display: inline-block;
  position: relative;
  color: var(--color02);
  font-size: clamp(3rem,6vw,5rem);
  text-align: center;
  padding: 20px 130px 0 150px;
  margin-bottom: 20px;
}
.feature__tit::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/ill02.png") 0 0 no-repeat;
  width: 112px;
  height: 126px;
}
.feature__tit::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 0;
  background: url("../images/ill03.png") 0 0 no-repeat;
  width: 112px;
  height: 126px;
}
.feature__tit .txt-large {
  font-size: 150%;
}
.feature__bg {
  color: #fff;
  background: url("../images/feature-tit.gif") 50% 0 no-repeat;
  background-color: var(--color02);
  padding: 80px 0 60px 0;
}
.feature-list__item img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.feature-list__item {
  text-align: center;
}
.feature-list__number {
  color: var(--color01);
  font-family: var(--font01);
  font-size: clamp(3rem,6vw,5rem);
  font-style: italic;
  font-weight: 700;
  text-align: center;
  margin: -50px 0 0 0;
}
.feature-list__tit {
  font-size: clamp(1.8rem,2.375vw,2rem);
  line-height: 100%;
  margin-bottom: 20px;
}
.feature-list__tit {
  display: inline; /* ブロックではなく、文章として扱う */
  background: linear-gradient(to bottom, #f3b537 80%, transparent 0%);
  background-size: 100% 1.8em;
  background-repeat: repeat-y;
  line-height: 2.2; /* ← 行間（1行目と2行目の間）に余裕を持たせる */
}
.feature-list__txt {
  font-size: 1.6rem;
  margin-bottom: 0;
}

.recruit .wrapper {
  text-align: center;
}
/* タブコンテンツは基本非表示 */
.tab-content {
  display: none;
}

.tab-content.is-active {
  display: block;
}

/* 任意：アクティブタブの見た目 */
.tab {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 0; 
  width: 800px;
  margin: 0 auto;
}
.tab__item {
  flex: 0 0 calc((100% - 20px) / 2);
  font-family: var(--font01);
  font-size: clamp(1.6rem,2.375vw,2.3rem);
  font-weight: 700;
  text-align: center;
}
.tab__item a {
  display: block;
  color: #fff;
  padding: 20px 0;
}
.tab__item:first-child a {
  background-color: var(--color04);
}
.tab__item:last-child a {
  background-color: var(--color05);
}
.tab-content {
  padding-top: 50px;
}
#dental {
  border-top: solid 3px var(--color04);
}
#nurse {
  border-top: solid 3px var(--color05);
}
.tab__tit {
  font-size: clamp(2rem,3.5vw,3rem);
  text-align: center;
}
.tab__tit::before {
  content: "●";
  font-size: 1.6rem;
  margin-right: 10px;
}
.tab__tit::after {
  content: "●";
  font-size: 1.6rem;
  margin-left: 10px;
}
#dental .tab__tit {
  color: var(--color04);
}
#nurse .tab__tit {
  color: var(--color05);
}
.point {
  display: inline-block;
  text-align: center;
  margin-bottom: 40px;
}
.point__item {
  display: inline-block;
  color: #fff;
  font-family: var(--font01);
  font-size: clamp(1.6rem,2.375vw,2rem);
  font-weight: 700;
  text-align: center;
  background-color: var(--color03);
  border-radius: 3px;
  padding: 3px 15px;
  margin: 0 5px 10px 5px;
}
.point__item::before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 10px;
}
.recruit-table {
  text-align: left;
}
.recruit-table tr:nth-child(odd) {
  background-color: #e3e3e3;
}
.recruit-table__tit {
  width: 200px;
	font-weight: bold;
  padding: 20px;
}
.recruit-table__txt {
  padding: 20px;
}
 .recuirt-img {
 	margin: 40px 0 0 0;
 }
 .recuirt-img img {
 	display: block;
	margin: 0 auto; 	
 }
 
 .bt-cmn01 {
 	width: 400px;
	margin: 0 auto 40px auto;
 }
 .bt-cmn01 a {
 	display: block;
	color: #fff;
	font-family: var(--font01);
	font-size: clamp(1.8rem,2.375vw,2rem);
	font-weight: 700;
	text-align: center;
	background-color: var(--color03);
	border-radius: 80px;
	padding: 20px;
 }
 .bt-cmn01 a::after {
 	content: "\f08e";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 10px;

 }

/* ==========================================================================
  PC 1025px -
========================================================================== */

@media screen and (min-width: 1025px) {
  .mainslider__txt {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translatey(-50%);
  }
}

@media screen and (max-width: 1200px) {
  /* 1200以下 */
}

/* ==========================================================================
  TABLET - 1024px
========================================================================== */

@media screen and (max-width: 1024px) {
.main-image {
  height: 700px;
  background: url("../images/main-bg.jpg") 40% 50% no-repeat;
	background-size: 2000px;
}
.main-image img {
	display: block;
	width: 600px;
	margin: 0 auto;
}

/* タブコンテンツは基本非表示 */
.tab-content {
  display: none;
}

.tab-content.is-active {
  display: block;
}

.tab {
  width: 90%;
}
.recruit-table__tit {
  width: 150px;
}

}

/* ==========================================================================
  SP - 640px
========================================================================== */

@media screen and (max-width: 640px) {
.main-image {
  height: 550px;
  background: url("../images/main-bg.jpg") 40% 50% no-repeat;
	background-size: 1500px;
	margin-bottom: 4vh;
}
.main-image img {
	max-width: 550px;
	width: 95%;
}

.lead__tit img {
  width: 40px;
  margin: 0 auto 15px auto;
}
.lead__tit::after {
	width: 2px;
	height: 30px;
  margin: 15px auto 0 auto;
}

.contact__tit { 
  width: 200px;
}
.contact__inner {
  border: solid 3px var(--color01);
  border-radius: 15px;
  padding: 40px 20px 20px 20px;
  margin-top: -15px;
}
.contact__tel {
  font-size: 3.5rem;
}

.feature__tit {
  padding: 10px 95px 0 80px;
  margin-bottom: 20px;
}
.feature__tit::before {
  background: url("../images/ill02.png") 0 0 no-repeat;
	background-size: 60px;
  width: 80px;
  height: 80px;
}
.feature__tit::after {
  top: 20px;
  background: url("../images/ill03.png") 0 0 no-repeat;
	background-size: 60px;
  width: 80px;
  height: 80px;
}
.feature__bg {
  background: url("../images/feature-tit.gif") 50% 0 no-repeat;
	background-size: 70px;
  background-color: var(--color02);
  padding: 60px 0 40px 0;
}
.feature-list__item img {
  width: 70%;
}
.feature-list__number {
  font-size: 4rem;
  margin: -40px 0 0 0;
}
.feature-list__txt {
	margin-top: 10px!important;
}

.tab {
  column-gap: 15px;
  width: 95%;
}
.tab__item a {
  padding: 10px 0;
}
.tab-content {
  padding-top: 40px;
}
.tab__tit {
  font-size: 2rem;
}
.tab__tit::before {
  font-size: 1.4rem;
  margin-right: 7px;
}
.tab__tit::after {
  font-size: 1.4rem;
  margin-left: 7px;
}
.point {
  margin-bottom: 30px;
}
.point__item::before {
	margin-right: 7px;
}
.recruit-table__tit {
	display: block;
  width: 100%;
  padding: 12px 12px 0 12px;
}
.recruit-table__txt {
	display: block;
  width: 100%;
  padding: 12px;
}

}
