@charset "UTF-8";
/* sp (max-width: 768px) = 768px以下の時に反映される記述 */
/* pc (min-width: 768px) = 768px以上の時に反映される記述 */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 16px;
  line-height: 1.7;
  color: #111;
  font-family: "Noto Serif JP", serif;
  background: #fafafa;
}

/* spの時は非表示 */
@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

/* pcの時は非表示 */
@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

.inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.menu-sticky {
  position: sticky;
  top: 30px;
}

.info-title {
  margin: 150px 0;
  text-align: center;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .info-title {
    font-size: 18px;
  }
  .info-title a:hover {
    opacity: 0.5;
  }
}

.frontNews-title,
.iryokikan-title,
.recruit-title,
.guide_topmenu-title,
.guidenav-title,
.general-title,
.guide-title,
.footerContents_title {
  color: #fafafa;
  font-size: 20px;
  font-weight: 700;
  background: #5976ba;
  padding: 6px 0 6px 20px;
  letter-spacing: 0.07em;
  border-radius: 1px;
}
@media screen and (max-width: 767px) {
  .frontNews-title,
  .iryokikan-title,
  .recruit-title,
  .guide_topmenu-title,
  .guidenav-title,
  .general-title,
  .guide-title,
  .footerContents_title {
    font-size: 16px;
  }
}

.front,
.guideNav,
.general,
.guide {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .front,
  .guideNav,
  .general,
  .guide {
    display: block;
  }
}

.frontMenu,
.guidenavMenu,
.guideMenu,
.generalMenu {
  width: 25%;
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .frontMenu,
  .guidenavMenu,
  .guideMenu,
  .generalMenu {
    display: none;
  }
}

.frontMenu-wrap,
.guidenavMenu-wrap,
.generalMenu-wrap,
.guideMenu_wrap {
  padding: 20px 20px 40px 20px;
  background: #e0e3f2;
}

.frontMenu-title,
.guidenavMenu-title,
.generalMenu-title,
.guideMenu-title {
  color: #5976ba;
  font-size: 20px;
  font-weight: 700;
  padding: 6px 0 6px 10px;
  letter-spacing: 0.07em;
  border-left: 20px solid #5976ba;
  border-radius: 1px;
}

.frontMenu-item,
.guidenavMenu-item,
.generalMenu-item,
.guide-item {
  padding: 16px 0 10px 10px;
  border-bottom: 1px dashed #554e4b;
  letter-spacing: 0.05em;
}

.frontNews,
.guidenavContents,
.guideContents,
.generalContents {
  width: 75%;
  margin: 30px 0 30px 50px;
}
@media screen and (max-width: 767px) {
  .frontNews,
  .guidenavContents,
  .guideContents,
  .generalContents {
    width: 100%;
    margin: 30px 8px;
  }
}

.mt20 {
  margin-top: 20px;
}

.arrow_s {
  position: relative;
}

.arrow_s::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 170px;
  width: 12px;
  height: 16px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #5976ba;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 50px 30px;
}
@media screen and (max-width: 767px) {
  .header {
    margin: 10px;
  }
}

.header-logo {
  display: inline-block;
}
.header-logo img {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .header-logo img {
    width: 120px;
  }
}

.header-tel {
  display: inline-block;
}
.header-tel img {
  width: 350px;
}
@media screen and (max-width: 767px) {
  .header-tel img {
    width: 120px;
    margin-right: 50px;
  }
}

.drawer-icon {
  position: fixed;
  top: 8px;
  right: 16px;
  z-index: 300;
  display: none;
  transition: transform 0.5s ease 0s;
}
@media screen and (max-width: 767px) {
  .drawer-icon {
    display: block;
  }
}

.drawer-icon_bars {
  width: 26px;
  height: 20px;
  display: block;
  position: relative;
}

.drawer-icon_bar1,
.drawer-icon_bar2,
.drawer-icon_bar3 {
  position: absolute;
  width: 26px;
  height: 4px;
  background: #111;
  top: 0;
  left: 0;
}

