@charset "utf-8";
/* CSS Document */

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* アニメーション関連 */

/* 下から */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

/* 上から */
.fade-down {
  opacity: 0;
  transform: translateY(-40px);
  transition: all 0.8s ease;
}

/* 左から */
.fade-left {
  opacity: 0;
  transform: translateX(-40px);
  transition: all 0.8s ease;
}

/* 右から */
.fade-right {
  opacity: 0;
  transform: translateX(40px);
  transition: all 0.8s ease;
}

/* 拡大 */
.fade-zoom {
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.8s ease;
}

.is-active {
  opacity: 1;
  transform: none;
}


.fuwafuwa {
  animation: fuwafuwa 20s  linear infinite;
  display: inline-block;
  /* transition: 14s ease-in-out; */
}
 

@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(5deg);
  }

  25% {
    transform: translate(0, -5px) rotate(0deg);
  }

  50% {
    transform: translate(0, 0) rotate(-5deg);
  }

  75% {
    transform: translate(0, -5px) rotate(0deg);
  }

  100% {
    transform: translate(0, 0) rotate(5deg);
  }
}

img {
  max-width: 100%;
  height: auto;
  -webkit-touch-callout: none; /* iOS Safari用：メニュー表示禁止 */
  -webkit-user-select: none;    /* Safari/Chrome用：選択禁止 */
    -moz-user-select: none;       /* Firefox用 */
    -ms-user-select: none;        /* IE/Edge用 */
    user-select: none;            /* 標準 */
    pointer-events: none;         /* タップ自体を反応させない */
}

section {
	    position: relative;
    overflow: hidden;
}

body {
	font-family: "Noto Sans JP","Zen Kaku Gothic New", sans-serif;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-size: 16px;
	/* font-size: 1.6em; */
	text-align: justify;
	color: #333;
	width: 100%;
	/* letter-spacing: 0.07em; */
	letter-spacing: 0;
	line-height: 1.75;
	/* line-height: 2em; */
	-webkit-text-size-adjust: 100%;
	background: #fff;
	overflow-x: hidden;
	text-align: center;
}


h1 {
	max-width: 1200px;
	margin: 0 auto;
	text-align: left;
	font-size: 30px;
	color: #333;
	text-align: left;
	position: relative;
	inset: 0;
}

.inner {
	max-width: 1200px;
	margin: 0 auto;
    width: 96%;
}
#tel {

}

.lead_blue_txt {
  font-size: 20px;
  color: #005183;
  font-weight: 600;
  line-height: 1.75;


}

.txt {
	background: none;
    color: #333;

    font-weight: 500;
    padding-left: 0;
    letter-spacing: 1px;
	line-height: 1.75;
	
}


/* header */

.header {
	max-width: 1255px;
	width: 96%;
	margin: 0 auto;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
    z-index: 100000000;
	display: flex;
}

.hd_left {
	display: flex;
	align-items: center;
	gap: 20px;
    /* background-color: rgba(255 255 255 / 20%); */
}

.hd_h1 {
	padding-left: 20px;
	font-size: 30px;
	font-weight: 500;
    margin: 0;
    border-left: solid 2px;
    min-height: 78px;
    display: grid;
    align-items: center;
	text-shadow:  0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

#hd_tel {
	margin-left: auto;
    margin-right: 80px;
}
.hd_tel {
	font-family: "Kozuka Gothic Pro";
	font-size: 30px;
	font-weight: 700;
	display: flex;
	align-items: center;
	gap: 7px;
	line-height: 1.2;
	text-align: left;
	text-decoration: none;
	color: #333;
}


/* mainvisual */

#mainvisual {
	position: relative;
    overflow: hidden;
}

.mainvisual_flex {
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 0 auto 40px;
    padding-top: 120px;
}


.mainvisual_ttl,
.mv_staff {
  flex: 1 1 0;   /* ← 両方とも縮小可能にする */
  min-width: 0;  /* ← はみ出し防止の超重要ポイント */
}

/* .mainvisual_ttl {
  opacity: 0;
  transform: translate(-40px, -40px);
  animation: ttlAppear 1.8s ease-out forwards;
} */

.mv_TopRight::before {
	content: "";
	background: url(./img/mv_TopRight.png) no-repeat;
	width: 1109px;
	height: 723px;
	display: block;

}
	/* width: 852px;
	height: 491px; */
.mv_TopRight {
	position: absolute;
	top: calc(491px - 723px);
	left: calc(100% - 852px);
	z-index: -2;
}

/* .mv_Left::before {
	content: "";
	background: url(./img/mv_Left.png) no-repeat;
	width: 173px;
	height: 172px;
    display: block;

}
.mv_Left {
	position: absolute;
	bottom: 0;
	right: 0;
    z-index: -1;
} */

.mv_BottomRight::before {
	content: "";
	background: url(./img/mv_BottomRight.png) no-repeat;
	width: 335px;
	height: 234px;
	display: block;
}
.mv_BottomRight {
	position: absolute;
	    bottom: -120px;
    left: 34%;
    z-index: 0;
	/* bottom: 170px;
	right: 0;
	    bottom: 220px;
    right: 20%;
    z-index: -1; */
}

.mv_BottomLeft::before {
	content: "";
	background: url(./img/mv_BottomLeft.png) no-repeat;
	width: 1003px;
	height: 771px;
	display: block;
}
.mv_BottomLeft {
	position: absolute;
    bottom: -230px;
    left: -265px;
    z-index: -1;
}

.mainvisual_h2 {
	position: relative;
    width: fit-content;
	background: url(./img/mv_Left.png) no-repeat left bottom;
}

.mv_staff {
	position: relative;
    z-index: -1;
    top: 40px;
}

