@charset "UTF-8";
body {
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  min-height: 100%;
  font-weight: 500;
  word-wrap: break-word;
  padding: 0;
  width: 100%;
}

.icon__item01._icon::before {
  width: 32px;
  height: 32px;
  background: url(../img/plus-icon.png) no-repeat;
}

@media screen and (max-width: 1024px) {
  body {
    font-size: 15px;
  }
  ;
}

@media screen and (max-width: 1024px) {
  .pc, .pc-content {
    display: none;
  }
  ;
}

.sp, .sp-content {
  display: none;
}

@media screen and (max-width: 1024px) {
  .sp, .sp-content {
    display: block;
  }
  ;
}

.interview-internal {
  margin-top: 80px;
}

.tab-h2 {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}

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

nav li {
  display: inline-block;
  position: relative;
}

nav li:hover>ul {
  display: block;
}

nav ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #f9f9f9;
  padding: 0;
}

nav ul ul li {
  display: block;
  width: 135px;
}

nav ul ul li a {
  display: block;
  padding: 7px 10px;
  text-decoration: none;
  color: #333;
}

nav ul ul li a:hover {
  background-color: #eee;
  color: #999;
}

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

.arrow_u a:hover::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
}

.arrow_u:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 4px #16bd5a;
  border-right: solid 4px #16bd5a;
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -7px;
  transform: rotate(45deg);
}


/*========= ページトップのためのCSS ===============*/


/*リンクの形状*/

#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 150px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
  margin-right: 25%;
}

#page-top a:hover {}


/*リンクを右下に固定*/

#page-top {
  position: fixed;
  right: 5%;
  z-index: 100;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}


/*　上に上がる動き　*/

#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(300px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/*　下に下がる動き　*/

#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(300px);
  }
}

.gnav__link_saiyo {
  margin-top: 0px;
}

.gnav__item-saiyo {
  display: grid;
  margin: 40px 8px 0 8px;
  width: max-content;
}

.gnav__item-corp {
  display: grid;
  margin: 40px 8px 0 8px;
  width: max-content;
  font-size: 16px;
  font-weight: 500;
}

a.arrow_u:hover::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 4px #16bd5a;
  border-right: solid 4px #16bd5a;
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -7px;
  transform: rotate(225deg);
}

#div-menu-nav01 {
  position: relative;
  /* 子要素においてabsoluteを用いるため指定する */
  font-size: 14px;
  z-index: 9999;
  /* 最上位に表示する 一部の見出しがプルダウンの上に表示されてしまうことの対策 */
}

#div-menu-nav01 .menu-tab {
  display: inline-block;
  /* メニュータブを横並びにする */
  width: 140px;
}

#div-menu-nav01 a {
  display: block;
  width: 100%;
  color: #343434;
  text-decoration: none;
  background-color: #ffffff;
}

#div-menu-nav01 a:hover {
  background-color: #ffffff;
}

#div-menu-nav01 .menu-tab a:hover::before {
  color: #dd5656;
}


/* アクセント指定ここまで */

#div-menu-nav01 .box1 {
  position: absolute;
  background-color: #ffffff;
  display: none;
  left: 442px;
  top: 62px;
}

#div-menu-nav01 .menu-hover1:hover~.box1 {
  /* メニューをhoverすれば box1を表示 */
  display: block;
}

#div-menu-nav01 .box1:hover {
  /* 表示されたbox1をhoverすればそのままbox1を表示し続ける */
  display: block;
  /* これがなければbox1が消えてしまう */
}

#div-menu-nav01 .box1 div {
  /*各アイテムについて */
  background-color: #ffffff;
  width: 130px;
}

#div-menu-nav02 {
  position: relative;
  /* 子要素においてabsoluteを用いるため指定する */
  font-size: 14px;
  z-index: 9999;
  /* 最上位に表示する 一部の見出しがプルダウンの上に表示されてしまうことの対策 */
}

#div-menu-nav02 .menu-tab {
  display: inline-block;
  /* メニュータブを横並びにする */
  width: 140px;
}

#div-menu-nav02 a {
  display: block;
  width: 100%;
  color: #343434;
  text-decoration: none;
  background-color: #ffffff;
}

#div-menu-nav02 a:hover {
  background-color: #ffffff;
}

#div-menu-nav02 .menu-tab a:hover::before {
  color: #dd5656;
}


/* アクセント指定ここまで */

#div-menu-nav02 .box2 {
  position: absolute;
  left: 150px;
  /*左から 10+140=150pxで表示 */
  display: none;
}

.box2 {
  position: absolute;
  left: 150px;
  /*左から 10+140=150pxで表示 */
  display: none;
}

#div-menu-nav02 .menu-hover2:hover~.box2 {
  /* box2についても同様 */
  display: block;
}

#div-menu-nav02 .box2:hover {
  display: block;
}

#div-menu-nav02 .box2 div {
  background-color: #ffffff;
  width: 130px;
}

body {
  font-family: Noto Sans JP, Montserrat, \6e38\30b4\30b7\30c3\30af\4f53, Yu Gothic, YuGothic, Helvetica Neue, Helvetica, Arial, \30d2\30e9\30ae\30ce\89d2\30b4 Pro W3, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, \30e1\30a4\30ea\30aa, Meiryo, \ff2d\ff33 \ff30\30b4\30b7\30c3\30af, MS PGothic, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: none;
  text-size-adjust: 100%;
  color: #000;
}

.font-Montserrat {
  font-family: Montserrat;
}

.font-MontNoto {
  font-family: Montserrat, Noto Sans JP, sans-serif;
}

@font-face {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), local("NotoSansCJKjp-Regular"), local("NotoSansJP-Regular"), url(../img/NotoSansJP-Regular.woff2) format("woff2"), url(../img/NotoSansJP-Regular.woff) format("woff");
}

@font-face {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"), local("NotoSansCJKjp-Medium"), local("NotoSansJP-Medium"), url(../img/NotoSansJP-Medium.woff2) format("woff2"), url(../img/NotoSansJP-Medium.woff) format("woff");
}

@font-face {
  font-family: Noto Sans JP;
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), local("NotoSansCJKjp-Bold"), local("NotoSansJP-Bold"), url(../img/NotoSansJP-Bold.woff2) format("woff2"), url(../img/NotoSansJP-Bold.woff) format("woff");
}

._weight-light {
  font-weight: 300;
}

._weight-regular {
  font-weight: 400;
}

._weight-midium {
  font-weight: 500;
}

._weight-bold {
  font-weight: 700;
}

._to_fadein {
  transition: opacity .3s, visibility 0s ease .3s;
  opacity: 0;
  visibility: hidden;
}

._to_fadein._triggerd, ._to_fadeout {
  transition-delay: 0s;
  opacity: 1;
  visibility: visible;
}

._to_fadeout._triggerd {
  transition: opacity .3s, visibility 0s ease .3s;
  opacity: 0;
  visibility: hidden;
}

.l-content {
  max-width: 1140px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .l-content {
    padding: 0;
    /*     width: calc(100% - 50px); */
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
  }
  ;
}

.c-btn {
  display: block;
}

.c-headImg {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.c-headImg img {
  width: 100%;
}

.p-about {
  margin-top: 110px;
  /*   margin: 0 calc(50% - 50vw); */
  /*   width: 100vw; */
  position: relative;
}

.p-about.bg {
  background-color: #fffde3;
  max-width: 75%;
  margin: 40px auto;
  text-align: center;
}

.p-about.gray {
  background-color: #f0f1f3;
}

.p-about_bg {
  width: 100%;
  background-color: #f7fde8;
  display: block;
  position: absolute;
  z-index: 0;
  max-width: 63vw;
  left: 0;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .p-about_bg {
    max-width: 77vw;
  }
  ;
}

.p-about_inner {
  position: relative;
  z-index: 1;
  padding: 50px;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .p-about_inner {
    padding: 20px;
  }
  ;
}

.p-about_inner.wide {
  /* max-width: 75%; */
}

.p-about_inner.small {
  max-width: 1000px;
}

.p-about_inner.tuyomi {
  position: relative;
  z-index: 1;
}

.p-about_inner.tuyomi:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 69%;
  background-color: #f7fde8;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .p-about_inner.tuyomi:before {
    display: none;
  }
  ;
}

@media screen and (max-width: 1024px) {
  .p-about_inner.tuyomi {
    background-color: #f7fde8;
    margin-top: 60px;
  }
  ;
}

.p-about_title, .achievement_title, .area_title {
  font-size: 32px;
  line-height: 1.4117647059;
  letter-spacing: .01rem;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .p-about_title, .achievement_title, .area_title {
    font-size: 24px;
  }
  ;
}

.p-about_col {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .p-about_col {
    flex-direction: column;
  }
  ;
}

.p-about_col+.p-about_col {
  margin-top: 60px;
}

.p-about_col:nth-child(2) {
  flex-direction: row-reverse;
}

.p-about_colL {
  width: 57%;
}

@media screen and (max-width: 1024px) {
  .p-about_colL {
    width: 100%;
  }
  .p-about_colL img.mt20 {
    margin-top: 20px;
  }
  ;
}

.p-about_colL-ttl {
  color: #86c22a;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: .01rem;
}

@media screen and (max-width: 1024px) {
  .p-about_colL-ttl {
    font-size: 20px;
  }
  ;
}

.p-about_colL-mid {
  margin-top: 10px;
  width: -moz-max-content;
  width: max-content;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: .01rem;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .p-about_colL-mid {
    font-size: 18px;
    width: 100%;
  }
  ;
}

.p-about_colL-mid span {
  text-align: right;
  display: block;
  font-size: 12px;
  letter-spacing: .01rem;
  font-weight: 500;
  display: table;
}

.p-about_colL-text {
  margin-top: 10px;
  line-height: 1.6;
  max-width: 520px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .p-about_colL-text span {
    text-align: left;
    display: block;
    font-size: 10px;
    letter-spacing: .01rem;
    font-weight: 500;
  }
  ;
}

.p-about_colL .moreBtn {
  max-width: 500px;
  margin-right: auto;
  margin-left: 0;
  margin-top: 30px;
  padding-right: 0;
}

@media screen and (max-width: 1024px) {
  .p-about_colL .moreBtn {
    max-width: 100%;
    width: 100%;
  }
  ;
}

.p-about_colL .moreBtn:before {
  right: 23%;
}

@media screen and (max-width: 1024px) {
  .p-about_colL .moreBtn:before {
    right: 10%;
  }
  ;
}

.p-about_colL .moreBtn:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 36px;
  height: 22px;
  background: url(../img/car-icon.png) no-repeat;
  background-size: contain;
  top: 50%;
  left: 19%;
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .p-about_colL .moreBtn:after {
    left: 8%;
  }
  ;
}

.p-about_colL .moreBtn.col2:after {
  width: 27px;
  height: 27px;
  background: url(../img/hospital-icon.png) no-repeat;
  background-size: contain;
}

.p-about_colL .moreBtn.col3:after {
  width: 31px;
  height: 31px;
  background: url(../img/diagnose-icon.png) no-repeat;
  background-size: contain;
}

.p-about_colR {
  width: 38%;
}

@media screen and (max-width: 1024px) {
  .p-about_colR {
    width: 100%;
  }
  ;
}

.p-about_col3 {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .p-about_col3 {
    margin-top: 35px;
    flex-direction: column;
  }
  ;
}

.p-about_col3-item {
  background-color: #fff;
  border-radius: 10px;
  width: 31.8181818182%;
}

@media screen and (max-width: 1024px) {
  .p-about_col3-item {
    width: 100%;
  }
  .p-about_col3-item+.p-about_col3-item {
    margin-top: 40px;
  }
  ;
}

.p-about_col3-item img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}

.p-about_col3-ttl {
  padding: 0 10px;
  font-weight: 700;
  color: #86c22a;
  font-size: 22px;
  text-align: center;
  line-height: 1.4545454545;
  margin-top: 15px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .p-about_col3-ttl {
    padding: 10px 20px;
  }
  ;
}

.p-about_col3-text {
  padding: 0 10px 30px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 1024px) {
  .p-about_col3-text {
    padding: 0 20px 20px;
    font-size: 15px;
  }
  ;
}

.p-about_bottom {
  margin-top: 25px;
}

.p-about_bottom_inner {
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 15px;
}

@media screen and (max-width: 1024px) {
  .p-about_bottom_inner {
    padding: 40px 20px;
  }
  ;
}

.p-about_bottom-title {
  width: -moz-max-content;
  width: max-content;
  margin: 10px auto -10px auto;
  font-weight: 500;
  padding: 2px 30px;
  background-color: #efefef;
}

.p-about_bottom-list {
  margin-top: 10px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .p-about_bottom-list {
    align-items: baseline;
    flex-direction: column;
    margin: 20px 0 0 19%;
  }
  ;
}

.p-about_bottom-item {
  font-size: 14px;
}

@media screen and (max-width: 1024px) {
  .p-about_bottom-item span {
    font-size: 8px;
    position: absolute;
  }
  ;
}

.p-about_bottom span.text {
  display: block;
  margin-top: 10px;
  text-align: right;
  font-size: 12px;
}

@media screen and (max-width: 1024px) {
  .p-about_bottom span.text {
    font-size: 12px;
    text-align: left;
  }
  ;
}

.p-about_mvv-title {
  color: #fff;
  font-size: 28px;
  line-height: 1.4117647059;
  font-weight: 700;
  text-align: center;
  padding: 15px;
  background-color: #17b15b;
}

.aisatsu {
  padding-top: 60px;
  margin-top: -60px;
}

@media screen and (max-width: 1024px) {
  .p-about_mvv-title {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 20px 30px;
    font-size: 22px;
  }
  .p-about_mvv-title.ika, .p-about_mvv-title.sika {
    margin-top: 50px;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-about_mvv-title.ika:before, .p-about_mvv-title.sika:before {
    margin-right: 10px;
    content: "";
    display: block;
    background: url(../img/ika_sp.png) center no-repeat;
    background-size: 25px 26px;
    height: 26px;
    width: 25px;
  }
  .p-about_mvv-title.sika:before {
    background: url(../img/sika_sp.png) center no-repeat;
    background-size: 27px 25.25px;
    height: 25.25px;
    width: 27px;
  }
  ;
}

.p-about_mvv-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: .01rem;
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 1024px) {
  .p-about_mvv-text {
    font-size: 15px;
    text-align: left;
  }
  ;
}

.p-about_mvv-text span {
  color: #ff7f18;
}

.p-about_mvv-img img {
  display: block;
  width: 100%;
}

.p-about_mvv-img img:first-child {
  margin-top: 30px;
}

.p-about_mvv-img img:nth-child(2) {
  margin-top: 20px;
}

.p-about_mvv-img02 img {
  margin: 1auto;
  clear: both;
  text-align: center;
}

.p-about_mvv-img02 img {
  margin: 100px auto 80px auto;
  width: 75%;
  text-align: center;
  display: block;
}

@media screen and (max-width: 1024px) {
  .p-about_mvv-01 {
    width: 100%;
    margin-top: 50px;
  }
  ;
}

.p-about_orange-ttl {
  font-size: 28px;
  color: #fb9426;
  letter-spacing: .05rem;
  text-align: center;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .p-about_orange-ttl {
    font-size: 20px;
  }
  ;
}

.p-about_orange-main {
  margin-top: 15px;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: .1rem;
}

@media screen and (max-width: 1024px) {
  .p-about_orange-main {
    font-size: 20px;
    margin-top: 0;
  }
  ;
}

.p-about_orange-text {
  text-align: center;
  margin-top: 15px;
  font-weight: 500;
  letter-spacing: .1rem;
}

.p-about_orange-text span.orange {
  color: #fb9426;
}

@media screen and (max-width: 1024px) {
  .p-about_orange-text {
    text-align: left;
    font-size: 15px;
  }
  .p-about_orange-text span.small {
    font-size: 12px;
  }
  ;
}

.p-about_orange img {
  display: block;
  margin: 40px auto 0;
}

.p-about_orange .recruit__btn {
  margin-top: 70px;
  max-width: 900px;
  justify-content: center;
  background: linear-gradient(90deg, rgba(3, 0, 0, .35), rgba(255, 255, 255, .35)), #fb9426;
}

@media screen and (max-width: 1024px) {
  .p-about_orange .recruit__btn {
    justify-content: flex-start;
  }
  ;
}