.drawer-icon_bar1 {
  top: 0;
}

.drawer-icon_bar2 {
  top: 8px;
  background: #5976ba;
}

.drawer-icon_bar3 {
  top: 16px;
}

.drawer-icon_bar4 {
  position: absolute;
  top: 22px;
  left: -2px;
  font-size: 10px;
  font-weight: bold;
}

.drawer-content {
  width: 220px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.153);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  z-index: 299;
  transform: translateX(105%);
}
@media screen and (max-width: 767px) {
  .drawer-content {
    transition: transform 0.5s ease 0s;
  }
}
.drawer-content.is-active {
  transform: translateX(0);
}

.drawer-content_item {
  border-bottom: 1px dotted #fff;
}
.drawer-content_item a {
  display: block;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 20px;
}

.drawer-backgraund {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(85, 78, 75, 0.9);
  z-index: 298;
  display: none;
}
.drawer-backgraund.is-active {
  display: block;
}

.frontMV-img {
  max-width: 97%;
  margin-left: auto;
  margin-right: auto;
}
.frontMV-img img {
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .frontMV-img img {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .frontMV-img {
    max-width: 100%;
  }
}

.frontNav-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.frontNav-item {
  width: 160px;
  height: 50px;
  color: #5976ba;
  text-align: center;
  font-size: 18px;
  background: #e0e3f2;
  margin: 5px;
  padding: 10px 0;
  border-radius: 2px;
  letter-spacing: 0.1em;
}
.frontNav-item a {
  font-weight: 700;
}
.frontNav-item a:hover {
  letter-spacing: 0.15em;
  color: #003f97;
  transition: all 0.3s ease 0s;
}

.fNi-home {
  width: 80px;
  padding: 7px 0;
}
.fNi-home a:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease 0s;
}
.fNi-home img {
  width: 50%;
}

.frontNews {
  margin: 0 0 50px 50px;
}
@media screen and (max-width: 767px) {
  .frontNews {
    margin-left: 0;
  }
}

.frontNews-title {
  margin: 30px 10px 10px;
}

.frontNews-list {
  margin: 0 30px;
}

.news-item {
  display: flex;
  border-bottom: 1px dashed #554e4b;
  padding: 20px 0 8px;
}
@media screen and (max-width: 767px) {
  .news-item {
    font-size: 15px;
  }
}
.news-item a:hover {
  color: #5976ba;
}

.news-date {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .news-date {
    width: 30%;
  }
}

.news-link {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .news-link {
    width: 70%;
    padding-left: 0;
  }
}

.guide_nav-wrap {
  margin: 50px 0;
}

.guide_nav-item {
  margin-bottom: 30px;
}

.guide_nav-lead {
  padding: 12px 80px;
}

.frontNews-none {
  padding: 50px;
  letter-spacing: 0.05em;
}

.newsitems-wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .newsitems-wrap {
    padding: 0 20px;
  }
}