.mv_ttl {
  /* opacity: 0;
  transform: translateX(0);
  animation: ttlBounce 2.6s ease-out forwards;
  animation-delay: 2.4s; */
}

.mv_ttl_txt {
 opacity: 1;
  /* -webkit-clip-path: inset(0 100% 100% 0);
  clip-path: inset(0 100% 100% 0);
  transform: translate(-20px, -20px);
  animation-delay: 2.4s; 
  animation: ttlTxtReveal 2.4s ease-out forwards; */
  position: absolute;
  top: 0;
  right: 0;
}

/* 左上 → 表示 */
@keyframes ttlTxtReveal {
  0% {
    -webkit-clip-path: inset(0 100% 100% 0);
    clip-path: inset(0 100% 100% 0);
    transform: translate(-20px, -20px);
  }

  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    transform: translate(0, 0);
  }
}


/* バウンスだけ */
@keyframes ttlBounce {
  0% {
    opacity: 0;
    /* transform: translateX(-10px); */
  }

  40% {
    opacity: 1;
    transform: translateX(0);
  }
/* 
  60% {
    transform: translateX(10px);
  }

  80% {
    transform: translateX(-6px);
  } */

  100% {
    opacity: 1;
    /* transform: translateX(0); */
  }
}


.mv_card {
	margin-top: 10px;
}


.mainvisual_link_wrap {
	display: flex;
	justify-content: center;
	gap: 20px 95px;
	padding-bottom: 45px;
    padding-top: 20px;
    background: linear-gradient(to top, #d3d3d3 200px, transparent 200px) #fff;
}

.mainvisual_link {
	transition: 0.5s;
    text-decoration: none;
}
.mainvisual_link:hover .mv_link_pic {
	opacity: 0.9;
}

.mainvisual_link img{
	display: block;
	margin: 25px auto 0;
}

.mv_link_pic{
	position: relative;
	width: fit-content;
    margin: 5px auto 0;
}
.mainvisual_link:hover  .mv_link_pic::before{
	top: 0;
	left: 0;
	border-width: 3px;
}
.mv_link_pic::before {
	content: "";
	border: 2px solid #fff;
	border-radius: 20px;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	transition: 0.5s top , 0.5s left;

}


/* .Greeting */

#Greeting {
	padding-top: 55px;
	position: relative;
    overflow: hidden;
}
#Greeting .section_ttl{
	text-align: left;
}

.GreetingTopRight {
	position: absolute;
	left: calc(100% - 605px);
	top: calc(623px - 935px);
    z-index: -1;
	/* width: 605px;
	height: 623px; */
}
.GreetingTopRight::before {
	content: "";
	background: url(./img/Greeting_TopRight.png) no-repeat;
	width: 862px;
	height: 935px;
	display: block;
}

.GreetingBottomLeft {
	position: absolute;
	left: calc(-562px);
	bottom: 0;
    z-index: -1;
	/* width: 562px;
	height: 771px; */
}
.GreetingBottomLeft::before {
	content: "";
	background: url(./img/Greeting_BottomLeft.png) no-repeat;
	width: 836px;
	height: 771px;
	display: block;
}


.Greeting_flex {
	display: flex;
	gap: 60px;

    justify-content: center;
    margin: 40px auto 95px;
}

.Greeting_pic img{
	display: block;
}

.Greeting_pic02 {
    margin-top: -50px;
    margin-left: -75px;
}

.Greeting_txt {
	text-align: left;
    max-width: 558px;
    flex: 1;
}

.Greeting_name_wrap {
	display: flex;
    align-items: center;
    gap: 0 19px;
	letter-spacing: 1px;
	margin-top: 45px;
}

.Greeting_class {
  font-size: 20px;
  color: #00aacc;
  font-weight: bold;
}

.Greeting_name {
  font-size: 24px;
  font-weight: bold;

}

.Greeting_eng {
  font-size: 14px;
  color: #005183;
  font-weight: bold;

}

.Greeting_career {
  border-radius: 10px;
  background-color: #b5e6f0;
  padding: 30px 25px;
  margin-top: 30px;
}

.Greeting_career_ttl {
	border-bottom: solid 1px #fff;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.Greeting_career_list{
	margin-bottom: 20px;
}
.Greeting_career_list li{
	font-weight: 500;
}

/* About */
#About {
	position: relative;
}

.AboutTopRight {
	position: absolute;
	left: calc(100% - 553px);
	top: 0;
    z-index: -1;
	/* width: 553px;
	height: 723px; */
}
.AboutTopRight::before {
	content: "";
	background: url(./img/About_TopRight.png) no-repeat;
	width: 862px;
	height: 723px;
	display: block;
}


.About_flex {
	display: flex;
	gap: 40px;
	justify-content: space-between;
}

.About_txt {
	max-width: 590px;
	text-align: left;
    flex: 1;
}

.About_pic02 {
	display: block;
	margin-left: auto;
	margin-top: -42px;
}

.About_Numbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 25px 30px;
	margin-top: 75px;
    margin-bottom: 90px;
	width: 100%;
}

.About_Numbers_item {
	background-color: #00aacc;
	border-radius: 10px;
    padding: 20px 15px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
    width: 100%;
    min-height: 239px;
}

.About_Numbers_ttl {
	line-height: 1;
	font-size: 30px;
	color: #fff;
}

.About_Numbers_main {
	font-size: 100px;
	font-weight: 500;
	color: #fff;
    line-height: 1;


	white-space: nowrap;
    margin: 0px 0 20px;
}

.About_Numbers_span {
	font-weight: 500;
	font-size: 48px;
}