.p-about_orange .recruit__btn:before {
  width: 24px;
  height: 30px;
  left: 20%;
  background: url(../img/icon_pin.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1024px) {
  .p-about_orange .recruit__btn:before {
    left: 8%;
  }
  ;
}

.p-about_taisaku-title {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #a1d34a;
  padding: 27px 30px;
}

@media screen and (max-width: 1024px) {
  .p-about_taisaku-title {
    font-size: 24px;
    padding: 12px 20px;
  }
  ;
}

.p-about_taisaku-img img {
  display: block;
  margin: 50px auto 0;
}

.p-about_group+.p-about_group {
  margin-top: 70px;
}

.p-about_group-title {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 34px;
}

@media screen and (max-width: 1024px) {
  .p-about_group-title {
    font-size: 24px;
  }
  ;
}

.p-about_group-big {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .p-about_group-big {
    font-size: 18px;
  }
  ;
}

.p-about_group-mid {
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
  text-align: center;
}

.p-about_group-item {
  background-color: #fff;
  padding: 45px 20px;
}

@media screen and (max-width: 1024px) {
  .p-about_group-item {
    padding: 15px 20px;
  }
  ;
}

.p-about_group-item+.p-about_group-item {
  margin-top: 45px;
}

@media screen and (max-width: 1024px) {
  .p-about_group-item+.p-about_group-item {
    margin-top: 30px;
  }
  ;
}

.p-about_group-col {
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.p-about_group-col+.p-about_group-col {
  margin-top: 25px;
}

@media screen and (max-width: 1024px) {
  .p-about_group-col+.p-about_group-col {
    border-bottom: none;
    margin-top: 10px;
  }
  ;
}

@media screen and (max-width: 1024px) {
  .p-about_group-col {
    border-bottom: 2px solid #d7d7d7;
  }
  ;
}

.p-about_group-colL {
  width: 21.9047619048%;
  border-bottom: 2px solid #d7d7d7;
  padding-bottom: 25px;
}

@media screen and (max-width: 1024px) {
  .p-about_group-colL {
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 12px;
    border-bottom: none;
  }
  ;
}

.p-about_group-colR {
  width: 73.2142857143%;
  border-bottom: 2px solid #d7d7d7;
  padding-bottom: 25px;
}

@media screen and (max-width: 1024px) {
  .p-about_group-colR {
    padding-bottom: 10px;
    font-size: 12px;
    border-bottom: none;
  }
  ;
}

.p-about_group-year {
  max-width: 840px;
  width: 100%;
  border-bottom: 2px solid #d7d7d7;
  padding-bottom: 20px;
  margin: 15px auto 0;
  color: #8ace48;
  font-weight: 700;
  font-size: 24px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .p-about_group-year {
    font-size: 12px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  ;
}

.p-about_group-year:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #8ace48;
  position: absolute;
  left: 0;
  bottom: -2px;
}

@media screen and (max-width: 1024px) {
  .p-about_group-year:after {
    display: none;
  }
  ;
}

.p-about_group-text {
  max-width: 840px;
  width: 100%;
  margin: 25px auto 0;
  border-bottom: 2px solid #d7d7d7;
  padding-bottom: 25px;
  font-size: 14px;
  line-height: 1.7142857143;
  padding-left: 170px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .p-about_group-text {
    font-size: 12px;
    padding-left: 0;
    margin-top: 10px;
    padding-bottom: 15px;
  }
  .p-about_group-text:after {
    content: "";
    display: block;
    width: 50px;
    height: 2px;
    background-color: #8ace48;
    position: absolute;
    left: 0;
    bottom: -2px;
  }
  ;
}

.p-about_aisatsu {
  margin: 50px calc(50% - 50vw) 0;
  width: 100vw;
}

.p-about_aisatsu img {
  width: 100%;
  display: block;
}

.p-about_aisatsu .ttl {
  padding: 0 20px;
  font-size: 23px;
  text-align: center;
  color: #86c22a;
  font-weight: 700;
  margin-top: 20px;
}

.p-about_aisatsu .text {
  margin-top: 20px;
  padding: 0 20px;
  font-size: 15px;
}

.p-aniv {
  padding: 80px 0 0;
  transform: scale(0.7);
}

.p-aniv img {
  max-width: 1000px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 640px) {
  .fv__catch.clinic {
    background-color: #fff;
    width: -moz-max-content;
    width: max-content;
  }
  ;
}

.p-clinic_top {
  margin: 110px calc(50% - 50vw);
  width: 100vw;
}

.p-clinic_top img {
  width: 100%;
}

.p-clinic .area {
  padding-top: 40px;
}

@media screen and (max-width: 1024px) {
  .p-clinic .area {
    padding-left: 0;
    padding-right: 0;
  }
  ;
}

.p-clinic .area .area__name.badge {
  width: -moz-max-content;
  width: max-content;
  text-decoration: underline;
}

.area__name {
  text-decoration: underline;
}

.p-clinic .area .area__name.badge:before {
  content: "";
  display: block;
  background: url(../img/clinic/area-sp-icon.jpg) center no-repeat;
  background-size: 65px 22.5px;
  height: 22.5px;
  width: 65px;
  position: absolute;
  right: -70px;
  bottom: 3px;
}

@media screen and (max-width: 1024px) {
  .p-clinic .area .area__name.badge:before {
    display: none;
  }
  ;
}

.p-clinic .area-sp-icon {
  width: 75px;
  height: 22px;
}

.p-clinic_lead {
  margin: 260px 5% 0 5%;
  text-align: center;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: .01rem;
}

.p-clinic_lead span {
  color: #fb9426;
}

@media screen and (max-width: 768px) {
  .p-clinic_lead {
    font-size: 15px;
    text-align: left;
  }
  ;
}

.p-clinic_area {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-clinic_area img {
  max-width: 320px;
  display: block;
  margin-top: 30px;
}

.p-clinic_area:after {
  content: "";
  max-width: 320px;
  width: 100%;
  display: block;
}

.p-clinic_map {
  margin: 0 auto;
  width: 70%;
}

.p-clinic_map img {
  width: 100%;
}

.p-clinic_map .bottom {
  max-width: 760px;
  margin: 50px auto;
  display: block;
}

@media screen and (max-width: 1024px) {
  .p-clinic_map .bottom {
    margin: 0 auto 50px;
  }
  ;
}

.p-clinic_areaCol {
  max-width: 900px;
  width: 100%;
  margin: 80px auto 0 auto;
}

.p-clinic_areaCol+.p-clinic_areaCol {
  margin-top: 40px;
}

.p-clinic_areaCol.flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .p-clinic_areaCol.flex {
    flex-direction: column;
  }
  ;
}

.p-clinic_areaColWrap {
  max-width: 49%;
  margin-bottom: 30px;
  display: block;
}

.p-clinic_areaColWrap .p-clinic_areaCol-item {
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .p-clinic_areaColWrap {
    max-width: 100%;
  }
  ;
}

.p-clinic_areaCol-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .01rem;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
}

@media screen and (max-width: 1024px) {
  .p-clinic_areaCol-title {
    margin: 0 auto;
    padding: 10px 0;
    background-color: #53bbd1;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    width: 98%;
  }
  ;
}

.p-clinic_areaCol-title.tokyo {
  background-color: #53bbd1;
}

.p-clinic_areaCol-title.kanagawa {
  background-color: #71d5cb;
}

.p-clinic_areaCol-title.saitama {
  background-color: #eeb738;
}

.p-clinic_areaCol-title.chiba {
  background-color: #6eb570;
  float: left;
  width: 49%;
  margin: 0 1% 0 0;
}

.p-clinic_areaCol-title.aichi {
  background-color: #e87a72;
  float: left;
  width: 49%;
  margin: 0 0 0 0;
}

.p-clinic_areaCol-col {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .p-clinic_areaCol-title.aichi-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .p-clinic_areaCol-title.chiba {
    width: 100%;
    margin: 0;
    display: block;
  }
  .p-clinic_areaCol-title.aichi {
    background-color: #e87a72;
    float: left;
    width: 49%;
    margin: 0 0 0 0;
    display: none;
  }
  .p-clinic_areaCol-title.aichi-sp {
    width: 100%;
    margin: 70px auto 40px auto;
    display: block;
    z-index: 100!important;
    background-color: #e87a72;
  }
  .p-clinic_areaCol-col {
    flex-direction: column;
  }
  ;
}

.p-clinic_areaCol-col img {
  display: block;
}

.p-clinic_areaCol-item {
  max-width: 49%;
  margin-bottom: 30px;
  display: block;
}

@media screen and (max-width: 1024px) {
  .p-clinic_areaCol-item {
    max-width: 100%;
  }
  ;
}

.p-health {
  padding: 10px 0 85px 0;
  background-color: #feffdd;
  margin: 50px calc(50% - 50vw) 0;
  width: 100vw;
}

.p-health_inner {
  max-width: 1150px;
  width: 100%;
  padding: 0 25px;
  margin: 60px auto 0;
}

.p-health_reason-head {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
}

.p-health_reason-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
}

.p-health_reason-title img {
  margin-right: 40px;
}

.p-health_reason-col {
  margin-top: 60px;
}

.p-health_reason-item {
  max-width: 900px;
  min-height: 300px;
  box-shadow: 5px 5px #ffb12a;
  margin-right: auto;
  background-color: #fff;
  border-radius: 15px;
  padding: 0 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-health_reason-item+.p-health_reason-item {
  margin-top: 40px;
}

.p-health_reason-item:nth-child(2) {
  margin-left: auto;
  margin-right: 0;
}

.p-health_reason-img {
  display: block;
  margin-right: 60px;
  width: 250px;
}

img.p-health_reason-img:nth-child(1) {
  width: 250px!important;
}

.p-health_reason-img.mgl20 {
  margin-left: 20px;
}

.p-health_reason-text {
  margin-top: 30px;
  letter-spacing: .01rem;
}

.p-healthGreen {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #8fd240;
  padding: 120px 20px 80px;
  position: relative;
}

.p-healthGreen:before {
  content: "";
  display: block;
  z-index: 0;
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translate(-50%);
  background: url(../img/health_checkup/bg_text.png) center no-repeat;
  background-size: 1861px 116px;
  height: 116px;
  width: 1861px;
  max-width: 1861px;
  width: 100%;
}

.p-healthGreen_inner {
  z-index: 1;
  position: relative;
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}

.p-healthGreen_title {
  font-size: 34px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.p-healthGreen_box {
  margin-top: 50px;
  background-color: #fff;
  border-radius: 20px;
  min-height: 340px;
  padding: 50px;
  width: 67%;
  margin: 0 auto;
}

.p-healthGreen_box-text {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: .01rem;
}

.p-healthGreen_box-tel {
  font-size: 2em;
  display: flex;
  align-items: center;
  color: #56b077;
  justify-content: center;
}

.p-healthGreen_box-tel:before {
  content: "";
  margin-right: 10px;
  display: block;
  background: url(../img/health_checkup/tel.png) center no-repeat;
  background-size: 30px 40px;
  height: 40px;
  width: 30px;
}

.p-healthGreen_box-time {
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
}

.p-healthGreen .recruit__btn {
  font-size: 16px;
  max-width: 590px;
  padding-right: 20px;
  margin: 40px auto 0;
  background: linear-gradient(90deg, rgba(3, 0, 0, .35), rgba(255, 255, 255, .35)), #fb9426;
}

.p-healthGreen .recruit__btn:before {
  background: url(../img/health_checkup/icon_mail.png) center no-repeat;
  background-size: 30px 22px;
  height: 22px;
  width: 30px;
  left: 33px;
}

.p-healthGreen .recruit__btn:after {
  transform: translatey(-50%) rotate(135deg);
}

.p-healthCol {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
}

.p-healthCol:before {
  content: "";
  z-index: 0;
  position: absolute;
  left: 50%;
  top: 170px;
  transform: translate(-50%);
  display: block;
  background: url(../img/health_checkup/healthCol_bg.png) center no-repeat;
  background-size: 1813px 917px;
  height: 917px;
  width: 1813px;
  max-width: 1813px;
  width: 100%;
}

.p-healthCol_inner {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  padding: 120px 20px;
  margin: 0 auto;
}

.p-healthCol_title {
  text-align: center;
  font-size: 34px;
  letter-spacing: .01rem;
  font-weight: 700;
}

.p-healthCol_mid {
  text-align: center;
  letter-spacing: .01rem;
  line-height: 2.125;
}

.p-healthCol_col {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}

.p-healthCol_item {
  width: 28.3333333333%;
}

.p-healthCol_item:nth-child(2) {
  margin-top: 60px;
}

.p-healthCol_item:last-child {
  margin-top: 120px;
}

.p-healthCol_bold {
  color: #86c22a;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  margin-top: 15px;
}

.p-healthCol_text {
  line-height: 1.875;
  text-align: center;
  margin-top: 10px;
}

.p-healthGraph {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #f7f7f7;
  padding: 120px 0;
}

.p-healthGraph_inner {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  width: 80%;
}

.p-healthGraph_inner img {
  display: block;
  width: 100%;
}

.p-healthGraph_inner .recruit__btn {
  max-width: 590px;
  width: 100%;
  margin: 100px auto 0;
  font-size: 16px;
  padding-left: 0;
  justify-content: center;
  height: 60px;
  text-align: center;
}

.p-healthGraph_inner .recruit__btn:before {
  display: none;
}

.font-noto-400 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 400;
}

.font-noto-500 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}

.font-noto-700 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
}

html, input, textarea, select, button {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 16px;
}

html {
  color: 0;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
  
}

body {
  background: #fff;
  margin: 0;
  font-family: Noto Sans JP, sans-serif;
  /* font-size: 1.6em; */
  min-width: 300px;
  overflow-x: hidden;
  position: relative;
}

*, *:before, *:after {
  box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

a {
  color: #000;
  text-decoration: none;
  transition: .3s ease-in-out;
}

.breadcrumb li a {
  color: #000;
  text-decoration: none;
  transition: .3s ease-in-out;
}

.header__contact a {
  color: #000;
  text-decoration: none;
  transition: .3s ease-in-out;
  display: block;
}

input, select, textarea, button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.inner-block {
  position: relative;
  max-width: 1040px;
  padding: 0 30px;
  box-sizing: content-box;
}

#wrapper {
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

.inline-block {
  display: inline-block;
}

.header {
  height: 74px;
  width: 100%;
  background-color: #fff;
  padding-left: 13.4%;
  display: flex;
  position: fixed;
  top: 0;
  border-bottom: 1px solid #e6e6e6;
  justify-content: space-between;
  z-index: 9999;
  align-items: center;
}

.header__logo {
  width: 17.96%;
  max-width: 345px;
  min-width: 270px;
}

.header__logo a {
  display: block;
}

.gnav {
  margin-right: 208px;
}

.gnav__list {
  display: flex;
}

.gnav__link {
  display: block;
  margin-right: 14px;
  margin-top: 41px;
}

.header__btn {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  font-size: 0.8em;
}

.header__contact {
  width: 104px;
  height: 74px;
  text-align: center;
  background: linear-gradient(145deg, rgba(3, 0, 0, .35), rgba(255, 255, 255, .35)), #8ace48;
  background-blend-mode: overlay;
  position: relative;
  display: block;
}

.header__contact a::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.header__contact a {
  position: relative;
  z-index: 2;
}

.header__contact a {
  display: block;
  color: #fff;
  height: 100%;
  padding-top: 44px;
}

.header__contact:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 34px;
  height: 40px;
  background: url(../img/header-contact.png) no-repeat;
  background-size: contain;
  top: 14px;
  left: 50%;
  transform: translate(-50%);
}

.header__recruit {
  width: 104px;
  height: 74px;
  text-align: center;
  background: linear-gradient(145deg, rgba(3, 0, 0, .35), rgba(255, 255, 255, .35)), #fb9426;
  background-blend-mode: overlay;
  position: relative;
}

.header__recruit a::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.header__recruit a {
  position: relative;
  z-index: 2;
}

.header__recruit a {
  display: block;
  color: #fff;
  height: 100%;
  padding-top: 44px;
}

.header__recruit:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 34px;
  height: 40px;
  background: url(../img/header-recruit.png) no-repeat;
  background-size: contain;
  top: 5px;
  left: 50%;
  transform: translate(-50%);
}

.ham, .spnav, .footerArea-sp {
  display: none;
}

.headerBtn-top, .headerBtn-bottom {
  position: fixed;
  z-index: 999;
  right: 0;
  left: auto;
  width: 52px;
  display: block;
}

.headerBtn-top {
  top: 84px;
}

.headerBtn-bottom {
  top: 300px;
}

.sp {
  display: none!important;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.moreBtn {
  width: 90%;
  text-align: center;
  display: block;
  padding-right: 30px;
  max-width: 300px;
  padding-top: 22px;
  padding-bottom: 22px;
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(90deg, rgba(3, 0, 0, .35), rgba(255, 255, 255, .35)), #71c742;
  background-blend-mode: overlay;
  position: relative;
  line-height: 1;
  box-shadow: 0 8px 14px #1e1e1e1f;
  margin: 25px 0 0 0;
}

.jobsList .moreBtn {
  width: 90%;
  text-align: center;
  display: block;
  padding-right: 30px;
  max-width: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(90deg, rgba(3, 0, 0, .35), rgba(255, 255, 255, .35)), #71c742;
  background-blend-mode: overlay;
  position: relative;
  line-height: 1;
  box-shadow: 0 8px 14px #1e1e1e1f;
}

.jobsList .btnLinkArrow a {
  width: 90%!important;
  text-align: center;
  display: block;
  padding-right: 30px!important;
  max-width: 100%;
  padding-top: 22px!important;
  padding-bottom: 22px!important;
  border-radius: 5px!important;
  color: #fff!important;
  background: linear-gradient(90deg, rgba(3, 0, 0, .35), rgba(255, 255, 255, .35)), #71c742!important;
  background-blend-mode: overlay;
  position: relative;
  line-height: 1;
  box-shadow: 0 8px 14px #1e1e1e1f;
}

.gnav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.gnav__item-saiyo {
  display: grid;
  margin: 5px 0px 0 10px;
}

.gnav__item-saiyo {
  display: inline-block;
  margin-right: 0px;
}

.gnav__item-saiyo:nth-child(-n+4) {
  margin-right: 0;
}

.gnav>.gnav__list>.gnav__item-saiyo:nth-child(1) {
  width: 130px;
  margin-left: auto;
}

.gnav>.gnav__list>.gnav__item-saiyo:nth-child(2) {
  width: 80px;
}

.gnav>.gnav__list>.gnav__item-saiyo:nth-child(3) {
  width: 70px;
}

.gnav>.gnav__list>.gnav__item-saiyo:nth-child(4) {
  width: 72px;
}

.gnav>.gnav__list>.gnav__item-saiyo:nth-child(5) {
  width: 120px;
  margin-left: 20%;
}

.gnav>.gnav__list>.gnav__item-saiyo:nth-child(6) {
  width: 100px;
}

.moreBtn a {
  color: #fff;
  text-decoration: none;
}

.ndContentTitle {
  background-color: transparent!important;
}

.btnNd.active {
  opacity: 1!important;
}

.moreBtn:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  right: 30%;
  top: 50%;
  transform: translatey(-50%) rotate(45deg);
}

.moreBtn._orange {
  background: linear-gradient(90deg, rgba(3, 0, 0, .35), rgba(255, 255, 255, .35)), #fb9426;
}

a.recruit__btn.recruit__btn01 {
  padding-left: 60px!important;
}

a.recruit__btn.recruit__btn02 {
  padding-left: 60px!important;
}

.recruit__btn {
  display: block;
  max-width: 430px;
  height: 90px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .1em;
  padding-left: 80px;
  background: linear-gradient(90deg, rgba(3, 0, 0, .35), rgba(255, 255, 255, .35)), #76d42e;
  border-radius: 5px;
  background-blend-mode: overlay;
  box-shadow: 0 8px 14px #1e1e1e1f;
  position: relative;
}

.recruit__btn:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 38px;
  height: 38px;
  background: url(../img/header-contact.png) no-repeat;
  background-size: contain;
  top: 50%;
  left: 19px;
  transform: translateY(-50%);
}

.recruit__btn:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translatey(-50%) rotate(45deg);
}

.recruit__btn02:before {
  background: url(../img/recruit-icon02.png) no-repeat;
  background-size: contain;
}

.recruit__btn03 {
  background: linear-gradient(90deg, rgba(3, 0, 0, .35), rgba(255, 255, 255, .35)), #fb9426;
}

.recruit__btn03:before {
  width: 35px;
  height: 40px;
  background: url(../img/recruit-icon03.png) no-repeat;
  background-size: contain;
}

.footer {
  position: relative;
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  background-color: #fff;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 3px;
}

.footer__inner {
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}

.footer__top {
  display: flex;
  margin-bottom: 25px;
}

.footer__logo {
  max-width: 340px;
  margin-right: 58px;
}

.footer__name {
  line-height: 1.625;
  letter-spacing: .05em;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  padding-bottom: 47px;
}

.footer__item {
  line-height: 0.725;
  letter-spacing: .1em;
  padding-top: 15px;
  font-size: 15px;
}

.footer__title {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 3px solid #d7d7d7;
  border-bottom: 3px solid #d7d7d7;
}

.footer__copy {
  padding-top: 20px;
  padding-bottom: 56px;
  text-align: center;
}

.footer-btn {
  width: 54px;
  height: 54px;
  background-color: rgb(132, 199, 33);
  right: 0px;
  cursor: pointer;
  top: max(720px, 82%);
  position: fixed;
  z-index: 100;
}

