.mizen-top-background {
	background-image: url('https://www.mizenclinic.jp/wp-content/uploads/2025/03/DSC_5325-1-1.jpg');
	min-height: 200px; 
	padding: 3em 0; 
	background-size: cover;
}

@media only screen and (max-width: 768px) {
	.mizen-top-background {
		background-image: url('https://www.mizenclinic.jp/wp-content/uploads/2025/03/DSC_5325-2-1.jpg');
		min-height: 200px; 
		padding: 3em 0; 
		background-size: cover;
	}
}

.content h2 {
  font-size: 2.2rem;
}
.content h3 {
  font-size: 2rem;
}
.content h4 {
  font-size: 1.8rem;
}
.content h5 {
  font-size: 1.6rem;
}
table.timetable td {
  padding: 0;
}
table.timetable th {
  padding: 5px;
}
div.wp-block-columns {
  margin-bottom: 0;
}
.partsH2-9 h2.has-white-color::after {
  background-color: #ffffff;
}
a.div-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  phone-hide {
    display: none;
  }
}

.partsH2-33 h2::before,
.partsH3-33 h3::before,
.partsH4-33 h4::before,
.partsH5-33 h5::before {
  display: inline-block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 30px;
  border-left: solid 5px #a83f3f;
  border-top: solid 5px #a83f3f;
}
.partsH2-33 h2::after,
.partsH3-33 h3::after,
.partsH4-33 h4::after,
.partsH5-33 h5::after {
  display: inline-block;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20px;
  height: 30px;
  border-right: solid 5px #a83f3f;
  border-bottom: solid 5px #a83f3f;
}

/* recruit共通 */
.recruit-main input,
button,
textarea,
select {
  font: inherit;
}
.recruit-main li {
  list-style-type: none;
}

.section__title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 88px;
  color: #00a05c;
  line-height: 0.7;
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 50px;
  }
}
.section__subtitle {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 24px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .section__subtitle {
    font-size: 18px;
  }
}

.recruit-inner {
  padding: 0 20px;
}

.reverse {
  flex-direction: row-reverse;
}

.green {
  color: #10af6b;
}
.green02 {
  color: #00a05c;
}

.yellow-line {
  font-weight: 700;
  background: linear-gradient(transparent 60%, #f9fb92 40%);
}

.sp-none {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}
.pc-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc-none {
    display: block;
  }
}
/* fadeUp */

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger {
  opacity: 0;
}

/* 波紋*/
.bgcenterout {
  position: relative;
  overflow: hidden;
}

.bgcenterout::after {
  content: "";
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  border-radius: 100%;
  /*アニメーション*/
  transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 0);
  transform-origin: center;
}

/*hoverした際の形状*/
.bgcenterout:hover::after {
  transform: scale(1, 3);
}

/* recruit */
.recruit-main {
  color: #333;
}
.recruit-main img {
  width: 100%;
  margin-bottom: -7px;
}
/* recruit-title */
.recruit-title {
  background: url(../the-thor/images/recruit/title_bg.jpg) no-repeat center
    center / cover;
  width: 100%;
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: right;
}
@media screen and (max-width: 768px) {
  .recruit-title {
    background: url(../the-thor/images/recruit/title_bg.jpg) no-repeat center
      bottom / contain;
    width: 100%;
    height: 70px;
  }
}

.recruit-title__h2 {
  font-size: clamp(30px, 2.77vw, 40px);
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #333;
  letter-spacing: 4px;
  width: 86%;
}
@media screen and (max-width: 768px) {
  .recruit-title__h2 {
    font-size: 20px;
    width: 94%;
  }
}

/* recruit-mv */
.recruit-mv {
  background: url(../the-thor/images/recruit/mv-bg.png) no-repeat center center /
    cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-mv {
    background: url(../the-thor/images/recruit/mv-sp-bg.png) no-repeat center
      center / cover;
    width: 100%;
    height: 100%;
  }
}

.recruit-mv__contents {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: right;
  gap: 5.625rem;
}
@media screen and (max-width: 768px) {
  .recruit-mv__contents {
    display: block;
    height: 100%;
  }
}

.recruit-mv__left {
  padding-left: 20px;
}
.recruit-mv__right {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .recruit-mv__right {
    width: 100%;
    margin-top: 40px;
    padding: 0 10px;
  }
}

.recruit-mv__title {
  font-size: clamp(50px, 4.8vw, 100px);
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  color: #333;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .recruit-mv__title {
    font-size: clamp(32px, 9vw, 68px);
    padding-top: 24px;
    line-height: 150%;
  }
}

.recruit-mv__text {
  font-size: clamp(20px, 2vw, 50px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  margin-top: 1.5rem;
  color: #333;
}
@media screen and (max-width: 768px) {
  .recruit-mv__text {
    font-size: clamp(16px, 4.8vw, 38px);
    margin-top: 8px;
    line-height: 150%;
  }
}
/* recruit-worries */

.recruit-worries {
  padding-top: 80px;
  padding-bottom: 80px;
	background: #FAFAFA;
	position:relative;
}
.recruit-worries:before {
  position: absolute;
	content: "";
	background: #FAFAFA;
	width: 250px;
	height:80px;
	bottom:-5%;
	left: 0%;
	right:0%;
	margin: 0 auto;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media screen and (max-width: 768px) {
 .recruit-worries:before {
  position: absolute;
	content: "";
	background: #FAFAFA;
	width: 130px;
	height:40px;
	bottom:-2%;
	left: 0%;
	right:0%;
	margin: 0 auto;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
}
}

@media screen and (max-width: 768px) {
  .recruit-worries {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
  }
}

.recruit-worries__title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(40px, 3.3vw, 48px);
  color: #333;
	line-height: 180%;
}
@media screen and (max-width: 768px) {
  .recruit-worries__title {
    font-size: 24px;
  }
}

.recruit-worries__contents {
	max-width: 1040px;
	margin: 0 auto;
}

.recruit-worries__flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:0 32px ;
	margin-top: 40px;
}