.About_Numbers_sub {
	color: #333;
	font-size: 24px;
}

.About_Numbers_grey p{
	color: #333;
}
.About_Numbers_grey {
	background-color: #eee;
}

.About_Opening {
	width: calc(100% / 2 - 15px);
	max-width: 585px;
}
.About_Visits {
	width: calc(100% / 2 - 15px);
	max-width: 585px;
}

.About_Paid {
	width: calc(100% / 3 - 20px);
	max-width: 380px;
}

.About_Overtime .About_Numbers_pic{
	position: absolute;
	right: 12px;
	top: 18px;
}
.About_Overtime {
	width: calc(100% / 3 - 20px);
	max-width: 380px;
}

.About_Holidays .About_Numbers_pic{
	position: absolute;
	top: 15px;
	right: 30px;
}
.About_Holidays {
	width: calc(100% / 3 - 20px);
	max-width: 380px;
}

/* .About_Numbers_item + .About_Numbers_item +.About_Numbers_item  */
.About_Numbers_txt {
	display: grid;
    align-content: space-between;
}

/* Instagram */

#Instagram {
	overflow: unset;
	    padding-top: 50px;
    margin-top: -50px;
}

.Instagram_inner {
	background: #fff;
    /* background: url(./img/Instagram_TopRight.png) no-repeat right -1px top -5px, 
	url(./img/Instagram_BottomLeft.png) no-repeat left -1px bottom -1px #fff; */
	border: solid 3px #b624ad;
	border-radius: 30px;
	max-width: 1180px;
	margin: 50px auto 0;
	padding: 70px 15px 50px;
    position: relative;
}

.Instagram_ttl {
	border-radius: 20px;
	background-image: -moz-linear-gradient( 0deg, rgba(197,82,190,0.99608) 0%, rgb(236,64,141) 49%, rgb(249,228,130) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgba(197,82,190,0.99608) 0%, rgb(236,64,141) 49%, rgb(249,228,130) 100%);
	background-image: -ms-linear-gradient( 0deg, rgba(197,82,190,0.99608) 0%, rgb(236,64,141) 49%, rgb(249,228,130) 100%);
	max-width: 677px;
	/* min-height: 85px; */
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	color: #fff;
	/* font-size: 48px; */
	
    min-height: 70px;
    font-size: 32px;
	text-align: center;
    position: absolute;
	top: -43px;
	left: 0;
	right: 0;
	margin: 0 auto;

    padding: 0 20px;
	width: fit-content;

}


.Instagram_slash {

}

.Instagram_iframe {
	max-width: 850px;
	margin: 0 auto 50px;
}

.Instagram_p {
		background: url(./img/slash_l.png) no-repeat left center,
	url(./img/slash_r.png) no-repeat right center;
	padding: 0 30px;
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
	max-width: 690px;
	width: fit-content;
	text-align: center;
    margin: 0 auto 50px;
}
.Instagram_p .jump-em {
	background: linear-gradient(to top, #f9e482 18px, transparent 18px);
    line-height: 1;
	animation: mini-jump 3s ease-in-out infinite; /* ease-in-outを追加 */

    top: -5px;
}
.Instagram_p .jump-em .jump-char {
	color: #005183;
	font-size: 36px;
	font-weight: bold;
}
.Instagram_p .jump-char {
	font-size: 24px;
	font-weight: 500;
	/* アニメーションの基本設定 */
	/* animation: jump 3s ease-in-out infinite; ease-in-outを追加 */
    transform-origin: 50% 100%; /* ジャンプの基点を文字の下部に設定 */

	display: inline-block; /* 変換を適用するために必要 */
	position: relative; /* アニメーション中の位置を調整するために必要 */
}


/* アニメーションの定義 */
@keyframes mini-jump {
	0% {
	  transform: translateY(0); /* 開始時は元の位置 */
	}
	30% {
	  transform: translateY(-2px); /* 中間点で上に移動 */
	}
	60% {
	  transform: translateY(0); /* 終了時は元の位置に戻る */
	}
}

/* アニメーションの定義 */
@keyframes jump {
	0% {
	  transform: translateY(0); /* 開始時は元の位置 */
	}
	30% {
	  transform: translateY(-15px); /* 中間点で上に移動 */
	}
	60% {
	  transform: translateY(0); /* 終了時は元の位置に戻る */
	}
}

.Instagram_link::after {
	content: none;
}

/* Flow */

#Flow {
	overflow: unset;
	    padding-top: 50px;
    margin-top: -50px;
}

.Flow_ttl {
    border-radius: 20px;
	background-color: #005183;
    max-width: 677px;
    min-height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 48px;
    text-align: center;
    position: absolute;
    top: -43px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.Flow_inner{
	background: url(./img/Flow_TopRight.png) no-repeat right -1px top -5px,
	 url(./img/Flow_BottomLeft.png) no-repeat left -1px bottom -75px;
	border: solid 3px #005183;
    border-radius: 30px;
    max-width: 1180px;
    margin: 0 auto 115px;
    padding: 100px 30px 50px;
    position: relative;
}


.Flow_list li::before{
	content: "";
	background-color: #82cddb;
	display: block;
	width: 8px;
	height: 8px;

}


.Flow_list {
	margin: 0 auto;
	max-width: 650px;
    letter-spacing: 1px;
}
.Flow_list p{
	
    text-align: left;
    font-weight: 500;
}
.Flow_list span{
  color: rgb(0, 81, 131);
    display: inline-block;
	text-align: left;
  font-weight: bold;
  min-width: 96px;
  padding-right: 26px;
}
.Flow_list li{
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 24px;
}

.Flow_p {
	font-size: 24px;
	padding-left: 1em;
	text-indent: -1em;
	font-weight: 500;
    letter-spacing: 1px;
	    width: fit-content;
    margin: 30px auto 0;
}

/* Merit */


.MeritBottomLeft {
	position: absolute;
	left: calc(587px - 836px);
	/* bottom: calc(771px - 935px); */
    bottom: -360px;
    /* z-index: 2; */
	  z-index: 0;
	/* width: 587px;
	height: 771px; */
}
.MeritBottomLeft::before {
	content: "";
	background: url(./img/MeritBottomLeft.png) no-repeat;
	width: 836px;
	height: 771px;
	display: block;
}


#Merit{
	position: relative;

    overflow: unset;
    /* overflow-y: unset; */
}