.footer-btn:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 21px;
  background: url(../img/arrow01.png) no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mv {
  padding-top: 14px;
  width: 100%;
  padding-bottom: 30px;
  margin-left: auto;
  overflow-y: hidden;
  border-radius: 0 0 0 20px;
  position: relative;
}

.swiper {
  max-height: 575px;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  to {
    transform: scale(1.15);
  }
  ;
}

.swiper-slide-active .swiper-img, .swiper-slide-duplicate-active .swiper-img, .swiper-slide-prev .swiper-img {
  animation: zoomUp 7s linear 0s normal both;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 0;
  background-color: #fff;
}

:root {
  --swiper-theme-color: #5acf13!important;
}

.mv__catch {
  position: absolute;
  bottom: 60px;
  z-index: 99;
  left: 93px;
}

.mv__catch01, .mv__catch02, .mv__catch03 {
  background-color: #fff;
  opacity: .8;
  text-align: center;
  font-weight: 700;
}

.mv__catch01 {
  padding: 17px;
  font-weight: 700;
  font-size: 26px;
  font-size: min(1.35vw, 26px);
  line-height: 1.8;
  letter-spacing: .1em;
}

.mv__catch02, .mv__catch03 {
  padding: 27px;
  margin-top: 15px;
  color: #5acf13;
  font-size: 60px;
  font-size: min(3.13vw, 60px);
  line-height: 1;
  letter-spacing: .1em;
}

.mv__15 {
  position: absolute;
  width: 12.25%;
  max-width: 210px;
  min-width: 170px;
  bottom: 12%;
  z-index: 99;
  right: 18%;
}

.mv__scroll {
  position: absolute;
  width: 11px;
  top: 398px;
  left: 19.01%;
  z-index: 99;
}

.icon__item01 .icon__txt {
  min-height: 60px;
  font-size: 19px;
  line-height: 1.2em!important;
}

.health_check_client {
  width: max(380px, 100%);
}

.breadcrumb {
  list-style: none;
  font-size: 16px;
  max-width: 1050px;
  margin: 0 auto 125px;
  padding: 0 25px;
}

.breadcrumb li {
  display: inline;
  list-style: none;
}

.breadcrumb li:after {
  content: ">";
  padding: 0 .2em;
  color: #555;
}

.breadcrumb li:last-child:after {
  content: "";
}

.breadcrumb li a {
  text-decoration: none;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.outpatient02 {
  background-color: #f3ffe9;
  padding-top: 68pximportant;
  padding-bottom: 0!important;
  margin-top: 150px;
}

.way02__green02 {}

#jobsInfo {
  font-size: 2em!important;
  font-weight: 600!important;
  padding: 60px 0!important;
  margin: 0px auto!important;
  text-align: center;
}

#aisatsu {
  scroll-padding-top: 0px;
}