.newsitem-title {
  margin: 50px 0 20px;
  padding: 10px 0 10px 50px;
  background: #e0e3f2;
  border-radius: 3px;
  color: #5976ba;
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .newsitem-title {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.newsitem-wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .newsitem-wrap {
    padding: 0 20px;
    font-size: 15px;
  }
}

.newsitem_date {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .newsitem_date {
    font-size: 16px;
    width: 200px;
  }
}

.guide_topmenu {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .guide_topmenu {
    padding: 0;
  }
}

.guide_topmenu-title {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .guide_topmenu-title {
    margin: 18px 10px 10px;
  }
}

.guide_topmenu-item {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .guide_topmenu-item {
    padding-bottom: 20px;
  }
}

.guide_topmenu-lead {
  padding: 12px 80px;
}
@media screen and (max-width: 767px) {
  .guide_topmenu-lead {
    padding: 10px 28px;
    font-size: 15px;
  }
}

.guide_topmenu-lead_wrap {
  display: flex;
  justify-content: center;
  padding: 12px 80px;
}
@media screen and (max-width: 767px) {
  .guide_topmenu-lead_wrap {
    display: block;
    padding: 10px 28px;
  }
}

.guide_topmenu-lead_left {
  width: 70%;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  .guide_topmenu-lead_left {
    width: 100%;
    padding-right: 0;
  }
}

.guide_topmenu-image {
  width: 30%;
  text-align: center;
  margin: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .guide_topmenu-image {
    width: 90%;
  }
}
.guide_topmenu-image img {
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .guide_topmenu-image img {
    padding: 16px 10px 5px 10px;
  }
}

@media screen and (max-width: 767px) {
  .guidenavContents {
    margin: 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .guidenav-title {
    margin: 10px;
  }
}

.guidenav-item {
  margin-bottom: 40px;
}

.guidenav-lead {
  padding: 18px 30px;
}
@media screen and (max-width: 767px) {
  .guidenav-lead {
    font-size: 15px;
  }
}
.guidenav-lead li::before {
  display: inline-block;
  margin: 0 8px 0 8px;
  width: 10px;
  height: 10px;
  content: "";
  border-radius: 100%;
  background: #5976ba;
}

.float_right {
  float: right;
  text-align: center;
  padding: 20px 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .float_right {
    font-size: 14px;
  }
}
.float_right img {
  width: 200px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .float_right img {
    width: 150px;
  }
}

.clear {
  clear: right;
}

.guidenav-summary1 {
  display: flex;
  margin: 20px 0 50px 0;
}
@media screen and (max-width: 767px) {
  .guidenav-summary1 {
    display: block;
    margin-bottom: 30px;
  }
}

.guidenav-summary2 {
  display: flex;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .guidenav-summary2 {
    display: block;
  }
}

.ga1_left {
  width: 100px;
  color: #5976ba;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.ga2_left {
  width: 180px;
}

.ga1_right {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .ga1_right {
    padding-left: 10px;
  }
}

.ga1_right-sp {
  padding: 10px;
}

.ga1_right-wrap {
  display: flex;
}
@media screen and (max-width: 767px) {
  .ga1_right-wrap {
    display: block;
  }
}

.ga1_right-item2 {
  padding-left: 20px;
}

.guidenav-lead li {
  padding: 10px 0;
}

.guidetMenu {
  width: 20%;
}

.guideContents {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .guideContents {
    width: 100%;
    margin: 30px 0;
  }
}

.f3-wrap,
.ff-wrap {
  margin-top: 70px;
}

.f2-heading,
.f3-heading,
.ff-heading {
  color: #5976ba;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  letter-spacing: 0.2em;
  padding-bottom: 3px;
  border-bottom: solid 0.5px #554e4b;
}
@media screen and (max-width: 767px) {
  .f2-heading,
  .f3-heading,
  .ff-heading {
    font-size: 20px;
    letter-spacing: 0.1em;
    margin: 0 10px;
  }
}

.f2-lead_wrap,
.f3-lead_wrap,
.ff-lead_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .f2-lead_wrap,
  .f3-lead_wrap,
  .ff-lead_wrap {
    display: block;
    margin-top: 0;
  }
}

.f2-lead_left,
.f3-lead_left {
  width: 20%;
  padding: 10px;
}

.f2-lead_right,
.f3-lead_right {
  width: 80%;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .f2-lead_right,
  .f3-lead_right {
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
  }
}

.ff-item_wrap-irreg {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .ff-item_wrap-irreg {
    display: block;
  }
}

.ff-item_left-irreg {
  width: 40%;
  padding: 0 0 30px 10px;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .ff-item_left-irreg {
    width: 100%;
  }
}

.ff-item_center-irreg {
  padding: 10px;
  text-align: center;
}
.ff-item_center-irreg img {
  width: 250px;
  border-radius: 2px;
}

.ff-item_right-irreg {
  padding: 0 10px 10px 0;
  text-align: center;
}
.ff-item_right-irreg img {
  width: 200px;
  border-radius: 2px;
}

.guide-title {
  margin: 40px 0 20px;
}
@media screen and (max-width: 767px) {
  .guide-title {
    margin: 30px 10px 10px;
  }
}

.f2-item_wrap,
.f3-item_wrap,
.ff-item_wrap {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .f2-item_wrap,
  .f3-item_wrap,
  .ff-item_wrap {
    display: block;
  }
}

.f2-item_left,
.f2-item_right,
.f3-item_left,
.f3-item_right,
.ff-item_left,
.ff-item_right,
.ff-lead_left,
.ff-lead_right {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .f2-item_left,
  .f2-item_right,
  .f3-item_left,
  .f3-item_right,
  .ff-item_left,
  .ff-item_right,
  .ff-lead_left,
  .ff-lead_right {
    font-size: 15px;
  }
}

.f2-item_left,
.f3-item_left,
.ff-item_left,
.ff-lead_left {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .f2-item_left,
  .f3-item_left,
  .ff-item_left,
  .ff-lead_left {
    width: 100%;
    padding: 10px 0;
  }
}

.ff-item_left {
  padding: 10px 0 0;
}

.f2-item_left,
.f3-item_left {
  padding: 10px 20px;
}

.f2-item_right,
.f3-item_right,
.ff-item_right,
.ff-lead_right {
  text-align: center;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .f2-item_right,
  .f3-item_right,
  .ff-item_right,
  .ff-lead_right {
    width: 100%;
  }
}
.f2-item_right img,
.f3-item_right img,
.ff-item_right img,
.ff-lead_right img {
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .f2-item_right img,
  .f3-item_right img,
  .ff-item_right img,
  .ff-lead_right img {
    width: 80%;
    padding: 10px 0 5px;
  }
}

.f2-item,
.f3-item,
.ff-item {
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .f2-item,
  .f3-item,
  .ff-item {
    padding: 10px 20px;
    font-size: 15px;
  }
}

.ff-accent {
  font-size: 20px;
  font-weight: 700;
  color: #003f97;
  padding-left: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .ff-accent {
    font-size: 18px;
    padding-left: 0;
  }
}

.ff,
.ff-2 {
  margin: 50px auto 5px;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .ff,
  .ff-2 {
    margin: 30px 10px 5px;
  }
}
.ff th,
.ff-2 th {
  color: #fafafa;
  background: #5976ba;
  border: solid 1px #554e4b;
  letter-spacing: 0.1em;
  padding: 5px 0;
  font-weight: 700;
}
.ff td,
.ff-2 td {
  vertical-align: middle;
  letter-spacing: 0.08em;
  border: solid 1px #554e4b;
}
@media screen and (max-width: 767px) {
  .ff td,
  .ff-2 td {
    font-size: 15px;
  }
}

.t-ff_left {
  width: 250px;
  padding: 1px 0 1px 20px;
}
@media screen and (max-width: 767px) {
  .t-ff_left {
    padding-left: 8px;
    font-size: 15px;
  }
}

.t-ff_center {
  width: 120px;
  -moz-text-align-last: justify;
       text-align-last: justify;
  padding: 1px 18px 1px;
}
@media screen and (max-width: 767px) {
  .t-ff_center {
    padding: 1px 10px;
    font-size: 15px;
    -moz-text-align-last: auto;
         text-align-last: auto;
  }
}

.t-ff_right {
  width: 350px;
  padding: 1px 0 1px 20px;
}
@media screen and (max-width: 767px) {
  .t-ff_right {
    padding-left: 8px;
    font-size: 15px;
  }
}

.ff-2-1 {
  width: 230px;
  padding: 3px 0 3px 20px;
}
@media screen and (max-width: 767px) {
  .ff-2-1 {
    padding-left: 10px;
    width: 200px;
    font-size: 15px;
  }
}

.ff-2-2 {
  width: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ff-2-2 {
    font-size: 15px;
  }
}

.ff-2-3 {
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .ff-2-3 {
    padding-left: 20px;
    font-size: 15px;
  }
}

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

@media screen and (max-width: 767px) {
  .generalContents {
    margin: 30px 0;
  }
}

.general-title {
  margin: 10px;
}

.general-lead {
  padding: 0 30px 18px;
}
@media screen and (max-width: 767px) {
  .general-lead {
    font-size: 15px;
  }
}
.general-lead ol {
  counter-increment: number;
}
.general-lead li {
  counter-increment: number 1;
  position: relative;
  padding: 0 0 7px 30px;
}
.general-lead li::before {
  content: "(" counter(number) ")";
  position: absolute;
  left: 0;
}

.generalFaq {
  padding: 18px 30px;
}

.generalFaq_q-wrap {
  display: flex;
  align-items: center;
}

.generalFaq_a-wrap {
  display: flex;
  align-items: top;
  border-bottom: solid 0.7px #554e4b;
}

.generalFaq_q1 {
  font-family: serif;
  font-size: 50px;
  color: #6c9bd1;
  font-weight: 700;
  padding-right: 16px;
}
@media screen and (max-width: 767px) {
  .generalFaq_q1 {
    font-size: 45px;
  }
}

.generalFaq_q2 {
  font-size: 24px;
  color: #6c9bd1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .generalFaq_q2 {
    font-size: 22px;
  }
}