.Merit_inner {
	overflow: hidden;
}


#Merit::before {
	content: "";
	position: absolute;
	top: 26%;
	left: 0;
	width: 100vw;
	height: 200px;
	background: linear-gradient(to top, #d3d3d3 200px, transparent 200px);
}

#Merit .section_h2 {
	margin-left: 0;
}

.Merit_txt {
	font-size: 24px;
	font-family: "Zen Kaku Gothic New";
	color: #005183;
	font-weight: 500;
}
.Merit_num {
	color: #00aacc;
	font-weight: 600;
}
.Merit_title {
	font-size: 30px;
	font-weight: 700;
	text-align: left;
	line-height: 1.5;
	background: linear-gradient(to top, #f9e482 19px, transparent 19px);
	width: fit-content;
    margin-bottom: 10px;
}
.Merit_p {
	font-size: 18px;
}

/*スライド*/
/*-----------------------------*/
.Merit_slide_wrapper {
	position: relative;
	z-index: 1;
}
.Merit_slide {}

.Merit_slide .swiper-wrapper {
	position: relative;
	/*margin-bottom: 8rem;*/
}
.Merit_slide .swiper-slide {
	width: calc(58rem + 2.5rem*2);
	padding: 0 2.5rem;
    max-width: 580px;
	text-align: left;
}
.swiper-slide {}
/* 次ページボタン・前ページボタン */
.swiper-button_wrapper {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	/* justify-content: center; */
	gap: 2rem;
	max-width: 500px;
    margin: -6rem auto 3rem;
}
.swiper-button-next,
.swiper-button-prev {
	position: static;
	width: 6rem;
	height: 5.1rem;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	content: "";
	width: 100%;
	height: 100%;
	background: url(img/swiper-button.png)center/contain no-repeat;
}
.swiper-button-next:after {
	scale: -1 1;
}

/*スライドボタン*/
/*-----------------------------*/
.Merit_slide_btn_group {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 1.5rem 2rem;
}
.Merit_slide_btn {
	min-height: 6rem;
	width: calc(100%/3 - 2rem*2/3);
	padding: 0 1rem;
	border: 5px solid #fff;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.Merit_slide_btn_dl {
	width: 100%;
	max-width: 28rem;
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	gap: 0.5em;
	font-family: "Zen Old Mincho", serif;
}
.Merit_slide_btn_dt {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: left;
	line-height: 1.5;
	color: var(--theme-color01);
}
.Merit_slide_btn_dd {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: left;
	line-height: 1.5;
}





.slide-wrap {
  overflow: hidden;
  position: relative;
    z-index: 3;
    padding-top: 130px;
}

.slide-track:hover {
	/* animation-play-state: paused; */
	/* cursor: pointer; */
}
.slide-track {
  display: flex;
  gap: 10px;
  width: max-content;
  animation: scroll 40s linear infinite;
}

.slide-track img {
  flex-shrink: 0;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-2000px); /* 400px × 5枚 */
  }
}




/* Recruitment */

#Recruitment {
	background-color: #ceecf2;
    padding: 180px 0 150px;
    position: unset;
    /* z-index: 1; */
    margin-top: -40px;
}

.Recruitment_wrap {
	position: relative;
	z-index: 1;
}

.RecruitmentTopLeft {
	position: absolute;
	left: calc(587px - 836px);
	/* top: calc(771px - 935px); */
    top: calc(587px - 935px);
    z-index: -1;
	/* width: 587px;
	height: 771px; */
}
.RecruitmentTopLeft::before {
	content: "";
	background: url(./img/RecruitmentTopLeft.png) no-repeat;
	width: 836px;
	height: 771px;
	display: block;
}

.Recruitment_wrapRight {
	position: absolute;
	/* left: calc(100% - 637px);
	top: 0; */
	    left: calc(100% - 557px);
    top: 20px;
    z-index: -1;
	/* width: 637px;
	height: 577px; */
}
.Recruitment_wrapRight::before {
	content: "";
	background: url(./img/Recruitment_wrapRight.png) no-repeat;
	width: 688px;
	height: 577px;
	display: block;
}

.Recruitment_wrapLeft {
	position: absolute;
	left: calc(-379px);
	top: 0;
    z-index: -1;
	/* width: 379px;
	height: 575px; */
}
.Recruitment_wrapLeft::before {
	content: "";
	background: url(./img/Recruitment_wrapLeft.png) no-repeat;
	width: 626px;
	height: 576px;
	display: block;
}





#Recruitment .inner {
	max-width: 1280px;
}

.Recruitment_flex {
	display: flex;
	gap: 20px 55px;
	justify-content: space-between;
    margin-bottom: 45px;
}
.Recruitment_txt {
	max-width: 585px;
    flex: 1;
}

.Recruitment_ttl {
	width: fit-content;
	position: relative;
    padding-right: 180px;
    min-height: 165px;
	margin-bottom: 30px;
    background: url(./img/ttl_medical.png) no-repeat right top;
}