@media screen and (max-width: 992px) {
  .p-health_reason-title {
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    margin-left: -370px;
    width: 420px;
  }
  .p-health_reason-img {
    margin-right: 60px;
    margin-top: -70px;
  }
  .p-health_reason-text {
    margin-top: 270px;
    letter-spacing: .01rem;
    margin-left: -370px;
    padding: 0 7% 30px 7%;
  }
  .p-health_reason-img.mgl20 {
    margin-left: -10px;
    transform: scale(0.6);
  }
  .p-health_reason-item {
    padding: 15px 0 0 -1px;
  }
  .p-healthGraph_inner img {
    width: 100%!important;
  }
  h2 {
    font-size: 1.2rem;
    text-align: center;
    margin: 0;
  }
  .fv {
    /*     height: 210px; */
  }
  .fv__catch {
    opacity: 0.7;
  }
  .fv__img {
    display: contents;
    top: 65px;
  }
  .target__wrap {
    margin: 27px 0;
  }
  .target {
    margin-top: 80px;
    padding: 30px 40px!important;
  }
  .time-table-head__tab .item {
    height: 52px!important;
  }
  .time-table-head__tab .item.active {
    height: 62px!important;
  }
  .panel__cta a {
    font-size: 1em!important;
    line-height: 1.5em!important;
  }
  #jobsInfo {
    padding: 60px 0!important;
    font-size: 1.3em;
    margin: 0px auto!important;
    padding: 0px!important;
    text-align: center;
  }
  .cvArea-sp__title {
    margin-top: 30px;
  }
  .cvArea-sp__img {
    margin-top: 40px;
  }
  .recruit__btn03 {
    padding-left: 70px!important;
  }
  .footer__name {
    font-size: 12px;
    text-align: left;
    margin: 0 auto 0 auto;
  }
  .footer__top {
    margin-left: 20%;
  }
  .p-about.bg {
    max-width: 90%;
  }
  .recruit__btn {
    padding-left: 30%;
  }
  .p-about_title, .achievement_title, .area_title {
    text-align: left;
  }
  .ham {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 61.5px;
    height: 61.5px;
    border: 0;
    background: linear-gradient(90deg, rgba(3, 0, 0, .35), rgba(255, 255, 255, .35)), #71c742;
    background-blend-mode: overlay;
    cursor: pointer;
  }
  .ham__line {
    position: relative;
    width: 27px;
    height: 2px;
    background: #fff;
  }
  .ham__line:before, .ham__line:after {
    position: absolute;
    content: "";
    display: block;
    width: 27px;
    height: 2px;
    background: #fff;
    transition: transform .3s;
  }
  .ham__line:before {
    top: -8px;
  }
  .ham__line:after {
    bottom: -8px;
  }
  .ham._open .ham__line {
    background: transparent;
  }
  .ham._open .ham__line:before {
    top: 0;
    transform: rotate(45deg);
  }
  .ham._open .ham__line:after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  .swiper {
    max-height: 465px;
  }
  .header__contact, .header__recruit, .gnav {
    display: none;
  }
  .header {
    height: 61.5px;
    padding-left: 4%;
    align-items: center;
  }
  .header__logo {
    width: 58.4%;
    max-width: 230px;
    margin-top: 0;
    min-width: auto;
  }
  .headerBtn-top, .headerBtn-bottom, .footer-btn {
    display: none;
  }
  .footer__top {
    flex-direction: column;
  }
  .footer__bottom {
    display: none;
  }
  .footer {
    border-top: none;
    border-bottom: none;
    background-color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    padding-top: 0;
  }
  .footer__logo {
    max-width: 340px;
    margin-bottom: 18px;
    width: 62.13%;
    margin-right: auto;
    margin-left: auto;
  }
  .footer__top {
    margin-bottom: 30px;
  }
  .footer__copy {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .footer__name {
    font-size: 12px;
  }
  .mv {
    padding-top: 61.5px;
    width: 89.11%;
    padding-bottom: 30px;
    margin-left: auto;
    overflow-y: hidden;
    border-radius: 0 0 0 20px;
    position: relative;
  }
  .spnav {
    display: none;
    padding-bottom: 50px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .spnav._open {
    display: block;
    background-color: #fff;
    width: 100%;
    z-index: 999;
    position: fixed;
    top: 61.5px;
    left: 0;
    height: calc(100vh - 50px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .header._open {
    border-bottom: none;
  }
  .header._open .header__logo {
    opacity: 0;
    pointer-events: none;
  }
  .spnav__link {
    font-size: 16px;
    margin-top: 20px;
    display: block;
  }
  .spnav__item._big {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 3px solid #d7d7d7;
    border-bottom: 3px solid #d7d7d7;
    margin-top: 35px;
  }
  .spnav__item._midle .spnav__link, .spnav__item._small .spnav__link {
    font-size: 14px;
    color: #787878;
    position: relative;
    padding-left: 21px;
  }
  .spnav__item._midle .spnav__link:after, .spnav__item._small .spnav__link:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 1px;
    background-color: #787878;
  }
  .spnav__item._small .spnav__link {
    margin-left: 13px;
  }
  .mv__scroll {
    display: none;
  }
  ;
}

@media screen and (max-width: 768px) {
  .l-content {
    /*     margin-top: 370px; */
  }
  .footerArea-sp._open {
    display: none;
  }
  .footerArea-sp {
    width: 100%;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    gap: 2px;
  }
  .footerArea-sp__btn {
    width: 25%;
    text-align: center;
    background: #84c843;
    position: relative;
    padding-top: 35px;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
  }
  .footerArea-sp__btn a {
    display: block;
    color: #fff;
    line-height: 1.3;
    margin-top: -36px;
    height: 80px;
    width: 160px;
    padding-top: 43px;
  }
  .footerArea-sp__btn:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(../img/header-recruit.png) no-repeat;
    background-size: contain;
    top: 10px;
    left: 50%;
    transform: translate(-50%);
  }
  .footerArea-sp__btn:before::nth-child(even) {
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    background: url(../img/header-recruit.png) no-repeat;
    background-size: contain;
    top: 25px;
    left: 50%;
    transform: translate(-50%);
  }
  .footerArea-sp__btn01:before {
    background: url(../img/footerArea01.png) no-repeat;
    background-size: contain;
    width: 28px;
    height: 25px;
  }
  .footerArea-sp__btn02:before {
    background: url(../img/footerArea02.png) no-repeat;
    background-size: contain;
    width: 27px;
    height: 25px;
  }
  .footerArea-sp__btn03:before {
    background: url(../img/footerArea03.png) no-repeat;
    background-size: contain;
    width: 29px;
    height: 22px;
  }
  .footerArea-sp__btn04 {
    background-color: #fb9426;
  }
  .footer__copy {
    margin-bottom: 80px;
  }
  .sp {
    display: block!important;
  }
  .pc {
    display: none!important;
  }
  .moreBtn {
    width: 90%;
    max-width: 325px;
    padding-top: 19px;
    padding-bottom: 19px;
    border-radius: 10px;
    color: #fff;
    font-size: 14px;
  }
  .moreBtn:before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 35%;
    top: 50%;
    transform: translatey(-50%) rotate(45deg);
  }
  .recruit__btn {
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
    height: 64px;
    font-size: 14px;
    padding-left: 67px;
    line-height: 1.5;
    letter-spacing: .001em;
  }
  .recruit__btn:before {
    width: 26px;
    height: 26px;
  }
  .recruit__btn:after {
    width: 8px;
    height: 8px;
    right: 19px;
  }
  .recruit__btn03:before {
    width: 26px;
    height: 31px;
  }
  .mv {
    width: 100%;
    padding-right: 5.43%;
    padding-bottom: 20px;
    margin-left: 0;
    margin-right: auto;
    overflow-y: hidden;
    border-radius: 0 0 0 20px;
    position: relative;
    background: linear-gradient(180deg, #fff 0%, #fff 44%, #f2f2f2 44%, #f2f2f2 100%);
  }
  .mv__catch01, .mv__catch02, .mv__catch03 {
    background-color: transparent;
  }
  .mv__catch {
    position: relative;
    bottom: 0;
    z-index: 99;
    left: 0;
    padding-bottom: 123px;
  }
  .mv__catch01 {
    padding: 50px 0 0 6.66%;
    font-weight: 700;
    font-size: 18px;
    font-size: min(4.8vw, 28px);
    line-height: 1.8;
    letter-spacing: .1em;
    text-align: left;
  }
  .mv__catch02, .mv__catch03 {
    padding: 0 0 0 6.66%;
    margin-top: 12px;
    color: #5acf13;
    font-size: 36px;
    font-size: min(9.6vw, 45px);
    line-height: 1;
    letter-spacing: .1em;
    text-align: left;
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    text-align: left;
    padding-left: 6.66%;
  }
  .mv__15 {
    width: 29.33%;
    max-width: 210px;
    min-width: 90px;
    bottom: 6%;
    right: 6%;
  }
  .breadcrumb {
    display: none;
  }
  ;
}

@media screen and (max-width: 1200px) {
  .mv__scroll {
    top: 398px;
  }
  ;
}

.news {
  display: flex;
  padding-top: 70px;
  justify-content: space-between;
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.news__title {
  font-size: 27px;
  line-height: 1;
  letter-spacing: .1em;
  font-weight: 700;
}

.news__title span {
  display: block;
  font-size: 12px;
  margin-top: 21px;
  line-height: 1;
  color: #fb9426;
  text-transform: uppercase;
}

.news__list {
  width: 68.6%;
  z-index: 100;
}

.news__item a {
  display: flex;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  gap: 10px;
  border-bottom: 2px solid #e1e1e1;
  flex-wrap: wrap;
}

[dir=ltr] .news__item._link {
  text-align: right;
}

[dir=rtl] .news__item._link {
  text-align: left;
}

.nonlink {
  pointer-events: none;
  cursor: default;
  text-decoration: none!important;
}

.news__item._link a {
  border-bottom: none;
  color: #5acf13;
  padding-right: 23px;
  display: inline-block;
}

.news__time {
  color: #afafaf;
  white-space: nowrap;
  margin-right: 18px;
}

.news__category {
  font-size: 12px;
  padding: 4px 24px;
  border: 1px solid #e1e1e1;
  white-space: nowrap;
  display: block;
  margin-right: 30px;
  border-radius: 30px;
}

.news__sub {
  font-size: 16px;
}

.news__item a {
  position: relative;
}

.news__sub {
  /*   border-bottom: 1px solid #000; */
  padding-bottom: 3px;
  margin-right: 10px;
  width: 480px;
  text-decoration: underline;
}

.news__item a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 3px #5acf13;
  border-right: solid 3px #5acf13;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%) rotate(45deg);
}

.p-healthGraph_inner img {
  display: block;
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.p-about_mvv-img pc {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

p.footer__item {
  text-indent: -0.2em;
  font-weight: 600;
}

li.icon__item01 {
  box-shadow: 0 8px 14px #1e1e1e1f;
}

li.icon__item02 {
  box-shadow: 0 8px 14px #1e1e1e1f;
}

.about {
  position: relative;
  padding-top: 170px;
  max-width: 1216px;
  margin-top: -60px;
}

.about__bg {
  height: 509px;
  width: 100vw;
  position: absolute;
  background-color: #e4f8cf;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index: 3;
  top: 100px;
}

.about__flex {
  display: flex;
  position: relative;
  justify-content: space-between;
  z-index: 7;
  background-color: #fff;
  margin-left: 58px;
  margin-right: 58px;
  border-radius: 20px;
}

.about__title {
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .1em;
}

.about__title span {
  display: block;
  font-size: 12px;
  margin-top: 21px;
  line-height: 1;
  color: #fb9426;
  text-transform: uppercase;
  font-weight: 700;
}

.about__sub {
  margin-top: 35px;
  color: #86c22a;
  font-size: 31px;
  letter-spacing: .1em;
  white-space: nowrap;
  font-weight: 700;
}

.about__left {
  margin-top: 210px;
  margin-left: 100px;
}

.about__img {
  width: 48.9%;
  max-width: 627px;
  flex-shrink: 0;
  margin-right: 75px;
  padding-top: 75px;
}

.about__txt {
  max-width: 294px;
  line-height: 1.8;
  margin-top: 20px;
}

.about__btn {
  margin-left: 156px;
  margin-top: -100px;
  z-index: 99;
  position: relative;
}

.recruit {
  padding-top: 226px;
  display: grid;
  grid-template-columns: 1fr 38.5%;
  grid-template-rows: 48px 82px 148px;
  grid-template-areas: "a f" "b f" "c f" "d f";
  grid-gap: 30px;
  gap: 30px;
  padding-left: 100px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.recruit__title {
  grid-area: a;
  font-size: 34px;
  line-height: 1;
  letter-spacing: .1em;
  font-weight: 700;
}

.recruit__title span {
  display: block;
  font-size: 12px;
  margin-top: 21px;
  line-height: 1;
  color: #fb9426;
  text-transform: uppercase;
  font-weight: 700;
}

.recruit__sub {
  grid-area: b;
  margin-top: 35px;
  color: #86c22a;
  font-weight: 700;
  font-size: 31px;
  letter-spacing: .1em;
}

.recruit__img {
  width: 37.9%;
  right: 0;
  max-width: 740px;
  position: absolute;
  grid-area: e;
  margin-right: calc(50% - 50vw);
}

.recruit__img02 {
  transform: translate(-50%, 50%);
  width: 100%;
  max-width: 28.5vw;
  grid-area: f;
}

.recruit__bottom {
  position: relative;
  z-index: 15;
  grid-area: d;
}

.recruit__txt {
  max-width: 500px;
  line-height: 1.8;
  margin-top: 20px;
  grid-area: c;
}

.recruit .recruit__btn {
  margin-top: 21px;
}

.recruit .recruit__btn01 {
  margin-top: 50px;
}

.anniversary {
  border: 6px solid #eb4e31;
  padding: 30px 20px 51px 18px;
  position: relative;
  max-width: 70%;
  margin: 30px auto;
}

.anniversary__inner {
  margin: 0 auto;
  text-align: left;
  display: block;
  transform: scale(0.7);
}

.anniversary a {
  display: flex;
  align-items: center;
}

.anniversary__img {
  width: 31.1%;
  flex-shrink: 0;
  margin-right: 28px;
}

.anniversary__bottm {
  position: absolute;
  bottom: 11px;
  right: 45px;
  color: #f95222;
  font-size: 22px;
}

.anniversary__bottm:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 3px #f95222;
  border-right: solid 3px #f95222;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translatey(-50%) rotate(45deg);
}

.anniversary__title {
  width: 78.4%;
  flex-shrink: 0;
}

.anniversary__txt {
  font-size: 20px;
  margin-top: 18px;
  margin-bottom: 0px;
}

.anniversary__txt span {
  font-size: 12px;
  display: inline-block;
  vertical-align: text-top;
}

.anniversary__notes {
  font-size: 15px;
  margin-bottom: 15px;
}

.anniversary__txt02 {
  font-size: 17px;
  letter-spacing: .08em;
  line-height: 1.58;
  border: 1px solid #eb4e31;
  padding: 20px 10px;
}

.features {
  padding-top: 120px;
  background: linear-gradient(90deg, #fff 0%, #fff 42.2%, #f7fde8 42.2%, #f7fde8 100%);
  padding-bottom: 120px;
}

.features__container {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.features__title {
  font-size: 34px;
  line-height: 1.41;
  letter-spacing: .1em;
  font-weight: 700;
  text-align: center;
}

.features__title ._smallTitle {
  display: block;
  font-size: 12px;
  margin-top: 21px;
  line-height: 1;
  color: #fb9426;
  text-transform: uppercase;
}

.features__list {
  margin-top: 115px;
}

.features__item {
  display: flex;
  justify-content: space-between;
}

.features__item+.features__item {
  margin-top: 100px;
}

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

.features__img {
  flex-shrink: 0;
  width: 44.9%;
  position: relative;
}

.features__img:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 157px;
  height: 130px;
  background: url(../img/012.png) no-repeat;
  background-size: contain;
  top: 3px;
  right: 0;
  transform: translate(100%);
  z-index: 2;
}

.features__img02:before {
  width: 179px;
  height: 130px;
  background: url(../img/022.png) no-repeat;
  background-size: contain;
  top: 3px;
  left: 0;
  transform: translate(-100%);
}

.features__img03:before {
  width: 179px;
  height: 130px;
  background: url(../img/032.png) no-repeat;
  background-size: contain;
  top: 3px;
  right: 0;
  transform: translate(100%);
}

.features__body {
  width: 47.7%;
  position: relative;
  z-index: 5;
}

.features__sub {
  font-size: 28px;
  margin-top: 80px;
  font-weight: 700;
}

.features__txt {
  line-height: 1.6;
  letter-spacing: .1em;
  margin-top: 40px;
  margin-bottom: 40px;
}

.message {
  margin-top: 61px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  background-color: #84c857;
  height: 537px;
}

.message__img {
  width: 57.86%;
  flex-shrink: 0;
  margin-top: 74px;
}

.message__img img {
  border-radius: 0 10px 10px 0;
}

.message__body {
  margin-left: 77px;
}

.message__title {
  padding-top: 71px;
  color: #fefefe;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.54;
  letter-spacing: .1em;
}

.message__txt {
  font-size: 18px;
  line-height: 1.1;
  color: #fff;
  margin-top: 47px;
}

.message__name {
  font-size: 22px;
  line-height: 1.81;
  color: #fff;
  letter-spacing: .1em;
  margin-bottom: 28px;
}

.moreBtn.message__btn {
  color: #71c742;
  background: #fff;
  font-weight: 700;
}

.moreBtn.message__btn:before {
  border-top: solid 3px #71c742;
  border-right: solid 3px #71c742;
}

.attempt {
  padding-top: 80px;
}

.attempt__title, .concept_title {
  background-color: #9ad533;
  text-align: center;
  padding: 38px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.67;
  letter-spacing: .1em;
  color: #fff;
}

.attempt__list {
  background: url(../img/attempt-bg.jpg) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  gap: 28px;
  padding-top: 80px;
  padding-bottom: 82px;
}

.attempt__item {
  width: 25.1%;
  background-color: #fff;
  padding: 9px 10px 11px;
  border-radius: 10px;
  position: relative;
}

.attempt__sub {
  font-size: 23px;
  line-height: 1.96;
  letter-spacing: .1em;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
}

.attempt__txt {
  line-height: 1.75;
  letter-spacing: .1em;
  width: 87.1%;
  margin-left: auto;
  margin-right: auto;
}

.attempt__txt+.attempt__txt {
  margin-top: 30px;
}

.attempt__btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
}

.navigation {
  background-color: #fffdec;
  margin-bottom: 67px;
  padding: 138px 25px;
}

.navigation__flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.navigation__flex._reverse {
  flex-direction: row-reverse;
  margin-top: 89px;
}

.navigation__img {
  width: 75.53%;
  max-width: 864px;
  flex-shrink: 0;
  position: relative;
  z-index: 3;
}

.navigation__body {
  background-color: #fff;
  padding: 50px 25px 60px;
  border-radius: 10px;
  margin-left: -97px;
  z-index: 15;
  position: relative;
  box-shadow: 3px 3px 10px #0003;
}

.navigation__flex._reverse .navigation__body {
  margin-right: -127px;
  margin-left: 0;
}

.navigation__title {
  color: #fb9426;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: center;
  letter-spacing: .05em;
}

.navigation__txt {
  text-align: center;
  line-height: 1.4;
  letter-spacing: .1em;
  margin-bottom: 15px;
}

.navigation__btn.moreBtn._orange {
  margin-left: auto;
  margin-right: auto;
}

.btnArea01 {
  padding-top: 0px;
  padding-bottom: 75px;
  display: flex;
  justify-content: space-between;
}

.btnArea01__item {
  display: block;
  width: 49.21%;
  padding-top: 170px;
  padding-bottom: 55px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.52;
  color: #fff;
  position: relative;
}

.btnArea01__item:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 54px;
  height: 54px;
  background: url(../img/arrow.png) no-repeat;
  background-size: contain;
  bottom: 55px;
  right: 14.5%;
}

.btnArea01__left {
  background: url(../img/btnArea01.jpg) no-repeat;
  background-size: cover;
  padding-left: 12.86%;
  border-radius: 0 10px 10px 0;
}

.btnArea01__right {
  background: url(../img/btnArea01-02.jpg) no-repeat;
  background-size: cover;
  padding-left: 5.86%;
}

.btnArea02 {
  background-color: #f6ffe1;
  padding-top: 90px;
  text-align: center;
  margin-bottom: 140px;
  padding-left: 25px;
  padding-right: 25px;
}

.btnArea02__title {
  font-size: 34px;
  font-size: min(3.37vw, 34px);
  font-weight: 700;
  line-height: 1.41;
  letter-spacing: .1em;
  margin-bottom: 25px;
}

.btnArea02__sub {
  background: #97cf14;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: .05em;
  border-radius: 23px;
  padding: 12px 30px;
  margin-bottom: 23px;
}

.btnArea02__txt {
  font-size: 18px;
  line-height: 1.66;
  letter-spacing: .05em;
  margin-bottom: 40px;
}

.btnArea02__btnArea {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-bottom: 85px;
}

.btnArea02__btnArea a {
  width: 100%;
}

.btnArea02__img {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media screen and (max-width: 768px) {
  .news {
    flex-direction: column;
    padding: 50px 0!important;
  }
  .news__title {
    text-align: center;
    font-size: 18px;
  }
  .news__title span {
    font-size: 10px;
    margin-top: 15px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .news__list {
    width: 95%!important;
    margin-left: 4%;
  }
  .news__item a:before {
    display: none;
  }
  .news__item a {
    padding-top: 18px;
    padding-bottom: 13px;
  }
  .news__item._last a {
    border-bottom: none;
  }
  .news__item._link a {
    width: 100%;
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background: linear-gradient(90deg, rgba(3, 0, 0, .35), rgba(255, 255, 255, .35)), #71c742;
    background-blend-mode: overlay;
    color: #fff;
    text-align: center;
    padding-right: 25px;
    padding-top: 11px;
    padding-bottom: 11px;
    border-radius: 5px;
    margin-top: 21px;
    font-size: 12px;
  }
  .news__item._link a:before {
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    right: 40%;
  }
  .news__time {
    font-size: 12px;
  }
  .news__category {
    font-size: 10px;
    padding: 3px 10px;
  }
  .news__sub {
    font-size: 12px;
    width: 95%;
  }
  .about__title {
    font-size: 24px;
  }
  .about__title span {
    display: block;
    font-size: 11px;
    margin-top: 13px;
  }
  .about__sub {
    font-size: 20px;
    margin-top: 24px;
  }
  .about__bg {
    height: 558px;
    background-color: #e4f8cf;
    top: 315px;
  }
  .about__txt {
    text-align: left;
    font-size: 15px;
    line-height: 1.6;
  }
  .about__img {
    padding-top: 15px;
  }
  .features {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .features__list {
    margin-top: 60px;
  }
  .features__item {
    flex-direction: column;
  }
  .features__title {
    font-size: 24px;
    letter-spacing: .1em;
    font-weight: 700;
    text-align: center;
  }
  .features__img, .features__body {
    width: 100%;
  }
  .features__img:before {
    top: auto;
    bottom: 0;
    right: 0;
    width: 83px;
    height: 69px;
    transform: translateY(180%);
  }
  .features__item._reverse {
    flex-direction: column;
  }
  .features__sub {
    font-size: 20px;
    margin-top: 36px;
  }
  .features__txt {
    line-height: 1.6;
    font-size: 15px;
    letter-spacing: .05em;
    margin-top: 23px;
    margin-bottom: 30px;
  }
  .features__img02:before {
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
    transform: translateY(180%);
    width: 95px;
    height: 69px;
  }
  .features__btn {
    max-width: 325px;
    width: 100%;
  }
  .features__item+.features__item {
    margin-top: 60px;
  }
  .message__img {
    transform: translate(18.27%, 50%)!important;
  }
  .attempt {
    padding-top: 0!important;
  }
  .btnArea02 {
    margin: 120px 0 0px 0;
    padding-top: 50px;
  }
  .btnArea02__btnArea {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  .btnArea02__btnArea .recruit__btn {
    text-align: left;
  }
  .btnArea02__title {
    font-size: 22px;
  }
  .btnArea02__sub {
    background: #97cf14;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: .05em;
    border-radius: 66px;
    padding: 12px 30px;
    margin-bottom: 23px;
  }
  .btnArea02__txt {
    font-size: 15px;
    line-height: 1.66;
    letter-spacing: .05em;
    margin-bottom: 40px;
  }
  .btnArea02__inner {
    display: flex;
    flex-direction: column-reverse;
  }
  ;
}

@media screen and (max-width: 1280px) {
  .about__btn {
    margin-top: -100px;
  }
  ;
}

@media screen and (max-width: 1180px) {
  .about__btn {
    margin-top: -70px;
  }
  ;
}

@media screen and (max-width: 1080px) {
  .about__btn {
    margin-top: 0px;
  }
  ;
}

@media screen and (max-width: 992px) {
  .about {
    padding-top: 70px;
  }
  .about__flex {
    flex-direction: column;
  }
  .about__left {
    margin-top: 0;
    margin-left: 0;
    text-align: center;
    padding-left: 17px;
    padding-right: 17px;
  }
  .about__img {
    width: 100%;
    flex-shrink: 0;
    padding: 35px 12px 146px;
    margin-left: auto;
    margin-right: auto;
  }
  .about__txt {
    max-width: none;
    line-height: 2.12;
    margin-top: 20px;
  }
  .about__btn {
    margin-top: -110px!important;
  }
  .about__btn {
    margin-left: auto;
    margin-right: auto;
    z-index: 99;
    width: 100%;
    max-width: 325px;
  }
  .recruit {
    padding-top: 160px;
    display: block;
    padding-left: 25px;
    padding-right: 25px;
  }
  .recruit__img {
    width: 100vw;
    max-width: 100vw;
    position: relative;
    grid-area: e;
    margin-left: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .recruit__img02 {
    transform: translateY(-30%)!important;
    max-width: 624px!important;
  }
  .recruit__img02 {
    width: 83.2%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .recruit__title {
    font-size: 24px;
    text-align: center;
  }
  .recruit__title span {
    display: block;
    font-size: 11px;
    margin-top: 15px;
  }
  .recruit__sub {
    font-size: 18px;
    text-align: center;
    margin-top: 26px;
    margin-bottom: 30px;
    letter-spacing: .1em;
  }
  .recruit__bottom {
    padding-left: 0;
    margin-top: 50px;
  }
  .recruit__img02 {
    transform: translate(-50%, 82%);
    left: 50%;
    width: 83.2%;
  }
  .recruit__txt {
    font-size: 15px;
    line-height: 1.6;
  }
  .recruit .recruit__btn {
    margin-top: 22px;
    margin-left: auto;
    margin-right: auto;
  }
  .recruit .recruit__btn01 {
    margin-top: 30px;
  }
  .recruit__txt {
    max-width: 490px;
    line-height: 2.1;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
  }
  .message {
    flex-direction: column;
    margin-top: 70px;
    margin-bottom: 213px;
    width: 81.73%;
    height: 533px;
    position: relative;
    border-radius: 0 30px 30px 0;
  }
  .message__body {
    margin-left: 25px;
  }
  .message__title {
    padding-top: 40px;
    color: #fefefe;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
  }
  .message__txt {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 30px;
  }
  .message__name {
    font-size: 18px;
    line-height: 1.11;
    margin-top: 7px;
    margin-bottom: 36px;
  }
  .message__img {
    width: 100%;
    position: absolute;
    bottom: 0;
    transform: translate(18.27%, 70%);
  }
  .message__img img {
    border-radius: 30px 30px 0 0;
  }
  .attempt {
    padding-top: 150px;
  }
  .attempt__list {
    flex-direction: column;
    background: url(../img/attempt-bgSp.jpg) no-repeat;
    padding: 36px 25px;
    gap: 36px;
  }
  .attempt__title, .concept_title {
    padding: 15px;
    font-size: 24px;
    font-size: min(5.9vw, 28px);
    line-height: 1.41;
  }
  .attempt__item {
    width: 100%;
  }
  .attempt__sub {
    font-size: 20px;
    line-height: 1.37;
    letter-spacing: .1em;
    margin-top: 23px;
    margin-bottom: 24px;
  }
  .attempt__txt {
    line-height: 1.6;
    letter-spacing: .01em;
    font-size: 15px;
    width: 97.1%;
  }
  .attempt__txt+.attempt__txt {
    margin-top: 28px;
  }
  .attempt__btn {
    bottom: 26px;
  }
  .navigation {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fffdec;
    margin-bottom: 0;
  }
  .navigation__flex, .navigation__flex._reverse {
    flex-direction: column;
  }
  .navigation__img {
    width: 100%;
  }
  .navigation__body {
    width: 88.9%;
    margin-left: 0;
    margin-top: -20px;
  }
  .navigation__flex._reverse .navigation__body {
    margin-right: 0;
  }
  .btnArea01 {
    flex-direction: column;
    padding: 60px 25px;
  }
  .btnArea01__left {
    background-position-x: 70%;
  }
  .btnArea01__right {
    background-position-x: 50%;
    background-position-y: 0;
  }
  .btnArea01__item {
    width: 100%;
    border-radius: 10px;
    font-size: 20px;
    padding-top: 65px;
    padding-bottom: 25px;
  }
  .btnArea01__item:before {
    width: 25px;
    height: 25px;
    bottom: 30px;
    right: 25px;
  }
  .btnArea01__right {
    margin-top: 28px;
  }
  ;
}

@media screen and (max-width: 380px) {
  .about__btn {
    max-width: 90vw;
  }
  ;
}

@media screen and (max-width: 320px) {
  .about__bg {
    display: none;
  }
  ;
}

@media screen and (max-width: 1380px) {
  .recruit__img02 {
    transform: translate(-50%, 130px);
    max-width: 22.5vw;
  }
  ;
}

@media screen and (max-width: 556px) {
  .anniversary {
    margin-top: 60px;
    margin-bottom: 70px;
    border: 3px solid #eb4e31;
    padding: 30px 20px 51px 18px;
    position: relative;
    max-width: 1000px;
  }
  .anniversary a {
    flex-direction: column;
    align-items: flex-start;
  }
  .anniversary__img {
    margin-right: 0;
    text-align: left;
    width: 40.5%;
  }
  .anniversary__title {
    width: 55%;
    margin-left: auto;
    margin-top: -120px;
    margin-bottom: 40px;
  }
  .anniversary__txt {
    text-align: center;
    font-size: 15px;
  }
  .anniversary__notes {
    text-align: center;
    font-size: 11px;
  }
  .anniversary__txt02 {
    font-size: 14px;
  }
  ;
}

@media screen and (max-width: 460px) {
  .anniversary__title {
    margin-top: -80px;
  }
  ;
}

@media screen and (max-width: 360px) {
  .anniversary__title {
    margin-top: -60px;
  }
  ;
}

@media screen and (max-width: 1400px) {
  .btnArea01__left, .btnArea01__right {
    padding-left: 4%;
  }
  ;
}

@media screen and (max-width: 1300px) {
  .btnArea02__btnArea {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  ;
}

@media screen and (max-width: 400px) {
  .btnArea02__btnArea .recruit__btn {
    text-align: left;
    font-size: 12px;
  }
  ;
}

.mv {
  padding-bottom: 80px;
}

.mv__catch {
  position: absolute;
  bottom: 90px;
  z-index: 99;
  left: 13px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 50px;
}

.breadcrumb {
  margin-top: -50px;
}

.mv__catch03 {
  padding: 3px 17px 3px 27px;
  font-weight: 700;
  font-size: 26px;
  font-size: min(1.35vw, 26px);
  line-height: 1.8;
  letter-spacing: .1em;
  color: #000;
  display: inline-block;
}

.mv__catch01, .mv__catch02 {
  padding: 21px;
  margin-top: 7px;
  color: #5acf13;
  font-size: 60px;
  font-size: min(2.53vw, 60px);
  line-height: 1;
  letter-spacing: .1em;
  font-weight: 700;
}

.mv__15 {
  position: absolute;
  width: 12.25%;
  max-width: 210px;
  min-width: 170px;
  bottom: 12%;
  z-index: 100;
  right: 14.36%;
}

.recruitBtn-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}

.recruitBtn-inner .recruit__btn {
  max-width: 480px;
  height: 110px;
  width: 49%;
}

.important {
  max-width: 858px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.important__top {
  display: grid;
  grid-template-columns: 1fr 49.3%;
  grid-template-rows: 48px 82px 148px;
  grid-template-areas: "a d" "b d" "c d";
  grid-gap: 30px;
  gap: 30px;
}

.important__title {
  grid-area: a;
  font-size: 34px;
  font-weight: 700;
  color: #86c22a;
  white-space: nowrap;
}

.important__txt {
  font-size: 16px;
  line-height: 1.87;
  grid-area: b;
}

.important__txt+.important__txt {
  margin-top: 4px;
  grid-area: c;
}

.important__img {
  width: 100%;
}

.important__img02 {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 135px;
}

.appeal {
  background: linear-gradient(90deg, #fff 0%, #fff 42.2%, #fffee7 42.2%, #fffee7 100%);
  padding-bottom: 100px;
}

.appeal__inner {
  max-width: 1100px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}

.appeal__bg {
  height: 100px;
  background-color: #fff;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: absolute;
  width: 100%;
  bottom: 0;
  transform: translateY(100%);
}

.appeal__title-inner {
  background: linear-gradient(90deg, #fff 0%, #fff 68.38%, transparent 68.38%, transparent 100%);
  z-index: 15;
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  transform: translateY(-99%);
  padding-left: 25px;
  padding-right: 25px;
}

.appeal__title {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: 34px;
  line-height: 1.411;
  padding-top: 44px;
  font-weight: 700;
  padding-bottom: 46px;
  letter-spacing: .1em;
  -webkit-text-decoration: 17px underline #d8f7ba;
  text-decoration: underline;
  -webkit-text-decoration: underline solid #d8f7ba;
  text-decoration: underline solid #d8f7ba;
  text-decoration-thickness: 17px;
  text-underline-offset: -7px;
}

.appeal__item {
  position: relative;
  background-color: #fff;
  z-index: 5;
  max-width: 800px;
  margin-left: auto;
  margin-top: 50px;
  padding-bottom: 60px;
}

.appeal__item+.appeal__item {
  margin-top: 132px;
}

.appeal__img {
  width: 53%;
  max-width: 441px;
  position: absolute;
  z-index: 3;
  left: 0;
  transform: translate(-50%, -15%);
}

.appeal__sub, .appeal__txt {
  max-width: 500px;
  width: 63%;
  margin-left: auto;
}

.appeal__sub {
  font-size: 34px;
  line-height: 1.41;
  color: #86c22a;
  letter-spacing: .1em;
  padding-top: 70px;
  padding-bottom: 30px;
  font-weight: 700;
}

.appeal__txt {
  font-size: 24px;
  line-height: 1.41;
  font-weight: 500;
  letter-spacing: .1em;
  margin-bottom: 62px;
}

.appeal__description {
  padding-right: 100px;
  line-height: 1.875;
  margin-bottom: 38px;
  font-size: 16px;
}

.appeal__btn {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
}

.appeal__btn:before {
  right: 23%;
}

.appeal__btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 36px;
  height: 22px;
  background: url(../img/car-icon.png) no-repeat;
  background-size: contain;
  top: 50%;
  left: 19%;
  transform: translateY(-50%);
}

.appeal__btn02:after {
  width: 27px;
  height: 27px;
  background: url(../img/hospital-icon.png) no-repeat;
  background-size: contain;
}

.appeal__btn03:after {
  width: 31px;
  height: 31px;
  background: url(../img/diagnose-icon.png) no-repeat;
  background-size: contain;
}

.area {
  max-width: 1100px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}

.area__title {
  padding-bottom: 80px;
  text-align: center;
  font-size: 34px;
  line-height: 1.411;
  letter-spacing: .1em;
  font-weight: 700;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.area__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 5;
  position: relative;
}

.area__item {
  width: 32%;
  margin-bottom: 33px;
}

.area__area {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  padding-top: 11px;
  padding-bottom: 11px;
}

.area__area01 {
  background-color: #53bbd1;
}

.area__area02 {
  background-color: #71d5cb;
}

.area__area03 {
  background-color: #eeb738;
}

.area__area04 {
  background-color: #6eb570;
}

.area__area05 {
  background-color: #e87a72;
}

.area__name {
  font-size: 16px;
  font-weight: 400;
  margin-top: 16px;
  padding-left: 32px;
  position: relative;
}

.area__name:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 36px;
  height: 22px;
  top: 4px;
  left: 0;
}

.area__name01:after {
  background: url(../img/area-icon01.png) no-repeat;
  background-size: contain;
}

.area__name02:after {
  background: url(../img/area-icon02.png) no-repeat;
  background-size: contain;
}

.area__name03:after {
  background: url(../img/area-icon03.png) no-repeat;
  background-size: contain;
}

.area__name04:after {
  background: url(../img/area-icon04.png) no-repeat;
  background-size: contain;
}

.area__name05:after {
  background: url(../img/area-icon05.png) no-repeat;
  background-size: contain;
}

.area__name06:after {
  background: url(../img/area-icon06.png) no-repeat;
  background-size: contain;
}

.area__name07:after {
  background: url(../img/area-icon07.png) no-repeat;
  background-size: contain;
}

.area__name08:after {
  background: url(../img/area-icon08.png) no-repeat;
  background-size: contain;
}

.area__name09:after {
  background: url(../img/area-icon09.png) no-repeat;
  background-size: contain;
}

.area__name10:after {
  background: url(../img/area-icon10.png) no-repeat;
  background-size: contain;
}

.area__name11:after {
  background: url(../img/area-icon11.png) no-repeat;
  background-size: contain;
}

.area__img {
  width: 100%;
  margin-top: -140px;
  position: relative;
  z-index: 2;
  margin-bottom: 97px;
}

.work {
  padding-top: 100px;
  margin-top: 102px;
  background-color: #f3f3f3;
  margin-bottom: 111px;
  padding-bottom: 76px;
}

.work__inner {
  max-width: 1100px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}

.work__title {
  text-align: center;
  font-size: 34px;
  line-height: 1.411;
  letter-spacing: .1em;
  font-weight: 700;
  margin-bottom: 81px;
}

.work__item {
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  gap: 40px;
  padding-right: 40px;
}

.work__item._reverse {
  flex-direction: row-reverse;
  padding-right: 0;
  padding-left: 40px;
}

.work__item+.work__item {
  margin-top: 80px;
}

.work__img {
  width: 38%;
  flex-shrink: 0;
}

.work__img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  border-radius: 10px 0 0 10px;
}

.work__sub {
  color: #86c22a;
  font-size: 26px;
  line-height: 1.69;
  margin-top: 40px;
  font-weight: 700;
  letter-spacing: .1em;
  margin-bottom: 5px;
}

.work__txt01 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.87;
  letter-spacing: .1em;
  margin-bottom: 20px;
}

.work__txt02 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.87;
  letter-spacing: .1em;
  margin-bottom: 30px;
}

.work__btn {
  max-width: 422px;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 60px;
}

.work__btn:before {
  right: 18%;
}

.work__btn:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 13%;
  transform: translateY(-50%);
}

.work__btn01:after {
  width: 36px;
  height: 22px;
  background: url(../img/car-icon.png) no-repeat;
  background-size: contain;
}

.work__btn02:after {
  width: 27px;
  height: 27px;
  background: url(../img/hospital-icon.png) no-repeat;
  background-size: contain;
}

.work__btn03:after {
  width: 31px;
  height: 31px;
  background: url(../img/diagnose-icon.png) no-repeat;
  background-size: contain;
}

.interview {
  margin-top: 102px;
  background: linear-gradient(90deg, #f2ffe7 0%, #f2ffe7 72.63%, #fff 72.63%, #fff 100%);
  padding-bottom: 95px;
}

.interview__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  justify-content: space-between;
  margin-top: -170px;
  z-index: 15;
  position: relative;
}

.interview__item {
  width: 41.8%;
  position: relative;
}

.interview__item:nth-child(2) {
  margin-top: 400px;
  transform: translate(-37px);
}

.interview__item:nth-child(3) {
  margin-top: -300px;
}

.interview__item:nth-child(4) {
  margin-top: 100px;
  transform: translate(-37px);
}

.interview__item:nth-child(5) {
  margin-top: -280px;
}

.interview__title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 29px;
  letter-spacing: .1em;
  background-color: #4cb42c;
  color: #fff;
  z-index: 5;
}

.interview__body {
  background-color: #fff;
  padding: 45px 17px 16px 40px;
  position: relative;
  margin-top: -27px;
  margin-right: -37px;
  margin-left: 37px;
  box-shadow: 0 8px 14px #6a8c351f;
}

.interview__body:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 166px;
  height: 61px;
  background: url(../img/interview_bg.png) no-repeat;
  background-size: contain;
  top: 50px;
  left: 0;
  transform: translateY(-50%);
}

.interview__voice {
  font-size: 16px;
  line-height: 1.545;
  margin-bottom: 40px;
}

.interview__link {
  border-radius: 5px;
  font-size: 16px;
  line-height: 1;
  padding: 16px 46px;
  border: 2px solid #86c22a;
  box-shadow: 0 4px 8px #1e1e1e1f;
  max-width: 320px;
  width: 90%;
  margin-left: auto;
}

.interview__link a {
  color: #84c857;
  width: 100%;
  display: block;
  position: relative;
}

.interview__link a:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 21px;
  height: 26px;
  background: url(../img/interview-icon01.png) no-repeat;
  background-size: contain;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
}

.interview__link a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 3px #84c857;
  border-right: solid 3px #84c857;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translatey(-50%) rotate(45deg);
}

.interview__btn {
  width: 100%;
  max-width: 100%;
  margin-left: 37px;
  margin-top: 30px;
  padding-right: 0%;
  position: relative;
}

.interview__btn:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 36px;
  height: 22px;
  background: url(../img/car-icon.png) no-repeat;
  background-size: contain;
  top: 50%;
  left: 8%;
  border: none;
  transform: translateY(-50%);
}

