@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

html,
body {
  height: 100%; }

html {
  font-size: 62.5%;
  overflow-x: hidden;
  overflow-y: scroll; }

body {
  color: #000;
  font-family: "A1 Gothic R", sans-serif;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size-adjust: 100%;
  letter-spacing: 0; }

header,
main,
footer,
nav,
section,
article {
  display: block; }

ol,
ul,
li {
  list-style: none; }

ul:not([class]) {
  margin: 1em 0; }

table {
  border-collapse: collapse; }

th {
  font-weight: inherit;
  text-align: left;
  vertical-align: top; }

a {
  display: inline-block;
  color: #928e4b;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
  a[class] {
    text-decoration: none; }

strong,
em {
  font-weight: normal;
  font-style: normal; }

a[href^="tel:"] {
  color: inherit; }
  @media only screen and (min-width: 769px) {
    a[href^="tel:"] {
      pointer-events: none; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

p {
  line-height: 1.8;
  margin: 1em 0; }

small {
  font-size: .8em; }

img {
  border: none;
  max-width: 100%; }

button,
input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  border-radius: 0;
  color: #000;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

button,
input[type="checkbox"],
input[type="radio"],
select {
  cursor: pointer; }

textarea {
  resize: vertical; }

[hidden] {
  display: none !important; }

[disabled] {
  cursor: not-allowed; }

:focus:not(:focus-visible) {
  outline: none; }

.radius_btn {
  background: #ffffed;
  -webkit-box-shadow: 0 5px 0 rgba(211, 211, 133, 0.5);
  box-shadow: 0 5px 0 rgba(211, 211, 133, 0.5);
  border-radius: 5.8rem;
  height: 5.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 170px;
  text-align: center;
  font-size: 1.8rem;
  color: #928e4b;
  mix-blend-mode: multiply; }
  .radius_btn:hover {
    background: white !important;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  @media only screen and (max-width: 768px) {
    .radius_btn {
      background: #ffffed;
      -webkit-box-shadow: 0 5px 0 rgba(211, 211, 133, 0.5);
      box-shadow: 0 5px 0 rgba(211, 211, 133, 0.5);
      border-radius: 4rem;
      height: 4rem;
      font-size: 1.4rem;
      width: 13rem; } }

.skelton_btn {
  display: inline-block;
  color: #41a671;
  width: 166px;
  line-height: 53px;
  border: 1px solid;
  border-radius: 6px;
  font-size: 2.2rem; }
  .skelton_btn:hover {
    background: #5bbf8b !important;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #fff; }
  @media only screen and (max-width: 768px) {
    .skelton_btn {
      width: 95px;
      line-height: 30px;
      font-size: 1.2rem; } }
  .skelton_btn + .skelton_btn {
    margin-left: 30px; }
    @media only screen and (max-width: 768px) {
      .skelton_btn + .skelton_btn {
        margin-left: 10px; } }

.skelton_btn2 {
  padding: 20px;
  margin: 20px;
  display: inline-block;
  color: #41a671;
  width: 300px;
  line-height: 53px;
  border: 1px solid;
  border-radius: 6px;
  font-size: 2.2rem; }
  .skelton_btn2:hover {
    background: #5bbf8b !important;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #fff; }
  @media only screen and (max-width: 768px) {
    .skelton_btn2 {
      padding: 20px;
      margin: 20px;
      width: 280px;
      line-height: 30px;
      font-size: 1.2rem; } }
  .skelton_btn2 + .skelton_btn2 {
    margin-left: 30px; }
    @media only screen and (max-width: 768px) {
      .skelton_btn2 + .skelton_btn2 {
        margin: 10px; } }

.solid_btn {
  display: inline-block;
  color: #fff;
  background: #41a671;
  font-size: 3.3rem;
  width: 267px;
  line-height: 85px;
  border-radius: 10px;
  text-align: center; }
  .solid_btn:hover {
    background: #5bbf8b !important;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  @media only screen and (max-width: 768px) {
    .solid_btn {
      font-size: 1.9rem;
      width: 150px;
      line-height: 48px; } }

.hasmargin {
  margin: 1em 0 !important; }

.strong {
  color: #ef5350;
  font-size: .9em; }

.inline {
  display: inline; }

.inline_block {
  display: inline-block; }

@media only screen and (min-width: 769px) {
  .br_sp {
    display: none; } }

@media only screen and (max-width: 768px) {
  .br_pc {
    display: none; } }

.a-center {
  text-align: center; }

.clear {
  clear: both; }

.no_border {
  border: none !important; }

.larger {
  font-size: 1.3em; }

.wrapper {
  background: url("../img/bg_page.jpg") calc(50% - 40px) -100px/1783px auto no-repeat;
  position: relative;
  margin: auto;
  min-height: 100%;
  z-index: 1; }
  @media only screen and (max-width: 768px) {
    .wrapper {
      background: url("../img/bg_page_sp.jpg") calc(50% + 60px) -83px/670px auto no-repeat;
      overflow-x: hidden; } }
  .office .wrapper {
    background: url("../img/bg_office.jpg") 60% -100px/1782px auto no-repeat; }
    @media only screen and (max-width: 768px) {
      .office .wrapper {
        background: url("../img/bg_office_sp.jpg") 58% -86px/650px auto no-repeat; } }
  .vision .wrapper {
    background: url("../img/bg_vision.jpg") calc(50% + 50px) -100px/1610px auto no-repeat; }
    @media only screen and (max-width: 768px) {
      .vision .wrapper {
        background: url("../img/bg_vision_sp.jpg") calc(50% + 10px) -86px/578px auto no-repeat; } }
  .philosophy .wrapper {
    background: url("../img/bg_philosophy.jpg") calc(50% - 70px) -100px/1695px auto no-repeat; }
    @media only screen and (max-width: 768px) {
      .philosophy .wrapper {
        background: url("../img/bg_philosophy_sp.jpg") calc(50% - 40px) -86px/634px auto no-repeat; } }
  .greeting .wrapper {
    background: url("../img/bg_greeting.jpg") calc(50% + 30px) -110px/1590px auto no-repeat; }
    @media only screen and (max-width: 768px) {
      .greeting .wrapper {
        background: url("../img/bg_greeting_sp.jpg") 52% -86px/530px auto no-repeat; } }
  .contact .wrapper {
    background: url("../img/bg_contact.jpg") calc(50% + 30px) -110px/1673px auto no-repeat; }
    @media only screen and (max-width: 768px) {
      .contact .wrapper {
        background: url("../img/bg_contact_sp.jpg") calc(50% + 24px) -78px/555px auto no-repeat; } }
  .care-top .wrapper,
  .mandock-top .wrapper,
  .gallery .wrapper,
  .mandock .wrapper,
  .hamayuu .wrapper,
  .access .wrapper {
    background: url("../img/bg_common.png") calc(50% - 50px) -110px/1471px auto no-repeat; }
    @media only screen and (max-width: 768px) {
      .care-top .wrapper,
      .mandock-top .wrapper,
      .gallery .wrapper,
      .mandock .wrapper,
      .hamayuu .wrapper,
      .access .wrapper {
        background: url("../img/bg_common_sp.png") calc(50% + 15px) -80px/500px auto no-repeat; } }
  @media only screen and (max-width: 768px) {
    .access .wrapper {
      background: url("../img/bg_access_sp.jpg") calc(50% + 0px) -83px/530px auto no-repeat; } }
  .day-care .wrapper {
    background: url("../img/bg_daycare.jpg") calc(50% + 170px) -110px/1845px auto no-repeat; }
    @media only screen and (max-width: 768px) {
      .day-care .wrapper {
        background: url("../img/bg_daycare_sp.jpg") calc(50% + 110px) -85px/760px auto no-repeat; } }
  .hamayuu-works .wrapper,
  .day-rehabilitation .wrapper {
    background: url("../img/bg_dayrehabili.jpg") calc(50% + 90px) -110px/1682px auto no-repeat; }
    @media only screen and (max-width: 768px) {
      .hamayuu-works .wrapper,
      .day-rehabilitation .wrapper {
        background: url("../img/bg_dayrehabili_sp.jpg") calc(50% + 35px) -85px/610px auto no-repeat; } }
  .stay-hamakaze .wrapper {
    background: url("../img/bg_hamakaze.jpg") calc(50% + 60px) -110px/1618px auto no-repeat; }
    @media only screen and (max-width: 768px) {
      .stay-hamakaze .wrapper {
        background: url("../img/bg_hamakaze_sp.jpg") calc(50% + 24px) -78px/555px auto no-repeat; } }
  .stay-hamakko .wrapper {
    background: url("../img/bg_hamakko.jpg") calc(50% + 60px) -110px/1618px auto no-repeat; }
    @media only screen and (max-width: 768px) {
      .stay-hamakko .wrapper {
        background: url("../img/bg_hamakko_sp.jpg") calc(50% + 24px) -78px/555px auto no-repeat; } }
  .stay-satellite .wrapper {
    background: url("../img/bg_satellite.jpg") calc(50% + 50px) -110px/1592px auto no-repeat; }
    @media only screen and (max-width: 768px) {
      .stay-satellite .wrapper {
        background: url("../img/bg_satellite_sp.jpg") calc(50% + 24px) -78px/555px auto no-repeat; } }
  .visit-hamakko .wrapper {
    background: url("../img/bg_visithamakko.jpg") calc(50% + 50px) -110px/1592px auto no-repeat; }
    @media only screen and (max-width: 768px) {
      .visit-hamakko .wrapper {
        background: url("../img/bg_visithamakko_sp.jpg") calc(50% + 40px) -80px/610px auto no-repeat; } }
  .visit-rehabilitation .wrapper {
    background: url("../img/bg_visitreha.jpg") calc(50% + 50px) -110px/1592px auto no-repeat; }
    @media only screen and (max-width: 768px) {
      .visit-rehabilitation .wrapper {
        background: url("../img/bg_visitreha_sp.jpg") calc(50% + 45px) -82px/620px auto no-repeat; } }
  .visit-catering .wrapper {
    background: url("../img/bg_visitcatering.jpg") calc(50% + 65px) -110px/1640px auto no-repeat; }
    @media only screen and (max-width: 768px) {
      .visit-catering .wrapper {
        background: url("../img/bg_visitcatering_sp.jpg") 52% -86px/530px auto no-repeat; } }
  .support-center .wrapper {
    background: url("../img/bg_support.jpg") calc(50% + 45px) -100px/1592px auto no-repeat; }
    @media only screen and (max-width: 768px) {
      .support-center .wrapper {
        background: url("../img/bg_support_sp.jpg") calc(50% + 60px) -86px/664px auto no-repeat; } }
  .care-management .wrapper {
    background: url("../img/bg_caremanagement.jpg") calc(50% + 60px) -100px/1619px auto no-repeat; }
    @media only screen and (max-width: 768px) {
      .care-management .wrapper {
        background: url("../img/bg_caremanagement_sp.jpg") calc(50% + 35px) -80px/600px auto no-repeat; } }
  .home-care .wrapper {
    background: url("../img/bg_homecare.jpg") calc(50% + 45px) -110px/1583px auto no-repeat; }
    @media only screen and (max-width: 768px) {
      .home-care .wrapper {
        background: url("../img/bg_homecare_sp.jpg") calc(50% + 30px) -86px/590px auto no-repeat; } }
  .history .wrapper {
    background: url("../img/bg_history.jpg") calc(50% + 45px) -110px/1583px auto no-repeat; }
    @media only screen and (max-width: 768px) {
      .history .wrapper {
        background: url("../img/bg_history_sp.jpg") calc(50% + 20px) -86px/590px auto no-repeat; } }
  .inpatient .wrapper,
  .outpatient .wrapper {
    background: url("../img/bg_inpatient.jpg") calc(50% + 45px) -110px/1591px auto no-repeat; }
    @media only screen and (max-width: 768px) {
      .inpatient .wrapper,
      .outpatient .wrapper {
        background: url("../img/bg_inpatient_sp.jpg") calc(50% + 40px) -82px/610px auto no-repeat; } }
  .discharge .wrapper {
    background: url("../img/bg_discharge.jpg") calc(50% + 65px) -110px/1630px auto no-repeat; }
    @media only screen and (max-width: 768px) {
      .discharge .wrapper {
        background: url("../img/bg_discharge_sp.jpg") calc(50% + 20px) -80px/600px auto no-repeat; } }
  .spine .wrapper {
    background: url("../img/bg_spine.jpg") calc(50% + 40px) -105px/1575px auto no-repeat; }
    @media only screen and (max-width: 768px) {
      .spine .wrapper {
        background: url("../img/bg_spine_sp.jpg") calc(50% + 20px) -80px/600px auto no-repeat; } }
  .internal .wrapper {
    background: url("../img/bg_internal.jpg") calc(50% + 30px) -100px/1920px auto no-repeat; }
    @media only screen and (max-width: 768px) {
      .internal .wrapper {
        background: url("../img/bg_internal_sp.jpg") calc(50% + 25px) -80px/580px auto no-repeat; } }
  .surgery .wrapper {
    background: url("../img/bg_surgery.jpg") calc(50% + 10px) -95px/1512px auto no-repeat; }
    @media only screen and (max-width: 768px) {
      .surgery .wrapper {
        background: url("../img/bg_surgery_sp.jpg") calc(50% + 10px) -80px/560px auto no-repeat; } }
  .anesthesiology .wrapper {
    background: url("../img/bg_anesthesiology.jpg") calc(50% + 10px) -95px/1685px auto no-repeat; }
    @media only screen and (max-width: 768px) {
      .anesthesiology .wrapper {
        background: url("../img/bg_anesthesiology_sp.jpg") calc(50% + 63px) -82px/670px auto no-repeat; } }
  .nurse .wrapper {
    background: url("../img/bg_nurse.jpg") calc(50% + 50px) -105px/1600px auto no-repeat; }
    @media only screen and (max-width: 768px) {
      .nurse .wrapper {
        background: url("../img/bg_nurse_sp.jpg") calc(50% + 63px) -82px/670px auto no-repeat; } }
  .ms .wrapper {
    background: url("../img/bg_ms.jpg") calc(50% + 100px) -105px/1696px auto no-repeat; }
    @media only screen and (max-width: 768px) {
      .ms .wrapper {
        background: url("../img/bg_ms_sp.jpg") calc(50% + 0px) -80px/530px auto no-repeat; } }
  .rehabili .wrapper {
    background: url("../img/bg_rehabilitation.jpg") calc(50% + 100px) -105px/1713px auto no-repeat; }
    @media only screen and (max-width: 768px) {
      .rehabili .wrapper {
        background: url("../img/bg_rehabilitation_sp.jpg") calc(50% + 40px) -87px/640px auto no-repeat; } }
  .radiation .wrapper {
    background: url("../img/bg_radiation.jpg") calc(50% + -10px) -100px/1474px auto no-repeat; }
    @media only screen and (max-width: 768px) {
      .radiation .wrapper {
        background: url("../img/bg_radiation_sp.jpg") calc(50% + 10px) -85px/550px auto no-repeat; } }
  .clinical .wrapper {
    background: url("../img/bg_clinical.jpg") calc(50% + -10px) -100px/1512px auto no-repeat; }
    @media only screen and (max-width: 768px) {
      .clinical .wrapper {
        background: url("../img/bg_clinical_sp.jpg") calc(50% + 35px) -83px/600px auto no-repeat; } }
  .drug .wrapper {
    background: url("../img/bg_drug.jpg") calc(50% + -10px) -100px/1545px auto no-repeat; }
    @media only screen and (max-width: 768px) {
      .drug .wrapper {
        background: url("../img/bg_drug_sp.jpg") calc(50% + 15px) -80px/570px auto no-repeat; } }
  .nutrition .wrapper {
    background: url("../img/bg_nutrition.jpg") calc(50% + 20px) -110px/1553px auto no-repeat; }
    @media only screen and (max-width: 768px) {
      .nutrition .wrapper {
        background: url("../img/bg_nutrition_sp.jpg") calc(50% + 63px) -82px/660px auto no-repeat; } }
  .recruit .wrapper {
    background: none; }

.header {
  position: relative;
  width: 1100px;
  margin: auto;
  padding-top: 55px;
  z-index: 100; }
  @media only screen and (max-width: 768px) {
    .header {
      position: fixed;
      padding: 0;
      width: 100%;
      height: 80px;
      background: none;
      z-index: 100;
      -webkit-transition: background-image 3s linear;
      -o-transition: background-image 3s linear;
      transition: background-image 3s linear;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      .header.scroll {
        background: url(../img/bg_header_sp.png) center top/100% no-repeat; } }
  .header a {
    text-decoration: none; }

.site_title {
  background: url(../img/logo.svg) left center/27px 27px no-repeat;
  font-size: 3.3rem;
  margin-bottom: 10px;
  padding-left: 37px; }
  @media only screen and (max-width: 768px) {
    .site_title {
      position: fixed;
      top: 20px;
      left: 20px;
      font-size: 2rem;
      margin-bottom: 0;
      line-height: 1;
      z-index: 100; } }
  .site_title a {
    display: block;
    color: #000; }
  .site_title span {
    display: inline-block;
    font-size: 1rem;
    width: 2rem;
    margin-right: 3px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .site_title span {
        display: block;
        font-size: .8rem;
        width: auto;
        margin: 0;
        text-align: left; } }
  .welfare .site_title {
    background: url(../img/logo_welfare.svg) left center/27px 27px no-repeat; }
    .welfare .site_title span {
      width: 4rem; }
      @media only screen and (max-width: 768px) {
        .welfare .site_title span {
          width: auto; } }

.nav_switch {
  display: none; }
  @media only screen and (max-width: 768px) {
    .nav_switch {
      display: block;
      width: 27px;
      height: 27px;
      background: none;
      position: fixed;
      top: 20px;
      right: 20px;
      z-index: 100; }
      .nav_switch::before, .nav_switch::after,
      .nav_switch span {
        display: block;
        width: 100%;
        height: 5px;
        background: #d9d98b;
        position: relative; }
      .nav_switch::before, .nav_switch::after {
        content: "";
        position: absolute; }
      .nav_switch::before {
        top: 0; }
      .nav_switch::after {
        bottom: 0; } }

.tel_switch {
  display: none; }
  @media only screen and (max-width: 768px) {
    .tel_switch {
      display: block;
      width: 28px;
      height: 28px;
      border-radius: 50%;
      background: #41a671;
      position: fixed;
      top: 20px;
      right: 70px;
      z-index: 100; }
      .tel_switch img {
        display: block;
        width: 16px;
        margin: auto; } }

.navigation {
  position: relative;
  z-index: 10; }
  @media only screen and (max-width: 768px) {
    .navigation {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      background: #41a671;
      width: 100%;
      height: 100%; }
      .navigation.active {
        display: block;
        opacity: 1; } }

.nav_header {
  display: none; }
  @media only screen and (max-width: 768px) {
    .nav_header {
      display: block;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 80px;
      background: url(../img/bg_header_sp.svg) center -1px/100% auto no-repeat;
      z-index: 50; } }

.sub_menu {
  background: #eefaf5;
  position: absolute;
  left: 50%;
  border: 1px solid #41a671;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
  width: 250px;
  white-space: nowrap;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  @media only screen and (max-width: 768px) {
    .sub_menu {
      position: relative;
      bottom: auto;
      left: -20px;
      border: none;
      border: none;
      width: calc(100% + 40px);
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      text-align: center;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .sub_menu.active {
    opacity: 1;
    visibility: visible; }
  .sub_menu li + li {
    border-top: 1px solid #fff; }
  .sub_menu li a {
    display: block;
    background: #41a671;
    color: #fff;
    font-size: 1.3rem;
    height: 35px;
    line-height: 35px;
    padding: 0 1em; }
    @media only screen and (max-width: 768px) {
      .sub_menu li a {
        background: #b0b071;
        font-size: inherit;
        padding: 1em;
        line-height: 1.6;
        height: auto; } }
    @media (hover: hover) {
      .sub_menu li a:hover {
        background: #5bbf8b; } }
  .sub_menu li.extra_menu_item {
    border-top: 1px solid #41a871; }
    @media only screen and (max-width: 768px) {
      .sub_menu li.extra_menu_item {
        border-color: #fff; } }
    .sub_menu li.extra_menu_item a {
      background: #f1f8e9;
      color: #41a671;
      font-size: 1.1rem; }
      @media only screen and (max-width: 768px) {
        .sub_menu li.extra_menu_item a {
          background: #b0b071;
          color: #fff; } }
      @media (hover: hover) {
        .sub_menu li.extra_menu_item a:hover {
          background: #fdfefc; } }

.global_menu {
  border-top: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media only screen and (max-width: 768px) {
    .global_menu {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      width: 100%;
      height: 100%;
      margin-left: 0;
      padding-top: 80px;
      padding-bottom: 90px; } }
  .global_menu > li {
    position: relative; }
    @media only screen and (max-width: 768px) {
      .global_menu > li {
        border-bottom: 1px solid #fff;
        width: 100%;
        font-size: 1.6rem; } }
    .global_menu > li + li {
      margin-left: 1em; }
      @media only screen and (max-width: 768px) {
        .global_menu > li + li {
          margin-left: 0; } }
    .global_menu > li > a {
      color: #000;
      font-size: 1.6rem;
      padding: 1em 0.7em; }
      @media only screen and (min-width: 769px) {
        .global_menu > li > a:hover {
          color: #41a671; } }
      @media only screen and (max-width: 768px) {
        .global_menu > li > a {
          padding: 1.5em 20px;
          line-height: inherit;
          width: 100%;
          color: #fff; } }
      @media only screen and (min-width: 769px) {
        .global_menu > li > a.current {
          color: #41a671; } }
  @media only screen and (max-width: 768px) {
    .global_menu .sub_menu {
      display: none;
      position: relative;
      top: 0;
      left: 0;
      border: none;
      border-top: 2px solid #3f916a;
      background: #eefaf5;
      max-width: none;
      opacity: 1;
      visibility: visible;
      text-align: left; } }
  @media only screen and (max-width: 768px) {
    .global_menu .sub_menu li a {
      background: none;
      color: #41a671;
      padding-left: 40px; } }
  @media only screen and (max-width: 768px) {
    .global_menu .sub_menu li + li {
      border-top: 1px solid #cceddd; } }

.purpose_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  margin-right: -1em; }
  .header .purpose_menu {
    position: absolute;
    top: 45px;
    right: 0;
    padding: 1em 0; }
    @media only screen and (max-width: 768px) {
      .header .purpose_menu:not(.top_purpose_menu) {
        display: none; } }
  .footer .purpose_menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 808px;
    margin: 30px auto;
    font-size: 1.5rem;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .footer .purpose_menu {
        display: block;
        width: 100%;
        margin: -30px auto 0;
        padding: 30px 20px 0;
        background: url(../img/bg_purpose_sp.svg) center top/cover no-repeat;
        mix-blend-mode: multiply; }
        .footer .purpose_menu li + li {
          border-top: 1px solid #d5d587; } }
  @media only screen and (max-width: 768px) and (max-width: 768px) {
    .footer .purpose_menu li a {
      display: block;
      padding: 1em 0;
      line-height: 1; } }
    @media only screen and (max-width: 768px) {
        .footer .purpose_menu li a:hover {
          opacity: 0.5;
          -webkit-transition-duration: 0.3s;
          -o-transition-duration: 0.3s;
          transition-duration: 0.3s; } }
  .purpose_menu li:first-child a {
    color: #ec5b81; }
    .purpose_menu li:first-child a:hover {
      color: #FE0546;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #FE0546));
      background: -webkit-linear-gradient(transparent 95%, #FE0546 95%);
      background: -o-linear-gradient(transparent 95%, #FE0546 95%);
      background: linear-gradient(transparent 95%, #FE0546 95%); }
  .purpose_menu li:nth-child(2) a {
    color: #e67e55; }
    .purpose_menu li:nth-child(2) a:hover {
      color: #FF4800;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #FF4800));
      background: -webkit-linear-gradient(transparent 95%, #FF4800 95%);
      background: -o-linear-gradient(transparent 95%, #FF4800 95%);
      background: linear-gradient(transparent 95%, #FF4800 95%); }
  .purpose_menu li:nth-child(3) a {
    color: #bcad1c; }
    .purpose_menu li:nth-child(3) a:hover {
      color: #F7DD00;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #F7DD00));
      background: -webkit-linear-gradient(transparent 95%, #F7DD00 95%);
      background: -o-linear-gradient(transparent 95%, #F7DD00 95%);
      background: linear-gradient(transparent 95%, #F7DD00 95%); }
  .purpose_menu li:nth-child(4) a {
    color: #6ead1c; }
    .purpose_menu li:nth-child(4) a:hover {
      color: #82E500;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #82E500));
      background: -webkit-linear-gradient(transparent 95%, #82E500 95%);
      background: -o-linear-gradient(transparent 95%, #82E500 95%);
      background: linear-gradient(transparent 95%, #82E500 95%); }
  .purpose_menu li:nth-child(5) a {
    color: #6eadbe; }
    .purpose_menu li:nth-child(5) a:hover {
      color: #15B2DC;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #15B2DC));
      background: -webkit-linear-gradient(transparent 95%, #15B2DC 95%);
      background: -o-linear-gradient(transparent 95%, #15B2DC 95%);
      background: linear-gradient(transparent 95%, #15B2DC 95%); }
  .purpose_menu li:nth-child(6) a {
    color: #6e73be; }
    .purpose_menu li:nth-child(6) a:hover {
      color: #1F2BE0;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #1F2BE0));
      background: -webkit-linear-gradient(transparent 95%, #1F2BE0 95%);
      background: -o-linear-gradient(transparent 95%, #1F2BE0 95%);
      background: linear-gradient(transparent 95%, #1F2BE0 95%); }
  .purpose_menu li:nth-child(7) a {
    color: #00719c; }
    .purpose_menu li:nth-child(7) a:hover {
      color: #0358B0;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, transparent), color-stop(95%, #0358B0));
      background: -webkit-linear-gradient(transparent 95%, #0358B0 95%);
      background: -o-linear-gradient(transparent 95%, #0358B0 95%);
      background: linear-gradient(transparent 95%, #0358B0 95%); }
  .purpose_menu a {
    margin: 0 1em;
    text-decoration: none; }

.tel_menu {
  position: absolute;
  top: 10px;
  right: 0px;
  height: 30px;
  color: #fff;
  z-index: 50; }
  @media only screen and (max-width: 768px) {
    .tel_menu {
      display: none;
      background: rgba(255, 255, 255, 0.8);
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      padding: 0 20px; } }
  .tel_menu > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%; }
    @media only screen and (max-width: 768px) {
      .tel_menu > div {
        -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; } }
  .tel_menu dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 30px;
    padding: 0 1em;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .tel_menu dl {
        -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;
        line-height: inherit;
        padding: 0;
        text-align: center;
        height: 85px;
        border-radius: 85px !important;
        margin-bottom: 20px; } }
    .tel_menu dl.hospital {
      background: #41a671;
      border-radius: 30px 0 0 30px; }
    .tel_menu dl.welfare {
      background: #209cea;
      border-radius: 0 30px 30px 0; }
    .tel_menu dl dt {
      font-size: 1.2rem;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      @media only screen and (max-width: 768px) {
        .tel_menu dl dt {
          font-size: 1.4rem;
          line-height: 1.2; } }
    .tel_menu dl dd {
      font-size: 1.8rem;
      line-height: 32px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      @media only screen and (max-width: 768px) {
        .tel_menu dl dd {
          font-size: 2.6rem;
          line-height: inherit; } }
      .tel_menu dl dd img {
        margin: 0 0.5em; }
        @media only screen and (max-width: 768px) {
          .tel_menu dl dd img {
            width: 20px; } }

.tel_menu_close {
  display: none; }
  @media only screen and (max-width: 768px) {
    .tel_menu_close {
      display: block;
      position: relative;
      width: 40px;
      height: 40px;
      margin: 0 auto; }
      .tel_menu_close::before, .tel_menu_close::after {
        display: block;
        content: "";
        border-left: 1px solid #41a671;
        height: 56px;
        position: absolute;
        top: 0; }
      .tel_menu_close::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        left: 0; }
      .tel_menu_close::after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
        transform-origin: right top;
        right: 0; } }

.main_contents {
  padding-bottom: 380px;
  width: 1100px;
  margin: auto; }
  @media only screen and (max-width: 768px) {
    .main_contents {
      width: 100%;
      padding: 70px 20px 0; } }

.breadcrumb {
  width: 1100px;
  margin: 1em auto 60px;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 768px) {
    .breadcrumb {
      margin: 0 0 20px;
      width: 100%; } }
  .breadcrumb li {
    display: inline-block;
    font-size: 1.2rem;
    color: #41a671;
    line-height: 1;
    vertical-align: middle; }
    @media only screen and (max-width: 768px) {
      .breadcrumb li {
        font-size: 1rem; } }
    .breadcrumb li + li::before {
      display: inline-block;
      content: ">";
      margin: 0 0.3rem; }
    .breadcrumb li a {
      color: #41a671;
      line-height: 1;
      text-decoration: none; }

.contents_body {
  position: relative; }
  @media only screen and (max-width: 768px) {
    .contents_body {
      text-align: center; } }
  .office .contents_body {
    max-width: 700px; }
  .mandock-top .contents_body {
    padding-top: 40vmax; }
    @media only screen and (max-width: 768px) {
      .mandock-top .contents_body {
        padding-top: 130px; } }
  .contents_body::after {
    display: block;
    content: "";
    clear: both; }

.contents_title {
  color: #ef5350;
  font-size: 3rem;
  border-bottom: 1px solid #d5d587;
  margin-bottom: 3.4rem;
  padding-bottom: 0.2em; }
  @media only screen and (max-width: 768px) {
    .contents_title {
      font-size: 1.7rem;
      line-height: 1.2;
      margin-top: 30px;
      margin-bottom: 0;
      text-align: left; } }
  @media only screen and (min-width: 769px) {
    .contents_title br {
      display: none; }
      .mandock-top .contents_title br {
        display: block; } }
  .contents_title.narrow {
    max-width: 684px; }
    @media only screen and (max-width: 768px) {
      .contents_title.narrow {
        width: 100%; } }
    @media only screen and (min-width: 769px) {
      .stay-care .contents_title.narrow {
        max-width: 606px; } }
    @media only screen and (min-width: 769px) {
      .visit-hamakko .contents_title.narrow {
        max-width: 562px; } }
  .contents_title.medium {
    max-width: 816px; }

.contents_menu {
  background: #ffffed;
  -webkit-box-shadow: 0 5px 0 rgba(211, 211, 133, 0.5);
  box-shadow: 0 5px 0 rgba(211, 211, 133, 0.5);
  border-radius: 5.4rem;
  height: 5.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0.5em; }
  @media only screen and (max-width: 768px) {
    .contents_menu {
      background: #ffffed;
      -webkit-box-shadow: 0 5px 0 rgba(211, 211, 133, 0.5);
      box-shadow: 0 5px 0 rgba(211, 211, 133, 0.5);
      border-radius: 3.5rem;
      height: 3.5rem;
      position: relative;
      font-size: 1.2rem;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      min-width: 250px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 30px auto; }
      .visit .contents_menu {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%; } }
  .contents_menu.bottom {
    position: relative;
    float: right; }
    @media only screen and (max-width: 768px) {
      .contents_menu.bottom {
        float: none; } }
  .contents_menu li {
    text-align: center; }
    .contents_menu li.current {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      color: #ef5350;
      padding: 0 1em; }
    .contents_menu li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      color: #000;
      padding: 0 1em;
      text-decoration: none;
      height: 100%;
      line-height: 1.2; }
      .contents_menu li a:hover {
        color: #ef5350;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
      @media only screen and (max-width: 768px) {
        .visit .contents_menu li a {
          padding: 0 .7em; } }
  .contents_menu.multi_line {
    font-size: 1.4rem;
    padding: 0 1em; }
    @media only screen and (max-width: 768px) {
      .contents_menu.multi_line {
        font-size: 1rem;
        padding: 0 .5em; } }
    .contents_menu.multi_line li.current {
      line-height: 1.4; }
    .contents_menu.multi_line li span {
      font-size: 0.7em; }
    .contents_menu.multi_line li a {
      line-height: 1.4; }

@media only screen and (max-width: 768px) {
  .section_wrapper {
    font-size: 1rem;
    text-align: left; } }

.contact .section_wrapper {
  padding-top: 20px;
  font-size: 1.7rem; }
  @media only screen and (max-width: 768px) {
    .contact .section_wrapper {
      padding-top: 10px;
      font-size: 1.2rem; } }

.post_linkbtn {
  background: #6d4c41;
  color: #fff;
  line-height: 37px;
  padding: 0 2em;
  min-width: 230px;
  text-align: center; }

.order_list > li {
  counter-increment: list;
  line-height: 1.6; }
  .order_list > li::before {
    content: counter(list) "）"; }

.order_list.dot {
  margin: 2em 0 0;
  padding-left: calc(1em + 0.5em); }
  .order_list.dot > li {
    text-indent: -1.2em; }
    .order_list.dot > li::before {
      content: counter(list) ".";
      margin-right: .5em; }
    .order_list.dot > li + li {
      margin-top: 1em; }

.check_list > li::before {
  display: inline-block;
  content: "";
  width: 13px;
  height: 13px;
  border: 1px solid #bdbdbd;
  vertical-align: text-top;
  margin-right: 5px; }
  @media only screen and (max-width: 768px) {
    .check_list > li::before {
      width: 8px;
      height: 8px; } }

.dot_list {
  margin: 0.5em 0; }
  .dot_list > li {
    text-indent: -0.8em;
    line-height: 2;
    padding-left: .8em; }
    .dot_list > li::before {
      content: "・ "; }

.description_list {
  line-height: 1.8; }
  .description_list + .description_list {
    margin-top: 1.6em; }
  .description_list dt {
    font-size: 2rem; }
    @media only screen and (max-width: 768px) {
      .description_list dt {
        font-size: 1.2rem; } }

.news_list li {
  border-bottom: 1px solid #d3d385;
  font-size: 1.5rem;
  clear: left;
  overflow: auto; }
  @media only screen and (max-width: 768px) {
    .news_list li {
      font-size: 1.2rem; } }
  .news_list li a {
    display: block;
    color: #000;
    text-decoration: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }

.news_list p {
  float: left; }
  .news_list p.news_date {
    padding-left: 20px;
    width: 9em; }
    @media only screen and (max-width: 768px) {
      .news_list p.news_date {
        padding-left: 0;
        width: 7em; } }
  .news_list p.news_title {
    padding-right: 20px; }
    @media only screen and (max-width: 768px) {
      .news_list p.news_title {
        padding-right: 0;
        width: calc(100% - 7em); } }

.go_top {
  margin: 40px 0;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .go_top img {
      width: 70px; } }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url(../img/bg_footer.svg) center 60px/cover no-repeat;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .footer {
      position: relative;
      background: url(../img/bg_footer_top_sp.svg) center 50px/100% auto no-repeat; } }
  .footer a {
    text-decoration: none; }

.footer_title {
  font-size: 4.5rem;
  line-height: 1.2;
  background: url(../img/logo.svg) center top/37px 37px no-repeat;
  padding-top: 55px;
  margin: 0 auto 60px; }
  @media only screen and (max-width: 768px) {
    .footer_title {
      background-size: 20px 20px;
      padding-top: 40px;
      font-size: 2.2rem;
      margin-bottom: 0; } }
  .welfare .footer_title {
    background: url(../img/logo_welfare.svg) center top/37px 37px no-repeat; }
  .footer_title span {
    display: block;
    font-size: 1.3rem; }
    @media only screen and (max-width: 768px) {
      .footer_title span {
        font-size: 1rem; } }

.ftr_glbl_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.5rem; }
  @media only screen and (max-width: 768px) {
    .ftr_glbl_menu {
      display: block;
      padding: 10px 20px 0;
      font-size: 1.4rem;
      background: #f1f8e9;
      background-size: 100%;
      position: relative;
      z-index: 1; } }
  .ftr_glbl_menu > li {
    position: relative; }
    .ftr_glbl_menu > li + li {
      margin-left: 2em; }
      @media only screen and (max-width: 768px) {
        .ftr_glbl_menu > li + li {
          margin-left: 0;
          border-top: 1px solid #b0b071; } }
    .ftr_glbl_menu > li > a {
      color: #000; }
      .ftr_glbl_menu > li > a:hover {
        color: #41a671;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
      @media only screen and (max-width: 768px) {
        .ftr_glbl_menu > li > a {
          display: block;
          padding: 1em 0;
          line-height: 1; } }
  .ftr_glbl_menu .sub_menu {
    bottom: 1em; }
    @media only screen and (max-width: 768px) {
      .ftr_glbl_menu .sub_menu {
        bottom: auto;
        opacity: 1;
        visibility: visible; } }
    .ftr_glbl_menu .sub_menu:not(.active) {
      display: none; }

.ftr_flbl_menu_bottom {
  display: none; }
  @media only screen and (max-width: 768px) {
    .ftr_flbl_menu_bottom {
      display: block;
      width: 100%;
      height: 30px;
      margin-top: -20px;
      background: url(../img/bg_footer_bottom_sp.svg) center bottom/100% auto no-repeat;
      mix-blend-mode: multiply; } }

.guideline_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem; }
  @media only screen and (max-width: 768px) {
    .guideline_menu {
      background: url(../img/bg_purpose_sp.svg) center bottom/cover no-repeat;
      border-top: 1px solid #d5d587;
      border-bottom: 1px solid #d5d587;
      padding: 1em 20px;
      font-size: 1.2rem;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media only screen and (max-width: 768px) {
    .guideline_menu li {
      margin: 0 1.5em; } }
  .guideline_menu li + li {
    margin-left: 2em; }
  .guideline_menu a {
    color: #000;
    display: inline-block;
    padding: 0.5em 0; }
    .guideline_menu a:hover {
      color: #41a671;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }

.copyright {
  font-size: 1rem;
  margin: 0;
  padding: 1em 0 2em; }
  @media only screen and (max-width: 768px) {
    .copyright {
      background: url(../img/bg_purpose_sp.svg) center bottom/cover no-repeat;
      padding: 1.5em 0; } }

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.map_wrapper, .map {
  position: relative; }
  .map_wrapper img, .map img {
    width: 100%;
    height: auto; }
    @media only screen and (max-width: 768px) {
      .map_wrapper img, .map img {
        width: 650px;
        position: relative;
        max-width: none;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
  .map_wrapper .mapbtn, .map .mapbtn {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 1;
    bottom: 12em;
    left: 50%;
    background: #FABF01;
    display: inline-block;
    padding: 20px 30px;
    border-radius: 10px;
    color: #000;
    font-weight: bold;
    -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px rgba(0, 0, 0, 0.4); }
    .map_wrapper .mapbtn:hover, .map .mapbtn:hover {
      background: #fed349; }
    .map_wrapper .mapbtn:active, .map .mapbtn:active {
      background: #fed349;
      -webkit-box-shadow: 0px 0px rgba(0, 0, 0, 0.4);
      box-shadow: 0px 0px rgba(0, 0, 0, 0.4); }
    @media only screen and (max-width: 768px) {
      .map_wrapper .mapbtn, .map .mapbtn {
        bottom: 6em;
        padding: 10px 20px;
        -webkit-box-shadow: 3px 3px rgba(0, 0, 0, 0.4);
        box-shadow: 3px 3px rgba(0, 0, 0, 0.4); } }

.home .header {
  padding: 195px 0 160px;
  width: 880px; }
  @media (max-height: 800px) and (min-width: 992px) {
    .home .header {
      padding: 80px 0 160px;
      width: 880px; } }
  @media only screen and (max-width: 768px) {
    .home .header {
      position: relative;
      width: 100%;
      min-height: 700px;
      padding: 0;
      z-index: 100; } }
  .home .header .header_bg {
    display: none; }
    @media only screen and (max-width: 768px) {
      .home .header .header_bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 73px;
        z-index: 2; }
        .home .header .header_bg img {
          max-width: none;
          height: 100%;
          width: 100%; } }
  .home .header.scroll .header_bg {
    display: block; }

.home .wrapper {
  background-image: url("../img/top/bg_top_01.jpg"), url("../img/top/bg_top_02.jpg");
  background-position: calc(50% + 30px) -95px, center calc(100% - 350px);
  background-position: calc(50% + 30px) -95px, center 2830px;
  background-repeat: no-repeat;
  background-size: 1475px auto;
  min-width: 1000px;
  width: 100%; }
  @media (max-height: 800px) and (min-width: 992px) {
    .home .wrapper {
      background-position: calc(50% + 30px) -205px, center 2610px; } }
  @media only screen and (max-width: 768px) {
    .home .wrapper {
      min-width: 0;
      background-image: url("../img/top/bg_top_sp_01.jpg");
      background-position: center -80px, center center;
      background-size: 510px auto; } }

.home .site_title {
  background-position: left top;
  background-size: 37px 37px;
  margin-bottom: calc(40px - 1.4rem);
  padding: 55px 0 0 0;
  font-size: 45px;
  line-height: 1;
  position: relative;
  z-index: 100; }
  @media only screen and (max-width: 768px) {
    .home .site_title {
      background-position: left center;
      background-size: 27px 27px;
      font-size: 2rem;
      position: fixed;
      top: 20px;
      left: 20px;
      margin: 0;
      padding: 0 0 0 37px;
      font-size: 2rem; } }
  .home .site_title span {
    display: block;
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: left;
    width: auto; }
    @media only screen and (max-width: 768px) {
      .home .site_title span {
        font-size: .8rem;
        line-height: 1; } }

.home .main_contents {
  width: 100%;
  margin: 0; }
  @media only screen and (max-width: 768px) {
    .home .main_contents {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 20px;
      position: relative;
      z-index: 1; } }

.home .top_purpose_menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 808px;
  margin: 110px auto 80px;
  padding: 0;
  z-index: 80; }
  @media (max-height: 800px) and (min-width: 992px) {
    .home .top_purpose_menu {
      margin: -20px auto 80px; } }
  @media only screen and (min-width: 769px) {
    .home .top_purpose_menu {
      background: #ffffed;
      -webkit-box-shadow: 0 5px 0 rgba(211, 211, 133, 0.5);
      box-shadow: 0 5px 0 rgba(211, 211, 133, 0.5);
      border-radius: 5.8rem;
      height: 5.8rem; } }
  @media only screen and (max-width: 768px) {
    .home .top_purpose_menu {
      position: fixed;
      top: auto;
      bottom: 0;
      width: 100%;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-line-pack: center;
      align-content: center;
      margin: 0;
      padding: 10px;
      background: #ffffed;
      border-bottom: 5px solid #d5d587;
      font-size: 1.6rem;
      -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      opacity: 1;
      visibility: visible; }
      .home .top_purpose_menu:not(.active) {
        opacity: 0;
        visibility: hidden; }
      .home .top_purpose_menu > li:nth-child(n+4) {
        font-size: 1.6rem; }
      .home .top_purpose_menu > li a {
        padding: 0.5rem 0.2em; } }
  @media only screen and (max-width: 400px) {
    .home .top_purpose_menu {
      font-size: 1.3rem; }
      .home .top_purpose_menu > li:nth-child(n+4) {
        font-size: 1.3rem; }
      .home .top_purpose_menu > li a {
        padding: 0.5rem 0.5em; } }
  @media only screen and (max-width: 350px) {
    .home .top_purpose_menu {
      font-size: 1.3rem; }
      .home .top_purpose_menu > li:nth-child(n+4) {
        font-size: 1.3rem; }
      .home .top_purpose_menu > li a {
        padding: 0.5rem 0.0em; } }
  .home .top_purpose_menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%; }

.home .tel_menu {
  top: 20px;
  right: -140px; }
  @media only screen and (max-width: 768px) {
    .home .tel_menu {
      top: 0;
      right: 0; } }

.top_global_menu {
  display: block;
  border: none;
  position: relative;
  margin-left: -0.7em; }
  @media only screen and (max-width: 768px) {
    .top_global_menu {
      position: absolute;
      top: 0;
      left: 0;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      background: #41a671;
      width: 100%;
      height: 100%;
      margin-left: 0;
      padding-top: 80px;
      padding-bottom: 90px; } }
  .top_global_menu > li {
    position: static;
    font-size: 1.8rem;
    width: 13em;
    white-space: nowrap; }
    @media only screen and (min-width: 769px) {
      .top_global_menu > li {
        -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
        .top_global_menu > li:hover {
          background: rgba(211, 201, 133, 0.33); } }
    @media only screen and (max-width: 768px) {
      .top_global_menu > li {
        border-bottom: 1px solid #fff;
        width: 100%;
        font-size: 1.6rem; } }
    .top_global_menu > li > a {
      display: block;
      color: #000;
      line-height: 1;
      padding: 15px 0.7em;
      width: 13em; }
      @media only screen and (max-width: 768px) {
        .top_global_menu > li > a {
          padding: 1.5em 20px;
          line-height: inherit;
          width: 100%;
          color: #fff; } }
  .top_global_menu .top_sub_menu {
    position: absolute;
    top: 0.5em;
    left: 13em;
    border-left: 1px solid #d3d385;
    max-width: 18em;
    width: 100%;
    height: calc(100% - 0.5em);
    opacity: 0;
    visibility: hidden;
    display: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    @media only screen and (max-width: 768px) {
      .top_global_menu .top_sub_menu {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        border: none;
        border-top: 2px solid #3f916a;
        background: #eefaf5;
        max-width: none;
        opacity: 1;
        visibility: visible;
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .top_global_menu .top_sub_menu.active {
      display: block;
      opacity: 1;
      visibility: visible; }
    .top_global_menu .top_sub_menu > li {
      border-left: 1px solid #d3d385;
      overflow-x: hidden;
      font-size: 1.6rem;
      margin-left: -1px; }
      .top_global_menu .top_sub_menu > li > a {
        display: block;
        color: #928e4b;
        line-height: 2.2;
        padding-left: 1.5em; }
        @media only screen and (min-width: 769px) {
          .top_global_menu .top_sub_menu > li > a:hover {
            background: rgba(211, 201, 133, 0.33); } }
        @media (max-height: 800px) and (min-width: 992px) {
          .top_global_menu .top_sub_menu > li > a {
            line-height: 1.6; } }
        @media only screen and (max-width: 768px) {
          .top_global_menu .top_sub_menu > li > a {
            color: #41a671;
            padding: 1.5em 20px 1.5em calc(20px + 1em);
            line-height: inherit; } }
      @media only screen and (max-width: 768px) {
        .top_global_menu .top_sub_menu > li + li {
          border-top: 1px solid #cceddd; } }

.key_visual {
  position: absolute;
  top: 240px;
  right: -160px;
  max-width: none; }
  @media (max-height: 800px) and (min-width: 992px) {
    .key_visual {
      top: 160px; } }
  @media only screen and (max-width: 768px) {
    .key_visual {
      top: 150px;
      right: auto;
      left: 50%;
      width: 500px;
      -webkit-transform: translateX(-48%);
      -ms-transform: translateX(-48%);
      transform: translateX(-48%); } }

.catch {
  font-size: 4.1rem;
  position: absolute;
  top: 80px;
  right: 130px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }
  @media only screen and (max-width: 768px) {
    .catch {
      font-size: 2.8rem;
      line-height: 1.6;
      top: 70px;
      right: 50%;
      -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
      transform: translateX(50%);
      z-index: 1; } }

.shoshin {
  position: absolute;
  top: 580px;
  right: 120px;
  z-index: 999;
  cursor: pointer; }
  @media (max-height: 800px) and (min-width: 992px) {
    .shoshin {
      top: 400px;
      right: 60px; } }
  @media only screen and (max-width: 768px) {
    .shoshin {
      top: 360px;
      right: 60px; } }
  @media only screen and (max-width: 400px) {
    .shoshin {
      top: 380px;
      right: 20px; } }
  @media only screen and (max-width: 350px) {
    .shoshin {
      top: 280px;
      right: 20px; } }
  .shoshin a {
    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;
    background: rgba(235, 91, 128, 0.9);
    width: 150px;
    height: 150px;
    border-radius: 50%; }
    @media only screen and (max-width: 350px) {
      .shoshin a {
        width: 100px;
        height: 100px; }
        .shoshin a img {
          width: 70%; } }

.top_sctn_title_en {
  color: #d3d385;
  font-size: 4.5rem;
  padding: 0 0 10px 20px;
  border-bottom: 1px solid #d3d385; }
  @media only screen and (max-width: 768px) {
    .top_sctn_title_en {
      font-size: 3.4rem;
      padding-left: 0; } }

.top_news,
.top_message {
  width: 880px;
  margin: 120px auto;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .top_news,
    .top_message {
      width: 100%;
      margin: 0;
      padding: 0 20px; } }

@media only screen and (max-width: 768px) {
  .top_news {
    background: url(../img/top/bg_top_news_sp.jpg) center top/510px auto no-repeat;
    padding: 100px 20px; } }

.close_info {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0; }

.news_index {
  float: right; }
  @media only screen and (max-width: 768px) {
    .news_index {
      display: none; } }

@media only screen and (max-width: 768px) {
  .top_message {
    padding-bottom: 140px;
    background: url(../img/top/bg_top_msg_sp.jpg) center calc(100% + 20px)/325px auto no-repeat; } }

.top_message figure {
  position: absolute;
  top: 0;
  right: -50px; }
  @media only screen and (max-width: 768px) {
    .top_message figure {
      width: 175px;
      right: -30px; } }
  .top_message figure::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 120px;
    width: 307px;
    height: 312px;
    background: url(../img/top/circle_top_message.png) left top/contain no-repeat; }
    @media only screen and (max-width: 768px) {
      .top_message figure::before {
        width: 200px;
        height: 205px;
        top: 20px;
        right: 15px; } }
  .top_message figure img {
    position: relative;
    margin: 0 0 0 auto; }

.top_message .top_message_body {
  padding: 0 20px;
  letter-spacing: 0.2rem;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 768px) {
    .top_message .top_message_body {
      padding: 0; } }
  @media only screen and (max-width: 768px) {
    .top_message .top_message_body::after {
      display: block;
      content: "";
      width: 182px;
      height: 182px;
      background: url(../img/top/img_msg_circle.png) left top/100% auto no-repeat;
      position: absolute;
      top: 50px;
      left: -60px;
      z-index: -1; } }

.top_message h3 {
  font-size: 2.5rem;
  margin: 1em 0 0.5em;
  line-height: 2; }
  @media only screen and (max-width: 768px) {
    .top_message h3 {
      clear: right;
      line-height: inherit;
      margin-top: 40px; } }

.top_message h4 {
  font-size: 2.0rem;
  margin-bottom: 10px; }

.top_message p {
  font-size: 1.6rem;
  line-height: 2.2;
  margin: 0; }
  @media only screen and (max-width: 768px) {
    .top_message p {
      width: auto;
      font-size: 1.2rem;
      letter-spacing: 0.05em; } }

.top_service {
  color: #fff;
  position: relative;
  min-height: 836px; }
  @media only screen and (max-width: 768px) {
    .top_service {
      margin-top: -40px; } }
  .top_service .top_srvc_top {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 6.61538%;
    background: url(../img/top/bg_srvc.svg) center top/100% auto no-repeat; }
    @media only screen and (max-width: 768px) {
      .top_service .top_srvc_top {
        padding-top: 60px;
        background-size: 950px auto;
        background-position: 30% top; } }
    .top_service .top_srvc_top::before {
      position: absolute;
      bottom: 0;
      display: block;
      content: "";
      width: 100%;
      height: 100%;
      background: url(../img/top/bg_srvc_layer.svg) center 17px/100% auto no-repeat;
      mix-blend-mode: multiply; }
      @media only screen and (max-width: 768px) {
        .top_service .top_srvc_top::before {
          background-size: 950px auto;
          background-position: 30% 17px; } }
  .top_service .top_srvc_bottom {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 5.76923%;
    background: url(../img/top/bg_srvc.svg) left calc(100% - 20px)/100% auto no-repeat; }
    @media only screen and (max-width: 768px) {
      .top_service .top_srvc_bottom {
        padding-top: 60px;
        background-size: 950px auto;
        background-position: 30% calc(100% - 10px); } }
    .top_service .top_srvc_bottom::after {
      position: absolute;
      top: 0;
      display: block;
      content: "";
      width: 100%;
      height: 100%;
      background: url(../img/top/bg_srvc_layer.svg) left bottom/100% auto no-repeat;
      mix-blend-mode: multiply; }
      @media only screen and (max-width: 768px) {
        .top_service .top_srvc_bottom::after {
          background-size: 950px auto;
          background-position: 30% bottom; } }
  .top_service .top_srvc_body {
    background: url(../img/top/bg_srvc_body.svg) left top/cover repeat;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      .top_service .top_srvc_body {
        padding-bottom: 9px; } }
  .top_service header {
    position: relative;
    width: 880px;
    margin: 0 auto 30px;
    padding-left: 20px; }
    @media only screen and (max-width: 768px) {
      .top_service header {
        width: 100%;
        padding: 0;
        margin-bottom: 20px; } }
  .top_service h2 {
    font-size: 4.5rem; }
    @media only screen and (max-width: 768px) {
      .top_service h2 {
        font-size: 2.8rem;
        text-align: center; } }
  .top_service .top_srvc_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: calc(880px + 6%);
    margin: auto; }
    @media only screen and (max-width: 768px) {
      .top_service .top_srvc_list {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 15px; } }
    .top_service .top_srvc_list li {
      width: 29%;
      margin: 0 1% 30px; }
      @media only screen and (max-width: 768px) {
        .top_service .top_srvc_list li {
          width: calc(50% - 10px);
          margin: 0 0 30px; }
          .top_service .top_srvc_list li:nth-child(odd) {
            margin-right: 10px; }
          .top_service .top_srvc_list li:nth-child(even) {
            margin-left: 10px; } }
      .top_service .top_srvc_list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        color: #fff;
        text-decoration: none; }
    .top_service .top_srvc_list .top_srvc_name {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      font-size: 3.0rem;
      margin: 18px 0;
      line-height: 1.2; }
      @media only screen and (max-width: 768px) {
        .top_service .top_srvc_list .top_srvc_name {
          font-size: 1.8rem;
          margin: 10px 0; } }
    .top_service .top_srvc_list .img_box {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      height: 140px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media only screen and (max-width: 768px) {
        .top_service .top_srvc_list .img_box {
          height: 100px; } }
      .top_service .top_srvc_list .img_box img {
        max-height: 100%; }
    .top_service .top_srvc_list p {
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      margin: 0;
      letter-spacing: 0.2rem;
      font-size: 1.2rem; }
      @media only screen and (max-width: 768px) {
        .top_service .top_srvc_list p {
          max-width: 200px;
          margin: 0 auto;
          letter-spacing: 0;
          line-height: 1.4; } }
  .top_service .office_index {
    position: absolute;
    top: 0.5rem;
    right: 50%;
    margin: 0;
    -webkit-transform: translateX(440px);
    -ms-transform: translateX(440px);
    transform: translateX(440px); }
    @media only screen and (max-width: 768px) {
      .top_service .office_index {
        position: relative;
        top: 0;
        right: auto;
        margin: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: center; } }
    .top_service .office_index a {
      margin: auto; }

.top_sctn_title_ja {
  font-size: 5rem;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .top_sctn_title_ja {
      font-size: 3.7rem; } }
  .top_sctn_title_ja span {
    display: block;
    font-size: 4rem;
    line-height: 1.1; }
    @media only screen and (max-width: 768px) {
      .top_sctn_title_ja span {
        font-size: 2.7rem; } }

.top_recruit {
  width: 880px;
  margin: 40px auto 100px;
  text-align: center;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .top_recruit {
      width: 100%;
      padding: 100px 0 0;
      margin: -40px 0 40px;
      background: url(../img/top/bg_top_sp_02.jpg) center -80px/780px auto no-repeat;
      position: relative;
      z-index: -1; } }
  .top_recruit::before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 868px;
    height: 410px;
    background: url(../img/top/bg_top_recruit.svg) center bottom/868px 410px no-repeat;
    mix-blend-mode: multiply; }
    @media only screen and (max-width: 768px) {
      .top_recruit::before {
        width: 472px;
        height: 223px;
        background-size: 472px 223px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
  .top_recruit .top_sctn_title_ja {
    color: #4dd0e1;
    margin-bottom: 20px; }

.top_rcrt_list_wrapper {
  width: 868px;
  height: 410px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .top_rcrt_list_wrapper {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%;
      height: auto; } }
  .top_rcrt_list_wrapper a {
    display: block; }
  .top_rcrt_list_wrapper img {
    display: block;
    max-width: none; }
    @media only screen and (max-width: 768px) {
      .top_rcrt_list_wrapper img {
        width: 450px;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }

.top_media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 880px;
  margin: 100px auto;
  padding: 0 20px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .top_media {
      display: block;
      width: 100%;
      margin: 0 0 calc(40px - 0.5em); } }

.top_media_column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media only screen and (max-width: 768px) {
    .top_media_column {
      max-width: 400px;
      margin: auto; } }
  .top_media_column:first-child {
    margin-right: 19px; }
    @media only screen and (max-width: 768px) {
      .top_media_column:first-child {
        margin: 0; } }
  .top_media_column:last-child {
    margin-left: 19px; }
    @media only screen and (max-width: 768px) {
      .top_media_column:last-child {
        margin: 0; } }

.top_media_title {
  font-size: 2.7rem;
  margin-bottom: 10px; }
  @media only screen and (max-width: 768px) {
    .top_media_title {
      font-size: 2rem; } }

.top_media_body {
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 0 rgba(207, 216, 220, 0.5);
  box-shadow: 0 5px 0 rgba(207, 216, 220, 0.5);
  color: #fff; }
  .top_media_body p {
    margin: 0; }
    .top_media_body p span {
      display: block; }

.top_facebook2020 > a,
.top_instagram > a,
.top_cookpad > a,
.top_blog > a,
.top_press > a,
.top_qa > a {
  display: block;
  text-decoration: none; }
  .top_facebook2020 > a:hover,
  .top_instagram > a:hover,
  .top_cookpad > a:hover,
  .top_blog > a:hover,
  .top_press > a:hover,
  .top_qa > a:hover {
    opacity: 0.8;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s; }

@media only screen and (max-width: 768px) {
  .top_blog,
  .top_press {
    max-width: 400px;
    width: 100%;
    margin: auto; } }

.top_press {
    margin-bottom: 38px;
}

.top_blog .top_media_body,
.top_press .top_media_body {
  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;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 167px; }
  @media only screen and (max-width: 768px) {
    .top_blog .top_media_body,
    .top_press .top_media_body {
      position: relative;
      height: 0;
      padding-top: 41.66667%; } }
  @media only screen and (max-width: 768px) {
    .top_blog .top_media_body p,
    .top_press .top_media_body p {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }

.top_blog {
  margin-bottom: 38px; }
  @media only screen and (max-width: 768px) {
    .top_blog {
      margin: 0; } }
  .top_blog .top_media_title {
    color: #66bb6a; }
  .top_blog .top_media_body {
    background-image: url(../img/top/bg_blog.jpg); }
    .top_blog .top_media_body p {
      font-size: 4.6rem;
      line-height: 1.2; }
      @media only screen and (max-width: 768px) {
        .top_blog .top_media_body p {
          font-size: 3.5rem; } }
      .top_blog .top_media_body p span {
        font-size: 1.6rem; }
        @media only screen and (max-width: 768px) {
          .top_blog .top_media_body p span {
            font-size: 1.2rem; } }
        .top_blog .top_media_body p span em {
          font-size: 2.6rem; }
          @media only screen and (max-width: 768px) {
            .top_blog .top_media_body p span em {
              font-size: 2rem; } }

@media only screen and (max-width: 768px) {
  .top_press {
    margin: 30px auto; } }

.top_press .top_media_title {
  color: #80cbc4; }

.top_press .top_media_body {
  background-image: url(../img/top/bg_topia.jpg); }
  .top_press .top_media_body p {
    font-size: 5rem;
    line-height: 1.4; }
    .top_press .top_media_body p span {
      font-size: 1.3rem; }

.top_facebook {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 38px; }
  @media only screen and (max-width: 768px) {
    .top_facebook {
      width: 100%;
      margin-bottom: 30px; } }
  .top_facebook .top_media_title {
    color: #3f51b5; }
  .top_facebook .top_media_body {
    background: #3f51b5;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    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 only screen and (max-width: 768px) {
      .top_facebook .top_media_body {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
        height: 97px; } }
    .top_facebook .top_media_body h2 {
      font-size: 2.7rem;
      line-height: 1; }
      .top_facebook .top_media_body h2 span {
        color: #ffec4a;
        font-size: 2rem; }

.top_sc .top_media_body {
    margin-top: 50px;
  background: #f57c00;
  height: 97px;
  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; }
  .top_qa .top_media_body h2 {
    font-size: 2.7rem;
    line-height: 1; }
    .top_qa .top_media_body h2 span {
      color: #ffec4a;
      font-size: 2rem; }

.top_qa .top_media_body {
    margin-top: 80px;
  background: #f57c00;
  height: 97px;
  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; }
  .top_qa .top_media_body h2 {
    font-size: 2.7rem;
    line-height: 1; }
    .top_qa .top_media_body h2 span {
      color: #ffec4a;
      font-size: 2rem; }


.top_facebook2020 .top_media_body{
  background: #3f51b5;
  height: 97px;
  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; }
  .top_facebook2020 .top_media_title {
    color: #3f51b5; }
  .top_facebook2020 .top_media_body h2 {
    font-size: 2.7rem;
    line-height: 1; }
    .top_facebook2020 .top_media_body h2 span {
      color: #ffec4a;
      font-size: 2rem; }

.top_instagram .top_media_body{
  background: #be5eb9;
  height: 97px;
  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; }
  .top_instagram .top_media_body h2 {
    font-size: 2.7rem;
    line-height: 1; }
    .top_instagram .top_media_body h2 span {
      color: #ffec4a;
      font-size: 2rem; }

.top_cookpad .top_media_body{
  background: #48ae70;
  height: 97px;
  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; }
  .top_cookpad .top_media_body h2 {
    font-size: 2.7rem;
    line-height: 1; }
    .top_cookpad .top_media_body h2 span {
      color: #FFF;
      font-size: 1.7rem; }

.home .map {
  position: relative; }
  .home .map::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/top/bg_access.svg) center calc(100% - 15px) no-repeat;
    background-size: 100% auto;
    mix-blend-mode: multiply; }
    @media only screen and (max-width: 768px) {
      .home .map::before {
        width: 1300px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-position: center 80px;
        background-size: auto 67%; } }
  .home .map a {
    display: block; }
    @media only screen and (max-width: 768px) {
      .home .map a {
        width: 650px; } }
    .home .map a img {
      width: 100%;
      height: auto; }
      @media only screen and (max-width: 768px) {
        .home .map a img {
          width: 1300px;
          position: relative;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }

.top_access {
  position: relative;
  margin-top: 140px;
  padding-bottom: 140px;
  background: url(../img/top/bg_access_water.jpg) center bottom no-repeat; }
  @media only screen and (max-width: 768px) {
    .top_access {
      background: url(../img/top/bg_top_access_sp.jpg) center 40px/475px auto no-repeat;
      background-image: url(../img/top/bg_top_access_sp.jpg), url(../img/top/bg_access_water.jpg);
      background-position: center 40px, center bottom;
      margin-top: 40px;
      padding-bottom: 20px; } }
  .top_access::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/top/bg_access.svg) center -20px/100% 884px no-repeat;
    mix-blend-mode: multiply; }
    @media only screen and (max-width: 768px) {
      .top_access::before {
        width: 1300px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-position: center 40px;
        background-size: auto 67%; } }
  .top_access .top_sctn_title_ja {
    color: #78909c;
    position: relative;
    z-index: 1; }
  .top_access .access_address {
    color: #546e7a; }
  .top_access a {
    display: block; }
    .top_access a img {
      width: 100%;
      height: auto; }
      @media only screen and (max-width: 768px) {
        .top_access a img {
          width: 960px;
          max-width: none;
          position: relative;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }

.section {
  margin: 0 0 50px 0; }
  @media only screen and (max-width: 768px) {
    .section {
      margin: 0 0 30px 0; } }
  .doctors .section {
    margin-bottom: 70px; }
    @media only screen and (max-width: 768px) {
      .doctors .section {
        margin-bottom: 50px; } }
  .section.a-center {
    text-align: center; }
  .section .other_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .section .other_image {
        display: block;
        margin-bottom: 40px; } }
    .section .other_image > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 494px;
      flex: 0 0 494px; }
      .section .other_image > *:not(:last-child) {
        margin-bottom: 30px; }

.section_withimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.4rem 0 40px; }
  @media only screen and (max-width: 768px) {
    .section_withimg {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      padding: 20px 0; } }
  @media only screen and (max-width: 768px) {
    .section_withimg.reverse {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
      flex-direction: column !important; }
      .section_withimg.reverse .section_text {
        margin-bottom: 2em; } }
  .section_wrapper .section_withimg:first-child {
    padding-top: 0; }
    @media only screen and (max-width: 768px) {
      .section_wrapper .section_withimg:first-child {
        padding-top: 20px; }
        .contents_menu + .section_wrapper .section_withimg:first-child {
          padding-top: 0; } }
  .section_withimg > *:not(div) {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .section_withimg > div {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 50px 0 0; }
    @media only screen and (max-width: 768px) {
      .section_withimg > div {
        margin-right: 0; } }
  .section_withimg.reserse_row > div {
    margin: 0 0 0 50px; }
    @media only screen and (max-width: 768px) {
      .section_withimg.reserse_row > div {
        margin-left: 0; } }
  .section_withimg h3:not([class]) {
    font-size: 2rem;
    margin-bottom: 1.7rem; }
    @media only screen and (max-width: 768px) {
      .section_withimg h3:not([class]) {
        font-size: 1.2rem; } }
  .section_withimg p {
    font-size: 1.7rem;
    margin-top: 0;
    text-align: justify;
    line-height: 2; }
    @media only screen and (max-width: 768px) {
      .section_withimg p {
        font-size: 1rem; } }
  @media only screen and (max-width: 768px) {
    .section_withimg > figure {
      margin-bottom: 1em; } }
  .section_withimg > figure img {
    display: block; }
    @media only screen and (max-width: 768px) {
      .section_withimg > figure img {
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%;
        height: auto !important; } }
    .section_withimg > figure img:not(:last-of-type) {
      margin-bottom: 20px; }
  .section_withimg .bg_box {
    background: #ffffef;
    padding: 1em; }
  .section_withimg .in_section {
    margin-top: 50px; }
    @media only screen and (max-width: 768px) {
      .section_withimg .in_section {
        margin-top: 30px; } }

.section_title {
  font-size: 2.6rem;
  color: #928e4b;
  border-bottom: 1px dotted #d5d587;
  padding-bottom: 0.5em;
  text-align: left; }
  @media only screen and (max-width: 768px) {
    .section_title {
      font-size: 1.7rem;
      padding-bottom: 5px; } }
  .section_title.narrow {
    border-bottom-style: solid;
    max-width: 420px;
    white-space: nowrap; }
  .section_title.solid {
    border-bottom-style: solid;
    padding-bottom: 0; }
  .section_title + .order_list,
  .section_title + .dot_list {
    margin: 2em 0; }

.subheadings {
  color: #928e4b;
  font-size: 2rem;
  margin-bottom: 1.7rem; }
  @media only screen and (max-width: 768px) {
    .subheadings {
      font-size: 1.2rem;
      margin-bottom: 1rem; } }

.section_item {
  border-bottom: 1px dotted #d5d587;
  font-size: 1.8rem; }
  @media only screen and (max-width: 768px) {
    .section_item {
      font-size: 1.2rem; } }
  .section_item.large {
    font-size: 2.1rem; }
    @media only screen and (max-width: 768px) {
      .section_item.large {
        font-size: 1.4rem; } }
  .section_item a {
    color: #000;
    text-decoration: none;
    padding: 1em 0;
    line-height: 1.2; }
    .section_item a:hover {
      color: #ef5350;
      -webkit-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s; }

.section_block {
  margin-top: 40px; }
  @media only screen and (max-width: 768px) {
    .section_block {
      margin-top: 20px; } }
  .section_block:not(:last-child) {
    margin-bottom: 40px; }
    @media only screen and (max-width: 768px) {
      .section_block:not(:last-child) {
        margin-bottom: 60px; } }
  .section_block .section_text {
    margin-right: 38px; }
    @media only screen and (max-width: 768px) {
      .section_block .section_text {
        margin-right: 0; } }

.section_block_title {
  font-size: 2.4rem;
  margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .section_block_title {
      font-size: 1.3rem;
      margin-bottom: 5px; } }

.section_text {
  font-size: 1.7rem; }
  @media only screen and (max-width: 768px) {
    .section_text {
      font-size: 1rem; } }
  .section_text > .dot_list,
  .section_text > p {
    margin: 2em 0;
    line-height: 2;
    text-align: justify; }
  .section_text .subsection {
    padding: 2rem 0; }
    @media only screen and (max-width: 768px) {
      .section_text .subsection {
        padding: 1em 0; } }
    .section_text .subsection + .subsection {
      border-top: 1px solid #d5d587; }
    .section_text .subsection + p {
      border-top: 1px solid #d5d587;
      margin: 0;
      padding: 1em 0; }

.section_float {
  float: left;
  margin: 0 0 50px;
  width: 690px;
  font-size: 1.7rem; }
  @media only screen and (max-width: 768px) {
    .section_float {
      float: none;
      margin: 20px 0;
      width: auto;
      font-size: 1rem; } }
  .section_float:first-child {
    margin-top: 0; }
  .section_float > p {
    margin: 2em 0 0;
    text-align: justify; }
  .section_float + .section {
    clear: both; }
  .section_float + figure {
    float: right;
    width: 372px; }
    @media only screen and (max-width: 768px) {
      .section_float + figure {
        float: none;
        width: auto; } }
    .section_float + figure picture:not(:last-child) img {
      margin-bottom: 60px; }
      @media only screen and (max-width: 768px) {
        .section_float + figure picture:not(:last-child) img {
          margin-bottom: 20px; } }

.contact_form {
  width: 858px;
  margin: 40px auto; }
  @media only screen and (max-width: 768px) {
    .contact_form {
      width: 100%;
      margin: 20px auto; } }

.contact .form_wrapper:not(:last-of-type) {
  border-bottom: 1px solid #d5d587; }

.doctors_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.doctor_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.doctor_profile {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: 20px; }
  @media only screen and (max-width: 768px) {
    .doctor_profile {
      margin-left: 15px; } }

.doctor_name {
  font-size: 1.8rem; }
  @media only screen and (max-width: 768px) {
    .doctor_name {
      font-size: 1.3rem; } }

.doctor_detail {
  margin: 1em 0;
  font-size: 1.3rem;
  line-height: 2.4; }
  @media only screen and (max-width: 768px) {
    .doctor_detail {
      font-size: 1rem; } }
  .doctor_detail th {
    width: 6em; }

.doctor_photo {
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media only screen and (max-width: 768px) {
    .doctor_photo {
      width: 35%;
      max-width: 110px; } }
  .doctor_photo img {
    display: block; }

.access_info {
  font-size: 1.6rem;
  margin: 2em 0;
  line-height: 1.8; }
  @media only screen and (max-width: 768px) {
    .access_info {
      font-size: 1rem; } }
  .access_info dt {
    font-size: 1.8rem; }
    @media only screen and (max-width: 768px) {
      .access_info dt {
        font-size: 1.2rem; } }

.map {
  margin: 0 calc(50% - 50vw); }

.support_contact_link {
  margin: 60px auto;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .support_contact_link {
      margin: 20px auto 0; } }
  .support_contact_link p {
    color: #546e7a; }
    .support_contact_link p:not([class]) {
      font-size: 3rem;
      margin: 10px 0; }
      @media only screen and (max-width: 768px) {
        .support_contact_link p:not([class]) {
          font-size: 1.7rem;
          margin: 1em 0 .5em; } }

.support_tel,
.support_email {
  width: 533px;
  margin: auto; }
  @media only screen and (max-width: 768px) {
    .support_tel,
    .support_email {
      width: auto;
      max-width: 300px; } }
  .support_tel a,
  .support_email a {
    display: block;
    color: #fff;
    text-decoration: none; }

.support_tel img {
  display: block; }

.support_email a {
  display: block;
  background: #209cea;
  color: #fff;
  border-radius: 13px;
  padding: 10px 0;
  font-size: 2.4rem; }
  .support_email a:hover {
    background: #4fb1ee !important;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s; }
  @media only screen and (max-width: 768px) {
    .support_email a {
      font-size: 1.4rem; } }
  .support_email a img {
    width: 38px;
    margin-right: 15px;
    vertical-align: text-bottom; }
    @media only screen and (max-width: 768px) {
      .support_email a img {
        width: 22px;
        margin-right: 10px; } }

.access_address {
  text-align: center;
  font-size: 2.8rem; }
  @media only screen and (max-width: 768px) {
    .access_address {
      font-size: 2rem; } }
  .access_address a {
    font-size: 3.3rem; }
    @media only screen and (max-width: 768px) {
      .access_address a {
        font-size: 2.5rem; } }

.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  border-bottom: 1px dotted; }
  @media only screen and (max-width: 768px) {
    .post {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 20px 0; }
      .post:last-child {
        border: none; } }
  .post.faq_post {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .post.faq_post.hide {
      display: none;
      opacity: 0; }

.post_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.post_title, .question {
  color: #6d4c41;
  font-size: 2.2rem;
  position: relative;
  padding-top: 100px;
  margin-top: -100px;
}
  @media only screen and (max-width: 768px) {
    .post_title, .question {
      font-size: 1.3rem !important; } }

.post_date {
  font-size: 1.6rem;
  margin: 0; }
  @media only screen and (max-width: 768px) {
    .post_date {
      font-size: 1rem; } }

.post_thumb {
  margin-left: 40px;
  width: 32%;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media only screen and (max-width: 768px) {
    .post_thumb {
      width: 100%;
      margin: 0; } }

.post_text, .answer {
  margin: 1.6em 0;
  position: relative;
  text-align: justify; }
  @media only screen and (max-width: 768px) {
    .post_text, .answer {
      font-size: 1rem !important; } }

@media only screen and (max-width: 768px) {
  .post_link {
    text-align: center; } }

@media only screen and (min-width: 769px) {
  .close_contents {
    width: 700px; } }

.doctors_contents .section_wrapper {
  padding-top: 20px; }

.close_table {
  width: 100%;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  table-layout: fixed; }
  @media only screen and (max-width: 768px) {
    .close_table {
      margin-bottom: 20px; } }
  .close_table th, .close_table td {
    padding: 1em 0;
    border-bottom: 1px solid #d5d587; }
  .close_table th {
    width: 13em; }
    .close_table th + td {
      width: 15em; }
  .close_table tr:last-child th, .close_table tr:last-child td {
    border-bottom: none; }

.doctor_comment {
  width: 170px; }
  @media only screen and (max-width: 768px) {
    .doctor_comment {
      margin-top: 1em;
      width: 100%; } }
  .doctor_comment dt {
    font-size: 1.3rem; }
  .doctor_comment dd {
    font-size: 1.2rem;
    text-align: justify; }

.question {
  font-size: 2rem;
  padding-left: 30px; }
  @media only screen and (max-width: 768px) {
    .question {
      padding-left: 17px; } }
  .question::before {
    content: "Q ";
    position: absolute;
    left: 0; }

.answer {
  font-size: 1.5rem;
  padding-left: 30px;
  margin-bottom: 0; }
  @media only screen and (max-width: 768px) {
    .answer {
      padding-left: 17px; } }
  .answer::before {
    content: "A ";
    position: absolute;
    left: 0; }

.filtering {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 768px) {
    .filtering {
      position: relative;
      display: block;
      margin: 20px 0 0; } }
  .filtering > div {
    border: 1px solid #8a8a8b;
    border-radius: 1px;
    background: #f2f2f2;
    height: 32px;
    line-height: 32px; }
    @media only screen and (max-width: 768px) {
      .filtering > div {
        width: 100% !important; } }

.fltr_category {
  width: 245px;
  margin-right: 1em;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .fltr_category {
      margin-bottom: 1em; } }
  .fltr_category .fltr_select {
    display: block;
    font-size: 1.2rem;
    padding: 0 40px 0 10px;
    width: 243px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .fltr_category .fltr_select {
        width: 100%; } }
    .fltr_category .fltr_select::-ms-expand {
      display: none; }
  .fltr_category::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background: #bdbdbd url(../img/ico_triangle.svg) center center no-repeat;
    border-left: 1px solid #8a8a8b; }

.fltr_search {
  height: 30px; }
  .fltr_search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .fltr_search input[type="text"] {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 1.2rem;
    padding: 0 1em;
    line-height: 30px;
    vertical-align: middle;
    width: 140px;
    height: 30px; }
  .fltr_search .search_btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #bdbdbd url(../img/ico_search.svg) center center no-repeat;
    border-left: 1px solid #8a8a8b;
    width: 31px;
    height: 30px; }

.sub_cntnts_section {
  font-size: 1.5rem;
  padding: 20px 0;
  line-height: 2;
  border-bottom: 1px dotted;
  counter-increment: title; }
  @media only screen and (max-width: 768px) {
    .sub_cntnts_section {
      padding: 10px 0;
      font-size: 1rem !important; } }
  .intro_text + .sub_cntnts_section {
    border-top: 1px dotted; }
  .management_wrapper .sub_cntnts_section {
    font-size: 1.4rem; }
  .sub_cntnts_section:last-of-type {
    border: none; }
  .sub_cntnts_section p {
    margin: 0; }

.sub_section_title {
  font-size: 2rem; }
  @media only screen and (max-width: 768px) {
    .sub_section_title {
      font-size: 1.2rem !important;
      line-height: 1.4;
      margin-bottom: 0.5em; } }
  .sub_section_title.order_title::before {
    content: counter(title) "."; }

.edit_data dt, .edit_data dd {
  display: inline-block;
  margin-right: 0.5em; }

.comment,
.order_list_lv2 {
  margin: 2em 0; }
  @media only screen and (max-width: 768px) {
    .comment,
    .order_list_lv2 {
      margin: 1em 0; } }
  .comment:last-child,
  .order_list_lv2:last-child {
    margin-bottom: 0; }
  .comment > li,
  .order_list_lv2 > li {
    counter-increment: comment; }
    .comment > li::before,
    .order_list_lv2 > li::before {
      content: "(" counter(comment) ")"; }

p.caution {
  color: #ef5350;
  border-top: 1px dotted #000;
  padding-top: 2em;
  margin-top: 0;
  font-size: 1.3rem; }
  @media only screen and (max-width: 768px) {
    p.caution {
      font-size: .8rem; } }

.management_wrapper .order_list {
  margin: 2em 0; }
  @media only screen and (max-width: 768px) {
    .management_wrapper .order_list {
      margin: 1em 0; } }
  .management_wrapper .order_list li + li {
    margin-top: 2em; }
    @media only screen and (max-width: 768px) {
      .management_wrapper .order_list li + li {
        margin-top: 1em; } }

.provisions_wrapper {
  margin-top: 2em; }
  .provisions_wrapper li + li {
    margin-top: 2em; }

.summary_index_list li:not(:last-child) {
  border-bottom: 1px dotted; }

.summary_index_list li a {
  display: inline-block;
  color: #41a671;
  padding: 1em 0;
  text-decoration: none; }

#disclosure {
  background: #faf7f1;
  padding: 3em;
  margin: 4em 0 0 0; }
  @media only screen and (max-width: 768px) {
    #disclosure {
      padding: 2em; } }
  #disclosure h2 {
    border: none;
    border-left: 5px #000 solid;
    line-height: 1;
    padding: 0 0 0 0.5em;
    color: #000; }
    @media only screen and (max-width: 768px) {
      #disclosure h2 {
        margin: 0 0 2rem 0; } }
  #disclosure .section_wrapper h3 {
    border: none;
    border-bottom: 2px #000 solid;
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 0.5em 0;
    color: #000; }
    @media only screen and (max-width: 768px) {
      #disclosure .section_wrapper h3 {
        font-size: 1.5rem; } }
  #disclosure .section_wrapper .summary_index_list {
    margin: 0 0 3em 0; }
    #disclosure .section_wrapper .summary_index_list:last-child {
      margin-bottom: 0; }
    #disclosure .section_wrapper .summary_index_list li:not(:last-child) {
      border-bottom: 1px dotted; }
    #disclosure .section_wrapper .summary_index_list li a {
      display: inline-block;
      color: #41a671;
      padding: 1em 0;
      text-decoration: none; }

.notice {
  line-height: 1.4; }
  .notice small {
    font-size: 1.2rem; }
    @media only screen and (max-width: 768px) {
      .notice small {
        font-size: .9rem; } }
  .notice span {
    display: inline-block; }

.form_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  font-size: 2rem;
  text-align: left; }
  @media only screen and (max-width: 768px) {
    .form_wrapper {
      font-size: 1.4rem;
      display: block; } }
  .form_wrapper.comment_wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  @media only screen and (max-width: 768px) {
    .form_wrapper.gender_wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

.form_label {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  @media only screen and (max-width: 768px) {
    .form_label {
      padding-bottom: 0.5em; } }
  @media only screen and (max-width: 768px) {
    .gender_wrapper .form_label {
      width: 40%;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      padding-bottom: 0; } }
  .form_label span {
    font-size: 1.4rem; }
  .form_label.required::after {
    content: "※";
    color: #ef5350;
    font-size: 1.4rem; }

.subject {
  width: 400px;
  position: relative;
  border: 1px solid #8a8a8b;
  border-radius: 3px;
  background: #f2f2f2;
  height: 48px;
  line-height: 48px; }
  @media only screen and (max-width: 768px) {
    .subject {
      width: 100% !important; } }
  .subject .select {
    display: block;
    font-size: 2rem;
    padding: 0 40px 0 15px;
    width: 400px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .subject .select {
        width: 100%;
        font-size: 1.4rem; } }
    .subject .select::-ms-expand {
      display: none; }
  .subject::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    background: #bdbdbd url(../img/ico_triangle.svg) center center/8px 7px no-repeat;
    border-left: 1px solid #8a8a8b; }

.form_input {
  width: 690px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }
  @media only screen and (max-width: 768px) {
    .form_input {
      width: 100%; } }
  .form_input small {
    display: inline-block;
    font-size: 1.4rem;
    margin-left: .5em; }
    @media only screen and (max-width: 768px) {
      .form_input small {
        margin: 1em 0 0;
        font-size: 1rem; } }

.input_text, .textarea {
  border: 1px solid #8e8e8f;
  background: #f6f6f6;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 15px;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .input_text, .textarea {
      width: 100% !important; } }
  .input_text.short, .short.textarea {
    width: 340px; }
  .input_text.number, .number.textarea {
    width: 145px; }

.textarea {
  height: 230px; }

.radio_label > * {
  display: inline-block;
  vertical-align: middle; }

.radio_label:not(:last-child) {
  margin-right: 2em; }

.input_radio {
  border: 1px solid #8e8e8f;
  background: #f6f6f6;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 0.5em;
  position: relative; }
  .input_radio:checked::after {
    display: block;
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #546E7A; }

.submit_btn {
  display: block;
  background: #aed581;
  width: 196px;
  height: 73px;
  margin: auto;
  border-radius: 16px;
  font-size: 2.3rem; }
  .submit_btn:hover {
    background: #c7e2a7 !important;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s; }
  @media only screen and (max-width: 768px) {
    .submit_btn {
      font-size: 1.6rem;
      width: 140px;
      height: 50px;
      border-radius: 11px; } }

.departments_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 80px; }
  @media only screen and (max-width: 768px) {
    .departments_list {
      font-size: 1.6rem; } }
  .departments_list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 40px*3) / 4);
    flex: 0 0 calc((100% - 40px*3) / 4);
    width: calc((100% - 40px*3) / 4);
    margin: 40px 0 0; }
    @media only screen and (max-width: 768px) {
      .departments_list li {
        -ms-flex-preferred-size: calc((100% - 10vw) / 2);
        flex-basis: calc((100% - 10vw) / 2);
        width: calc((100% - 10vw) / 2);
        margin-top: 30px; } }
    @media only screen and (min-width: 769px) {
      .departments_list li:not(:nth-child(4n)) {
        margin-right: 40px; } }
    @media only screen and (max-width: 768px) {
      .departments_list li:not(:nth-child(even)) {
        margin-right: 10vw; } }
  .departments_list a {
    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;
    background: rgba(158, 158, 100, 0.1);
    text-decoration: none;
    height: 92px;
    line-height: 1.2; }
    .departments_list a:hover {
      background: #928e4b;
      color: #F5F5EF;
      -webkit-transition-duration: 0.5s;
      -o-transition-duration: 0.5s;
      transition-duration: 0.5s; }
    @media only screen and (max-width: 768px) {
      .departments_list a {
        height: 58px; } }

.departments .contents_body {
  padding-top: 20px; }
  @media only screen and (max-width: 768px) {
    .departments .contents_body {
      padding-top: 0; } }

.departments .contents_menu {
  top: 20px; }
  @media only screen and (max-width: 768px) {
    .departments .contents_menu {
      top: 0;
      margin: 20px 0; } }

.departments .section_withimg {
  margin: 40px 0;
  padding: 0;
  clear: both; }
  @media only screen and (max-width: 768px) {
    .departments .section_withimg {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 20px 0; } }
  @media only screen and (max-width: 768px) {
    .departments .section_withimg > figure {
      margin: 2em 0 0; } }
  .departments .section_withimg > figure.multiple picture + picture {
    display: block;
    margin-top: 60px; }

.departments .doctors {
  clear: both; }

.departments .section_text p:last-of-type {
  margin-bottom: 0; }

.departments .section_text .section_block_title + p {
  margin-top: 0; }

.departments .section_title + .departments_subsection {
  margin-top: 2em; }

.doctors_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%; }

.doctor_data {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 40px 30px 0; }
  @media only screen and (max-width: 768px) {
    .doctor_data {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      padding: 30px 0 0; } }

.doctor_detail {
  margin-bottom: 0;
  line-height: 1.8; }

.departments_subsection {
  line-height: 1.8;
  margin: 2em 0; }
  .departments_subsection a {
    color: #ef5350; }
  .departments_subsection dt {
    color: #41a671;
    font-size: 2.2rem; }
    @media only screen and (max-width: 768px) {
      .departments_subsection dt {
        font-size: 1.2rem; } }
  .departments_subsection dd {
    margin-bottom: 2em; }
  .departments_subsection .dot_list li {
    margin-bottom: 2em; }
  .departments_subsection:last-child dd {
    margin-bottom: 0; }

.achievement {
  width: 372px;
  background: rgba(255, 255, 255, 0.6); }
  @media only screen and (max-width: 768px) {
    .achievement {
      width: 270px;
      margin: auto; } }
  .achievement h4 {
    font-size: 2rem;
    border-bottom: 1px solid;
    padding: 10px 20px; }
    @media only screen and (max-width: 768px) {
      .achievement h4 {
        font-size: 1.3rem; } }
  .achievement > *:not(h4) {
    margin: 0 20px;
    padding: 1em 0; }
  .achievement dl {
    line-height: 2; }
    .achievement dl:not(:first-of-type) {
      border-top: 1px dotted; }
  .achievement dd {
    padding-left: 2em; }
  .achievement table {
    width: 100%;
    line-height: 1.8; }
  .achievement td {
    text-align: right; }
  .achievement .grandtotal {
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin-bottom: 1em; }

.sport_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 520px;
  position: absolute;
  right: 0;
  bottom: 30px; }
  @media only screen and (max-width: 768px) {
    .sport_image {
      position: relative;
      bottom: auto;
      width: 100%;
      padding: 0 10px; } }
  @media only screen and (max-width: 768px) {
    .sport_image img {
      margin-left: 0; } }

.neurology_attention {
  border: 1px solid #d5d587;
  text-align: center;
  font-size: 1.8rem; }
  @media only screen and (max-width: 768px) {
    .neurology_attention {
      font-size: 1.1rem; } }

.career_up {
  background: rgba(252, 228, 236, 0.6);
  margin-left: 728px;
  font-size: 1.5rem; }
  @media only screen and (max-width: 768px) {
    .career_up {
      margin: 3.4rem 0;
      font-size: 1rem; } }
  .career_up h4 {
    color: #ef5350;
    font-size: 2rem;
    border-bottom: 1px solid;
    padding: 10px 20px; }
    @media only screen and (max-width: 768px) {
      .career_up h4 {
        font-size: 1.6rem; } }
  .career_up div {
    padding: 20px; }
    @media only screen and (max-width: 768px) {
      .career_up div {
        padding: 15px 20px; } }
  .career_up ol {
    color: #ef5350;
    border-width: 1px 0 1px;
    border-style: solid;
    border-color: #ef5350;
    margin: 1em 0;
    padding: 10px 0; }
  .career_up li {
    font-size: 1.8rem;
    line-height: 1.6;
    counter-increment: orderlist; }
    @media only screen and (max-width: 768px) {
      .career_up li {
        font-size: 1.3rem; } }
    .career_up li::before {
      content: counter(orderlist) "."; }
  .career_up p {
    margin: 0;
    line-height: 1.6; }

.section_narrow .section_title {
  margin-bottom: 3.4rem; }
  @media only screen and (max-width: 768px) {
    .section_narrow .section_title {
      margin-bottom: 0; } }

@media only screen and (max-width: 768px) {
  .section_narrow .section_withimg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 20px; }
    .section_narrow .section_withimg > figure {
      margin: 0 0 2em; } }

.section_narrow p {
  margin-top: 0; }

@media only screen and (max-width: 768px) {
  .nurse .section_narrow .section_withimg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 20px; }
    .nurse .section_narrow .section_withimg > figure {
      margin: 0 0 2em; } }

.department_orderlist ol {
  margin: 2em 0;
  font-size: 1.7rem; }
  @media only screen and (max-width: 768px) {
    .department_orderlist ol {
      font-size: 1rem; } }
  .department_orderlist ol li {
    line-height: 2;
    counter-increment: radiation-count; }
    .department_orderlist ol li::before {
      content: counter(radiation-count) ". "; }

@media only screen and (max-width: 768px) {
  .radiation_works .section_title {
    margin-bottom: 20px; } }

@media only screen and (min-width: 769px) {
  .radiation_works .float_image {
    clear: right;
    float: right; } }

.radiation_works .section_text {
  width: 678px;
  margin-top: 40px; }
  @media only screen and (max-width: 768px) {
    .radiation_works .section_text {
      width: 100%;
      margin: 20px 0; } }

.clinical_works {
  margin: 2em 0 0;
  line-height: 1.8; }
  .clinical_works th {
    padding-right: 2em;
    vertical-align: top;
    white-space: nowrap; }
  .clinical_works dl:last-of-type {
    margin-bottom: 2em; }
  .clinical_works dt, .clinical_works dd {
    display: inline-block; }
  .clinical_works dt {
    padding-right: 1em; }
  .clinical_works span {
    display: inline-block; }

.table_in_list {
  vertical-align: top;
  text-indent: 0; }
  .table_in_list th {
    padding-right: 2em; }

@media only screen and (max-width: 768px) {
  .section_external .section_withimg .dot_list {
    margin: 1em 0; } }

@media only screen and (max-width: 768px) {
  .section_external .section_withimg figure {
    display: none; } }

.about_intro {
  padding: 60px 0 40px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .about_intro {
      padding-top: 0; } }
  .about_intro .slogan {
    font-size: 5.7rem;
    color: #41a671; }
    @media only screen and (max-width: 768px) {
      .about_intro .slogan {
        font-size: 3.4rem;
        line-height: 1.3; } }
  .about_intro p {
    font-size: 2rem;
    line-height: 2.2; }
    @media only screen and (max-width: 768px) {
      .about_intro p {
        font-size: 1.1rem; } }

.skelton {
  overflow-y: visible; }
  @media only screen and (max-width: 768px) {
    .skelton {
      padding-top: 100px;
      position: relative; } }
  .skelton ol {
    float: left;
    font-size: 1.7rem;
    margin: 1em 40px 0 0; }
    @media only screen and (max-width: 768px) {
      .skelton ol {
        float: none;
        font-size: 1.0rem;
        margin: 2em 0; } }
    .skelton ol li {
      list-style: decimal inside;
      margin: 1em 0; }
  .skelton .adviser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 20px; }
    @media only screen and (max-width: 768px) {
      .skelton .adviser {
        position: absolute;
        top: 0;
        right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 92px;
        margin: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center; } }
    .skelton .adviser p {
      font-size: 1.5rem;
      line-height: 1;
      margin: 0 0 0 15px; }
      @media only screen and (max-width: 768px) {
        .skelton .adviser p {
          font-size: 0.9rem;
          margin: 0.5em 0 0; } }
      .skelton .adviser p span {
        display: block;
        font-size: 1.3rem;
        margin-bottom: 8px; }
        @media only screen and (max-width: 768px) {
          .skelton .adviser p span {
            font-size: 0.8rem;
            margin: auto;
            line-height: 1.4; } }

.correlation_wrapper {
  margin: 60px 0;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .correlation_wrapper {
      margin: 20px 0; } }

.correlation {
  background: url(../img/about/img_hospital.jpg) center no-repeat;
  width: 815px;
  height: 540px;
  margin: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 768px) {
    .correlation {
      width: auto;
      height: 66.25vw;
      background-size: contain;
      margin: 0 calc(50% - 50vw); } }
  .correlation h5 {
    position: absolute;
    top: 30%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 5rem;
    line-height: 1.2; }
    @media only screen and (max-width: 768px) {
      .correlation h5 {
        font-size: 2.3rem;
        background-size: 19px 19px;
        padding-top: 28px; } }
    .correlation h5 img {
      width: 43px;
      height: 43px; }
    .correlation h5 span {
      display: block; }
      .correlation h5 span:not([class]) {
        font-size: 1.4rem; }
        @media only screen and (max-width: 768px) {
          .correlation h5 span:not([class]) {
            font-size: .8rem; } }
      .correlation h5 span.group {
        font-size: 2.8rem; }
        @media only screen and (max-width: 768px) {
          .correlation h5 span.group {
            font-size: 1.3rem; } }
  .correlation .division {
    position: absolute;
    width: 95px;
    height: 95px;
    line-height: 95px;
    border-radius: 50%;
    font-size: 3rem; }
    @media only screen and (max-width: 768px) {
      .correlation .division {
        font-size: 1.4rem;
        width: 44px;
        height: 44px;
        line-height: 44px; } }
    .correlation .division.medical {
      top: 0;
      left: 0;
      background: #e0f2f1; }
      @media only screen and (max-width: 768px) {
        .correlation .division.medical {
          left: 20px; } }
    .correlation .division.care {
      top: 0;
      right: 0;
      background: #fffde7; }
      @media only screen and (max-width: 768px) {
        .correlation .division.care {
          right: 20px; } }
    .correlation .division.health {
      bottom: 0;
      left: 0;
      background: #f1f8e9; }
      @media only screen and (max-width: 768px) {
        .correlation .division.health {
          left: 20px; } }
    .correlation .division.welfare {
      bottom: 0;
      right: 0;
      background: #fbe9e7; }
      @media only screen and (max-width: 768px) {
        .correlation .division.welfare {
          right: 20px; } }
  .correlation .item_wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 10px; }
    @media only screen and (max-width: 768px) {
      .correlation .item_wrapper {
        padding: 10px; } }
    .correlation .item_wrapper .item {
      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-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: #fff;
      font-size: 1.7rem;
      line-height: 1.2;
      width: 166px;
      height: 48px;
      border-radius: 48px; }
      @media only screen and (max-width: 768px) {
        .correlation .item_wrapper .item {
          font-size: .8rem;
          width: 83px;
          height: 23px; } }
      .correlation .item_wrapper .item span {
        font-size: 1.2rem; }
        @media only screen and (max-width: 768px) {
          .correlation .item_wrapper .item span {
            font-size: 0.6rem; } }
    .correlation .item_wrapper:nth-of-type(odd) {
      padding-left: 40px; }
      @media only screen and (max-width: 768px) {
        .correlation .item_wrapper:nth-of-type(odd) {
          padding-left: 10px; } }
      .correlation .item_wrapper:nth-of-type(odd) .item:first-child, .correlation .item_wrapper:nth-of-type(odd) .item:last-child {
        margin-right: 0;
        margin-left: auto; }
      .correlation .item_wrapper:nth-of-type(odd) .item:nth-child(2), .correlation .item_wrapper:nth-of-type(odd) .item:nth-last-child(2) {
        margin-right: 60px;
        margin-left: auto; }
        @media only screen and (max-width: 768px) {
          .correlation .item_wrapper:nth-of-type(odd) .item:nth-child(2), .correlation .item_wrapper:nth-of-type(odd) .item:nth-last-child(2) {
            margin-right: 25px; } }
      .correlation .item_wrapper:nth-of-type(odd) .item:nth-child(3), .correlation .item_wrapper:nth-of-type(odd) .item:nth-last-child(3) {
        margin-right: 120px;
        margin-left: auto; }
        @media only screen and (max-width: 768px) {
          .correlation .item_wrapper:nth-of-type(odd) .item:nth-child(3), .correlation .item_wrapper:nth-of-type(odd) .item:nth-last-child(3) {
            margin-right: 55px; } }
    .correlation .item_wrapper:nth-of-type(even) {
      padding-right: 40px; }
      @media only screen and (max-width: 768px) {
        .correlation .item_wrapper:nth-of-type(even) {
          padding-right: 10px; } }
      .correlation .item_wrapper:nth-of-type(even) .item:nth-child(2), .correlation .item_wrapper:nth-of-type(even) .item:nth-last-child(2) {
        margin-left: 60px;
        margin-right: auto; }
        @media only screen and (max-width: 768px) {
          .correlation .item_wrapper:nth-of-type(even) .item:nth-child(2), .correlation .item_wrapper:nth-of-type(even) .item:nth-last-child(2) {
            margin-left: 30px; } }
      .correlation .item_wrapper:nth-of-type(even) .item:nth-child(3), .correlation .item_wrapper:nth-of-type(even) .item:nth-last-child(3) {
        margin-left: 120px;
        margin-right: auto; }
        @media only screen and (max-width: 768px) {
          .correlation .item_wrapper:nth-of-type(even) .item:nth-child(3), .correlation .item_wrapper:nth-of-type(even) .item:nth-last-child(3) {
            margin-left: 60px; } }
      .correlation .item_wrapper:nth-of-type(even) .item:nth-child(4), .correlation .item_wrapper:nth-of-type(even) .item:nth-last-child(4) {
        margin-left: auto;
        margin-right: 0; }
  .correlation + p {
    margin: 40px 0; }
    @media only screen and (max-width: 768px) {
      .correlation + p {
        margin: 20px 0 40px;
        font-size: .8rem; } }

.group_info::after {
  display: block;
  content: "";
  clear: both; }

.group_section {
  margin-top: 20px; }
  @media only screen and (max-width: 768px) {
    .group_section {
      margin-top: 10px;
      float: none !important; } }
  .group_section.hospital {
    float: left; }
  .group_section.welfare {
    float: right; }
    @media only screen and (max-width: 768px) {
      .group_section.welfare {
        margin-top: 30px; } }

.group_name {
  font-size: 2.7rem;
  padding-left: 30px; }
  @media only screen and (max-width: 768px) {
    .group_name {
      font-size: 1.8rem;
      padding-left: 22px; } }
  .hospital .group_name {
    background: url(../img/logo.svg) left center/22px 22px no-repeat; }
    @media only screen and (max-width: 768px) {
      .hospital .group_name {
        background-size: 16px 16px; } }
  .welfare .group_name {
    background: url(../img/logo_welfare.svg) left center/22px 22px no-repeat; }
    @media only screen and (max-width: 768px) {
      .welfare .group_name {
        background-size: 16px 16px; } }
  .group_name span {
    display: inline-block;
    font-size: 0.8rem;
    line-height: 1.2;
    vertical-align: middle; }
    @media only screen and (max-width: 768px) {
      .group_name span {
        font-size: 0.6rem; } }
    .hospital .group_name span {
      width: 2em; }

.group_list {
  font-size: 1.7rem; }
  @media only screen and (max-width: 768px) {
    .group_list {
      font-size: 1.1rem; } }
  .group_list * {
    line-height: 32px; }
    @media only screen and (max-width: 768px) {
      .group_list * {
        line-height: 24px; } }
  .hospital .group_list > li + li {
    margin-top: 1em; }

.hospital .group_list_name {
  color: #16a601; }

.welfare .group_list_name {
  color: #1a237e; }

.group_item {
  margin-left: 2em; }
  @media only screen and (max-width: 768px) {
    .group_item {
      margin-left: 20px; } }
  @media only screen and (max-width: 768px) {
    .hospital .group_item {
      width: 100%; } }
  .group_item::after {
    display: block;
    content: "";
    clear: both; }
  .group_item span.group_cat {
    float: left; }
    .group_item span.group_cat::before {
      content: "■";
      vertical-align: top; }
      .hospital .group_item span.group_cat::before {
        color: #16a601; }
      .welfare .group_item span.group_cat::before {
        color: #1a237e; }
  .group_item span:not([class]) {
    display: block;
    margin-top: .5em; }
  .group_item > li {
    clear: left; }

.group_item_detail {
  display: inline-block;
  margin-left: 2em;
  vertical-align: top; }
  @media only screen and (max-width: 768px) {
    .group_item_detail {
      margin-left: 20px; } }
  .group_item_detail > li {
    float: left; }
    .group_item_detail > li:not(:last-child) {
      margin-right: 1em; }
    .group_item_detail > li.has_group {
      clear: left; }
  @media only screen and (min-width: 769px) {
    .group_item_detail.departments li:nth-child(4), .group_item_detail.departments li:nth-child(8) {
      clear: left; } }
  @media only screen and (max-width: 768px) {
    .group_item_detail.departments li:nth-child(2), .group_item_detail.departments li:nth-child(4), .group_item_detail.departments li:nth-child(7), .group_item_detail.departments li:nth-child(8), .group_item_detail.departments li:last-child {
      clear: left; } }
  @media only screen and (max-width: 768px) {
    .group_item_detail.technical li:nth-child(3) {
      clear: left; } }
  .group_item_detail .sub_group_item_detail {
    margin-left: 1em; }

.shinryo_section {
  margin-bottom: 120px; }
  @media only screen and (max-width: 768px) {
    .shinryo_section {
      margin-bottom: 50px; } }

.shinryo_image {
  margin: 40px 0; }
  @media only screen and (max-width: 768px) {
    .shinryo_image {
      margin: 20px 0; } }
  @media only screen and (max-width: 768px) {
    .shinryo_image img {
      display: block;
      margin: 0;
      width: 280px; } }
  .shinryo_image p {
    display: inline-block;
    text-align: left;
    margin-left: 50px; }
    @media only screen and (max-width: 768px) {
      .shinryo_image p {
        display: block;
        margin-left: auto;
        text-align: center; } }

.shinryo_logo img {
  width: 163px;
  height: 163px; }
  @media only screen and (max-width: 768px) {
    .shinryo_logo img {
      width: 90px;
      height: 90px; } }

.greeting_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0; }
  @media only screen and (max-width: 768px) {
    .greeting_section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 40px 0; } }
  .greeting_section + .split {
    border: none;
    border-top: 1px solid #d5d587;
    width: 704px;
    margin: 100px 0; }
    @media only screen and (max-width: 768px) {
      .greeting_section + .split {
        margin: 40px 0; } }

.greeting_text {
  float: left;
  width: 550px;
  margin-right: 60px;
  font-size: 1.5rem; }
  @media only screen and (max-width: 768px) {
    .greeting_text {
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      width: auto;
      margin: 0;
      font-size: 1rem;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; } }
  .greeting_text p {
    line-height: 2; }
    @media only screen and (min-width: 769px) {
      .greeting_text p {
        margin-top: 0; } }
    .greeting_text p:last-child {
      margin-bottom: 0; }
  .president .greeting_text p {
    text-indent: 1em; }

@media only screen and (max-width: 768px) {
  .greeting_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; } }

@media only screen and (max-width: 768px) {
  .greeting_image img {
    width: auto;
    height: 135px; } }

.greeting_image p {
  font-size: 2.8rem; }
  @media only screen and (max-width: 768px) {
    .greeting_image p {
      font-size: 1.4rem;
      margin: 0 0 0 20px; } }
  .greeting_image p span {
    display: block;
    font-size: 1.7rem; }
    @media only screen and (max-width: 768px) {
      .greeting_image p span {
        font-size: .9rem; } }

.history_list {
  font-size: 1.5rem; }
  @media only screen and (max-width: 768px) {
    .history_list {
      font-size: 1rem;
      margin-bottom: 40px; } }
  .history_list01 .history_image figure:nth-child(3) {
    margin-top: -40px; }
    @media only screen and (max-width: 768px) {
      .history_list01 .history_image figure:nth-child(3) {
        margin-top: -15px; } }
  @media only screen and (max-width: 768px) {
    .history_list06 .history_image {
      width: 80%; } }
  .history_list09 {
    position: relative; }
    .history_list09 .history_image {
      position: absolute;
      top: -150px;
      left: 400px; }
      @media only screen and (max-width: 768px) {
        .history_list09 .history_image {
          position: relative;
          left: auto;
          top: 0;
          margin-right: 0; }
          .history_list09 .history_image figure {
            width: 110px;
            margin: 0; } }
  .history_list13 {
    position: relative; }
    .history_list13 .history_image {
      position: absolute;
      top: -250px;
      left: 360px; }
      @media only screen and (max-width: 768px) {
        .history_list13 .history_image {
          position: relative;
          left: auto;
          top: 0;
          margin-right: 0; }
          .history_list13 .history_image figure {
            width: 110px;
            margin: 0; } }
  @media only screen and (max-width: 768px) {
    .history_list17 .history_image figure {
      width: 180px; } }
  .history_list18 {
    position: relative; }
    .history_list18 .history_image {
      position: absolute;
      top: -170px;
      left: 400px; }
      @media only screen and (max-width: 768px) {
        .history_list18 .history_image {
          top: -110px;
          left: 210px; } }
  .history_list19 {
    position: relative; }
    .history_list19 .history_image {
      position: absolute;
      top: 40px;
      left: 440px; }
      @media only screen and (max-width: 768px) {
        .history_list19 .history_image {
          position: relative;
          left: auto;
          top: 0;
          margin-right: 0; }
          .history_list19 .history_image figure {
            width: 110px;
            margin: 0; } }
  .history_list22 {
    position: relative; }
    .history_list22 .history_image {
      position: absolute;
      top: -110px;
      left: 470px; }
      @media only screen and (max-width: 768px) {
        .history_list22 .history_image {
          position: relative;
          left: auto;
          top: 0;
          margin-right: 0;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; }
          .history_list22 .history_image figure {
            width: 110px;
            margin: 0; } }
  .history_list24 .history_image, .history_list29 .history_image, .history_list30 .history_image {
    margin-bottom: 50px; }
    @media only screen and (max-width: 768px) {
      .history_list24 .history_image, .history_list29 .history_image, .history_list30 .history_image {
        margin-bottom: 20px; }
        .history_list24 .history_image figure, .history_list29 .history_image figure, .history_list30 .history_image figure {
          width: 110px;
          margin: 0; } }
  .history_list37 .history_image {
    position: relative; }
    .history_list37 .history_image figure {
      margin: 0; }
      .history_list37 .history_image figure:first-child {
        margin-right: 60px; }
        @media only screen and (max-width: 768px) {
          .history_list37 .history_image figure:first-child {
            width: 100px; } }
      .history_list37 .history_image figure:nth-child(2) {
        position: absolute;
        left: 200px; }
        @media only screen and (max-width: 768px) {
          .history_list37 .history_image figure:nth-child(2) {
            width: 140px;
            left: 120px; } }
  .history_list dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

.history_year {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5em;
  word-break: keep-all; }

.history_month {
  width: 2.5em;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.history_event {
  margin: 0 0 1.6em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.history_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px; }
  .history_image::after {
    display: block;
    content: "";
    clear: both; }
  .history_image figure {
    float: left;
    margin-right: 20px; }
  .history_image .img_caption {
    font-size: 1.2rem;
    line-height: 1.2;
    word-break: keep-all; }
    @media only screen and (max-width: 768px) {
      .history_image .img_caption {
        font-size: .8rem; } }
    .history_image .img_caption span {
      display: inline-block; }

.mandock-top .contents_body,
.mandock .contents_body,
.gallery .contents_body {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .mandock-top .contents_body,
    .mandock .contents_body,
    .gallery .contents_body {
      padding-top: 70px; } }
  .mandock-top .contents_body h2,
  .mandock-top .contents_body h3,
  .mandock-top .contents_body h4,
  .mandock .contents_body h2,
  .mandock .contents_body h3,
  .mandock .contents_body h4,
  .gallery .contents_body h2,
  .gallery .contents_body h3,
  .gallery .contents_body h4 {
    font-weight: 500; }
  .mandock-top .contents_body .contents_title,
  .mandock .contents_body .contents_title,
  .gallery .contents_body .contents_title {
    color: #000;
    border: none;
    padding: 0;
    text-align: center; }
  .mandock-top .contents_body > p,
  .mandock .contents_body > p,
  .gallery .contents_body > p {
    font-size: 1.8rem;
    letter-spacing: 0.1em; }
    @media only screen and (max-width: 768px) {
      .mandock-top .contents_body > p,
      .mandock .contents_body > p,
      .gallery .contents_body > p {
        font-size: 1.2rem; } }

.mandock-top .section_wrapper,
.mandock .section_wrapper,
.gallery .section_wrapper {
  width: 880px;
  margin: 40px auto 0; }
  @media only screen and (max-width: 768px) {
    .mandock-top .section_wrapper,
    .mandock .section_wrapper,
    .gallery .section_wrapper {
      width: 100%;
      margin-top: 0; } }

.mandock-top .btn,
.mandock .btn {
  display: inline-block;
  color: #fff;
  background: #546e7a;
  min-width: 152px;
  line-height: 38px;
  text-align: center; }
  .mandock-top .btn:hover,
  .mandock .btn:hover {
    background: #698998 !important;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    color: #FFF456; }
  @media only screen and (max-width: 768px) {
    .mandock-top .btn,
    .mandock .btn {
      min-width: 105px; } }

.mandock-top {
  background: url(../img/mandock/bg_mandock_top.jpg) center -2px/cover no-repeat; }
  @media only screen and (max-width: 768px) {
    .mandock-top {
      background-position: calc(50% - 5px) -2px;
      background-size: 120% auto; } }
  .mandock-top .contents_title {
    font-size: 6.5rem;
    margin-bottom: 200px; }
    @media only screen and (max-width: 768px) {
      .mandock-top .contents_title {
        font-size: 3rem;
        margin: 120px auto 0; } }
  @media only screen and (max-width: 768px) {
    .mandock-top .access_address {
      font-size: 1.5rem; } }
  @media only screen and (max-width: 768px) {
    .mandock-top .access_address a {
      font-size: 1.5rem; } }

.gallery,
.mandock {
  background: url(../img/mandock/bg_mandock.jpg) left -150px/746px auto no-repeat; }
  @media only screen and (max-width: 768px) {
    .gallery,
    .mandock {
      background-position: left top;
      background-size: 100% auto; } }
  .gallery .contents_title,
  .mandock .contents_title {
    font-size: 4.2rem; }
    @media only screen and (max-width: 768px) {
      .gallery .contents_title,
      .mandock .contents_title {
        margin-top: 0;
        font-size: 3rem; } }
  .gallery .section_wrapper,
  .mandock .section_wrapper {
    text-align: center; }

@media only screen and (max-width: 768px) {
  .mandock-faq .contents_title,
  .mandock-info .contents_title {
    margin-top: 30px; } }

.courseinfo .contents_title {
  position: relative;
  top: 20px; }

.back_to_index {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  cursor: pointer; }
  @media only screen and (max-width: 768px) {
    .back_to_index {
      top: -20px;
      width: 90px; } }

.mandock_menu {
  border-bottom: 2px solid #546e7a;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 2rem;
  padding: 0 2em;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .mandock_menu {
      border-width: 1px;
      font-size: 1.3rem;
      margin-top: 30px;
      padding: 0 !important;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; } }
  .courseinfo .mandock_menu {
    margin-top: 140px;
    padding: 0 40px; }
    @media only screen and (max-width: 768px) {
      .courseinfo .mandock_menu {
        font-size: 1.2rem;
        margin-top: 40px; } }
  .mandock_menu li {
    position: relative; }
    @media only screen and (max-width: 768px) {
      .mandock_menu li + li {
        margin-left: 1em; } }
    @media only screen and (max-width: 768px) {
      .courseinfo .mandock_menu li + li {
        margin-left: 0; } }
    @media only screen and (min-width: 769px) {
      .mandock_menu li br {
        display: none; } }
    .mandock_menu li em {
      font-size: 2.5rem; }
      @media only screen and (max-width: 768px) {
        .mandock_menu li em {
          font-size: 1.5rem; } }
    .mandock_menu li.current::after {
      display: block;
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #546e7a;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .courseinfo .mandock_menu li.current {
      font-size: 3rem; }
      @media only screen and (max-width: 768px) {
        .courseinfo .mandock_menu li.current {
          font-size: 1.7rem; } }
      .courseinfo .mandock_menu li.current em {
        font-size: 3.5rem; }
        @media only screen and (max-width: 768px) {
          .courseinfo .mandock_menu li.current em {
            font-size: 2.1rem; } }
  .mandock_menu a {
    display: block;
    color: #546e7a;
    padding: 10px 1em;
    text-decoration: none; }
    .mandock_menu a:hover {
      color: #E8DF51; }
    @media only screen and (max-width: 768px) {
      .mandock_menu a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 0;
        height: 100%; } }
    .courseinfo .mandock_menu a {
      padding: 10px 0;
      -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; }
      @media only screen and (max-width: 768px) {
        .courseinfo .mandock_menu a {
          line-height: 1.2; } }

.mandock_contact {
  width: 240px;
  height: 240px;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  right: calc(50% - 680px);
  z-index: 6; }
  @media only screen and (max-width: 768px) {
    .mandock_contact {
      width: 110px;
      height: 110px;
      top: -50px;
      right: -15px;
      right: 5px; } }
  .mandock_contact a.tel_link {
    display: block; }
  .mandock_contact.is_fixed {
    -webkit-animation: badge 1s forwards;
    animation: badge 1s forwards; }
    @media only screen and (max-width: 768px) {
      .mandock_contact.is_fixed {
        right: 5px; } }

.mandock_contact_contents {
  position: relative;
  top: 0;
  right: 0;
  margin: auto;
  width: 304px;
  height: 304px; }
  @media only screen and (max-width: 768px) {
    .mandock_contact_contents {
      width: 192px;
      height: 192px; } }

.mandock_contents {
  border-bottom: 2px solid #546e7a;
  color: #424242;
  display: -ms-grid;
  display: grid;
  grid-template-areas: "halfday detail" "oneday detail" "brain detail"  "simple detail" "medical medical";
  -ms-grid-columns: auto 334px;
  grid-template-columns: auto 334px;
  text-align: left;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .mandock_contents {
      display: block;
      border-bottom: none; } }
  .mandock_contents > *:not(.mandock_detail) {
    padding: 30px 0; }
    @media only screen and (max-width: 768px) {
      .mandock_contents > *:not(.mandock_detail) {
        padding: 20px 0; } }
  .mandock_contents .course_title {
    font-size: 2.9rem; }
    @media only screen and (max-width: 768px) {
      .mandock_contents .course_title {
        font-size: 2rem; } }
    .mandock_contents .course_title .day {
      display: block;
      font-size: 1.1rem; }
    .mandock_contents .course_title em {
      font-size: 3.5rem; }
      @media only screen and (max-width: 768px) {
        .mandock_contents .course_title em {
          font-size: 2.5rem; } }
  .mandock_contents .price {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1;
    vertical-align: middle;
    margin-right: 30px;
    margin-bottom: 0; }
    @media only screen and (max-width: 768px) {
      .mandock_contents .price {
        margin-top: 0; } }
    .mandock_contents .price em {
      font-size: 3.5rem; }
      @media only screen and (max-width: 768px) {
        .mandock_contents .price em {
          font-size: 2.5rem; } }
    .mandock_contents .price small {
      font-size: 1.2rem; }
      @media only screen and (max-width: 768px) {
        .mandock_contents .price small {
          font-size: 1rem; } }
  .mandock_contents .detail_btn {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0; }
    @media only screen and (max-width: 768px) {
      .mandock_contents .detail_btn {
        margin-top: 0; } }
    .mandock_contents .detail_btn .btn {
      line-height: 30px; }

.oneday,
.brain,
.medicalcheck,
.simple {
  border-top: 2px solid #546e7a; }
  @media only screen and (max-width: 768px) {
    .oneday,
    .brain,
    .medicalcheck,
    .simple {
      border-width: 1px; } }

.halfday {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: halfday;
  color: #546e7a; }

.oneday {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: oneday;
  color: #546e7a; }

.brain {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: brain; }
  .brain .btn {
    background: #263238; }

.simple {
  -ms-grid-row: 4;
  -ms-grid-column: 1;
  grid-area: simple; }
  .simple .btn {
    background: #263238; }

.mandock_detail {
  -ms-grid-row: 1;
  -ms-grid-row-span: 4;
  -ms-grid-column: 2;
  grid-area: detail;
  text-align: center;
  border-left: 1px dotted; }
  @media only screen and (max-width: 768px) {
    .mandock_detail {
      border-left: none;
      border-top: 1px solid #546e7a; } }

.medicalcheck {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: medical; }

.mandock_detail > * {
  margin: 0 20px;
  padding: 2em 0; }
  @media only screen and (max-width: 768px) {
    .mandock_detail > * {
      margin: 0;
      padding-bottom: 0; } }
  .mandock_detail > * p {
    margin-bottom: 0; }

.mandock_detail .opening {
  border-bottom: 1px dotted; }
  @media only screen and (max-width: 768px) {
    .mandock_detail .opening {
      border: none; } }

.mandock_detail .lunch {
  font-size: 1.3rem; }
  @media only screen and (max-width: 768px) {
    .mandock_detail .lunch {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .mandock_detail .lunch dl {
    line-height: 1.6; }
  .mandock_detail .lunch dt {
    font-size: 1.6rem;
    margin-top: 1em; }
    @media only screen and (max-width: 768px) {
      .mandock_detail .lunch dt {
        font-size: 1.2rem; }
        .mandock_detail .lunch dt br {
          display: none; } }
  .mandock_detail .lunch dd {
    margin: 1em 0 1.5em;
    text-align: justify; }
    @media only screen and (max-width: 768px) {
      .mandock_detail .lunch dd {
        font-size: 1rem;
        text-align: center; } }
  @media only screen and (max-width: 768px) {
    .mandock_detail .lunch .thumb_list {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .mandock_detail .lunch .thumb_list li {
    margin-bottom: 1em; }
    @media only screen and (max-width: 768px) {
      .mandock_detail .lunch .thumb_list li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 5px);
        flex: 0 0 calc(50% - 5px);
        width: calc(50% - 5px); } }
    @media only screen and (max-width: 768px) {
      .mandock_detail .lunch .thumb_list li:first-child {
        margin-right: 10px; } }
  .mandock_detail .lunch .thumb_list img {
    display: block;
    margin: auto; }
  .mandock_detail .lunch .btn {
    width: 294px;
    line-height: 45px; }
    @media only screen and (max-width: 768px) {
      .mandock_detail .lunch .btn {
        width: 220px;
        font-size: 1.1rem; } }

.mandock_detail h3 {
  font-size: 2.2rem; }

.medicalcheck_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .medicalcheck_menu {
      display: block; } }
  .medicalcheck_menu li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .medicalcheck_menu li {
        margin-top: 10px; } }
    @media only screen and (min-width: 769px) {
      .medicalcheck_menu li:not(:first-child) {
        margin-left: 20px; } }
    .medicalcheck_menu li .mc_btn {
      display: block;
      color: #fff;
      font-size: 1.5rem;
      line-height: 45px;
      text-align: center; }
    .medicalcheck_menu li .mc_popup {
      display: none;
      position: absolute;
      bottom: 45px;
      padding-bottom: 17px;
      color: #fff;
      z-index: 1; }
      .medicalcheck_menu li .mc_popup::after {
        display: block;
        content: "";
        border-top: 8px solid;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 9px;
        width: 0;
        height: 0;
        margin: auto; }
      .medicalcheck_menu li .mc_popup dl {
        position: relative;
        padding: 1em; }
      .medicalcheck_menu li .mc_popup dt {
        font-size: 1.7rem;
        line-height: 1.2;
        text-align: center; }
      .medicalcheck_menu li .mc_popup dd {
        font-size: 1.2rem;
        line-height: 1.8;
        text-align: justify; }
        .medicalcheck_menu li .mc_popup dd p {
          margin-bottom: 2em; }
      .medicalcheck_menu li .mc_popup .reserve_btn {
        display: block;
        width: 100%;
        line-height: 48px;
        text-align: center;
        color: #fff;
        font-size: 2.1rem; }
    .medicalcheck_menu li:first-child .mc_btn {
      background: #9E9D24; }
      .medicalcheck_menu li:first-child .mc_btn:hover {
        background: white;
        color: #9E9D24;
        -webkit-transition-duration: 0.1s;
        -o-transition-duration: 0.1s;
        transition-duration: 0.1s;
        outline: 2px solid #9E9D24;
        outline-offset: -2px; }
    .medicalcheck_menu li:first-child .mc_popup::after {
      border-top-color: #9E9D24; }
    .medicalcheck_menu li:first-child .mc_popup dl {
      background: #9E9D24; }
    .medicalcheck_menu li:first-child .mc_popup .reserve_btn {
      background: #c8c62d;
      -webkit-box-shadow: 0 4px #89881f;
      box-shadow: 0 4px #89881f; }
      .medicalcheck_menu li:first-child .mc_popup .reserve_btn:hover {
        background: white;
        color: #9E9D24; }
    .medicalcheck_menu li:nth-child(2) .mc_btn {
      background: #689f38; }
      .medicalcheck_menu li:nth-child(2) .mc_btn:hover {
        background: white;
        color: #689f38;
        -webkit-transition-duration: 0.1s;
        -o-transition-duration: 0.1s;
        transition-duration: 0.1s;
        outline: 2px solid #689f38;
        outline-offset: -2px; }
    .medicalcheck_menu li:nth-child(2) .mc_popup::after {
      border-top-color: #689f38; }
    .medicalcheck_menu li:nth-child(2) .mc_popup dl {
      background: #689f38; }
    .medicalcheck_menu li:nth-child(2) .mc_popup .reserve_btn {
      background: #81bf4b;
      -webkit-box-shadow: 0 4px #5c8c31;
      box-shadow: 0 4px #5c8c31; }
      .medicalcheck_menu li:nth-child(2) .mc_popup .reserve_btn:hover {
        background: white;
        color: #689f38; }
    .medicalcheck_menu li:nth-child(3) .mc_btn {
      background: #689F38; }
      .medicalcheck_menu li:nth-child(3) .mc_btn:hover {
        background: white;
        color: #689F38;
        -webkit-transition-duration: 0.1s;
        -o-transition-duration: 0.1s;
        transition-duration: 0.1s;
        outline: 2px solid #689F38;
        outline-offset: -2px; }
    .medicalcheck_menu li:nth-child(3) .mc_popup::after {
      border-top-color: #689F38; }
    .medicalcheck_menu li:nth-child(3) .mc_popup dl {
      background: #689F38; }
    .medicalcheck_menu li:nth-child(3) .mc_popup .reserve_btn {
      background: #81bf4b;
      -webkit-box-shadow: 0 4px #5c8c31;
      box-shadow: 0 4px #5c8c31; }
      .medicalcheck_menu li:nth-child(3) .mc_popup .reserve_btn:hover {
        background: white;
        color: #689F38; }
    .medicalcheck_menu li:last-child .mc_btn {
      background: #41a671; }
    .medicalcheck_menu li:last-child .mc_popup::after {
      border-top-color: #41a671; }
    .medicalcheck_menu li:last-child .mc_popup dl {
      background: #41a671; }
    .medicalcheck_menu li:last-child .mc_popup .reserve_btn {
      background: #80cda5;
      -webkit-box-shadow: 0 4px #338158;
      box-shadow: 0 4px #338158; }
      .medicalcheck_menu li:last-child .mc_popup .reserve_btn:hover {
        background: white;
        color: #41a671; }

.mandock_section {
  color: #546e7a;
  margin-top: 60px; }
  .mandock_section .news_list {
    text-align: left; }
    .mandock_section .news_list li {
      border-color: #546e7a; }
      .mandock_section .news_list li p {
        margin: .5em 0; }
      .mandock_section .news_list li a {
        color: #546e7a; }
  .mandock_section .map_link {
    display: block;
    margin: 30px calc(50% - 50vw); }
    .mandock_section .map_link img {
      width: 100%; }
      @media only screen and (max-width: 768px) {
        .mandock_section .map_link img {
          width: 650px;
          max-width: none;
          position: relative;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }

.mandock_section_title {
  font-size: 4.5rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #546e7a; }
  @media only screen and (max-width: 768px) {
    .mandock_section_title {
      font-size: 2.2rem;
      text-align: center; } }
  .mandock_section_title span {
    display: block;
    font-size: 2.1rem;
    line-height: 1; }
    @media only screen and (max-width: 768px) {
      .mandock_section_title span {
        font-size: 1.1rem; } }

.transportation {
  margin: 30px 0;
  line-height: 2; }
  @media only screen and (max-width: 768px) {
    .transportation {
      padding: 0;
      text-align: center; } }
  .transportation dt {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.1em; }
    @media only screen and (max-width: 768px) {
      .transportation dt {
        font-size: 1.4rem; } }
  .transportation dd {
    font-size: 1.5rem;
    letter-spacing: 0.1em; }
    @media only screen and (max-width: 768px) {
      .transportation dd {
        font-size: 1rem; } }

.flow_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dotted;
  text-align: left;
  padding: 30px 0 40px;
  color: #546e7a;
  counter-increment: flow-count;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .flow_section {
      display: block;
      padding: 20px 0; } }
  .flow_section:not(:first-child) {
    padding-top: 80px; }
    @media only screen and (max-width: 768px) {
      .flow_section:not(:first-child) {
        padding-top: 60px; } }
    .flow_section:not(:first-child)::before {
      display: block;
      content: "";
      position: absolute;
      top: 30px;
      right: 0;
      left: 0;
      margin: auto;
      width: 135px;
      height: 22px;
      background: url(../img/mandock/arw_flow.svg) center/contain no-repeat; }
      @media only screen and (max-width: 768px) {
        .flow_section:not(:first-child)::before {
          width: 100px;
          -ms-flex-negative: 30px;
          flex-shrink: 30px;
          top: 20px; } }
  @media only screen and (max-width: 768px) {
    .flow_section:last-child {
      border: none;
      padding-bottom: 0 !important; } }
  .flow_section.after_mc {
    display: block;
    padding: 60px 0; }
    @media only screen and (max-width: 768px) {
      .flow_section.after_mc {
        padding: 40px 0; } }
    .flow_section.after_mc::before {
      display: none; }
  .flow_section > * {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.flow_section_title {
  font-size: 3.5rem;
  text-indent: calc(-3.5rem * 1.4);
  line-height: 1.2; }
  @media only screen and (max-width: 768px) {
    .flow_section_title {
      font-size: 2.2rem;
      text-indent: calc(-2.2rem * 1.4);
      line-height: 1.4; } }
  .flow_section_title::before {
    display: inline;
    content: counter(flow-count) ".";
    margin-right: .5em; }

.reserve .btn {
  width: 250px;
  line-height: 38px; }
  @media only screen and (max-width: 768px) {
    .reserve .btn {
      width: 210px; } }

.flow_header {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 0 20px 0 calc(3.5rem * 1.5); }
  @media only screen and (max-width: 768px) {
    .flow_header {
      padding-left: calc(2.2rem * 1.4); } }

.forget_info {
  margin-top: 30px;
  width: 200px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .forget_info {
      margin-top: 20px;
      width: 170px; } }
  .forget_info .btn {
    width: 100%;
    line-height: 38px; }
  .forget_info small {
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.4; }
    @media only screen and (max-width: 768px) {
      .forget_info small {
        font-size: .9rem; } }
  .forget_info a {
    color: #546e7a; }
    .forget_info a:hover {
      color: #FFF456; }

.flow_detail {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%; }
  @media only screen and (max-width: 768px) {
    .flow_detail {
      margin-top: 20px; } }
  .flow_detail *:first-child {
    margin-top: 0; }
  @media only screen and (max-width: 768px) {
    .flow_detail p {
      margin-bottom: 0; } }
  .flow_detail .tel_link {
    display: block;
    font-size: 3.7rem;
    color: inherit;
    line-height: 1.4; }
    @media only screen and (max-width: 768px) {
      .flow_detail .tel_link {
        font-size: 3rem; } }
  .flow_detail ul {
    margin-left: 1.4em; }
  .flow_detail li {
    text-indent: -1.4em; }
    .flow_detail li:not(:last-child) {
      margin-bottom: 1em; }

.prepare_list {
  line-height: 1.6; }
  @media only screen and (max-width: 768px) {
    .prepare_list {
      line-height: 1.8; } }
  .prepare_list dt {
    font-size: 1.6rem;
    margin-top: 1em; }
    @media only screen and (max-width: 768px) {
      .prepare_list dt {
        font-size: 1.2rem;
        margin-top: 2em; } }

.after_mc h3 {
  font-size: 2.9rem; }
  @media only screen and (max-width: 768px) {
    .after_mc h3 {
      font-size: 2rem;
      word-break: keep-all; } }
  .after_mc h3 span {
    display: block;
    font-size: 1.2rem; }
    @media only screen and (max-width: 768px) {
      .after_mc h3 span {
        font-size: 1rem; } }

.after_mc p {
  line-height: 2; }

.info_section {
  color: #546e7a;
  padding-top: 30px;
  text-align: left; }
  .info_section:not(:last-child) {
    border-bottom: 1px dotted;
    padding-bottom: 30px; }
  .info_section.features {
    display: -ms-grid;
    display: grid;
    grid-template-areas: "header image" "text image";
    -webkit-column-gap: 40px;
    column-gap: 40px; }
    @media only screen and (max-width: 768px) {
      .info_section.features {
        display: block; } }
    .info_section.features .info_section_title {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      grid-area: header; }
    .info_section.features p {
      -ms-grid-row: 2;
      -ms-grid-column: 1;
      grid-area: text;
      text-align: justify;
      margin-top: 20px; }
    .info_section.features .manager {
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      -ms-grid-column: 3;
      grid-area: image;
      width: 390px;
      padding-top: 0.5em; }
      .info_section.features .manager::after {
        display: block;
        content: "";
        clear: both; }
      .info_section.features .manager img {
        float: left;
        margin-right: 20px; }
        @media only screen and (max-width: 768px) {
          .info_section.features .manager img {
            width: 100px; } }
      .info_section.features .manager p {
        margin: 0; }
        .info_section.features .manager p span {
          font-size: 2rem; }
          @media only screen and (max-width: 768px) {
            .info_section.features .manager p span {
              font-size: 1.8rem; } }
  .info_section.brain_dock > p {
    font-size: 2rem;
    border-bottom: 1px dotted;
    padding-bottom: 1em; }
    @media only screen and (max-width: 768px) {
      .info_section.brain_dock > p {
        font-size: 1.5rem; } }

.info_section_title {
  font-size: 3.5rem;
  margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .info_section_title {
      font-size: 2rem; } }
  .features .info_section_title {
    margin-bottom: 0; }

.info_subsection:not(:first-of-type) {
  padding-top: 1.4rem; }

.info_subsection:not(:last-child) {
  border-bottom: 1px dotted;
  padding-bottom: 1.4rem; }

.info_subsection h4 {
  font-size: 2rem; }
  @media only screen and (max-width: 768px) {
    .info_subsection h4 {
      font-size: 1.5rem; } }

.info_subsection p {
  margin-bottom: 0; }

.mdfaq_contents {
  text-align: left; }

.mdfaq_post {
  padding: 40px 0;
  border-bottom: 1px dotted; }
  @media only screen and (max-width: 768px) {
    .mdfaq_post {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 20px 0; }
      .mdfaq_post:last-child {
        border: none; } }
  .mdfaq_post .question {
    color: #546e7a;
    font-size: 2.2rem; }
    .mdfaq_post .question::before {
      content: "Q. "; }
  .mdfaq_post .answer {
    font-size: 2.2rem; }
    .mdfaq_post .answer::before {
      content: "A. "; }

.mdcontact_section {
  color: #546e7a;
  padding: 30px 0; }
  @media only screen and (max-width: 768px) {
    .mdcontact_section {
      padding: 20px 0; } }
  .mdcontact_section:not(:last-child) {
    border-bottom: 1px solid; }
  .mdcontact_section.contact_tel p {
    margin-bottom: 0; }
  @media only screen and (max-width: 768px) {
    .mdcontact_section.contact_tel img {
      width: 260px; } }
  .mdcontact_section.contact_tel small {
    display: block;
    font-family: "A1 Gothic R", sans-serif;
    margin-top: 1em; }

.mdcontact_section_title {
  font-size: 3rem; }
  @media only screen and (max-width: 768px) {
    .mdcontact_section_title {
      font-size: 2rem; } }

.mandock .form_wrapper:not(:last-of-type) {
  border-bottom: 1px dotted; }

.mandock .submit_btn {
  color: #fff;
  background: #546e7a; }
  .mandock .submit_btn:hover {
    background: #698998 !important;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s; }

.gallery_section {
  color: #546e7a;
  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;
  text-align: left;
  padding: 40px 0;
  border-top: 1px solid #546e7a; }
  @media only screen and (max-width: 768px) {
    .gallery_section {
      display: block;
      margin-top: 30px;
      padding: 30px 0 0; } }
  .gallery_section .glry_sctn_header {
    width: 400px;
    text-align: justify; }
    @media only screen and (max-width: 768px) {
      .gallery_section .glry_sctn_header {
        width: 100%; } }
  @media only screen and (max-width: 768px) {
    .gallery_section > div {
      margin: 20px 0 !important; } }
  .gallery_section > div + div {
    margin-top: 30px; }


  .gallery_section .glry_sctn_header2 {
    width: 100%;
    text-align: justify; }
    @media only screen and (max-width: 768px) {
      .gallery_section .glry_sctn_header2 {
        width: 100%; } }
  @media only screen and (max-width: 768px) {
    .gallery_section > div {
      margin: 20px 0 !important; } }
  .gallery_section > div + div {
    margin-top: 30px; }

.gallery_title {
  font-size: 3.6rem; }
  @media only screen and (max-width: 768px) {
    .gallery_title {
      font-size: 2.8rem; } }

.option_brain {
  border-top: 1px dashed;
  border-bottom: 1px solid;
  padding: 30px 0;
  margin: 0 0 80px; }
  .option_brain h4 {
    font-size: 2.8rem; }
    @media only screen and (max-width: 768px) {
      .option_brain h4 {
        font-size: 2.4rem; } }
  .option_brain p {
    font-size: 1.6rem; }
    @media only screen and (max-width: 768px) {
      .option_brain p {
        font-size: 1.2rem; } }
    .option_brain p:last-child {
      margin-bottom: 0; }
  .option_brain .btn {
    width: 175px; }

.course_contents {
  color: #546e7a; }

.course_header,
.course_detail {
  padding: 30px 0; }

.course_header {
  font-size: 1.6rem; }
  @media only screen and (max-width: 768px) {
    .course_header {
      font-size: 1.4rem; } }
  .course_header.brain_header {
    color: #000; }
  .course_header .price {
    font-size: 2.4rem;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      .course_header .price {
        font-size: 1.6rem; } }
    .course_header .price em {
      font-size: 4.7rem; }
      @media only screen and (max-width: 768px) {
        .course_header .price em {
          font-size: 3.3rem; } }
    .course_header .price small {
      font-size: 1.6rem; }
      @media only screen and (max-width: 768px) {
        .course_header .price small {
          font-size: 1.1rem; } }

.course_detail {
  border-top: 1px dotted; }

.course_title {
  font-size: 3.8rem; }
  @media only screen and (max-width: 768px) {
    .course_title {
      font-size: 2.5rem; } }
  .course_title em {
    font-size: 4.7rem; }
    @media only screen and (max-width: 768px) {
      .course_title em {
        font-size: 3.3rem; } }

.course_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: justify; }
  @media only screen and (max-width: 768px) {
    .course_detail {
      display: block; } }
  .course_detail > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }

.course_detail_header {
  padding-right: 40px; }
  @media only screen and (max-width: 768px) {
    .course_detail_header {
      padding-right: 0; } }
  @media only screen and (max-width: 768px) {
    .course_detail_header.course {
      text-align: center; } }
  .course_detail_header h4 {
    font-size: 2.5rem; }
    .course_detail_header h4 small {
      display: inline-block;
      font-size: .5em;
      margin-left: 1em;
      vertical-align: middle; }
    @media only screen and (max-width: 768px) {
      .course_detail_header h4 + p {
        font-size: 1.4rem; } }
  .course_detail_header em {
    font-size: 1.5em; }
  .course_detail_header .btn {
    line-height: 30px;
    min-width: 152px; }
    @media only screen and (max-width: 768px) {
      .course_detail_header .btn {
        font-size: 1.2rem; } }

@media only screen and (max-width: 768px) {
  .course_detail_body {
    margin-top: 2em; } }

.course_detail_body p {
  margin-top: 0; }
  .course_detail_body p:last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 768px) {
    .course_detail_body p img {
      margin: 0 20px;
      width: calc(100% - 40px); } }

.course_detail_body .thumb_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 2em; }
  .course_detail_body .thumb_list a {
    display: block;
    text-decoration: none; }
    @media only screen and (max-width: 768px) {
      .course_detail_body .thumb_list a {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 5px);
        flex: 0 0 calc(50% - 5px);
        width: calc(50% - 5px); } }
    @media only screen and (max-width: 768px) {
      .course_detail_body .thumb_list a:first-child {
        margin-right: 10px; } }
  .course_detail_body .thumb_list img {
    display: block;
    margin: auto; }
  .course_detail_body .thumb_list .img_caption {
    font-size: 1.2rem;
    color: #000; }

.inspection {
  text-align: left;
  margin-top: 60px; }
  @media only screen and (max-width: 768px) {
    .inspection {
      margin-top: 40px; } }
  .inspection h3 {
    font-size: 3.4rem;
    margin-bottom: 0.5em; }
    @media only screen and (max-width: 768px) {
      .inspection h3 {
        font-size: 2.4rem; } }

.inspection_table {
  width: 100%;
  border-top: 1px solid;
  text-align: center;
  font-size: 1.6rem; }
  @media only screen and (max-width: 768px) {
    .inspection_table {
      font-size: 1.2rem; } }
  .inspection_table tr {
    border-bottom: 1px dotted;
    white-space: nowrap; }
    .inspection_table tr:first-child {
      border-bottom: 1px solid; }
      .inspection_table tr:first-child th {
        padding: 1em 0;
        text-align: center; }
        @media only screen and (max-width: 768px) {
          .inspection_table tr:first-child th {
            width: 55px;
            font-size: .9rem;
            padding: 0.5em 0; } }
        .inspection_table tr:first-child th:not(:first-child) {
          border-left: 1px dotted; }
        .inspection_table tr:first-child th.course {
          width: 120px; }
  .inspection_table th,
  .inspection_table td {
    padding: 0.5em 0;
    vertical-align: middle; }
  .inspection_table th:first-child {
    text-align: left;
    padding-right: 1em; }
    @media only screen and (max-width: 768px) {
      .inspection_table th:first-child {
        font-size: 1rem; } }
  .inspection_table td {
    border-left: 1px dotted; }
    .inspection_table td:first-of-type {
      padding: .5em 1.5em;
      text-align: left; }
      @media only screen and (max-width: 768px) {
        .inspection_table td:first-of-type {
          font-size: 1rem;
          padding: .5em 1em; } }
    .inspection_table td.brain_cell {
      color: black; }

.option_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
  border-top: 1px solid;
  color: #546e7a;
  margin-bottom: 80px; }
  @media only screen and (max-width: 768px) {
    .option_contents {
      display: block;
      margin-bottom: 40px; } }

.option_body {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 30px 0;
  border-bottom: 1px dashed; }
  @media only screen and (max-width: 768px) {
    .option_body {
      padding: 20px 0; } }
  @media only screen and (min-width: 769px) {
    .option_body:nth-child(odd) {
      padding-right: 30px;
      border-right: 1px dashed; }
    .option_body:nth-child(even) {
      padding-left: 30px; }
    .option_body:nth-last-child(2) {
      border-bottom: none; } }
  .option_body:last-child {
    border-bottom: none; }
  .option_body .option_name {
    font-size: 3rem;
    margin-bottom: 10px; }
    @media only screen and (max-width: 768px) {
      .option_body .option_name {
        font-size: 2.5rem; } }
    .option_body .option_name span {
      display: inline-block;
      font-size: 1.8rem;
      margin-left: 1em; }
      @media only screen and (max-width: 768px) {
        .option_body .option_name span {
          font-size: 1.4rem; } }
      .option_body .option_name span.reserve {
        color: #ff7043; }
      .option_body .option_name span.today {
        color: #41a671; }
    .option_body .option_name + p {
      font-size: 1.8rem;
      line-height: 1.6; }
      @media only screen and (max-width: 768px) {
        .option_body .option_name + p {
          font-size: 1.4rem; } }
  .option_body .time,
  .option_body dt {
    position: relative;
    margin: 1em 0; }
    .option_body .time > span,
    .option_body dt > span {
      display: inline-block;
      background: #fff;
      position: relative;
      font-size: 1.8rem;
      padding-right: 1em; }
      @media only screen and (max-width: 768px) {
        .option_body .time > span,
        .option_body dt > span {
          font-size: 1.4rem; } }
    .option_body .time::before,
    .option_body dt::before {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      width: 100%;
      border-bottom: 1px dotted; }
  .option_body .time span span {
    vertical-align: super; }
  .option_body .time em {
    display: inline-block;
    font-size: 3.6rem;
    padding: 0 .2em;
    line-height: 1; }
    @media only screen and (max-width: 768px) {
      .option_body .time em {
        font-size: 2.5rem; } }
  .option_body .option_text {
    margin-bottom: 40px; }
  .option_body dd .lady {
    color: #ec407a; }
  .option_body .price {
    font-size: 1.8rem;
    margin: 30px 0 0; }
    @media only screen and (max-width: 768px) {
      .option_body .price {
        font-size: 1.4rem; } }
    .option_body .price span {
      vertical-align: super; }
    .option_body .price em {
      display: inline-block;
      font-size: 3.8rem;
      padding: 0 .2em 0 .5em;
      line-height: 1; }
      @media only screen and (max-width: 768px) {
        .option_body .price em {
          font-size: 2.5rem; } }

@media only screen and (min-width: 769px) {
  a.mandock_contact_fix {
    display: none; } }

@media only screen and (max-width: 768px) {
  a.mandock_contact_fix {
    position: fixed;
    background: #546E7A;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 9999;
    text-align: center;
    line-height: 1; }
    a.mandock_contact_fix:hover {
      background: #6D8A98; }
    a.mandock_contact_fix span {
      margin: 0 auto;
      display: block;
      color: #FFEB3B; } }

@media only screen and (max-width: 768px) {
  .manager .section_withimg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.features_text {
  font-size: 1.7rem;
  line-height: 2; }
  @media only screen and (max-width: 768px) {
    .features_text {
      font-size: 1.2rem; } }
  .features_text p {
    margin: 2em 0; }
  .features_text dl {
    margin: 3.4rem 0 1em; }
  .features_text dt {
    font-size: 1.8rem; }

.features_list {
  margin-top: 4rem; }
  @media only screen and (max-width: 768px) {
    .features_list {
      margin-top: 2.8rem; } }
  .features_list > li {
    counter-increment: features-count; }
  .features_list p {
    font-size: 1.7rem;
    line-height: 2;
    text-indent: -2.55rem;
    margin: 0 0 0 2.55rem; }
    @media only screen and (max-width: 768px) {
      .features_list p {
        font-size: 1rem;
        text-indent: -1.5rem;
        margin: 0 0 0 1.5rem; } }
    .features_list p::before {
      content: "◯";
      margin-right: 0.5em; }
    .features_list p + .features_img {
      margin-top: 2.72rem; }
  .visit-hamakko .features_list::after {
    display: block;
    content: "";
    clear: both; }
  .visit-hamakko .features_list dl {
    counter-increment: features-count;
    margin-bottom: 0; }
  .features_list dt {
    font-size: 2.2rem;
    line-height: 1.6; }
    @media only screen and (max-width: 768px) {
      .features_list dt {
        font-size: 1.3rem;
        text-indent: 0;
        margin: 0; } }
    .features_list dt::before {
      content: counter(features-count) ".";
      margin-right: 0.5em; }
    .visit-hamakko .features_list dt {
      font-size: 1.7rem; }
      @media only screen and (max-width: 768px) {
        .visit-hamakko .features_list dt {
          font-size: 1rem; } }
  .features_list dd {
    font-size: 1.7rem;
    margin: .5em 0 30px;
    line-height: 1.6; }
    @media only screen and (max-width: 768px) {
      .features_list dd {
        font-size: 1rem;
        margin-bottom: 1em; } }
    .features_list dd li {
      line-height: 2; }
      .features_list dd li::before {
        content: "・"; }

.features_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 70px; }
  @media only screen and (max-width: 768px) {
    .features_img {
      display: block;
      margin-bottom: 50px; } }
  .day-service .features_img {
    margin-top: 40px; }
  .features_img figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 494px;
    flex: 0 0 494px; }
    @media only screen and (max-width: 768px) {
      .features_img figure {
        margin: 20px 0; } }
    .features_img figure.row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media only screen and (max-width: 768px) {
        .features_img figure.row img {
          width: 65%; } }
      .features_img figure.row .img_caption {
        margin-left: 2em; }
  .features_img .img_caption {
    font-size: 1.4rem; }
    @media only screen and (max-width: 768px) {
      .features_img .img_caption {
        font-size: 0.8rem; } }

.section.available {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 768px) {
    .section.available {
      display: block; } }

.section.professional .section_withimg {
  display: block;
  position: relative; }
  .section.professional .section_withimg > div {
    position: absolute;
    top: 3.4rem;
    left: 0;
    width: 800px; }
    @media only screen and (max-width: 768px) {
      .section.professional .section_withimg > div {
        position: relative;
        top: 0;
        width: auto; } }
  .section.professional .section_withimg figure img {
    margin: 0 0 0 auto; }

@media only screen and (max-width: 768px) {
  .section.day_schedule .section_withimg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.available_info {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 428px;
  margin-left: 40px; }
  @media only screen and (max-width: 768px) {
    .available_info {
      width: 100%;
      margin-left: 0; } }
  .available_info .bg_box {
    background: #d7ccc8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 1.7rem 0 0;
    padding: 1.7rem; }
    .available_info .bg_box img {
      margin-left: 1.7rem; }
      @media only screen and (max-width: 768px) {
        .available_info .bg_box img {
          width: 76px;
          height: auto; } }

.page_link {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 768px) {
    .page_link {
      float: none;
      display: block;
      text-align: center; } }
  .page_link .radius_btn {
    height: 5.4rem;
    line-height: 5.4rem;
    border-radius: 5.4rem; }
    @media only screen and (max-width: 768px) {
      .page_link .radius_btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        height: 2.5rem;
        line-height: 2.5rem;
        border-radius: 2.5rem;
        width: 80px;
        font-size: 1rem; } }
    .page_link .radius_btn:last-child {
      margin-left: 20px; }
  .page_link .office_btn {
    background: #dcedc8;
    -webkit-box-shadow: 0 5px 0 #689f38;
    box-shadow: 0 5px 0 #689f38;
    color: #33691e; }
  .page_link .faq_btn {
    background: #f0f4c3;
    -webkit-box-shadow: 0 5px 0 #9e9d24;
    box-shadow: 0 5px 0 #9e9d24;
    color: #827717; }

.section_withimg.catering_wrapper {
  padding: 0; }
  @media only screen and (max-width: 768px) {
    .section_withimg.catering_wrapper:nth-child(n+2) {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .section_withimg.catering_wrapper figure {
    margin-bottom: 1em; }

.catering {
  line-height: 2;
  padding: 0 0 1em; }
  @media only screen and (max-width: 768px) {
    .catering:last-child {
      margin-bottom: 0; } }
  .catering:nth-child(2n) {
    border-bottom: none; }
  .catering dt {
    font-size: 2rem; }
    @media only screen and (max-width: 768px) {
      .catering dt {
        font-size: 1.2rem; } }
  .catering dd {
    font-size: 1.7rem; }
    @media only screen and (max-width: 768px) {
      .catering dd {
        font-size: 1rem; } }
    .catering dd small {
      display: inline-block;
      margin-bottom: 2em; }
      @media only screen and (max-width: 768px) {
        .catering dd small {
          font-size: .8rem; } }

.catering_menu > div {
  float: left;
  width: 623px; }
  @media only screen and (max-width: 768px) {
    .catering_menu > div {
      float: none;
      width: 100%; } }

.catering_menu .catering {
  border-top: 1px solid #bdbdbd;
  padding: 1em 0; }

.catering_menu > figure {
  float: right; }
  @media only screen and (max-width: 768px) {
    .catering_menu > figure {
      float: none;
      margin-bottom: 1em; } }

.catering_menu::after {
  display: block;
  content: "";
  clear: both; }

.care-top::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 780px;
  background: url(../img/care/bg_care_support.jpg) center bottom/100vw no-repeat; }
  @media only screen and (max-width: 768px) {
    .care-top::before {
      background: url(../img/care/bg_care_support_sp.jpg) center bottom/auto 100% no-repeat;
      height: 425px; } }

.care-top .contents_body {
  text-align: center; }

.care-top .contents_title {
  font-size: 6.6rem;
  border: none;
  color: #000;
  margin: 120px auto 0;
  padding: 0; }
  @media only screen and (max-width: 768px) {
    .care-top .contents_title {
      font-size: 3.8rem;
      margin-top: 0;
      text-align: center; } }

.care-top .intro_text {
  margin-bottom: 80px; }
  @media only screen and (max-width: 768px) {
    .care-top .intro_text {
      margin-bottom: 130px; } }
  .care-top .intro_text p {
    font-size: 2.2rem; }
    @media only screen and (max-width: 768px) {
      .care-top .intro_text p {
        font-size: 1.3rem; } }
    .care-top .intro_text p:first-child {
      font-size: 2.5rem; }
      @media only screen and (max-width: 768px) {
        .care-top .intro_text p:first-child {
          font-size: 1.5rem; } }

.care_link {
  position: absolute;
  top: -15px;
  left: calc(50% + 6.6rem * 2 + 30px); }
  @media only screen and (max-width: 768px) {
    .care_link {
      width: 72px;
      height: 72px;
      left: calc(50% + 3.8rem * 2 + 10px); } }

@media only screen and (max-width: 768px) {
  .inpatient_intro figure picture:not(:first-child) {
    display: none; } }

.inpatient_intro figure picture:not(:first-child) img {
  margin-top: 60px; }

.inpatient_check {
  font-size: 1.7rem;
  border-top: 1px solid #d5d587;
  padding: 1em 0; }
  @media only screen and (max-width: 768px) {
    .inpatient_check {
      font-size: 1rem; } }
  .inpatient_check .check_list li + li {
    margin-top: 1em; }
  .inpatient_check p {
    margin: 0 0 1em;
    line-height: 1.4; }

.inpatient_flow {
  font-size: 2rem; }
  @media only screen and (max-width: 768px) {
    .inpatient_flow {
      font-size: 1.2rem; } }
  .inpatient_flow li {
    text-indent: -1.3em;
    padding: 1em 0 1em 1.3em; }
    .inpatient_flow li + li {
      border-top: 1px solid #d5d587; }

.examine li {
  border-bottom: 1px solid #d5d587;
  padding: 1em 0; }
  .examine li a {
    color: #ef5350;
    text-decoration: none; }

.examine_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 2; }
  .examine_list dt {
    width: 13em;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  @media only screen and (max-width: 768px) {
    .examine_list > dt {
      width: 8em; } }
  .examine_list > dd dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .examine_list > dd dl dd {
      width: calc(100% - 13em); }

.outpatient_info {
  font-size: 1.7rem;
  padding: 30px 0; }
  @media only screen and (max-width: 768px) {
    .outpatient_info {
      font-size: 1rem;
      padding: 15px 0;
      line-height: 1.4; } }
  .outpatient_info:not(:last-child) {
    border-bottom: 1px dotted #d5d587; }
  .outpatient_info h4 {
    font-size: 2rem; }
    @media only screen and (max-width: 768px) {
      .outpatient_info h4 {
        font-size: 1.2rem; } }
    .outpatient_info h4 small {
      margin-left: 1em; }

.outpatient_table {
  margin: 20px 0;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .outpatient_table {
      margin: 1em 0; } }
  .outpatient_table tr {
    border-top: 1px solid #d5d587; }
    .outpatient_table tr th, .outpatient_table tr td {
      padding: 0.5em 0;
      width: calc(100% / 7);
      text-align: center; }
      .outpatient_table tr th:not(:first-child), .outpatient_table tr td:not(:first-child) {
        border-left: 1px solid #d5d587; }
    .outpatient_table tr th {
      vertical-align: middle; }
    .outpatient_table tr:first-child {
      border-top: none; }
    .outpatient_table tr td small {
      color: #ef5350;
      font-size: 1.2rem;
      vertical-align: top; }
      @media only screen and (max-width: 768px) {
        .outpatient_table tr td small {
          font-size: .8em; } }
  @media only screen and (max-width: 768px) {
    .outpatient_table + p {
      line-height: 1.2; } }

.outpatient_notice {
  padding: 1em 0;
  font-size: 1.5rem;
  text-align: center;
  margin: 0;
  border-bottom: 1px dotted #d5d587; }
  @media only screen and (max-width: 768px) {
    .outpatient_notice {
      font-size: 1rem; } }

.hamayuu {
  background-image: url(../img/hamayuu/bg_hamayuu_bottom.jpg), url(../img/hamayuu/bg_hamayuu_top.jpg);
  background-repeat: no-repeat;
  background-position: 50vw 1700px, center top;
  background-size: 1327px, 100%; }
  @media only screen and (max-width: 768px) {
    .hamayuu {
      background-image: url(../img/hamayuu/bg_hamayuu_bottom.jpg), url(../img/hamayuu/bg_hamayuu_top_sp.jpg);
      background-position: 50vw 1700px, center top;
      background-size: 1327px, 100%; } }
  .hamayuu .contents_title {
    color: #000;
    border: none;
    font-size: 6.5rem;
    padding: 0; }
    @media only screen and (max-width: 768px) {
      .hamayuu .contents_title {
        padding-top: 50px;
        font-size: 3rem; } }
  .hamayuu .contents_body {
    text-align: center; }
    .hamayuu .contents_body > p {
      font-size: 1.8rem; }
      @media only screen and (max-width: 768px) {
        .hamayuu .contents_body > p {
          font-size: 1rem; } }

.hamayuu_works_link {
  position: absolute;
  top: -20px;
  right: 40px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .hamayuu_works_link {
      top: -50px;
      right: 0; } }
  .hamayuu_works_link a {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.4;
    background: #dc5c60;
    color: #fff;
    text-decoration: none;
    width: 145px;
    height: 145px;
    border-radius: 50%;
    font-size: 1.8rem; }
    .hamayuu-works .hamayuu_works_link a {
      background: #41a671; }
    @media only screen and (max-width: 768px) {
      .hamayuu_works_link a {
        width: 85px;
        height: 85px;
        font-size: 1.1rem;
        line-height: 1.6; } }
    .hamayuu_works_link a em {
      font-size: 3.1rem;
      line-height: 1; }
      @media only screen and (max-width: 768px) {
        .hamayuu_works_link a em {
          font-size: 1.8rem; } }

.hamayuu_section {
  max-width: 1000px;
  margin: auto;
  padding: 40px 0; }
  @media only screen and (max-width: 768px) {
    .hamayuu_section {
      margin-top: -60px;
      padding: 90px 0 20px; } }
  .hamayuu_section .form_wrapper:not(:last-of-type) {
    border-bottom: 1px solid #d5d587; }
  .hamayuu_section .faq_post {
    text-align: left; }
  .hamayuu_section + .contact_link {
    margin: 0;
    text-align: center; }

.hamayuu_menu {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffed;
  -webkit-box-shadow: 0 5px 0 rgba(211, 211, 133, 0.5);
  box-shadow: 0 5px 0 rgba(211, 211, 133, 0.5);
  border-radius: 4.5rem;
  height: 4.5rem;
  background: #f9fbe7;
  -webkit-box-shadow: 0 3px 0 rgba(175, 180, 43, 0.5);
  box-shadow: 0 3px 0 rgba(175, 180, 43, 0.5);
  padding: 0 1em;
  margin: 0 0 60px;
  font-size: 1.9rem; }
  @media only screen and (max-width: 768px) {
    .hamayuu_menu {
      background: #ffffed;
      -webkit-box-shadow: 0 5px 0 rgba(211, 211, 133, 0.5);
      box-shadow: 0 5px 0 rgba(211, 211, 133, 0.5);
      border-radius: 3rem;
      height: 3rem;
      -webkit-box-shadow: 0 1.5px 0 rgba(175, 180, 43, 0.5);
      box-shadow: 0 1.5px 0 rgba(175, 180, 43, 0.5);
      position: relative;
      font-size: 1.1rem;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 30px;
      padding: 0 0.5em; } }
  @media only screen and (max-width: 768px) {
    .hamayuu_menu li {
      line-height: 1.2;
      padding: 0em 0.1em; } }
  .hamayuu_menu li.current {
    color: #41a671;
    padding: 0 1em; }
    @media only screen and (max-width: 768px) {
      .hamayuu_menu li.current {
        line-height: 1.2;
        padding: 0em 0.1em; } }
  .hamayuu_menu a {
    display: block;
    color: #000;
    padding: 0 1em;
    text-decoration: none; }
    .hamayuu_menu a:hover {
      color: #41a671; }
    @media only screen and (max-width: 768px) {
      .hamayuu_menu a {
        padding: 0 .5em; } }

.hamayuu_section_title {
  font-size: 3.6rem;
  margin-bottom: 1em;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .hamayuu_section_title {
      font-size: 2rem; } }
  .hamayuu_section_title ~ p {
    font-size: 1.7rem; }
    @media only screen and (max-width: 768px) {
      .hamayuu_section_title ~ p {
        font-size: 1rem; } }
    .hamayuu_section_title ~ p.notice {
      text-align: left; }

.hamayuu_flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flow_case {
  width: 468px; }
  @media only screen and (max-width: 768px) {
    .flow_case {
      width: 100%;
      text-align: center; } }
  .flow_case h4 {
    font-size: 3rem;
    margin-bottom: 10px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .flow_case h4 {
        font-size: 1.8rem; } }
  .flow_case ol {
    padding: 0 calc(110px / 2); }
    @media only screen and (max-width: 768px) {
      .flow_case ol {
        padding: 0; } }
  .flow_case li {
    border-top: 1px solid;
    position: relative; }
    .flow_case li:not(:last-child) {
      padding-bottom: 60px; }
      @media only screen and (max-width: 768px) {
        .flow_case li:not(:last-child) {
          padding-bottom: 40px; } }
      .flow_case li:not(:last-child)::before, .flow_case li:not(:last-child)::after {
        display: block;
        content: "";
        position: absolute;
        width: 71px;
        bottom: 20px;
        border-top: 1px solid; }
        @media only screen and (max-width: 768px) {
          .flow_case li:not(:last-child)::before, .flow_case li:not(:last-child)::after {
            width: 50px;
            bottom: 1.2rem; } }
      .flow_case li:not(:last-child)::before {
        left: 50%;
        -webkit-transform: rotate(-20deg);
        -ms-transform: rotate(-20deg);
        transform: rotate(-20deg);
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left; }
        @media only screen and (max-width: 768px) {
          .flow_case li:not(:last-child)::before {
            -webkit-transform: rotate(-17deg);
            -ms-transform: rotate(-17deg);
            transform: rotate(-17deg); } }
      .flow_case li:not(:last-child)::after {
        right: 50%;
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
        -webkit-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right; }
        @media only screen and (max-width: 768px) {
          .flow_case li:not(:last-child)::after {
            -webkit-transform: rotate(17deg);
            -ms-transform: rotate(17deg);
            transform: rotate(17deg); } }
  .flow_case dt {
    font-size: 3rem;
    padding: 20px 0 10px; }
    @media only screen and (max-width: 768px) {
      .flow_case dt {
        font-size: 1.8rem;
        padding: 10px 0 5px; } }
  .flow_case dd p {
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      .flow_case dd p {
        font-size: 1rem;
        line-height: 1.6; } }
    .flow_case dd p .tel {
      display: block;
      font-size: 3.5rem; }
      @media only screen and (max-width: 768px) {
        .flow_case dd p .tel {
          font-size: 2rem; } }
      .flow_case dd p .tel small {
        display: block;
        font-size: 2.5rem; }
        @media only screen and (max-width: 768px) {
          .flow_case dd p .tel small {
            font-size: 1.2rem; } }
  @media only screen and (max-width: 768px) {
    .flow_case.case_introduction {
      margin-bottom: 40px; } }
  .flow_case.case_introduction h4, .flow_case.case_introduction .accent {
    color: #41a671; }
  .flow_case.case_introduction li {
    border-color: #41a671; }
    .flow_case.case_introduction li::before, .flow_case.case_introduction li::after {
      border-color: #41a671; }
  .flow_case.case_report h4, .flow_case.case_report .accent {
    color: #546e7a; }
  .flow_case.case_report li {
    border-color: #546e7a; }
    .flow_case.case_report li::before, .flow_case.case_report li::after {
      border-color: #546e7a; }

.download_text p, .download_text dd {
  line-height: 1.7;
  text-align: justify;
  margin-bottom: 40px; }
  @media only screen and (max-width: 768px) {
    .download_text p, .download_text dd {
      margin-bottom: 20px; } }

.download_text dt {
  font-size: 2rem;
  margin-bottom: 10px;
  text-align: left; }
  @media only screen and (max-width: 768px) {
    .download_text dt {
      font-size: 1.2rem; } }

.download_text .link_wrapper {
  margin: 30px 0;
  text-align: center; }

.hamayu_doctor_list {
  margin: 160px auto 0;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .hamayu_doctor_list {
      margin-top: 80px; } }

.hamayuu_info {
  font-size: 1.7rem;
  line-height: 2;
  margin-top: 2em; }
  @media only screen and (max-width: 768px) {
    .hamayuu_info {
      font-size: 1rem;
      text-align: center; } }
  @media only screen and (min-width: 769px) {
    .hamayuu_info dt, .hamayuu_info dd {
      display: inline-block; } }
  @media only screen and (min-width: 769px) {
    .hamayuu_info dt {
      width: 7em; } }

.recruit .header_wrapper::before {
  display: block;
  content: "";
  width: 100%;
  height: 372px;
  background: url("../img/bg_common.png") calc(50% - 50px) -110px/1471px auto no-repeat;
  position: absolute;
  top: 0;
  left: 0; }
  @media only screen and (max-width: 768px) {
    .recruit .header_wrapper::before {
      background: url("../img/bg_common_sp.png") calc(50% + 15px) -80px/500px auto no-repeat; } }

.recruit .wrapper {
  overflow: hidden; }
  .recruit .wrapper::before {
    display: block;
    content: "";
    width: 100%;
    height: 372px;
    background: url(../img/recruit/bg_recruit.png) center bottom/100% 100% no-repeat;
    position: absolute;
    left: 0;
    top: 0; }
    @media only screen and (max-width: 768px) {
      .recruit .wrapper::before {
        width: 650px;
        height: 200px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }

.recruit .breadcrumb {
  margin-bottom: 0; }

.recruit .section_wrapper {
  margin: 0 calc(50% - 50vw); }

.recruit .post {
  padding: 30px 0; }
  @media only screen and (max-width: 768px) {
    .recruit .post {
      padding: 20px 0; } }
  .recruit .post:last-child {
    border: none; }

.recruit .question {
  color: #26c6da;
  margin-bottom: 0.5em; }
  @media only screen and (max-width: 768px) {
    .recruit .question {
      font-size: 1.4rem !important; } }

.recruit .answer {
  font-size: 2rem;
  margin: 0;
  line-height: 1.4; }
  @media only screen and (max-width: 768px) {
    .recruit .answer {
      font-size: 1.4rem !important; } }

.recruit .solid_btn {
  background: #26c6da;
  width: 348px;
  font-size: 2.6rem;
  line-height: 67px;
  padding: 0 1em; }
  .recruit .solid_btn:hover {
    background: #52d1e1 !important;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s; }
  @media only screen and (max-width: 768px) {
    .recruit .solid_btn {
      font-size: 1.3rem;
      line-height: 33px;
      border-radius: 5px;
      width: auto; } }

.recruit .map {
  margin-top: 160px; }
  @media only screen and (max-width: 768px) {
    .recruit .map {
      background: none;
      padding: 40px 0 0;
      margin-top: 40px; } }
  .recruit .map::before {
    display: none; }
  .recruit .map .access_address {
    color: #546e7a;
    margin-top: 10px; }
  .recruit .map .map_wrapper {
    position: relative; }
    .recruit .map .map_wrapper::before {
      display: block;
      content: "";
      position: absolute;
      top: -190px;
      width: 100%;
      height: 100%;
      background: url(../img/top/bg_access.svg) center calc(100% - 15px) no-repeat;
      background-size: 100% auto;
      mix-blend-mode: multiply;
      z-index: -1; }
      @media only screen and (max-width: 768px) {
        .recruit .map .map_wrapper::before {
          width: 1300px;
          height: 100%;
          top: -100px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          background-position: center top;
          background-size: auto 100%; } }
    .recruit .map .map_wrapper img {
      width: 100%;
      height: auto; }
      @media only screen and (max-width: 768px) {
        .recruit .map .map_wrapper img {
          width: 650px;
          position: relative;
          max-width: none;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }

.recruit-top .main_contents {
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .recruit-top .main_contents {
      padding-left: 0;
      padding-right: 0; } }

@media only screen and (max-width: 768px) {
  .recruit-top .breadcrumb {
    padding: 0 20px; } }

.recruit_top_header {
  background: #ffeb3b;
  position: relative;
  padding-bottom: 80px; }

@-moz-document url-prefix() {
  .recruit_top_header {
    display: flex; } }
  @media only screen and (max-width: 768px) {
    .recruit_top_header {
      padding-top: 140px;
      padding-bottom: 40px; } }
  .recruit_top_header h2 {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 7rem;
    margin-left: -80px;
    line-height: 1.2;
    position: relative;
    left: 50%;
    z-index: 10; }

@-moz-document url-prefix() {
  .recruit_top_header h2 {
    justify-content: center; } }
    @media only screen and (max-width: 768px) {
      .recruit_top_header h2 {
        margin-left: -35px;
        font-size: 3.5rem;
        text-align: left;
        letter-spacing: 0.15em;
        line-height: 1.1; } }
    .recruit_top_header h2 > * {
      display: block; }
    .recruit_top_header h2 small {
      color: #424242;
      font-size: 2.4rem;
      line-height: 1.8;
      margin-top: 0.2em; }
      @media only screen and (max-width: 768px) {
        .recruit_top_header h2 small {
          font-size: 1.2rem;
          letter-spacing: 0.05em; } }
    .recruit_top_header h2 em {
      color: #fff;
      font-size: 10rem;
      margin-top: -.02em; }
      @media only screen and (max-width: 768px) {
        .recruit_top_header h2 em {
          font-size: 5rem; } }
    .recruit_top_header h2 span {
      color: #26c6da; }

.recruit_staff {
  position: absolute; }
  .recruit_staff .balloon {
    display: none;
    position: absolute;
    z-index: 100; }
    @media only screen and (max-width: 768px) {
      .recruit_staff .balloon {
        width: 130px; } }
  .recruit_staff.s01 {
    top: 0;
    left: calc(50% - 680px); }
    @media only screen and (max-width: 768px) {
      .recruit_staff.s01 {
        top: 5px;
        left: calc(50% - 260px);
        width: 290px; } }
    .recruit_staff.s01 .balloon {
      top: -180px;
      right: 60px; }
      @media only screen and (max-width: 768px) {
        .recruit_staff.s01 .balloon {
          top: -90px;
          left: calc(50% + 30px); } }
  .recruit_staff.s02 {
    top: 40px;
    left: calc(50% - 380px);
    width: 240px; }
    @media only screen and (max-width: 768px) {
      .recruit_staff.s02 {
        left: calc(50% - 180px);
        top: 60px;
        width: 120px; } }
    .recruit_staff.s02 .balloon {
      top: -170px;
      right: -110px; }
      @media only screen and (max-width: 768px) {
        .recruit_staff.s02 .balloon {
          top: -90px;
          left: calc(50% + 30px); } }
  .recruit_staff.s03 {
    top: 220px;
    left: calc(50% - 440px);
    width: 280px; }
    @media only screen and (max-width: 768px) {
      .recruit_staff.s03 {
        top: 140px;
        left: calc(50% - 190px);
        width: 150px; } }
    .recruit_staff.s03 .balloon {
      top: -180px;
      right: -90px; }
      @media only screen and (max-width: 768px) {
        .recruit_staff.s03 .balloon {
          top: -90px;
          left: calc(50% + 30px); } }
  .recruit_staff.s09 {
    top: 180px;
    left: calc(50% - 540px); }
    @media only screen and (max-width: 768px) {
      .recruit_staff.s09 {
        top: 210px;
        left: calc(50% - 200px);
        width: 135px; } }
    .recruit_staff.s09 .balloon {
      top: -180px;
      right: -120px; }
      @media only screen and (max-width: 768px) {
        .recruit_staff.s09 .balloon {
          top: -90px;
          left: calc(50% + 30px); } }
  .recruit_staff.s04 {
    top: 230px;
    left: calc(50% - 340px);
    width: 270px; }
    @media only screen and (max-width: 768px) {
      .recruit_staff.s04 {
        top: 250px;
        left: calc(50% - 190px);
        width: 150px; } }
    .recruit_staff.s04 .balloon {
      top: -150px;
      right: -150px; }
      @media only screen and (max-width: 768px) {
        .recruit_staff.s04 .balloon {
          top: -90px;
          left: calc(50% + 60px); } }
  .recruit_staff.s05 {
    top: -20px;
    right: calc(50% - 540px); }
    @media only screen and (max-width: 768px) {
      .recruit_staff.s05 {
        left: calc(50% + 41px);
        width: 180px; } }
    .recruit_staff.s05 .balloon {
      top: -150px;
      right: -150px; }
      @media only screen and (max-width: 768px) {
        .recruit_staff.s05 .balloon {
          top: -90px;
          left: calc(50% - 70px); } }
  .recruit_staff.s06 {
    top: 50px;
    right: calc(50% - 405px); }
    @media only screen and (max-width: 768px) {
      .recruit_staff.s06 {
        top: 72px;
        left: calc(50% + 75px);
        width: 130px; } }
    .recruit_staff.s06 .balloon {
      top: -150px;
      right: -150px; }
      @media only screen and (max-width: 768px) {
        .recruit_staff.s06 .balloon {
          top: -70px;
          left: calc(50% - 70px); } }
  .recruit_staff.s07 {
    top: 180px;
    right: calc(50% - 580px); }
    @media only screen and (max-width: 768px) {
      .recruit_staff.s07 {
        top: 140px;
        left: calc(50% + 70px);
        width: 170px; } }
    .recruit_staff.s07 .balloon {
      top: -150px;
      right: -120px; }
      @media only screen and (max-width: 768px) {
        .recruit_staff.s07 .balloon {
          top: -80px;
          left: calc(50% - 120px); } }
  .recruit_staff.s08 {
    top: 270px;
    right: calc(50% - 450px); }
    @media only screen and (max-width: 768px) {
      .recruit_staff.s08 {
        top: 220px;
        left: calc(50% + 50px);
        width: 200px; } }
    .recruit_staff.s08 .balloon {
      top: -150px;
      right: -40px; }
      @media only screen and (max-width: 768px) {
        .recruit_staff.s08 .balloon {
          top: -90px;
          left: calc(50% - 100px); } }

.recruit_main_title {
  color: #26c6da;
  font-size: 4rem;
  line-height: 1.2;
  text-align: center;
  margin: -1.7rem 0 0; }
  @media only screen and (max-width: 768px) {
    .recruit_main_title {
      margin-top: .5em;
      font-size: 2rem; } }
  .recruit_main_title > * {
    display: block; }
  .recruit_main_title small {
    font-size: 1.4rem;
    color: #000; }
    @media only screen and (max-width: 768px) {
      .recruit_main_title small {
        font-size: 1rem; } }
  .recruit_main_title em {
    font-size: 6rem;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .recruit_main_title em {
        font-size: 3rem; } }

.recruit_title {
  color: #26c6da;
  font-size: 5rem;
  line-height: 1.2;
  width: 6em;
  text-align: center;
  margin-top: -0.4em; }
  @media only screen and (max-width: 768px) {
    .recruit_title {
      font-size: 3.3rem;
      width: auto;
      margin: 30px 0 10px; } }
  .recruit_title.white {
    color: #fff; }
  .recruit_title em {
    display: block;
    font-size: 7.5rem; }
    @media only screen and (max-width: 768px) {
      .recruit_title em {
        font-size: 4.8rem; } }

.recruit_visit {
  position: absolute;
  top: 0px;
  right: calc(50% - 680px);
  z-index: 90; }
  @media only screen and (max-width: 768px) {
    .recruit_visit {
      width: 92px;
      height: 92px;
      top: 90px;
      right: 0px;
      display: none; } }
  .recruit_visit.is_fixed {
    -webkit-animation: badge 1s forwards;
    animation: badge 1s forwards; }
  .recruit_visit.recruit_visit_top {
    top: 400px; }
    @media only screen and (max-width: 768px) {
      .recruit_visit.recruit_visit_top {
        top: 370px;
        display: none; } }

@-webkit-keyframes badge {
  0% {
    position: fixed;
    top: -200px; }
  100% {
    position: fixed;
    top: 80px; } }

@keyframes badge {
  0% {
    position: fixed;
    top: -200px; }
  100% {
    position: fixed;
    top: 80px; } }

.recruit_infolink_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  color: #fff;
  padding: 100px 0 0;
  margin-top: -42px;
  text-align: center;
  z-index: 5; }
  @media only screen and (max-width: 768px) {
    .recruit_infolink_wrapper {
      padding: 50px 20px 0; } }
  .recruit_infolink_wrapper .bg {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    width: 100%;
    height: 100%;
    z-index: 0; }
    @media only screen and (max-width: 768px) {
      .recruit_infolink_wrapper .bg {
        width: 850px;
        height: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }

.recruit_infolink a {
  width: 100%;
  text-decoration: none; }

.recruitinfo_title {
  color: #26c6da;
  font-size: 4rem;
  line-height: 1.2;
  position: relative;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .recruitinfo_title {
      font-size: 2rem;
      line-height: 1.4; } }
  .recruitinfo_title em {
    display: block;
    font-size: 5.8rem; }
    @media only screen and (max-width: 768px) {
      .recruitinfo_title em {
        font-size: 2.5rem; } }

.recruit_staff_introduce {
  position: relative;
  margin-top: -110px;
  padding: 80px 0;
  z-index: 20; }
  @media only screen and (max-width: 768px) {
    .recruit_staff_introduce {
      margin-top: -35px;
      padding: 30px 0 0; } }
  .recruit_staff_introduce .bg {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    width: 100%;
    height: 100%;
    z-index: 0; }
    @media only screen and (max-width: 768px) {
      .recruit_staff_introduce .bg {
        width: 100%;
        height: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
  @media only screen and (max-width: 768px) {
    .recruit_staff_introduce::after {
      display: block;
      content: "";
      background: url(../img/recruit/bg_recruit_staff.svg) center bottom/850px auto no-repeat;
      width: 850px;
      height: 40px;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); } }

.recruit_personlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  position: relative;
  width: 1100px; }
  @media only screen and (max-width: 768px) {
    .recruit_personlist {
      width: 100%;
      padding: 0 20px;
      background: #ffec4a; } }
  .recruit_personlist li {
    position: relative;
    margin: 40px 0;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .recruit_personlist li {
        margin: 20px 0;
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 0 !important; } }
    .recruit_personlist li:first-child {
      padding-left: 80px; }
    .recruit_personlist li:nth-child(3) {
      padding-right: 80px; }
    .recruit_personlist li:nth-child(5) {
      padding-right: 20px; }
    .recruit_personlist li:nth-child(7) {
      padding-left: 40px; }
    .recruit_personlist li a {
      display: block;
      color: #000;
      padding-top: 60px;
      text-decoration: none; }
      @media only screen and (max-width: 768px) {
        .recruit_personlist li a {
          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-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          height: 100%;
          padding: 50px 10px 0; } }
    .recruit_personlist li .balloon3 {
      position: absolute;
      top: -30px;
      left: 0;
      padding: 0 12px 20px 10px; }
      @media only screen and (max-width: 768px) {
        .recruit_personlist li .balloon3 {
          left: -30px;
          left: 10px; } }
      .recruit_personlist li .balloon3::before, .recruit_personlist li .balloon3::after {
        display: block;
        content: "";
        position: absolute; }
      .recruit_personlist li .balloon3::before {
        bottom: 0;
        left: 0;
        width: 37px;
        height: 26px;
        background: url(../img/recruit/line_person_f.svg) center/contain no-repeat; }
      .recruit_personlist li .balloon3::after {
        top: 10px;
        right: 0;
        width: 8px;
        height: 16px;
        background: url(../img/recruit/line_person_b.svg) center/contain no-repeat; }
    .recruit_personlist li .profession3 {
      font-size: 2.6rem;
      line-height: 1.2;
      margin: 1.4rem 0 0; }
      @media only screen and (max-width: 768px) {
        .recruit_personlist li .profession3 {
          font-size: 1.6rem;
          margin-top: 1em; } }
      .recruit_personlist li .profession3 small {
        display: block;
        font-size: 1.4rem; }
        @media only screen and (max-width: 768px) {
          .recruit_personlist li .profession3 small {
            font-size: .7rem; } }
    .recruit_personlist li .balloon {
      position: absolute;
      top: -10px;
      left: 30px;
      padding: 0 12px 20px 10px; }
      @media only screen and (max-width: 768px) {
        .recruit_personlist li .balloon {
          top: -10px;
          left: 10px; } }
      .recruit_personlist li .balloon::before, .recruit_personlist li .balloon::after {
        display: block;
        content: "";
        position: absolute; }
      .recruit_personlist li .balloon::before {
        bottom: 0;
        left: 0;
        width: 37px;
        height: 26px;
        background: url(../img/recruit/line_person_f.svg) center/contain no-repeat; }
      .recruit_personlist li .balloon::after {
        top: 10px;
        right: 0;
        width: 8px;
        height: 16px;
        background: url(../img/recruit/line_person_b.svg) center/contain no-repeat; }
    .recruit_personlist li .profession {
      font-size: 2.6rem;
      line-height: 1.2;
      margin: 1.4rem 0 0; }
      @media only screen and (max-width: 768px) {
        .recruit_personlist li .profession {
          font-size: 1.6rem;
          margin-top: 1em; } }
      .recruit_personlist li .profession small {
        display: block;
        font-size: 1.4rem; }
        @media only screen and (max-width: 768px) {
          .recruit_personlist li .profession small {
            font-size: .7rem; } }

.recruit_personlist li .balloon4 {
  position: absolute;
  top: -75px;
  left: 0;
  padding: 0 12px 20px 10px; }

@media only screen and (max-width: 768px) {
  .recruit_personlist li .balloon4 {
    position: absolute;
    top: -35px;
    line-height: 1.5;
    left: 0;
    padding: 0 0px 20px 0px; } }

.recruit_personlist li .balloon4::before,
.recruit_personlist li .balloon4::after {
  display: block;
  content: "";
  position: absolute; }

.recruit_personlist li .balloon4::before {
  bottom: 0;
  left: 0;
  width: 37px;
  height: 26px;
  background: url(../img/recruit/line_person_f.svg) center/contain no-repeat; }

.recruit_personlist li .balloon4::after {
  top: 10px;
  right: 0;
  width: 8px;
  height: 16px;
  background: url(../img/recruit/line_person_b.svg) center/contain no-repeat; }

.recruit_director {
  position: relative;
  padding-top: 60px;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    .recruit_director {
      padding-top: 190px; } }
  .recruit_director > div[class^="text"] {
    position: absolute; }
    .recruit_director > div[class^="text"] p {
      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;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background: #ffeb3b;
      border-radius: 50%;
      mix-blend-mode: multiply;
      margin: 0;
      position: relative;
      line-height: 1.4;
      z-index: 1; }
      .recruit_director > div[class^="text"] p span {
        display: block;
        line-height: 1.2; }
    .recruit_director > div[class^="text"]::before {
      display: block;
      content: "";
      background: #26c6da;
      width: 146px;
      height: 146px;
      border-radius: 50%;
      position: absolute;
      z-index: 0; }
      @media only screen and (max-width: 768px) {
        .recruit_director > div[class^="text"]::before {
          width: 73px;
          height: 73px; } }
    .recruit_director > div[class^="text"].text01 {
      top: 10px;
      left: calc(50% + 60px); }
      @media only screen and (max-width: 768px) {
        .recruit_director > div[class^="text"].text01 {
          top: -13px;
          left: calc(50% - 10px); } }
      .recruit_director > div[class^="text"].text01 p {
        width: 369px;
        height: 369px;
        font-size: 2.2rem; }
        @media only screen and (max-width: 768px) {
          .recruit_director > div[class^="text"].text01 p {
            width: 184.5px;
            height: 184.5px;
            font-size: 1.1rem; } }
      .recruit_director > div[class^="text"].text01::before {
        width: 156px;
        height: 156px;
        top: 80px;
        left: -70px; }
        @media only screen and (max-width: 768px) {
          .recruit_director > div[class^="text"].text01::before {
            width: 78px;
            height: 78px;
            top: 40px;
            left: -40px; } }
    .recruit_director > div[class^="text"].text02 {
      top: 0;
      left: calc(50% - 325px); }
      @media only screen and (max-width: 768px) {
        .recruit_director > div[class^="text"].text02 {
          top: 40px;
          left: calc(50% - 170px); } }
      .recruit_director > div[class^="text"].text02 p {
        width: 218px;
        height: 218px;
        font-size: 2.4rem;
        padding-bottom: 20px; }
        @media only screen and (max-width: 768px) {
          .recruit_director > div[class^="text"].text02 p {
            width: 109px;
            height: 109px;
            font-size: 1.2rem; } }
        .recruit_director > div[class^="text"].text02 p span {
          font-size: 5.6rem; }
          @media only screen and (max-width: 768px) {
            .recruit_director > div[class^="text"].text02 p span {
              font-size: 2.8rem; } }
      .recruit_director > div[class^="text"].text02::before {
        top: 160px;
        left: 100px; }
        @media only screen and (max-width: 768px) {
          .recruit_director > div[class^="text"].text02::before {
            top: 80px;
            left: 50px; } }
    .recruit_director > div[class^="text"].text03 {
      top: 220px;
      left: calc(50% - 500px); }
      @media only screen and (max-width: 768px) {
        .recruit_director > div[class^="text"].text03 {
          top: 185px;
          left: calc(50% - 165px); } }
      .recruit_director > div[class^="text"].text03 p {
        width: 258px;
        height: 258px;
        font-size: 2.7rem;
        padding-bottom: 20px; }
        @media only screen and (max-width: 768px) {
          .recruit_director > div[class^="text"].text03 p {
            width: 129px;
            height: 129px;
            font-size: 1.3rem; } }
        .recruit_director > div[class^="text"].text03 p span {
          font-size: 6.1rem; }
          @media only screen and (max-width: 768px) {
            .recruit_director > div[class^="text"].text03 p span {
              font-size: 3rem; } }
      .recruit_director > div[class^="text"].text03::before {
        top: -30px;
        left: -20px; }
        @media only screen and (max-width: 768px) {
          .recruit_director > div[class^="text"].text03::before {
            top: -10px;
            left: -13px; } }
    .recruit_director > div[class^="text"].text04 {
      top: 380px;
      left: calc(50% + 200px); }
      @media only screen and (max-width: 768px) {
        .recruit_director > div[class^="text"].text04 {
          top: 195px;
          left: calc(50% + 50px); } }
      .recruit_director > div[class^="text"].text04 p {
        width: 218px;
        height: 218px;
        font-size: 2.3rem;
        padding-bottom: 20px; }
        @media only screen and (max-width: 768px) {
          .recruit_director > div[class^="text"].text04 p {
            width: 109px;
            height: 109px;
            font-size: 1.2rem; } }
        .recruit_director > div[class^="text"].text04 p span {
          font-size: 5.3rem; }
          @media only screen and (max-width: 768px) {
            .recruit_director > div[class^="text"].text04 p span {
              font-size: 2.6rem; } }
      .recruit_director > div[class^="text"].text04::before {
        width: 173px;
        height: 173px;
        top: -90px;
        right: -90px; }
        @media only screen and (max-width: 768px) {
          .recruit_director > div[class^="text"].text04::before {
            width: 86.5px;
            height: 86.5px;
            top: -40px;
            right: -40px; } }
  .recruit_director .img_director {
    position: relative;
    z-index: 10; }
    @media only screen and (max-width: 768px) {
      .recruit_director .img_director {
        left: 10px;
        width: 250px; } }
  .recruit_director .name {
    position: absolute;
    top: 500px;
    left: calc(50% - 350px);
    font-size: 2.8rem;
    text-align: right;
    z-index: 10; }
    @media only screen and (max-width: 768px) {
      .recruit_director .name {
        font-size: 1.5rem;
        top: 440px;
        left: calc(50% - 170px); } }
    .recruit_director .name dt {
      font-size: 1.7rem; }
      @media only screen and (max-width: 768px) {
        .recruit_director .name dt {
          font-size: .9rem; } }
  .recruit_director .message {
    position: relative;
    margin-top: 40px; }
    .recruit_director .message p {
      font-size: 2.2rem;
      position: relative;
      margin: 0;
      z-index: 1; }
      @media only screen and (max-width: 768px) {
        .recruit_director .message p {
          font-size: 1.3rem;
          text-align: justify; } }
    .recruit_director .message::before {
      display: block;
      content: "";
      background: url(../img/recruit/circle_y_b.svg) left top/contain no-repeat;
      position: absolute;
      top: -130px;
      left: 170px;
      width: 369px;
      height: 428px; }
      @media only screen and (max-width: 768px) {
        .recruit_director .message::before {
          top: -10px;
          left: -40px;
          width: 184.5px;
          height: 214px; } }

.recruit_section {
  position: relative;
  padding: 60px 0 0; }
  @media only screen and (max-width: 768px) {
    .recruit_section {
      padding: 30px 20px 0; } }
  .recruit_section > *:not(.contact_form) {
    position: relative;
    width: 1010px;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 768px) {
      .recruit_section > *:not(.contact_form) {
        width: 100%; } }
    .recruit_section > *:not(.contact_form).activity_block {
      width: 1100px; }
    .recruit_section > *:not(.contact_form).by_number_list {
      width: 1120px;
      margin: 30px auto 0; }
      @media only screen and (max-width: 768px) {
        .recruit_section > *:not(.contact_form).by_number_list {
          width: auto;
          background: #ffec4a; } }
  .recruit_section > p:first-child {
    font-size: 1.7rem; }
    @media only screen and (max-width: 768px) {
      .recruit_section > p:first-child {
        font-size: 1rem; } }
  .recruit_section .bg {
    position: absolute;
    top: 0;
    left: 0;
    max-width: none;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .recruit_section h3:not([class]) {
    color: #26c6da;
    font-size: 3.8rem;
    line-height: 1.2;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .recruit_section h3:not([class]) {
        font-size: 1.8rem; } }
  .recruit_section .greeting_section {
    margin: 40px auto; }
    @media only screen and (max-width: 768px) {
      .recruit_section .greeting_section {
        margin: 20px auto; }
        .recruit_section .greeting_section .greeting_image {
          margin-bottom: 20px; } }
  .recruit_section .feature_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px auto 60px; }
    @media only screen and (max-width: 768px) {
      .recruit_section .feature_section {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
        margin: 20px auto 30px; } }
    .recruit_section .feature_section:nth-of-type(even) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  .recruit_section.intro {
    padding: 40px 0; }
    @media only screen and (max-width: 768px) {
      .recruit_section.intro {
        padding: 10px 20px 20px; } }
    .recruit_section.intro > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media only screen and (max-width: 768px) {
        .recruit_section.intro > div {
          display: block; } }
    .recruit_section.intro + .by_number {
      margin-top: 20px; }
      @media only screen and (max-width: 768px) {
        .recruit_section.intro + .by_number {
          margin-top: 0; } }
  .recruit_section.tomidahama, .recruit_section.welfare, .recruit_section.question3 {
    color: #fff;
    padding: 60px 0;
    text-align: center;
    z-index: 5; }
    @media only screen and (max-width: 768px) {
      .recruit_section.tomidahama, .recruit_section.welfare, .recruit_section.question3 {
        padding: 50px 0 0; } }
    @media only screen and (max-width: 768px) {
      .recruit_section.tomidahama::after, .recruit_section.welfare::after, .recruit_section.question3::after {
        display: block;
        content: "";
        background: url(../img/recruit/bg_3question.svg) center bottom/850px auto no-repeat;
        width: 100%;
        height: 40px; } }
    @media only screen and (max-width: 768px) {
      .recruit_section.tomidahama .bg, .recruit_section.welfare .bg, .recruit_section.question3 .bg {
        width: 850px;
        height: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
    .recruit_section.tomidahama h3, .recruit_section.welfare h3, .recruit_section.question3 h3 {
      color: #fff;
      font-size: 4.1rem;
      line-height: 60px;
      display: inline-block;
      position: relative;
      margin-bottom: 30px;
      width: auto;
      padding: 0 40px; }
      @media only screen and (max-width: 768px) {
        .recruit_section.tomidahama h3, .recruit_section.welfare h3, .recruit_section.question3 h3 {
          font-size: 2.6rem;
          line-height: 35px;
          margin-bottom: 20px;
          padding: 0 30px; } }
      .recruit_section.tomidahama h3::before, .recruit_section.tomidahama h3::after, .recruit_section.welfare h3::before, .recruit_section.welfare h3::after, .recruit_section.question3 h3::before, .recruit_section.question3 h3::after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 30px; }
        @media only screen and (max-width: 768px) {
          .recruit_section.tomidahama h3::before, .recruit_section.tomidahama h3::after, .recruit_section.welfare h3::before, .recruit_section.welfare h3::after, .recruit_section.question3 h3::before, .recruit_section.question3 h3::after {
            width: 22px; } }
      .recruit_section.tomidahama h3::before, .recruit_section.welfare h3::before, .recruit_section.question3 h3::before {
        left: 0;
        top: 0;
        bottom: 0;
        background: url(../img/recruit/line_title_f.svg) center center/contain no-repeat; }
        @media only screen and (max-width: 768px) {
          .recruit_section.tomidahama h3::before, .recruit_section.welfare h3::before, .recruit_section.question3 h3::before {
            background-position: center bottom 10px; } }
      .recruit_section.tomidahama h3::after, .recruit_section.welfare h3::after, .recruit_section.question3 h3::after {
        right: 0;
        background: url(../img/recruit/line_title_b.svg) center bottom 10px/contain no-repeat; }
  .recruit_section.tomidahama, .recruit_section.welfare {
    background: #26c6da;
    margin-top: 100px;
    padding: 0; }
    @media only screen and (max-width: 768px) {
      .recruit_section.tomidahama, .recruit_section.welfare {
        margin-top: 60px; } }
    .recruit_section.tomidahama::before, .recruit_section.tomidahama::after, .recruit_section.welfare::before, .recruit_section.welfare::after {
      display: block;
      content: "";
      position: absolute;
      width: 100%; }
      @media only screen and (max-width: 768px) {
        .recruit_section.tomidahama::before, .recruit_section.tomidahama::after, .recruit_section.welfare::before, .recruit_section.welfare::after {
          width: 850px; } }
    .recruit_section.tomidahama::before, .recruit_section.welfare::before {
      top: -60px;
      height: 60px;
      background: url(../img/recruit/bg_3question.svg) center top/100% no-repeat; }
      @media only screen and (max-width: 768px) {
        .recruit_section.tomidahama::before, .recruit_section.welfare::before {
          top: -50px;
          height: 50px; } }
    .recruit_section.tomidahama::after, .recruit_section.welfare::after {
      bottom: -40px;
      height: 40px;
      background: url(../img/recruit/bg_3question.svg) center bottom/100% no-repeat; }
      @media only screen and (max-width: 768px) {
        .recruit_section.tomidahama::after, .recruit_section.welfare::after {
          bottom: -20px;
          height: 20px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%); } }
    .recruit_section.tomidahama h3, .recruit_section.welfare h3 {
      margin-bottom: 0; }
    .recruit_section.tomidahama img, .recruit_section.welfare img {
      display: block; }
  .recruit_section.by_number h3 > *, .recruit_section.recruit_q h3 > * {
    display: block; }
  .recruit_section.activity, .recruit_section.by_number {
    margin-top: -40px;
    padding: 80px 0;
    text-align: center;
    z-index: 4; }
    @media only screen and (max-width: 768px) {
      .recruit_section.activity, .recruit_section.by_number {
        padding-bottom: 40px; } }
    @media only screen and (max-width: 768px) {
      .recruit_section.activity::after, .recruit_section.by_number::after {
        display: block;
        content: "";
        background: url(../img/recruit/bg_bynumbers.svg) center bottom/850px auto no-repeat;
        width: 100%;
        height: 40px; } }
    @media only screen and (max-width: 768px) {
      .recruit-office .recruit_section.activity::after, .recruit-office .recruit_section.by_number::after {
        display: none; } }
    @media only screen and (max-width: 768px) {
      .recruit_section.activity .bg, .recruit_section.by_number .bg {
        width: 850px;
        height: auto;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }
    @media only screen and (max-width: 768px) {
      .recruit-office .recruit_section.activity .bg, .recruit-office .recruit_section.by_number .bg {
        height: 720px; } }
    .recruit_section.activity h3, .recruit_section.by_number h3 {
      font-size: 4.4rem; }
      @media only screen and (max-width: 768px) {
        .recruit_section.activity h3, .recruit_section.by_number h3 {
          font-size: 2.6rem;
          line-height: 1.4; } }
      .recruit_section.activity h3 small, .recruit_section.by_number h3 small {
        font-size: 3.7rem; }
        @media only screen and (max-width: 768px) {
          .recruit_section.activity h3 small, .recruit_section.by_number h3 small {
            font-size: 2.2rem; } }
  .recruit_section.areainfo, .recruit_section.activity {
    background: #ffeb3b;
    padding: 0; }
    @media only screen and (max-width: 768px) {
      .recruit_section.areainfo, .recruit_section.activity {
        margin-bottom: 60px; } }
    .recruit_section.areainfo::before, .recruit_section.areainfo::after, .recruit_section.activity::before, .recruit_section.activity::after {
      display: block;
      content: "";
      position: absolute;
      width: 100%; }
    .recruit_section.areainfo::before, .recruit_section.activity::before {
      top: -60px;
      height: 60px;
      background: url(../img/recruit/bg_bynumbers.svg) center top/100% no-repeat; }
      @media only screen and (max-width: 768px) {
        .recruit_section.areainfo::before, .recruit_section.activity::before {
          top: -30px;
          height: 30px; } }
    .recruit_section.areainfo::after, .recruit_section.activity::after {
      bottom: -40px;
      height: 40px;
      background: url(../img/recruit/bg_bynumbers.png) center bottom/100% no-repeat; }
    .recruit_section.areainfo img, .recruit_section.activity img {
      display: block; }
  .recruit_section.areainfo {
    margin-bottom: 200px;
    padding-top: 100px; }
    @media only screen and (max-width: 768px) {
      .recruit_section.areainfo {
        margin-bottom: 120px;
        padding-top: 60px; } }
    .recruit_section.areainfo::after {
      bottom: -140px;
      height: 140px;
      background: url(../img/recruit/bg_areainfo.svg) center bottom/100% no-repeat; }
      @media only screen and (max-width: 768px) {
        .recruit_section.areainfo::after {
          bottom: -80px;
          height: 80px; } }
    @media only screen and (max-width: 768px) {
      .recruit_section.areainfo h3 {
        font-size: 2.8rem; } }
    .recruit_section.areainfo h3 + p {
      font-size: 1.8rem;
      margin-top: 1em;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .recruit_section.areainfo h3 + p {
          font-size: 1.2rem; } }
  .recruit_section.activity {
    margin-bottom: 80px; }
  @media only screen and (max-width: 768px) {
    .recruit_section.feature h3 {
      font-size: 2.8rem; } }
  .recruit_section.region_intro {
    padding-top: 0; }

.person_image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 500px; }
  @media only screen and (max-width: 768px) {
    .person_image {
      width: auto; } }
  .person_image img {
    display: block; }

.person_text {
  padding-left: 60px;
  text-align: justify; }
  @media only screen and (max-width: 768px) {
    .person_text {
      padding-left: 0; } }
  .person_text dl {
    margin: 1em 0 2em; }
    .person_text dl:last-child {
      margin-bottom: 0; }

.assignment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .assignment > p {
    color: #fff;
    background: #26c6da;
    border-radius: 5px;
    font-size: 1.8rem;
    min-width: 140px;
    line-height: 45px;
    margin-top: 0;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .assignment > p {
        font-size: 1.2rem;
        min-width: 100px;
        line-height: 31px;
        margin: 20px 0 calc(20px - 1rem); } }
    .assignment > p:not(:last-child) {
      margin-right: 20px; }

.q3_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 768px) {
    .q3_list {
      background: #26c6da; } }
  .q3_list li {
    width: 292px;
    text-align: justify; }
    @media only screen and (max-width: 768px) {
      .q3_list li {
        width: 230px;
        margin: 0 auto; }
        .q3_list li:not(:last-child) {
          margin-bottom: 40px; } }

.q3_image {
  margin-bottom: 10px; }
  .q3_image img {
    border-radius: 3px; }

.recruit_qa dt {
  font-size: 2.2rem;
  margin: .8em 0; }
  @media only screen and (max-width: 768px) {
    .recruit_qa dt {
      font-size: 1.7rem; } }

.recruit_qa dd {
  margin: 10px 0;
  line-height: 1.8; }

.by_number_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
  width: 260px;
  height: 260px;
  background: #fff;
  border-radius: 50%; }
  @media only screen and (max-width: 768px) {
    .by_number_list dl {
      width: 148px;
      height: 148px;
      padding-bottom: 20px;
      margin-bottom: 20px; } }

.by_number_list dt {
  color: #26c6da;
  font-size: 2rem;
  padding: 25px 0 0;
  line-height: 1.3; }
  @media only screen and (max-width: 768px) {
    .by_number_list dt {
      padding: 15px 0 5px;
      font-size: 1.6rem; } }
  .by_number_list dt small {
    display: block; }

.by_number_list dd {
  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;
  height: 100%;
  color: #ec407a;
  padding-bottom: 25px; }
  @media only screen and (max-width: 768px) {
    .by_number_list dd {
      font-size: 1.3rem; } }
  @media only screen and (max-width: 768px) {
    .by_number_list dd.image {
      padding-bottom: 0; } }
  .by_number_list dd.image.number {
    padding-bottom: 60px; }
    @media only screen and (max-width: 768px) {
      .by_number_list dd.image.number {
        padding-bottom: 20px; } }
  .by_number_list dd.image.shift {
    margin-left: 42px; }
  .by_number_list dd.image img {
    max-width: none; }
    @media only screen and (max-width: 768px) {
      .by_number_list dd.image img {
        -webkit-transform: scale(0.7) translateY(5px);
        -ms-transform: scale(0.7) translateY(5px);
        transform: scale(0.7) translateY(5px);
        -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
        transform-origin: center top; } }

.by_number_list::after {
  display: block;
  clear: both;
  content: ""; }

.by_number_list.item2, .by_number_list.item3, .by_number_list.item4, .by_number_list.item6, .by_number_list.item7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .by_number_list.item2 dl, .by_number_list.item3 dl, .by_number_list.item4 dl, .by_number_list.item6 dl, .by_number_list.item7 dl {
    margin: 0 10px; }

.by_number_list.item2 dl, .by_number_list.item4 dl {
  width: 337px;
  height: 337px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 768px) {
    .by_number_list.item2 dl, .by_number_list.item4 dl {
      width: 235px;
      height: 235px; } }
  .by_number_list.item2 dl:not(:last-child), .by_number_list.item4 dl:not(:last-child) {
    margin-right: 60px; }
    @media only screen and (max-width: 768px) {
      .by_number_list.item2 dl:not(:last-child), .by_number_list.item4 dl:not(:last-child) {
        margin: 0 0 20px !important; } }
  .by_number_list.item2 dl:nth-child(3), .by_number_list.item4 dl:nth-child(3) {
    margin-left: 190px; }

@media only screen and (max-width: 768px) {
  .by_number_list.item2 dt, .by_number_list.item4 dt {
    font-size: 1.7rem;
    padding-top: 20px; } }

.by_number_list.item3 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .by_number_list.item3 dl {
    width: 337px;
    height: 337px; }
    @media only screen and (max-width: 768px) {
      .by_number_list.item3 dl {
        width: 235px;
        height: 235px; } }
  .by_number_list.item3 dt {
    font-size: 2.3rem; }
    @media only screen and (max-width: 768px) {
      .by_number_list.item3 dt {
        font-size: 1.7rem;
        padding-top: 20px; } }
    .by_number_list.item3 dt small {
      font-size: 1.8rem; }

.by_number_list.item4 {
  width: 950px; }
  @media only screen and (max-width: 768px) {
    .by_number_list.item4 {
      width: auto;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.by_number_list.item2, .by_number_list.item7 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media only screen and (max-width: 768px) {
  .by_number_list.item7 dt {
    font-size: 1.2rem; } }

.by_number_list.item6 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .by_number_list.item6 dl {
    width: 337px;
    height: 337px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .by_number_list.item6 dl {
        width: 235px;
        height: 235px; } }

.timetable {
  font-size: 1.9rem;
  margin-top: 40px;
  table-layout: fixed;
  line-height: 1.8; }
  @media only screen and (max-width: 768px) {
    .timetable {
      font-size: 1.4rem;
      margin-top: 20px; } }
  .timetable tr:not(:last-child) th,
  .timetable tr:not(:last-child) td {
    border-bottom: 1px dotted #000; }
  .timetable tr.free th,
  .timetable tr.free td {
    color: #93e3ed; }
  .timetable th,
  .timetable td {
    color: #26c6da; }
  .timetable th {
    padding: 5px 0; }
    .recruit-drug .timetable th {
      width: 320px;
      padding-left: 140px; }
      @media only screen and (max-width: 768px) {
        .recruit-drug .timetable th {
          width: 8em;
          padding-left: 0; } }
    .recruit-rehabilitation .timetable th,
    .recruit-clinical .timetable th {
      width: 480px;
      padding-left: 360px; }
      @media only screen and (max-width: 768px) {
        .recruit-rehabilitation .timetable th,
        .recruit-clinical .timetable th {
          width: 7em;
          padding-left: 0; } }
    .recruit-nutritionist .timetable th,
    .recruit-nurse .timetable th {
      width: 280px;
      padding-left: 140px; }
      @media only screen and (max-width: 768px) {
        .recruit-nutritionist .timetable th,
        .recruit-nurse .timetable th {
          width: 8em;
          padding-left: 0; } }
    .recruit-office .timetable th {
      width: 300px;
      padding-left: 160px; }
      @media only screen and (max-width: 768px) {
        .recruit-office .timetable th {
          width: 8em;
          padding-left: 0; } }
    .recruit-caregiver .timetable th {
      width: 400px;
      padding-left: 300px; }
      @media only screen and (max-width: 768px) {
        .recruit-caregiver .timetable th {
          width: 6em;
          padding-left: 0; } }
  @media only screen and (max-width: 768px) {
    .timetable td {
      padding: 5px 0 0; } }
  .timetable .schedule_contents {
    float: left;
    padding: 5px 0 5px 20px; }
    @media only screen and (max-width: 768px) {
      .timetable .schedule_contents {
        padding: 0 0 5px;
        width: 100%; } }
    .timetable .schedule_contents:not(:last-of-type) {
      padding-right: 20px; }
    @media only screen and (min-width: 769px) {
      .timetable .schedule_contents + .schedule_contents {
        border-left: 1px dotted #000; } }
    @media only screen and (max-width: 768px) {
      .timetable .schedule_contents + .schedule_contents {
        border-top: 1px dotted #000;
        padding: 5px 0 0; } }
  .timetable.column2 th {
    width: 140px; }
    @media only screen and (max-width: 768px) {
      .timetable.column2 th {
        width: 80px; } }
  .timetable .emphasis {
    color: #ec407a; }

.requirements h3 {
  color: #000; }

.requirements_table {
  width: 100%; }
  .requirements_table tr th,
  .requirements_table tr td {
    padding: 1em 0;
    font-size: 1.7rem; }
    @media only screen and (max-width: 768px) {
      .requirements_table tr th,
      .requirements_table tr td {
        font-size: 1.2rem;
        text-align: left; } }
  .requirements_table tr th {
    padding-right: 3em; }
    @media only screen and (max-width: 768px) {
      .requirements_table tr th {
        width: 7em;
        padding-right: 1em; } }
  .requirements_table tr:not(:last-child) th,
  .requirements_table tr:not(:last-child) td {
    border-bottom: 1px dotted; }

.recruit_q_list {
  margin-bottom: 60px; }
  @media only screen and (max-width: 768px) {
    .recruit_q_list {
      margin-bottom: 40px; } }

.swiper-container img {
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.environment_slider {
  position: relative;
  padding-top: 53.59566%;
  margin-top: -150px;
  overflow: hidden;
  z-index: -1; }
  @media only screen and (max-width: 768px) {
    .environment_slider {
      padding-top: 142.66667%;
      margin-top: -130px; } }
  .environment_slider .swiper-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
    .environment_slider .swiper-container img {
      width: 100%; }
  .environment_slider::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5%;
    background: url(../img/recruit/msk_slider.svg) center top/cover no-repeat;
    z-index: 10; }

.feature_text {
  width: 380px; }
  @media only screen and (max-width: 768px) {
    .feature_text {
      width: 100%; } }
  .feature_text dt {
    font-size: 2.7rem;
    margin-bottom: 10px;
    white-space: nowrap; }
    @media only screen and (max-width: 768px) {
      .feature_text dt {
        font-size: 1.7rem;
        margin: 10px 0 5px; } }
  .feature_text dd {
    line-height: 1.8;
    text-align: justify; }

.feature_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media only screen and (max-width: 768px) {
    .feature_image img {
      width: calc((100% - 10px) / 2); } }
  .feature_image img + img {
    margin-left: 20px; }
    @media only screen and (max-width: 768px) {
      .feature_image img + img {
        margin-left: 10px; } }

.benefits {
  width: 100%; }

.benefits_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1010px;
  margin: auto;
  padding: 40px 0;
  border-bottom: 1px solid;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 768px) {
    .benefits_block {
      width: 230px;
      padding: 20px 0;
      border: none; } }

.benefits_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 290px;
  flex: 0 0 290px; }
  @media only screen and (max-width: 768px) {
    .benefits_item {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      margin: 0 auto; } }
  .benefits_item + .benefits_item {
    margin-left: 70px; }
    @media only screen and (max-width: 768px) {
      .benefits_item + .benefits_item {
        margin: 40px auto 0; } }
  .benefits_item figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100px; }
  .benefits_item dt {
    font-size: 2rem;
    margin: 20px 0 10px; }
    @media only screen and (max-width: 768px) {
      .benefits_item dt {
        font-size: 1.7rem;
        margin: 10px 0 5px; } }
  .benefits_item dd {
    text-align: justify; }
    @media only screen and (max-width: 768px) {
      .benefits_item dd {
        font-size: 1.1rem; } }

.nursery {
  position: relative;
  padding: 40px 0 0 340px;
  text-align: left; }
  @media only screen and (max-width: 768px) {
    .nursery {
      padding-left: 0;
      border-top: 1px solid;
      width: 230px !important;
      margin: 0 auto; } }
  .nursery h4 {
    font-size: 2.8rem;
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .nursery h4 {
        font-size: 1.9rem;
        text-align: center; }
        .nursery h4 em {
          font-size: 2.1rem; } }

.nuesery_image {
  position: absolute;
  top: 40px;
  left: 0; }
  @media only screen and (max-width: 768px) {
    .nuesery_image {
      position: relative;
      top: 0; } }
  .nuesery_image img + img {
    margin-top: 20px; }

.nursery_section {
  border-top: 1px solid;
  padding: 20px 0; }
  .nursery_section dt {
    font-size: 2.2rem; }
    @media only screen and (max-width: 768px) {
      .nursery_section dt {
        font-size: 1.7rem; } }
  .nursery_section dd .order_list {
    margin-top: -1em; }
    .nursery_section dd .order_list li {
      margin: 0; }
  .nursery_section dd table {
    line-height: 1.8;
    margin-top: 1em; }
  .nursery_section dd th {
    white-space: nowrap;
    vertical-align: top;
    padding-right: 2em; }

.environment_carousel {
  position: relative;
  z-index: 0; }
  .environment_carousel .swiper-container {
    width: 100%;
    height: 287px; }
    @media only screen and (max-width: 768px) {
      .environment_carousel .swiper-container {
        height: 200px; } }
  .environment_carousel .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear; }

.activity_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0; }
  @media only screen and (max-width: 768px) {
    .activity_block {
      width: 100% !important;
      padding: 0; } }

.activity_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: justify; }
  @media only screen and (max-width: 768px) {
    .activity_item {
      width: 100%; } }
  .activity_item figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 237px;
    flex: 0 0 237px;
    margin-right: 20px; }
    @media only screen and (max-width: 768px) {
      .activity_item figure {
        -ms-flex-preferred-size: 150px;
        flex-basis: 150px; } }
    .activity_item figure > * {
      margin: auto; }
    @media only screen and (max-width: 768px) {
      .activity_item figure.no_image img {
        margin-top: 1.5em;
        width: 50%; } }
  .activity_item dt {
    font-size: 2.7rem; }
    @media only screen and (max-width: 768px) {
      .activity_item dt {
        font-size: 1.7rem; } }
  .activity_item dd {
    font-size: 1.3rem; }
    @media only screen and (max-width: 768px) {
      .activity_item dd {
        font-size: .9rem;
        margin-top: .5em; } }

.tomidahama_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0; }
  @media only screen and (max-width: 768px) {
    .tomidahama_block {
      display: block;
      width: 230px !important;
      margin: 0 auto; } }
  .tomidahama_block > * {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .tomidahama_block figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .tomidahama_block figure img + img {
      margin-left: 30px; }
      @media only screen and (max-width: 768px) {
        .tomidahama_block figure img + img {
          margin: 10px auto; } }
  .tomidahama_block p {
    width: 356px;
    text-align: justify; }
    @media only screen and (max-width: 768px) {
      .tomidahama_block p {
        width: 100%;
        margin: 0; } }

.areainfo_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.areainfo_section {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 30px 0; }
  @media only screen and (max-width: 768px) {
    .areainfo_section {
      width: 100%;
      padding: 0 40px; } }
  .areainfo_section figure {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 20px;
    margin-right: 40px; }
    @media only screen and (max-width: 768px) {
      .areainfo_section figure {
        width: 110px;
        height: 90px;
        margin-top: 10px;
        margin-right: 10px; }
        .areainfo_section figure img {
          margin: 0 auto;
          height: 100%; } }
  .areainfo_section dl {
    line-height: 1.8; }
  .areainfo_section dt {
    font-size: 2.7rem;
    margin-bottom: 10px; }
    @media only screen and (max-width: 768px) {
      .areainfo_section dt {
        font-size: 1.7rem;
        margin-bottom: 5px; } }

.access_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1010px;
  margin: 30px auto 60px;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 768px) {
    .access_block {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      padding: 0 20px;
      margin-bottom: 20px; } }
  .access_block > * {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .access_block figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 768px) {
      .access_block figure img {
        width: 50%; } }
    .access_block figure img + img {
      margin-left: 30px; }
      @media only screen and (max-width: 768px) {
        .access_block figure img + img {
          margin-left: 10px; } }
  .access_block dl {
    width: 356px;
    text-align: justify; }
    @media only screen and (max-width: 768px) {
      .access_block dl {
        width: 100%;
        margin: 10px 0; } }
  .access_block dt {
    font-size: 2.7rem;
    margin-bottom: .5em; }
    @media only screen and (max-width: 768px) {
      .access_block dt {
        font-size: 2.5rem;
        text-align: center; } }
  .access_block dd {
    line-height: 1.8; }
    @media only screen and (max-width: 768px) {
      .access_block dd {
        font-size: 1.2rem; } }
  @media only screen and (max-width: 768px) {
    .access_block + .access_address {
      font-size: 1.6rem; }
      .access_block + .access_address .tel_number {
        font-size: 1.6rem; } }

.requirement_table {
  margin-bottom: 60px;
  font-size: 1.6rem;
  line-height: 1.4; }
  @media only screen and (max-width: 768px) {
    .requirement_table {
      font-size: 1rem;
      margin-bottom: 30px; } }
  .requirement_table th,
  .requirement_table td {
    padding: 1em;
    text-align: center;
    vertical-align: middle; }
  .requirement_table thead th {
    font-size: 1.9rem;
    white-space: nowrap; }
    @media only screen and (max-width: 768px) {
      .requirement_table thead th {
        font-size: 1rem; } }
    .requirement_table thead th:not(:first-child) {
      border-left: 1px solid #546e7a; }
    .requirement_table thead th:not(.number) {
      min-width: 8em; }
      @media only screen and (max-width: 768px) {
        .requirement_table thead th:not(.number) {
          min-width: 6em; } }
  .requirement_table tbody th,
  .requirement_table tbody td {
    border-top: 1px solid #546e7a; }
  .requirement_table tbody td {
    border-left: 1px solid #546e7a; }
    .requirement_table tbody td.number, .requirement_table tbody td.link {
      vertical-align: middle; }
    .requirement_table tbody td.number {
      font-size: 2.4rem;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .requirement_table tbody td.number {
          font-size: 1.2rem; } }

.requirement_link {
  display: inline-block;
  background: #26c6da;
  border-radius: 5px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 40px;
  text-align: center;
  width: 106px; }
  .requirement_link:hover {
    background: #52d1e1 !important;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s; }
  @media only screen and (max-width: 768px) {
    .requirement_link {
      width: 26px;
      line-height: 1.2;
      padding: 3px 0;
      font-size: 0.9rem; } }

@media only screen and (max-width: 768px) {
  .recruit-info a.solid_btn {
    font-size: 2rem;
    line-height: 50px;
    width: 260px; } }

.recruit .top_sctn_title_ja {
  color: #78909c; }

.recruit-region .top_sctn_title_ja {
  top: 0; }

.recruit-top .top_sctn_title_ja {
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 768px) {
    .recruit-top .top_sctn_title_ja {
      top: 0.5em; } }

.recruit-contact .form_wrapper:not(:last-of-type) {
  border-bottom: 1px solid #d5d587; }

.recruit-contact .submit_btn {
  background: #26c6da;
  color: #fff; }
  .recruit-contact .submit_btn:hover {
    background: #52d1e1 !important;
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s; }

.dept_btn {
  display: inline-block;
  background: rgba(158, 158, 100, 0.1);
  font-size: 2.6rem;
  line-height: 92px;
  min-width: 348px;
  padding: 0 1em;
  text-align: center; }
  .dept_btn:hover {
    background: rgba(158, 158, 100, 0.05);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s; }
  @media only screen and (max-width: 768px) {
    .dept_btn {
      min-width: 0;
      font-size: 1.3rem;
      line-height: 33px; } }

.dept_link_list {
  width: 1100px;
  margin: 80px auto; }
  @media only screen and (max-width: 768px) {
    .dept_link_list {
      width: auto;
      margin: 40px auto; } }
  .dept_link_list p {
    font-size: 3.3rem;
    color: #928e4b;
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .dept_link_list p {
        font-size: 2.2rem; } }
  .dept_link_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .dept_link_list ul li {
      margin: 0 20px 40px; }
      @media only screen and (max-width: 768px) {
        .dept_link_list ul li {
          margin: 0 10px 20px; } }
    .dept_link_list ul a {
      display: inline-block;
      background: rgba(158, 158, 100, 0.1);
      font-size: 1.6rem;
      line-height: 56px;
      width: 142px;
      text-align: center;
      text-decoration: none; }
      @media only screen and (max-width: 768px) {
        .dept_link_list ul a {
          width: 93px;
          font-size: 1.2rem;
          line-height: 33px; } }

.other_staff {
  text-align: center;
  margin: 80px auto; }
  @media only screen and (max-width: 768px) {
    .other_staff {
      margin: 40px auto 0; } }
  .other_staff h3 {
    font-size: 3.3rem;
    color: #26c6da;
    margin-bottom: 20px; }
    @media only screen and (max-width: 768px) {
      .other_staff h3 {
        font-size: 2.2rem; } }
  .other_staff .staff_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .other_staff .staff_list li {
      margin: 0 20px; }
      @media only screen and (max-width: 768px) {
        .other_staff .staff_list li {
          margin: 0 10px 20px;
          width: calc((100% - 60px) / 3); } }
    .other_staff .staff_list a {
      color: #000;
      text-decoration: none; }
      @media only screen and (max-width: 768px) {
        .other_staff .staff_list a {
          font-size: 1.2rem; } }
      .other_staff .staff_list a img {
        display: block;
        margin-bottom: 1em; }

@media only screen and (min-width: 769px) {
  a.recruite_contact_fix {
    display: none; } }

@media only screen and (max-width: 768px) {
  a.recruite_contact_fix {
    position: fixed;
    background: #FFEB3B;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    z-index: 9999;
    text-align: center;
    line-height: 1; }
    a.recruite_contact_fix:hover {
      background: #FFF7AC; }
    a.recruite_contact_fix span {
      margin: 0 auto;
      display: block;
      color: #00BCD4; } }

.recruit_info_ {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .recruit_info_ li.current-cat a {
    background: #ff0000; }
  .recruit_info_ li a {
    text-decoration: none;
    color: #fff;
    background: #26c6da;
    border-radius: 5px;
    font-size: 1.3rem;
    min-width: 140px;
    line-height: 45px;
    text-align: center;
    position: relative;
    margin: 0 10px 1em;
    padding: 0 2em;
    border: none; }
    .recruit_info_ li a:hover {
      background: #53D9EA; }
    .recruit_info_ li a .count_badge {
      position: absolute;
      background: #aa0000;
      border-radius: 100px;
      line-height: 0;
      text-align: center;
      width: 20px;
      height: 20px;
      font-size: 8px;
      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;
      right: -10px;
      top: -10px; }

.recruit_search_wrap {
  margin: 0 4em 5em; }
  .recruit_search_wrap .recruit_search {
    border: 1px #efefef solid;
    border-radius: 100px;
    padding: 0 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left; }
    .recruit_search_wrap .recruit_search form {
      width: 100%; }
      .recruit_search_wrap .recruit_search form ul li label {
        width: 90%; }
        .recruit_search_wrap .recruit_search form ul li label input[type=text] {
          padding: 10px;
          width: 100%; }
