@import url('https://fonts.googleapis.com/css2?family=Damion&display=swap');

a:hover {
    opacity: 0.6;
}
a[href*="tel"] {
  pointer-events: none;
}

@media only screen and (max-width:1024px) {
   a[href*="tel"] {
    pointer-events: initial !important;
  }
}

.inner {
  width: 92%;
  max-width: 1000px;
    margin-left: auto;
  margin-right: auto;
}


@media (max-width: 1024px) {
  .inner {
    max-width: 768px;
    width: 96%;
  }
  .contain .inner {
    width: 100%;
}
}

/* mv */
@media only screen and (max-width1024px) {
  #top-img {
    height: auto;
  }
}

  [data-element-id] #top-img-sp {
    width: 33.333%;
}

/* breadcrumbs */
.breadcrumbs li {
    margin-right: 10px;
    position: relative;
    list-style: none;
}

.breadcrumbs li:first-of-type:before {
    font-family: 'FontAwesome';
    content: '\f015';
    font-size: 1.1em;
    color: #ff7200;
}

.breadcrumbs li:not(:first-of-type) {
    padding-left: 20px;
}
.breadcrumbs li:not(:first-of-type):before {
    font-family: 'FontAwesome';
    content: '\f054';
    position: absolute;
    top: 0;
    left: 0;
}

/* pagenav */

.pagenav {
    width: 100%;
}
.pagenav ul {
    max-width: 300px;
    margin: 0 auto;
}

.pagenav li {
    width: 14%;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}


.pagenav li a {
    border: 1px solid #ff7200;
    width: 2em;
    height: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 auto;
    color: #ff7200;
}

.pagenav li.now a {
    background: #ff7200;
    color: #fff;
    border: 1px solid #ff7200;
}


.pagenav li.before a:after {
    content: '\f053';
    font-family: fontawesome;
    display: block;
    width: 100%;
    height: auto;
}


.pagenav li.next a:after {
    content: '\f054';
    font-family: fontawesome;
    display: block;
    width: 100%;
    height: auto;
}

[data-element-id] [data-collection-list-pagination] {
    width: 100%;
}



/* ボタン */


.btn-type-01 {
    display: block;
    -webkit-appearance: none;
    border: 0;
    width: 200px;
        -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 30px auto 0;
    background: #ff7200;
    cursor: pointer;
}

.btn-type-01 a {
    color: #fff;
}

.block-type-02 {
    width: 100%;
}

.block-type-02 a {
    background: #fff;
    border: 2px solid #ff7200;
    box-sizing: border-box;
    color: #ff7200;
    display: block;
    margin-top: 10px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    max-width: 330px;
    margin: 10px auto 0;
}

/* sidebar */
.side-txt a {
    position: relative;
    display: block;
    color: #fff;
    background: #FF7F00;
    padding: 10px 0;
}

.side-txt {
    text-align: center;
}

.side-txt a:before {
    content: '\f0e0';
    font-family: fontawesome;
    font-size: 18px;
    display: inline-block;
    margin-right: 8px;
}

.side-tel {
    text-align: center;
    padding: 15px 0;
    background-color: #fff;
    border: 1px solid #aaa;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
}

.side-tel .tel {
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 0;
}

.side-tel .tel:before {
    content: "\f095";
    font-family: fontawesome;
    display: inline-block;
    font-weight: normal;
    margin-right: 5px;
    color: #595959;
}

.side-business {
    border: 1px solid #aaa;
    margin-bottom: 10px;
}
.side-business a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
}

.side-business a .txt {
    color: #444;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.side-greet a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
}

.side-greet {
    border: 1px solid #aaa;
    margin-bottom: 10px;
}

.side-greet a .txt {
    color: #444;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: #fff;
}

.side-recruit {
    border: 1px solid #aaa;
    margin-bottom: 10px;
}

.side-recruit a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #fff;
}

.side-recruit a .txt {
    color: #444;
    font-size: 14px;
    font-weight: bold;
        text-align: center;
}