.interview__btn:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  right: 12%;
  top: 50%;
  transform: translatey(-50%) rotate(45deg);
}

.interview__btn02:before {
  width: 27px;
  height: 27px;
  background: url(../img/hospital-icon.png) no-repeat;
  background-size: contain;
}

.point {
  background-color: #fffde3;
  padding-top: 100px;
  padding-bottom: 20px;
  margin-bottom: 116px;
}

.point__inner {
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
}

.point__title {
  text-align: center;
  font-size: 34px;
  letter-spacing: .1em;
  line-height: 1.6;
  margin-bottom: 155px;
  font-weight: 700;
}

.point__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.point__item {
  width: 30.9%;
  background-color: #fff;
  margin-bottom: 98px;
  padding: 0 30px 23px;
  border-radius: 10px;
}

.point__item._none {
  height: 0;
  padding: 0;
}

.point__icon {
  width: 134px;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.point__sub {
  text-align: center;
  margin-top: -40px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .1em;
  color: #fb9426;
}

.point__txt {
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: .05em;
}

.flow {
  margin-top: 102px;
  background-color: #f3ffe9;
  padding-top: 81px;
  padding-bottom: 80px;
}

.flow__inner {
  max-width: 1030px;
  padding-left: 35px;
  padding-right: 35px;
  margin-left: auto;
  margin-right: auto;
}

.flow__title {
  text-align: center;
  font-size: 34px;
  letter-spacing: .1em;
  line-height: 1.6;
  margin-bottom: 66px;
  font-weight: 700;
}

.flow__list {
  display: flex;
  justify-content: space-between;
}

.flow__item {
  width: 30.5%;
  background: #fff;
  border: 4px solid #5dcd38;
  padding: 21px 18px 16px;
}

.flow__arow {
  width: 20px;
  margin-top: 115px;
}

.flow__num {
  background-color: #5dcd38;
  text-align: center;
  font-size: 30px;
  font-weight: 700px;
  color: #fff;
  text-transform: uppercase;
  padding: 13px;
  line-height: 1;
}

.flow__sub {
  font-size: 25px;
  text-align: center;
  line-height: 1.3;
  letter-spacing: .1em;
  color: #5dcd38;
  margin-top: 28px;
  margin-bottom: 30px;
  font-weight: 700;
}

.flow__txt {
  line-height: 1.6;
  letter-spacing: .1em;
}

.icon {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 25px;
  padding-left: 25px;
  padding-top: 26px;
}

.icon__title {
  font-size: 34px;
  letter-spacing: .1em;
  line-height: 1.41;
  text-align: center;
  color: #fff;
  width: 100%;
  background-color: #9cc920;
  padding: 23px;
  font-weight: 700;
}

.icon__list01, .icon__list02 {
  background-color: #f4fcde;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  padding: 45px 50px 49px;
  flex-wrap: wrap;
}

.icon__title {
  margin-top: 84px!important;
}

.icon__item01, .icon__item02 {
  background-color: #fff;
  border-radius: 5px;
  border: 2px solid #86c22a;
  text-align: center;
}

.icon__item01 {
  width: 22.72%;
  padding-top: 28px;
  padding-bottom: 31px;
}

.icon__img01 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 19px;
}

.icon__img01-1 {
  width: 60px;
  height: 37px;
}

.icon__img01-2 {
  width: 44px;
  height: 45px;
}

.icon__img01-3 {
  width: 46px;
  height: 45px;
}

.icon__img01-4 {
  width: 39px;
  height: 50px;
}

.plus-icon {
  width: 28px;
  display: flex;
  align-items: center;
}

.icon-list-plus {
  display: contents;
}

.icon__img02-1 {
  width: 37px;
  height: 45px;
}

.icon__img02-2 {
  width: 36px;
  height: 45px;
}

.icon__img02-3 {
  width: 38px;
  height: 52px;
}

.icon__img02-4 {
  width: 37px;
  height: 45px;
}

.icon__img02-5 {
  width: 32px;
  height: 48px;
}

.icon__txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 45PX;
  font-weight: 700;
}

.icon__item02 {
  width: 17%;
  padding-top: 25px;
  padding-bottom: 35px;
}

