* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
p {
  margin: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 400;
  overflow-x:hidden;
}

ul {
  padding: 0;
  margin: 0;
}


.container {
  width: 89.74%;
  margin: auto;
}

img {
  width: 100%;
}

.sp {
  display: none;
}


@media (max-width:780px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

/*RecruitサイトのCSS*/
/*header recruitのヘッダーCSS*/
/*header*/
header {
  width: 100%;
}

header .container {
  max-width: 1059px;
  width: 89.74%;
  margin: auto;
  padding-top: 20px;
}

header img {
  max-width: 194px;
  height: 69.4px;
  object-fit: contain;
  display: block;
  width: 100%;
}

@media (max-width:600px){
  header img{
    max-width:150px;
  }
}

/*header end*/

.recruit-head {
  max-width: 359px;
  width: 100%;
  margin: auto;
  padding-top: 18px;
  padding-bottom: 20px;
  border-radius: 0px 0px 0px 20px;
  opacity: 1;
  background: #FFF;
  background: url("img/recruit-bg-head.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999999;
}

.recruit-flex {
  max-width: 264px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recruit-flex .left {
  max-width: 104px;
  width: 55%;
}

.recruit-flex .right {
  max-width: 70px;
  width: 45%;
}

.recruit-flex a{
  text-decoration:none;
}

.recruit-flex .recruit-text {
  color: #0152A4;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.08em;
  display: inline-block;
}

.recruit-text .en {
  color: #0152A4;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  margin-top: 6px;
  display: inline-block;
}

.recruit-flex svg {
  margin: 0px 30px;
}

@media (max-width:600px){
header .container{
  padding-top:0;
}

  .recruit-head{
    max-width: 150px;
  }
  .recruit-flex .left{
    display:none;
  }
  .recruit-flex .right{
    width:100%;
    max-width:100%;
    text-align:right;
    padding-right:10%;
  }

  .recruit-flex .left{
    border-bottom:1px solid #333;
    padding-bottom:16px;
    margin-bottom:16px;
  }

  .recruit-flex .recruit-text{
    display:block;
  }
  .recruit-flex svg{
    display:none;
  }
  .recruit-text .en{
    padding-left:5px;
    border-left:1px solid #0152A4;
  }
}

/*fv-sec*/
.fv-sec {
  width: 100%;
  margin: auto;
  margin-top: 95.4px;
  background: url("img/fv-sec-bg.jpg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-bottom: 140px;
}

.fv-sec .container {
  max-width: 1074px;
  width: 89.74%;
  margin: auto;
}

.fv-sec .fv-text {
  color: #000;
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  position: relative;
  top: -38px;
}

/*scroll-start*/
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  margin-top: 30px;
  /*38+30*/
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  margin: 0;
}

.scroll-infinity__item {
  width: 3536px;
}

.scroll-infinity__item>img {
  width: 100%;
  height: 600px;
  object-fit: contain;
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-100%);
  }
}

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

@media (max-width:1024px){
.fv-sec{
  padding-bottom:80px;
}

  .fv-sec .fv-text{
    font-size:40px;
  }
  .scroll-infinity__item>img{
    height: 355px;
    width:2096px;
  }
}

@media (max-width:600px){
.fv-sec{
  background-position: top;
  padding-bottom:40px;
}

  .fv-sec .fv-text{
    font-size:24px;
  }
}

/*scroll-end*/

/*message-sec*/
.message-sec {
  padding-top: 100px;
}

.message-sec .container {
  max-width: 1074px;
  width: 89.74%;
  margin: auto;
}

/* 共通の見出しスタイル */
.section-ttl {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08em;
}

.section-ttl .en {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.08em;
  display: block;
}

.section-ttl .blue-color {
  color: #007BFF;
}

@media (max-width:1024px){
  .section-ttl{
    font-size:32px;
  }
}

@media (max-width:600px){
  .section-ttl{
    font-size:24px;
  }
}


.message-sec .blue-color {
  color: #0152A4;
  font-size: 24px;
  font-weight: 700;
}

.message-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 120px;
}

.message-flex.first {
  margin-top: 48px;
}

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

.message-flex .left {
  max-width: 387px;
  width: 38%;

}

.message-flex .right {
  max-width: 652px;
  width: 65%;
}

.message-flex img {
  width: 100%;
  height: 400px;
  object-fit: contain;
  border-radius: 10px;
  margin-top: 8px;
}

