@charset "UTF-8";
/*------- directory -------*/
/* ==========================================================================
   Foundation
========================================================================== */
/*------- color -------*/
/*------- mixin -------*/
/* ==========================================================================
   Component
========================================================================== */
main {
  padding-bottom: 300px;
}
@media not all and (min-width: 769px) {
  main {
    padding-top: 32px;
    padding-bottom: 186px;
  }
}

.tr p {
  letter-spacing: 0.1em;
}
.tr p.center {
  text-align: center;
}
@media not all and (min-width: 769px) {
  .tr p.center {
    text-align: left;
  }
}
.tr.pc_half {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (min-width: 769px) {
  .tr.pc_half {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tr.pc_half .img_l {
  width: 50%;
}
@media not all and (min-width: 769px) {
  .tr.pc_half .img_l {
    width: 100%;
  }
}
.tr.pc_half .img_r {
  width: 50%;
}
@media not all and (min-width: 769px) {
  .tr.pc_half .img_r {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.tr.pc_half .img_r img {
  margin: 0 0 0 auto;
}
.tr.pc_half .txt_l {
  width: 50%;
  padding-left: calc(50% - 530px);
}
@media all and (max-width: 1100px) {
  .tr.pc_half .txt_l {
    padding-left: 20px;
  }
}
@media not all and (min-width: 769px) {
  .tr.pc_half .txt_l {
    width: 80%;
    margin: 0 auto;
    padding-left: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.tr.pc_half .txt_r {
  width: 50%;
  padding-right: calc(50% - 530px);
}
@media all and (max-width: 1100px) {
  .tr.pc_half .txt_r {
    padding-right: 20px;
  }
}
@media not all and (min-width: 769px) {
  .tr.pc_half .txt_r {
    width: 100%;
    padding-right: 0;
  }
}
.tr.pc_half .txt_r p {
  padding-left: 16%;
}
@media not all and (min-width: 769px) {
  .tr.pc_half .txt_r p {
    padding: 0;
    width: 80%;
    margin: 0 auto;
  }
}
.tr.pc_half.container .txt_l,
.tr.pc_half.container .txt_r {
  padding-right: 0;
  padding-left: 0;
}
@media not all and (min-width: 769px) {
  .tr.container p,
  .tr.container .txt_l p,
  .tr.container .txt_r p {
    width: 89.552238806%;
    margin: 0 auto;
  }
}
.tr .sakura_ttl span {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  letter-spacing: 0.2em;
  line-height: 2.2;
  font-weight: 600;
  position: relative;
  padding-left: 96px;
}
@media not all and (min-width: 769px) {
  .tr .sakura_ttl span {
    letter-spacing: 0.1em;
    padding-left: 47px;
  }
}
@media not all and (min-width: 370px) {
  .tr .sakura_ttl span {
    font-size: 21px;
  }
}
.tr .sakura_ttl span::before {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  left: 35px;
  top: 28px;
  background-color: #baaea8;
}
@media not all and (min-width: 769px) {
  .tr .sakura_ttl span::before {
    width: 5px;
  }
}
.tr .sakura_ttl span::after {
  content: "";
  width: 23px;
  height: 23px;
  background: url("/facilities/kanwa_hosp/wp-content/themes/sakura-u/assets/images/icon_sakura.svg") no-repeat center center/contain;
  position: absolute;
  top: 15px;
  left: 0;
}
.tr .sakura_ttl.tbrl {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.tr .sakura_ttl.tbrl span {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  padding-left: 0;
  padding-top: 107px;
}
@media not all and (min-width: 769px) {
  .tr .sakura_ttl.tbrl span {
    padding-left: 0;
  }
}
.tr .sakura_ttl.tbrl span::before {
  width: 1px;
  height: 50px;
  top: 35px;
  left: 0;
  right: 0;
  bottom: auto;
  margin: 0 auto;
}
@media not all and (min-width: 769px) {
  .tr .sakura_ttl.tbrl span::before {
    width: 1px;
  }
}
.tr .sakura_ttl.tbrl span::after {
  top: 0;
  right: 0;
  margin: 0 auto;
}
.tr h3 {
  font-size: 24px;
  font-weight: 600;
}
.tr h3.center {
  text-align: center;
}
.tr dl dt {
  font-size: 18px;
}
@media not all and (min-width: 769px) {
  .tr dl dt {
    letter-spacing: 0.1em;
  }
}
.tr dl dt:nth-child(n+2) {
  margin-top: 24px;
}
@media not all and (min-width: 769px) {
  .tr dl dt:nth-child(n+2) {
    margin-top: 13px;
  }
}
.tr dl dd {
  font-size: 16px;
}
.tr dl dd .num {
  font-weight: 500;
  font-size: 18px;
}
@media not all and (min-width: 769px) {
  .tr dl dd .num {
    display: block;
  }
}
@media not all and (min-width: 769px) {
  .tr dl dd {
    letter-spacing: 0.1em;
  }
}

/* ==========================================================================
   °ÄÃÅ»Ê¹Ú×ã²Ê_°ÄÃÅÏÖ½ðÍø-ÌåÓýÔÚÏß - header
========================================================================== */
@media not all and (min-width: 769px) {
  .header {
    margin-bottom: 0;
  }
}
.header__logo .white {
  display: none;
}

/* ==========================================================================
   °ÄÃÅ»Ê¹Ú×ã²Ê_°ÄÃÅÏÖ½ðÍø-ÌåÓýÔÚÏß - KV
========================================================================== */
.kv {
  height: 500px;
  position: relative;
  margin-bottom: 234px;
}
@media not all and (min-width: 769px) {
  .kv {
    height: 200px;
    margin-bottom: 260px;
  }
}
.kv__h1 {
  height: 100%;
  -webkit-transform: translateY(81px);
          transform: translateY(81px);
  padding-bottom: 25px;
  position: relative;
  padding-left: 12.1428571429%;
  width: calc(100% - 100px);
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media not all and (min-width: 769px) {
  .kv__h1 {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
  }
}
.kv__h1 h1 {
  font-size: 56px;
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0.1em;
}
@media not all and (min-width: 769px) {
  .kv__h1 h1 {
    text-align: center;
    -webkit-transform: translateY(113px);
            transform: translateY(113px);
  }
}
.kv__h1 h1 i {
  font-style: normal;
  display: inline-block;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 2.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
body.hide .kv__h1 h1 i {
  opacity: 0;
  -webkit-transform: translate3d(30px, 0, 0);
          transform: translate3d(30px, 0, 0);
}
.kv__h1 > span.en {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #5A2B14;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
  white-space: nowrap;
  position: absolute;
  top: 179px;
  left: 3.6%;
  letter-spacing: 0.1em;
  background-color: #f4f5f5;
  padding-bottom: 36px;
}
@media not all and (min-width: 769px) {
  .kv__h1 > span.en {
    font-size: 14px;
    top: 40px;
    left: 10px;
    padding-bottom: 14px;
  }
}
.kv__h1 > span.en::before {
  content: "";
  width: 1px;
  height: 360px;
  position: absolute;
  top: 1px;
  left: 50%;
  z-index: -1;
  background-color: #BAAEA8;
  -webkit-transition: height 2s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
  transition: height 2s cubic-bezier(0.165, 0.84, 0.44, 1) 1s;
}
@media not all and (min-width: 769px) {
  .kv__h1 > span.en::before {
    height: 223px;
  }
}
body.hide .kv__h1 > span.en::before {
  height: 0;
}
.kv__h1__breadcrumb {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: 81px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 0 70px;
}
.kv__h1__breadcrumb ul {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kv__h1__breadcrumb ul li {
  position: relative;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kv__h1__breadcrumb ul li:nth-child(n+2) {
  margin-left: 37px;
}
.kv__h1__breadcrumb ul li:nth-child(n+2)::before {
  content: "";
  width: 6px;
  height: 6px;
  border-width: 1px 1px 0 0;
  border-color: #9b9c9c;
  border-style: solid;
  -webkit-transform: rotate(45deg) translate(0, -50%);
          transform: rotate(45deg) translate(0, -50%);
  position: absolute;
  top: 50%;
  left: -26px;
}
.kv__h1__breadcrumb ul li > * {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  padding: 3px 0;
  letter-spacing: 0.1em;
}
.kv__h1__breadcrumb ul li a {
  position: relative;
}
.kv__h1__breadcrumb ul li a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #9b9c9c;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.kv__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 64.2857142857%;
  height: 100%;
}
@media all and (max-width: 1100px) {
  .kv__img {
    width: 50%;
  }
}
@media not all and (min-width: 769px) {
  .kv__img {
    width: 85.3333333333%;
  }
}
.kv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1), transform 2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 2s cubic-bezier(0.25, 0.1, 0.25, 1), transform 2s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 2s cubic-bezier(0.25, 0.1, 0.25, 1);
}
body.hide .kv__img img {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

.page {
  /* ==========================================================================
     °ÄÃÅ»Ê¹Ú×ã²Ê_°ÄÃÅÏÖ½ðÍø-ÌåÓýÔÚÏß - Ë½¤¿¤Á¤ÎÏë¤¤ OUR MESSAGE
  ========================================================================== */
  /* ==========================================================================
     °ÄÃÅ»Ê¹Ú×ã²Ê_°ÄÃÅÏÖ½ðÍø-ÌåÓýÔÚÏß - µ±Ôº¤Ë¤Ä¤¤¤Æ ABOUT US
  ========================================================================== */
  /* ==========================================================================
     °ÄÃÅ»Ê¹Ú×ã²Ê_°ÄÃÅÏÖ½ðÍø-ÌåÓýÔÚÏß - Ô\¯Ÿ¤Î¤´°¸ÄÚ MEDICAL INFO
  ========================================================================== */
  /* ==========================================================================
     °ÄÃÅ»Ê¹Ú×ã²Ê_°ÄÃÅÏÖ½ðÍø-ÌåÓýÔÚÏß - µØÓò¤È¤ÎßBÐ¯ COMMUNITY
  ========================================================================== */
  /* ==========================================================================
     °ÄÃÅ»Ê¹Ú×ã²Ê_°ÄÃÅÏÖ½ðÍø-ÌåÓýÔÚÏß - ²¡ÊÒ¤È­h¾³ ROOM
  ========================================================================== */
  /* ==========================================================================
     °ÄÃÅ»Ê¹Ú×ã²Ê_°ÄÃÅÏÖ½ðÍø-ÌåÓýÔÚÏß - ÈëÔº¤Î¤´°¸ÄÚ HOSPITALIZATION
  ========================================================================== */
  /* ==========================================================================
     °ÄÃÅ»Ê¹Ú×ã²Ê_°ÄÃÅÏÖ½ðÍø-ÌåÓýÔÚÏß - ½»Í¨¥¢¥¯¥»¥¹ ACCESS
  ========================================================================== */
  /* ==========================================================================
     °ÄÃÅ»Ê¹Ú×ã²Ê_°ÄÃÅÏÖ½ðÍø-ÌåÓýÔÚÏß - ¤è¤¯¤¢¤ë¤´Ù|†– FAQ
  ========================================================================== */
  /* ==========================================================================
     °ÄÃÅ»Ê¹Ú×ã²Ê_°ÄÃÅÏÖ½ðÍø-ÌåÓýÔÚÏß - ¤ª†–¤¤ºÏ¤ï¤» CONTACT
  ========================================================================== */
  /* ==========================================================================
     °ÄÃÅ»Ê¹Ú×ã²Ê_°ÄÃÅÏÖ½ðÍø-ÌåÓýÔÚÏß - ‚€ÈËÇéˆó±£×o·½á˜ PRIVACY POLICY
  ========================================================================== */
  /* ==========================================================================
     °ÄÃÅ»Ê¹Ú×ã²Ê_°ÄÃÅÏÖ½ðÍø-ÌåÓýÔÚÏß - ÈëÔº¤Î¤´°¸ÄÚ HOSPITALIZATION
  ========================================================================== */
}
.page-message main {
  padding-bottom: 0;
}
@media not all and (min-width: 769px) {
  .page-message main .kv {
    margin-bottom: 272px;
  }
}
.page-message main .content1 .img_l {
  padding-top: 118px;
}
@media not all and (min-width: 769px) {
  .page-message main .content1 .img_l {
    padding-top: 0;
    margin-bottom: 43px;
  }
}
.page-message main .content1 .img_l img {
  width: 85.7142857143%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media not all and (min-width: 769px) {
  .page-message main .content1 .img_l img {
    width: 100%;
    height: 438px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-message main .content1 .sakura_ttl {
  margin-bottom: 94px;
}
@media not all and (min-width: 769px) {
  .page-message main .content1 .sakura_ttl {
    margin-bottom: 116px;
  }
}
@media all and (-ms-high-contrast: none\0 ) {
  .page-message main .content1 .sakura_ttl {
    margin-bottom: 0;
    height: 489px;
  }
}
.page-message main .content2 {
  margin-top: 128px;
}
@media not all and (min-width: 769px) {
  .page-message main .content2 {
    margin-top: 64px;
  }
}
.page-message main .content2 .txt_l {
  margin-top: 26px;
}
@media not all and (min-width: 769px) {
  .page-message main .content2 .txt_l {
    margin-top: 54px;
  }
}
.page-message main .content2 .img_r img {
  width: 71.4285714286%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media not all and (min-width: 769px) {
  .page-message main .content2 .img_r img {
    width: 80%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 165px;
  }
}
.page-message main .content3 {
  margin-top: 100px;
}
@media not all and (min-width: 769px) {
  .page-message main .content3 {
    margin-top: 55px;
  }
}
.page-message main .content3 .img_l img {
  width: 90.5660377358%;
}
@media not all and (min-width: 769px) {
  .page-message main .content3 .img_l img {
    width: 89.552238806%;
    margin: 0 auto;
  }
}
.page-message main .content3 .txt_r {
  padding-top: 73px;
}
@media not all and (min-width: 769px) {
  .page-message main .content3 .txt_r {
    padding-top: 61px;
  }
}
.page-message main .content4 {
  padding: 130px 0 0;
}
@media not all and (min-width: 769px) {
  .page-message main .content4 {
    padding-top: 68px;
  }
}
.page-message main .mov {
  padding-bottom: 140px;
  margin-top: 278px;
}
@media not all and (min-width: 769px) {
  .page-message main .mov {
    padding-bottom: 110px;
    margin-top: 152px;
  }
}
.page-message main .mov .video {
  -webkit-transform: translateY(-137px);
          transform: translateY(-137px);
  position: relative;
}
@media not all and (min-width: 769px) {
  .page-message main .mov .video {
    -webkit-transform: translate(-20px, -48px);
            transform: translate(-20px, -48px);
  }
}
.page-message main .mov .video video {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-message main .mov .video .control_btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
}
.page-message main .mov .video .control_btn i {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 130px;
  height: 130px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-style: normal;
  color: #fff;
}
@media not all and (min-width: 769px) {
  .page-message main .mov .video .control_btn i {
    width: 80px;
    height: 80px;
  }
}
.page-message main .mov .video .control_btn i.play {
  background: url("/facilities/kanwa_hosp/wp-content/themes/sakura-u/assets/video/play_btn.svg") no-repeat center center/contain;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page-message main .mov .video .control_btn i.play::after {
  content: "PLAY MOVIE";
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
}
@media not all and (min-width: 769px) {
  .page-message main .mov .video .control_btn i.play::after {
    line-height: 1.5;
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
  }
}
.page-message main .mov .video .control_btn i.pause {
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.page-message main .mov .video .control_btn i.pause::after {
  content: "";
  width: 15px;
  height: 25px;
  border-width: 0 3px;
  border-color: rgba(255, 255, 255, 0.5);
  border-style: solid;
}
@media not all and (min-width: 769px) {
  .page-message main .mov .video .control_btn i.pause::after {
    width: 8px;
    height: 17px;
    border-width: 0 2px;
  }
}
.page-message main .mov .video .control_btn.play {
  background-color: rgba(0, 0, 0, 0);
}
.page-message main .mov .video .control_btn.play i.play {
  opacity: 0;
}
@media all and (min-width: 769px) {
  .page-message main .mov .video .control_btn.play:hover i.pause {
    opacity: 1;
  }
}
@media not all and (min-width: 769px) {
  .page-message main .mov .video .control_btn.play.hover i.pause {
    opacity: 1;
  }
}
.page-about .kv {
  margin-bottom: 220px;
}
.page-about .greeting {
  margin-top: 80px;
}
@media not all and (min-width: 769px) {
  .page-about .greeting {
    margin-top: 41px;
  }
}
.page-about .greeting .img_l img {
  width: 85.7142857143%;
}
@media not all and (min-width: 769px) {
  .page-about .greeting .img_l img {
    width: 100%;
  }
}
@media not all and (min-width: 769px) {
  .page-about .greeting .txt_r {
    margin-top: 60px;
  }
}
.page-about .greeting .txt_r p {
  padding-left: 12%;
}
@media not all and (min-width: 769px) {
  .page-about .greeting .txt_r p {
    padding-left: 0;
  }
}
.page-about .greeting .txt_r p.signature {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 37px;
}
@media not all and (min-width: 769px) {
  .page-about .greeting .txt_r p.signature {
    margin-top: 62px;
  }
}
.page-about .greeting .txt_r p.signature img {
  max-width: 134px;
  margin-left: 24px;
}
.page-about .title02 {
  margin-top: 182px;
}
@media not all and (min-width: 769px) {
  .page-about .title02 {
    margin-top: 106px;
  }
  .page-about .title02 .img {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  .page-about .title02 h2 {
    margin-top: 60px;
  }
}
.page-about .philosophy {
  margin-top: 25px;
}
.page-about .philosophy .img_r img {
  width: 91.4285714286%;
}
.page-about .philosophy dl {
  margin-top: 20px;
}
@media not all and (min-width: 769px) {
  .page-about .philosophy dl {
    margin-top: 10px;
  }
}
.page-about .policy01 {
  margin-top: 96px;
}
@media not all and (min-width: 769px) {
  .page-about .policy01 {
    margin-top: 41px;
  }
}
.page-about .policy01 .img_l img {
  width: 85.7142857143%;
}
@media not all and (min-width: 769px) {
  .page-about .policy01 .img_l img {
    width: calc(100% - 80px);
    margin: 0 auto;
    height: 258px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-about .policy01 .txt_r {
  padding-left: 4.6%;
}
@media not all and (min-width: 769px) {
  .page-about .policy01 .txt_r {
    padding-left: 0;
    width: calc(100% - 80px);
    margin: 40px auto 0;
  }
  .page-about .policy01 .txt_r dl {
    margin-top: 11px;
  }
  .page-about .policy01 .txt_r dl dt {
    line-height: 2;
  }
  .page-about .policy01 .txt_r dl dd {
    margin-top: 14px;
  }
}
.page-about .policy02 {
  margin-top: 130px;
}
@media not all and (min-width: 769px) {
  .page-about .policy02 {
    margin-top: 11px;
  }
}
.page-about .policy02 .txt_l {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.page-about .policy02 .img_r {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.page-about .policy02 .img_r img {
  width: 68.5714285714%;
}
@media not all and (min-width: 769px) {
  .page-about .policy02 .img_r img {
    width: 41%;
    margin-top: 50px;
    height: 110px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-about .dr_message {
  margin-top: 83px;
}
@media not all and (min-width: 769px) {
  .page-about .dr_message {
    margin-top: 49px;
  }
}
.page-about .dr_message h3 {
  margin-bottom: 40px;
}
@media not all and (min-width: 769px) {
  .page-about .dr_message h3 {
    text-align: left;
    padding-left: 20px;
    margin-bottom: 30px;
  }
}
.page-about .dr_message .img_center {
  margin-top: 86px;
  height: 600px;
}
.page-about .dr_message .img_center img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media not all and (min-width: 769px) {
  .page-about .dr_message .img_center {
    margin-top: 44px;
  }
  .page-about .dr_message .img_center.sp_img_w {
    height: 240px;
    width: 100vw;
    margin-left: -20px;
  }
}
.page-about .possible_range {
  margin-top: 88px;
}
@media not all and (min-width: 769px) {
  .page-about .possible_range {
    margin-top: 37px;
  }
}
.page-about .possible_range h3 {
  letter-spacing: 0.2em;
}
@media not all and (min-width: 769px) {
  .page-about .possible_range h3 {
    text-align: left;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 2.3;
  }
}
.page-about .possible_range ul {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 44px;
}
@media not all and (min-width: 769px) {
  .page-about .possible_range ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 33px;
  }
}
.page-about .possible_range ul li {
  width: 30%;
}
@media not all and (min-width: 769px) {
  .page-about .possible_range ul li {
    width: 100%;
  }
}
.page-about .possible_range ul li .icon img {
  width: 90px;
  margin: 0 auto;
}
@media all and (-ms-high-contrast: none\0 ) {
  .page-about .possible_range ul li .icon img {
    height: 90px;
  }
}
@media not all and (min-width: 769px) {
  .page-about .possible_range ul li dl {
    margin-top: 20px;
  }
}
.page-about .possible_range ul li dl dt {
  font-size: 24px;
  line-height: 2.1;
  height: 104px;
  font-weight: 600;
  text-align: center;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media not all and (min-width: 769px) {
  .page-about .possible_range ul li dl dt {
    height: auto;
  }
}
.page-about .possible_range ul li dl dd {
  margin-top: 14px;
}
@media not all and (min-width: 769px) {
  .page-about .possible_range ul li dl dd {
    margin-top: 5px;
    padding: 0 20px;
  }
}
@media not all and (min-width: 769px) {
  .page-about .possible_range ul li:nth-child(n+2) {
    margin-top: 20px;
  }
}
.page-about .title03 {
  margin-top: 147px;
}
@media not all and (min-width: 769px) {
  .page-about .title03 {
    margin-top: 109px;
  }
  .page-about .title03 .sakura_ttl {
    margin-top: 60px;
  }
}
.page-about .rights_responsibility {
  margin-top: 77px;
}
@media not all and (min-width: 769px) {
  .page-about .rights_responsibility {
    margin-top: 29px;
  }
}
.page-about .rights_responsibility h3 {
  margin-bottom: 19px;
}
@media not all and (min-width: 769px) {
  .page-about .rights_responsibility h3 {
    margin-bottom: 9px;
  }
}
.page-about .rights_responsibility .img_r img {
  width: 91.4285714286%;
}
.page-about .rights_responsibility_list {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 84px;
}
@media not all and (min-width: 769px) {
  .page-about .rights_responsibility_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 16px;
    padding: 0 20px;
  }
}
.page-about .rights_responsibility_list li {
  width: 44%;
  margin-bottom: 35px;
}
@media not all and (min-width: 769px) {
  .page-about .rights_responsibility_list li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.page-about .title04 {
  margin-top: 148px;
}
@media not all and (min-width: 769px) {
  .page-about .title04 {
    margin-top: 97px;
  }
  .page-about .title04 .sakura_ttl {
    margin-top: 60px;
  }
}
.page-about .overview {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 81px;
}
@media not all and (min-width: 769px) {
  .page-about .overview {
    margin-top: 41px;
  }
}
.page-about .overview .img_l {
  width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-about .overview .txt_r {
  width: 100%;
}
@media all and (min-width: 769px) {
  .page-about .overview .txt_r {
    margin-left: 7.5%;
  }
}
.page-about .overview .txt_r li {
  border-top: 1px solid #EBEDF0;
  padding: 25px 0;
}
@media not all and (min-width: 769px) {
  .page-about .overview .txt_r li {
    padding: 20px;
  }
}
.page-about .overview .txt_r li:last-child {
  border-bottom: 1px solid #EBEDF0;
}
.page-about .overview .txt_r li dl {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (min-width: 769px) {
  .page-about .overview .txt_r li dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-about .overview .txt_r li dl dt {
  width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media not all and (min-width: 769px) {
  .page-about .overview .txt_r li dl dt {
    width: 100%;
  }
}
.page-about .overview .txt_r li dl dd {
  width: 100%;
}
@media not all and (min-width: 769px) {
  .page-about .overview .txt_r li dl dd {
    margin-top: 5px;
  }
}
.page-medical_info .kv {
  margin-bottom: 236px;
}
@media not all and (min-width: 769px) {
  .page-medical_info .kv {
    margin-bottom: 270px;
  }
}
.page-medical_info .content1 {
  position: relative;
  margin-bottom: 151px;
  margin-top: 58px;
  padding-top: 126px;
}
@media not all and (min-width: 769px) {
  .page-medical_info .content1 {
    margin-top: 106px;
    margin-bottom: 40px;
    padding-top: 0;
  }
}
.page-medical_info .content1 .img_l {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  width: 66.0377358491%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-medical_info .content1 .img_l img {
  width: 60%;
  float: right;
}
@media not all and (min-width: 769px) {
  .page-medical_info .content1 .img_l {
    position: absolute;
    bottom: 0;
    left: -20px;
    width: 76%;
    height: 258px;
    -webkit-transform: none;
            transform: none;
  }
  .page-medical_info .content1 .img_l img {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-medical_info .content1 .txt_r {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-medical_info .content1 .txt_r .dr_name {
  padding-left: 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 237px;
}
@media not all and (min-width: 769px) {
  .page-medical_info .content1 .txt_r .dr_name {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin-top: 194px;
    letter-spacing: 0.3em;
    line-height: 2;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.page-medical_info .content1 .txt_r .dr_name b {
  font-size: 24px;
  font-weight: 600;
  display: block;
}
.page-medical_info .career {
  margin-top: 40px;
}
@media not all and (min-width: 769px) {
  .page-medical_info .career {
    margin-top: 30px;
    padding: 0 20px;
  }
}
.page-medical_info .career ul {
  margin-top: 0;
}
@media not all and (min-width: 769px) {
  .page-medical_info .career ul {
    margin-top: 0;
  }
}
.page-medical_info .career ul li {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}
.page-medical_info .career ul li:nth-child(n+2) {
  margin-top: 20px;
}
.page-medical_info .career ul li .y {
  width: 19%;
  min-width: 62px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
}
@media all and (min-width: 769px) {
  .page-medical_info .career ul li .y {
    min-width: 200px;
  }
}
@media not all and (min-width: 769px) {
  .page-medical_info .career ul li.sp_col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-medical_info .career ul li.sp_col .y {
    width: 100%;
  }
}
.page-medical_info .career ul li p {
  width: 100%;
}
.page-medical_info .career ul li .img-doctor {
  width: 40%;
}
@media not all and (min-width: 769px) {
  .page-medical_info .career ul li .img-doctor {
    width: 86%;
  }
}
.page-medical_info .doc2_box {
  margin-top: 85px;
}
@media all and (min-width: 769px) {
  .page-medical_info .doc2_box {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-medical_info .doc2_box .content2 {
    width: 31.1320754717%;
    min-width: 320px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media not all and (min-width: 769px) {
  .page-medical_info .doc2_box {
    margin-bottom: 30px;
    margin-top: 60px;
  }
}
@media all and (min-width: 769px) {
  .page-medical_info .doc2_box .career {
    margin-top: 0;
  }
}
@media all and (-ms-high-contrast: none\0 ) {
  .page-medical_info .doc2_box .career {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.page-medical_info .doc2_box .career ul {
  margin-top: 0;
}
.page-medical_info .doc2_box .career ul li {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-medical_info .doc2_box .career ul li .y {
  width: 100%;
  white-space: normal;
}
.page-medical_info .doc2_box .career ul li:nth-child(n+2) {
  margin-top: 10px;
}
.page-medical_info .doc2_box .career ul + h3 {
  margin-top: 20px;
}
.page-medical_info .doc2_comment {
  margin-top: 30px;
}
@media not all and (min-width: 769px) {
  .page-medical_info .doc2_comment {
    padding: 0 10px 0 20px;
  }
}
@media not all and (min-width: 769px) {
  .page-medical_info .content2 {
    padding: 0 20px 0 30px;
  }
}
.page-medical_info .content2.pc_half {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page-medical_info .content2 .img_l {
  width: 66.0377358491%;
  max-width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media not all and (min-width: 769px) {
  .page-medical_info .content2 .img_l {
    width: 76%;
    height: 260px;
  }
  .page-medical_info .content2 .img_l img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-medical_info .content2 .txt_r {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media not all and (min-width: 769px) {
  .page-medical_info .content2 .txt_r {
    width: 100%;
  }
}
@media all and (-ms-high-contrast: none\0 ) {
  .page-medical_info .content2 .txt_r {
    padding-right: 0;
  }
}
.page-medical_info .content2 .txt_r p {
  padding-left: 0;
}
.page-medical_info .content2 .txt_r .dr_name {
  padding-left: 0;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media not all and (min-width: 769px) {
  .page-medical_info .content2 .txt_r .dr_name {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin-top: 0;
    letter-spacing: 0.3em;
    line-height: 2;
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
.page-medical_info .content2 .txt_r .dr_name b {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  display: block;
}
@media not all and (min-width: 769px) {
  .page-medical_info .title01 .img {
    height: 240px;
  }
  .page-medical_info .title01 .img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-medical_info .title01 h2 {
    margin-top: 60px;
  }
}
.page-medical_info .info {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 81px;
}
@media not all and (min-width: 769px) {
  .page-medical_info .info {
    margin-top: 41px;
  }
}
.page-medical_info .info .img_l {
  width: 25%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-medical_info .info .txt_r {
  width: 100%;
}
@media all and (min-width: 769px) {
  .page-medical_info .info .txt_r {
    margin-left: 7.5%;
  }
}
.page-medical_info .info .txt_r li {
  border-top: 1px solid #EBEDF0;
  padding: 25px 0;
}
@media not all and (min-width: 769px) {
  .page-medical_info .info .txt_r li {
    padding: 20px;
  }
}
.page-medical_info .info .txt_r li:last-child {
  border-bottom: 1px solid #EBEDF0;
}
.page-medical_info .info .txt_r li dl {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (min-width: 769px) {
  .page-medical_info .info .txt_r li dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-medical_info .info .txt_r li dl dt {
  width: 32.7%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media not all and (min-width: 769px) {
  .page-medical_info .info .txt_r li dl dt {
    width: 100%;
  }
}
.page-medical_info .info .txt_r li dl dd {
  width: 100%;
  letter-spacing: 0.1em;
}
.page-medical_info .info .txt_r li dl dd a {
  text-decoration: underline;
}
@media not all and (min-width: 769px) {
  .page-medical_info .info .txt_r li dl dd {
    margin-top: 5px;
  }
}
@media not all and (min-width: 769px) {
  .page-community .kv {
    margin-bottom: 272px;
  }
}
@media all and (min-width: 769px) {
  .page-community .content1 .img_l {
    padding-top: 113px;
  }
}
.page-community .content1 .img_l img {
  width: 85.7142857143%;
}
@media not all and (min-width: 769px) {
  .page-community .content1 .img_l img {
    width: 100%;
  }
}
@media not all and (min-width: 769px) {
  .page-community .content1 .txt_r {
    margin-top: 40px;
  }
}
.page-community .content1 .txt_r h2 {
  margin-bottom: 16.9285714286vw;
}
@media not all and (min-width: 769px) {
  .page-community .content1 .txt_r h2 {
    margin-bottom: 0;
  }
  .page-community .content1 .txt_r h2 + p {
    margin-top: 122px;
  }
}
@media all and (-ms-high-contrast: none\0 ) {
  .page-community .content1 .txt_r h2 {
    margin-bottom: 0;
    height: 582px;
  }
}
.page-community .content1 .txt_r p {
  padding-left: 10%;
  letter-spacing: 0.2em;
}
@media not all and (min-width: 769px) {
  .page-community .content1 .txt_r p {
    padding-left: 0;
  }
}
.page-community h3 {
  line-height: 2;
  letter-spacing: 0.2em;
}
.page-community .content2 {
  margin-top: 110px;
}
@media not all and (min-width: 769px) {
  .page-community .content2 {
    margin-top: 42px;
  }
}
@media not all and (min-width: 769px) {
  .page-community .content2 .txt_l {
    margin-top: 50px;
  }
}
.page-community .content2 .txt_l h3 {
  margin-bottom: 27px;
}
@media all and (min-width: 769px) {
  .page-community .content2 .img_r {
    padding-top: 100px;
  }
}
.page-community .content2 .img_r img {
  width: 71.4285714286%;
}
@media not all and (min-width: 769px) {
  .page-community .content2 .img_r img {
    width: 41.3333333333%;
    height: 110px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-community .content3 {
  margin-top: 110px;
}
@media not all and (min-width: 769px) {
  .page-community .content3 {
    margin-top: 42px;
  }
}
.page-community .content3 .img_l img {
  width: 90.5660377358%;
}
@media not all and (min-width: 769px) {
  .page-community .content3 .img_l img {
    width: 71.6417910448%;
    height: 160px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
  }
}
@media not all and (min-width: 769px) {
  .page-community .content3 .txt_r {
    margin-top: 50px;
  }
}
.page-community .content3 .txt_r h3, .page-community .content3 .txt_r p {
  padding-left: 12%;
}
@media not all and (min-width: 769px) {
  .page-community .content3 .txt_r h3, .page-community .content3 .txt_r p {
    padding-left: 0;
    width: 89.552238806%;
    margin: 0 auto;
  }
}
.page-community .content3 .txt_r h3 {
  margin-bottom: 27px;
}
@media not all and (min-width: 769px) {
  .page-room .kv {
    margin-bottom: 271px;
  }
}
@media all and (min-width: 769px) {
  .page-room_introduction .content1 .img_l {
    width: calc(50% + 130px);
    padding-top: 96px;
  }
}
@media all and (min-width: 769px) and (max-width: 1100px) {
  .page-room_introduction .content1 .img_l {
    width: 59.2857142857%;
  }
}
@media all and (min-width: 769px) {
  .page-room_introduction .content1 .txt_r {
    width: calc(50% - 130px);
  }
}
@media all and (min-width: 769px) and (max-width: 1100px) {
  .page-room_introduction .content1 .txt_r {
    width: 40.7142857143%;
  }
}
.page-room_introduction .content1 .txt_r .sakura_ttl {
  margin-bottom: 19.2857142857vw;
  padding-left: 20%;
}
@media not all and (min-width: 769px) {
  .page-room_introduction .content1 .txt_r .sakura_ttl {
    margin-bottom: 54px;
    padding-left: 0;
  }
}
@media all and (-ms-high-contrast: none\0 ) {
  .page-room_introduction .content1 .txt_r .sakura_ttl {
    margin-bottom: 0;
    height: 464px;
  }
}
@media not all and (min-width: 769px) {
  .page-room_introduction .content1 .txt_r .img img {
    width: 85.0666666667%;
    height: 256px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-room_introduction .content1 .txt_r p {
  padding-left: 20%;
}
@media not all and (min-width: 769px) {
  .page-room_introduction .content1 .txt_r p {
    padding-left: 0;
    margin-top: 32px;
  }
}
.page-room_introduction .slider {
  margin-top: 163px;
}
@media not all and (min-width: 769px) {
  .page-room_introduction .slider {
    margin-top: 67px;
  }
}
.page-room_introduction .slider .slide {
  padding: 0 3.9285714286vw;
  position: relative;
}
.page-room_introduction .slider .slide .title {
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
}
@media not all and (min-width: 769px) {
  .page-room_introduction .slider .slide .title {
    -webkit-transform: translateX(-32px);
            transform: translateX(-32px);
  }
}
.page-room_introduction .slider .slide .title span {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  font-size: 24px;
  text-indent: 0.2em;
  font-weight: 600;
}
@media not all and (min-width: 769px) {
  .page-room_introduction .slider .slide .title span {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    text-indent: 0;
    line-height: 2;
  }
}
.page-room_introduction .slider .slide .title span i {
  font-style: normal;
  -ms-writing-mode: lr-tb;
  -webkit-writing-mode: horizontal-tb;
          writing-mode: horizontal-tb;
}
@media not all and (min-width: 769px) {
  .page-room_introduction .slider .slide {
    padding: 0 5.3333333333vw;
  }
}
.page-room_introduction .slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-color: #000;
  border-style: solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  font-size: 0;
  line-height: 0;
  color: transparent;
  cursor: pointer;
}
.page-room_introduction .slider .slick-prev {
  left: calc(50% - 530px);
  border-width: 0 0 1px 1px;
}
@media all and (max-width: 1100px) {
  .page-room_introduction .slider .slick-prev {
    left: 20px;
  }
}
.page-room_introduction .slider .slick-next {
  right: calc(50% - 530px);
  border-width: 1px 1px 0 0;
}
@media all and (max-width: 1100px) {
  .page-room_introduction .slider .slick-next {
    right: 20px;
  }
}
.page-room_introduction .slider .slick-counter {
  font-size: 16px;
  text-align: right;
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: 100%;
}
@media not all and (min-width: 769px) {
  .page-room_introduction .slider .slick-counter {
    font-size: 12px;
    text-align: center;
  }
}
.page-room_introduction .room_detail {
  margin-top: 170px;
}
@media not all and (min-width: 769px) {
  .page-room_introduction .room_detail {
    margin-top: 104px;
  }
}
.page-room_introduction .room_detail li {
  border-top: 1px solid #EBEDF0;
  padding: 28px 0 27px;
}
@media not all and (min-width: 769px) {
  .page-room_introduction .room_detail li {
    padding: 22px 20px;
  }
}
.page-room_introduction .room_detail li:last-child {
  border-bottom: 1px solid #EBEDF0;
}
.page-room_introduction .room_detail li dl {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (min-width: 769px) {
  .page-room_introduction .room_detail li dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-room_introduction .room_detail li dl dt {
  width: 230px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media not all and (min-width: 769px) {
  .page-room_introduction .room_detail li dl dt {
    width: 100%;
  }
}
.page-room_introduction .room_detail li dl dd {
  width: 100%;
  letter-spacing: 0.1em;
}
@media not all and (min-width: 769px) {
  .page-room_introduction .room_detail li dl dd {
    margin-top: 8px;
  }
}
.page-room_introduction h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 89px;
  letter-spacing: 0.2em;
}
@media not all and (min-width: 769px) {
  .page-room_introduction h3 {
    margin-top: 58px;
    padding: 0 20px;
  }
}
.page-room_introduction .room_facility {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 56px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media not all and (min-width: 769px) {
  .page-room_introduction .room_facility {
    margin-top: 37px;
  }
}
.page-room_introduction .room_facility li {
  width: 24.5283018868%;
}
@media not all and (min-width: 769px) {
  .page-room_introduction .room_facility li:nth-child(1) {
    width: 100%;
    margin-bottom: 26px;
  }
  .page-room_introduction .room_facility li:nth-child(n+2) {
    width: 48%;
  }
  .page-room_introduction .room_facility li img {
    height: 160px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-room_introduction .room_facility li figcaption {
  text-align: center;
  margin-top: 2px;
}
@media not all and (min-width: 769px) {
  .page-room_introduction .room_facility li figcaption {
    letter-spacing: 0;
    line-height: 2;
  }
}
.page-room_facility {
  margin-top: 190px;
}
@media not all and (min-width: 769px) {
  .page-room_facility {
    margin-top: 106px;
  }
}
.page-room_facility .content1 {
  margin-top: 77px;
}
@media not all and (min-width: 769px) {
  .page-room_facility .content1 {
    margin-top: 41px;
  }
}
.page-room_facility .content1 .txt_l {
  padding-right: 6.0377358491%;
}
@media not all and (min-width: 769px) {
  .page-room_facility .content1 .txt_l {
    padding-right: 0;
    margin-top: 62px;
  }
}
.page-room_facility .content1 .txt_l h3 {
  margin-bottom: 22px;
  line-height: 2.3;
}
.page-room_facility .content1 .txt_l p {
  line-height: 2.8;
}
@media all and (min-width: 769px) {
  .page-room_facility .content1 .img_r {
    padding-top: 15px;
  }
}
@media not all and (min-width: 769px) {
  .page-room_facility .content1 .img_r img {
    width: 94.6666666667%;
    height: 246px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-room_facility .content2 {
  margin-top: 257px;
  padding-bottom: 160px;
}
@media not all and (min-width: 769px) {
  .page-room_facility .content2 {
    margin-top: 190px;
    padding-bottom: 183px;
  }
}
.page-room_facility .content2 .img_l {
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
}
@media not all and (min-width: 769px) {
  .page-room_facility .content2 .img_l img {
    width: 84%;
    height: 246px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right center;
       object-position: right center;
  }
}
.page-room_facility .content2 .txt_r {
  padding-top: 92px;
  padding-left: 8%;
}
@media not all and (min-width: 769px) {
  .page-room_facility .content2 .txt_r {
    padding-top: 0;
    padding-left: 10%;
    padding-right: 10%;
  }
}
.page-room_facility .content2 .txt_r h3 {
  line-height: 2.2;
  letter-spacing: 0.1em;
  margin-bottom: 27px;
}
@media not all and (min-width: 769px) {
  .page-room_facility .content2 .txt_r h3 {
    margin-bottom: 22px;
  }
}
.page-room_facility .content2 .txt_r p {
  padding-left: 0;
}
@media not all and (min-width: 769px) {
  .page-room_facility .content2 .txt_r p {
    width: 100%;
    line-height: 2.8;
  }
}
.page-room_facility .content3 .txt_l {
  padding-top: 90px;
  padding-right: 7.7142857143%;
}
@media not all and (min-width: 769px) {
  .page-room_facility .content3 .txt_l {
    padding-top: 0;
    padding-right: 0;
  }
}
.page-room_facility .content3 .txt_l h3 {
  line-height: 2.2;
  letter-spacing: 0.1em;
  margin-bottom: 28px;
}
@media not all and (min-width: 769px) {
  .page-room_facility .content3 .txt_l h3 {
    margin-bottom: 22px;
  }
}
@media not all and (min-width: 769px) {
  .page-room_facility .content3 .txt_l p {
    width: 100%;
    line-height: 2.8;
  }
}
.page-room_facility .content3 .img_r {
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
}
@media not all and (min-width: 769px) {
  .page-room_facility .content3 .img_r img {
    width: 84%;
    height: 246px;
    margin: 0 0 0 auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left center;
       object-position: left center;
  }
}
.page-room_facility .content4 {
  margin-top: 81px;
}
@media not all and (min-width: 769px) {
  .page-room_facility .content4 {
    margin-top: 57px;
  }
}
.page-room_facility .content4 h3 {
  letter-spacing: 0.2em;
  padding-left: 5.9701492537%;
}
.page-room_facility .content4 ul {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 57px;
}
@media not all and (min-width: 769px) {
  .page-room_facility .content4 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 38px;
  }
}
.page-room_facility .content4 ul li {
  width: 28.3018867925%;
  margin-left: 7.5471698113%;
  margin-bottom: 53px;
}
@media all and (-ms-high-contrast: none\0 ) {
  .page-room_facility .content4 ul li {
    width: 28%;
    margin-left: 7.5%;
  }
}
@media not all and (min-width: 769px) {
  .page-room_facility .content4 ul li {
    width: 89.552238806%;
    margin: 0 auto;
  }
  .page-room_facility .content4 ul li:nth-child(n+2) {
    margin-top: 55px;
  }
}
@media all and (min-width: 769px) {
  .page-room_facility .content4 ul li:nth-child(3n+1) {
    margin-left: 0;
  }
}
.page-room_facility .content4 ul li figure {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-room_facility .content4 ul li figure figcaption {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
}
.page-room_facility .content4 ul li figure .img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}
.page-room_facility .content4 ul li figure .img img {
  margin-bottom: 10px;
}
@media not all and (min-width: 769px) {
  .page-room_facility .content4 ul li figure .img p {
    width: calc(100% + 34px);
    -webkit-transform: translateX(-34px);
            transform: translateX(-34px);
    line-height: 2.8;
  }
}
.page-room_floormap {
  margin-top: 91px;
}
@media not all and (min-width: 769px) {
  .page-room_floormap {
    margin-top: 98px;
  }
}
.page-room_floormap_img {
  margin-top: 82px;
}
@media not all and (min-width: 769px) {
  .page-room_floormap_img {
    margin-top: 41px;
  }
}
.page-hospitalization .kv {
  margin-bottom: 229px;
}
@media not all and (min-width: 769px) {
  .page-hospitalization .kv {
    margin-bottom: 264px;
  }
}
@media all and (min-width: 769px) {
  .page-hospitalization_admission_border .title01 .sakura_ttl {
    width: 50%;
    margin: 0 0 0 auto;
    padding-left: 6.0377358491%;
  }
}
.page-hospitalization_admission_border .content1 {
  margin-top: 80px;
}
@media not all and (min-width: 769px) {
  .page-hospitalization_admission_border .content1 {
    margin-top: 41px;
  }
}
@media all and (min-width: 769px) {
  .page-hospitalization_admission_border .content1 .img_l {
    padding-top: 11px;
  }
}
@media not all and (min-width: 769px) {
  .page-hospitalization_admission_border .content1 .img_l img {
    width: 89.3333333333%;
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 0 0 auto;
  }
}
.page-hospitalization_admission_border .content1 .txt_r {
  padding-left: 4.5714285714%;
}
@media not all and (min-width: 769px) {
  .page-hospitalization_admission_border .content1 .txt_r {
    width: 78.6666666667%;
    margin: 0 auto;
    padding-left: 0;
    margin-top: 60px;
  }
}
.page-hospitalization_admission_border .content1 .txt_r h3 {
  line-height: 2.2;
}
.page-hospitalization_admission_border .content1 .txt_r ul {
  margin-top: 25px;
  counter-reset: item 0;
}
@media not all and (min-width: 769px) {
  .page-hospitalization_admission_border .content1 .txt_r ul {
    margin-top: 15px;
  }
}
.page-hospitalization_admission_border .content1 .txt_r ul li {
  position: relative;
  padding-left: 45px;
  letter-spacing: 0.1em;
}
@media not all and (min-width: 769px) {
  .page-hospitalization_admission_border .content1 .txt_r ul li {
    padding-left: 0;
    padding-top: 40px;
  }
}
.page-hospitalization_admission_border .content1 .txt_r ul li:nth-child(n+2) {
  margin-top: 14px;
}
@media not all and (min-width: 769px) {
  .page-hospitalization_admission_border .content1 .txt_r ul li:nth-child(n+2) {
    margin-top: 18px;
  }
}
.page-hospitalization_admission_border .content1 .txt_r ul li::before {
  counter-increment: item 1;
  content: counter(item);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
}
.page-hospitalization_discharge_border {
  margin-top: 191px;
}
@media not all and (min-width: 769px) {
  .page-hospitalization_discharge_border {
    margin-top: 98px;
  }
}
.page-hospitalization_discharge_border .content1 {
  margin-top: 81px;
}
@media not all and (min-width: 769px) {
  .page-hospitalization_discharge_border .content1 {
    margin-top: 42px;
  }
}
@media all and (min-width: 769px) {
  .page-hospitalization_discharge_border .content1 .txt_l {
    padding-right: 4.5714285714%;
  }
}
@media not all and (min-width: 769px) {
  .page-hospitalization_discharge_border .content1 .txt_l {
    margin-top: 59px;
  }
}
.page-hospitalization_discharge_border .content1 .txt_l ul {
  counter-reset: item 0;
}
.page-hospitalization_discharge_border .content1 .txt_l ul li {
  position: relative;
  padding-left: 45px;
  letter-spacing: 0.1em;
}
@media not all and (min-width: 769px) {
  .page-hospitalization_discharge_border .content1 .txt_l ul li {
    padding-left: 0;
    padding-top: 40px;
  }
}
.page-hospitalization_discharge_border .content1 .txt_l ul li:nth-child(n+2) {
  margin-top: 14px;
}
@media not all and (min-width: 769px) {
  .page-hospitalization_discharge_border .content1 .txt_l ul li:nth-child(n+2) {
    margin-top: 18px;
  }
}
.page-hospitalization_discharge_border .content1 .txt_l ul li::before {
  counter-increment: item 1;
  content: counter(item);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
}
@media all and (min-width: 769px) {
  .page-hospitalization_discharge_border .content1 .img_r {
    padding-top: 11px;
  }
}
@media not all and (min-width: 769px) {
  .page-hospitalization_discharge_border .content1 .img_r img {
    width: 89.3333333333%;
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 0 0 auto;
  }
}
.page-hospitalization_flow {
  margin-top: 200px;
}
@media not all and (min-width: 769px) {
  .page-hospitalization_flow {
    margin-top: 110px;
  }
}
.page-hospitalization_flow .box {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  position: relative;
  z-index: 2;
  padding-top: 91px;
}
@media not all and (min-width: 769px) {
  .page-hospitalization_flow .box {
    -webkit-transform: translateY(-80px);
            transform: translateY(-80px);
    padding-top: 42px;
  }
}
.page-hospitalization_flow .box .container {
  width: 95%;
  max-width: 1230px;
  margin: 0 0 0 auto;
  padding-right: calc(100px + 5%);
}
@media not all and (min-width: 769px) {
  .page-hospitalization_flow .box .container {
    width: calc(100% - 20px);
    padding-right: 60px;
  }
}
.page-hospitalization_flow .box::before {
  content: "";
  width: calc(100% - 100px);
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media not all and (min-width: 769px) {
  .page-hospitalization_flow .box::before {
    width: calc(100% - 40px);
  }
}
.page-hospitalization_flow .box ul {
  counter-reset: item 0;
  margin-top: 82px;
}
@media not all and (min-width: 769px) {
  .page-hospitalization_flow .box ul {
    margin-top: 41px;
  }
}
.page-hospitalization_flow .box ul li {
  letter-spacing: 0.1em;
  position: relative;
}
.page-hospitalization_flow .box ul li::before {
  counter-increment: item 1;
  content: "¥¹¥Æ¥Ã¥×" counter(item);
  font-size: 24px;
  font-weight: 600;
  display: block;
  border-width: 1px 0;
  border-color: #EBEDF0;
  border-style: solid;
  line-height: 1;
  letter-spacing: 0.2em;
  padding: 16px 6px;
  margin-bottom: 13px;
}
@media not all and (min-width: 769px) {
  .page-hospitalization_flow .box ul li::before {
    margin-bottom: 23px;
  }
}
.page-hospitalization_flow .box ul li:nth-child(n+2) {
  margin-top: 61px;
}
@media not all and (min-width: 769px) {
  .page-hospitalization_flow .box ul li:nth-child(n+2) {
    margin-top: 64px;
  }
}
.page-hospitalization_flow .box ul li:nth-child(n+2)::after {
  content: "";
  width: 15px;
  height: 15px;
  border-width: 0 1px 1px 0;
  border-color: #000;
  border-style: solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.page-hospitalization_notice.belongings_cost {
  margin-top: 82px;
}
@media not all and (min-width: 769px) {
  .page-hospitalization_notice.belongings_cost {
    margin-top: 20px;
  }
}
.page-hospitalization_notice.eating_meeting {
  margin-top: 193px;
}
@media not all and (min-width: 769px) {
  .page-hospitalization_notice.eating_meeting {
    margin-top: 113px;
  }
}
.page-hospitalization_notice ul {
  margin-top: 81px;
}
@media not all and (min-width: 769px) {
  .page-hospitalization_notice ul {
    margin-top: 41px;
  }
}
.page-hospitalization_notice ul li {
  border-top: 1px solid #EBEDF0;
  padding: 28px 0 31px;
}
@media not all and (min-width: 769px) {
  .page-hospitalization_notice ul li {
    padding: 22px 20px;
  }
}
.page-hospitalization_notice ul li:last-child {
  border-bottom: 1px solid #EBEDF0;
}
.page-hospitalization_notice ul li dl {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (min-width: 769px) {
  .page-hospitalization_notice ul li dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-hospitalization_notice ul li dl dt {
  width: 230px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media not all and (min-width: 769px) {
  .page-hospitalization_notice ul li dl dt {
    width: 100%;
  }
}
.page-hospitalization_notice ul li dl dd {
  width: 100%;
  letter-spacing: 0.1em;
}
@media not all and (min-width: 769px) {
  .page-hospitalization_notice ul li dl dd {
    margin-top: 8px;
  }
}
.page-hospitalization_notice .btn_box {
  margin-top: 60px;
}
.page-hospitalization_notice .btn_box.center .btn {
  margin: 0 auto;
}
.page-access main {
  padding-bottom: 200px;
}
@media not all and (min-width: 769px) {
  .page-access main {
    padding-bottom: 100px;
  }
}
@media not all and (min-width: 769px) {
  .page-access main .kv {
    margin-bottom: 264px;
  }
}
.page-access .map {
  max-width: 1240px;
  padding: 0 20px 30px;
  margin: 90px auto 0;
  position: relative;
}
@media not all and (min-width: 769px) {
  .page-access .map {
    margin-top: 41px;
  }
}
@media all and (min-width: 769px) {
  .page-access .map .address {
    position: absolute;
    bottom: 0;
    left: 7.2%;
  }
}
@media not all and (min-width: 769px) {
  .page-access .map .address {
    margin-top: 50px;
  }
}
.page-access .map .address address {
  font-style: normal;
  font-size: 16px;
  line-height: 2;
}
.page-access .map .address a {
  width: 150px;
  height: 30px;
  padding-top: 2px;
  margin-top: 19px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  border: 1px solid #BAAEA8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-access .map .address a::before {
  content: "";
  width: 13px;
  height: 17px;
  background: url("/facilities/kanwa_hosp/wp-content/themes/sakura-u/assets/images/icon_map.svg") no-repeat center center/contain;
  margin-right: 12px;
}
.page-access .map .address a:hover {
  border-color: #816B60;
  background-color: #816B60;
  color: #fff;
  opacity: 1;
}
.page-access .map .address a:hover::before {
  background-image: url("/facilities/kanwa_hosp/wp-content/themes/sakura-u/assets/images/icon_map_hover.svg");
}
.page-access .route {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 94px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #EBEDF0;
  padding: 40px 0;
}
@media not all and (min-width: 769px) {
  .page-access .route {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
    margin-top: 77px;
  }
}
@media all and (min-width: 769px) {
  .page-access .route > div {
    width: 50%;
  }
  .page-access .route > div.txt_l {
    padding-right: 4.7169811321%;
  }
  .page-access .route > div.txt_r {
    padding-left: 4.7169811321%;
    border-left: 1px solid #EBEDF0;
  }
}
@media not all and (min-width: 769px) {
  .page-access .route .txt_l,
  .page-access .route .txt_r {
    padding: 0 20px;
  }
  .page-access .route .txt_r {
    border-top: 1px solid #EBEDF0;
    margin-top: 22px;
    padding-top: 20px;
  }
}
.page-access .route h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.page-access .route h3:nth-of-type(n+2) {
  margin-top: 37px;
}
@media not all and (min-width: 769px) {
  .page-access .route p {
    width: 100% !important;
  }
}
.page-access .route dl {
  margin-top: 40px;
}
@media not all and (min-width: 769px) {
  .page-access .route dl {
    margin-top: 35px;
  }
}
.page-access .route dl dt {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.page-access .route dl dt:nth-of-type(n+2) {
  margin-top: 37px;
}
.page-access .route dl dt::before {
  content: "-";
  margin-right: 5px;
}
@media all and (min-width: 769px) {
  .page-faq .kv {
    margin-bottom: 220px;
  }
}
.page-faq main .tr.container h2 {
  margin-bottom: 20px;
}
@media not all and (min-width: 769px) {
  .page-faq main .tr.container h2 + p {
    width: 100%;
  }
}
.page-faq main .tr section {
  margin-top: 81px;
}
@media not all and (min-width: 769px) {
  .page-faq main .tr section {
    margin-top: 50px;
  }
}
.page-faq main h3 {
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding-left: 13px;
  position: relative;
}
.page-faq main h3::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.page-faq main h3 + ul {
  margin-top: 29px;
}
@media not all and (min-width: 769px) {
  .page-faq main h3 + ul {
    margin-top: 30px;
  }
}
.page-faq main ul li {
  border-top: 1px solid #EBEDF0;
}
.page-faq main ul li:last-child {
  border-bottom: 1px solid #EBEDF0;
}
.page-faq main ul li dl {
  position: relative;
}
.page-faq main ul li dl::before, .page-faq main ul li dl::after {
  content: "";
  width: 22px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 48px;
  right: 0;
  z-index: -1;
}
@media not all and (min-width: 769px) {
  .page-faq main ul li dl::before, .page-faq main ul li dl::after {
    top: 43px;
  }
}
.page-faq main ul li dl::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.page-faq main ul li dl dt {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 35px;
  position: relative;
  cursor: pointer;
}
@media not all and (min-width: 769px) {
  .page-faq main ul li dl dt {
    padding: 30px 35px 35px;
  }
}
.page-faq main ul li dl dt::before {
  content: "Q";
  position: absolute;
  top: 35px;
  left: 0;
}
@media not all and (min-width: 769px) {
  .page-faq main ul li dl dt::before {
    top: 30px;
  }
}
.page-faq main ul li dl dd {
  font-size: 16px;
  padding: 5px 35px 35px;
}
@media not all and (min-width: 769px) {
  .page-faq main ul li dl dd {
    padding: 5px 20px 30px;
  }
}
.page-faq main ul li dl dd a {
  text-decoration: underline;
}
.page-faq main ul li dl.open::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.page-contact .contact_header p {
  text-align: center;
}
@media not all and (min-width: 769px) {
  .page-contact .contact_header p {
    text-align: left;
  }
}
.page-contact .in_call {
  margin-top: 100px;
}
@media not all and (min-width: 769px) {
  .page-contact .in_call {
    margin-top: 78px;
  }
}
.page-contact .in_call .tel_box {
  padding: 35px 0;
  border-width: 1px 0;
  border-color: #EBEDF0;
  border-style: solid;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 98px;
}
@media not all and (min-width: 769px) {
  .page-contact .in_call .tel_box {
    padding: 30px 0;
    margin-top: 50px;
  }
}
.page-contact .in_call .tel_box .tel_link {
  font-weight: 600;
  margin-bottom: 10px;
}
.page-contact .in_call .tel_box .tel_link small {
  font-size: 20px;
  line-height: 1;
  vertical-align: baseline;
  margin-right: 10px;
  display: inline-block;
}
@media not all and (min-width: 769px) {
  .page-contact .in_call .tel_box .tel_link small {
    display: block;
    text-align: center;
    font-size: 18px;
  }
}
.page-contact .in_call .tel_box .tel_link b {
  font-size: 50px;
  letter-spacing: 0.1em;
  line-height: 1;
  display: inline-block;
}
@media not all and (min-width: 769px) {
  .page-contact .in_call .tel_box .tel_link b {
    font-size: 32px;
    display: block;
    text-align: center;
    margin-top: 10px;
  }
}
.page-contact .in_call .tel_box p {
  text-align: center;
}
@media not all and (min-width: 769px) {
  .page-contact .in_call .tel_box p {
    text-align: left;
  }
}
.page-contact .in_email {
  margin-top: 200px;
}
@media not all and (min-width: 769px) {
  .page-contact .in_email {
    margin-top: 116px;
  }
}
@media not all and (min-width: 769px) {
  .page-privacy_policy main .kv {
    margin-bottom: 420px;
  }
}
@media not all and (min-width: 350px) {
  .page-privacy_policy main .kv {
    margin-bottom: 400px;
  }
}
.page-privacy_policy main .kv__h1 h1 {
  font-size: 45px;
}
@media all and (min-width: 769px) {
  .page-privacy_policy main .kv__h1 h1 {
    letter-spacing: 0.2em;
    padding-top: 170px;
    line-height: 1.78;
  }
}
@media not all and (min-width: 769px) {
  .page-privacy_policy main .kv__h1 h1 {
    -webkit-transform: translate(14px, 279px);
            transform: translate(14px, 279px);
    line-height: 1.8;
    letter-spacing: 0.2em;
  }
}
@media not all and (min-width: 350px) {
  .page-privacy_policy main .kv__h1 h1 {
    font-size: 40px;
    -webkit-transform: translate(14px, 250px);
            transform: translate(14px, 250px);
  }
}
@media not all and (min-width: 769px) {
  .page-privacy_policy main .kv__h1 > span.en {
    background: none;
  }
  .page-privacy_policy main .kv__h1 > span.en::before {
    top: 100%;
    height: 17px;
  }
}
.page-privacy_policy main .tr:nth-child(n+2) {
  padding-top: 150px;
}
@media not all and (min-width: 769px) {
  .page-privacy_policy main .tr:nth-child(n+2) {
    padding-top: 50px;
    margin-top: 50px;
  }
}
.page-privacy_policy main dl {
  margin-top: 98px;
}
@media not all and (min-width: 769px) {
  .page-privacy_policy main dl {
    margin-top: 50px;
  }
}
.page-privacy_policy main dl dt {
  line-height: 2;
}
.page-privacy_policy main dl dt:nth-child(n+2) {
  margin-top: 40px;
}
.page-privacy_policy main dl dd {
  margin-top: 30px;
}
.page-privacy_policy main dl dd ul > li {
  padding-left: 1.2em;
  position: relative;
}
.page-privacy_policy main dl dd ul > li::before {
  position: absolute;
  top: 0;
  left: 0;
}
.page-privacy_policy main dl dd ul.dot > li::before {
  content: "?";
}
.page-privacy_policy main dl dd ul.ast > li::before {
  content: "£ª";
}
.page-privacy_policy main dl .uline {
  text-decoration: underline;
}
.page-privacy_policy main dl .right {
  text-align: right;
}
.page-station .kv {
  margin-bottom: 229px;
}
@media not all and (min-width: 769px) {
  .page-station .kv {
    margin-bottom: 340px;
  }
}
@media not all and (min-width: 769px) {
  .page-station .kv__h1 h1 {
    -webkit-transform: translateY(193px);
            transform: translateY(193px);
  }
}
@media all and (min-width: 769px) {
  .page-station_about .title01 .sakura_ttl {
    width: 50%;
    margin: 0 0 0 auto;
    padding-left: 6.0377358491%;
  }
}
.page-station_about .content1 {
  margin-top: 80px;
}
@media not all and (min-width: 769px) {
  .page-station_about .content1 {
    margin-top: 41px;
  }
}
@media all and (min-width: 769px) {
  .page-station_about .content1 .img_l {
    padding-top: 11px;
  }
}
@media not all and (min-width: 769px) {
  .page-station_about .content1 .img_l img {
    width: 89.3333333333%;
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 0 0 auto;
  }
}
.page-station_about .content1 .txt_r {
  padding-left: 4.5714285714%;
}
@media not all and (min-width: 769px) {
  .page-station_about .content1 .txt_r {
    width: 78.6666666667%;
    margin: 0 auto;
    padding-left: 0;
    margin-top: 60px;
  }
}
.page-station_about .content1 .txt_r h3 {
  line-height: 2.2;
  margin-bottom: 24px;
}
@media not all and (min-width: 769px) {
  .page-station_about .content1 .txt_r h3 {
    margin-bottom: 13px;
  }
}
.page-station_about .content1 .txt_r p {
  padding-left: 0;
}
@media not all and (min-width: 769px) {
  .page-station_about .content1 .txt_r p {
    width: 100%;
  }
}
.page-station_service {
  margin-top: 123px;
}
@media not all and (min-width: 769px) {
  .page-station_service {
    margin-top: 68px;
  }
}
.page-station_service ul {
  margin-top: 81px;
}
@media not all and (min-width: 769px) {
  .page-station_service ul {
    margin-top: 41px;
  }
}
.page-station_service ul li {
  border-top: 1px solid #EBEDF0;
  padding: 28px 0 31px;
}
@media not all and (min-width: 769px) {
  .page-station_service ul li {
    padding: 22px 20px;
  }
}
.page-station_service ul li:last-child {
  border-bottom: 1px solid #EBEDF0;
}
.page-station_service ul li dl {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (min-width: 769px) {
  .page-station_service ul li dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-station_service ul li dl dt {
  width: 230px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media not all and (min-width: 769px) {
  .page-station_service ul li dl dt {
    width: 100%;
  }
}
.page-station_service ul li dl dd {
  width: 100%;
  letter-spacing: 0.1em;
}
@media not all and (min-width: 769px) {
  .page-station_service ul li dl dd {
    margin-top: 8px;
  }
}
.page-station_about2 {
  margin-top: 191px;
}
@media not all and (min-width: 769px) {
  .page-station_about2 {
    margin-top: 132px;
  }
}
.page-station_about2 .content1 {
  margin-top: 81px;
}
@media not all and (min-width: 769px) {
  .page-station_about2 .content1 {
    margin-top: 42px;
  }
}
@media all and (min-width: 769px) {
  .page-station_about2 .content1 .txt_l {
    padding-right: 4.5714285714%;
  }
}
@media not all and (min-width: 769px) {
  .page-station_about2 .content1 .txt_l {
    margin-top: 59px;
  }
}
.page-station_about2 .content1 .txt_l h3 {
  line-height: 2.2;
  margin-bottom: 24px;
}
@media not all and (min-width: 769px) {
  .page-station_about2 .content1 .txt_l h3 {
    margin-bottom: 13px;
  }
}
.page-station_about2 .content1 .txt_l p {
  padding-right: 0;
}
@media all and (min-width: 769px) {
  .page-station_about2 .content1 .img_r {
    padding-top: 11px;
  }
}
@media not all and (min-width: 769px) {
  .page-station_about2 .content1 .img_r img {
    width: 89.3333333333%;
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 0 0 auto;
  }
}
.page-station_contact {
  margin-top: 119px;
}
@media not all and (min-width: 769px) {
  .page-station_contact {
    margin-top: 97px;
  }
}
.page-station_contact h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media not all and (min-width: 769px) {
  .page-station_contact h3 {
    font-size: 20px;
    line-height: 2;
  }
}
.page-station_contact ul {
  margin-top: 11px;
}
@media not all and (min-width: 769px) {
  .page-station_contact ul {
    margin-top: 20px;
  }
}
.page-station_contact ul li {
  border-top: 1px solid #EBEDF0;
  padding: 47px 0 26px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media not all and (min-width: 769px) {
  .page-station_contact ul li {
    padding: 34px 20px 18px;
  }
}
.page-station_contact ul li:last-child {
  border-bottom: 1px solid #EBEDF0;
}
.page-station_contact ul li a {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.2em;
  position: relative;
  white-space: nowrap;
}
@media not all and (min-width: 769px) {
  .page-station_contact ul li a {
    font-size: 32px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.page-station_contact ul li a::before {
  content: "TEL";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2em;
}
@media all and (min-width: 769px) {
  .page-station_contact ul li a::before {
    position: absolute;
    bottom: 2px;
    right: calc(100% + 26px);
  }
}
@media not all and (min-width: 769px) {
  .page-station_contact ul li a::before {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
.page-station_contact ul li address {
  font-style: normal;
  margin-top: 26px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media not all and (min-width: 769px) {
  .page-station_contact ul li address {
    margin-top: 29px;
  }
}

/* ==========================================================================
   °ÄÃÅ»Ê¹Ú×ã²Ê_°ÄÃÅÏÖ½ðÍø-ÌåÓýÔÚÏß - °ÄÃÅ»Ê¹Ú×ã²Ê_°ÄÃÅÏÖ½ðÍø-ÌåÓýÔÚÏß RECRUIT
========================================================================== */
.post-type-archive-recruit main {
  padding-bottom: 250px;
}
.post-type-archive-recruit main .kv {
  margin-bottom: 220px;
}
@media not all and (min-width: 769px) {
  .post-type-archive-recruit main .kv {
    margin-bottom: 184px;
  }
  .post-type-archive-recruit main .kv .kv__h1 h1 {
    -webkit-transform: translateY(33px);
            transform: translateY(33px);
  }
}
.post-type-archive-recruit main .tr .img {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media not all and (min-width: 769px) {
  .post-type-archive-recruit main .tr .img {
    margin-top: 41px;
  }
}
.post-type-archive-recruit main .tr .img span:nth-child(1) {
  width: 56.7924528302%;
  margin-top: 154px;
}
@media not all and (min-width: 769px) {
  .post-type-archive-recruit main .tr .img span:nth-child(1) {
    width: 65.671641791%;
    margin-top: 70px;
  }
}
.post-type-archive-recruit main .tr .img span:nth-child(2) {
  width: 26.8867924528%;
}
@media not all and (min-width: 769px) {
  .post-type-archive-recruit main .tr .img span:nth-child(2) {
    width: 29.8507462687%;
  }
}
.post-type-archive-recruit main .tr p.pc_center {
  margin-top: 73px;
}
@media all and (min-width: 769px) {
  .post-type-archive-recruit main .tr p.pc_center {
    text-align: center;
  }
}
@media not all and (min-width: 769px) {
  .post-type-archive-recruit main .tr p.pc_center {
    margin-top: 59px;
  }
}
.post-type-archive-recruit main .tr .job_categories {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 960px;
  margin: 72px auto 0;
}
@media not all and (min-width: 769px) {
  .post-type-archive-recruit main .tr .job_categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 68px;
  }
}
.post-type-archive-recruit main .tr .job_categories .btn_box {
  width: 30%;
  margin-left: 5%;
  margin-bottom: 5%;
  position: relative;
}
.post-type-archive-recruit main .tr .job_categories .btn_box .note {
  position: absolute;
  bottom: calc(100% + 2px);
  left: 0;
  width: 100%;
  font-size: 0.8em;
  color: #911C1C;
  text-align: center;
}
.post-type-archive-recruit main .tr .job_categories .btn_box:nth-child(3n+1) {
  margin-left: 0;
}
@media not all and (min-width: 769px) {
  .post-type-archive-recruit main .tr .job_categories .btn_box {
    width: 100%;
    max-width: 300px;
    margin-left: 0;
  }
  .post-type-archive-recruit main .tr .job_categories .btn_box:nth-child(n+2) {
    margin-top: 30px;
  }
}

/* ==========================================================================
   °ÄÃÅ»Ê¹Ú×ã²Ê_°ÄÃÅÏÖ½ðÍø-ÌåÓýÔÚÏß - Ä¼¼¯Òªí— RECRUIT
========================================================================== */
.single-recruit .kv {
  margin-bottom: 220px;
}
@media not all and (min-width: 769px) {
  .single-recruit .kv {
    margin-bottom: 184px;
  }
  .single-recruit .kv .kv__h1 h1 {
    -webkit-transform: translateY(33px);
            transform: translateY(33px);
  }
}
.single-recruit .recruit_detail {
  margin-bottom: 30px;
}
@media not all and (min-width: 769px) {
  .single-recruit .recruit_detail {
    margin-bottom: 36px;
  }
}
.single-recruit .recruit_detail .offering_points h3 {
  text-align: center;
  margin-top: 98px;
}
@media not all and (min-width: 769px) {
  .single-recruit .recruit_detail .offering_points h3 {
    margin-top: 50px;
  }
}
.single-recruit .recruit_detail .offering_points ul.detail {
  margin-top: 50px;
}
.single-recruit .recruit_detail .offering_points ul.detail li {
  border-top: 1px solid #EBEDF0;
  padding: 28px 0 27px;
}
@media not all and (min-width: 769px) {
  .single-recruit .recruit_detail .offering_points ul.detail li {
    padding: 22px 20px;
  }
}
.single-recruit .recruit_detail .offering_points ul.detail li:last-child {
  border-bottom: 1px solid #EBEDF0;
}
.single-recruit .recruit_detail .offering_points ul.detail li dl {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media not all and (min-width: 769px) {
  .single-recruit .recruit_detail .offering_points ul.detail li dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.single-recruit .recruit_detail .offering_points ul.detail li dl dt {
  width: 230px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media not all and (min-width: 769px) {
  .single-recruit .recruit_detail .offering_points ul.detail li dl dt {
    width: 100%;
  }
}
.single-recruit .recruit_detail .offering_points ul.detail li dl dd {
  width: 100%;
  letter-spacing: 0.1em;
}
@media not all and (min-width: 769px) {
  .single-recruit .recruit_detail .offering_points ul.detail li dl dd {
    margin-top: 8px;
  }
}
.single-recruit .recruit_detail .offering_points ul.detail li.no_data {
  text-align: center;
}
.single-recruit .recruit_detail .offering_points a.btn.return {
  margin: 80px auto 0;
}
@media not all and (min-width: 769px) {
  .single-recruit .recruit_detail .offering_points a.btn.return {
    margin-top: 60px;
  }
}

/* ==========================================================================
   MW Form
========================================================================== */
.mw_wp_form {
  padding-top: 170px;
}
@media not all and (min-width: 769px) {
  .mw_wp_form {
    padding-top: 80px;
  }
}
.mw_wp_form .step {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #EBEDF0;
  counter-reset: item 0;
  margin-top: 140px;
}
@media not all and (min-width: 769px) {
  .mw_wp_form .step {
    margin-top: 111px;
  }
}
.mw_wp_form .step span {
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  font-size: 16px;
  position: relative;
  padding-top: 16px;
  letter-spacing: 0.1em;
}
@media not all and (min-width: 769px) {
  .mw_wp_form .step span {
    width: 33.33%;
    max-width: 105px;
  }
}
.mw_wp_form .step span::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #000;
}
.mw_wp_form .step span::after {
  counter-increment: item 1;
  content: counter(item, decimal-leading-zero);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.2em;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  padding-bottom: 4px;
}
.mw_wp_form.mw_wp_form_input .step span:not(:nth-child(1)) {
  color: rgba(0, 0, 0, 0.2);
}
.mw_wp_form.mw_wp_form_input .step span:not(:nth-child(1))::before {
  opacity: 0;
}
.mw_wp_form.mw_wp_form_confirm .step span:not(:nth-child(2)) {
  color: rgba(0, 0, 0, 0.2);
}
.mw_wp_form.mw_wp_form_confirm .step span:not(:nth-child(2))::before {
  opacity: 0;
}
.mw_wp_form.mw_wp_form_complete .step span:not(:nth-child(3)) {
  color: rgba(0, 0, 0, 0.2);
}
.mw_wp_form.mw_wp_form_complete .step span:not(:nth-child(3))::before {
  opacity: 0;
}
.mw_wp_form.mw_wp_form_complete h3 {
  text-align: center;
  margin-top: 80px;
}
@media not all and (min-width: 769px) {
  .mw_wp_form.mw_wp_form_complete h3 {
    margin-top: 60px;
  }
}
.mw_wp_form.mw_wp_form_complete h3 + p {
  text-align: center;
  margin-top: 30px;
}
@media not all and (min-width: 769px) {
  .mw_wp_form.mw_wp_form_complete h3 + p {
    text-align: left;
    width: 88.0597014925%;
    margin-top: 40px;
  }
}
.mw_wp_form.mw_wp_form_complete .btn.return {
  border: none;
  background-color: #614b40;
  color: #fff;
  margin: 100px auto 0;
}
.mw_wp_form.mw_wp_form_complete .btn.return::before {
  background-image: url("/facilities/kanwa_hosp/wp-content/themes/sakura-u/assets/images/btn_arrow_white.svg");
}
.mw_wp_form .form_list {
  max-width: 800px;
  margin: 90px auto 0;
}
@media not all and (min-width: 769px) {
  .mw_wp_form .form_list {
    margin-top: 40px;
  }
}
.mw_wp_form .form_list li:nth-child(n+2) {
  margin-top: 29px;
}
@media not all and (min-width: 769px) {
  .mw_wp_form .form_list li:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media all and (min-width: 769px) {
  .mw_wp_form .form_list li dl {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mw_wp_form .form_list li dl dt {
  font-size: 16px;
  font-weight: 500;
  line-height: 46px;
  width: 240px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: 0.1em;
}
@media not all and (min-width: 769px) {
  .mw_wp_form .form_list li dl dt {
    width: 100%;
  }
}
.mw_wp_form .form_list li dl dt.required {
  position: relative;
}
.mw_wp_form .form_list li dl dt.required::after {
  content: "¡ù±Øíš";
  font-size: 12px;
  font-weight: 600;
  color: #EA6182;
  letter-spacing: 0;
  margin-left: 12px;
}
.mw_wp_form .form_list li dl dd {
  width: 100%;
}
.mw_wp_form .form_list li dl dd input:not([type=radio]), .mw_wp_form .form_list li dl dd textarea {
  border: none;
  background-color: #f4f4f4;
  border-radius: 0;
  font-size: 16px;
  letter-spacing: 0.1em;
  padding: 11px 20px;
  width: 100%;
  display: block;
}
@media not all and (min-width: 769px) {
  .mw_wp_form .form_list li dl dd input:not([type=radio]), .mw_wp_form .form_list li dl dd textarea {
    padding: 15px 20px;
  }
}
.mw_wp_form .form_list li dl dd input:not([type=radio])[name=zipcode], .mw_wp_form .form_list li dl dd textarea[name=zipcode] {
  width: 230px;
}
@media not all and (min-width: 769px) {
  .mw_wp_form .form_list li dl dd input:not([type=radio])[name=zipcode], .mw_wp_form .form_list li dl dd textarea[name=zipcode] {
    width: 164px;
  }
}
.mw_wp_form .form_list li dl dd textarea {
  height: 312px;
}
@media not all and (min-width: 769px) {
  .mw_wp_form .form_list li dl dd textarea {
    height: 174px;
  }
}
.mw_wp_form .form_list li dl dd .vertical-item + .vertical-item {
  margin-top: 0;
}
.mw_wp_form .form_list li dl dd input[type=radio] + .mwform-radio-field-text {
  font-size: 16px;
  line-height: 20px;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.mw_wp_form .form_list li dl dd input[type=radio] + .mwform-radio-field-text::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
}
.mw_wp_form .form_list li dl dd input[type=radio] + .mwform-radio-field-text::after {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mw_wp_form .form_list li dl dd input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}
.mw_wp_form .form_list li dl dd input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.mw_wp_form .form_list li dl dd input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.mw_wp_form .form_list li dl dd input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.mw_wp_form .form_list li dl dd input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.mw_wp_form .form_list li dl dd input::placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.mw_wp_form .form_list li dl dd input:-ms-input-placeholder { /* for IE */
  color: rgba(0, 0, 0, 0.2);
}
.mw_wp_form .form_list li dl dd input::-ms-input-placeholder { /* for Edge */
  color: rgba(0, 0, 0, 0.2);
}
.mw_wp_form .form_list .error {
  color: #911C1C;
}
.mw_wp_form .agree_check {
  margin-top: 67px;
  text-align: center;
}
@media not all and (min-width: 769px) {
  .mw_wp_form .agree_check {
    text-align: left;
  }
}
.mw_wp_form .agree_check label {
  display: inline-block;
}
.mw_wp_form .agree_check label .mwform-checkbox-field-text {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1em;
}
.mw_wp_form .agree_check label .mwform-checkbox-field-text::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #f4f4f4;
  margin-right: 10px;
  border: 1px solid #aaa;
}
.mw_wp_form .agree_check label .mwform-checkbox-field-text::after {
  content: "";
  width: 6px;
  height: 12px;
  border-width: 0 3px 3px 0;
  border-color: #000;
  border-style: solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 6px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mw_wp_form .agree_check label .mwform-checkbox-field-text small.required {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: #EA6182;
  letter-spacing: 0;
  margin-left: 12px;
}
.mw_wp_form .agree_check label .mwform-checkbox-field-text a {
  text-decoration: underline;
}
.mw_wp_form .agree_check label input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}
.mw_wp_form .submit_box {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 86px;
  position: relative;
}
@media not all and (min-width: 769px) {
  .mw_wp_form .submit_box {
    margin-top: 56px;
  }
}
.mw_wp_form .submit_box button:not([name=submitBack]) {
  border: none;
  background-color: #614b40;
  color: #fff;
}
.mw_wp_form .submit_box button:not([name=submitBack])::after {
  background-image: url("/facilities/kanwa_hosp/wp-content/themes/sakura-u/assets/images/btn_arrow_white.svg");
}
.mw_wp_form .submit_box button:not([name=submitBack]):disabled {
  background-color: #B8BCBE;
}
.mw_wp_form .submit_box button:not([name=submitBack]):not(:disabled) {
  cursor: pointer;
}
.mw_wp_form .submit_box button:not([name=submitBack]):not(:disabled):hover {
  opacity: 0.8;
}
@media all and (min-width: 769px) {
  .mw_wp_form .submit_box button[name=submitBack] {
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
  }
}
@media not all and (min-width: 769px) {
  .mw_wp_form .submit_box button[name=submitBack] {
    margin-bottom: 20px;
  }
}

/* ==========================================================================
   ²¡´²¿ÕÊÒ
========================================================================== */
.vacancy main {
  padding: 100px 0;
}
@media not all and (min-width: 769px) {
  .vacancy main {
    padding: 70px 0;
  }
  .vacancy main .container {
    width: 100%;
  }
}
.vacancy main .post-password-form {
  margin-top: 50px;
  text-align: center;
}
@media not all and (min-width: 769px) {
  .vacancy main .post-password-form {
    width: calc(100% - 40px);
    margin: 50px auto 0;
  }
}
.vacancy main .post-password-form p + p {
  margin-top: 30px;
}
.vacancy main .post-password-form input[type=password] {
  border: none;
  background-color: #f4f4f4;
  padding: 10px;
}
.vacancy main .post-password-form input[type=submit] {
  width: 100%;
  max-width: 100px;
  height: 45px;
  border: none;
  background-color: #614b40;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  letter-spacing: 0;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 25px auto 0;
  cursor: pointer;
}
.vacancy main .post-password-form input[type=submit]:hover {
  background-color: #816B60;
}
.vacancy main .icon {
  width: 85px;
  margin: 0 auto;
}
.vacancy main h1 {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}
.vacancy main .date {
  font-size: 16px;
  text-align: center;
  margin-top: 90px;
}
.vacancy main ul {
  margin-top: 30px;
}
.vacancy main ul li {
  text-align: center;
  font-size: 16px;
  border-top: 1px solid #EBEDF0;
  padding: 15px 0;
}
.vacancy main ul li:last-child {
  border-bottom: 1px solid #EBEDF0;
}
.vacancy main ul li b {
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  margin: 0 5px 0 40px;
}

/* ==========================================================================
   ²¡´²¿ÕÊÒ
========================================================================== */
.error404 main {
  padding: 100px 0;
}
.error404 main p {
  text-align: center;
}
/*# sourceMappingURL=under.css.map */