.icon__img02 {
  width: 37px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.cvArea {
  margin-top: 237px;
  width: 95%;
  max-width: 1460px;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}

.cvArea .recruit__btn02 {
  margin-top: 26px;
}

.cvArea__body {
  width: 36.23%;
}

.cvArea__img {
  width: 43.8%;
  margin-left: auto;
  position: relative;
}

.cvArea__img02 {
  position: absolute;
  width: 308px;
  bottom: 70px;
  left: 0;
  transform: translate(-83%);
}

.cvArea__title {
  font-size: 34px;
  font-size: min(2.7vw, 34px);
  line-height: 1.6;
  letter-spacing: .05em;
  font-weight: 700;
  margin-bottom: 34px;
  white-space: nowrap;
}

.cvArea__sub {
  font-size: 28px;
  line-height: 1.3;
  color: #86c22a;
  letter-spacing: .05em;
  margin-bottom: 22px;
}

.cvArea__txt {
  font-size: 18px;
  margin-bottom: 83px;
  white-space: nowrap;
}

.jobsArea {
  background-color: #f0f1f3;
}

.jobsArea__title {
  font-size: 34px;
  letter-spacing: .1em;
  line-height: 1.41;
  text-align: center;
  width: 100%;
  background-color: #fff;
  padding-bottom: 55px;
  font-weight: 700;
}

button.ndGo {
  color: #8ebe20;
  width: 200px;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  background-color: #fff;
  border: 1.5px solid #8ebe20;
  border-radius: 4px;
  margin: 0 auto;
}

.flagNew {
  display: inline-block;
  padding: 0;
  background-color: none;
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: url(../img/new-bg.png) no-repeat;
  background-size: contain;
  top: 0;
  left: 0;
}

.flagNew:before {
  display: none;
}

.jobDescription {
  height: 105px;
  -webkit-box-orient: inherit;
}

.jobsListArea {
  max-width: 1050px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 89px;
}

.occupationInfo .occupation, .occupationInfo .employType {
  color: #5b5b5b;
}

.division.opt {
  font-size: 16px;
  border: solid 2px #8ebe20;
  color: #8ebe20;
  padding-top: 0;
  border-radius: 2px;
  line-height: 1.3;
}

.tagBox span {
  font-size: 14px;
  background-color: #fff;
  color: #ff9630;
  border: 1px solid #ff9630;
  margin: 0 0 6px;
  padding: 4px 10px;
  border-radius: 5px;
}

.jobsTerms th, .jobsTerms td {
  font-size: 14px;
  color: #5b5b5b;
}

.tagBox {
  display: inherit;
  height: 120px;
}

.job-btn {
  margin-top: 30px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

.job-btn:before {
  right: 22%;
}

.job-btn a {
  color: #fff;
}

.cvArea-sp {
  display: none;
  padding-top: 116px;
  padding-left: 25px;
  padding-right: 25px;
}

.cvArea-sp__title {
  font-size: 21px;
  letter-spacing: .1em;
  line-height: 1.47;
  margin-bottom: 14px;
  font-weight: 700;
}

.cvArea-sp__sub {
  font-size: 17px;
  color: #86c22a;
  line-height: 1.411;
  margin-bottom: 14px;
  font-weight: 700;
}

.cvArea-sp__txt {
  font-size: 15px;
  margin-bottom: 30px;
}

.cvArea-sp__img02 {
  width: 58.13%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 11px;
}

.cvArea-sp__img {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 55px;
}

.cvArea-sp__recruitBtn .recruit__btn01 {
  margin-bottom: 22px;
}

.cvArea-sp__recruitBtn .recruit__btn02 {
  margin-bottom: 73px;
}

@media screen and (max-width: 992px) {
  .fv__catch_internal {
    position: relative;
    left: 0;
    top: 315px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 0;
  }
  .recruitBtn-inner_hy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
    gap: 23px;
    margin: 120px 0 30px 0;
  }
  .as_btn001 {
    margin: 160px 0 0px 0;
  }
  .as_btn003 {
    margin: 0px 0px 20px 0;
  }
  .mv {
    padding-top: 61.5px;
    width: 100%;
    padding-bottom: 0;
    margin-left: auto;
    overflow-y: hidden;
    border-radius: 0;
    position: relative;
    padding-right: 0;
    background: #fff;
  }
  .mv__catch {
    bottom: 30px;
  }
  .mv__15 {
    bottom: 6%;
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0%!important;
  }
  .mv__scroll {
    display: none;
  }
  .recruit__btn {
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
    height: 64px;
    font-size: 14px;
    padding-left: 67px;
    line-height: 1.5;
    letter-spacing: .001em;
  }
  .recruitBtn-inner {
    flex-direction: column;
    padding-left: 25px;
    padding-right: 25px;
    gap: 23px;
  }
  .recruitBtn-inner .recruit__btn {
    max-width: 325px;
    height: 64px;
    width: 100%;
  }
  .appeal {
    background: #fffee7;
    padding-bottom: 70px;
    margin-top: 100px;
  }
  .appeal__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
  .appeal__title-inner {
    background: linear-gradient(90deg, #fff 0%, #fff 94.4%, transparent 94.4%, transparent 100%);
    transform: translateY(-98%);
  }
  .appeal__title {
    padding-left: 25px;
    font-size: 24px;
    line-height: 1.416;
    padding-top: 24px;
    font-weight: 700;
    padding-bottom: 56px;
    letter-spacing: .1em;
    -webkit-text-decoration: 13px underline #d8f7ba;
    text-decoration: underline;
    -webkit-text-decoration: underline solid #d8f7ba;
    text-decoration: underline solid #d8f7ba;
    text-decoration-thickness: 13px;
    text-underline-offset: -7px;
  }
  .appeal__bg {
    height: 0;
  }
  .appeal__item {
    max-width: 800px;
    margin-left: auto;
    margin-top: -10px;
    padding-bottom: 60px;
    margin-right: calc(50% - 50vw);
  }
  .appeal__img {
    width: 72%;
    max-width: 337px;
    position: inherit;
    transform: none;
    margin-left: -25px;
    transform: translateY(-50%);
  }
  .appeal__sub, .appeal__txt {
    max-width: 83.33%;
    width: 83.33%;
    margin-left: auto;
    margin-right: auto;
  }
  .appeal__sub {
    font-size: 22px;
    line-height: 1.09;
    padding-top: 70px;
    padding-bottom: 30px;
    font-weight: 700;
    margin-top: -130px;
  }
  .appeal__txt {
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 30px;
  }
  .appeal__description {
    padding-right: 0;
    width: 83.33%;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 1.66;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .appeal__btn {
    width: 83.33%;
    max-width: 83.33%;
    padding-top: 18px;
    padding-bottom: 18px;
    line-height: 2;
  }
  .appeal__btn:before {
    right: 5%;
  }
  .appeal__btn:after {
    width: 30px;
    height: 19px;
    left: 5%;
  }
  .appeal__btn02:after {
    width: 20px;
    height: 20px;
  }
  .appeal__btn03:after {
    width: 25px;
    height: 25px;
  }
  .interview {
    margin-top: 46px;
    background: linear-gradient(90deg, #f2ffe7 0%, #f2ffe7 67%, #fff 67%, #fff 100%);
    padding-bottom: 60px;
  }
  .interview .appeal__title-inner {
    transform: translateY(-57%);
  }
  .interview__list {
    padding-left: 25px;
    padding-right: 25px;
    flex-direction: column;
    margin-top: -140px;
    z-index: 15;
    position: relative;
    padding-top: 70px;
  }
  .interview__item {
    width: 100%;
  }
  .interview__item:nth-child(1) {
    margin-top: 0;
  }
  .interview__item:nth-child(2) {
    margin-top: 60px;
    transform: translate(0);
  }
  .interview__item:nth-child(3) {
    margin-top: 60px;
  }
  .interview__item:nth-child(4) {
    margin-top: 60px;
    transform: translate(0);
  }
  .interview__item:nth-child(5) {
    margin-top: 60px;
  }
  .interview__title {
    padding: 5px 11px;
    font-size: 15px;
  }
  .interview__body {
    padding: 35px 25px 20px 11px;
    letter-spacing: .1em;
    margin-right: 0;
    margin-left: auto;
    width: 91.66%;
  }
  .interview__body:after {
    width: 99px;
    height: 37px;
    background: url(../img/interview_bg.png) no-repeat;
    background-size: contain;
    top: 30px;
    left: 0;
  }
  .interview__voice {
    font-size: 15px;
    line-height: 1.545;
    margin-bottom: 23px;
  }
  .interview__img {
    width: 72.15%;
  }
  .interview__link {
    font-size: 14px;
    padding: 18px 18px 18px 30px;
    max-width: 250px;
    width: 95%;
    border-radius: 20px;
  }
  .interview__link a:before {
    width: 18px;
    height: 22px;
    left: -17px;
  }
  .interview__link a:after {
    width: 10px;
    height: 10px;
    border-top: solid 2px #84c857;
    border-right: solid 2px #84c857;
    right: -3px;
  }
  .interview__btn {
    width: 100%;
    max-width: 325px;
    margin-left: 0;
    margin-top: 30px;
    padding-left: 20px;
  }
  .interview__btn:before {
    width: 30px;
    height: 18px;
    left: 8%;
    transform: translateY(-50%);
  }
  .interview__btn:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    position: absolute;
    right: 7%;
    top: 50%;
    transform: translatey(-50%) rotate(45deg);
  }
  .interview__btn02:before {
    width: 27px;
    height: 27px;
    background: url(../img/hospital-icon.png) no-repeat;
    background-size: contain;
  }
  .cvArea {
    display: none;
  }
  .cvArea-sp {
    display: block;
  }
  .footer-btnSp {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-left: 25px;
    font-weight: 700;
    padding-top: 19px;
    padding-bottom: 19px;
    position: relative;
    margin-bottom: 46px;
  }
  .footer-btnSp:before {
    content: "";
    width: 27px;
    height: 22px;
    background: url(../img/ham.png) no-repeat;
    background-size: contain;
    position: absolute;
    border: none;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
  }
  ;
}

@media screen and (max-width: 768px) {
  .l-content {
    /*     margin-top: 330px; */
  }
  .concept_img img {
    display: block;
    margin: 5%!important;
    width: 94%!important;
  }
  .icon {
    transform: initial!important;
  }
  .icon__txt {
    font-size: 0.8em!important;
    margin-top: -4px!important;
    line-height: 1.3em;
  }
  .as-btn-sec {
    margin: 280px 0 0;
  }
  .mv__catch {
    position: relative;
    bottom: 0;
    z-index: 99;
    left: 0;
    padding-bottom: 0px;
    margin-top: 0px;
  }
  .mv__15 {
    /*     display: none; */
    min-width: 20%;
    bottom: 6%;
    right: 6%;
  }
  .mv__catch03 {
    padding: 0 0 0 6.66%;
    font-weight: 700;
    font-size: 18px;
    font-size: min(4.8vw, 28px);
    line-height: 1.8;
    letter-spacing: .1em;
    text-align: left;
  }
  .mv__catch01, .mv__catch02 {
    padding: 0 0 0 6.66%;
    margin-top: 0;
    color: #5acf13;
    font-size: 36px;
    font-size: min(9.6vw, 45px);
    line-height: 1.5;
    letter-spacing: .1em;
    text-align: left;
  }
  .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    text-align: center;
    padding-left: 6.66%;
    bottom: -5px!important;
  }
  .important {
    width: 86.66%;
  }
  .important__top {
    display: block;
  }
  .important__title {
    font-size: 24px;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 24px;
    white-space: inherit;
  }
  .important__txt {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .15em;
    margin-top: 24px;
  }
  .important__txt+.important__txt {
    margin-top: 15px;
  }
  .important__img {
    width: 91.38%;
    margin-left: auto;
    margin-right: auto;
  }
  .important__img02 {
    margin-top: 70px;
  }
  .icon_independent {
    margin: 30px 0;
    width: 100%;
  }
  .icon_internal {
    margin: 30px 0;
    width: 100%;
  }
  .icon_dental {
    margin: 30px 0;
    width: 100%;
  }
  .icon_hy {
    margin: 30px 0;
    width: 100%;
  }
  .icon_as {
    margin: 60px 0;
    width: 100%;
  }
  .icon_nurse {
    margin: 60px 0;
    width: 100%;
  }
  .area {
    padding-left: 25px;
    padding-right: 25px;
  }
  .area__title {
    padding-bottom: 30px!important;
    font-size: 22px;
    margin: 80px 0 0 0!important;
  }
  .area__img-sp {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 24px;
  }
  @media screen and (max-width: 768px) {
    .area__img-sp {
      padding-top: 90px;
    }
  }
  .area__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 5;
    position: relative;
    margin: 0px 6%;
  }
  .area__item {
    width: 100%;
    margin-bottom: 29px;
  }
  .area__area {
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .area__name {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.46;
    margin-top: 23px;
    letter-spacing: .075em;
    position: relative;
    display: inline-block;
    margin-right: 12px;
  }
  .area-sp-icon {
    display: inline-block!important;
  }
  .area-sp-icon {
    width: 75px;
    height: 22px;
  }
  .work {
    padding-top: 72px;
    margin-top: 60px;
    background-color: #f3f3f3;
    margin-bottom: 50px;
    padding-bottom: 81px;
  }
  .work__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
  .work__title {
    font-size: 22px;
    line-height: 1.416;
    margin-bottom: 45px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .work__item {
    flex-direction: column;
    gap: 0;
    padding-right: 0;
  }
  .work__item._reverse {
    flex-direction: column;
    padding-right: 0;
    padding-left: 0;
  }
  .work__item+.work__item {
    margin-top: 45px;
  }
  .work__img {
    width: 100%;
  }
  .work__img img {
    height: auto!important;
  }
  .work__img img {
    border-radius: 10px 10px 0 0;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .work__sub, .work__txt01, .work__txt02 {
    width: 84.61%;
    margin-left: auto;
    margin-right: auto;
  }
  .work__sub {
    font-size: 22px;
    line-height: 1;
    margin-top: 18px;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 15px;
  }
  .work__txt01 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55;
    margin-bottom: 30px;
  }
  .work__txt02 {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 28px;
    letter-spacing: .1em;
  }
  .work__btn {
    max-width: 325px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    margin-bottom: 60px;
  }
  .work__btn:before {
    right: 10%;
  }
  .work__btn:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
  }
  .work__btn01:after {
    width: 30px;
    height: 19px;
    background: url(../img/car-icon.png) no-repeat;
    background-size: contain;
  }
  .work__btn02:after {
    width: 20px;
    height: 20px;
    background: url(../img/hospital-icon.png) no-repeat;
    background-size: contain;
  }
  .work__btn03:after {
    width: 25px;
    height: 25px;
    background: url(../img/diagnose-icon.png) no-repeat;
    background-size: contain;
  }
  .point {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
  .point__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
  .point__title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 34px;
  }
  .point__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .point__item {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 15px;
    border-radius: 20px;
    position: relative;
  }
  .point__icon {
    width: 60px;
    transform: translateY(0);
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    top: 0;
  }
  .point__sub {
    text-align: left;
    padding-left: 55px;
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 20px;
    letter-spacing: .0001em;
  }
  .point__txt {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .03em;
  }
  .flow {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 42px;
  }
  .flow__title {
    font-size: 24px;
    margin-bottom: 29px;
  }
  .flow__list {
    flex-direction: column;
  }
  .flow__item {
    width: 100%;
    background: #fff;
    border: 4px solid #5dcd38;
    padding: 21px 18px 16px;
  }
  .flow__arow {
    width: 20px;
    transform: rotate(90deg);
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .flow__num {
    font-size: 18px;
    padding: 13px;
    line-height: 1;
    max-width: 264px;
    margin-left: auto;
    margin-right: auto;
  }
  .flow__sub {
    font-size: 18px;
    margin-top: 14px;
    margin-bottom: 16px;
  }
  .flow__txt {
    line-height: 1.6;
    letter-spacing: .1em;
  }
  .icon__item01 {
    width: 48%;
    padding-top: 11px;
    padding-bottom: 10px;
    margin-bottom: 18px;
  }
  .icon__title {
    font-size: 24px;
    padding: 14px;
  }
  .plus-icon {
    display: none;
  }
  .icon__item01._icon {
    position: relative;
  }
  .icon__item01._icon:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    background: url(../img/plus-icon.png) no-repeat;
    background-size: contain;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .icon__list01, .icon__list02 {
    border-radius: 10px;
    padding: 25px 12px;
  }
  .icon__img01 {
    margin-bottom: 9px;
    scale: .7;
  }
  .icon__list02 {
    justify-content: center;
    gap: 3%;
  }
  .icon__item02 {
    width: 30%;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 9px;
  }
  .icon__img02 {
    scale: .7;
    margin-bottom: 9px;
  }
  .icon__txt {
    font-size: 13px;
    margin-top: -10px;
  }
  .jobDescription {
    height: auto;
    -webkit-box-orient: inherit;
  }
  .jobsListArea {
    padding-bottom: 50px;
  }
  .jobsArea {
    margin-top: 101px;
  }
  .jobsArea__title {
    font-size: 24px;
    padding-bottom: 31px;
  }
  .ndTitle {
    padding-top: 100px!important;
  }
  .ndTitle {
    margin-bottom: 22px;
    font-size: 15px;
    margin-left: 0;
    text-align: center;
    font-weight: 700;
  }
  .ndArea {
    width: 86.66%;
    margin-left: auto;
    margin-right: auto;
    padding: 23px 25px 21px;
  }
  .ndArea__p {
    font-weight: 700;
    font-size: 15px;
    padding-bottom: 8px;
    margin-top: 18px;
  }
  .narrowingDown input.tab+label {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    padding-left: 0%;
  }
  .narrowingDown input.tab:checked~.ndContent {
    max-height: 50em;
  }
  .ndContent input[type=checkbox]+label {
    padding: 0 0 0 30px;
    font-size: 14px;
  }
  .ndContent input[type=checkbox]+label:before {
    top: 25px;
  }
  .narrowingDown input.tab[type=checkbox]+label {
    border-bottom: 1px solid #ccc;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 500;
    font-size: 14px;
  }
  .narrowingDown input.tab[type=checkbox]+label:after {
    top: 15px;
  }
  .ndContent input[type=checkbox]:checked+label:before {
    background-color: #8ebe20;
    border-color: #8ebe20;
  }
  .ndContent input[type=checkbox]:checked+label:after {
    width: 10px;
    height: 5px;
    left: 11px;
    top: 23px;
  }
  .ndContent input[type=checkbox]+label {
    padding: 2px 0 0 35px;
  }
  .ndContent input[type=checkbox]+label:before {
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #ccc;
    left: 5px;
  }
  input[type=radio]:checked+.areaRadio:after {
    opacity: 1;
  }
  .ndContent .areaRadio {
    padding: 5px 5px 5px 25px;
  }
  .ndContent .areaRadio:before {
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #ccc;
  }
  input[type=radio]:checked+.areaRadio:before {
    border: none;
    background-color: #8ebe20;
    border-color: #8ebe20;
  }
  .ndContent .areaRadio:after {
    content: "";
    display: block;
    width: 10px;
    height: 5px;
    box-sizing: border-box;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    background: transparent;
    border-radius: 0;
    position: absolute;
    top: 56%;
    left: 6px;
    transform: rotate(-45deg) translateY(-50%);
  }
  ;
}

@media screen and (max-width: 350px) {
  .recruit__btn {
    font-size: 12px;
    padding-left: 50px;
  }
  .appeal__btn {
    padding-left: 10px;
  }
  .interview__btn {
    font-size: 12px;
  }
  ;
}

@media screen and (max-width: 1560px) {
  .cvArea__img02 {
    transform: translate(-93%)!important;
  }
  ;
}

@media screen and (max-width: 1200px) {
  .cvArea__recruitBtn .recruit__btn {
    font-size: 15px;
  }
  ;
}

@media screen and (min-width: 769px) {
  button.ndGo {
    color: #8ebe20;
    width: 240px;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    background-color: #fff;
    border: 3px solid #8ebe20;
    border-radius: 4px;
    margin: 0 auto;
    height: 55px;
  }
  .jobsArea {
    margin-top: 200px;
    background-color: #f0f1f3;
    margin-bottom: 100px;
  }
  .ndArea {
    padding: 80px 90px;
  }
  .jobsArea__title {
    font-size: 34px;
    letter-spacing: .1em;
    line-height: 1.41;
    text-align: center;
    width: 100%;
    background-color: #fff;
    padding-bottom: 55px;
  }
  .ndTitle {
    padding-top: 200px!important;
  }
  .ndTitle {
    text-align: center;
    display: block;
    margin-bottom: 22px;
    font-size: 20px;
    font-weight: 700;
  }
  .ndContentTitle {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 0;
    padding-left: 0;
  }
  .ndContent ul {
    margin-left: 0;
  }
  .ndContent input[type=checkbox]:checked+label:after {
    left: 5px;
  }
  .narrowingDown:first-of-type {
    border-top: none;
  }
  .ndContent {
    display: block;
  }
  .ndContent.occupation ul li, .ndContent ul li {
    width: 20%;
    margin: 4px 0;
  }
  .ndContent input[type=checkbox]:checked+label:before {
    background-color: #8ebe20;
    border-color: #8ebe20;
  }
  .ndContent input[type=checkbox]:checked+label:after {
    width: 10px;
    height: 5px;
    left: 6px;
    top: 16px;
  }
  .ndContent input[type=checkbox]+label {
    padding: 2px 0 0 25px;
  }
  .ndContent input[type=checkbox]+label:before {
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #ccc;
  }
  input[type=radio]:checked+.areaRadio:after {
    opacity: 1;
  }
  .ndContent .areaRadio {
    padding: 5px 5px 5px 25px;
  }
  .ndContent .areaRadio:before {
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #ccc;
  }
  input[type=radio]:checked+.areaRadio:before {
    border: none;
    background-color: #8ebe20;
    border-color: #8ebe20;
  }
  .ndContent .areaRadio:after {
    content: "";
    display: block;
    width: 10px;
    height: 5px;
    box-sizing: border-box;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    background: transparent;
    border-radius: 0;
    position: absolute;
    top: 55%;
    left: 6px;
    transform: rotate(-45deg) translateY(-50%);
  }
  .narrowingDown {
    border-bottom: .5px solid #ccc;
  }
  .narrowingDown.last {
    border: none;
  }
  label.areaRadio {
    white-space: nowrap;
  }
  ;
}

.fv {
  width: calc(100% - 208px);
  padding-top: 64px;
  position: relative;
}

.fv__catch {
  /* position: absolute; */
  /* left: 21.04%; */
  /* bottom: 18%; */
  margin: 0 13%;
}

.fv__catch_internal {
  position: absolute;
  left: 10.04%;
  bottom: 18%;
}

.fv__sub {
  font-size: 28px;
  text-transform: uppercase;
  color: #8ebe20;
  letter-spacing: .1em;
  line-height: 1.6;
  font-weight: 700;
}

.fv__title {
  font-size: 36px;
  letter-spacing: .1em;
  line-height: 1.34;
  margin-top: 5px;
  font-weight: 700;
}

.fv__btn {
  position: absolute;
  width: 11.77%;
  min-width: 150px;
  bottom: -75px;
  right: 63px;
}

.breadcrumb {
  margin-top: 23px;
  margin-bottom: 10px;
}

.way {
  max-width: 1050px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 133px;
}

.way__title {
  font-size: 34px;
  line-height: 1.411;
  color: #75c53b;
  text-align: center;
  margin-bottom: 0px;
  letter-spacing: .06em;
  font-weight: 700;
}

.way__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px 15% 80px 15%;
}

.way__btn {
  text-align: left;
  padding-left: 19px;
  padding-top: 12px;
  padding-bottom: 12px;
  line-height: 1.5;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.way__btn:before {
  right: 17px;
}

.way__btn02 {
  display: block;
  line-height: 1.2;
}

.way__btn02 span {
  font-size: 14px;
  display: inline;
}

.way__btn03 {
  border: 2px solid #8ace48;
  background-color: #fff;
  color: #8ace48;
}

.way__btn03:before {
  border-top: solid 3px #8ace48;
  border-right: solid 3px #8ace48;
}

.outpatient {
  margin-bottom: 0px!important;
  position: relative;
}

.outpatient__img {
  width: 100%;
  min-height: 572px;
}

.outpatient__body {
  max-width: 500px;
  width: 98%;
  position: absolute;
  top: 91px;
  left: 50%;
}

.outpatient__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .01em;
  margin-bottom: 41px;
}

.outpatient__txt {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: .06em;
  margin-bottom: 30px;
}

.outpatient__sub {
  color: #fff;
  background-color: #9ed654;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 700;
  width: 100%;
  letter-spacing: .06em;
}

.outpatient__discription {
  padding: 10px 22px;
  border: 2px solid #9ed654;
  margin-bottom: 14px;
	background-color: #fff;
}

.outpatient02 {
  background-color: #f3ffe9;
  padding-top: 68px;
  padding-bottom: 0!important;
}

.outpatient02__title {
  font-size: 34px;
  line-height: 1.411;
  color: #75c53b;
  text-align: center;
  margin-bottom: 46px;
  letter-spacing: .06em;
  font-weight: 700;
}

.outpatient02__item {
  width: 81.35%;
  background-color: #fff;
}

.outpatient02__item:first-child {
  margin-left: auto;
}

.outpatient02__inner {
  max-width: 1050px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: 75px;
  display: flex;
  gap: 45px;
}

.outpatient02__inner._reverse {
  flex-direction: row-reverse;
  margin-left: auto;
  margin-right: 75px;
  margin-top: 108px;
}

.outpatient02__img {
  width: 550px;
  height: 360px;
}

.outpatient02__sub {
  padding-top: 47px;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: .06em;
}

.outpatient02__txt {
  line-height: 1.87;
  letter-spacing: .09em;
  padding-bottom: 20px;
}

.way02 {
  padding-left: 25px;
  padding-right: 25px;
  max-width: 1050px;
  margin: 101px auto 120px;
}

.way02__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .01em;
  margin-bottom: 81px;
  text-align: center;
}

.way02__list {
  display: flex;
  justify-content: space-between;
}

.way02__item {
  width: 48%;
}

.way02__container {
  border: 3px solid #c6e695;
  border-top: none;
}

.way02__sub {
  background: #8ace48;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .06em;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}

.way02__sub:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 28px;
  height: 28px;
  top: 50%;
  left: 22%;
  transform: translateY(-50%);
}

.way02__sub01:before {
  background: url(../img/way01.png) no-repeat;
  background-size: contain;
}

.way02__sub02:before {
  background: url(../img/way02.png) no-repeat;
  background-size: contain;
}

.way02__top {
  width: 91%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 26px;
}

.way02__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 10px;
  margin-top: 14px;
}