.Recruitment_job {
  background-color: #005183;
  border-top-right-radius: 10px;
  max-width: 200px;
  min-height: 55px;
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
    margin-top: 20px;

    position: relative;
}
.Recruitment_job:before {
	content: "";
  background-color: #f5d334;
  position: absolute;
  left: 0;
  top: 25px;
  width: 20px;
  height: 5px;
}

.Recruitment_big {
  font-size: 80px;

    font-weight: 500;
}
.Recruitment_eng {
  font-size: 60px;
  font-family: "Zen Kaku Gothic New";
  color: #00aacc;
    line-height: 0.9;
    font-weight: 500;
    text-align: left;
}

.youkou_slash {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    margin: 5px auto;
	position: relative;
}


.youkou_details {
	overflow: hidden;
    position: relative;
    z-index: 1;
}

.youkou_details::before {
    content: "";
    position: absolute;
    top: 25px;
    border-bottom: solid 1px #333;
    width: 100vw;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 0;
}
.youkou_summary {
	position: relative;
	border: 3px solid #fff;
	background-color: #005183;
	max-width: 350px;
	min-height: 50px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;

    cursor: pointer;
    border-radius: 25px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;

    margin: 0 auto 25px;
}

.youkou_summary::-webkit-details-marker {
  display: none;
}

/* 右側の自作マーカー */
.youkou_summary::after {
  content: "▼";
  color: #f5d334;
  font-size: 0.9em;
  margin-left: 10px;
  /* transition: transform 0.3s ease; */
}

/* 開いたとき */
details[open] .youkou_summary::after {
  transform: rotate(180deg);
}

.youkou_details .youkou {
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* 開いたとき */
.youkou_details[open] .youkou {
  opacity: 1;
  transform: translateY(0);
}


.Instagram_link:hover{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.mainvisual_link:hover .recruit_link {
-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.recruit_link::after {
	content: url(./img/link_sub.png);
	width: 16px;
	height: 20px;
	position: absolute;

    bottom: -9px;
	right: 0;
	left: 0;
	margin: 0 auto;
	display: block;
}


/* 右側の自作マーカー */
.mainvisual_link_wrap .recruit_link::after {
  /* content: "▷";
  font-size: 0.9em;
  margin-left: 10px; */
  /* transition: transform 0.3s ease; */
}

.recruit_link {
	background: linear-gradient(to top, #f9e482 27px, transparent 27px) #fff;
	border: 3px solid #282828;
    max-width: 319px;
    border-radius: 30px;
    min-height: 54px;
    display: block;
    margin: 0 auto;
	letter-spacing: 1px;
	transition: 0.25s;

	position: relative;
	text-decoration: none;
	color: #333;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.Instagram_link::after {
	content: none;
}

/* footer */

#map {
	height: auto;
}

#footer_info {
	border-top: solid 1px #333;
    border-bottom: solid 1px #333;
}

.footer_info {
	display: flex;
	margin: 0 auto;
    /* width: 96%; */
}

.clinic_info {
	max-width: 400px;
	margin-top: 45px;
	margin-left: auto;
	margin-right: 100px;
}

    #footer_info #clinicinfo {
        text-align: left;
		margin-left: auto;
		display: block;

    float: none;
    width: 100%;
    }
	#footer_info .calendar iframe{
		display: block;
	}
	#footer_info .calendar {
		background-color: #e9f7fa;
        padding: 30px 45px;
        min-height: 524px;
    width: 100%;
	}
	#copyright {
        padding-bottom: 20px;
        /* padding-bottom: 120px; */
		font-size: 18px;
		font-family: "Noto Sans JP";
		color: #333333;
		text-align: center;
		background-color: #fff;


    }
	#footer_info #clinicinfo dl {
		width: fit-content;
	}
    #footer_info #clinicinfo dl dd {
        text-align: left;
    }

#footer_info #clinicinfo .link_btn a {
	background-image: url(../common/img/btn_arrow.png);
}




table.youkou {
    margin: 0 auto 40px;
    border-collapse: separate;
    border-spacing: 0px 5px;
	width: 100%;
}
table.youkou th,
table.youkou td {
    padding: 45px 10px;
}
table.youkou th {
    background: #00aacc;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.1em;
    padding-left: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
table.youkou th:after {
    /* left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #93aee8;
    border-width: 10px;
    margin-top: -10px; */
}

table.youkou td .lead_blue_txt.fs16{
	font-size: 16px;
	font-weight: 500;
	color: #333;
}
table.youkou td {

    background: #fff;
	font-feature-settings: normal;
    font-weight: 500;
    text-align: left;
	width: 77%;
	padding-left: 15px;
	/* border: solid 1px #93aee8; */
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}


.youkou a{
    color: #93aee8;
    font-weight: 700;
	border-bottom: solid 1px;
}
a.youkou_link::before{
	content: "";

	background: url(img/icon_mail.png) no-repeat;
	width: 26px;
	height: 20px;
}
a.youkou_link:hover{
	opacity: 0.8;
	filter: brightness(1.1);
}
a.youkou_link{
	background-color: #f3c801;
	border-bottom: none;
	border-radius: 18px;
    color: #fff;
	font-size: 24px;
    font-weight: 700;
	min-width: 255px;
	width: fit-content;
	min-height: 36px;
	letter-spacing: 0;
	display: flex;
	gap: 13px;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	margin-top: 15px;
	transition: 0.5s;
}

#map iframe {
	height: auto;
    min-height: 400px;
    border-bottom: solid 1px;
}


.section_ttl {
	margin-bottom: 40px;
}

#Recruitment .section_h2 {
	margin: 0 auto;
}