.side-greet .pic:before, .side-recruit .pic:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7959558823529411) 1%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7959558823529411) 1%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7959558823529411) 1%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

/* #content(サイドバー横のメインコンテンツ) */
@media only screen and (max-width:1024px) {
  #content {
    width: 100%;
  }
  #content.article {
    width: 100%;
  }
  .sidebar-box sidebar {
    width: 100%;
    max-width: 400px;
  }
}

@media only screen and (max-width:599px) {
    #content.article {
    width: 100%;
  }
  .sidebar-box sidebar {
    width: 100%;
  }
}



/* 01top */
.wideslider-txt {
    position: absolute;
    top: 50%;
    left: 15%;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.wideslider-txt span {
    font-weight: normal;
    font-size: 18px;
}

@media only screen and (max-width:1024px) {
  .wideslider-txt {
    left: 10%;
  }
}

@media only screen and (max-width:667px) {
  .wideslider-txt {
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 1;
  }
  .wideslider-txt span {
    font-size: 14px;
}
}

#head-mail a {
    display: block;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    background: #ff7f00;
    padding: 2px 30px;
}

#head-mail.type-b a {
    display: block;
    font-size: 15px;
    color: #ff7f00;
    text-decoration: none;
    background: #FFF;
    padding: 2px 30px;
    border: 1px solid #ff7f00;
}

@media only screen and (max-width:1024px) {
  #head-mail a {
    padding: 1px 10px;
  }
  #head-mail.type-b a {
   padding: 1px 10px;
  }
}

.head-contact {
    position: relative;
}

.head-contact:before {
    content: '\f0e0';
    font-family: fontawesome;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: 1px;
}

#foot-main {
  position: relative;
}

@media only screen and (max-width:1024px) {
  .wrapper-foot {
    display: flex;
}
}

@media only screen and (max-width:667px) {
  .wrapper-foot {
    display: unset;
}
}



#foot-logo a.contact-wrap {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    background: #ff7f00;
    padding: 2px 30px;
}



.foot-contact:before {
    content: '\f0e0';
    font-family: fontawesome;
    font-size: 14px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: 1px;
}

.foot-contact {
    position: relative;
}

@media only screen and (max-width:1024px) {
  img.foot-logo-2.pc {
    position: absolute;
    bottom: 10px;
    left: 9%;
    z-index: 10;
    width: 150px;
}
}

.en {
    font-size: 36px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 1;
}


.en:before {
    content: "";
    border-top: 1px solid #c5c5c5;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.en-txt {
    position: relative;
    z-index: 5;
    background: #f1f2f2;
    padding: 0 15px;
}

.greet .name-box {
    float: left;
    margin-bottom: 30px;
    margin-right: 30px;
    width: 25%;
}

.greet .txt-box {
    text-align: center;
    margin-top: 5px;
    font-family: 'Damion', cursive, “メイリオ”, Meiryo, "“ヒラギノ角ゴ ProN W3″", "“Hiragino Kaku Gothic ProN”", sans-serif;
}

.greet .txt {
    font-size: 22px;
    font-weight: bold;
}

.greet .name-en {
    color: #FF7F00;
}

@media only screen and (max-width:667px) {
  .greet .name-box {
    float: none;
    margin: 0;
    width: 100%;
}
}

.business-list {
    margin-bottom: 60px;
}

.business-list .txtbox {
    background: #fff;
    text-align: center;
    padding: 10px 2px;
    position: relative;
    color: #444;
    font-weight: bold;
    font-size: 18px;
}

.business-list .txtbox .txt {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -1px;
}

.business-list .txtbox .txt .logo {
    margin-right: -15px;
    width: 15%;
}

.business-list .txtbox .txt:after {
    content: '\f0da';
    font-family: fontawesome;
    font-weight: normal;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    background: #ff7200;
    font-size: 10px;
    padding: 5px 7px;
    line-height: 8px;
}
@media only screen and (max-width:599px) {
  .wrapper-main #content {
        margin: 5% 0;
  }
}