.way02__small {
  width: 48.8%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding-top: 16px;
  padding-bottom: 16px;
  border: 3px solid #c6e695;
  border-radius: 5px;
    background-color: #fff;
}

.way02__note {
  margin-top: 10px;
  display: block;
  font-size: 14px;
}

.way02__green {
  color: #6fb52c;
  font-size: 20px;
  background: #f1fede;
  padding-top: 13px;
  padding-bottom: 12px;
  text-align: center;
  font-weight: 700;
}

.way02__middle {
  width: 91%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 22px;
}

.way02__item:first-child .way02__middle {
  margin-top: 147px!important;
}

.way02__bottom {
  width: 91%;
  margin-left: auto;
  margin-right: auto;
}

.way02__bottomTitle {
  background: #8ace48;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .06em;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.way02__bottomTxt {
  font-size: 16px;
  letter-spacing: .001em;
}

.way02__bottomTxt+.way02__bottomTxt {
  margin-top: 16px;
  margin-bottom: 30px;
}

.way02__item:first-child .way02__bottomTitle {
  margin-top: 20px!important;
}

.point02 {
  background-color: #fffde3;
  padding-top: 100px;
  padding-bottom: 100px;
}

.point02__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  padding-left: 25px;
  padding-right: 25px;
}

.point02__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .01em;
  margin-bottom: 60px;
  text-align: center;
}

.point02__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 31px;
  flex-wrap: wrap;
}

.point02__item {
  width: 31%;
  background-color: #fff;
  font-size: 22px;
  color: #fb9426;
  font-weight: 700;
  padding-top: 35px;
  padding-bottom: 35px;
  padding-left: 55px;
  text-align: center;
  border-radius: 10px;
  position: relative;
}

.point02__item:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translateY(-50%);
}

.point02__item01:before {
  background: url(../img/point02-01.png) no-repeat;
  background-size: contain;
  width: 52px;
  height: 60px;
}

.point02__item02:before {
  background: url(../img/point02-02.png) no-repeat;
  background-size: contain;
  width: 49px;
  height: 55px;
}

.point02__item03:before {
  background: url(../img/point02-03.png) no-repeat;
  background-size: contain;
  width: 56px;
  height: 50px;
}

.point02__small {
  text-align: center;
  line-height: 2;
  margin-bottom: 30px;
}

.point02__inner {
  background-color: #fff;
  padding-top: 81px;
  padding-bottom: 62px;
  width: 100%;
  text-align: center;
}

.point02__txt {
  line-height: 2;
  letter-spacing: .06em;
  margin-bottom: 30px;
}

.point02__btn {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(145deg, rgba(3, 0, 0, .35), rgba(255, 255, 255, .35)), #fb9426;
  background-blend-mode: overlay;
  border-radius: 5px;
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 80px;
}

.point02__btn:before {
  right: 25%;
}

.point02__small02 {
  font-size: 14px;
  line-height: 1.42;
  margin-top: 25px;
  margin-bottom: 42px;
  display: block;
}

.point02__txt02 {
  font-size: 24px;
  letter-spacing: .06em;
  color: #fe921e;
  line-height: 1.83;
}

.institution {
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  padding: 120px 25px 90px;
}

.institution__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .01em;
  margin-bottom: 55px;
  text-align: center;
}

.institution__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.institution__img {
  width: 31.5%;
  margin-bottom: 30px;
}

.institution__img img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.way03 {
  position: relative;
}

.way03__img {
  width: 100%;
  min-height: 608px;
}

.way03__body {
  position: absolute;
  top: 120px;
  left: 44.79%;
  background-color: #fff;
  padding: 84px 25px 77px 78px;
  width: 55.21%;
}

.way03__title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: .01em;
  margin-bottom: 20px;
  color: #fb9426;
}

.way03__inner {
  max-width: 740px;
}

.way03__txt {
  font-size: 16px;
  line-height: 1.875;
}

.way03__txt+.way03__txt {
  margin-top: 16px;
}

.icon_as {
  margin-top: 70px;
}

.icon {
  max-width: 1150px;
}

.icon__title {
  background-color: #73c93a;
  border-radius: 10px 10px 0 0;
  padding-top: 23px;
  padding-bottom: 24px;
}

.icon__list02 {
  background-color: #f3ffe9;
  padding-left: 50px;
  padding-right: 50px;
}

.icon__item02 {
  background: linear-gradient(45deg, rgba(3, 0, 0, .2), rgba(255, 255, 255, .2)), #73c93a;
  background-blend-mode: overlay;
  border: none;
  color: #fff;
  width: 18.7%;
  padding-bottom: 24px;
  padding-top: 24px;
}

.cvArea {
  margin-top: 237px;
  margin-bottom: 100px;
}

.cvArea-sp {
  padding-top: 104px;
}

.gnav__item-corp @media screen and (max-width: 1400px) {
  .fv__catch {
    left: 10.04%;
    bottom: 18%;
  }
  ;
}