.section_h2 {
	color: #333;
	font-size: 72px;
	font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    line-height: 1;
	/* line-height: 1.2; */
	text-align: left;
    background: url(./img/ttl_medical.png) no-repeat right;
    width: fit-content;
    padding-right: 145px;
    margin: 0 auto;
    min-height: 184px;

}

.section_ttl_em {
	font-size: 100px;
	color: #005183;
    line-height: 1;
    font-weight: 500;
}

.section_ttl_span:after {
	content: "";
    background: url(./img/link_sub.png) no-repeat;
	background-size: 14px;
	bottom: 100%;
    right: 50%;
    transform: rotate(80deg);
    height: 14px;
    width: 14px;
}
.section_ttl_span {
	background: #fff;
	display: block;
    font-weight: 600;
    line-height: 2;
	padding: 0 30px;
margin-top: 20px;
    margin-left: 0;
    width: fit-content;
    max-width: fit-content;
    position: absolute;
    z-index: 1;
}

/* Entry */

#Entry::before {
	content: "";
	/* max-width: 1920px; */
    display: block;
    background: url(./img/Entry_Top.png) center top / 100% no-repeat;
    min-height: 70px;
    position: absolute;
    top: 0;
    width: 100vw;
}
#Entry .inner{
	padding-bottom: 105px;
}
#Entry {
	padding: 190px 0 0;
	position: relative;
	
}

.entry_footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 40%;
    width: 277px;
    max-width: 1200px;
    margin: 0 auto;
    display: block;
    z-index: -1;
		background: url(./img/entry_footer_bg.png?01) center bottom no-repeat;
	width: 346px;
	height: 130px;
}
.entry_footer:before {
	content: "";
		background: url(./img/entry_footer.png?01) center no-repeat;
		width: 346px;
		height: 128px;
		display: block;
		margin-left: auto;
		position: absolute;
		bottom: -17px;
}
.entry_footer.is-active:after {
	content: "";
		background: url(./img/entry_footer_txt.png?01) center no-repeat;
		width: 265px;
		height: 148px;
		animation: poyoyon2 1s ease-in-out forwards;
		display: block;
		margin-left: auto;
		position: absolute;
		bottom: 50%;
		z-index: -1;
}

 
@keyframes poyoyon2 {
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }
  50% {transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}
 
.ft_inst {
	max-width: 450px;
    margin: 30px 0 20px;
    width: 100%;
}

.Instagram_Photo .Instagram_ttl{
	position: relative;
	top: 0;
}
.Instagram_Photo {
	position: relative;
    display: block;
    width: fit-content;
    margin: 0 auto;
    text-decoration: none;
}


@media screen and (min-width: 1600px) {
	#Entry::before {
		/* height: 80px; */
		/* background-position: center bottom; */
	}
}
@media screen and (min-width: 769px) {

.About_Visits .About_Numbers_pic{
	position: relative;
    top: 20px;
    right: 20px;
}

	.pc-none {
		display: none;
	}
}

@media screen and (min-width: 601px) {

	.pagetop {
		bottom: 0;
	}

}

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

	.mainvisual_link_wrap {
        padding: 30px;
        flex-wrap: wrap;
        gap: 40px;
        background: #d3d3d3;
	}

	.mv_BottomRight {
		/* bottom: 220px;
		right: 6%; */
        bottom: -110px;
		left: 26%;
	}


	.About_Numbers_main {
		font-size: 80px;
		margin: 10px;
	}
	.About_Overtime .About_Numbers_pic {
		top: 48px;
		
	}

	.clinic_info {
		margin: 20px auto;
	}

	#footer_info .calendar iframe {
		margin: 0 auto;
        max-width: 100%;
	}


}

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

	.About_Numbers {
		justify-content: center;
	}
	.About_Numbers_txt {
		justify-content: center;
		width: 100%;
	}
	.About_Numbers_item {
		display: flex;
		justify-content: center;
        flex-wrap: wrap;
		gap: 10px;
        max-width: 380px;
        width: 47%;
	}

	#About .About_Numbers_pic {
		position: relative;
		inset: 0;
	}

}

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

	#hd_tel {
		display: none;
	}
	.mainvisual_flex {
		flex-wrap: wrap;
	}
	.mainvisual_ttl, .mv_staff {
		flex: auto;
    top: 0;
	}
	.mainvisual_h2 {
		margin: 0 auto;
	}

	.mv_BottomLeft {
		
    bottom: 130px;
	}
	
	#Greeting .section_ttl {
		text-align: center;
	}
	.Greeting_flex {
		flex-wrap: wrap-reverse;
	}

	.Greeting_txt {
		flex: auto;
	}

	.About_txt {
		flex: auto;
	}
	.About_flex {
		
		justify-content: center;
		flex-wrap: wrap;
	}

	#Recruitment .inner {
		overflow: hidden;
		width: 100%;
		padding: 0 20px;
	}


	.Recruitment_flex {
		flex-wrap: wrap;
		justify-content: center;
	}

	form#mailformpro dl dt {
		float: none;
        width: 220px;
        font-size: 18px;
		/* font-size: 12px; */
		/* padding: 5px; */
		text-align: left;
	}
	form#mailformpro dl dd {
		clear: both;
        font-size: 18px;
		border-top: none;
		padding-left: 15px;
	}
	
	input, textarea {
		max-width: 100%;
	}

	#Entry .inner {
		padding-bottom: 210px;
	}
	
	.footer_info {
		justify-content: center;
		flex-wrap: wrap;
	}

	.ft_inst {
		max-width: 100%;
	}
	

	
	.swiper-button_wrapper {
        justify-content: end;
    }
}