.generalFaq_a1 {
  font-family: serif;
  font-size: 50px;
  color: #e95277;
  font-weight: 700;
  padding-right: 16px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .generalFaq_a1 {
    font-size: 45px;
  }
}

.generalFaq_a2 {
  padding-top: 16px;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .generalFaq_a2 {
    font-size: 15px;
  }
}

.doctor {
  display: flex;
  padding: 30px 0 3px;
  border-bottom: solid 1.5px #5976ba;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .doctor {
    display: block;
  }
}

.doctor-heading {
  width: 80%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #5976ba;
  letter-spacing: 0.2em;
  padding-left: 130px;
}
@media screen and (max-width: 767px) {
  .doctor-heading {
    width: 100%;
    padding: 0;
  }
}

.doctor-date {
  width: 20%;
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .doctor-date {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .doctor-table-wrap {
    overflow-x: scroll;
    margin-bottom: 20px;
  }
}

.doctor-part-wrap {
  display: flex;
  justify-content: space-around;
  margin: 20px 0 40px;
}
@media screen and (max-width: 767px) {
  .doctor-part-wrap {
    display: block;
  }
}

.doctor-part p {
  text-align: center;
  padding-bottom: 3px;
}

.item-wrap {
  display: flex;
  border: solid 0.8px #554e4b;
}
@media screen and (max-width: 767px) {
  .item-wrap {
    justify-content: space-around;
  }
}

.item-right {
  padding: 10px 18px 10px 0;
}

.item-left {
  padding: 10px 18px;
}

.doctor-info {
  margin: 0 auto 10px;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .doctor-info {
    width: 100%;
    min-width: 870px; /* 幅が870px以下になったらスクロール */
    table-layout: fixed;
    white-space: nowrap; /* 折り返し禁止 */
    margin-bottom: 20px;
  }
}
.doctor-info td {
  border: solid 0.8px #554e4b;
  text-align: center;
  vertical-align: middle;
  padding: 8px;
}

.vertical {
  writing-mode: vertical-lr;
}

.vertical-sp {
  writing-mode: horizontal-tb;
}

.di1 {
  background: #5976ba;
  color: #fafafa;
}

.di2 {
  background: #e0e3f2;
}

.di3 {
  width: 70px;
}

.di4 {
  width: 50px;
}

.di5 {
  width: 125px;
}

.di6 {
  color: red;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .di6 {
    font-size: 16px;
  }
}

.gl1 {
  font-size: 20px;
  font-weight: 700;
  color: #003f97;
  padding-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .gl1 {
    font-size: 18px;
  }
}

.gl2 {
  letter-spacing: 0.07em;
}

.gl3 {
  padding: 18px 30px 0;
}

.gl4 {
  color: red;
  font-weight: 700;
  font-size: 18px;
}

.gl5 {
  text-align: center;
  padding: 10px 0;
}

.gl6 {
  color: #5976ba;
  font-weight: 700;
  font-size: 18px;
  margin: 20px 0 5px;
}

.gf1 {
  font-size: 20px;
  padding: 20px 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gf1 {
    font-size: 18px;
    padding: 18px 30px;
  }
}

.gf2 {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .gf2 {
    font-size: 24px;
  }
}

.general-item {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .general-item {
    margin-bottom: 50px;
  }
}

.iryokikan-wrap {
  margin: 50px 0;
}

.iryokikan-item {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .iryokikan-title {
    margin: 10px;
  }
}

.iryokikan-lead {
  padding: 12px 80px;
}
@media screen and (max-width: 767px) {
  .iryokikan-lead {
    padding: 10px 30px;
    font-size: 15px;
  }
}
.iryokikan-lead ol {
  counter-increment: number;
}
.iryokikan-lead li {
  counter-increment: number 1;
  position: relative;
  padding-left: 30px;
}
.iryokikan-lead li::before {
  content: "(" counter(number) ")";
  position: absolute;
  left: 0;
}

@media screen and (max-width: 767px) {
  .iryokikan-date {
    font-size: 15px;
  }
}

.opening {
  margin: 20px 0;
  border-collapse: collapse;
}
.opening th,
.opening td {
  text-align: center;
  vertical-align: middle;
  border: solid 1px #554e4b;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .opening th,
  .opening td {
    font-size: 15px;
  }
}
.opening th {
  color: #fafafa;
  background: #5976ba;
}
.opening td {
  letter-spacing: 0.08em;
}

.opening-title {
  text-align: left;
  padding-bottom: 5px;
  color: #003f97;
  font-weight: 700;
  letter-spacing: 0.07em;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .opening-title {
    font-size: 16px;
  }
}

.opening-item1 {
  width: 200px;
}

.opening-item3 {
  width: 150px;
  background: #e0e3f2;
}

@media screen and (max-width: 767px) {
  .recruit-title {
    margin: 10px;
  }
}

.recruit-wrap {
  margin: 50px 0 100px;
}
@media screen and (max-width: 767px) {
  .recruit-wrap {
    margin: 30px 0 50px;
  }
}

.recruit-items {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .recruit-items {
    margin: 30px 0;
    padding: 0 10px;
  }
}

.recruit-lavel {
  margin: 20px auto 5px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 890px;
}
@media screen and (max-width: 767px) {
  .recruit-lavel {
    display: block;
    width: 100%;
  }
}

.recruit-lavel_bold {
  font-size: 20px;
  font-weight: 700;
  color: #003f97;
}
@media screen and (max-width: 767px) {
  .recruit-lavel_bold {
    font-size: 16px;
  }
}

.recruit-datetime {
  font-size: 14px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .recruit-info-wrap,
  .recruit-about-wrap {
    overflow-x: scroll;
    margin-bottom: 20px;
  }
}

.recruit-info,
.recruit-about {
  margin: 0 auto;
  border-collapse: collapse;
}
.recruit-info th,
.recruit-info td,
.recruit-about th,
.recruit-about td {
  text-align: center;
  vertical-align: middle;
  border: solid 1px #554e4b;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .recruit-info th,
  .recruit-info td,
  .recruit-about th,
  .recruit-about td {
    font-size: 15px;
  }
}
.recruit-info th,
.recruit-about th {
  color: #fafafa;
  background: #5976ba;
}
.recruit-info td,
.recruit-about td {
  letter-spacing: 0.08em;
}

.recruit-info {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .recruit-info {
    width: 100%;
    min-width: 850px; /* 幅が850px以下になったらスクロール */
    table-layout: fixed;
    white-space: nowrap; /* 折り返し禁止 */
    margin-bottom: 20px;
  }
}

.recruit-about {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .recruit-about {
    width: 100%;
    min-width: 830px; /* 幅が830px以下になったらスクロール */
    table-layout: fixed;
    white-space: nowrap; /* 折り返し禁止 */
    margin-bottom: 20px;
  }
}

.recruit-info-item1 {
  width: 300px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .recruit-info-item1 {
    font-size: 16px;
    width: 120px;
  }
}

.recruit-info-item2 {
  width: 170px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .recruit-info-item2 {
    font-size: 16px;
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .recruit-info-item3 {
    font-size: 15px;
  }
}

.recruit-info-item5 {
  width: 250px;
}

.recruit-about-item1 {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .recruit-about-item1 {
    width: 120px;
  }
}

.recruit-about-item2 {
  width: 150px;
}
@media screen and (max-width: 767px) {
  .recruit-about-item2 {
    width: 120px;
  }
}

.recruit-about-item3 {
  width: 590px;
}

@media screen and (max-width: 767px) {
  .recruit-about-item4,
  .recruit-about-item5,
  .recruit-about-item6 {
    font-size: 15px;
  }
}

.recruit-about-item6 {
  line-height: 40px;
}

table.recruit-about td.recruit-about-item6 {
  width: 130px;
  text-align: left;
  padding-left: 18px;
}

.rai_flex {
  display: flex;
}

.riif_right {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .footerContents {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .footerContents_title {
    margin: 10px;
  }
}

.footerContents_items {
  margin: 50px 0;
}
@media screen and (max-width: 767px) {
  .footerContents_items {
    margin-top: 30px;
  }
}

.footerContents_item1,
.footerContents_item2,
.footerContents_item3,
.footerContents_item4,
.footerContents_item5,
.footerContents_item6 {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .footerContents_item1,
  .footerContents_item2,
  .footerContents_item3,
  .footerContents_item4,
  .footerContents_item5,
  .footerContents_item6 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .footerContents_item6 {
    padding-bottom: 0;
  }
}

.footerContents_lead {
  padding: 30px 50px;
}
@media screen and (max-width: 767px) {
  .footerContents_lead {
    padding: 20px 30px;
  }
}

.fc-item1_label {
  color: #5976ba;
  font-weight: 700;
  letter-spacing: 0.07em;
  padding: 10px 0 10px 50px;
}
@media screen and (max-width: 767px) {
  .fc-item1_label {
    padding: 10px 30px;
  }
}

.footerContents-item5_label {
  font-weight: 700;
  letter-spacing: 0.07em;
  padding: 30px 0 5px;
}

.fc-item1_content {
  padding-left: 80px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .fc-item1_content {
    padding: 0 32px 20px;
  }
}

.fc-item1_table-l {
  -moz-text-align-last: justify;
       text-align-last: justify;
}

.fc-item1_label-sp {
  margin: 10px 0 3px;
  font-weight: 700;
}

.fc-item1_lead-sp {
  margin-left: 10px;
}

.footerContents_lead_wrap {
  padding-top: 10px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .footerContents_lead_wrap {
    padding-left: 16px;
  }
}

.footerContents_list {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .footerContents_list {
    padding-left: 20px;
  }
}
.footerContents_list ol {
  counter-increment: number;
}
.footerContents_list li {
  counter-increment: number 1;
  position: relative;
  padding-left: 20px;
}
.footerContents_list li::before {
  content: counter(number);
  position: absolute;
  top: 7px;
  left: 0;
  width: 16px;
  height: 16px;
  border: 0.8px solid #000;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  line-height: 1.4;
}

.footerContents__list {
  padding-left: 50px;
}
@media screen and (max-width: 767px) {
  .footerContents__list {
    padding-left: 30px;
  }
}
.footerContents__list li {
  text-indent: -1.5em;
}
.footerContents__list li::before {
  content: "・";
  padding-right: 8px;
}

.footerContents___list {
  padding-left: 2em;
}

.footerContents____list {
  padding-left: 30px;
}
.footerContents____list ol {
  counter-increment: number;
}
.footerContents____list li {
  counter-increment: number 1;
  position: relative;
  padding-left: 40px;
}
.footerContents____list li::before {
  content: "（" counter(number) "）";
  position: absolute;
  left: 0;
}

.footerContents_img {
  text-align: center;
  padding: 10px 0 30px;
}
.footerContents_img img {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .footerContents_img img {
    width: 75%;
  }
}

@media screen and (max-width: 767px) {
  .footerContents-item5_table-wrap {
    overflow-x: auto;
    margin-bottom: 20px;
  }
}

.footerContents-item5_table {
  margin: 20px auto 30px;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .footerContents-item5_table {
    width: 100%;
    min-width: 600px; /* 幅が600px以下になったらスクロール */
    table-layout: fixed;
    white-space: nowrap; /* 折り返し禁止 */
    margin-bottom: 20px;
  }
}
.footerContents-item5_table th {
  vertical-align: middle;
  color: #fafafa;
  background: #5976ba;
  border: solid 1px #554e4b;
}
.footerContents-item5_table td {
  vertical-align: middle;
  border: solid 1px #554e4b;
  padding: 5px;
}

.footerContents-item5_table_th1 {
  width: 170px;
  text-align: center;
}
.footerContents-item5_table_th2 {
  width: 250px;
  text-align: center;
}
.footerContents-item5_table_th3 {
  width: 200px;
  text-align: center;
}
.footerContents-item5_table_th3 ul {
  list-style: inside;
  list-style-position: outside;
  padding-left: 20px;
}
.footerContents-item5_table_th3 li {
  text-align: left;
}

.footerContents-item5_table_th4 {
  width: 200px;
}

.footerContents-item5_table_th5 {
  width: 150px;
  text-align: center;
}

.footerContents-item5_list_wrap {
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .footerContents-item5_list_wrap {
    padding-left: 30px;
  }
}

.footerContents-item5_list li {
  list-style: inside;
  list-style-position: outside;
}

.font11 {
  font-size: 11px;
}

.indent {
  text-indent: 1em;
}

.text_center {
  text-align: center;
  letter-spacing: 0.1em;
  padding: 30px;
}

.text_right {
  text-align: right;
  letter-spacing: 0.07em;
  padding: 20px 10px;
}

.footerContents_item6_wrap,
.footerContents_item6_wrap2 {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footerContents_item6_wrap,
  .footerContents_item6_wrap2 {
    display: block;
  }
}

.footerContents_item6_left {
  width: 40%;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .footerContents_item6_left {
    width: 100%;
    padding: 30px;
  }
}

.footerContents_item6_right {
  width: 60%;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .footerContents_item6_right {
    width: 100%;
  }
}

.footerContents_item6_left2,
.footerContents_item6_right2 {
  width: 50%;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .footerContents_item6_left2,
  .footerContents_item6_right2 {
    width: 100%;
  }
}

.footer {
  border-top: solid 1px #554e4b;
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .footer {
    border-top: none;
  }
}

.footermenu {
  width: 570px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: left;
  letter-spacing: 0.07em;
}
.footermenu a:hover {
  color: #003f97;
  transition: all 0.3s ease 0s;
}

.footer_sp {
  margin-top: 30px;
  background: rgba(85, 78, 75, 0.6);
}

.footermenu_sp {
  font-size: 13px;
  color: #fafafa;
}

.footernemu_sp-wrap {
  display: flex;
  justify-content: space-around;
  padding: 20px 0;
}

.footermenu_sp-item {
  flex: 1;
  text-align: left;
  padding: 8px 0;
}
.footermenu_sp-item a:hover {
  opacity: 0.7;
}

.footermenu_sp-copyright {
  background: rgba(89, 118, 186, 0.6);
  color: #fafafa;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
}
.footermenu_sp-copyright a:hover {
  opacity: 0.7;
}

.footer-copy {
  font-size: 10px;
}