.recruit-worries-box__top01 {
  background: url(../the-thor/images/recruit/fukidashi01.png) no-repeat center
    center / contain;
		max-width: 294px;
		height: 204px;
		width: 100%;
		font-size: 18px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: bold;
		color: #333;
		line-height: 180%;
		padding: 19px 24px;
}
@media screen and (max-width: 768px){
	.recruit-worries-box__top01 {
		background: url(../the-thor/images/recruit/fukidashi02.png) no-repeat center
			 bottom / cover;
		height: 180px;
	  border-radius:10px;
		font-size: 16px;
	}
}
.recruit-worries-box__top02 {
  background: url(../the-thor/images/recruit/fukidashi02.png) no-repeat center
    center / contain;
		max-width: 294px;
		height: 204px;
		width: 100%;
		font-size: 18px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: bold;
		color: #333;
		line-height: 180%;
		padding: 19px 24px;

}
@media screen and (max-width: 768px){
  .recruit-worries-box__top02 {
    font-size: 16px;
	    background: url(../the-thor/images/recruit/fukidashi02.png) no-repeat center
    bottom / cover;
		height: 180px;
	  border-radius:10px;
  }
}
@media screen and (max-width: 768px){
  .height01{
 
		height: 160px;

  }
}

.recruit-worries-box__bottom01 {
  background: url(../the-thor/images/recruit/fukidashi03.png) no-repeat center
    center / contain;
		max-width: 294px;
		height: 176px;
		width: 100%;
		font-size:18px;
		font-family: "Noto Sans JP", sans-serif;
		font-weight: bold;
		color: #333;
		line-height: 180%;
		padding: 19px 24px;
}
@media screen and (max-width: 768px){
	.recruit-worries-box__bottom01 {
		background: url(../the-thor/images/recruit/fukidashi02.png) no-repeat center
			bottom / cover;
			height: 160px;
      font-size:16px;
		  border-radius:10px;
	}
}
.recruit-worries-box__bottom02 {
	max-width: 294px;
	height: 176px;
	width: 100%;
}

.recruit-worries__text {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  color: #333;
	margin-top: 56px;
	line-height: 200%;
}
@media screen and (max-width: 768px){
	.recruit-worries__text {
		font-family: "Noto Serif JP", serif;
		font-size: 16px;
		color: #333;
		margin-top: 28px;
		line-height: 150%;
	}
}

.recruit-worries__text02 {
  font-family: "Noto Serif JP", serif;
  margin-top: 32px;
  font-size: 30px;
  color: #333;
	font-weight: bold;
	line-height: 150%;
	letter-spacing: 1.5px;
}
@media screen and (max-width: 768px){
	
.recruit-worries__text02 {
  font-family: "Noto Serif JP", serif;
  margin-top: 32px;
  font-size: 20px;
  color: #333;
	font-weight: bold;
	line-height: 150%;
	letter-spacing: 1.5px;
}
}

/* recruit-will  */
.recruit-will {
  background: url(../the-thor/images/recruit/worries.png) no-repeat center
    bottom / contain;
  padding-top: 80px;
  padding-bottom: 22rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-will {
    background: url(../the-thor/images/recruit/worries.png) no-repeat left
      bottom / contain;
    padding-top: 40px;
    padding-bottom: 100px;
    width: 100%;
    background-size: 120%;
  }
}