@media screen and (max-width: 768px) {
	body {
		min-width: 100% !important;
	}
	h1 {
	}
	.inner {
	}
	.sp-none {
		display: none;
	}
	#tel {

	}
	#tel img {
	}

	.Flow_list {
		width: fit-content;
		
	}

	.About_Numbers_main {
        font-size: 70px;
    }
	.About_Numbers_sub {
		
    font-size: 22px;
	}


    table.youkou {
        width: 100%;
    }
    table.youkou th {
        width: 100%;
        text-align: center;
        display: block;
        padding: 6px;
		border-radius: 10px;
    }
    table.youkou th:after {
        /* left: 46.9%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(136, 183, 213, 0);
        border-left-color: #93aee8;
        border-width: 10px;
        margin-top: 18px;
        transform: rotate(90deg); */
    }
    table.youkou td {
        width: 100%;
        display: block;
        font-size: 15px;
        letter-spacing: 1.3px;
        padding: 16px 11px;

        margin: 10px 0 30px;
		border-radius: 10px;
	}

	
	#Entry {
        overflow: hidden;
	}

	#footer_info .calendar {
		padding: 15px;
	}

    #footer_sp_fixed ul li.sp_reserve a img{
		display: block;
		margin: 0 auto 2px;
	}
    #footer_sp_fixed ul li.sp_reserve a{
		color: #fff;
		text-decoration: none;
		text-align: center;
        display: block;
        font-size: 16px;
	}
    #footer_sp_fixed ul li.sp_reserve {
        background-color: #f3c801;
		width: 34%;
		font-size: 16px;
        line-height: 1;
		height: 54px;
		display: grid;
        align-items: center;
    }

	#footer_sp_fixed ul li.sp_tel {