@media screen and (max-width: 1270px) {
  .gnav__item-saiyo .gnav__item-saiyolast {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .news {
    display: inline-table!important;
    margin: 40px auto 60px 0;
  }
  .news__title {
    font-size: 34px!important;
    text-align: center;
    margin: 0 23% 10px 0!important;
  }
  .fv__catch.home-visit {
    top: -20px!important;
    display: block;
    z-index: 100;
    padding: 0px 0 0 53px;
    margin: 0;
    background-color: transparent!important;
  }
  .fv {
    width: 100%;
    padding-top: 61.5px;
  }
  .fv__catch {
    /* position: relative; */
    left: 0;
    top: 0;
    /* padding-left: 25px; */
    /* padding-right: 25px; */
    /* margin-top: 0%; */
  }
  .fv__img {
    position: relative;
  }
  .fv__sub {
    font-size: 13px;
    text-transform: uppercase;
    color: #8ebe20;
    margin-top: 11px;
    letter-spacing: .1em;
    line-height: 1.6;
  }
  .fv__title {
    font-size: 30px;
    letter-spacing: .1em;
    line-height: 1.33;
    margin-top: 8px;
    margin-bottom: 67px;
  }
  .fv__btn, .breadcrumb {
    display: none;
  }
  .way {
    margin-bottom: 27px;
  }
  .way_out {
    margin-bottom: 27px;
    margin-top: 270px;
  }
  .way_independent {
    margin-bottom: 27px;
    margin-top: 270px;
  }
  .way__title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .way__btn {
    width: 45.8%;
    padding-left: 10px;
    padding-top: 11px;
    padding-bottom: 11px;
    line-height: 1.5;
    font-size: 14px;
    min-height: 50px;
    margin-bottom: 23px;
  }
  .way__btn:before {
    right: 17px;
  }
  .way__btn02 {
    display: block;
    line-height: 1.3;
  }
  .way__btn02 span {
    font-size: 10px;
    display: inline;
  }
  .independent04__imgWrap {
    width: 95%!important;
  }
  .outpatient {
    margin-bottom: 35px;
  }
  .outpatient__img {
    min-height: auto!important;
  }
  .outpatient__body {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  .outpatient__title {
    font-size: 24px;
    margin-bottom: 35px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 22px;
  }
  .outpatient__txt {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: .02em;
    margin-bottom: 20px;
  }
  .outpatient__sub {
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 1;
  }
  .outpatient__discription {
    padding: 7px 11px;
    border: 2px solid #9ed654;
    margin-bottom: 22px;
    font-size: 15px;
  }
  .way02 {
    margin-top: 50px;
    margin-bottom: 53px;
  }
  .way02__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .02em;
    margin-bottom: 31px;
  }
  .way02__list {
    flex-direction: column;
    gap: 22px;
  }
  .way02__item {
    width: 100%;
  }
  .way02__sub {
    font-size: 18px;
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .way02__sub:before {
    width: 22px;
    height: 22px;
    left: 18%;
  }
  .way02__top {
    padding-top: 16px;
  }
  .way02__inner {
    gap: 6px 7px;
    margin-top: 9px;
  }
  .way02__small {
    width: 48%;
    font-size: 13px;
    font-weight: 700;
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .way02__note {
    margin-top: 7px;
    font-size: 10px;
  }
  .way02__green {
    font-size: 17px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .way02__middle {
    width: 91%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
  }
  .way02__item:first-child .way02__middle {
    margin-top: 27px!important;
  }
  .way02__bottom {
    width: 91%;
    margin-left: auto;
    margin-right: auto;
  }
  .way02__bottomTitle {
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .06em;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .way02__bottomTxt {
    font-size: 12px;
    letter-spacing: .001em;
  }
  .way02__bottomTxt+.way02__bottomTxt {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .way02__item:first-child .way02__bottomTitle {
    margin-top: 30px;
  }
  .point02 {
    padding-top: 31px;
    padding-bottom: 31px;
  }
  .point02__title {
    font-size: 24px;
    margin-bottom: 35px;
  }
  .point02__list {
    margin-bottom: 28px;
    gap: 19px;
  }
  .point02__item {
    width: 100%;
    height: 60px;
    font-size: 22px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 78px;
    text-align: left;
    position: relative;
    line-height: 60px;
  }
  .point02__item:before {
    left: 0;
  }
  .point02__item01:before {
    background: url(../img/point01-sp.png) no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
  }
  .point02__item02:before {
    background: url(../img/point02-02-sp.png) no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
  }
  .point02__item03:before {
    background: url(../img/point02-03-sp.png) no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
  }
  .point02__small {
    text-align: center;
    line-height: 2;
    margin-bottom: 25px;
    font-size: 12px;
  }
  .point02__inner {
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding: 20px 33px 15px;
  }
  .point02__txt {
    line-height: 1.5;
    letter-spacing: .03em;
    margin-bottom: 20px;
    font-size: 12px;
    text-align: left;
  }
  .point02__btn {
    width: 100%;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
  }
  .point02__btn:before {
    right: 15%;
  }
  .point02__small02 {
    line-height: 1.5;
    letter-spacing: .03em;
    font-size: 12px;
    text-align: left;
    margin-top: 19px;
    margin-bottom: 20px;
  }
  .point02__txt02 {
    font-size: 12px;
    letter-spacing: .06em;
    color: #fe921e;
    line-height: 1.83;
  }
  .way03__img {
    min-height: auto!important;
  }
  .way03__img {
    width: 80.13%;
    margin: 0 auto!important;
  }
  .way03__body {
    position: relative;
    top: 0;
    left: 0;
    padding: 35px 15px 50px 25px;
    width: 100%;
  }
  .way03__title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .way03__txt {
    font-size: 15px;
    line-height: 1.6;
  }
  .way03__txt+.way03__txt {
    margin-top: 15px;
  }
  ;
}

@media screen and (max-width: 768px) {
  .outpatient02 {
    padding-top: 34px;
    padding-bottom: 0;
  }
  .outpatient02__title {
    font-size: 24px;
    text-align: left;
    margin-bottom: 30px;
    letter-spacing: .01em;
    padding-left: 25px;
  }
  .outpatient02__title span {
    margin-left: -10px;
  }
  .outpatient02__item {
    width: calc(100% - 50px);
    margin-left: auto;
    margin-right: auto;
  }
  .outpatient02__img {}
  .outpatient02__txt {
    padding-bottom: 0;
  }
  .outpatient02__inner {
    padding-left: 22px;
    padding-right: 22px;
    margin-left: 0;
    flex-direction: column;
    gap: 24px;
  }
  .outpatient02__inner._reverse {
    flex-direction: column;
    margin-right: 0;
    margin-top: 121px;
  }
  .outpatient02__inner._reverse .outpatient02__img {
    transform: translateY(0);
    margin-top: 10px;
  }
  .outpatient02__sub {
    padding: 20px!important;
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: .06em;
  }
  .outpatient02__txt {
    line-height: 1.6;
    letter-spacing: .03em;
    font-size: 15px;
    padding: 20px!important;
  }
  .area {
    padding-top: 50px;
  }
  .institution {
    margin-top: 50px!important;
  }
  .institution__title {
    font-size: 19px;
    margin-bottom: 19px;
  }
  .institution__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .institution__img {
    width: 47.14%;
    margin-bottom: 15px;
  }
  .institution__img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
  }
  .icon {
    padding-top: 0;
  }
  .icon__title {
    background-color: #73c93a;
    border-radius: 10px 10px 0 0;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-top: 0;
    font-size: 22px;
  }
  .icon__list02 {
    padding-left: 11px;
    padding-right: 11px;
    padding-bottom: 9px;
  }
  .icon__item02 {
    background: linear-gradient(45deg, rgba(3, 0, 0, .2), rgba(255, 255, 255, .2)), #73c93a;
    background-blend-mode: overlay;
    border: none;
    color: #fff;
    width: 29.23%;
    padding-bottom: 6px;
    padding-top: 9px;
    font-size: 13px;
  }
  .cvArea-sp__recruitBtn {
    margin-bottom: 45px;
  }
  .cvArea-sp__recruitBtn .recruit__btn {
    margin-bottom: 22px;
  }
  ;
}

@media screen and (max-width: 430px) {
  .outpatient02__img {
    width: 100%;
    transform: translateY(50%);
    flex-shrink: 0;
    margin-top: -80px;
  }
  ;
}

@media screen and (max-width: 450px) {
  .point02__btn {
    font-size: 10px;
  }
  .point02__btn:before {
    right: 8%;
  }
  ;
}

@media screen and (max-width: 1366px) {
  .way03__img {
    min-height: 708px;
  }
  ;
}


/* 15th */

.fv__15th {
  text-transform: lowercase;
}

.brsp {
  display: none;
}

.aniversary_message {
  padding-top: 100px;
}

.aniversary_img {
  padding-right: 30%;
}

.achievement {
  background-color: #fffde3;
  margin-top: 0px;
  padding: 0px 0;
}

.achievement_container {
  padding: 0px 40px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
}

.achievement_title {
  margin-bottom: 40px;
}

.achievement_img img {
  margin-top: 40px;
}

.area_title {
  padding-top: 90px
}

.aniversary_area {
  padding-top: 70px !important;
}

.concept_title {
  background-color: #8ace48;
}

.concept_container {
  max-width: 1100px;
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  margin: 0 auto;
  position: relative;
}

.concept_container p {
  text-align: center;
  margin: 60px 0;
}

.ani_concept {
  background-color: #f6ffe1;
}

.concept_text {
  background-color: #fff;
  padding: 10px;
}

.concept_img img {
  display: block;
  margin: auto;
  width: 40%;
}

.concept_content {
  text-align: left !important;
  margin: 30px 0 !important;
}

.musubi_box {
  display: flex;
  width: 1200px;
  margin: 0 0 0 auto;
}

.musubi_content {
  margin-left: auto;
}

.musubi_img img {
  width: 100%;
}

.musubi_heading {
  padding: 38px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.67;
  letter-spacing: .1em;
  color: #f2932d;
}

.nounderline p {
  text-decoration: none!important;
}

@media screen and (max-width: 450px) {
  .brsp {
    display: block;
  }
  .aniversary_img {
    padding: 0;
  }
}

@media screen and (max-width: 992px) {
  .clinic {
    margin: 0 20px;
    display: block;
    height: auto;
  }
}

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


/* グループについて */


/* .enhanced_medicine */

.enhanced_medicine {
  padding: 60px 0;
  margin: 80px 0 0 0;
}

.enhanced_medicine br.pc_line {
  display: none;
}

.enhanced_medicine br.sp_line {
  display: block;
}

.enhanced_medicine .enhanced_medicine_sup.sp_content {
  display: none;
}

.enhanced_medicine .enhanced_medicine_inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1000px;
}

.enhanced_medicine {
  background-color: #fffde3;
}

.enhanced_medicine .enhanced_medicine_title {
  display: block;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: bold;
  color: initial;
  text-align: center;
}

.enhanced_medicine .enhanced_medicine_title span {
  display: block;
  color: #fb9426;
  font-size: 28px;
}

.enhanced_medicine p.title_sub {
  display: block;
  text-align: center;
  line-height: 1.8em;
}

.enhanced_medicine p.title_sub span {
  color: #fb9426;
}

.enhanced_medicine .enhanced_medicine_wrap {
  margin-top: 30px;
  padding: 30px;
  border-radius: 10px;
  background-color: #fb9426;
}

.enhanced_medicine .enhanced_medicine_inner_title {
  margin: 0 auto 30px auto;
  padding-bottom: 10px;
  width: fit-content;
  color: #ffffff;
  font-size: 28px;
  border-bottom: 3px dotted #ffffff;
  text-align: center;
}

.enhanced_medicine .enhanced_medicine_content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.enhanced_medicine .enhanced_medicine_content .item_box {
  padding: 50px;
  min-height: 277px;
  text-align: center;
  border-radius: 100%;
  border: 10px solid #ffecd7;
  background-color: #ffffff;
}

.enhanced_medicine .enhanced_medicine_content .item_box p {
  margin-top: 10px;
}

.enhanced_medicine .enhanced_medicine_sup {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 30px auto 0px auto;
  padding: 20px;
  width: 95%;
  border: 10px solid #ffecd7;
  background-color: #ffffff;
}

.enhanced_medicine .enhanced_medicine_sup img {
  padding-right: 20px;
}

.enhanced_medicine .enhanced_medicine_sup .sup_box_title {
  margin-bottom: 10px;
  color: #fb9426;
}

.enhanced_medicine .enhanced_medicine_title.certif span {
  margin-top: 40px;
  margin-bottom: 40px;
}

.enhanced_medicine .enhanced_medicine_content.certif .item_box_02 {
  position: relative;
  width: calc(96% / 4);
  margin-left: 1%;
}

.enhanced_medicine .enhanced_medicine_content.certif .item_box_02 {
  position: relative;
  width: calc(88% / 4);
  margin-left: 3%;
}

.enhanced_medicine .enhanced_medicine_content.certif .item_box_02:first-child {
  margin-left: 0;
}

.enhanced_medicine .enhanced_medicine_content.certif .item_box_02 .box_nam {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  min-width: 36px;
  min-height: 36px;
  padding-bottom: 2px;
  color: #ffffff;
  font-size: 22px;
  border-radius: 100%;
  background-color: #fb9426;
}

.enhanced_medicine .enhanced_medicine_content.certif .item_box_02 p {
  padding: 30px 20px 20px 20px;
  min-height: 180px;
  border: 2px solid #fb9426;
  background-color: #ffffff;
}

.enhanced_medicine p.act {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: right;
}

.enhanced_medicine .enhanced_medicine_content.certif .item_box_03 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 20px 5px 20px;
  width: 100%;
  border: 2px solid #fb9426;
  background-color: #ffffff;
}

.enhanced_medicine .enhanced_medicine_content.certif .item_box_03>img {
  position: absolute;
  top: -9px;
  left: 50%;
  width: 50px;
  transform: translateY(-63%) translateX(-50%);
}

.enhanced_medicine .enhanced_medicine_content.certif .item_box_03 .sub_box_01 {
  margin-right: 30px;
  width: 10%;
}

.enhanced_medicine .enhanced_medicine_content.certif .item_box_03 .sub_box_01 div:nth-child(1) {
  display: block;
  padding: 3px 0;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  background-color: #fb9426;
  border-radius: 20px;
}

.enhanced_medicine .enhanced_medicine_content.certif .item_box_03 .sub_box_01 div:nth-child(2) {
  display: block;
  margin-top: -10px;
  text-align: center;
  font-weight: bold;
  font-size: 50px;
  letter-spacing: -0.1rem;
  color: #fb9426;
}

.enhanced_medicine .enhanced_medicine_content.certif .item_box_03 .sub_box_01 div:nth-child(2) span {
  padding-left: 5px;
  font-weight: bold;
  font-size: 28px;
}

.enhanced_medicine .enhanced_medicine_content.certif .item_box_03 .sub_box_02 {
  width: 70%;
}

.enhanced_medicine .enhanced_medicine_content.certif .item_box_04 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  padding: 35px 20px;
  width: 100%;
  color: #ffffff;
  font-size: 20px;
  border-radius: 5px;
  background: linear-gradient(to right, #fa6f19 0%, #fb9526 50%, #fcb933 100%);
}

.enhanced_medicine .enhanced_medicine_content.certif .item_box_04 div {
  padding: 0 40px;
  font-weight: bold;
}

.item_box_04 {
  position: relative;
}

.item_box_04 a {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  color: #fff;
  margin: 0 auto;
  text-align: center;
}

.clinic_icon01 {
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: 1;
  display: block;
  color: #fff;
}

.clinic_arrow01 {
  position: absolute;
  top: 27px;
  right: 15px;
  z-index: 1;
  display: block;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .enhanced_medicine br.pc_line {
    display: block;
  }
  .enhanced_medicine br.sp_line {
    display: none;
  }
  .enhanced_medicine .enhanced_medicine_sup.pc_content {
    display: none;
  }
  .enhanced_medicine .enhanced_medicine_sup.sp_content {
    display: block;
  }
  .enhanced_medicine p.title_sub {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1000px;
    text-align: left;
  }
  .enhanced_medicine .enhanced_medicine_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .enhanced_medicine .enhanced_medicine_content .item_box:nth-of-type(1) {
    margin: 0px 28.5%;
    width: 43%;
  }
  .enhanced_medicine .enhanced_medicine_content .item_box:nth-of-type(2), .enhanced_medicine .enhanced_medicine_content .item_box:nth-of-type(3) {
    width: calc(85% / 2);
  }
  .enhanced_medicine .enhanced_medicine_content .item_box:nth-of-type(2) {
    margin-right: 4%;
  }
  .enhanced_medicine .enhanced_medicine_sup {
    width: 100%;
  }
  .enhanced_medicine .enhanced_medicine_sup img {
    display: block;
    margin: 0 auto;
    padding: 0;
  }
  .enhanced_medicine .enhanced_medicine_sup .sup_box_title {
    margin-bottom: 10px;
    text-align: center;
    font-size: 30px;
    color: #fb9426;
  }
  .enhanced_medicine .enhanced_medicine_content.certif .item_box_02 {
    position: relative;
    width: calc(94% / 2);
    margin-left: 6%;
    margin-bottom: 40px;
  }
  .enhanced_medicine .enhanced_medicine_content.certif .item_box_02:nth-child(odd) {
    margin-left: 0;
  }
  .enhanced_medicine p.act {
    margin-top: 0;
    margin-bottom: 50px;
    text-align: center;
  }
  .enhanced_medicine .enhanced_medicine_content.certif .item_box_03 {
    padding: 20px;
  }
  .enhanced_medicine .enhanced_medicine_content.certif .item_box_03 .sub_box_01 {
    width: 30%;
  }
  .enhanced_medicine .enhanced_medicine_content.certif .item_box_04 div {
    padding: 0 10px;
  }
  .item_box_04 {
    position: relative;
  }
  .item_box_04 a {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    color: #fff;
    margin: 0 auto;
    text-align: center;
  }
  .clinic_icon01 {
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 1;
    display: block;
    color: #fff;
  }
  .clinic_arrow01 {
    position: absolute;
    top: 27px;
    right: 15px;
    z-index: 1;
    display: block;
    color: #fff;
  }
}

@media screen and (max-width: 600px) {
  .enhanced_medicine .enhanced_medicine_content .item_box:nth-of-type(1) {
    width: auto;
    margin: auto;
  }
  .enhanced_medicine .enhanced_medicine_content .item_box {
    width: 100%;
  }
  .enhanced_medicine .enhanced_medicine_content .item_box:nth-of-type(1), .enhanced_medicine .enhanced_medicine_content .item_box:nth-of-type(2), .enhanced_medicine .enhanced_medicine_content .item_box:nth-of-type(3) {
    margin-bottom: 20px;
    max-width: 270px;
    width: 100%;
    max-height: 270px;
  }
  .enhanced_medicine .enhanced_medicine_content .item_box:nth-of-type(2) {
    margin-right: 0;
  }
}


/* .enhanced_medicine */

.Infection_control {
  padding: 60px 0;
}

.Infection_control .Infection_control_inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1000px;
}

.Infection_control .Infection_control_title {
  display: block;
  margin-bottom: 40px;
  padding: 20px 0;
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background-color: #afda65;
}

.Infection_control .Infection_control_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding: 40px;
  border-radius: 20px;
}

.Infection_control .Infection_control_content .content_title {
  padding: 0 10px;
  font-size: 20px;
  text-align: left;
  width: 16%;
}

.Infection_control .Infection_control_content .content_list {
  width: 80%;
  padding-left: 4%;
}

.Infection_control .Infection_control_content ul {
  display: flex;
  flex-wrap: wrap;
}

.Infection_control .Infection_control_content ul li {
  position: relative;
  margin-right: 2%;
  margin-bottom: 20px;
  padding: 15px 15px 15px 60px;
  width: calc(96% / 3);
  border-radius: 30PX;
  background-color: #ffffff;
}

.Infection_control .Infection_control_content ul li img {
  position: absolute;
  top: 52%;
  left: 7%;
  max-width: 40px;
  transform: translateY(-50%) translateX(0%);
}

.Infection_control .Infection_control_content.green {
  background-color: #f4fcde;
}

.Infection_control .Infection_control_content.green .content_title {
  color: #86c22a;
}

.Infection_control .Infection_control_content.green .content_list {
  border-left: 2px solid #86c22a;
}

.Infection_control .Infection_control_content.green .content_list p {
  color: #86c22a;
}

.Infection_control .Infection_control_content.green ul li:nth-of-type(3n) {
  margin-right: 0;
}

.Infection_control .Infection_control_content.green ul li:nth-last-child(1), .Infection_control .Infection_control_content.green ul li:nth-last-child(2) {
  margin-bottom: 0;
}

.Infection_control .Infection_control_content.blue {
  background-color: #e3f8fc;
}

.Infection_control .Infection_control_content.blue .content_title {
  color: #56b6bd;
}

.Infection_control .Infection_control_content.blue .content_list {
  border-left: 2px solid #56b6bd;
}

.Infection_control .Infection_control_content.blue .content_list p {
  color: #56b6bd;
}

.Infection_control .Infection_control_content.blue ul li:nth-of-type(3), .Infection_control .Infection_control_content.blue ul li:nth-of-type(7) {
  margin-right: 0;
}

.Infection_control .Infection_control_content.blue ul li.long_text {
  margin-right: 1px;
  flex-grow: 2;
}

.Infection_control .Infection_control_content.blue ul li.long_text img {
  left: 3%;
}

@media screen and (max-width: 768px) {
  .Infection_control .Infection_control_content {
    display: block;
    padding: 20px;
  }
  .Infection_control .Infection_control_content .content_title {
    padding-bottom: 20px;
    width: 100%;
    font-size: 36px;
    text-align: center;
  }
  .Infection_control .Infection_control_content.green .content_list {
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    border-left: none;
    border-top: 2px solid #86c22a;
  }
  .Infection_control .Infection_control_content ul li {
    position: relative;
    margin-right: 2%;
    margin-bottom: 20px;
    width: calc(98% / 2);
    border-radius: 30PX;
    background-color: #ffffff;
  }
  .Infection_control .Infection_control_content ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .Infection_control .Infection_control_content.green ul li:nth-of-type(3n) {
    margin-right: auto;
  }
  .Infection_control .Infection_control_content.blue {
    background-color: #e3f8fc;
  }
  .Infection_control .Infection_control_content.blue .content_title {
    color: #56b6bd;
  }
  .Infection_control .Infection_control_content.blue .content_list {
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    border-left: none;
    border-top: 2px solid #56b6bd;
  }
  .Infection_control .Infection_control_content.blue ul li:nth-of-type(3n) {
    margin-right: auto;
  }
  .Infection_control .Infection_control_content.blue ul li.long_text {
    margin-right: 2%;
  }
  .Infection_control .Infection_control_content.blue ul li:nth-of-type(7) {
    margin-right: 0;
  }
}


/* 訪問診療について */

@media screen and (max-width: 768px) {
  .home-visit_title_sub {
    font-size: 1.8em!important;
  }
  .home_visit_btn {
    width: 90%!important;
  }
  .med-home-visit_title_sub {
    font-size: 1.8em!important;
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .p-home-visit-denCol {
    margin-top: 21px;
  }
  .medical_visit .medical_visit_content .list_box_02 .item_01, .medical_visit .medical_visit_content .list_box_02 .item_03 {
    margin-bottom: 20px!important;
  }
  .medical_visit .medical_visit_content .list_box_02 .item_02 {
    width: 100%;
    margin-left: 20%;
    margin-top: 10px;
    order: 1;
  }
  .med-home-visit_title_sub {
    font-size: 1.5em!important;
  }
}


/* 15周年記念 */

.A15anni_top {
  position: relative;
  top: 0;
  margin: 0 0 80px 0;
  padding: 0;
  width: 100%;
}

.A15anni01_text {
  position: absolute;
  top: 260px;
  margin: 0px auto;
  text-align: center;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  line-height: 1.3;
}

.A15anni02_text {
  position: absolute;
  top: 310px;
  margin: 0px 20% 0px 20%;
  text-align: center;
  padding: 0;
  font-size: 0.8rem;
  display: block;
  width: 60%;
}

.A15anni03_text {
  position: absolute;
  top: 50px;
  margin: 300px 20% 180px 20%;
  text-align: center;
  padding: 0;
  font-size: 0.8rem;
  border: solid 1px #666;
  width: 60%;
  display: block;
}

#search_form {
  margin: -160px auto 160px auto;
}

@media screen and (max-width: 768px) {
  .A15anni01_text {
    margin-top: 120px;
  }
  .A15anni02_text {
    position: absolute;
    margin: 120px 15% 0px 15%;
    text-align: center;
    padding: 0;
    font-size: 0.8em;
    display: block;
    width: 70%;
  }
  .A15anni03_text {
    text-align: left;
    width: 90%;
    margin: 520px 5%;
  }
}

.aniversary_message {
  position: relative;
  top: 0;
  margin: 0 auto;
  padding: 0;
  height: 690px;
  width: 100%;
  display: block;
}

.aniversary_color-box {
  position: absolute;
  background-color: #FBFFF0;
  height: 410px;
  width: 170%;
  left: -130%;
  top: 90px;
}

.aniversary_message h2 {
  position: absolute;
  font-size: 1.8rem;
  color: #84C757;
  font-weight: 800;
}

.A15anni_photo {
  position: absolute;
  top: 0;
  right: 10%;
}

.A15anni_aisatsu {
  position: absolute;
  top: 0;
  margin: 40px 0 0 310px;
}

.A15anni_p {
  margin: 70px 0 0 0;
  font-size: 1rem;
}

.anni_name {
  position: absolute;
  top: 430px;
  right: 1%;
}

.anni_sub {
  position: absolute;
  top: 380px;
  right: 1%;
}

.time-table-cont__tab .tabWrapper ul li::after {
  content: '';
  position: absolute;
  left: 116px;
  top: 6px;
  width: 18px;
  height: 18px;
  background-color: #17b15b;
  border-radius: 50%;
  border: 4px solid #cdf4de;
}

.p-way__rep-intro {
  display: block;
  aspect-ratio: 375/264;
  margin: -30px calc(50% - 50vw) 0;
  padding: 30.6666666667vw calc(50vw - 50%) 0;
  background: url(../img/img-way-representative-sp.jpg) no-repeat center center/cover;
}

@media screen and (min-width: 992px) .p-way__rep-intro {
  margin: -170px auto 0;
  padding: 246px 0 0;
}

@media screen and (min-width: 768px) .p-way__rep-intro {
  aspect-ratio: 1000/340;
  margin: -120px auto 0;
  padding: 180px 0 0;
  background: url(../img/img-way-representative.jpg) no-repeat center center/cover;
}


/* 独立開業支援 */

.independent_cell {
  padding: 10px;
  text-align: center;
}

.independent_bg1 {
  background-color: #D2EAD4;
}

.independent_bg2 {
  background-color: #E7F6EA;
}

.independent_bg3 {
  background-color: #75C175;
}

.independent04__imgWrap table tr:nth-child(n+2) td:nth-child(2) {
  text-align: left;
}

.independent04__imgWrap table tr:nth-child(n+2) td:first-child {
  font-weight: 600;
}

.jyoken {
  border: 1px solid #eee;
  border-collapse: collapse;
  margin: 0 auto;
  text-align: center;
}

.jyoken td {
  border: solid 1px #bebaba;
  padding: 7px;
}

.jyoken td:nth-child(2) {
  text-align: left;
  background-color: #fff;
  display: table-cell;
}

.jyoken td:nth-child(1) {
  background-color: #E5F4E8;
}

.jyoken td:first-child {
  font-weight: 600;
}

.table_list {
  list-style: disc;
  margin: 5px 5px 5px 23px;
  padding: 0;
}

.clinic_kengaku {
  width: 50%;
  margin: 50px auto;
  text-align: center;
  display: block;
}

.independent01_top {
  position: relative;
  top: 0;
  margin: 0;
  padding: 0;
}

.independent01_text {
  position: absolute;
  top: 0;
  margin: 30px auto;
  text-align: center;
  padding: 0;
  width: 100%;
  font-size: 1.7em;
  line-height: 1.3;
}

.independent02_text {
  position: absolute;
  top: 90px;
  margin: 30px auto;
  text-align: center;
  padding: 0;
  width: 100%;
  font-size: 1.4em;
}

.independent03_text {
  position: absolute;
  top: 140px;
  margin: 30px auto;
  text-align: center;
  padding: 0;
  width: 100%;
  font-size: 1.1em;
}

@media screen and (max-width: 768px) {
  .independent01_text {
    margin-top: 80px;
  }
  .independent02_text {
    margin-top: 80px;
  }
  .independent03_text {
    margin-top: 80px;
  }
}

.btnNd {
  color: #fff;
  width: 80px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0;
  cursor: pointer;
  padding: 15px 20px 15px;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 510px!important;
  bottom: initial!important;
  transition: .3s;
  opacity: 1!important;
  visibility: initial!important;
  z-index: 10;
  display: grid;
}

.btnNd a {
  color: #fff;
  width: 100%;
  font-size: 12px;
  letter-spacing: 0;
  background: rgb(133 198 33)!important;
  border-radius: 6px 0 0 6px;
  box-shadow: none!important;
  padding: 15px 5px;
}

@media screen and (max-width: 992px) {
  .program_contents td:nth-child(1) {
    background-color: #75C175;
    color: #fff;
  }
  .program_contents td:nth-child(2) {
    background-color: #E7F6EA;
    font-weight: 600;
  }
  .program_contents td {
    border: none;
  }
}


/* プライバシーポリシー */

.privacy {
  background-color: #f0f1f3;
  padding-top: 5px;
  padding-bottom: 50px;
}

.privacy_content {
  max-width: 1050px;
  padding-left: 90px;
  padding-right: 90px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  margin-top: 70px;
  margin-bottom: 70px;
  padding-top: 30px;
  padding-bottom: 70px;
}

.privacy_content h2 {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  padding: 40px 30px;
}

.privacy_heading {
  display: flex;
  background-color: #9bce41;
  padding: 5px 0;
  margin-top: 50px;
  margin-bottom: 30px;
}

.privacy_heading h3 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.privacy_nu {
  width: 30px;
  height: 30px;
  margin-right: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-left: 20px;
  padding-top: 2px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
  font-weight: bold;
  color: #9bce41;
}

.privacy_text {
  font-weight: 700;
  margin-bottom: 30px;
}

.privacy_text_sec {
  margin-top: 30px;
}

.privacy_btn {
  color: #9bce41;
  text-decoration: underline;
}

.privacy_name {
  text-align: right;
  font-weight: 700;
  margin-top: 50px;
}

@media screen and (max-width: 450px) {
  .privacy {
    padding: 20px 20px;
  }
  .privacy_content {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .privacy_content h2 {
    font-size: 22px;
    padding: 20px 10px;
  }
  .privacy_heading h3 {
    font-size: 16px;
    line-height: 35px;
  }
  .privacy_height {
    line-height: 20px !important;
  }
  .privacy_nu {
    margin-left: 10px;
    width: 9%;
  }
}

@media screen and (max-width: 375px) {
  .privacy_height_sec {
    line-height: 20px !important;
  }
  .nusp {
    width: 12%;
  }
  .nusp_sec {
    width: 10%;
  }
}

@media screen and (max-width: 325px) {
  .privacy {
    padding: 10px 10px;
  }
  .privacy_nu {
    width: 10%;
  }
  .nusp {
    width: 16%;
  }
  .nusp_sec {
    width: 13%;
  }
}

@media screen and (min-width: 768px) {
  .panel__cta {
    margin-top: 3.75rem;
  }
}

.panel__cta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* min-width: 21.875rem; */
  padding: 0.75rem 1.875rem;
  font-size: 0.875rem;
  line-height: 2.375;
  background: linear-gradient(#1fcd7b, #119d43);
  border-radius: 3.125rem;
  color: #fff;
  margin-top: 3.125rem;
}

@media screen and (min-width: 768px) {
  .panel__cta a {
    font-size: 1.0rem;
    letter-spacing: 0.24em;
    padding: 0.75rem 7.5rem;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 3.75rem;
  }
}

.cta__icon {
  display: inline-block;
  width: 1.5625rem;
  height: 1.375rem;
  background-image: url(../img/panelBtn1.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .cta__icon {
    width: 2.1875rem;
    height: 2.25rem;
  }
}

.cta__icon.--2 {
  background-image: url(../img/panelBtn2.png);
}

.cta__arrow {
  display: inline-block;
  width: 1.0625rem;
  height: 1.5rem;
  background-image: url(../img/cta__arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}


/* コンテナー */

.container-slider {
  max-width: 100%;
  margin: 0 auto;
}


/* スライダーのwrapper */

.infinite-slider .swiper-wrapper {
  transition-timing-function: linear;
}


/* スライド */

.infinite-slider .swiper-slide {
  height: 320px !important;
  /* 高さを指定 */
  width: auto !important;
}


/* スライド内の画像 */

.infinite-slider .swiper-slide img {
  width: auto;
  height: 100%;
}