.top .news-itiran .link-title {
      overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

[data-element-id].top-concept .box-img {
    position: relative;
    border: 10px solid;
    padding: 0;
}

[data-element-id].top-concept .box-img:before {
    content: "背景画像です";
    display: block;
    color: #fff;
    background: #444444;
}

.top-concept {
    position: relative;
    background: #fff;
    padding: 10px;
    margin-top: 60px;
}

.top-concept .box-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.top-concept .box-img .pic {
    height: 100%;
}

.top-concept .box-txt {
    position: relative;
    z-index: 5;
    text-align: center;
    border: 2px solid #FF7200;
    padding: 25px 20px 10px;
    background: rgba(255,255,255,0.9);
    width: 100%;
}

.top-concept .box-txt .border {
    border-bottom: 1px solid #C6C6C5;
}

.top-concept .box-txt .txt {
    padding: 10px 0;
    margin-bottom: 10px;
    font-weight: bold;
}

.top-concept .box-txt .tit {
    font-size: 24px;
    font-weight: bold;
    color: #ff7f00;
}


.top-medical-list {
    margin-bottom: 40px;
}

.top-medical-list .txtbox {
    background: #fff;
    text-align: center;
    padding: 20px 2px;
    position: relative;
    color: #444;
    font-weight: bold;
    font-size: 16px;
}

.top-medical-list .txtbox .txt {
    display: flex;
    justify-content: center;
    letter-spacing: -1px;
}

.top-medical-list .txtbox .txt .logo {
    margin-right: 2px;
}

.top-medical-list .txtbox .txt:after {
    content: '\f0da';
    font-family: fontawesome;
    font-weight: normal;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    background: #ff7200;
    font-size: 10px;
    padding: 5px 7px;
    line-height: 8px;
}

@media only screen and (max-width:667px) {
  .sp-contact {
    position: relative;
    font-size: 26px;
    letter-spacing: 2px;
    background: #ff7f00;
    padding: 20px;
    margin: 5px 0;
}

.sp-contact:before {
    content: '\f0e0';
    font-family: fontawesome;
    font-size: 30px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: 1px;
}
}


#page-single .recommend {
    background: #fff;
    border: 2px solid #ff7200;
    border-radius: 10px;
    font-size: 23px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 10px;
}

#page-single .recommend a {
    color: #ff7200;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
}

h2.reccomend-tit {
    width: 100%;
    margin: 60px 0 20px;
    position: relative;
    font-size: 23px;
    line-height: 28px;
    font-weight: bold;
    padding: 20px 15px 0px 15px;
    border: none;
    background: none;
    border-radius: unset;
    border-top: 2px solid #ff7200;
    box-sizing: border-box !important;
}