.recruit-will__title {
	text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(40px, 3.3vw, 48px);
  color: #333;
	line-height: 180%;
	position: relative;
	letter-spacing: 2.4px;
}
@media screen and (max-width: 768px){
	.recruit-will__title {
    font-size: 24px;
	}
}
.recruit-will__title::before {
	position: absolute;
	content: "";
	background: url(../the-thor/images/recruit/arrow02.svg) no-repeat center
		center / contain;
	width: 55px;
	height: 120px;
	bottom: -103%;
	left: 0;
	right: 0;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.recruit-will__title::before {
		position: absolute;
		content: "";
		background: url(../the-thor/images/recruit/arrow02.svg) no-repeat center
			center / contain;
		width: 30px;
		height: 80px;
		bottom: -75%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}

.recruit-will__contents {
	max-width: 1016px;
	margin:  0 auto;
	margin-top: 83px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(3, 60, 36, 0.2);
	background: #fff;
	padding: 40px 32px 56px 80px ;
}
@media screen and (max-width: 768px){
	.recruit-will__contents {
		max-width: 1016px;
		margin:  0 auto;
		margin-top: 60px;
		border-radius: 10px;
		box-shadow: 0px 0px 10px 0px rgba(3, 60, 36, 0.2);
		background: #fff;
		padding: 20px 16px 28px 40px ;
	}
}
.recruit-will__contents li{
	font-family: "Noto Sans JP", serif;
  margin-top: 24px;
  font-size: 20px;
  color: #333;
	font-weight: bold;
	line-height: 200%;
	position: relative;
}
@media screen and (max-width: 768px){
	.recruit-will__contents li{
		font-family: "Noto Sans JP", serif;
		margin-top: 20px;
		font-size: 13px;
		color: #333;
		font-weight: bold;
		line-height: 150%;
		position: relative;
	}
}
.recruit-will__contents li::before{
	position: absolute;
	content: "";
	background: url(../the-thor/images/recruit/check.png) no-repeat center
		center / contain;
	width: 40px;
	height:38px;
	top:0%;
	left: -6%;
	margin: 0 auto;
}
@media screen and (max-width: 768px){
	.recruit-will__contents li::before{
		position: absolute;
		content: "";
		background: url(../the-thor/images/recruit/check.png) no-repeat center
			center / contain;
		width: 20px;
		height:19px;
		top:1%;
		left: -28px;
		margin: 0 auto;
	}
}



/* recruit-work */
.recruit-work {
  background: url(../the-thor/images/recruit/work-bg.png) no-repeat center
    center / cover;
  width: 100%;
  height: 100%;
  padding-bottom: 6.25rem;
  margin-top: 2rem;
}

.recruit-work__title {
  max-width: 1016px;
  margin: 0 auto;
  text-align: left;
}

.recruit-work__contents {
  max-width: 1016px;
  margin: 0 auto;
}

.recruit-work__box {
  display: flex;
  gap: 1.5rem;
  margin-top: 3.375rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .recruit-work__box {
    flex-wrap: wrap-reverse;
    justify-content: center;
  }
}

.recruit-work__img {
  max-width: 392px;
  width: 38%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .recruit-work__img {
    width: 100%;
    margin-top: 16px;
  }
}

.recruit-work__img img {
  aspect-ratio: 392/300;
  object-fit: cover;
}

.recruit-work__wrap {
}

.recruit-work__h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #00a05c;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .recruit-work__h3 {
    font-size: 20px;
  }
}

.recruit-work__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #333;
  line-height: 180%;
  margin-top: 16px;
}

/* .recruit-cta  */

.recruit-cta {
  background: #f1f8f5;
  padding: 80px 0;
}

.recruit-inner {
  padding: 0 20px;
}

.recruit-cta__contents {
  margin: 0 auto;
}

.recruit-cta__text {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #333;
  font-size: 24px;
}

.recruit-cta__wrap {
  margin-top: 40px;
  display: flex;
  gap: 48px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .recruit-cta__wrap {
    margin-top: 40px;
    display: block;
  }
}

.recruit-cta__left {
  display: flex;
  background-color: #43c698;
  border-radius: 50px;
  max-width: 316px;
  height: 70px;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit-cta__left {
    margin: 0 auto;
  }
}
.recruit-cta__left::before {
  position: absolute;
  content: "";
  top: 39%;
  right: 9%;
  width: 15px;
  height: 15px;
  background: url(../the-thor/images/recruit/arrow.svg) no-repeat center center /
    cover;
}
.recruit-cta__left span {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
  text-align: center;
  letter-spacing: 2px;
}

.recruit-cta__right {
  display: flex;
  background: linear-gradient(
    90deg,
    rgba(57, 184, 255, 1) 0%,
    rgba(220, 250, 145, 1) 100%
  );
  border-radius: 50px;
  height: 70px;
  max-width: 316px;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit-cta__right {
    margin: 0 auto;
    margin-top: 32px;
  }
}
.recruit-cta__right::before {
  position: absolute;
  content: "";
  top: 39%;
  right: 9%;
  width: 15px;
  height: 15px;
  background: url(../the-thor/images/recruit/arrow.svg) no-repeat center center /
    cover;
}
.recruit-cta__right span {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: block;
  letter-spacing: 2%;
  text-align: center;
}

/* recruit-interview  */

.recruit-interview {
  background-color: rgba(165, 250, 75, 0.1);
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .recruit-interview {
    padding: 80px 0;
  }
}

.recruit-interview__title {
  text-align: center;
}

.recruit-interview__contents {
  margin: 0 auto;
  margin-top: 48px;
  max-width: 1224px;
}

.recruit-interview__box {
  margin-top: 24px;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  gap: 48px;
  padding-right: 5%;
}

@media screen and (max-width: 768px) {
  .recruit-interview__box {
    margin-top: 24px;
    display: block;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    padding-right: 0%;
  }
}
.recruit-interview__img {
  max-width: 299px;
  width: 100%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .recruit-interview__img {
    max-width: 100%;
    border-radius: 20px 20px 0 0;
  }
}
.recruit-interview__img img {
  aspect-ratio: 299/160;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .recruit-interview__img img {
    border-radius: 20px 20px 0 0;
  }
}

.recruit-interview__name {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-left: 24px;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .recruit-interview__name {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
  }
}
.recruit-interview__name span {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .recruit-interview__wrap {
    padding: 16px;
  }
}

.recruit-interview__text {
  padding: 10px 0;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .recruit-interview__text {
    padding: 0;
  }
}

.recruit-interview__box02 {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  margin-top: 40px;
  padding-bottom: 80px;
}

.recruit-interview__h3 {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .recruit-interview__h3 {
    text-align: center;
  }
}

.recruit-interview-flex03 {
  display: flex;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .recruit-interview-flex03 {
    display: block;
  }
}

.recruit-interview-flex03__left {
}