.message-flex h3 {
  position: relative;
  padding-bottom: 20px;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08em;
  margin-top: 0;
  background-image: radial-gradient(circle, #7EC4E0 3.5px, transparent 3.5px);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: 13px 13px;
}



.message-flex p {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 1.8em;
}

.clinic-name {
  display: block;
  text-align: right;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 28px;
}

.clinic-position .min {
  display: inline-block;
  color: #000;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: 0.08em;
  margin-right: 5px;
}

.clinic-position {
  font-size: 24px;
  display: block;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: bold;
  text-align: right;
}

@media (max-width:1024px){
.message-flex{
  flex-wrap:wrap;
  justify-content: center;
  gap:32px 0px;
}
.message-flex .left,
.message-flex .right{
  width:100%;
}
}

@media (max-width:600px){
  .message-sec{
    padding:60px 0px;
  }
  .message-flex.first{
    margin-top:0;
  }
  .message-flex{
    margin-top:40px;
    gap:24px 0px;
  }
  
  .message-flex h3{
    font-size:20px;
  }
  .message-flex p{
    font-size:14px;
  }
  .clinic-name{
    font-size:16px;
    font-weight:500;
  }
  .clinic-position{
    font-size:20px;
    font-weight: 500;
  }
  .clinic-position .min{
    font-size:16px;
    font-weight:500;
  }
  .message-flex img{
    height:auto;
  }
}

/*doctor-banner-sec*/
.doctor-banner-sec {
  padding-top: 96px;
  padding-bottom: 94px;
  position: relative;
}

.doctor-banner-sec:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: url("img/doctor-banner-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: -1;
}

.doctor-banner-link {
  display: block;
  max-width: 800px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.doctor-banner-sec img {
  width: 100%;
  display: block;
  margin: auto;
}

@media (max-width:600px){
  .doctor-banner-sec{
    padding:40px 0px;
  }
}

/*seek-sec*/

.seek-sec {
  padding-top: 80px;
  padding-bottom: 105px;
  background: url("img/seek-sec-bg.jpg");
  background-size: contain;
  background-repeat: no-repeat;

}

.seek-sec .container {
  max-width: 920px;
  margin: auto;
}


.seek-img {
  width: 90%;
  max-width: 920px;
  object-fit: contain;
  height: auto;
  display: block;
  margin: auto;
  margin-top: 37px;
}

.seek-sec p {
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.08em;
  margin-top: 60px;
}

@media (max-width:600px){
.seek-sec{
  padding:60px 0px;
}

  .seek-sec p{
    font-size:18px;
    margin-top:24px;
  }
}

/*work-here-sec*/
.work-here-sec {
  padding-top: 75px;
  padding-bottom: 160px;
}

.work-here-sec .container {
  max-width: 1074px;
  width: 89.74%;
  margin: auto;
}

.work-here-sec .section-ttl {
  position: relative;
  max-width: 641px;
  margin: auto;
}

.work-here-sec .section-ttl:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 100%;
  background: url("img/work-here-line.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-19deg);
}

.work-here-sec .section-ttl:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 100%;
  background: url("img/work-here-line.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(19deg)
}

.work-here-sec .section-ttl .big {
  font-size: 72px;
  color: #347EBB;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: bold;
}


.work-here-flex {
  max-width: 999px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  position: relative;
}

.work-here-flex.second:before {
  content: "";
  position: absolute;
  left: -233px;
  top: 50%;
  transform: translateY(-50%);
  width: 177px;
  height: 174px;
  background: url("img/merit2-bg-before.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}

.work-here-flex.second:after {
  content: "";
  position: absolute;
  right: 0;
  top: -50px;
  width: 130px;
  height: 104px;
  background: url("img/merit2-bg-after.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}


.work-here-flex.third:before {
  content: "";
  position: absolute;
  left: -74px;
  bottom: -65px;
  width: 110px;
  height: 134px;
  background: url("img/merit3-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 10;
}

.work-here-flex .left {
  max-width: 398px;
  width: 42%;
}

.work-here-flex .right {
  max-width: 569px;
  width: 58%;
}

.work-here-flex .left img {
  width: 100%;
  max-width: 398px;
}

.work-here-flex .right img {
  width: 100%;
  max-width: 175.94px;
}

.work-here-flex .color-blue {
  color: #347EBB;
  font-size: 28px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.08em;
  margin-top: 23.87px;
}

.work-here-flex .color-red {
  color: #FA98B0;
  font-size: 28px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.08em;
}

.work-here-flex .color-yellow {
  color: #F8AC54;
  font-size: 28px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.08em
}

.work-here-flex p {
  color: #111;
  font-size: 15px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.08em;
  margin-top: 24px;
}

@media (max-width:1024px){
  .work-here-sec .section-ttl{
    font-size:32px;
  }
  .work-here-sec .section-ttl{
    max-width:491px;
  }
  .work-here-flex{
    flex-wrap:wrap;
    justify-content: center;
    gap:32px 0px;
  }
  .work-here-flex .left,
  .work-here-flex .right{
    width:100%;
  }
  .work-here-flex.third:before{
    left:0;
    z-index:-1;
  }
  .work-here-flex .left img{
    max-height:280px;
    object-fit:cover;
    object-position: top;
  }
}

@media (max-width:600px){
.work-here-sec{
  padding-top:40px;
  padding-bottom:60px;
}

  .work-here-sec .section-ttl{
    max-width:90%;
  }
  .work-here-sec .section-ttl .big{
    line-height:1;
    font-size:48px;
  }
  .work-here-flex{
    margin-top:32px;
  }
  .work-here-flex h3{
    font-size:20px !important;
    margin-top:0 !important;
    line-height:1.5 !important;
  }
  .work-here-flex .right img{
    max-width:120px;
  }
  .work-here-flex.second:after{
    width:100px;
    z-index: -1;
  }
  .work-here-flex.third:before{
    height:80px;
  }
}


/*support-sec*/
.support-sec {
  padding-top: 80px;
  padding-bottom: 100px;
  background: #F5F5F2;
  position: relative;
  z-index: 0;
}

.support-sec .container {
  max-width: 1074px;
  width: 90%;
  margin: auto;
}

.support-white-box {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding:0px 4%;
  padding-top: 60px;
  padding-bottom: 40px;
  max-width: 900px;
  width:91.84%;
  margin: auto;
  margin-top: 60px;
  position: relative;
  z-index: auto;
}

.support-white-box.first:before {
  content: "";
  position: absolute;
  right: -65px;
  top: 48px;
  width: 130px;
  height: 104px;
  background: url("img/support-before-parts.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}



.support-white-box.second:before {
  content: "";
  position: absolute;
  left: -79px;
  top: 55%;
  transform: translateY(-50%);
  width: 130px;
  height: 104px;
  background: url("img/support-before-parts.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}


.support-white-box.third:before {
  content: "";
  position: absolute;
  left: -65px;
  bottom: -65px;
  width: 130px;
  height: 104px;
  background: url("img/support-before-parts.png");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.support-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 32px;
}

.support-blue-box {
  width: 320px;
  min-height: 80px;
  border-radius: 8px;
  background: linear-gradient(93deg, #61D8FF 0.22%, #0152A4 99.78%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.support-blue-box span {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  display: inline-block;
}

.support-point-wrap {
  max-width: 670px;
  margin: auto;
  position: relative;
  margin-top: 32px;
  width:91.84%;
}

.support-point-ttl {
  position: relative;
  padding: 4px;
  text-align: center;
  border-radius: 6px 6px 0px 0px;
  background: linear-gradient(90deg, #FC8728 0%, #F8AC54 100%);
  display: block;
  max-width: 139px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-size: 14px;
  font-weight: 500;
}

.support-point-text {
  padding: 16px 10px;

  border-radius: 0 6px 6px 6px;
  border: 1px solid #FB892B;
  background: #FFF;
}



.support-point-text p {
  color: #111;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.08em;
  margin-top: 16px;
}

.support-point-text p:first-child {
  margin: 0px;
}

.support-point-img-one {
  width: 100%;
  max-width: 100px;
  position: absolute;
  content: "";
  bottom: 0;
  right: -7px;
}

.support-point-img-second {
  width: 100%;
  max-width: 63px;
  position: absolute;
  content: "";
  bottom: 0;
  right: -38px;
}

.support-point-img-third {
  max-width: 117px;
  width: 100%;
  position: absolute;
  content: "";
  bottom: 0;
  right: -30px;
}

@media (max-width:1024px){
  .support-white-box.first:before{
    right:0;
  }
  .support-point-text p{
    width:82.5%;
  }
  .support-point-img-second{
    right:-30px;
  }
}

@media (max-width:600px){
  .support-sec{
    padding:60px 0px;
  }
  .section-ttl .en{
    font-size:18px;
    margin-bottom:8px;
  }
  .support-white-box{
    margin-top:32px;
    padding-top:32px;
  }
  .support-point-text p{
    width:100%;
  }
  .support-point-wrap{
    width:100%;
  }
  .support-point-img-one,
  .support-point-img-second,
  .support-point-img-third{
    display:none;
  }
}


/*voice-sec*/
.voice-sec {
  padding-top: 102px;
  padding-bottom: 104px;
}

.voice-sec .container {
  max-width: 1000px;
  width: 89.74%;
  margin: auto;
}

.voice-space-line {
  border-top: 2px dashed #ec9598;
  width: 100%;
  margin-top: 70px;
  margin-bottom: 70px;
}

.voice-flex {
  margin: auto;
  display: flex;
  align-items: flex-start;
  gap: 0px 67px;
}
.voice-flex.first{
  margin-top:48px;
}

.voice-flex .left {
  max-width: 318px;
  width: 40%;
}

.voice-flex .right {
  max-width: 593px;
  width: 60%;
}

.voice-flex img {
  width: 100%;
  max-width: 593px;
}

.voice-flex .pink-color {
  color: #EC9598;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08em;
  margin-top: 5px;
}

.voice-flex svg {
  width: 28.384px;
  height: 19.273px;
}

.voice-flex .name {
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08em;
  display: block;
  margin-top: 20px;
}

.voice-flex .en {
  color: #111;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08em;
}

.voice-flex p {
  color: #111;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.08em;
  margin-top: 24px;
}

@media (max-width:1024px){
.voice-sec{
  padding:60px 0px;
}

  .voice-flex{
    flex-wrap:wrap;
    justify-content: center;
    gap:32px 0px;
  }
  .voice-flex .left,
  .voice-flex .right{
    width:100%;
  }
}

@media (max-width:600px){
  .voice-flex img{
    max-width:85%;
    margin:auto;
    display:block;
  }
}


/*details-sec*/

.details-sec {
  padding-top: 96px;
  padding-bottom: 80px;
  background: #F5F5F2;
}

.details-sec .container {
  max-width: 1074px;
  width: 90%;
  margin: auto;
}

.details-flex {
  max-width: 1020px;
  width: 91.84%;
  margin: auto;
  margin-top: 57px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.details-flex h3 {
  color: #111;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08em;
  position: relative;
  padding: 0 8px;
  display: inline-block;
  margin-bottom: 16px;
}

.details-flex h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  margin-right: 8px;
  /* 視覚上の余白 */
  width: 28px;
  height: 19px;
  background: url("img/details-icon.svg") no-repeat center center;
  background-size: contain;
}

.details-flex h3::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  margin-left: 8px;
  width: 28px;
  height: 19px;
  background: url("img/details-icon.svg") no-repeat center center;
  background-size: contain;
}

.details-box-text.active {
  background: url("img/details-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  color: #0152A4;
}

.details-box-text {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.08em;
  position: relative;
  padding: 16px 0px;
  color: #fff;
  border-bottom-left-radius: 10px;
  border-radius: 0px 0px 40px 10px;
  background: #5A5A5A;
}

.details-box-text svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 8px;
}

.details-box {
  display: block;
  text-decoration: none;
  max-width: 300px;
}

.details-box-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width:1024px){
  .details-flex{
    flex-wrap:wrap;
    justify-content: center;
    gap:48px 0px;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width:600px){
  .details-sec{
    padding:60px 0px;
  }
}



/*recruit-cta-sec*/

.recruit-cta-sec {
  padding-top: 80px;
  padding-bottom: 80px;
}

.recruit-cta-sec .container {
  max-width: 1074px;
  width: 89.74%;
  margin: auto;
}

.recruit-cta-box {
  max-width: 980px;
  width: 100%;
  margin: auto;
  border-radius: 20px;
  background: url("img/recruit-cta-img.png") no-repeat center center;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 60px;
}

.recruit-cta-box span {
  display: block;
  color: #111;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.08em;
}

.recruit-cta-sec .cta-ttl {
  margin-bottom: 24px;
}

.recruit-cta-box p {
  color: #111;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.08em;
}

.recruit-cta-flex {
  display: flex;
  justify-content: space-between;
  max-width: 712px;
  width: 100%;
  margin: auto;
  gap: 0px 32px;
  margin-top: 32px;
}

.recruit-cta-blue-box,
.recruit-cta-yellow-box {
  width: 340px;
  border-radius: 10px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 20px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}


.recruit-cta-blue-box {
  background: #0152A4;
}

.recruit-cta-blue-box .tel-button {
  white-space: nowrap;
  color: #FFF;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.recruit-cta-blue-box .first-head {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #FFF;
  display: inline-block;
  margin-right: -7px;
}

.recruit-cta-yellow-box {
  background: #F09210;
}

.recruit-cta-yellow-box a.mail-button {
  color: #FFF;
  font-weight: 500;
  font-size: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.recruit-cta-yellow-box .first-head {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #FFF;
  display: inline-block;
}


.recruit-cta-yellow-box .mail-text {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08em;
  display: block;
}

.recruit-text p {
  color: #111;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.08em;
  margin-top: 32px;
}

footer .cotainer {
  max-width: 1074px;
  width: 90%;
  margin: auto;
}

.footer-instagram-flex {
  display: flex;
  justify-content: space-between;
  max-width: 846px;
  width: 100%;
  margin: auto;
}

.footer-instagram-flex img {
  max-width: 399px;
  width: 100%;
}

@media (max-width:1024px){
  .recruit-cta-flex{
    flex-wrap:wrap;
    justify-content:center;
    gap:32px 0px;
    flex-direction: column;
    align-items:center;
  }
  .recruit-cta-blue-box, .recruit-cta-yellow-box{
    width:100%;
    max-width:340px;
  }
  .recruit-cta-blue-box .tel-button{
    font-size:28px;
  }
  .recruit-cta-blue-box .first-head{
    font-size:16px;
  }
  .footer-instagram-flex{
    flex-direction: column;
    align-items: center;
    gap:32px 0px;
  }
}

@media (max-width:600px){
.recruit-cta-box{
  border-radius: 16px;
}

  .recruit-cta-sec .cta-ttl{
    font-size:24px;
  }
  .recruit-cta-box p{
    font-size:15px;
  }
  .recruit-cta-blue-box, .recruit-cta-yellow-box{
    max-width:90%;
  }
  .recruit-cta-box{
    padding-bottom:40px;
  }
}

/*footer*/
footer .container {
  max-width: 1080px;
  margin: auto;
}

.footer-logo {
  max-width: 396px;
  width: 100%;
  object-fit: contain;
}

.footer-flex {
  margin: auto;
  max-width: 1080px;
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

.footer-flex .left {
  width: 60%;
  max-width: 650px;
}

.footer-flex .left img {
  width: 100%;
  margin-top: 41px;
}

.footer-flex .left img:first-child {
  margin-top: 0;
}

.footer-flex .left p {
  color: #454545;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  padding-top: 8px;
}

.footer-flex-left-address-flex {
  display: flex;
  max-width: 479px;
  justify-content: space-between;
  align-items: center;
}

.footer-flex-left-address-left {
  width: 60%;
  max-width: 650px;
}

.footer-flex-left-address-right {
  width: 40%;
  max-width: 400px;
}

.footer-flex-left-address-right span {
  display: block;
  border-radius: 25px;
  background: #FFE160;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.16);
  width: 100%;
  padding: 6px 0px;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  margin-top: 15px;
}

.footer-flex .right {
  width: 40%;
  max-width: 400px;
}

.footer-flex .right iframe {
  height: 100%;
  border-radius: 10px;
  width:100%;
}


.footer-copyright {
  width: 100%;
  margin: auto;
  background: #0152A4;
  padding: 10px 0px;
  color: #FFF;
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  margin-top: 85px;
}

@media (max-width:1024px){
  .footer-flex{
    flex-direction:column;
    align-items:center;
    gap:32px 0px;
  }
  .footer-flex .right,
  .footer-flex .left{
    width:100%;
    max-width:100%;
  }
  .footer-flex .right iframe{
    height:300px;
  }
}
@media (max-width:600px){
  .footer-flex-left-address-flex{
    flex-direction:column;
    align-items:flex-start;
  }
  .footer-flex-left-address-left,
  .footer-flex-left-address-right{
    width:100%;
    max-width:100%;
  }
  .footer-flex-left-address-right span{
    max-width:180px;
  }
  .footer-flex .right iframe{
    height:200px;
  }
  .footer-copyright{
    margin-top:32px;
    font-size:10px;
  }
}



/*
下層
常勤歯科医師
*/

/*page-fv-sec*/
.page-fv-sec {
  background: url("img/fulltime-fv.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 1229px;
  width: 91.48%;
  height: 280px;
  margin: auto;
  display: flex;
  align-items: center;
  color: #fff;
  margin-top: 32px;
  position: relative;
  border-top-left-radius: 40px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 40px;
  overflow: hidden;
}
.page-fv-sec:before{
  content:"";
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background:#03407D;
  opacity:0.7;
  z-index: 0;
}

.page-fv-sec h1 {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-align: center;
  position:relative;
  z-index:1;
}

@media (max-width:600px){
  .page-fv-sec{
    height:150px;
    border-radius: 10px 20px 10px 20px;
  }
  .page-fv-sec h1{
    font-size:24px;
  }
}

/*breadcrumb*/
.breadcrumb {
  max-width: 1229px;
  width:91.48%;
  margin: auto;
  margin-top: 24px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.breadcrumb a {
  color: #000;
  text-decoration: none;
}

.breadcrumb svg {
  margin-left: 8px;
  margin-right: 4px;
}
@media (max-width:600px){
  .breadcrumb{
    margin-top:12px;
    font-size:11px;
  }
}

/*job-first-sec*/
.job-first-sec {
  padding-top: 100px;
  padding-bottom: 80px;
}

.job-first-sec .container {
  max-width: 1080px;
  width: 90%;
  margin: auto;
}

.job-first-sec .yellow-color {
  color: #FFAF5C;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08em;
  display: block;
}

.job-first-sec h2 {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08em;
  margin-top: 12px;
}

.job-first-sec .job-first-text {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.08em;
  margin-top: 24px;
}


.job-first-wrap {
  max-width: 589px;
  width: 100%;
  margin: auto;
  margin-top: 48px;
}

.job-first-wrap li {
  list-style: none;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.8;
  margin-bottom: 16px;
  color: #0152A4;
}

.job-first-wrap svg {
  position: relative;
  top: 2.5px;
}

hr.job-first-after-line {
  border: none;
  width: 100%;
  height: 7px;
  background: url("img/job-first-after-line.png");
  background-size: contain;
  background-repeat: repeat-x;
  max-width: 1224px;
  margin: auto;
  margin-top: 60px;
}


.job-first-ttl h3 {
  color: #FF8A81;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08em;
  margin-top: 80px;
}


.job-first-flex {
  max-width: 921px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
  gap:0px 24px;
}

.job-first-flex .left {
  max-width: 350px;
  width: 42%;
}

.job-first-flex .right {
  max-width: 523px;
  width: 58%;
}

.job-first-flex img {
  width: 100%;
  max-width: 350px;
}

.job-first-flex p {
  color: #000;
  font-family: "Zen Maru Gothic";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.08em;
}

@media (max-width:768px){
  .job-first-sec h2{
    font-size:28px;
  }
  .job-first-sec .job-first-text{
    font-size:15px;
  }
  .job-first-flex{
    flex-direction: column;
    justify-content: center;
    gap:32px 0px;
  }
  .job-first-flex .left,
  .job-first-flex .right{
    width:100%;
  }
  .job-first-sec{
    padding-bottom:10px;
  }
}

@media (max-width:600px){
  .job-first-sec{
    padding:48px 0px;
    padding-bottom:0;
  }
  .job-first-sec .yellow-color{
    font-size:16px;
  }
  .part.job-first-sec .yellow-color{
    font-size:15px;
  }
  
  .job-first-sec h2{
    font-size:20px;
  }

  .job-first-wrap{
    margin-top:32px;
  }
  
  .job-first-wrap li{
    font-size:16px;
    padding-left:1em;
    text-indent: -1.3em;
  }
  hr.job-first-after-line{
    height:4px;
    width:95%;
    margin-top:32px;
  }
  .job-first-ttl h3{
    margin-top:32px;
    font-size:24px;
  }
  .job-first-flex{
    margin-top:24px;
    gap:16px 0px;
  }
  .job-first-flex p{
    font-size:15px;
  }
}

/*job-feature-sec*/
.job-feature-sec {
  padding-top: 84px;
  padding-bottom: 80px;
  background: #F5F5F2;
}

.job-feature-sec .container {
  max-width: 1080px;
  width: 90%;
  margin: auto;
}

.job-feature-sec h3.job-feature-title {
  max-width: 980px;
  width: 100%;
  margin: auto;
  padding: 23px 0px;
  border-radius: 8px 8px 0px 0px;
  background: linear-gradient(93deg, #61D8FF 0.22%, #0152A4 99.78%);
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08em;
}

.job-feature-box {
  max-width: 980px;
  width: 100%;
  margin: auto;
  margin-top:60px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.job-feature-box.first{
  margin-top:0;
}

.job-feature-text {
  padding-top: 32px;
  padding-bottom: 40px;
}

.job-feature-text.first {
  max-width: 730px;
  width:90%;
  margin: auto;
}

.job-feature-text.second {
  max-width: 680px;
  width:90%;
  margin: auto;
}

.job-feature-text.third {
  max-width: 590px;
  width:90%;
  margin: auto;
}

.job-feature-text.fourth {
  max-width: 780px;
  width:90%;
  margin: auto;
}
.job-feature-text li{
  padding-left:1em;
  text-indent:-1em;
}

.job-feature-box p {
  color: #000;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.08em;
  margin-bottom: 1.8em;
}

.job-feature-box p:last-child {
  margin-bottom: 0;
}

.job-feature-box span {
  display: block;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
}

.job-feature-box ul {
  margin-bottom: 20px;
}

.job-feature-text.fourth ul {
  margin-bottom: 0;
}

.job-feature-box ul li {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.08em;
  list-style: none;
}

@media (max-width:768px){
  .job-feature-sec{
    padding:60px 0px;
  }
  .job-feature-sec h3.job-feature-title{
    padding:14px 0px;
    font-size:22px;
  }
  .job-feature-box p,
  .job-feature-box span,
  .job-feature-box ul li{
    font-size:15px;
  }
  .job-feature-box{
    margin-top:48px;
  }
}

@media (max-width:600px){
  .job-feature-sec h3.job-feature-title{
    font-size:18px;
  }
  .job-feature-box p,
  .job-feature-box span,
  .job-feature-box ul li{
    font-size:14px;
  }
}

/*job-strengths-sec*/
.job-strengths-sec {
  padding-top: 80px;
  padding-bottom: 60px;
  background: url("img/strengths-img.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.job-strengths-sec .container {
  max-width: 1080px;
  width: 90%;
  margin: auto;
}

.job-strengths-ttl h2 {
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
}

.job-strengths-ttl .yellow-color {
  color: #FFF200;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08em;
}

.job-strengths-ttl p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.08em;
  margin-bottom: 1.8em;
}

.job-strengths-ttl p:last-child {
  margin-bottom: 0;
}

@media (max-width:768px){
  .job-strengths-ttl p{
    font-size:15px;
    text-align:left;
  }
  .job-strengths-ttl p br{
    display:none;
  }
}

@media (max-width:600px){
  .job-strengths-sec{
    padding:48px 0px;
  }
  .job-strengths-ttl .yellow-color{
    font-size:28px;
  }
  .job-strengths-ttl h2{
    font-size:20px;
    margin-bottom:24px;
  }
}

/*job-value-sec*/

.job-value-sec {
  padding-top: 100px;
  padding-bottom: 100px;
}

.job-value-sec .cotainer {
  max-width: 1008px;
  width: 90%;
  margin: auto;
}

.job-value-sec h2 {
  color: #0152A4;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08em;
}

.job-value-flex {
  max-width: 1008px;
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 44px;
}

.job-value-box {
  max-width: 320px;
  width: 100%;
  margin: auto;
  padding-top: 26px;
  padding-bottom: 27px;
  border-radius: 8px;
  background: linear-gradient(93deg, #61D8FF 0.22%, #0152A4 99.78%);
  margin: 0px;
}

.job-value-box span {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.08em;
  display: block;
}

.job-value-text p {
  color: #111;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.08em;
  margin-top: 32px;
}

.job-value-text p:first-child {
  margin-top: 44px;
}

@media (max-width:768px){
  .job-value-sec{
    padding:60px 0px;
  }
  .job-value-flex{
    flex-direction: column;
    justify-content: center;
    gap:32px 0px;
  }
  .job-value-box{
    width:100%;
  }
}

@media (max-width:600px){
  .job-value-sec{
    padding:48px 0px;
  }
  .job-value-sec h2{
    font-size:24px;
  }
  .job-value-flex{
    gap:20px 0px;
    margin-top:24px;
  }
  .job-value-text p{
    font-size:15px;
  }
}

/*job-details-sec*/

.job-details-sec {
  padding-top: 60px;
  padding-bottom: 80px;
  background: #F5F5F2;
}

.job-details-sec .container {
  max-width: 730px;
  width: 90%;
  margin: auto;
}

.job-details-sec h2 {
  color: #0152A4;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.08em;
  margin-bottom: 32px;
}

.job-details-table {
  width: 100%;
  border-collapse: collapse;
}

.job-details-table tr {
  display: flex;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
}

.job-details-table th,
.job-details-table td {
  text-align: left;
  padding: 19px 0px;
  color: #111;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.08em;
}

.job-details-table th {
  font-size: 20px;
  font-weight: 700;
  width: 20%;
  max-width: 100px;
}

.job-details-table td {
  width: 80%;
  max-width: 600px;
}

.job-details-table tr:last-child {
  align-items: flex-start;
}

.job-details-table tr:last-child th {
  padding-top: 16px;
}

@media (max-width:768px){
.job-details-sec h2{
  font-size:24px;
  margin-bottom:1em;
}

  .job-details-table tr{
    flex-direction: column;
    justify-content: flex-start;
    gap:4px 0px;
    padding:12px 0px;
  }
  .job-details-table th,
  .job-details-table td{
    width:100%;
    max-width:100%;
    text-align: left;
    padding:0;
  }
  .job-details-sec{
    padding:60px 0px;
  }
}

@media (max-width:600px){
.job-details-sec{
  padding:48px 0px;
}

.job-details-sec h2{
  margin-bottom:8px;
}

  .job-details-table th{
    font-size:16px;
    font-weight: 500;
  }
  .job-details-table td{
    font-size:15px;
    font-weight: 400;
  }
}

/*job-banner-sec*/
.job-banner-sec {
  padding-top: 80px;
  padding-bottom: 80px;
}

.job-banner-sec img {
  max-width: 800px;
  width: 91.48%;
  margin: auto;
  display: block;
}

.job-banner-sec.second{
  padding-bottom:0;
}

@media (max-width:600px){
  .job-banner-sec{
    padding:48px 0px;
  }
}


/*job-first-sec part */

.job-first-wrap.part {
  max-width: 652px;
}



/*appeal-sec*/

.appeal-sec {
  padding-top: 10px;
  padding-bottom: 80px;
}

.appeal-sec .container {
  max-width: 1074px;
  width: 90%;
  margin: auto;
}

.appeal-sec .section-title {
  color: #095DAC;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 0.08em;
  line-height: 150%;
  text-align: center;
}

.appeal-flex {
  max-width: 892px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
}

.appeal-item {
  width: 45%;
  max-width: 434px;
  border-radius: 4px;
  background: linear-gradient(93deg, #61D8FF 0.22%, #0152A4 99.78%);
  color: #fff;
  padding: 8px 0px;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 200%;

}

.perfect-match {
  color: #ff8A81;
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 80px;
}

.appeal-vibe p {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 1.28px;
  margin-top: 32px;
}

.appeal-vibe img{
  max-width:633px ;
  width: 91.48%;
  margin: auto;
  display: block;
  margin-top:24px;
}

@media (max-width:900px){
  .appeal-flex{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .appeal-item{
    font-size:16px;
    width:100%;
  }
}

@media (max-width:600px){
  .appeal-sec .section-title{
    font-size:24px;
  }
  .appeal-item{
    width:91.48%;
  }
  .perfect-match{
    font-size:24px;
    margin-top:48px;
  }
}

/*SP-sticky*/
.sp-sticky{
  position:fixed;
  width:100%;
  background:#0052A4;
  bottom:0;
  left:0;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.sp-sticky a{
  display: block;
  text-decoration: none;
  color:#fff;
  text-align: center;
  font-weight:bold;
  width:50%;
  padding:16px 0px;
  letter-spacing: 0.04em;
}
.sp-sticky a:first-child{
  background:#F09210;
}


/*hover*/
@media (min-width:768px){
  a{
    transition: 0.4s;
  }
  a:hover{
    opacity:0.7;
    transition: 0.4s;
  }
}