.itiran {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.itiran > div {
    width: 100%;
}

[data-element-id].itiran > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.caarea {
    width: 100%;
}

.caitem {
    margin-bottom: 40px;
}

.caitem dt {
    text-align: center;
    color: #fff;
    background: #ff7200;
    padding: 0.5em 1em;
    margin-bottom: 1em;
    position: relative;
    cursor: pointer;
}
.caitem li a {
    display: block;
    padding: 1em;
    border-bottom: 1px solid #bfbfbf;
}


/* 03blog */



/* 05contact */

.contact button {
    display: block;
    -webkit-appearance: none;
    border: 0;
    width: 200px;
        -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 30px auto 0;
    background: #ff7200;
    cursor: pointer;
    text-decoration: underline;
}


/* 06medical */

.medical-list .txtbox {
    background: #fff;
    text-align: center;
    padding: 20px 2px;
    position: relative;
    color: #444;
    font-weight: bold;
    font-size: 16px;
}

.medical-list .txtbox .txt:after {
    content: '\f0da';
    font-family: fontawesome;
    font-weight: normal;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    background: #ff7200;
    font-size: 10px;
    padding: 5px 7px;
    line-height: 8px;
}

.medical-list .txtbox .txt {
    display: flex;
    justify-content: center;
    letter-spacing: -1px;
}
.medical-list .txtbox .txt .logo {
    margin-right: 2px;
}

.medical-list .txtbox .txt .logo img {
    display: block;
}



/* 07privacypolicy */
.privacy-policy .txt {
    margin: 20px 0 0;
}

.privacy-policy .txt .dot {
    position: relative;
    padding-left: 20px;
    display: block;
}

.privacy-policy .txt .dot:before {
    content: "・";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.privacy-policy .wrapper-in:not(:first-of-type) {
    margin-top: 30px;
}

/* 08recruit */
.feature-txt {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}

.feature-tit {
    width: 48%;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
    color: #000;
}

.feature-pic {
    width: 48%;
}

@media only screen and (max-width:599px) {
  .feature-tit, .feature-pic {
    width: 100%;
  }
  .feature-tit {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
  }
}

.feature-box {
    padding: 20px 30px;
    background: #fff;
}

.feature-box:nth-of-type(2n+1) {
    background: #FFF45C;
}


.feature-list {
    width: 100%;
    margin-top: 15px;
}

.feature-list .list {
    border: 2px solid #EF7800;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.feature-list .list .list-tit {
    color: #fff;
    background: #EF7800;
    font-size: 10px;
    padding: 0 1px;
}

.feature-list .list .list-theme {
    color: #000;
    font-size: 11px;
    padding: 0px 1px;
    line-height: 2;
}

.emp {
    border: 2px solid #d8d8d8;
    background: #fff;
    padding: 20px;
}
.emp:not(:last-child) {
    margin-bottom: 30px;
}

.emp .right .intro-box {
    position: relative;
}

.emp .intro-box .name .name-en {
    font-family: 'Damion', cursive, “メイリオ”, Meiryo, "“ヒラギノ角ゴ ProN W3″", "“Hiragino Kaku Gothic ProN”", sans-serif;
    font-weight: normal;
    font-size: 20px;
    margin-left: 10px;
}

.emp .intro-box .name {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.emp .intro-box .intro {
    margin-top: 20px;
    font-weight: bold;
    color: #000;
    font-size: 16px;
}

.emp .intro-box .staff {
    color: #fff;
    text-align: center;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: -1px;
}

.emp .intro-box .num {
    text-align: center;
    font-size: 100px;
    line-height: 1;
    margin-top: -20px;
    color: rgba(255,255,255,0.5);
}



.emp .intro-box .staff .logo {
    width: 45%;
    margin-right: -20px;
    margin-top: -2px;
}
[data-element-id].emp .right .txt-box {
    background: rgba(0,0,0,0.5);
}

.emp .right .txt {
    font-size: 14px;
    line-height: 150%;
    margin-top: 10px;
}


.emp .right .txt-box {
    position: relative;
    z-index: 5;
    padding-left: 15px;
}
[data-element-id].emp .right .box-img {
    position: static;
    border: 3px solid #444;
}

[data-element-id].emp .right .box-img:before {
    content: "背景画像です";
    display: block;
    background: #444;
    color: #fff;
}


.emp .right .box-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.emp .right .box-img .pic {
    height: 100%;
}

.emp .right .box-img .pic:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.emp .right .box-img .pic img {
    filter: brightness(0.5);
}

@media only screen and (max-width:599px) {
  .emp .right .txt-box {
    padding: 5px;
  }
  .emp .intro-box .intro {
    text-align: center;
  }
  .emp .intro-box .name {
    justify-content: center;
  }
  .emp .intro-box .staff .logo {
    width: 20%;
  }
  .emp .intro-box .num {
    font-size: 60px;
  }
  .emp .right .box-img .pic:before {
    background: rgb(255,255,255);
background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  }
}


.offer {
    background: #fff;
    padding: 10px;
}
.offer .border {
    border: 2px solid #FF7F00;
}

.offer .left {
    width: 35%;
    position: relative;
}

.offer .left .pic {
    position: relative;
    z-index: 5;
}

.offer .left .txt {
    position: absolute;
    display: block;
    width: 40%;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1px;
}

.offer .right {
    width: 65%;
}

.offer .right .pic {
    width: 100px;
    position: absolute;
top: -20%;
    left: -5px;
}

.offer .right .txt {
    width: 85%;
    font-weight: bold;
    color: #000;
    font-size: 20px;
}

.offer .right .txtbox > div:nth-child(1) {
    margin-left: -50px;
}

.offer .right .txtbox > div:nth-child(2) {
    margin-left: -25px;
}

.offer .right .txtbox > div:nth-child(4) {
    margin-left: 25px;
}

.offer .left .txt:first-letter {
    color: #FF7F00;
}

.offer-logo {
    position: relative;
    padding-left: 20px;
    min-height: 70px;
}

@media only screen and (max-width:1024px) {
.offer .right .txt {
  font-size: 18px;
}
}

@media only screen and (max-width:599px) {
    .offer .left .pic {
    position: absolute;
    z-index: 0;
    width: 18%;
    right: 0;
    top: 150%;
    transform: translateY(-50%);
}
  .offer .right {
    width: 100%;
    
}

.offer-logo {
  min-height: 50px;
}
.offer .right .pic {
  width: 15%;
  position: absolute;
    top: -5%;
    left: -5px;
}

.offer .right .txtbox > div:nth-child(1) {
    margin-left: 0;
}


.offer .right .txt {
    font-size: 12px;
    width: 100%;
}

.offer .right .txtbox > div:nth-child(2) {
    margin-left: 10px;
}

.offer .right .txtbox > div:nth-child(3) {
    margin-left: 20px;
}

.offer .right .txtbox > div:nth-child(4) {
    margin-left: 30px;
}

.offer .left .txt {
    position: relative;
    width: 100%;
    color: #000;
    top: 0;
    left: 0;
    transform: unset;
    padding: 20px 0 10px;
}

.offer .left {
    width: 100%;
}

.offer .right .txtbox {
    position: relative;
}

.offer .border {
    padding: 10px;
}
  .offer .left .pic {
    position: absolute;
    z-index: 0;
    width: 25%;
    right: 0;
    top: 150%;
    transform: translateY(-50%);
}

}


.rec-flow {
    background: #2D2D2D;
        -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
}

.rec-flow .rec-flow-list {
    background: #F08300;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    height: 125px;
    
}

.rec-flow > div > div:nth-child(2) .rec-flow-list {
    background: #EF7800;
}

.rec-flow > div > div:nth-child(3) .rec-flow-list {
    background: #EE6D00;
}

.rec-flow > div > div:nth-child(4) .rec-flow-list {
    background: #EC6100;
}

.rec-flow .rec-flow-list .txt {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
}
.rec-flow .rec-flow-list .pic {
    width: 40%;
    margin: auto;
    padding: 5px 0;
}

.rec-flow > div > div:not(:last-child) .rec-flow-list:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: url(/upload/tenant_1/d1e3609a994b247d567986be305e6023.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    z-index: 5;
}
@media only screen and (max-width:599px) {
  .rec-flow > div > div:nth-child(2) .rec-flow-list:after {
      transform: rotate(135deg) translate(-50%, -50%);
      left: -50%;
      top: 90%;
  }

}


.smile {
    width: 100%;
    background: #FF7300;
    border-radius: 5px;
}

.smile .txt {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.smile .txt:before {
    content: "";
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url(/upload/tenant_1/72534b3081e35b0bfe4fa8651bbdedc2.jpg);
    background-repeat: no-repeat;
}

.smile .txt:after {
    content: "";
    display: inline-block;
    width: 33px;
    height: 33px;
    background: url(/upload/tenant_1/72534b3081e35b0bfe4fa8651bbdedc2.jpg);
    background-repeat: no-repeat;
}

@media only screen and (max-width:599px) {
  .smile {
    padding: 10px 0;
}
.smile .txt {
    font-size: 18px;
}
.smile .txt:before {
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
}
.smile .txt:after {
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
}
}


/* 10totalcare */
.total-care-pic.pic {
    width: 25%;
}
@media only screen and (max-width:667px) {
  .total-care-pic.pic {
    width: 100%;
}
}


/* 2023/03/30 */
.space-movie .space + .space {
    margin-top: 50px;
}

.movie {
    position: relative;
}

.movie video {
    width: 100%;
}

.noteimg{
  width: 110px;
    margin: auto;
}


.notetxt01{
  line-height: 1.4;
    padding-left: 5px;
}

.medical-list .nakameguro .txtbox .txt {
    font-size: 12px;
}


/* 2024/03/05 */

.large-btn {
    position: relative;
}

.large-btn a {
    display: block;
    padding: 20px 10px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    width: 100%;
    letter-spacing: 2px;
    border-radius: 20px;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, .3) 0%, transparent 50%, transparent 50%, rgba(0, 0, 0, .1) 100%);
    background-image: linear-gradient(rgba(255, 255, 255, .3) 0%, transparent 50%, transparent 50%, rgba(0, 0, 0, .1) 100%);
    box-shadow: 0 2px 2px 0 rgba(255,255,255,.1) inset, 0 2px 10px 0 rgba(255,255,255,.2) inset, 0 -2px 2px 0 rgba(0,0,0,.1) inset;
    border: 1px solid rgba(0, 0, 0, .2);
    background: #EF7800;
    color: #fff;
}
.icon-btn a:after {
    font-family: "FontAwesome";
    content: '\f0da';
    font-weight: 900;
    color: #fbee0b;
    font-size: 30px;
    margin-left: 10px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

@media (max-width:599px) {
  .large-btn a {
    font-size: 18px;
  }
}

/* 2025/12/01 */
.line-btn {
  display: block;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.3s;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
  line-height: normal;
}

ul#sp-menu li.line-btn a{
  padding: 15px;
  background-color: #06C755;
  margin: auto;
  width: 95%;
  font-weight: bold;
}


.line-btn:hover {
  opacity: 0.85;
}

.line-btn__title {
  display: block;
  font-size: 0.9rem;
  opacity: 0.9;
  margin-bottom: 5px;
}

.line-btn__text {
  display: block;
  font-size: 1.3rem;
}

/* PC閲覧時、Header内 */

#head-main #head-in .line-btn {
    display: inline-block;
    background: unset;
    width: auto;
    background: #06C755;
    padding: 10px;
    border: 1px solid #fff;
}

#head-main #head-in .line-btn a{
  color: #fff;
  font-size: 15px;
}