.recruit-interview-flex01 {
  display: flex;
  gap: 97px;
  margin-top: 32px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  max-width: 689px;
}

@media screen and (max-width: 768px) {
  .recruit-interview-flex01 {
    display: block;
  }
}

.recruit-interview-flex01__img span {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  background: #f1f8f5;
  display: block;
  width: 110px;
  text-align: center;
  margin-top: 8px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .recruit-interview-flex01__img span {
    margin: 0 auto;
  }
}
.recruit-interview-flex01__img img {
  display: block;
  width: 60px;
  margin: 0 auto;
}

.recruit-interview-flex01__text {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 180%;
  max-width: 464px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .recruit-interview-flex01__text {
    margin-top: 24px;
  }
}

.blue-line {
  background: linear-gradient(transparent 60%, #c4f5f9 40%);
}

.orange-line {
  background: linear-gradient(transparent 60%, #f8e3b7 40%);
}

.purple-line {
  background: linear-gradient(transparent 60%, #d8cffb 40%);
}

.pink-line {
  background: linear-gradient(transparent 60%, #f7d0d3 40%);
}

.recruit-interview-flex02 {
  display: flex;
  margin-top: 33px;
  gap: 95px;
  max-width: 689px;
}
@media screen and (max-width: 768px) {
  .recruit-interview-flex02 {
    display: block;
  }
}

.recruit-interview-flex02__left {
  width: 116px;
  position: relative;
}
.recruit-interview-flex02__left:before {
  position: absolute;
  content: "　男性  　女性";
  bottom: -30px;
  left: 6%;
  right: 0;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .recruit-interview-flex02__left:before {
    position: absolute;
    content: "　男性  　女性";
    bottom: -30px;
    left: -5%;
    right: 0%;
    font-size: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .recruit-interview-flex02__left {
    width: 230px;
    margin: 0 auto;
  }
}
.recruit-interview-flex02__left img {
  width: 92px;
  margin: 0 auto;
  display: block;
}

.recruit-interview-flex02__title {
  text-align: center;
  width: 100%;
  background: #f1f8f5;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #333;
}
@media screen and (max-width: 768px) {
  .recruit-interview-flex02__title {
    margin-top: 40px;
  }
}

.recruit-interview-flex02__nam {
  font-size: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 180%;
  text-align: center;
  color: #00a05c;
}
.recruit-interview-flex02__nam span {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.recruit-interview-flex02__right img {
  width: 230px;
}

.recruit-interview-flex03__right img {
  aspect-ratio: 423/294;
  object-fit: cover;
}
.recruit-interview-flex02__right {
  width: 230px;
}
@media screen and (max-width: 768px) {
  .recruit-interview-flex02__right {
    margin: 0 auto;
  }
}

.recruit-interview-flex03__right {
  max-width: 423px;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .recruit-interview-flex03__right {
    margin: 0 auto;
    margin-top: 40px;
  }
}

/* recruit-philosophy  */

.recruit-philosophy__mv {
  position: relative;
}

.philosophy-main-child01 {
  position: absolute;
  width: 36%;
  bottom: -28%;
  left: 13%;
  animation-delay: 0.5s !important;
}

.philosophy-main-child02 {
  position: absolute;
  width: 41%;
  bottom: -6%;
  right: 7%;
}

.recruit-philosophy-top {
  margin-top: 16%;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .recruit-philosophy-top {
    margin-top: 100px;
    padding-bottom: 100px;
  }
}

.recruit-philosophy__title {
  text-align: center;
  line-height: 0.7;
}

.recruit-philosophy-top__contents {
  display: flex;
  gap: 32px;
  justify-content: center;
  max-width: 1060px;
  margin: 0 auto;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .recruit-philosophy-top__contents {
    margin: 0 auto;
    margin-top: 24px;
    display: block;
    max-width: 1060px;
  }
}

.recruit-philosophy-top__box {
  max-width: 330px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-philosophy-top__box {
    margin: 0 auto;
    margin-top: 48px;
  }
}

.recruit-philosophy-top__h3 span {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  border-bottom: 1px solid #fff;
  line-height: 180%;
  display: inline-block;
  margin-bottom: 16px;
}

.recruit-philosophy-top__h3 {
  background: linear-gradient(90deg, #a5c84b 0%, #85c300 100%);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 180%;
}

.recruit-philosophy-top__text {
  text-align: center;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-top: 16px;
  line-height: 180%;
  color: #333;
}

.recruit-philosophy-bottom {
  background: url(../the-thor/images/recruit/philosophy-bg.png) no-repeat center
    center / cover;
  width: 100%;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .recruit-philosophy-bottom {
    background: url(../the-thor/images/recruit/philosophy-bg.png) no-repeat
      center center / cover;
    width: 100%;
    padding: 80px 0;
  }
}

.recruit-philosophy-bottom__read {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit-philosophy-bottom__read {
    text-align: left;
  }
}

.read-green {
  font-size: 48px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 2.4px;
  color: #00a05c;
}
@media screen and (max-width: 768px) {
  .read-green {
    font-size: 28px;
  }
}

.recruit-philosophy-bottom__text {
  max-width: 814px;
  margin: 0 auto;
  margin-top: 24px;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 180%;
  text-align: justify;
}

.yellow-line-g {
  font-weight: 700;
  background: linear-gradient(transparent 60%, #f9fb92 40%);
  color: #00a05c;
}

.recruit-philosophy-bottom__contents {
  max-width: 1060px;
  margin: 0 auto;
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .recruit-philosophy-bottom__contents {
    max-width: 1060px;
    margin: 0 auto;
    margin-top: 80px;
  }
}

.recruit-philosophy-bottom-box {
  display: flex;
  align-items: center;
  margin-top: 40px;
  justify-content: left;
  gap: 24px;
  max-width: 920px;
}
@media screen and (max-width: 768px) {
  .recruit-philosophy-bottom-box {
    display: flex;
    flex-wrap: wrap-reverse;
    align-items: center;
    margin-top: 40px;
    justify-content: left;
    gap: 24px;
    max-width: 920px;
  }
}

.recruit-philosophy-bottom-box.reverse {
  margin-left: auto;
}

.recruit-philosophy-bottom-box__img {
  max-width: 400px;
  flex-shrink: 0;
  width: 100%;
}

.recruit-philosophy-bottom-box__h3 {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.2px;
  color: #00a05c;
}
@media screen and (max-width: 768px) {
  .recruit-philosophy-bottom-box__h3 {
    font-size: 20px;
  }
}

.recruit-philosophy-bottom-box__text {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.75px;
  color: #333;
  margin-top: 16px;
}

/* recruit-reviews  */

.recruit-reviews {
  background: url(../the-thor/images/recruit/reviews-bg.png) no-repeat center
    center / cover;
  width: 100%;
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .recruit-reviews {
    background: url(../the-thor/images/recruit/reviews-bg.png) no-repeat center
      center / cover;
    width: 100%;
    padding: 80px 0;
  }
}

.recruit-reviews__title {
  text-align: center;
  line-height: 0.7;
}

.recruit-reviews__contents {
  margin: 0 auto;
  margin-top: 48px;
  max-width: 1224px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.recruit-reviews__box {
  max-width: 600px;
  width: 100%;
  background: #fff;
  display: flex;
  gap: 24px;
  justify-content: center;
  padding: 13px 37px;
  align-items: center;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px rgba(3, 60, 36, 0.2);
}
@media screen and (max-width: 768px) {
  .recruit-reviews__box {
    max-width: 600px;
    width: 100%;
    background: #fff;
    display: block;
    gap: 24px;
    justify-content: center;
    padding: 13px 16px;
    align-items: center;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 0px rgba(3, 60, 36, 0.2);
  }
}

.recruit-reviews__img {
  flex-shrink: 0;
  max-width: 132px;
  width: 100%;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  .recruit-reviews__img {
    flex-shrink: 0;
    max-width: 132px;
    width: 100%;
    margin: 0 auto;
  }
}
.recruit-reviews__img span {
  color: #333;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.75px;
  text-align: center;
  display: block;
}

.recruit-reviews__body {
}

.recruit-reviews_ster {
  color: #edc660;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.75px;
}
@media screen and (max-width: 768px) {
  .recruit-reviews_ster {
    color: #edc660;
    font-size: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.75px;
    text-align: center;
    display: block;
  }
}

.recruit-reviews__text02 {
  max-width: 600px;
  margin: 0 auto;
  text-align: right;
  margin-top: 24px;
  color: #333;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.75px;
}
@media screen and (max-width: 768px) {
  .recruit-reviews__text02 {
    max-width: 600px;
    margin: 0 auto;
    text-align: right;
    margin-top: 16px;
    color: #333;
    font-size: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.75px;
  }
}

.recruit-reviews__text {
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
  color: #333;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.75px;
}
@media screen and (max-width: 768px) {
  .recruit-reviews__text {
    max-width: 600px;
    margin: 0 auto;
    text-align: left;
    margin-top: 16px;
    color: #333;
    font-size: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.75px;
  }
}

/* recruit-personality  */
.recruit-personality {
  background: url(../the-thor/images/recruit/personality-bg.png) no-repeat
    center center / cover;
  width: 100%;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .recruit-personality {
    width: 100%;
    padding: 50px 0;
  }
}

.recruit-personality__title {
  text-align: center;
  line-height: 0.7;
}

.recruit-personality__contents {
  max-width: 1032px;
  margin: 0 auto;
  margin-top: 52px;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .recruit-personality__contents {
    max-width: 325px;
    margin: 0 auto;
    margin-top: 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    justify-content: center;
  }
}

.recruit-personality-box {
  background: url(../the-thor/images/recruit/green-bg.png) no-repeat center
    center / contain;
  max-width: 240px;
  width: 100%;
}

.recruit-personality-box__body {
  text-align: center;
  padding-top: 29px;
  padding-bottom: 63px;
}
@media screen and (max-width: 768px) {
  .recruit-personality-box__body {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 30px;
  }
}

.recruit-personality-box__nam {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 32px;
  color: #00a05c;
  line-height: 180%;
}

.recruit-personality-box__text {
  font-size: clamp(14px, 1.38vw, 20px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.5px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .recruit-personality-box__text {
    font-size: clamp(12px, 1.38vw, 20px);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.5px;
    color: #333;
  }
}

.recruit-personality-wrap {
  display: flex;
  gap: 24px;
  margin: 0 auto;
  max-width: 920px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .recruit-personality-wrap {
    margin: 0 auto;
    max-width: 440px;
    margin-top: 30px;
    display: block;
  }
}

.recruit-personality-wrap__left {
  background: url(../the-thor/images/recruit/yellow.png) no-repeat center center /
    contain;
  width: 100%;
  height: 118px;
  max-width: 447px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recruit-personality-wrap__text {
  font-size: clamp(16px, 1.38vw, 20px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 180%;
  max-width: 415px;
  padding: 16px;
}

.recruit-personality-wrap__right {
  background: url(../the-thor/images/recruit/yellow.png) no-repeat center center /
    contain;
  width: 100%;
  max-width: 447px;
  height: 118px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .recruit-personality-wrap__right {
    margin-top: 16px;
  }
}
/* recruit-list  */
.recruit-list {
}

.recruit-list-bg {
  background: url(../the-thor/images/recruit/recruit-bg.png) no-repeat center
    center / cover;
  width: 100%;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .recruit-list-bg {
    background: url(../the-thor/images/recruit/recruit-bg.png) no-repeat center
      center / cover;
    width: 100%;
    padding: 80px 0;
  }
}

.recruit-list__title {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #00a05c;
  text-align: center;
}

.recruit-list__contents {
  max-width: 1018px;
  margin: 0 auto;
  margin-top: 51px;
  border-radius: 10px;
  border-top: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .recruit-list__contents {
    display: block;
  }
}

/* ブラウザの初期設定をクリア */
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

.recruit-list__contents dt {
  background-color: #fbfbfb;
  font-weight: bold;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.75px;
  line-height: 180%;
  color: #333;
  width: 18%;
}
@media screen and (max-width: 768px) {
  .recruit-list__contents dt {
    width: 100%;
  }
}
.recruit-list__contents dd {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 180%;
  color: #333;
  width: 82%;
}
@media screen and (max-width: 768px) {
  .recruit-list__contents dd {
    width: 100%;
  }
}
.recruit-list__contents :nth-child(1) {
  border-radius: 10px 0% 0% 0%;
}
@media screen and (max-width: 768px) {
  .recruit-list__contents :nth-child(1) {
    border-radius: 10px 10px 0% 0%;
  }
}
.recruit-list__contents :nth-child(2) {
  border-radius: 0% 10px 0% 0%;
}
@media screen and (max-width: 768px) {
  .recruit-list__contents :nth-child(2) {
    border-radius: 0% 0px 0% 0%;
  }
}
.recruit-list__contents :nth-child(21) {
  border-radius: 0% 0% 0% 10px;
}
@media screen and (max-width: 768px) {
  .recruit-list__contents :nth-child(21) {
    border-radius: 0% 0% 0% 0px;
  }
}
.recruit-list__contents :nth-child(22) {
  border-radius: 0% 0% 10px 0%;
}
@media screen and (max-width: 768px) {
  .recruit-list__contents :nth-child(22) {
    border-radius: 0% 0% 10px 10px;
  }
}

.recruit-list__contents dt,
.recruit-list__contents dd {
  padding: 15px;
  box-sizing: border-box;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  align-items: baseline;
  background: #fff;
}

.recruit-list__contents dd:nth-child(4n),
.recruit-list__contents dt:nth-child(4n-1) {
  background-color: #f1f8f5;
}
@media screen and (max-width: 768px) {
  .recruit-list__contents dd:nth-child(4n),
  .recruit-list__contents dt:nth-child(4n-1) {
    background-color: transparent;
  }
}
.recruit-list__contents dd {
  padding-left: 40px;
}
.recruit-list__contents dt {
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  .recruit-list__contents dt {
    padding-left: 32px;
    background-color: #f1f8f5 !important;
  }
}
.recruit-list-bottom {
  margin: 0 auto;
  margin-top: 40px;
  max-width: 1040px;
  display: flex;
  gap: 24px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .recruit-list-bottom {
    margin: 0 auto;
    margin-top: 20px;
    max-width: 330px;
    display: block;
    padding-bottom: 40px;
  }
}

.recruit-list-bottom__box {
  max-width: 330px;
}
@media screen and (max-width: 768px) {
  .recruit-list-bottom__box {
    margin-top: 24px;
  }
}

.recruit-list-bottom__h3 {
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 150%;
  color: #00a05c;
}

.recruit-list-bottom__img {
  margin-top: 8px;
}
.recruit-list-bottom__img img {
  aspect-ratio: 330/214;
  object-fit: cover;
}
/* recruit-flow  */

.recruit-flow {
  background: url(../the-thor/images/recruit/flow-bg.png) no-repeat center
    center / cover;
  width: 100%;
  padding: 100px 0;
}

@media screen and (max-width: 768px) {
  .recruit-flow {
    padding: 50px 0;
  }
}

.recruit-flow__h2 {
  margin: 0 auto;
  max-width: 1032px;
  text-align: left;
  line-height: 0.7;
}

.recruit-flow__contents {
  max-width: 1032px;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  gap: 24px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .recruit-flow__contents {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 20px;
    display: block;
    position: relative;
    z-index: 1;
  }
}
.recruit-flow__contents::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background: #00a05c;
  top: 50%;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .recruit-flow__contents::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 100%;
    background: #00a05c;
    top: 0%;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    z-index: 0;
  }
}

.recruit-flow__box {
  max-width: 240px;
  height: 240px;
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 10;
  padding-top: 6px;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .recruit-flow__box {
    max-width: 690px;
    max-height: 172px;
    background: #fff;
    width: 100%;
    position: relative;
    z-index: 10;
    padding-top: 6px;
    margin-top: 24px;
  }
}

.recruit-flow__title {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 50px;
  color: #00a05c;
  line-height: 180%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit-flow__title {
    line-height: 100%;
  }
}
.recruit-flow__title span {
  font-family: "Cormorant Garamond", serif;
  font-weight: 600;
  font-size: 24px;
  color: #00a05c;
  line-height: 180%;
}

.recruit-flow__text {
  text-align: center;
  font-size: clamp(18px, 1.4vw, 20px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 180%;
  color: #333;
  margin-top: 19px;
}
@media screen and (max-width: 768px) {
  .recruit-flow__text {
    text-align: center;
    font-size: clamp(24px, 4.2vw, 32px);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 180%;
    color: #333;
    margin-top: 0px;
  }
}
.recruit-flow__text-fast {
  margin-top: 0px;
}

/* recruit-faq  */
.recruit-faq {
  background: #f6f9ed;
  width: 100%;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .recruit-faq {
    background: #f6f9ed;
    width: 100%;
    padding: 80px 0;
  }
}

.recruit-faq__title {
  text-align: center;
  line-height: 0.7;
}

.recruit-faq__contents {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 72px;
}

.recruit-faq__box {
  margin-top: 24px;
}

.recruit-faq__q {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 180%;
  color: #333;
  display: flex;
  align-items: center;
}

.recruit-faq__q span {
  color: #fff;
  display: block;
  font-size: 24px;
  width: 40px;
  height: 40px;
  background: #a5c84b;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  flex-shrink: 0;
}

.recruit-faq__a {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 180%;
  color: #333;
  background: #fff;
  padding: 16px 32px;
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 16px;
  min-height: 86px;
}

/* recruit-about */

.recruit-about {
  margin-top: 100px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .recruit-about {
    margin-top: 50px;
    padding-bottom: 40px;
  }
}

.recruit-about__title {
  max-width: 1016px;
  margin: 0 auto;
  text-align: left;
  line-height: 0.7;
}

.recruit-about__contents {
  max-width: 1016px;
  margin: 0 auto;
  margin-top: 32px;
}

.recruit-about__list {
  display: flex;
  flex-wrap: wrap;
  background-color: #f6f9ed;
  border-radius: 10px;
  padding: 32px 80px;
}
@media screen and (max-width: 768px) {
  .recruit-about__list {
    display: flex;
    flex-wrap: wrap;
    background-color: #f6f9ed;
    border-radius: 10px;
    padding: 16px 20px;
  }
}
.recruit-about__list dt {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.75px;
  line-height: 180%;
  width: 30%;
  margin-top: 8px;
}
.recruit-about__list dd {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 180%;
  width: 70%;
  margin-top: 8px;
}

.recruit-about__wrap {
  display: flex;
  max-width: 1016px;
  margin: 0 auto;
  gap: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .recruit-about__wrap {
    display: block;
    max-width: 1016px;
    margin: 0 auto;
    gap: 24px;
    margin-top: 20px;
  }
}

.recruit-about__img {
  aspect-ratio: 496/252;
  object-fit: cover;
}

/* recruit-greeting  */
.recruit-greeting {
  background: url(../the-thor/images/recruit/greeting-bg.png) no-repeat center
    center / cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .recruit-greeting {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.recruit-greeting__title {
  font-size: 30px;
  font-family: "Noto serif JP", sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 180%;
  max-width: 1224px;
  text-align: left;
  color: #00a05c;
  margin: 0 auto;
}

.recruit-greeting__contents {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 1224px;
  margin: 0 auto;
  margin-top: 16px;
}
@media screen and (max-width: 900px) {
  .recruit-greeting__contents {
    display: block;
    max-width: 1224px;
    margin: 0 auto;
    margin-top: 16px;
  }
}

.recruit-greeting__right {
  max-width: 288px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .recruit-greeting__right {
    margin: 0 auto;
    margin-top: 24px;
  }
}

.recruit-greeting__text {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 180%;
}

.recruit-greeting__text-b {
  font-size: 20px;
  font-family: "Noto serif JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.75px;
  line-height: 180%;
}

.recruit-greeting__name01 {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 180%;
  text-align: right;
  color: #333;
  margin-top: 24px;
}
@media screen and (max-width: 900px) {
  .recruit-greeting__name01 {
    display: none;
  }
}
.recruit-greeting__name02 {
  display: none;
}
@media screen and (max-width: 900px) {
  .recruit-greeting__name02 {
    display: block;
    text-align: center;
  }
}

/* recruit-contact */
.recruit-contact {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .recruit-contact {
    padding: 50px 0;
  }
}

.recruit-contact__title {
  text-align: center;
  line-height: 0.7;
}

.recruit-contact__text {
  margin-top: 80px;
  text-align: center;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  .recruit-contact__text {
    margin-top: 40px;
    font-size: 12px;
  }
}
.recruit-contact__text-back {
  margin-top: 40px;
  text-align: center;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.75px;
  line-height: 180%;
  display: block;
}
@media screen and (max-width: 768px) {
  .recruit-contact__text-back {
    margin-top: 40px;
    font-size: 12px;
  }
}

.recruit-contact__contents {
  max-width: 1037px;
  margin: 0 auto;
  margin-top: 56px;
}

.contact__item {
  max-width: 1037px;
  position: relative;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .contact__item {
    max-width: 375px;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
  }
}

.contact__itemtext {
  max-width: 1037px;
  position: relative;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .contact__itemtext {
    max-width: 375px;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
  }
}
.contact-flex {
  display: flex;
  position: relative;
  align-items: center;
}
.contact-flex02 {
  display: flex;
  position: relative;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact-flex02 {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: unset;
  }
}
@media screen and (max-width: 768px) {
  .contact-flex {
    flex-direction: column;
  }
}
.contact-item__left {
  width: 50%;
  display: flex;
  gap: 32px;
  font-size: clamp(16px, 1.38vw, 20px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 150%;
}

.contact-item__check {
  width: 52%;
  display: block;
  position: relative;
  font-size: clamp(16px, 1.38vw, 20px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 150%;
}
.contact-item__check03 {
  width: 50%;
  display: block;
  position: relative;
  font-size: clamp(16px, 1.38vw, 20px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 150%;
}
.contact-item__check02 {
  width: 49%;
  display: block;
  position: relative;
  font-size: clamp(16px, 1.38vw, 20px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .contact-item__check02 {
    width: 100%;
  }
}
.contact-item__check04 {
  width: 50%;
  display: block;
  position: relative;
  font-size: clamp(16px, 1.38vw, 20px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .contact-item__check04 {
    width: 100%;
  }
}

.contact-item__text {
  width: 50%;
  display: block;
  position: relative;
  font-size: clamp(16px, 1.38vw, 20px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 150%;
}
@media (max-width: 767px) {
  .contact-item__check {
    width: 100%;
    display: block;
    position: relative;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .contact-item__left {
    width: 100%;
    display: block;
    position: relative;
    font-size: 15px;
  }
}

@media (min-width: 767px) {
  label {
    display: flex;
  }
}

.required {
  width: 50px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  background: #fa9dae;
  border-radius: 5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .required {
    width: 40px;
    height: 24px;
    color: #fff;
    font-size: 12px;
    background: #fa9dae;
    border-radius: 5px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.wpcf7-form-control-wrap {
  width: 100%;
}
.contact__input {
  background: #f1f8f5;
  border: #f1f8f5;
  margin-top: 10px;
  max-width: 100%;
  height: 50px;
  border-radius: 5px;
  width: 100%;
}
@media (min-width: 767px) {
  .contact__input {
    width: 100%;
    margin-top: -10px;
    max-width: 670px;
    height: 50px;
    max-width: 100%;
  }
}

.contact-check {
  position: absolute;
  bottom: 0%;
  left: 40%;
}
@media (max-width: 767px) {
  .contact-check {
    position: absolute;
    bottom: -110%;
    left: 2%;
    font-size: 12px;
  }
}

.contact-btn {
  width: 316px;
  margin: 0 auto;
  height: 70px;
  margin-top: 80px;
  text-align: center;
  position: relative;
  transition: all 0.3s;
  z-index: 1;
  border-radius: 100px;
  background: linear-gradient(
    90deg,
    rgba(57, 184, 255, 1) 0%,
    rgba(220, 250, 145, 1) 100%
  );
}
@media (max-width: 767px) {
  .contact-btn {
    margin-top: 32px;
  }
}

.contact-btn::before {
  position: absolute;
  content: "";
  top: 35%;
  right: 9%;
  width: 15px;
  height: 15px;
  background: url(../the-thor/images/recruit/arrow.svg) no-repeat center center /
    cover;
}
.contact-btn input {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 19px 0;
  display: inline-block;
  width: 316px;
  height: 70px;
  margin-bottom: 30px;
  border: none;
  transition: all 0.3s;
  background: transparent;
}

.contact-btn:hover.contact-btn input {
  cursor: pointer;
  position: relative;
  z-index: 1000;
}

/* @media (max-width: 767px) {
  .contact-btn input {
    margin-left: 0px;
    margin-top: 30px;
  }
} */

.contact__textarea {
  background: #f1f8f5;
  border: #f1f8f5;
  margin-top: 10px;
  max-width: 100%;
  height: 100%;
  border-radius: 5px;
  width: 100%;
}
@media (min-width: 767px) {
  .contact__textarea {
    width: 100%;
    margin-top: -10px;
    max-width: 670px;
    height: 100%;
  }
}
.contact__select {
  width: 32%;
  display: block;
  font-size: clamp(16px, 1.38vw, 20px);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .contact__select {
    width: 100%;
  }
}
select {
  font-size: 16px;
  background: #f1f8f5;
  border: #f1f8f5;
  height: 50px;
  border-radius: 5px;
  width: 150px;
  padding-left: 24px;
}
.year {
  position: relative;
}
@media screen and (max-width: 768px) {
  .year {
    display: block;
    margin-right: auto;
    margin-top: 10px;
  }
}
.year::before {
  position: absolute;
  content: "年";
  top: 22%;
  left: 106%;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.year02::before {
  position: absolute;
  content: "年";
  top: -29%;
  left: 106%;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.year02 {
  margin-left: 18%;
}
@media screen and (max-width: 768px) {
  .year02 {
    margin-left: 0%;
  }
}
.wpcf7-list-item-label {
  margin-left: 12px;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.contact__chack {
  display: flex;
}
@media screen and (max-width: 768px) {
  .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required.contact__chack {
    display: block;
  }
}
.wpcf7-form-control.wpcf7-checkbox.contact__chack {
  display: flex;
}
@media screen and (max-width: 768px) {
  .wpcf7-form-control.wpcf7-checkbox.contact__chack {
    display: block;
    margin-top: 10px;
  }
}
.wpcf7-list-item {
  display: block;
  margin: 0 3rem 0 0;
}