height: 54px;
        padding: 0;
        display: grid;
        align-items: center;
	}

	

}


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

	
	.About_pic01 {

        padding-right: 10%;
	}
	.About_pic02 {
        margin-top: -40px;
        padding: 10px;
        padding-left: 10%;
	}

	#About .About_Numbers_pic {
		min-width: 100px;
        /* flex: 1; */
	}

	.About_Numbers {
        justify-content: space-between;
        gap: 20px 0;
    }

	.About_Numbers_main {
		white-space: normal;
	}

	.About_Holidays .About_Numbers_txt {
		width: fit-content;
	}
	.About_Numbers_txt {
		align-content: center;
	}

	.About_Numbers_item {
		width: 100%;
		flex-wrap: nowrap;
        padding: 10px;
        min-height: auto;
        max-width: 100%;
	}

	.About_Numbers_ttl {
		font-size: 22px;
        line-height: 1.3;
	}

	.About_Numbers_main {
        font-size: 44px;
        margin: 10px 0;
    }
	.About_Numbers_span {
		font-size: 22px;
	}

	.About_Numbers_sub {
		font-size: 18px;
		line-height: 1.3;
	}

	
	.About_Numbers_item.About_Paid,
	.About_Numbers_item.About_Overtime {
		width: 48%;
		flex-wrap: wrap;
	}
	
	#About .About_Numbers_item.About_Paid .About_Numbers_pic,
	#About .About_Numbers_item.About_Overtime .About_Numbers_pic{
        max-width: 55%;
        min-width: auto;
	}

	#About .About_Holidays {

        align-items: center;
	}
	#About .About_Holidays .About_Numbers_main {
		font-size: 60px;
	}
	#About .About_Holidays .About_Numbers_pic {
        min-width: auto;
		max-width: 75px;
	}
	
		
	form#mailformpro .mfp_div {
		flex-wrap: wrap;
		max-width: 96%;
        margin: 0 auto 10px;
	}
	form#mailformpro dl dt {
		width: 100%;
		border-right: none;
		border-bottom: solid 1px #333;
		
        padding: 20px 0;
	}
	form#mailformpro dl dd {
		width: 100%;
        padding: 35px 20px;
	}
}
@media screen and (max-width: 600px) {

	.inner {
		width: 92%;
		
	}

	#copyright {
		padding-bottom: 90px;
	}

	

	.MeritBottomLeft{
        left: -10%;
        bottom: -35%;
	}
	.MeritBottomLeft::before {
    max-width: 100vw;
    background-size: contain;
	}

	#Merit .section_h2 {
		margin-left: auto;
	}

		/* 次ページボタン・前ページボタン */
	.swiper-button_wrapper {
		justify-content: center;
        margin: 0 auto;
	}

	.swiper-button-next,.swiper-button-prev {
		width: 4rem;
	}

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

	.txt {
		font-size: 16px;
	}

	.mv_TopRight {
		top: -30%;
		left: -150%;
	}
	.mv_BottomLeft {
		left: -170px;
        bottom: 20%;
    }
		
	.mainvisual_h2 {
		position: relative;
		z-index: 1;
		padding-top: 80px;
		background-size: 100px;
        background-position: left 10px bottom;
	}

	.header {
		top: 10px;
	}
	#nav-drawer {
		top: 10px;
	}

	.hd_left {
		/* flex-wrap: wrap; */
		padding-right: 60px;
        gap: 5px;
	}
	.hd_h1 {
		/* border: none; */
		min-height: auto;
		font-size: 20px;
        line-height: 1.2;
		padding-left: 5px;
		text-shadow:none;
	}

	.mv_ttl_txt {
		position: absolute;
    top: 20px;
    right: 0;
    padding-left: 40px;
	}
	.mv_card.-off {
        /* opacity: 1 !important; */
		/* animation-delay: 0s!important; */
	}
	.mv_card.-anime {
        /* opacity: 1 !important;
		animation-delay: 0s!important; */
	}
	.mv_card {
		position: absolute;
        bottom: 0;
        right: 0px;
        left: 0px;
        padding: 0 20px;
		
        opacity: 1 !important;
		animation-delay: 0s!important;
	}

	.hd_logo {

        max-width: 40%;
	}

	.mv_staff  {
		/* animation-delay: 1s!important; */
		/* animation-delay: 3s!important; */
	}
	.mv_BottomRight {
		display: none;
    }

	.mainvisual_link {
		
    max-width: 260px;
	}

	.mainvisual_flex {
        padding: 50px  20px 70px;
        position: relative;
	}

	.Greeting_pic {
		width: 100%
	}

	.Greeting_pi01 {
		width: 203px;
        margin-left: auto;
	}
	.Greeting_pic02 {
    margin-top: -100px;
    margin-left: 0px;
    width: 287px;
	}

	#Recruitment {
		padding-bottom: 50px;
	}
	.Recruitment_ttl {
		background-size: 100px;
        min-height: auto;

        padding-right: 80px;
        width: fit-content;
	}
	.Recruitment_eng {
		font-size: 48px;
	}
	.Recruitment_big {
		font-size: 60px;
	}
	.Recruitment_txt {
		max-width: 100%;
	}

	#Entry {
        padding-top: 100px;
    }

	.Greeting_name_wrap {
		flex-wrap: wrap;
		justify-content: center;
	}


	a.youkou_link {
		margin: 15px auto 0;
	}
	.youkou_summary {
		max-width: fit-content;
		padding: 0 15px;
        font-size: 22px;
	}

	.Instagram_ttl ,.Flow_ttl{
		font-size: 36px;
		        max-width: fit-content;
        min-height: auto;
        padding: 0px 20px;
	}

	.Instagram_p {
		line-height: 2;
	}
	.Instagram_p .jump-em {
		height: max-content;
		top: 5px;
        padding-bottom: 5px;
	}

	.Instagram_p .jump-em .jump-char {
		font-size: 30px;
	}

	/* アニメーションの定義 */
	@keyframes jump {
		0% {
		  transform: translateY(0); /* 開始時は元の位置 */
		}
		30% {
		  transform: translateY(-5px); /* 中間点で上に移動 */
		}
		60% {
		  transform: translateY(0); /* 終了時は元の位置に戻る */
		}
	}
	
	.Flow_inner {
		padding: 50px 20px 140px;
        background: 
		linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2)),
		 url(./img/Flow_TopRight.png) no-repeat right -1px top -5px, 
		url(./img/Flow_BottomLeft.png) no-repeat left -1px bottom -75px;
	}
	.Flow_list span {
		/* display: block; */
		min-width: 70px;
        padding-right: 10px;
	}

	.Flow_list li::before {
		margin-top: 18px;
	}

	.Flow_list li {
		font-size: 19px;
		align-items: flex-start;
	}

	.Flow_p {
		text-align: left;
        font-size: 18px;
        padding-left: 20px;
        text-indent: -20px;
	}

	
	/*スライド*/
	/*-----------------------------*/


	#Merit::before {
		top: 26%;
	}
	.Merit_slide_wrapper {
		
        padding-bottom: 0;
	}

	.Merit_title {
		font-size: 26px;
		display: inline;
	}

	.Merit_slide {}
	.Merit_slide .swiper-wrapper {}
	.Merit_slide .swiper-slide {
		width: 100%;
		padding: 0 10px;
	}
	.swiper-slide {}

	.swiper-button-next,.swiper-button-prev {
		
    width: 3rem;
	}
	.swiper-button-next:after,
	.swiper-button-prev:after {}
	.swiper-button-next:after {}

	/*スライドボタン*/
	/*-----------------------------*/
	.Merit_slide_btn_group {
		gap: 1rem;
	}
	.Merit_slide_btn {
		width: 100%;
	}
	.Merit_slide_btn_dl {
		max-width: 100%;
	}
	.Merit_slide_btn_dt {}
	.Merit_slide_btn_dd {}

	#Merit .section_ttl {
		margin-bottom: 0;
	}

	.slide-wrap {
		padding-top: 80px;
	}
	.slide-track img {
		max-width: 100vw;
	}
	
	form#mailformpro .mfp_div {
		flex-wrap: wrap;
		max-width: 96%;
        margin: 0 auto 10px;
	}
	form#mailformpro dl dt {
		width: 100%;
		border-right: none;
		border-bottom: solid 1px #333;
		
        padding: 20px 0;
	}
	form#mailformpro dl dd {
		width: 100%;
        padding: 35px 20px;
	}

	#Entry .inner {
		padding-bottom: 100px;
	}

	.entry_footer:before {
		
    bottom: -24px;
    background-size: contain;
	}
	.entry_footer {
		position: relative;
		right: 0;
		left: 0;
    width: 300px;

	}
	.entry_footer.is-active:after {

	}

	.mfp_Notice {
		margin: 20px auto
	}

	.clinic_info .logo{
		margin: 0 auto;
        display: block;
	}
	.clinic_info {

        width: 94%;
	}


	
	.section_h2 {
	
		background-size: 120px;
        background-position: right top 30px;
        font-size: 48px;
        padding-right: 30px;
		padding-right: 100px;
		width: fit-content;
	}


	#Recruitment .section_h2 {

        width: 100%;
	}
	
	.section_ttl_em {
	
		font-size: 80px;
	}
	
	.section_ttl_span:after {
	}
	.recruit_link {
		
		font-size: 20px;
		line-height: 2.4;
		padding: 0px 10px;
		z-index: 1;
	}

	.youkou_slash {
    font-size: 14px;

	}

	.Instagram_p .jump-char {
		font-size: 18px;
	}

	
}