#head-main #head-in .line-btn span{
  font-size: 15px;
}

#head-main .d-flex{
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}

#head-main #logo-2{
  margin-right: 20px;
}

#head-in #logo{
  width: 150px;  
}

#head-in #logo-2{
  width: 300px;  
}

#head-main #head-in .line-btn a:hover{
  text-decoration: none;
}


/* 採用ページ下部固定ボタン */

@media screen and (min-width:1025px) {
.bottom-fixbtn{
  display: none;
} 
}


@media screen and (max-width:1024px) {
footer{
 margin-bottom: 60px;
}

.bottom-fixbtn{
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
}

.bottom-fixbtn .line-btn{
  background: #06C755;
  color: #fff;
}

.bottom-fixbtn .line-btn a{
  color: #fff;
}

.bottom-fixbtn .line-btn a span{
  font-weight: bold;
  font-size: 14px;
}

.bottom-fixbtn .line-btn a span.line-btn__text{
  font-size: 16px;
}
}


#content .line-btn{
  background-color: #06C755;
  position: relative;
  border-radius: 20px;
}

#content .line-btn span{
  color: #fff;
}

#content .line-btn a:hover span{
  opacity: 1;
}

#content .line-btn a:hover a{
  opacity: 1;
}

#content .line-btn a{
  color: #fff;
}
