@charset "UTF-8";
/* ----------------------------------------------------------------------
 reset css
---------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a:focus {
  outline: none;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

button, input, select, textarea {
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

input, textarea {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  -webkit-appearance: none;
  border-radius: 0;
  /* Removing the inner shadow, rounded corners on iOS inputs */
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

input[type=radio] {
  -webkit-appearance: radio;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

iframe {
  max-width: 100%;
}

/* clearfix */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/* ----------------------------------------------------------------------
 基本設定
---------------------------------------------------------------------- */
/*html {*/
/*    scroll-padding-top: 100px;*/
/*}*/
/*body {*/
/*    overflow: hidden;*/
/*    font-family: Arial, sans-serif;*/
/*    font-size: 14px;*/
/*    line-height: 1;*/
/*    width: 100%;*/
/*    position: relative;*/
/*    -webkit-font-smoothing: antialiased;*/
/*}*/
.pc body.admin-bar {
  padding-top: 32px;
}

/*a {*/
/*    text-decoration: none;*/
/*}*/
/*a, a:before, a:after, input {*/
/*    -webkit-transition-property: background-color, color;*/
/*    -webkit-transition-duration: 0.2s;*/
/*    -webkit-transition-timing-function: ease;*/
/*    transition-property: background-color, color;*/
/*    transition-duration: 0.2s;*/
/*    transition-timing-function: ease;*/
/*}*/
.clear {
  clear: both;
}

.hide {
  display: none;
}

/* レイアウト */
#container {
  position: relative;
  height: 100%;
  overflow: hidden;
}

#main_contents {
  width: 100%;
  max-width: 1200px;
  padding: 0 100px;
  margin: 0 auto;
  position: relative;
}

#page_content {
  padding: 40px 0 0;
}

body.layout_type2 #main_col {
  float: right;
}

body.layout_type2 #side_col {
  float: left;
}

body.layout_type3 #main_col {
  width: 1000px;
  float: none;
  margin-right: auto;
  margin-left: auto;
}

/* ----------------------------------------------------------------------
 メガメニュー
---------------------------------------------------------------------- */
.pc .megamenu_button + ul {
  display: none !important;
}

/* アニメーション */
@-webkit-keyframes mega_slide_up {
  0% {
    opacity: 0;
    top: 109px;
  }
  100% {
    opacity: 1;
    top: 89px;
  }
}
@keyframes mega_slide_up {
  0% {
    opacity: 0;
    top: 109px;
  }
  100% {
    opacity: 1;
    top: 89px;
  }
}
@-webkit-keyframes mega_slide_down {
  0% {
    opacity: 1;
    top: 89px;
  }
  100% {
    opacity: 0;
    top: 109px;
  }
}
@keyframes mega_slide_down {
  0% {
    opacity: 1;
    top: 89px;
  }
  100% {
    opacity: 0;
    top: 109px;
  }
}
/* メガメニューA */
.megamenu_service_list {
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 109px;
  z-index: 500;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

.megamenu_service_list.active_mega_menu {
  opacity: 1;
  pointer-events: initial;
  top: 89px;
}

.megamenu_service_list_inner {
  width: 1000px;
  height: 300px;
  position: relative;
  margin: 0 auto;
}

.megamenu_service_list .headline {
  height: 74px;
  line-height: 75px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.megamenu_service_list .link_button {
  position: absolute;
  right: 0px;
  top: 0px;
}

.megamenu_service_list .link_button a {
  font-size: 14px;
  height: 74px;
  line-height: 75px;
  color: #fff;
  position: relative;
  padding-right: 20px;
}

.megamenu_service_list .link_button a:after {
  content: "\e910";
  font-family: "design_plus";
  font-size: 12px;
  line-height: 1;
  display: block;
  position: absolute;
  right: 0px;
  top: 4px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.megamenu_service_list .link_button a:hover {
  color: #ccc;
}

.megamenu_service_list .item {
  width: calc(25% - 10px);
  height: 100px;
  float: left;
  margin: 0 13px 13px 0;
}

.megamenu_service_list .item:nth-child(4n) {
  margin-right: 0;
}

.megamenu_service_list .item a {
  background: #fff;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.megamenu_service_list .item img {
  display: block;
  float: left;
}

.megamenu_service_list .title_area {
  float: left;
  width: calc(100% - 100px);
  height: 100px;
  position: relative;
}

.megamenu_service_list .title {
  text-align: center;
  width: 100%;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* メガメニューB */
.megamenu_blog_list {
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 300px;
  position: absolute;
  top: 109px;
  z-index: 500;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

.megamenu_blog_list.active_mega_menu {
  opacity: 1;
  pointer-events: initial;
  top: 89px;
}

.megamenu_blog_list_inner {
  max-width: 1000px;
  height: 300px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.megamenu_blog_slider_wrap {
  position: relative;
  width: 932px;
  height: 270px;
  margin: 16px 0 0 34px;
  overflow: hidden;
}

.megamenu_blog_slider {
  overflow: hidden;
  width: 931px;
  height: 270px;
}

.megamenu_blog_slider .item {
  height: 270px;
  position: relative;
}

.megamenu_blog_slider .image_link {
  display: block;
  background: none;
}

.megamenu_blog_slider .image_wrap {
  display: block;
  width: 100%;
  height: 148px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.megamenu_blog_slider .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.megamenu_blog_slider .title_area {
  padding: 17px 30px;
  background: #fff;
  height: 121px;
  border-right: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.megamenu_blog_slider .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  max-height: 6em;
  overflow: hidden;
  visibility: visible;
}

.megamenu_blog_slider .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.megamenu_blog_slider .category a {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: inline-block;
  font-size: 12px;
  width: 110px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #000;
  color: #fff;
  position: absolute;
  top: 113px;
  left: 30px;
}

.megamenu_blog_list .prev_item {
  top: 130px;
  left: -20px;
}

.megamenu_blog_list .next_item {
  top: 130px;
  right: -20px;
}

.megamenu_blog_list .carousel_arrow:before {
  color: #fff;
}

/* カルーセルの矢印 */
.carousel_arrow {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  z-index: 10;
  overflow: hidden;
}

.carousel_arrow:before {
  font-family: "design_plus";
  color: #000;
  font-size: 18px;
  display: block;
  height: 50px;
  line-height: 50px;
  width: 100%;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.carousel_arrow.prev_item:before {
  content: "\e90f";
}

.carousel_arrow.next_item:before {
  content: "\e910";
  left: 0;
  right: 0;
}

.carousel_arrow:hover:before {
  color: #ccc;
}

/* ----------------------------------------------------------------------
 FAQページ
---------------------------------------------------------------------- */
#faq_archive {
  padding: 0 0 150px 0;
}

/* カテゴリーボタン */
#faq_category_button {
  margin: 0 0 120px 0;
}

#faq_category_button li {
  font-size: 16px;
  float: left;
  width: 25%;
  margin: 0 -1px -1px 0;
  cursor: pointer;
}

#faq_category_button li p {
  border: 1px solid #ddd;
  color: #000;
  display: block;
  text-align: center;
  height: 60px;
  line-height: 62px;
}

#faq_category_button li p:hover {
  border-color: #ddd;
  background: #f1fafc;
  position: relative;
}

#faq_category_button li.active p {
  pointer-events: none;
  background: #f1fafc;
}

/* FAQ一覧 */
.faq_list .item {
  margin-bottom: -1px;
}

.faq_list .question {
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #ddd;
  line-height: 1.8;
  padding: 23px 60px 19px 66px;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.faq_list .question:before {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "design_plus";
  content: "\e912";
  font-size: 14px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 31px;
  border-radius: 100%;
  background: #00a6d0;
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.faq_list .question:after {
  position: absolute;
  top: 29px;
  right: 20px;
  color: #00a6d0;
  font-weight: normal;
  font-family: "design_plus";
  content: "\e90e";
  font-size: 14px;
}

.faq_list .question.active:after {
  content: "\e911";
}

.faq_list .question:hover {
  color: #00a6d0;
}

.faq_list .answer {
  font-size: 16px;
  border: 1px solid #ddd;
  border-top: none;
  padding: 30px 65px 25px;
  background: #f1fafc;
}

/* ----------------------------------------------------------------------
 デザインページ１
---------------------------------------------------------------------- */
#design_page1 {
  padding-bottom: 30px;
}

.design1_content {
  margin: 0 0 120px 0;
}

.design1_content .top_headline {
  border-top: 3px solid #00a7ce;
  display: table;
  margin: 0 auto 60px;
  font-weight: 500;
  font-size: 22px;
  padding: 25px 0 0 0;
}

/* コンテンツ１ */
.design1_content1 .main_image {
  width: 100%;
  height: 400px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.design1_content1 .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.design1_content1 .catch {
  z-index: 10;
  font-weight: 500;
  line-height: 1.5;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 28px;
}

.design1_content1 .catch.type2 {
  width: auto;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: left;
  padding: 50px 0;
}

.design1_content1 .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.design1_content1 .item {
  border: 1px solid #ddd;
  border-right: none;
  padding: 0 0 50px 0;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  -webkit-box-flex: 1;
          flex: 1 1 0%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.design1_content1 .item:last-of-type {
  border-right: 1px solid #ddd;
}

.design1_content1 .item .image {
  height: 150px;
}

.design1_content1 .item .headline {
  text-align: center;
  padding: 0 45px;
  line-height: 1.6;
  font-weight: 600;
}

.design1_content1 .item .desc {
  padding: 0 45px;
  line-height: 2.2;
  font-size: 16px;
  margin: 15px 0 0 0;
}

/* コンテンツ２ */
.design1_content2 .image {
  width: 50%;
  height: 400px;
  float: left;
  position: relative;
}

.design1_content2 .caption {
  line-height: 2.2;
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 40px 20px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.design1_content2 .content {
  width: 50%;
  height: 400px;
  float: right;
  position: relative;
  border-right: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.design1_content2 .content_inner {
  position: absolute;
  padding: 0 70px;
  line-height: 2.2;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.design1_content2 .item .catch {
  line-height: 1.6;
  font-weight: 600;
  font-size: 22px;
  margin-top: -4px;
}

.design1_content2 .item .desc {
  line-height: 2.2;
  font-size: 16px;
  margin: 10px 0 0 0;
}

.design1_content2 .layout_type2 .image {
  float: right;
}

.design1_content2 .layout_type2 .content {
  float: left;
  border-left: 1px solid #ddd;
}

.design1_content2 .item:first-of-type .content {
  border-top: 1px solid #ddd;
}

.design1_content2 .item:last-of-type .content {
  border-bottom: 1px solid #ddd;
}

.design1_content2 .item:only-of-type .content {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/* コンテンツ３ */
.design1_content3 {
  margin-bottom: 60px;
}

.design1_content3 .item {
  width: calc(33.3333333333% - 77px);
  float: left;
  margin: 0 115px 50px 0;
}

.design1_content3 .item:nth-child(3n) {
  margin-right: 0;
}

.design1_content3 .item .desc {
  line-height: 2.2;
  font-size: 16px;
  margin: 35px 0 0 0;
}

.design1_content3 .item .image {
  width: 220px;
  height: auto;
  max-width: 100%;
  border-radius: 100%;
  margin: 0 auto;
  display: block;
}

/* フリースペース */
.design1_content4 {
  margin: 0;
  padding: 0;
  position: relative;
}

.design1_content4.type2 {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* ----------------------------------------------------------------------
 デザインページ２
---------------------------------------------------------------------- */
#design_page2 {
  padding-bottom: 30px;
}

.design2_content {
  margin: 0 0 120px 0;
}

.design2_content .top_headline {
  border-top: 3px solid #00a7ce;
  display: table;
  margin: 0 auto 60px;
  font-weight: 500;
  font-size: 22px;
  padding: 25px 0 0 0;
}

/* コンテンツ１ */
.design2_content1 .main_image {
  width: 100%;
  height: 400px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.design2_content1 .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.design2_content1 .catch {
  z-index: 10;
  font-weight: 500;
  line-height: 1.5;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 28px;
}

.design2_content1 .catch.type2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  padding: 50px 0;
  text-align: left;
}

.design2_content1 .user_info {
  background: #f5f5f5;
  padding: 110px 120px 1px;
}

.design2_content1 .post_content {
  font-size: 16px;
}

.design2_content1 .message {
  margin: 0 0 50px 0;
}

.design2_content1 .name_area {
  text-align: center;
  margin: 0 0 115px 0;
}

.design2_content1 .category {
  font-size: 14px;
  margin: 0 0 15px 0;
}

.design2_content1 .name {
  font-size: 22px;
}

.design2_content1 .sub_title {
  font-size: 14px;
  color: #666;
  margin: 15px 0 0;
}

.design2_content1 .prof {
  margin: 0 0 110px 0;
}

.design2_content1 .tcd_sutaff_profile_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.design2_content1 .tcd_sutaff_profile_list dt {
  width: 95px;
  margin: 0 0 10px 0;
  line-height: 1.5;
}

.design2_content1 .tcd_sutaff_profile_list dd {
  width: calc(100% - 95px);
  margin: 0 0 10px 0;
  line-height: 1.5;
}

/* コンテンツ２ */
.design2_content2 .item {
  margin: 0 0 60px 0;
  position: relative;
}

.design2_content2 .item:last-of-type {
  margin: 0;
}

.design2_content2 .image {
  width: 400px;
  height: 400px;
  float: left;
  position: relative;
}

.design2_content2 .content {
  width: calc(100% - 400px);
  height: 400px;
  float: right;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.design2_content2 .content_inner {
  position: absolute;
  padding: 12px 70px 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.design2_content2 .name_area {
  margin: 0 0 50px 0;
}

.design2_content2 .category {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  margin: 0 0 20px 0;
  color: #00a7ce;
  border: 1px solid #01a7ce;
  background: #fff;
  min-width: 120px;
  height: 35px;
  line-height: 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.design2_content2 .name {
  font-size: 22px;
  margin: 0;
  position: relative;
}

.design2_content2 .sub_title {
  font-size: 14px;
  color: #666;
  margin: 0 0 0 20px;
  font-weight: 500;
  position: relative;
  top: -2px;
}

.design2_content2 .post_content {
  font-size: 16px;
}

.design2_content2 .item_list.layout_type2 .image {
  width: 300px;
  height: 300px;
}

.design2_content2 .item_list.layout_type2 .content {
  width: calc(100% - 300px);
  height: 300px;
}

.design2_content2 .item_list.layout_type2 .category {
  float: left;
  margin: 0 20px 0 0;
}

.design2_content2 .item_list.layout_type2 .name {
  top: 6px;
}

/* フリースペース */
.design2_content3 {
  margin: 0;
  padding: 0;
  position: relative;
}

.design2_content3.type2 {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* ----------------------------------------------------------------------
 アクセスページ
---------------------------------------------------------------------- */
#access_page {
  padding: 47px 0 30px;
}

/* デザインコンテンツ */
.access_content1 {
  margin: 0 0 120px 0;
}

.access_content1 .top_headline {
  display: table;
  margin: 0 auto 10px;
  font-weight: 600;
  font-size: 14px;
  color: #00a6cc;
}

.access_content1 .top_catch {
  line-height: 1.8;
  font-weight: 500;
  font-size: 38px;
  text-align: center;
}

.access_content1 .item_list {
  margin: 100px 0 0 0;
}

.access_content1 .image {
  width: 50%;
  height: 400px;
  float: left;
  position: relative;
}

.access_content1 .caption {
  line-height: 2.2;
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 40px 20px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.access_content1 .content {
  width: 50%;
  height: 400px;
  float: right;
  position: relative;
  border-right: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.access_content1 .content_inner {
  position: absolute;
  padding: 0 70px;
  line-height: 2.2;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.access_content1 .item .catch {
  line-height: 1.6;
  font-weight: 600;
  font-size: 22px;
  margin-top: -4px;
}

.access_content1 .item .desc {
  line-height: 2.2;
  font-size: 16px;
  margin: 10px 0 0 0;
}

.access_content1 .layout_type2 .image {
  float: right;
}

.access_content1 .layout_type2 .content {
  float: left;
  border-left: 1px solid #ddd;
}

.access_content1 .item:first-of-type .content {
  border-top: 1px solid #ddd;
}

.access_content1 .item:last-of-type .content {
  border-bottom: 1px solid #ddd;
}

.access_content1 .item:only-of-type .content {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/* アクセス */
.access_content2 {
  margin: 0 0 120px 0;
}

.access_content2 .top_headline {
  border-top: 3px solid #00a7ce;
  display: table;
  margin: 0 auto 60px;
  font-weight: 500;
  font-size: 22px;
  padding: 25px 0 0 0;
}

.access_content2 .access_google_map {
  width: 100%;
  height: 500px;
}

.access_content2 .access_google_map .pb_googlemap_embed {
  width: 100%;
  height: 500px;
}

.access_content2 .access_google_map .pb_googlemap_custom-overlay-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: -116px;
  left: -50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100px !important;
  height: 100px !important;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
}

.access_content2 .access_google_map .pb_googlemap_custom-overlay-inner::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 16px 5px 0 5px;
  border-style: solid;
  content: "";
}

.access_content2 .map_link_button {
  text-align: center;
  margin: 60px 0 0 0;
  z-index: 10;
  position: relative;
}

.access_content2 .map_link_button a {
  border: 1px solid #ddd;
  display: inline-block;
  min-width: 280px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.access_content2 .info_area {
  margin-top: 60px;
  background: #f5f5f5;
  padding: 60px;
}

.access_content2 .address_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.access_content2 .address_area .item {
  padding: 50px 60px;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  -webkit-box-flex: 1;
          flex: 1 1 0%;
  position: relative;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.access_content2 .address_area .item:first-of-type {
  margin: 0 38px 0 0;
}

.access_content2 .address_area .item:only-of-type {
  margin: 0 !important;
}

.access_content2 .address_area .item_inner {
  width: 100%;
}

.access_content2 .address_area .post_content {
  width: 100%;
  font-size: 14px;
}

.access_content2 .sub_item:nth-child(2) {
  margin-top: 60px;
}

.access_content2 .contact {
  text-align: center;
}

.access_content2 .contact .headline {
  font-size: 16px;
  color: #00a8c8;
  font-weight: 600;
}

.access_content2 .contact .link_button {
  margin: 15px 0 0;
  z-index: 10;
  position: relative;
}

.access_content2 .contact .link_button a {
  display: inline-block;
  min-width: 280px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.access_content2 .tel {
  text-align: center;
}

.access_content2 .tel .headline {
  font-size: 16px;
  color: #00a8c8;
  font-weight: 600;
}

.access_content2 .tel_number {
  margin: 10px 0 0 0;
  font-size: 28px;
  font-weight: 500;
  position: relative;
}

.access_content2 .tel_desc {
  font-size: 14px;
  margin: 10px 0 0 0;
  line-height: 1.5;
}

.access_content2 .tel_number .icon:before {
  left: -7px;
  top: 0px;
  content: "\e90b";
  font-family: "footer_bar";
  font-size: 22px;
  position: relative;
}

.access_content2 .service_list {
  text-align: center;
  margin: 60px 0 0 0;
}

.access_content2 .service_list .headline {
  font-size: 16px;
  font-weight: 600;
  color: #00a5c5;
}

.access_content2 .service_list ul {
  font-size: 0;
  margin-top: 15px;
}

.access_content2 .service_list li {
  display: inline-block;
  font-size: 14px;
  line-height: 2;
}

.access_content2 .service_list li:after {
  content: "・";
  margin: 0 0 0 2px;
}

.access_content2 .service_list li:last-of-type:after {
  display: none;
}

.access_content2 .logo_area {
  margin: 55px 0 0 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

.access_content2 .logo_area .logo {
  line-height: 1;
  padding: 0;
  font-weight: 500;
}

.access_content2 .logo_area img {
  display: block;
  margin: 0 auto;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

.access_content2 .logo_area img:hover {
  opacity: 0.5;
}

.access_content2 .logo_area .pc_logo_text {
  display: block;
}

.access_content2 .logo_area .mobile_logo_image {
  display: none;
}

.access_content2 .logo_area .mobile_logo_text {
  display: none;
}

.access_content2 .bottom_address {
  margin: 23px 0 -5px 0;
  line-height: 2;
  font-size: 14px;
  z-index: 20;
  text-align: center;
  position: relative;
}

/* フリースペース */
.access_content3 {
  margin: 0;
  padding: 0;
  position: relative;
}

.access_content3.type2 {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* ----------------------------------------------------------------------
 サービス（アーカイブページ）
---------------------------------------------------------------------- */
#service_archive {
  padding: 0 0 135px;
}

/* サービス一覧 */
#service_list .item {
  width: calc(50% - 8px);
  margin: 0 16px 15px 0;
  height: 400px;
  position: relative;
  float: left;
}

#service_list .item:nth-child(2n) {
  margin-right: 0;
}

#service_list .item a {
  display: block;
}

#service_list .item a:hover {
  background: #fafafa;
}

#service_list .image_wrap {
  display: block;
  width: 100%;
  height: 200px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#service_list .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

#service_list .title_area {
  padding: 45px 50px;
  height: 200px;
  border: 1px solid #ddd;
  border-top: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#service_list .title {
  font-size: 22px;
  color: #00a8cc;
  line-height: 1.8;
}

#service_list .desc {
  line-height: 2.2;
  font-size: 16px;
  margin: 5px 0 0 0;
  color: #000;
  max-height: 4.4em;
  overflow: hidden;
  visibility: visible;
}

#service_list .desc span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* ----------------------------------------------------------------------
 サービス（詳細ページ）
---------------------------------------------------------------------- */
#service_top_desc {
  line-height: 2.6;
  padding: 38px 0 107px;
  text-align: center;
  font-size: 16px;
}

/* 見出し */
#service_single .top_headline {
  border-top: 3px solid #00a7ce;
  display: table;
  margin: 0 auto 60px;
  font-weight: 500;
  font-size: 22px;
  padding: 25px 0 0 0;
}

/* コンテンツ１ */
.service_content1 {
  margin: 0 0 120px 0;
}

.service_content1 .item {
  border-bottom: 1px solid #ddd;
  padding: 0 0 60px 0;
  margin: 0 0 60px 0;
}

.service_content1 .item:last-of-type {
  border: none;
  padding: 0;
  margin: 0;
}

.service_content1 .image {
  width: 470px;
  height: 300px;
  float: left;
}

.service_content1 .content {
  width: 470px;
  float: right;
}

.service_content1 .catch {
  line-height: 1.8;
  font-weight: 600;
  font-size: 22px;
  margin-top: -4px;
}

.service_content1 .desc {
  line-height: 2.2;
  font-size: 16px;
  margin: 20px 0 0 0;
}

.service_content1 .layout_type2 .image {
  float: right;
}

.service_content1 .layout_type2 .content {
  float: left;
}

/* コンテンツ２ */
.service_content2 {
  margin: 0 0 120px 0;
}

.service_content2 .item_list {
  padding: 50px;
  background: #f7f7f7;
}

.service_content2 .item {
  background: #fff;
  margin: 0 0 22px 0;
}

.service_content2 .item:last-of-type {
  margin: 0;
}

.service_content2 .image {
  width: 300px;
  height: 210px;
  float: left;
}

.service_content2 .content {
  width: calc(100% - 300px);
  height: 210px;
  float: right;
  position: relative;
}

.service_content2 .content .desc {
  position: absolute;
  padding: 0 45px;
  line-height: 2.2;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 料金一覧 */
.service_content3 {
  margin: 0 0 120px 0;
}

.service_content3 .list_headline {
  height: 60px;
  line-height: 60px;
  background: #00a6d0;
  color: #fff;
  padding: 0 30px;
  margin-bottom: -1px;
  position: relative;
}

.service_content3 .price_list {
  border: 1px solid #ddd;
  border-top: none;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service_content3 .price_list dt {
  width: calc(100% - 200px);
  padding: 10px 30px 8px;
  line-height: 2.6;
  margin: 0;
  border-top: 1px solid #ddd;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.service_content3 .price_list dd {
  text-align: right;
  width: 200px;
  padding: 10px 30px 8px;
  margin: 0;
  border-top: 1px solid #ddd;
  line-height: 2.6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* フリースペース */
.service_content4 {
  margin: 0;
  padding: 0;
  position: relative;
}

.service_content4.type2 {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* 診療科目 */
#service_single .service_list {
  margin: 0 0 150px 0;
}

#service_single .service_list li {
  font-size: 16px;
  float: left;
  width: 25%;
  margin: 0 -1px -1px 0;
}

#service_single .service_list li a {
  border: 1px solid #ddd;
  color: #000;
  display: block;
  text-align: center;
  height: 60px;
  line-height: 60px;
}

#service_single .service_list li a:hover {
  border-color: #ddd;
  background: #f1fafc;
  position: relative;
}

#service_single .service_list li.active {
  pointer-events: none;
}

/* ----------------------------------------------------------------------
 トップページ（ヘッダーコンテンツ）
---------------------------------------------------------------------- */
#header_slider {
  width: 100%;
  height: 900px;
  overflow: hidden;
  position: relative;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#header_slider .item {
  opacity: 0;
  width: 100%;
  height: 900px;
  position: relative;
  overflow: hidden;
}

#header_slider .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

#header_slider .caption {
  width: 100%;
  z-index: 3;
  padding: 0 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#header_slider .catch {
  line-height: 1.3;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  position: relative;
  font-weight: 500;
}

#header_slider .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

/* 動画 */
#header_slider .video_wrap.type1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#header_slider .video_wrap.type2 {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#header_slider .video_inner {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

#header_slider .slide-media {
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
}

#video_poster {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

/* 縦書き */
#header_slider .catch {
  position: absolute;
  z-index: 100;
  font-weight: 500;
  line-height: 1;
  width: calc(100% - 392px);
  left: 196px;
}

#header_slider .catch.type2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  display: inline-block;
  text-align: left;
  padding: 0;
  width: auto;
}

/* キャプションのアニメーション */
#header_slider .catch span {
  opacity: 0;
  display: inline-block;
  position: relative;
}

#header_slider .item.animate .catch span:nth-child(1) {
  -webkit-animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 1s;
  animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 1s;
}

#header_slider .item.animate .catch span:nth-child(2) {
  -webkit-animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.4s;
  animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.4s;
}

#header_slider .item.animate .catch span:nth-child(3) {
  -webkit-animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.8s;
  animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.8s;
}

#header_slider .item.animate .catch span:nth-child(4) {
  -webkit-animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 2.2s;
  animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 2.2s;
}

#header_slider .item.animate .catch span:nth-child(5) {
  -webkit-animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 2.6s;
  animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 2.6s;
}

#header_slider .item.first_animate .catch span:nth-child(1) {
  -webkit-animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 3.9s;
  animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 3.9s;
}

#header_slider .item.first_animate .catch span:nth-child(2) {
  -webkit-animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 4.3s;
  animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 4.3s;
}

#header_slider .item.first_animate .catch span:nth-child(3) {
  -webkit-animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 4.6s;
  animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 4.6s;
}

#header_slider .item.first_animate .catch span:nth-child(4) {
  -webkit-animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 5s;
  animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 5s;
}

#header_slider .item.first_animate .catch span:nth-child(5) {
  -webkit-animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 5.4s;
  animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 5.4s;
}

/* 背景画像のアニメーション */
#header_slider .item.animation_type1.animate .image {
  -webkit-animation: zoomIn 30s;
  animation: zoomIn 30s;
}

#header_slider .item.animation_type2.animate .image {
  -webkit-animation: zoomOut 30s;
  animation: zoomOut 30s;
}

#header_slider .item.animation_type3.animate .image {
  width: -webkit-calc(100% + 200px);
  height: -webkit-calc(100% + 200px);
  width: calc(100% + 200px);
  height: calc(100% + 200px);
  -webkit-animation: bg_image_move_right 30s;
  animation: bg_image_move_right 30s;
}

#header_slider .item.animation_type4.animate .image {
  width: -webkit-calc(100% + 200px);
  height: -webkit-calc(100% + 200px);
  width: calc(100% + 200px);
  height: calc(100% + 200px);
  -webkit-animation: bg_image_move_left 30s;
  animation: bg_image_move_left 30s;
}

#header_slider .item.animation_type5.animate .image {
  width: -webkit-calc(100% + 200px);
  height: -webkit-calc(100% + 200px);
  width: calc(100% + 200px);
  height: calc(100% + 200px);
  -webkit-animation: bg_image_move_up 30s;
  animation: bg_image_move_up 30s;
}

#header_slider .item.animation_type6.animate .image {
  width: -webkit-calc(100% + 200px);
  height: -webkit-calc(100% + 200px);
  width: calc(100% + 200px);
  height: calc(100% + 200px);
  -webkit-animation: bg_image_move_down 30s;
  animation: bg_image_move_down 30s;
}

/* 右に移動 */
@-webkit-keyframes bg_image_move_right {
  0% {
    -webkit-transform: translate3d(-200px, 0, 0);
            transform: translate3d(-200px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
}
@keyframes bg_image_move_right {
  0% {
    -webkit-transform: translate3d(-200px, 0, 0);
            transform: translate3d(-200px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
}
/* 左に移動 */
@-webkit-keyframes bg_image_move_left {
  0% {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-200px, 0, 0);
            transform: translate3d(-200px, 0, 0);
  }
}
@keyframes bg_image_move_left {
  0% {
    -webkit-transform: translate3d(0px, 0, 0);
            transform: translate3d(0px, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-200px, 0, 0);
            transform: translate3d(-200px, 0, 0);
  }
}
/* 上に移動 */
@-webkit-keyframes bg_image_move_up {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -200px, 0);
            transform: translate3d(0, -200px, 0);
  }
}
@keyframes bg_image_move_up {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -200px, 0);
            transform: translate3d(0, -200px, 0);
  }
}
/* 下に移動 */
@-webkit-keyframes bg_image_move_down {
  0% {
    -webkit-transform: translate3d(0, -200px, 0);
            transform: translate3d(0, -200px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes bg_image_move_down {
  0% {
    -webkit-transform: translate3d(0, -200px, 0);
            transform: translate3d(0, -200px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
/* ボックスコンテンツ */
#index_box_content {
  z-index: 10;
  width: 1000px;
  position: absolute;
  bottom: 0px;
  height: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#index_box_content .slick-list {
  overflow: visible !important;
}

#index_box_content .box_item1.start_animate {
  bottom: 0px;
  -webkit-transition: bottom 0.7s cubic-bezier(0.22, 1, 0.36, 1) 2.3s;
  transition: bottom 0.7s cubic-bezier(0.22, 1, 0.36, 1) 2.3s;
}

#index_box_content .box_item2.start_animate {
  bottom: 0px;
  -webkit-transition: bottom 0.7s cubic-bezier(0.22, 1, 0.36, 1) 2.7s;
  transition: bottom 0.7s cubic-bezier(0.22, 1, 0.36, 1) 2.7s;
}

#index_box_content .box_item3.start_animate {
  bottom: 0px;
  -webkit-transition: bottom 0.7s cubic-bezier(0.22, 1, 0.36, 1) 3.1s;
  transition: bottom 0.7s cubic-bezier(0.22, 1, 0.36, 1) 3.1s;
}

#index_box_content .box_item {
  background: #fff;
  position: relative;
  float: left;
  width: 100%;
  bottom: -60px;
  -webkit-transition: bottom 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: bottom 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

#index_box_content .box_item.end_animate {
  bottom: 0;
}

#index_box_content.type2 .box_item {
  width: 50%;
}

#index_box_content.type3 .box_item {
  width: 33.3333333333%;
}

#index_box_content .title {
  font-weight: 600;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  padding: 0 30px 0 67px;
}

#index_box_content .box_item .title:before {
  content: "01";
  font-family: Arial;
  font-weight: 500;
  font-size: 12px;
  display: block;
  text-align: center;
  border: 1px solid #fff;
  width: 33px;
  height: 33px;
  line-height: 33px;
  border-radius: 100%;
  position: absolute;
  left: 20px;
  top: 12px;
}

#index_box_content .box_item.box_item2 .title:before {
  content: "02";
}

#index_box_content .box_item.box_item3 .title:before {
  content: "03";
}

#index_box_content .desc {
  font-size: 14px;
  padding: 25px 45px;
  line-height: 2;
}

#index_box_content .link {
  display: block;
  height: 60px;
  line-height: 60px;
  background: #eee;
  padding: 0 45px;
}

#index_box_content .link:hover {
  background: #ddd;
  color: #000;
}

#index_box_content.type1 .title {
  padding: 0 45px;
  text-align: center;
}

#index_box_content.type1 .box_item .title:before {
  display: none;
}

#index_box_content.type1 .desc {
  text-align: center;
}

#index_box_content.type1 .link {
  text-align: center;
}

/* ニュースティッカー */
#index_news {
  display: block;
  height: 60px;
  width: 100%;
  overflow: hidden;
  background: #f5f5f5;
}

#index_news_inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

#index_news_slider {
  height: 17px;
  overflow: hidden;
  top: 22px;
  width: 850px;
}

#index_news_slider a {
  display: block;
}

#index_news_slider a .date {
  color: #00a7ce;
  float: left;
  font-size: 12px;
  width: 88px;
  top: 2px;
  position: relative;
}

#index_news_slider a .title {
  font-size: 14px;
  font-weight: 500;
  float: left;
  width: calc(100% - 88px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  visibility: visible;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#index_news .archive_link {
  display: block;
  font-size: 14px;
  width: 150px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: right;
  height: 60px;
  line-height: 60px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

#index_news .archive_link:after {
  font-family: "design_plus";
  content: "\e910";
  font-size: 12px;
  top: 1px;
  position: relative;
  margin: 0 0 0 12px;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

/* ----------------------------------------------------------------------
 トップページ（コンテンツビルダー）
---------------------------------------------------------------------- */
/* 共通パーツ */
.cb_contents_inner {
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
  z-index: 30;
  padding: 0 20px;
}

.cb_contents .cb_headline {
  text-align: center;
  /*margin: 0 0 25px 0;*/
  font-weight: 500;
}

.cb_contents .cb_catch {
  text-align: center;
  font-weight: 500;
  /*margin: 0 0 60px 0;*/
}

.cb_contents .cb_desc {
  line-height: 2.6;
  font-size: 16px;
  text-align: center;
  /*margin: -16px 0 110px 0;*/
}

.cb_contents .link_button {
  text-align: center;
  margin: 50px 0 0 0;
  z-index: 10;
  position: relative;
}

.cb_contents .link_button a {
  display: inline-block;
  min-width: 220px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-size: 16px;
  letter-spacing: 0.025em;
  border-radius: 30px;
}

/*#index_content_builder .white + .white {*/
/*    padding-top: 0;*/
/*}*/
/* デザインコンテンツ */
.index_content_slider {
  padding: 120px 0 120px;
}

.index_content_slider .cb_content_slider_wrap {
  position: relative;
  border-bottom: 1px solid #ddd;
}

.index_content_slider .cb_content_slider {
  height: 400px;
  position: relative;
}

.index_content_slider .cb_content_slider:before {
  content: "";
  display: block;
  width: 1px;
  height: 200px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 200px;
  z-index: 2;
}

.index_content_slider .cb_content_slider:after {
  content: "";
  display: block;
  width: 1px;
  height: 200px;
  background: #ddd;
  position: absolute;
  right: 0;
  top: 200px;
  z-index: 2;
}

.index_content_slider .item {
  width: 50%;
  height: 400px;
}

.index_content_slider .item a {
  display: block;
  background: #fff;
}

.index_content_slider .image_wrap {
  display: block;
  width: 100%;
  height: 200px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.index_content_slider .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.index_content_slider .desc_area {
  padding: 0px 70px;
  height: 200px;
  border-right: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.index_content_slider .desc {
  line-height: 2;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.index_content_slider .carousel_arrow.prev_item {
  position: absolute;
  left: -55px;
  top: 175px;
}

.index_content_slider .carousel_arrow.next_item {
  position: absolute;
  right: -55px;
  top: 175px;
}

/* 診療科目一覧 */
.index_service_list {
  padding: 100px 0;
  background-color: #eef7f3;
}
.index_service_list .cb_desc {
  margin-top: 25px;
}

.index_service_list .service_list_wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
}

.index_service_list .service_list {
  max-width: 1020px;
  padding: 0 20px;
  margin: 0 auto -100px;
  z-index: 3;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index_service_list .service_list .item {
  text-align: center;
  width: calc((100% - 100px) / 2);
  margin: 0 100px 100px 0;
}

.index_service_list .service_list .item:nth-child(2n) {
  margin-right: 0;
}

.index_service_list .service_list .item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 20px;
}

.index_service_list .service_list .item a:hover .title {
  color: #55ad87;
}

.index_service_list .service_list .image_wrap {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 52.2727272727%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
}

.index_service_list .service_list .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.index_service_list .service_list .item .title {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.2;
  position: relative;
  padding: 24px 30px 23px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  letter-spacing: 0.025em;
}

.index_service_list .service_list .item .desc {
  line-height: 2;
  text-align: left;
  padding: 0 29px;
  margin: 18px 0;
  max-height: 6em;
  word-break: break-all;
  overflow: hidden;
}

.index_service_list .service_list .item .desc span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.index_service_list .service_list_wrap .bg_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.index_service_list .service_list_wrap .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

/* メッセージ */
.index_message {
  padding: 120px 0 120px;
}

.index_message .message_area {
  width: 100%;
  min-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.index_message .message_area.layout_type2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.index_message .message_area > div {
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  -webkit-box-flex: 1;
          flex: 1 1 0%;
}

.index_message .content {
  position: relative;
  border: 1px solid #ddd;
  border-left: none;
}

.index_message .message_area.layout_type2 .content {
  border: 1px solid #ddd;
  border-right: none;
}

.index_message .content_inner {
  position: relative;
  padding: 30px 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.index_message .content .catch {
  line-height: 1.5;
  font-weight: 600;
  color: #00a8cc;
}

.index_message .content .desc {
  line-height: 2;
  margin-top: 20px;
}

.index_message .content .title_area {
  margin-top: 53px;
}

.index_message .content .sub_title {
  margin: 0 0 20px 0;
  font-size: 14px;
}

.index_message .content .title {
  font-size: 16px;
}

/* アクセス */
.index_access {
  padding: 120px 0 120px;
}

.index_access .access_info {
  width: 100%;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.index_access .access_info.layout_type2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.index_access .access_info > div {
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  -webkit-box-flex: 1;
          flex: 1 1 0%;
}

.index_access .desc {
  position: relative;
}

.index_access .desc_inner {
  position: relative;
  padding: 0 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.index_access .access_google_map {
  width: 500px;
  height: 500px;
}

.index_access .access_google_map .pb_googlemap_embed {
  width: 500px;
  height: 500px;
}

.index_access .access_google_map .pb_googlemap_custom-overlay-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  top: -116px;
  left: -50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 100px !important;
  height: 100px !important;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
}

.index_access .access_google_map .pb_googlemap_custom-overlay-inner::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: -15px;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 16px 5px 0 5px;
  border-style: solid;
  content: "";
}

/* 記事スライダー */
.index_post_slider {
  width: 100%;
  background: #f5f5f5;
  padding: 100px 0;
}

.index_post_slider .post_list_slider_wrap {
  position: relative;
  background: #fff;
  /*border-bottom: 1px solid #ddd;*/
}

/*.index_post_slider .post_list_slider_wrap:before {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 1px;*/
/*    height: 160px;*/
/*    background: #ddd;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 210px;*/
/*    z-index: 2;*/
/*}*/
/*.index_post_slider .post_list_slider_wrap:after {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 1px;*/
/*    height: 160px;*/
/*    background: #ddd;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 210px;*/
/*    z-index: 2;*/
/*}*/
.index_post_slider .post_list {
  /*overflow: hidden;*/
  /*width: 1000px;*/
  /*height: 370px;*/
}

.index_post_slider .item {
  /*height: 370px;*/
  /*position: relative;*/
}

.index_post_slider .image_link {
  display: block;
  background: none;
}

.index_post_slider .image_wrap {
  display: block;
  width: 100%;
  padding-top: 66.6666666667%;
  height: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 20px;
}

.index_post_slider .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.index_post_slider .title_area {
  padding-top: 24px;
}

.index_post_slider .title {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 10px;
}

.index_post_slider .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.index_post_slider .category a {
  z-index: 10;
  display: inline-block;
  font-size: 12px;
  color: #55ad87;
  letter-spacing: 0.025em;
  border: 1px solid #55ad87;
  text-align: center;
  padding: 0 15px;
}

.index_post_slider .date {
  color: #999;
  font-size: 14px;
  letter-spacing: 0.025em;
}

.index_post_slider .carousel_arrow.prev_item {
  position: absolute;
  left: -55px;
  top: 185px;
}

.index_post_slider .carousel_arrow.next_item {
  position: absolute;
  right: -55px;
  top: 185px;
}

/* フリースペース */
.index_free_space {
  position: relative;
  z-index: 30;
}

.index_free_space.type2 {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.index_free_space.type2 .cb_contents_inner {
  width: auto;
}

/* ----------------------------------------------------------------------
 その他のページ
---------------------------------------------------------------------- */
/* 404ページ*/
.error404 {
  padding: 0 !important;
}

.error404 #header {
  display: none;
}

#page_404_header {
  width: 100%;
  height: 100vh;
  position: relative;
}

#page_404_header .catch_area {
  position: absolute;
  z-index: 2;
  text-align: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#page_404_header .catch {
  font-size: 48px;
  font-weight: 500;
}

#page_404_header .desc {
  font-size: 16px;
  font-weight: 500;
  margin: 20px 0 0 0;
}

#page_404_header .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

#page_404_header .catch, #page_404_header .desc {
  opacity: 0;
}

#page_404_header.animate .catch {
  -webkit-animation: opacityAnimation 1s ease forwards 0.5s;
  animation: opacityAnimation 1s ease forwards 0.5s;
}

#page_404_header.animate .desc {
  -webkit-animation: opacityAnimation 1s ease forwards 1s;
  animation: opacityAnimation 1s ease forwards 1s;
}

#page_404_button {
  opacity: 0;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-decoration: none;
  z-index: 100;
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 2;
}

#page_404_button:before {
  color: #fff;
  font-family: "design_plus";
  content: "\e90e";
  font-size: 31px;
  display: block;
  position: absolute;
  left: 14px;
  bottom: 0px;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: slideUpDown 1.2s ease infinite 0s;
  animation: slideUpDown 1.2s ease infinite 0s;
}

#page_404_header.animate #page_404_button {
  -webkit-animation: opacityAnimation 1s ease forwards 1.5s;
  animation: opacityAnimation 1s ease forwards 1.5s;
}

@-webkit-keyframes slideUpDown {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 0px;
  }
  100% {
    bottom: 10px;
  }
}
@keyframes slideUpDown {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 0px;
  }
  100% {
    bottom: 10px;
  }
}
/* ----------------------------------------------------------------------
 ページヘッダー
---------------------------------------------------------------------- */
#page_header {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

#page_header_inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 116px 5.2083333333vw;
}

body.page_header_width_type1 #page_header_inner {
  width: auto !important;
}

body.page_header_width_type3 #page_header_inner {
  margin: 0 auto;
  position: relative;
}

#page_header.type2 #page_header_inner {
  display: block;
  position: absolute;
  height: auto;
  z-index: 2;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#page_header .sub_title {
  position: absolute;
  background: transparent !important;
  z-index: 10;
  bottom: -30px;
  left: -10px;
}

#page_header .sub_title span {
  display: block;
  word-wrap: break-word;
  position: relative;
  font-family: "Poppins";
  font-size: clamp(160px, 10.4166666667vw, 200px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.025em;
  color: rgba(85, 173, 135, 0.102) !important;
  pointer-events: none;
  white-space: nowrap;
}

#page_header.type2 .sub_title {
  margin-top: 5px;
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  background: none;
  opacity: 0;
}

#page_header.type2 .sub_title span {
  line-height: 1.5;
  padding: 0;
  word-wrap: break-word;
  position: relative;
  top: 0%;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

#page_header .title {
  z-index: 10;
  font-weight: 500;
  line-height: 1.5;
  padding: 0;
  text-align: center;
  font-size: 48px;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #333;
}

#page_header .title.type2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: left;
  padding: 50px 0;
}

#page_header .image {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
}

#page_header .image.mobile {
  display: none;
}

#page_header .overlay {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #eef7f3 !important;
}

#page_header .title {
  opacity: 0;
  display: block;
  position: relative;
}

#page_header.animate .title {
  -webkit-animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 1s;
  animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 1s;
}

#page_header.animate2 .title {
  -webkit-animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.5s;
  animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.5s;
}

#page_header.type2.animate .sub_title {
  -webkit-animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.3s;
  animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 1.3s;
}

/* コンテンツの見出し */
#content_header {
  padding: 50px 0 110px 0;
}

body.blog #content_header {
  padding-top: 10px;
}

body.hide_bread #content_header {
  padding-top: 120px;
}

#content_header .headline {
  display: table;
  margin: 0 auto 10px;
  font-weight: 600;
  font-size: 14px;
  color: #00a6cc;
}

#content_header .catch {
  line-height: 1.8;
  font-weight: 500;
  font-size: 38px;
  text-align: center;
}

#content_header .desc {
  line-height: 2.6;
  font-size: 16px;
  margin: 30px 0 0 0;
  text-align: center;
}

/* ----------------------------------------------------------------------
 ブログアーカイブページ
---------------------------------------------------------------------- */
#blog_archive {
  padding: 0 0 150px;
}

/* アーカイブページ */
#blog_list .item {
  width: 33.3333333333%;
  float: left;
  margin-bottom: -1px;
  height: 369px;
  position: relative;
}

#blog_list .image_link {
  display: block;
  background: none;
}

#blog_list .image_wrap {
  display: block;
  width: 100%;
  height: 210px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#blog_list .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

#blog_list .title_area {
  padding: 25px 30px;
  background: #fff;
  height: 159px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#blog_list .item:nth-child(3n+1) .title_area {
  border-left: 1px solid #ddd;
}

#blog_list .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  max-height: 4.8em;
  overflow: hidden;
  visibility: visible;
}

#blog_list .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#blog_list .category a {
  display: inline-block;
  font-size: 12px;
  padding: 0 20px;
  min-width: 110px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  top: 175px;
  left: 30px;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#blog_list .date {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #999;
  font-size: 12px;
}

/* ページナビ */
.page_navi {
  margin: 60px 0 0;
  z-index: 10;
  position: relative;
}

.page_navi ul {
  margin: 0;
  font-size: 0;
  text-align: center;
}

.page_navi li {
  display: inline-block;
  margin: 0 -1px 0 0;
}

.page_navi a, .page_navi a:hover, .page_navi span {
  color: #000;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page_navi a:hover {
  color: #fff;
}

.page_navi span.dots {
  background: none;
  color: #333;
}

.page_navi span.current {
  color: #fff;
  background: #000;
  border-color: #000;
  position: relative;
}

.page_navi .next span, .page_navi .prev span {
  display: none;
}

.page_navi .next:before, .page_navi .prev:before {
  font-family: "design_plus";
  font-size: 11px;
  top: 1px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.page_navi .prev:before {
  content: "\e90f";
}

.page_navi .next:before {
  content: "\e910";
}

.page_navi .prev:hover:before, .page_navi .next:hover:before {
  color: #fff;
}

/* 記事が無い場合に表示するメッセージ */
#no_post {
  text-align: center;
  background: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}

/* ----------------------------------------------------------------------
 お知らせ　アーカイブページ
---------------------------------------------------------------------- */
body.post-type-archive-news #content_header {
  padding: 50px 0 100px 0;
}

/* 記事一覧 */
#news_list {
  position: relative;
}

#news_list .item {
  position: relative;
}

#news_list a {
  display: block;
}

#news_list .image_wrap {
  display: block;
  width: 333px;
  height: 210px;
  float: left;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#news_list .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

#news_list .title_area {
  border: 1px solid #ddd;
  border-left: none;
  border-bottom: none;
  width: calc(100% - 333px);
  float: left;
  background: #fff;
  height: 210px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#news_list .item:last-of-type .title_area {
  border-bottom: 1px solid #ddd;
}

#news_list .title_area_inner {
  padding: 0 60px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#news_list .date {
  font-size: 12px;
  color: #999;
  margin: 0 0 10px 0;
}

#news_list .title {
  font-weight: 500;
  line-height: 1.8;
  max-height: 3.6em;
  font-size: 18px;
  overflow: hidden;
  visibility: visible;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#news_list .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* ----------------------------------------------------------------------
 お知らせ　詳細ページ
---------------------------------------------------------------------- */
#recent_news {
  margin: 100px 0 0;
  position: relative;
}

#recent_news .headline {
  border-top: 3px solid #00a7ce;
  display: table;
  margin: 0 auto 48px;
  font-weight: 500;
  font-size: 22px;
  padding: 25px 0 0 0;
}

#recent_news .link_button {
  text-align: center;
}

#recent_news .link_button a {
  background: #000;
  color: #fff;
  margin: 60px 0 0 0;
  display: inline-block;
  min-width: 280px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ----------------------------------------------------------------------
 ブログ　詳細ページ
---------------------------------------------------------------------- */
.post_content a:hover {
  text-decoration: none;
}

/* タイトル */
#post_title_area {
  margin: 0 0 38px 0;
  position: relative;
}

#post_title_area .date_area {
  font-weight: 600;
  position: relative;
  margin: 0 0 45px;
}

#post_title_area .date_area .month {
  float: left;
  font-size: 26px;
}

#post_title_area .date_area .date {
  float: left;
  border-left: 1px solid #000;
  text-align: center;
  padding: 0 0 0 15px;
  margin: 0 0 0 15px;
}

#post_title_area .date_area .date1 {
  display: block;
  font-size: 26px;
}

#post_title_area .date_area .date2 {
  color: #999;
  margin: 5px 0 0 0;
  display: block;
  font-size: 11px;
}

#post_title_area .image {
  margin: 0 0 47px 0;
  width: 100%;
  height: 440px;
  z-index: 1;
}

#post_title_area .title {
  font-size: 26px;
  line-height: 1.3;
  font-weight: 500;
}

#post_title_area .date {
  font-size: 12px;
  color: #999;
  margin: 12px 0 0 0;
}

#post_title_area li {
  float: left;
  font-size: 12px;
  color: #999;
}

#post_title_area .update {
  margin: 11px 0 11px 11px;
  border-left: 1px solid #999;
}

#post_title_area .update:before {
  position: relative;
  font-family: "update_icon";
  content: "\e140";
  font-size: 12px;
  padding: 0 5px 0 12px;
  top: 1px;
}

#post_title_area .category a {
  position: absolute;
  top: 405px;
  left: 0px;
  z-index: 2;
  padding: 0 20px;
  font-size: 12px;
  text-align: center;
  min-width: 110px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#post_title_area.no_image .category a {
  position: relative;
  top: 0;
  margin: 0 0 45px 0;
}

/* SNSボタン */
#single_share_top {
  margin: 0 0 45px 0;
  padding: 12px 0 0 0;
}

#single_share_top .share-top {
  margin: 0;
}

#single_share_bottom {
  margin: 50px 0 0;
}

#single_share_bottom .share-btm {
  margin-bottom: 0 !important;
  padding: 0;
}

#single_share_top .mt10, #single_share_top .mt10 {
  margin: 0 !important;
}

#single_share_bottom .mb45, #single_share_bottom .mb45 {
  margin: 0 !important;
}

.share-type1 ul {
  text-align: left;
}

.share-type3 ul {
  text-align: left;
}

.share-type2 ul.type2 {
  text-align: left;
}

.share-type4 ul.type4 {
  text-align: left;
}

.sns_default_top {
  text-align: left;
}

/* コピーボタン */
.single_copy_title_url {
  text-align: center;
}

.single_copy_title_url_btn {
  background: #fff;
  border: 3px solid #ccc;
  cursor: pointer;
  line-height: 54px;
  min-width: 300px;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  transition-property: background-color, color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}

.single_copy_title_url_btn.copied {
  background: #ccc;
  color: #fff;
  pointer-events: none;
}

#single_copy_title_url_top {
  margin: 0 0 38px 0;
}

#single_copy_title_url_bottom {
  margin: 45px 0 0;
}

/* ページ分割 */
#post_pagination {
  margin: 0;
  padding: 18px 0 0px 0;
  clear: both;
  font-size: 0;
  text-align: center;
}

#post_pagination a, #post_pagination p {
  color: #000;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 12px;
  display: inline-block;
  margin: 0 -1px 0 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#post_pagination p {
  position: relative;
  background: #000;
  border-color: #000;
  color: #fff;
}

#post_pagination a:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

/* ページ分割（続きを読むver） */
#p_readmore {
  text-align: center;
  padding: 0;
  margin-bottom: -14px;
}

#p_readmore .button {
  background: #eee;
  color: #000;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  min-width: 220px;
  padding: 0 40px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#p_readmore .button:hover {
  background: #333;
  color: #fff;
}

/* メタ情報 */
#post_meta_bottom {
  margin: 45px 0 0;
  padding: 15px 30px;
  border: 1px solid #ddd;
  background: #fff;
}

#post_meta_bottom li {
  display: inline;
  margin: 0 10px 0 0;
  padding: 0 15px 0 25px;
  border-right: 1px solid #ddd;
  font-size: 12px;
  line-height: 1.8;
  position: relative;
}

#post_meta_bottom li:last-child {
  border: none;
  margin: 0;
}

#post_meta_bottom li:before {
  font-family: "design_plus";
  color: #666;
  font-size: 15px;
  line-height: 1;
  position: absolute;
  top: 0px;
  left: 0px;
}

#post_meta_bottom li.post_author:before {
  content: "\e90d";
}

#post_meta_bottom li.post_category:before {
  content: "\e92f";
}

#post_meta_bottom li.post_tag:before {
  content: "\e935";
}

#post_meta_bottom li.post_comment:before {
  content: "\e916";
  font-size: 20px;
  top: -3px;
  left: -2px;
}

/* プロフィール */
.author_profile {
  background: #fff;
  border: 1px solid #ddd;
  margin: 50px 0 0;
  height: 180px;
  position: relative;
}

.author_profile a.avatar {
  display: block;
  width: 182px;
  height: 182px;
  float: left;
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin: -1px;
}

.author_profile img.avatar {
  display: block;
  width: 100%;
  height: auto;
}

.author_profile .info {
  float: right;
  padding: 45px 50px;
  -webkit-width: calc(100% - 182px);
  width: calc(100% - 182px);
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.author_profile .name {
  font-size: 20px;
  margin: 0 0 20px 0;
  font-weight: 500;
}

.author_profile .desc {
  margin: 0 0 20px 0;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.author_profile .author_link {
  float: left;
  margin: 0 0 0 -5px;
  font-size: 0;
}

.author_profile .author_link li {
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
}

.author_profile .author_link li a {
  display: block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: relative;
}

.author_profile .author_link li a span {
  display: none;
}

.author_profile .author_link li a:before {
  font-family: "design_plus";
  font-size: 14px;
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.author_profile .author_link li a:hover:before {
  color: #aaa;
}

.author_profile .author_link li.twitter a:before {
  content: "\e904";
}

.author_profile .author_link li.facebook a:before {
  content: "\e902";
}

.author_profile .author_link li.insta a:before {
  content: "\ea92";
}

.author_profile .author_link li.pinterest a:before {
  content: "\e905";
}

.author_profile .author_link li.google a:before {
  content: "\e900";
}

.author_profile .author_link li.youtube a {
  width: 42px;
}

.author_profile .author_link li.youtube a:before {
  content: "\ea9e";
}

.author_profile .author_link li.contact a:before {
  content: "\f003";
}

.author_profile .archive_link {
  float: right;
  padding: 0 20px 0 0;
  margin-top: 4px;
}

.author_profile .archive_link span:after {
  font-size: 12px;
  font-family: "design_plus";
  content: "\e910";
  display: block;
  position: absolute;
  right: 0px;
  top: 5px;
  height: 14px;
  line-height: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 関連記事 */
#related_post {
  margin: 100px 0 0;
  position: relative;
}

#related_post .headline {
  border-top: 3px solid #00a7ce;
  display: table;
  margin: 0 auto 48px;
  font-weight: 500;
  font-size: 22px;
  padding: 25px 0 0 0;
}

#related_post .item {
  width: 33.3333333333%;
  float: left;
  margin-bottom: -1px;
  height: 269px;
  position: relative;
}

#related_post .image_link {
  display: block;
  background: none;
}

#related_post .image_wrap {
  display: block;
  width: 100%;
  height: 148px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#related_post .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

#related_post .title_area {
  padding: 17px 30px;
  background: #fff;
  height: 121px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#related_post .item:nth-child(3n+1) .title_area {
  border-left: 1px solid #ddd;
}

#related_post .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  max-height: 4.8em;
  overflow: hidden;
  visibility: visible;
}

#related_post .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#related_post .item.no_date .title {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#related_post .date {
  position: absolute;
  bottom: 18px;
  left: 30px;
  color: #999;
  font-size: 10px;
}

#related_post .category a {
  display: inline-block;
  font-size: 10px;
  padding: 0 20px;
  min-width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 118px;
  left: 30px;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* 広告 */
#single_banner_top {
  margin: 0 auto;
  padding: 10px 0 45px;
}

#single_banner_bottom {
  margin: 50px auto 0;
}

#single_banner_shortcode {
  margin: 0 auto;
  padding: 15px 0 45px;
}

img.single_banner_image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ナビゲーション */
#next_prev_post {
  margin: 50px 0 0 0;
}

#next_prev_post .item {
  float: left;
  height: 120px;
  width: 50%;
  position: relative;
}

#next_prev_post a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#next_prev_post a:before {
  content: "";
  font-family: "design_plus";
  color: #111;
  font-size: 12px;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90f";
  position: absolute;
  left: 23px;
  margin-top: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#next_prev_post .next_post a:before {
  content: "\e910";
  left: auto;
  right: 23px;
}

#next_prev_post .title {
  font-size: 16px;
  line-height: 1.6;
  max-height: 3.2em;
  overflow: hidden;
  position: absolute;
  width: 100%;
  padding: 0 30px 0 57px;
  visibility: visible;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#next_prev_post .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#next_prev_post .nav {
  display: none;
}

#next_prev_post .next_post {
  float: right;
  left: -1px;
  position: relative;
}

#next_prev_post .next_post .title {
  padding: 0 57px 0 30px;
}

/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
#header {
  width: 100%;
  height: 100px;
  z-index: 200;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body.home #header {
  position: absolute;
}

body.hide_header #header {
  height: 0;
}

#drawer_menu {
  display: none;
}

/* サイドボタン */
#side_button {
  position: absolute;
  top: 149px;
  z-index: 100;
  opacity: 0;
  -webkit-transition: left 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: left 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

#side_button.left {
  -webkit-transition: right 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0s;
  transition: right 0.7s cubic-bezier(0.22, 1, 0.36, 1) 0s;
}

#side_button.fixed {
  position: fixed;
  top: 149px !important;
}

#side_button a {
  font-size: 14px;
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 40px 0 62px;
  color: #fff;
  background: #529eaa;
  position: relative;
}

#side_button.left a {
  padding: 0 62px 0 40px;
}

#side_button a:hover {
  background: #37828e;
}

#side_button .item {
  position: relative;
}

#side_button .item:before {
  font-family: "footer_bar";
  font-size: 18px;
  color: #fff;
  font-weight: normal;
  position: absolute;
  left: 0px;
  text-align: center;
  z-index: 1;
  width: 60px;
  height: 60px;
  line-height: 62px;
}

#side_button.left .item:before {
  left: auto;
  right: 0;
}

#side_button .side_button_icon_twitter:before {
  content: "\ea96";
}

#side_button .side_button_icon_facebook:before {
  content: "\ea91";
}

#side_button .side_button_icon_instagram:before {
  content: "\ea92";
}

#side_button .side_button_icon_youtube:before {
  content: "\ea9d";
}

#side_button .side_button_icon_line:before {
  content: "\e90f";
  font-size: 22px;
}

#side_button .side_button_icon_spotify:before {
  content: "\ea94";
}

#side_button .side_button_icon_heart:before {
  content: "\e9da";
}

#side_button .side_button_icon_star1:before {
  content: "\e9d9";
}

#side_button .side_button_icon_star2:before {
  content: "\e9d7";
}

#side_button .side_button_icon_list1:before {
  content: "\e9bb";
}

#side_button .side_button_icon_list2:before {
  content: "\e907";
}

#side_button .side_button_icon_fire:before {
  content: "\e9a9";
}

#side_button .side_button_icon_bubble:before {
  content: "\e96c";
}

#side_button .side_button_icon_cart:before {
  content: "\e93a";
}

#side_button .side_button_icon_bell:before {
  content: "\e951";
}

#side_button .side_button_icon_profile:before {
  content: "\e923";
}

#side_button .side_button_icon_user:before {
  content: "\e90a";
}

#side_button .side_button_icon_map:before {
  content: "\e909";
}

#side_button .side_button_icon_film:before {
  content: "\e913";
}

#side_button .side_button_icon_camera:before {
  content: "\e905";
}

#side_button .side_button_icon_news:before {
  content: "\e904";
}

#side_button .side_button_icon_office:before {
  content: "\e903";
}

#side_button .side_button_icon_home:before {
  content: "\e900";
}

#side_button .side_button_icon_help:before {
  content: "\e901";
  font-size: 23px;
}

#side_button .side_button_icon_light:before {
  content: "\e902";
  font-size: 23px;
}

#side_button .side_button_icon_menu:before {
  content: "\e90e";
  font-size: 16px;
}

#side_button .side_button_icon_grid:before {
  content: "\e90d";
}

#side_button .side_button_icon_search:before {
  content: "\e90c";
}

#side_button .side_button_icon_tel:before {
  content: "\e90b";
}

#side_button .side_button_icon_calendar:before {
  content: "\e908";
}

#side_button .side_button_icon_mail:before {
  content: "\e906";
  font-size: 14px;
}

#side_button .side_button_icon_pdf:before {
  content: "\e910";
}

#side_button .side_button_icon_pencil:before {
  content: "\e911";
}

#side_button .side_button_icon_clock:before {
  content: "\e912";
}

body.home #side_button.right {
  margin-left: 60px;
}

body.home #side_button.right.animate {
  -webkit-animation: side_button_animation 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 3.5s;
  animation: side_button_animation 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 3.5s;
}

@-webkit-keyframes side_button_animation {
  0% {
    margin-left: 60px;
  }
  100% {
    margin-left: 0px;
  }
}
@keyframes side_button_animation {
  0% {
    margin-left: 60px;
  }
  100% {
    margin-left: 0px;
  }
}
body.home #side_button.left {
  margin-right: 60px;
}

body.home #side_button.left.animate {
  -webkit-animation: side_button_animation2 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 3.5s;
  animation: side_button_animation2 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) forwards 3.5s;
}

@-webkit-keyframes side_button_animation2 {
  0% {
    margin-right: 60px;
  }
  100% {
    margin-right: 0px;
  }
}
@keyframes side_button_animation2 {
  0% {
    margin-right: 60px;
  }
  100% {
    margin-right: 0px;
  }
}
/* ロゴ */
#header_logo .logo {
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: 500;
  display: block;
}

#header_logo img {
  display: block;
  margin: 0 auto;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

#header_logo img:hover {
  opacity: 0.5;
}

#header_logo .pc_logo_image.type1 {
  display: none;
}

#header_logo .pc_logo_image.type2 {
  display: block;
}

body.home #header_logo .pc_logo_image.type1 {
  display: block;
}

body.home #header_logo .pc_logo_image.type2 {
  display: none;
}

.pc .header_fix #header_logo .pc_logo_image.type1, body.home #header.active #header_logo .pc_logo_image.type1 {
  display: none !important;
}

.pc .header_fix #header_logo .pc_logo_image.type2, body.home #header.active #header_logo .pc_logo_image.type2 {
  display: block !important;
}

#header_logo .mobile_logo_image {
  display: none;
}

#header_logo .mobile_logo_text {
  display: none;
}

/* アニメーション */
body.home #header_logo {
  opacity: 0;
}

body.home.header_fix #header_logo {
  opacity: 1;
  -webkit-animation: none;
          animation: none;
}

body.home #header.animate #header_logo {
  -webkit-animation: opacityAnimation 1s ease forwards 1.5s;
  animation: opacityAnimation 1s ease forwards 1.5s;
}

/* グローバルメニュー */
#global_menu > ul {
  position: relative;
  margin: 0;
  font-size: 0;
}

#global_menu > ul > li {
  display: inline-block;
  position: relative;
  line-height: 1;
  text-align: center;
  font-size: 16px;
}

#global_menu > ul > li > a {
  text-decoration: none;
  height: 50px;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  font-size: 16px;
  padding: 0 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#global_menu ul ul {
  display: none;
  width: 100%;
  min-width: 240px;
  position: absolute;
  top: 89px;
  left: 16px;
  margin: 0;
  padding: 0;
  z-index: 100;
}

body.home #global_menu ul ul {
  top: 90px;
}

#global_menu ul ul ul {
  left: 100%;
  top: 0 !important;
  margin: 0;
}

#global_menu ul ul li {
  line-height: 1.5;
  padding: 0;
  margin: 0;
  text-align: left;
  position: relative;
  display: block;
}

#global_menu ul ul a {
  background: #000;
  color: #fff;
  font-size: 14px;
  display: block;
  position: relative;
  padding: 14px 25px 12px;
  height: auto;
  line-height: 1.6;
  margin: 0;
}

#global_menu ul ul a:hover {
  text-decoration: none;
  background: #444;
}

#global_menu ul ul li.menu-item-has-children > a:before {
  font-family: "design_plus";
  content: "\e910";
  color: #fff;
  display: block;
  position: absolute;
  right: 9px;
  top: 19px;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* アニメーション */
body.home #global_menu {
  opacity: 0;
}

body.home.header_fix #global_menu {
  opacity: 1;
  -webkit-animation: none;
          animation: none;
}

body.home #header.animate #global_menu {
  -webkit-animation: opacityAnimation 1s ease forwards 1.9s;
  animation: opacityAnimation 1s ease forwards 1.9s;
}

/* 子メニューを逆方向にする */
#global_menu > ul > li:nth-last-of-type(1) > ul, #global_menu > ul > li:nth-last-of-type(2) > ul, #global_menu > ul > li:nth-last-of-type(3) > ul {
  left: auto;
  right: -16px;
}

#global_menu > ul > li:nth-last-of-type(1) ul ul, #global_menu > ul > li:nth-last-of-type(2) ul ul, #global_menu > ul > li:nth-last-of-type(3) ul ul {
  left: auto;
  right: 100%;
}

#global_menu > ul > li:nth-last-of-type(1) ul li.menu-item-has-children > a:before, #global_menu > ul > li:nth-last-of-type(2) ul li.menu-item-has-children > a:before, #global_menu > ul > li:nth-last-of-type(3) ul li.menu-item-has-children > a:before {
  content: "\e90f";
  right: auto;
  left: 9px;
}

/* メニューボタン */
#menu_button {
  display: none;
}

/* 固定ヘッダー */
.pc .header_fix {
  padding-top: 149px;
}

/* #header_inner height + #header margin bottom */
.pc body.single.header_fix {
  padding-top: 90px;
}

.pc body.home.header_fix {
  padding-top: 0px;
}

.pc body.admin-bar.header_fix {
  padding-top: 422px;
}

.pc .header_fix #header {
  position: fixed;
  opacity: 1;
  top: 0px;
  left: 0px;
  z-index: 200;
  width: 100%;
  -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
  border-bottom: none;
  -webkit-animation: slide_down_menu 0.5s ease !important;
  animation: slide_down_menu 0.5s ease !important;
}

.pc .admin-bar.header_fix {
  padding-top: 190px;
}

.pc .hide_header.header_fix {
  padding-top: 0 !important;
}

.pc .hide_header.header_fix #header {
  display: none;
}

.pc .page_header_width_type3.header_fix {
  padding-top: 90px;
}

@-webkit-keyframes slide_down_menu {
  0% {
    top: -90px;
  }
  100% {
    top: 0px;
  }
}
@keyframes slide_down_menu {
  0% {
    top: -90px;
  }
  100% {
    top: 0px;
  }
}
/* パンくずリンク */
#bread_crumb {
  margin: 0 auto;
  padding: 20px 15px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1200px !important;
}

body.page_header_width_type3 #bread_crumb {
  padding: 0 35px;
}

#bread_crumb ul {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  visibility: visible;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
}

#bread_crumb li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  letter-spacing: 0.025em;
  margin: 0;
  padding: 0;
  position: relative;
}

#bread_crumb li:after {
  font-family: "design_plus";
  content: "\e910";
  font-size: 10px;
  color: #999;
  display: inline-block;
  margin: 0 9px;
  margin-top: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#bread_crumb li:last-of-type:after {
  display: none;
}

#bread_crumb, #bread_crumb li.last {
  color: #999;
}

#bread_crumb li a {
  display: inline-block;
  color: #999;
  font-weight: 400;
}

#bread_crumb li.category a {
  display: none;
}

#bread_crumb li.category a:first-of-type, #bread_crumb li.category a:only-of-type {
  display: inline-block;
}

#bread_crumb li.home a {
  position: relative;
}

#bread_crumb li span {
  font-weight: 400;
}

/* メッセージ */
#header_message.type1 .post_content {
  width: 1000px;
  margin: 0 auto;
}

#header_message.type2 .post_content {
  width: auto;
  margin: 0 20px;
}

/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */
/* フッターバナー */
#footer_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#footer_banner .item {
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  -webkit-box-flex: 1;
          flex: 1 1 0%;
}

#footer_banner a {
  display: block;
  position: relative;
  height: 150px;
}

#footer_banner .title {
  position: absolute;
  padding: 0 30px;
  z-index: 3;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#footer_banner .image_wrap {
  display: block;
  width: 100%;
  height: 150px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

#footer_banner .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

#footer_banner .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
}

/* フッター上部 */
#footer_top {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

#footer_overlay {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}

.footer_bg_image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.footer_bg_image.mobile {
  display: none;
}

#footer_video {
  position: absolute;
  left: 0;
  width: 100vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#footer_inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

/* 診療科目一覧 */
#footer .service_list {
  text-align: center;
  color: #fff;
}

#footer .service_list .headline {
  font-size: 16px;
  font-weight: 600;
}

#footer .service_list ul {
  font-size: 0;
  margin-top: 15px;
}

#footer .service_list li {
  display: inline-block;
  font-size: 14px;
  line-height: 2;
}

#footer .service_list li:after {
  content: "・";
  margin: 0 0 0 2px;
}

#footer .service_list li:last-of-type:after {
  display: none;
}

/* 予約、電話番号、スケジュールエリア */
#footer_data {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer_data .item {
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  -webkit-box-flex: 1;
          flex: 1 1 0%;
  position: relative;
}

/*#footer_data .item:first-of-type { margin:0 25px 0 0; }*/
/*#footer_data .item:only-of-type { margin:0 !important; }*/
#footer_data.position_type2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

#footer_data.position_type2 .item:first-of-type {
  margin: 0 0 0 25px;
}

#footer_data.no_schedule {
  width: 487px;
  margin-right: auto;
  margin-left: auto;
}

#footer_data .item.left .sub_item {
  background: #fff;
  min-height: 80px;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*#footer_data .item.left .sub_item:last-of-type { margin:14px 0 0 0; }*/
#footer_data .item.left .sub_item:only-of-type {
  margin: 0px !important;
}

#footer_data .item.left .sub_item .headline {
  position: absolute;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 600;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#footer_data .item.left.position_type2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
}

#footer_data .item.left.position_type2 .sub_item:last-of-type {
  margin: 0 0 14px 0;
}

/* 予約ボタン */
#footer_contact .link_button {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#footer_contact .link_button a {
  width: 280px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #02a8c6;
  color: #fff;
  display: block;
}

/* 電話 */
#footer_tel .number_area {
  padding: 13px 0 8px;
  width: 280px;
  position: relative;
  left: 200px;
}

#footer_tel .tel_number {
  font-size: 28px;
  font-weight: 500;
}

#footer_tel .tel_desc {
  font-size: 14px;
  margin: 10px 0 0 0;
  line-height: 1.5;
  position: relative;
}

#footer_tel .tel_number .icon:before {
  margin: 0 7px 0 0;
  content: "\e90b";
  font-family: "footer_bar";
  font-size: 22px;
  color: #00a8c8;
  position: relative;
}

/* スケジュール */
.footer_schedule {
  background: #fff;
  height: 170px;
  border: 3px solid #02a9c8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer_schedule td {
  border-bottom: 1px solid #02a9c8;
  width: 53px;
  text-align: center;
  vertical-align: middle;
  color: #00a8c8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}

.footer_schedule .col1 {
  min-width: 118px;
}

/* フッター下部 */
#footer_bottom {
  text-align: center;
  padding: 60px 0;
}

/* ロゴ */
#footer_logo {
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 2;
}

#footer_logo .logo {
  line-height: 1;
  padding: 0;
  font-weight: 500;
}

#footer_logo img {
  display: block;
  margin: 0 auto;
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}

#footer_logo img:hover {
  opacity: 0.5;
}

#footer_logo .pc_logo_text {
  display: block;
}

#footer_logo .mobile_logo_image {
  display: none;
}

#footer_logo .mobile_logo_text {
  display: none;
}

#footer_logo .desc {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 0 25px;
}

/* 情報 */
.footer_info {
  margin: 23px 0 0 0;
  line-height: 2;
  font-size: 14px;
  z-index: 20;
  text-align: center;
  position: relative;
}

/* SNSボタン */
#footer_sns {
  margin: 20px 0 0 0;
  font-size: 0;
  z-index: 20;
  text-align: center;
  position: relative;
}

#footer_sns li {
  display: inline-block;
  margin: 0 5px;
  position: relative;
}

#footer_sns li a {
  display: block;
  overflow: hidden;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  position: relative;
}

#footer_sns li a span {
  display: none;
}

#footer_sns li a:before {
  font-family: "design_plus";
  font-size: 15px;
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  right: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#footer_sns li.twitter a:before {
  content: "\e904";
}

#footer_sns li.facebook a:before {
  content: "\e902";
}

#footer_sns li.insta a:before {
  content: "\ea92";
}

#footer_sns li.pinterest a:before {
  content: "\e905";
}

#footer_sns li.google a:before {
  content: "\e900";
}

#footer_sns li.youtube a {
  width: 45px;
}

#footer_sns li.youtube a:before {
  content: "\ea9e";
}

#footer_sns li.contact a:before {
  content: "\f003";
}

#footer_sns li.rss a:before {
  content: "\e90b";
}

/* メニュー */
#footer_menu {
  height: 60px;
  background: #f5f5f5;
}

#footer_menu ul {
  text-align: center;
  font-size: 0;
}

#footer_menu li {
  font-size: 14px;
  display: inline-block;
  margin: 0 17px;
}

#footer_menu li a {
  height: 60px;
  line-height: 60px;
}

/* コピーライト */
#copyright {
  background: #00a8c8;
  color: #fff;
  line-height: 60px;
  height: 60px;
  font-size: 12px;
  text-align: center;
}

/* ページ上部へ戻るボタン */
#return_top {
  display: block;
}

#return_top a {
  background: #222;
  display: block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-decoration: none;
  z-index: 100;
  position: relative;
}

#return_top a:hover {
  color: #fff !important;
}

#return_top span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

#return_top a:before {
  color: #fff;
  font-family: "design_plus";
  content: "\e911";
  font-size: 12px;
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  right: 0;
  top: 4px;
  margin: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#return_top {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.35s;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

#return_top.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* 固定コンテンツ */
#fixed_footer_content {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  color: #fff;
  padding: 40px;
  z-index: 9999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}

#fixed_footer_content.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

#fixed_footer_content .content_left {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(100% - 530px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#fixed_footer_content .has_image .content_left {
  width: calc(100% - 840px);
}

#fixed_footer_content .button {
  position: absolute;
  right: 55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  min-width: 300px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  display: inline-block;
  padding: 0 40px 0 10px;
  font-size: 16px;
}

#fixed_footer_content .button:after {
  font-family: "design_plus";
  content: "\e910";
  color: #fff;
  font-size: 14px;
  display: block;
  position: absolute;
  top: 1px;
  right: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#fixed_footer_content .image {
  position: absolute;
  right: 55px;
  max-width: 728px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#fixed_footer_content .image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

#fixed_footer_content .close {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

#fixed_footer_content span {
  display: none;
}

#fixed_footer_content .close:before {
  font-family: "design_plus";
  color: #fff;
  font-size: 20px;
  display: block;
  content: "\e91a";
  position: absolute;
  top: 10px;
  left: 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#fixed_footer_content .close:hover {
  background: rgba(255, 255, 255, 0.1);
}

#fixed_footer_content .catch {
  font-size: 21px;
  margin: 0;
  line-height: 1.5;
}

#fixed_footer_content .desc {
  font-size: 14px;
  margin: 5px 0 0 0;
  line-height: 2;
}

#fixed_footer_content .pr {
  background: #fff;
  color: #333;
  display: inline;
  font-size: 12px;
  margin: 5px 15px 0 0;
  padding: 0 12px;
  border-radius: 2px;
  height: 20px;
  line-height: 20px;
  float: left;
}

#fixed_footer_content .pr1 {
  display: none;
}

#fixed_footer_content .free {
  width: 100%;
  padding-right: 100px;
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#fixed_footer_content .post_content p {
  margin: 0;
  line-height: 1.6;
}

/* ----------------------------------------------------------------------
 ウィジェット
---------------------------------------------------------------------- */
/* 基本設定 */
.widget_content {
  margin: 0 0 50px 0;
}

.widget_content:last-of-type {
  margin-bottom: 0;
}

.widget_content ul {
  margin: 0;
}

.widget_content li ul {
  margin: 10px 0 0 0;
}

.widget_content li {
  line-height: 2;
  padding: 2px 0;
  margin: 0 0 10px 0;
}

.widget_content a {
  text-decoration: none;
  color: #000;
}

.widget_content img {
  height: auto;
  max-width: 100%;
}

.widget_headline {
  font-weight: 500;
  display: inline-block;
  font-size: 16px;
  border-top: 3px solid #00a7ce;
  padding: 20px 0 0 0;
  margin: 0 0 20px 0;
}

/* 広告 */
.tcd_ad_widget {
  border: none;
  padding: 0;
  background: none;
}

.tcd_ad_widget img {
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

/* カレンダー */
#wp-calendar {
  margin: 0 auto;
  width: 100%;
  font-size: 11px;
  border-collapse: separate;
  table-layout: fixed;
}

#wp-calendar th, #wp-calendar td {
  padding: 2px;
  line-height: 3.4;
  text-align: center;
}

#wp-calendar td a {
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  background-color: #eee;
}

#wp-calendar td a:hover {
  text-decoration: none;
  color: #fff;
  background: #aaa;
}

#wp-calendar caption {
  padding: 7px 0;
}

#wp-calendar thead th, #wp-calendar tfoot td {
  border: none;
  padding: 0;
  line-height: 2;
}

#wp-calendar #prev, #wp-calendar #next {
  line-height: 3;
}

#wp-calendar #prev a, #wp-calendar #next a {
  text-decoration: none;
  background: none;
}

#wp-calendar td#today {
  font-weight: bold;
}

/* デザインされた記事一覧1 */
.styled_post_list1 li {
  margin: 0;
  padding: 0;
}

.styled_post_list1 li:last-child {
  margin: 0;
}

.styled_post_list1 a {
  display: block;
  width: 100%;
  height: 100px;
  overflow: hidden;
  background: #fff !important;
  position: relative;
}

.styled_post_list1 .image_wrap {
  float: left;
  display: block;
  width: 100px;
  height: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.styled_post_list1 .image {
  width: 100%;
  height: 100px !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.styled_post_list1 .image img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.styled_post_list1 .title_area {
  width: calc(100% - 100px);
  height: 100px;
  float: left;
  border: 1px solid #ddd;
  border-left: none;
  border-bottom: none;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.styled_post_list1 li:last-of-type .title_area {
  border-bottom: 1px solid #ddd;
}

.styled_post_list1 .title_area_inner {
  position: absolute;
  padding: 0 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.styled_post_list1 .title {
  margin: 3px 0 0 0;
  font-size: 14px;
  line-height: 1.6;
  max-height: 4.8em;
  font-weight: 500;
  word-break: break-all;
  overflow: hidden;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.styled_post_list1 .title span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.styled_post_list1 .date {
  font-size: 12px;
  color: #999;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  transition-property: color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.styled_post_list1 a:hover .title {
  color: #666;
}

/* 検索 */
.widget_search label {
  display: none;
}

#searchform {
  border: 1px solid #ddd;
  background: #fff;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#searchform #s {
  border: none;
  background: none;
  padding: 0 18px;
  margin: 0;
  width: calc(100% - 50px);
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#searchform #searchsubmit {
  border: none;
  background: none;
  width: 50px;
  height: 50px;
  z-index: 200;
  position: relative;
  cursor: pointer;
  display: block;
  text-indent: -300px;
  overflow: hidden;
}

#searchform .submit_button {
  position: relative;
  width: 50px;
  height: 50px;
  float: right;
  top: 1px;
}

#searchform .submit_button:before {
  text-indent: 0;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  font-family: "design_plus";
  color: #333;
  font-size: 18px;
  content: "\e915";
  right: 0px;
  top: 0px;
}

#searchform .submit_button:hover:before {
  color: #aaa;
}

/* デザインカテゴリー一覧 */
.tcd_category_list_widget .widget_headline {
  z-index: 2;
}

.tcd_category_list {
  position: relative;
  margin: 0;
  top: -1px;
}

.tcd_category_list li {
  margin: 0;
  padding: 0;
  background: none;
  position: relative;
}

.tcd_category_list .child_menu_button {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  cursor: pointer;
}

.tcd_category_list .child_menu_button:before {
  font-family: "design_plus";
  content: "\e90e";
  text-align: center;
  display: block;
  font-size: 14px;
  position: absolute;
  right: 18px;
  top: 15px;
}

.tcd_category_list li.active > .child_menu_button:before {
  content: "\e911";
}

.tcd_category_list a {
  display: block;
  padding: 0 24px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  margin: 0 0 -1px 0;
  text-decoration: none;
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tcd_category_list a:hover {
  color: #fff;
}

.tcd_category_list li li a {
  padding-left: 38px;
}

.tcd_category_list li li li a {
  padding-left: 52px;
}

.tcd_category_list li li li li a {
  padding-left: 66px;
}

.tcd_category_list ul {
  display: none;
  margin: 0 !important;
  padding: 0 !important;
  background: none;
  z-index: 9;
  position: relative;
}

.tcd_category_list ul ul {
  width: 100%;
  position: relative;
}

.tcd_category_list ul li {
  margin: 0;
  padding: 0;
}

/* アーカイブ一覧 */
.tcdw_archive_list_widget .side_headline {
  display: none;
}

.p-widget-dropdown {
  height: 45px;
  line-height: 45px;
  position: relative;
}

.p-widget-dropdown::after {
  color: #666;
  content: "\e90e";
  font-family: "design_plus";
  position: absolute;
  top: 0;
  right: 17px;
  z-index: 1;
}

.p-widget-dropdown select {
  padding-right: 33px;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.p-widget-dropdown select::-ms-expand {
  display: none;
}

.p-dropdown {
  font-size: 14px;
}

.p-dropdown__title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 50px;
  line-height: 50px;
  padding: 0 18px;
  border: 1px solid #ddd;
  background: #fff;
  color: #000;
  z-index: 10;
}

.p-dropdown__title::after {
  position: absolute;
  right: 17px;
  top: 2px;
  font-family: "design_plus";
  content: "\e90e";
  color: #000;
}

.p-dropdown__title:hover {
  cursor: pointer;
}

.p-dropdown__title.is-active::after {
  content: "\e911";
}

.p-dropdown__title:hover:after {
  color: #ccc;
}

.p-dropdown__list {
  display: none;
  top: -1px;
  position: relative;
}

.p-dropdown__list li {
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

.p-dropdown__list li ul {
  margin: 0;
  position: relative;
  display: none;
}

.p-dropdown__list li a {
  display: block;
  padding: 0px 18px;
  height: 47px;
  line-height: 47px;
  margin: -1px 0 0 0;
  background: #fff;
  color: #000;
  border: 1px solid #ddd;
}

.p-dropdown__list li li a {
  padding-left: 32px;
}

.p-dropdown__list li li li a {
  padding-left: 46px;
}

.p-dropdown__list li li li li a {
  padding-left: 60px;
}

.p-dropdown__list .child_menu_button {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  cursor: pointer;
}

.p-dropdown__list .child_menu_button:before {
  font-family: "design_plus";
  content: "\e90e";
  text-align: center;
  display: block;
  font-size: 14px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: 18px;
  top: 20px;
}

.p-dropdown__list li.active > .child_menu_button:before {
  content: "\e911";
}

.p-dropdown__list .child_menu_button:hover {
  color: #ccc;
}

/* 記事スライダー */
.post_slider_widget {
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  position: relative;
}

.post_slider_widget .item {
  width: 100%;
  height: 235px;
  margin: 0;
  position: relative;
}

.post_slider_widget .item a.link {
  display: block;
  width: 100%;
  height: 238px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.post_slider_widget .image_wrap {
  display: block;
  width: 100%;
  height: 158px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.post_slider_widget .image {
  width: 100%;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.post_slider_widget .title_area {
  border-left: 1px solid #ddd;
  height: 77px;
  padding: 14px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.post_slider_widget:before {
  content: "";
  display: block;
  width: 1px;
  height: 77px;
  background: #ddd;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 10;
}

.post_slider_widget:after {
  content: "";
  display: block;
  width: 1px;
  height: 77px;
  background: #ddd;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 10;
}

.post_slider_widget .title {
  line-height: 1.8;
  font-size: 14px;
  overflow: hidden;
  max-height: 3.6em;
  font-weight: 500;
}

.post_slider_widget .title span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post_slider_widget .slick-dots {
  position: absolute;
  top: 123px;
  left: 0px;
  width: 100%;
  z-index: 10;
  text-align: center;
}

.post_slider_widget .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  font-size: 12px;
}

.post_slider_widget .slick-dots button {
  cursor: pointer;
  border: none;
  color: transparent;
  width: 10px;
  height: 10px;
  display: block;
  font-size: 0;
  background: none;
  position: relative;
}

.post_slider_widget .slick-dots button::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.post_slider_widget .slick-dots button:hover::before, .post_slider_widget .slick-dots .slick-active button::before {
  background: #00a7ce;
}

/* デフォルトの最近の記事 */
.widget_recent_entries li {
  border-bottom: 1px dotted #ccc;
  padding: 0 0 15px 0;
}

.widget_recent_entries li:last-child {
  border: none;
  padding: 0;
}

/* ----------------------------------------------------------------------
 コメント
---------------------------------------------------------------------- */
/* 基本設定 */
#comments {
  margin: 100px 0 0;
}

#comments .headline {
  border-top: 3px solid #00a7ce;
  display: table;
  margin: 0 auto 48px;
  font-weight: 500;
  font-size: 22px;
  padding: 25px 0 0 0;
}

/* コメント・トラックバックのタブ */
#comment_header {
  position: relative;
  margin: 0 0 25px;
}

#comment_tab {
  margin: 0;
  background: #eee;
}

#comment_tab li {
  float: left;
  text-align: center;
  margin: 0;
  width: 50%;
}

#comment_tab li a, #comment_tab li p {
  font-size: 12px;
  padding: 15px 15px;
  line-height: 1.6;
  display: block;
  text-decoration: none;
  background: #eee;
  color: #000;
}

#comment_tab li a:hover {
  color: #fff;
  background: #999;
}

#comment_tab li.active a {
  background: #000;
}

#comment_tab li.active a, #comment_header #comment_closed p {
  color: #fff;
  position: relative;
}

#comment_tab li.active a {
  pointer-events: none;
}

/*  コメントの基本部分 */
.commentlist {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.comment {
  margin: 0 0 15px;
  padding: 15px 20px 0;
  background: #fff;
  border: 1px solid #ddd;
}

#comments .post_content {
  margin: 0;
  padding: 0;
  background: none;
  font-size: 14px;
}

/* コメントの情報部分 */
.comment-meta {
  position: relative;
  margin: 0 0 10px 0;
}

.comment-meta-left {
  float: left;
  width: 100%;
}

#comments .avatar {
  float: left;
  margin: 0 10px 0 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.comment-name-date {
  padding: 3px 0 0 0;
  height: 37px;
}

a.admin-url {
  text-decoration: underline;
}

a.guest-url {
  text-decoration: underline;
}

.comment-name-date {
  margin: 0;
  font-size: 12px;
}

.comment-date {
  color: #888;
  margin: 10px 0 0 0;
}

.comment-act {
  font-size: 12px;
  position: absolute;
  right: 0px;
  padding: 0;
  margin: 5px 0 0 0;
}

.comment-act li {
  display: inline;
  margin: 0;
}

.comment-reply a, .comment-reply a:visited {
  border-right: 1px solid #aaa;
  padding: 0 10px 0 0;
  margin: 0 6px 0 0;
}

.comment-edit a, .comment-edit a:visited {
  border-left: 1px solid #aaa;
  padding: 0 0 0 10px;
  margin: 0 0 0 6px;
}

/* コメント本文 */
#comments .post_content p {
  margin: 0 0 15px 0;
}

#comments .post_content blockquote span {
  margin: 0 0 -1em 0;
  display: block;
}

/* メッセージ、警告文 */
.comment-note {
  display: block;
  font-size: 11px;
  margin: 0 0 1em 0;
  color: #33a8e5;
  border: 1px solid #94ddd4;
  padding: 10px 15px;
  background: #d6f4f0;
}

.comment_closed {
  border: 1px solid #ccc;
  text-align: center;
  margin: 0 35px 15px 0;
  padding: 15px;
  background: #fefefe;
}

.no_comment {
  padding-bottom: 15px;
}

.comment_message {
  margin: 0 0 25px 0;
}

/* トラックバック */
.commentlist .ping-link {
  margin: 0 0 25px 0;
}

.commentlist .ping-meta {
  margin: 0 0 15px 0;
}

#trackback_url_area {
  margin: 0 0 25px 0;
}

#trackback_url_area label {
  font-size: 11px;
  display: block;
  margin: 0 0 5px 0;
}

#trackback_url_area input {
  border: 1px solid #ddd;
  padding: 5px 10px;
  width: 100%;
}

/* ページナビ */
#comment_pager {
  margin: 0 0 10px;
  height: 24px;
}

#comment_pager a, #comment_pager span {
  display: inline;
  float: left;
  margin: 0 10px 0 0;
}

#comment_pager .current {
  text-decoration: underline;
}

/* コメントフォーム */
.comment_form_wrapper {
  margin: 0 0 0px;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
}

.comment .comment_form_wrapper {
  margin: 0 0 20px;
}

#cancel_comment_reply a {
  background: #eee;
  margin: 0 0 1em 0;
  padding: 10px;
  text-align: center;
  display: block;
}

#cancel_comment_reply a:hover {
  background: #222;
  color: #fff;
}

#comment_user_login p {
  padding: 5px 0;
  margin: 0;
  line-height: 1;
  font-size: 12px;
}

#comment_user_login span {
  margin: 0 0 0 40px;
}

#comment_login {
  margin: 0;
  padding: 3px 30px 10px 30px;
}

#comment_login p {
  margin: 0;
  padding: 12px 0 11px 36px;
  line-height: 1;
}

#comment_login a {
  margin: 0 0 0 20px;
  padding: 0;
}

#guest_info {
  padding: 0;
  width: 100%;
}

#guest_info div {
  margin: 0 0 12px 0;
  text-align: left;
}

#guest_info input {
  margin: 0;
  padding: 5px 10px;
  border: 1px solid #ccc;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1) inset;
          box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1) inset;
}

#guest_info input:focus {
  border: 1px solid #999;
}

#guest_info label {
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 12px;
}

#guest_info span {
  margin: 0 10px 0 0;
}

#comment_textarea textarea {
  margin: 15px 0 0;
  width: 100%;
  height: 150px;
  font-size: 12px;
  overflow: auto;
  padding: 10px;
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1) inset;
          box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.1) inset;
}

#comment_textarea textarea:focus {
  border: 1px solid #999;
}

#submit_comment_wrapper {
  text-align: center;
}

#submit_comment {
  color: #000;
  background: #eee;
  border: none;
  cursor: pointer;
  font-size: 14px;
  width: 200px;
  height: 50px;
  margin: 15px auto 0;
  display: block;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#submit_comment:hover {
  background: #222;
  color: #fff;
}

#input_hidden_field {
  display: none;
}

/* パスワード保護 */
.password_protected {
  text-align: center;
  margin: 0 38px 30px;
  padding: 10px 20px;
  color: #fff;
  background: #3db4b2;
  border-radius: 5px;
}

.password_protected p {
  font-size: 12px;
  margin: 0;
  line-height: 1.6;
}

/* ----------------------------------------------------------------------
　アニメーションの設定
---------------------------------------------------------------------- */
/* 下から上へスライド */
@-webkit-keyframes slideUp {
  0% {
    bottom: -30px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes slideUp {
  0% {
    bottom: -30px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
/* ズームアウト */
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
/* ズームイン */
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* フェードイン */
@-webkit-keyframes opacityAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacityAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* フェードアウト */
@-webkit-keyframes opacityAnimation2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacityAnimation2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 左から右へスライド */
@-webkit-keyframes slideRight {
  0% {
    left: -200px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    left: -200px;
    opacity: 0;
  }
  100% {
    left: 0px;
    opacity: 1;
  }
}
/* ズームイン（CURE用） */
@-webkit-keyframes text_animation {
  0% {
    opacity: 0;
    top: 30px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
@keyframes text_animation {
  0% {
    opacity: 0;
    top: 30px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}
/* ----------------------------------------------------------------------
 WordPress プリセットスタイル
---------------------------------------------------------------------- */
/* alignment */
.post_content .alignright {
  float: right;
}

.post_content .alignleft {
  float: left;
}

.post_content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}

.post_content blockquote.alignleft, .post_content img.alignleft {
  margin: 7px 24px 7px 0;
}

.post_content .wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

.post_content blockquote.alignright, .post_content img.alignright {
  margin: 7px 0 7px 24px;
}

.post_content .wp-caption.alignright {
  margin: 7px 0 7px 14px;
}

.post_content blockquote.aligncenter, .post_content img.aligncenter, .post_content .wp-caption.aligncenter {
  margin-top: 7px;
  margin-bottom: 7px;
}

/* text and headline */
/* list */
.post_content li, .post_content dt, .post_content dd {
  line-height: 2.4;
}

.post_content ol {
  list-style: decimal outside none;
  margin-left: 1.5em;
}

/*.post_content ul {*/
/*    list-style: circle outside none;*/
/*    margin-left: 1.3em;*/
/*}*/
.post_content li > ul, .post_content li > ol {
  margin-bottom: 0;
}

.post_content dt {
  font-weight: bold;
}

.post_content dd {
  margin-bottom: 1em;
}

/* table */
.post_content th {
  background: #f2f2f2;
  font-weight: normal;
}

/* table style */
.post_content table.table_no_border th, .post_content table.table_no_border td {
  border: none;
  padding-left: 0;
}

.post_content table.table_border_horizontal th, .post_content table.table_border_horizontal td {
  border-left: none;
  border-right: none;
  padding-left: 0;
}

body.light_color .post_content td, body.light_color .post_content th {
  border: 1px solid #ccc;
  background: #fafafa;
}

body.light_color .post_content th {
  background: #eee;
}

/* block quote */
.post_content blockquote {
  margin: 0 0 25px 0;
  padding: 27px 30px;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(150, 150, 150, 0.1);
          box-shadow: 0px 3px 0px 0px rgba(150, 150, 150, 0.1);
  position: relative;
}

.post_content blockquote:before {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 10px;
  color: #5cbcd7;
}

.post_content blockquote:after {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  text-align: left;
  line-height: 60px;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 7px;
  right: -2px;
  color: #5cbcd7;
}

.post_content blockquote cite {
  border-top: 1px dotted #aaa;
  display: block;
  padding: 20px 0 0 0;
  font-style: italic;
  text-align: right;
  font-size: 90%;
}

/* captions */
.post_content .wp-caption {
  margin-bottom: 24px;
  background: #f8f8f8;
  border: 1px solid #ccc;
  padding: 5px;
  max-width: 100%;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.post_content .wp-caption-text {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px auto;
}

.post_content .wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}

/* gallery */
.gallery {
  margin-bottom: 20px;
}

.gallery a img {
  border: 0 !important;
}

.gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: calc(11.1% - 4px);
}

.gallery-columns-10 .gallery-item {
  max-width: 7%;
  max-width: calc(9.4% - 0px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n), .gallery-columns-10 .gallery-item:nth-of-type(10n) {
  margin-right: 0;
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
}

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption, .gallery-columns-10 .gallery-caption {
  display: none;
}

/* etc */
.post_content .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.post_content address {
  margin: 0 0 24px 0;
  line-height: 2.2;
}

.post_content pre {
  border-left: 3px solid #ccc;
  background: #f8f8f8;
  font-size: 12px;
  margin: 0 0 27px 0;
  line-height: 1.7;
  padding: 20px;
  overflow: auto;
}

.post_content .mejs-container {
  margin: 12px 0 25px;
}

/* パスワード保護 */
.c-pw__desc, .c-pw__desc p {
  line-height: 2.5;
}

.c-pw__desc p {
  margin-bottom: 16px !important;
}

.c-pw__desc.type2 p {
  text-align: center;
}

.c-pw__desc.type3 p {
  text-align: right;
}

.c-pw__btn {
  border: none;
  background: #111;
  color: #fff;
  display: inline-block;
  padding: 0px 20px;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  height: 40px;
}

.c-pw__btn:hover {
  background: #333;
  color: #fff;
}

.c-pw__btn--register {
  min-width: 160px;
  margin-bottom: 32px;
}

.c-pw__btn--submit {
  background: #111;
  color: #fff;
  min-width: 100px;
  border: 0;
  cursor: pointer;
  top: -1px;
  position: relative;
}

.c-pw .c-pw__btn:hover {
  text-decoration: none;
}

.c-pw__btn.type2 {
  display: table;
  margin: 0 auto 32px;
}

.c-pw__btn.type3 {
  float: right;
}

.c-pw__box {
  width: 100%;
  border: 1px solid #ddd;
  padding: 25px 36px;
  display: inline-block;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

.c-pw__box .c-pw__box-desc {
  line-height: 1.2;
  margin-bottom: 20px;
}

.c-pw__box-label {
  margin-right: 14px;
}

.c-pw__box-input {
  border: 1px solid #ddd;
  background: #fff;
  height: 40px;
  width: 250px;
  margin-right: 13px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}

.post_content .c-pw__btn, .post_content .c-pw__btn:hover {
  color: #fff;
}

/* Cardlink style - カードリンクのスタイル */
.cardlink {
  word-wrap: break-word;
  max-width: 100%;
  margin: 45px 0 !important;
  padding: 12px;
  border: 1px solid #ddd;
  background: #fafafa;
}

.cardlink_thumbnail {
  margin-right: 20px;
  float: left;
}

.cardlink_content {
  line-height: 1.6;
}

.cardlink_timestamp {
  display: inline;
  margin: 0;
  padding: 0;
  color: #222;
  font-size: 12px;
  line-height: 1.6;
  vertical-align: top;
}

.cardlink_title {
  margin: 0 0 5px;
  font-size: 14px;
}

.cardlink_title a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.cardlink_title a:hover {
  text-decoration: underline;
}

.cardlink_excerpt {
  overflow: hidden;
  color: #333;
  font-size: 12px;
  line-height: 1.8;
}

.cardlink_footer {
  clear: both;
}

.clear {
  clear: both;
}
/* Google Mapの設定 */
.p-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 180px;
  height: 50px;
  padding: 0 15px;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
}
/* ------------------------------------------------------------------------------------
responsive.css
------------------------------------------------------------------------------------ */
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
}

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

body {
  background: #fff;
  margin: 0;
  min-width: 320px;
}

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

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

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

a {
  color: #000;
  text-decoration: none;
}

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

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

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

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

::placeholder {
  color: #ccc;
}

button {
  border: none;
}

table {
  border-collapse: collapse;
}

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

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

main {
  display: block;
}

.outer-block {
  min-width: 1080px;
}

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

#wrapper {
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}
@font-face {
  src: url(../font/NotoSansJP-Regular.woff) format("woff"), url(../font/NotoSansJP-Regular.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Medium.woff) format("woff"), url(../font/NotoSansJP-Medium.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url(../font/NotoSansJP-Bold.woff) format("woff"), url(../font/NotoSansJP-Bold.otf) format("opentype");
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-weight: 400;
  src: url("../font/Poppins-Regular.woff") format("woff"), url("../font/Poppins-Regular.ttf") format("truetype");
}
.serif {
  font-family: "Noto Serif JP", serif;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

#main_contents {
  width: auto !important;
  max-width: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

#page_header_inner {
  background-color: #eef7f3 !important;
}

.ib {
  display: inline-block;
}

/* 印刷対策 */
/* slickで一瞬縦に崩れるのを解決 */
.slider {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------------- */
#header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* ロゴ */
#header_logo {
  width: 320px;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#header_logo a {
  display: block;
}
#header_logo img {
  max-width: 260px;
}

.header_menu {
  position: relative;
  padding-right: 290px;
}
#global_menu > ul > li + li {
  margin-left: 15px;
}
#global_menu .sub-menu {
  top: 100% !important;
}

#global_menu ul ul a {
  background-color: #55ad87 !important;
}

.header_ico-inn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
}

.header_access, .header_hospital, .header_calendar {
  height: 50px;
  line-height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  padding-left: 3px;
  padding-right: 3px;
}
.header_hospital, .header_calendar {
  background-color: #d2f0e0;
}
.header_access .c-svg, .header_hospital .c-svg, .header_calendar .c-svg {
  margin-right: 12px;
  color: #55ad87;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.header_access:hover, .header_hospital:hover, .header_calendar:hover {
  color: #55ad87;
}
.header_access:hover .c-svg, .header_hospital:hover .c-svg, .header_calendar:hover .c-svg {
  color: #428a6b;
}

.header_contact {
  width: 240px;
}
.header_contact > a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header_contact .tel {
  background-color: #d2f0e0;
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_contact .tel .c-svg {
  margin-right: 8px;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.header_contact .tel:hover {
  color: #55ad87;
}
.header_contact .contact {
  font-size: 18px;
}

/* ----------------------------------------------------------------------
 フッター
---------------------------------------------------------------------- */
#footer_inner {
  max-width: 1240px;
  width: 100%;
  padding: 0 20px !important;
}

/* フッター上部 */
#footer_top {
  padding: 100px 0;
}
#footer_top #footer_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#footer_top .footer_top_map .map_inner {
  height: 0;
  padding-top: 93.3333333333%;
  overflow: hidden;
  position: relative;
}
#footer_top .footer_top_map iframe {
  position: absolute;
  left: 0;
  border: 0;
  width: 100%;
  top: -170px;
  height: calc(100% + 300px + 170px);
}
/* ロゴ */
#footer_logo {
  text-align: left;
}
#footer_logo a {
  display: inline-block;
}
#footer_logo img {
  display: inline-block;
  margin: 0;
}

/* 情報 */
.footer_info {
  margin-top: 40px;
  padding: 0;
  line-height: 1.5;
  letter-spacing: 0.025em;
  text-align: left;
  font-weight: 400;
}

/* 予約、電話番号、スケジュールエリア */
#footer_data {
  margin-top: 32px;
  display: block;
}
#footer_data .item {
  margin: 0;
}
#footer_data .item + .item {
  margin-top: 26px;
}
#footer_data .tel_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#footer_data #footer_tel {
  width: auto;
  min-height: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 0;
  padding: 0;
  letter-spacing: 0.025em;
  text-align: left;
}
#footer_data #footer_tel .headline {
  position: relative;
  top: 0;
  padding: 0;
  -webkit-transform: none;
          transform: none;
  text-align: left;
  font-weight: 400;
}
#footer_data #footer_tel .number_area {
  left: 0;
  width: auto;
  padding: 0;
}
#footer_data #footer_tel .tel_number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer_data #footer_tel .tel_number .c-svg {
  color: #0076a8;
  margin-right: 10px;
}
#footer_data #footer_tel .number {
  color: #0076a8;
  font-size: 26px;
  font-weight: bold;
}
#footer_data .footer_schedule_note {
  margin-top: 0px;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.025em;
  font-weight: 400;
}
#footer_data .footer_schedule_note a {
  text-decoration: underline;
}

.footer_schedule {
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px;
}
.footer_schedule td + td {
  border-left: 1px solid #ccc;
}
.footer_schedule tr:first-child td {
  height: 50px;
  background: #55ad87;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.footer_schedule tr:last-child td {
  border-bottom: 0;
}
.footer_schedule tr:first-child td:first-child {
  border-radius: 10px 0 0 0;
}
.footer_schedule tr:first-child td:last-child {
  border-radius: 0 10px 0 0;
}
.footer_schedule tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
.footer_schedule tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
.footer_schedule tr:nth-child(n+2) .col1 {
  color: #333;
  font-size: 13px;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.footer_schedule tr:nth-child(n+2) .col8 {
  color: #a6a6a6;
  font-size: 19px;
  line-height: 1.1;
}
.footer_schedule tr:nth-child(n+2) td:not(.col1):not(.col8) {
  color: #55ad87;
  font-size: 18px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

/* フッター下部 */
#footer_bottom {
  padding: 0;
  background-color: #55ad87;
}
#footer_bottom #footer_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* メニュー */
#footer_menu li {
  margin: 0;
  letter-spacing: 0.025em;
}
#footer_menu li a {
  color: #fff;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  font-weight: 400;
}
#footer_menu li a:hover {
  opacity: 0.7;
}

/* コピーライト */
#copyright {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.025em;
}

/* ページ上部へ戻るボタン */
#return_top {
  right: 160px;
  bottom: 160px;
}
#return_top a {
  border-radius: 50%;
}
#return_top a::before {
  font-size: 24px;
  width: 24px;
  height: 14px;
  top: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* --------------------------------
c-ttl01
----------------------------------- */
.c_ttl01 {
  letter-spacing: 0.025em;
  line-height: 1;
}
.c_ttl01 .ja {
  font-size: 40px;
}
.c_ttl01 .en {
  color: #55ad87;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.c-title02, h3.c-title02 {
  font-size: 30px;
  letter-spacing: 0.025em;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.c-title02::after {
  content: "";
  display: block;
  background-color: #55ad87;
  width: 50px;
  height: 4px;
  margin-top: 24px;
}

/* --------------------------------
c-btn01
----------------------------------- */
.c_btn01 {
  display: inline-block;
  min-width: 220px;
  height: 60px;
  color: #ffffff !important;
  background: #55ad87;
  line-height: 60px;
  padding: 0 20px;
  font-size: 16px;
  letter-spacing: 0.025em;
  border-radius: 30px;
  text-align: center;
}
.c_btn01.gray {
  background-color: #999999;
}

/* --------------------------------
c-btn02
----------------------------------- */
.c_btn02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 140px;
  border-bottom: 2px solid #55ad87;
  padding-bottom: 15px;
  color: #55ad87 !important;
  letter-spacing: 0.025em;
}
.c_btn02-big {
  max-width: 337px;
}

.c-anchor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.c-anchor_item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-anchor_item-link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  border-bottom: 1px solid #ccc;
  position: relative;
  color: #333;
}
.c-anchor_item-link.active a {
  color: #55ad87;
  pointer-events: none;
}

.c-anchor_item-icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.l-bg {
  background-color: transparent;
  background-image: url("../img/checkup/p-checkup_content-bg.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 50px 0 0 50px;
  margin-top: 100px;
  margin-left: 7.8125%;
  padding: 100px 0;
  padding-right: 7.8125%;
}

.c-contact {
  background-color: #eef7f3;
  margin-top: 100px;
  padding: 80px 0;
}
.c-contact .c_ttl01 {
  text-align: center;
}
.c-contact .lead {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.025em;
  text-align: center;
  margin-top: 45px;
}
.c-contact .tel-box {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0076a8;
}
.c-contact .tel-box.center {
  padding-left: 0;
}
.c-contact .tel-box.center .bar {
  margin-top: 28px;
}
.c-contact .tel-box a {
  color: #0076a8;
}
.c-contact .tel-box .title {
  color: #333;
  display: block;
  text-align: center;
  width: 100%;
  margin: 0 0 10px;
}
.c-contact .num {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.025em;
  margin-left: 10px;
}
.c-contact .fax .text {
  font-family: "Poppins";
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  padding-top: 5px;
}
.c-contact .l-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-contact .bar {
  display: block;
  background-color: #ccc;
  width: 1px;
  height: 81px;
  margin: 0 40px;
}

.c-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.c-pagination .page-numbers {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #cccccc;
  color: #333;
  font-weight: 400;
  font-size: 14px;
}
.c-pagination .page-numbers .c-svg {
  color: #a0a0a0;
}
.c-pagination .page-numbers.prev {
  margin-right: 10px;
}
.c-pagination .page-numbers.prev .c-svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.c-pagination .page-numbers.next {
  margin-left: 10px;
}
.c-pagination .page-numbers.next .c-svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-pagination .page-numbers.current {
  background-color: #55ad87;
  border-color: #55ad87;
  color: #fff;
}
.c-pagination .c-pagination_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-pagination .c-pagination_col > * + * {
  margin-left: 10px;
}
.c-news-item .image_wrap {
  display: block;
  overflow: hidden;
  position: relative;
}
.c-news-item .image_wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.75s ease;
  transition: -webkit-transform 0.75s ease;
  transition: transform 0.75s ease;
  transition: transform 0.75s ease, -webkit-transform 0.75s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-news-item .title_area {
  margin-top: 18px;
}
.c-news-item .body_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2px;
  gap: 5px;
}
.c-news-item .body_head .date {
  color: #999;
  font-size: 14px;
  letter-spacing: 0.025em;
}
.c-news-item .body_head .category a {
  font-size: 12px;
  color: #55ad87;
  letter-spacing: 0.025em;
  border: 1px solid #55ad87;
  text-align: center;
  padding: 0 6px;
}
.c-news-item .title {
  margin-top: 12px;
}
.c-news-item .title span {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: 0.025em;
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.c-form_select {
  position: relative;
  display: inline-block;
  width: 100%;
}
.c-form_select > select {
  cursor: pointer;
  line-height: 1;
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
  font-weight: 400;
}
.c-form_select > select.is-empty {
  color: #9e9e9e;
}
.c-form_select.is-change::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.c-form_select::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: transparent;
  background-image: url("../img/common/arrow-green.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-form_input > input {
  line-height: 1;
  padding: 16px;
  border-radius: 5px;
  background-color: #fff;
  height: 46px;
  display: block;
  width: 100%;
  font-weight: 400;
}

/* チェックボックス */
.m-form_checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 20px;
}

.c-form_checkbox, .p-contact_agree-checkbox label, .p-contact_table-checkbox label {
  display: block;
  font-size: 0;
}
.c-form_checkbox .c-form_checkbox-ttl, .p-contact_agree-checkbox label .c-form_checkbox-ttl, .p-contact_table-checkbox label .c-form_checkbox-ttl, .c-form_checkbox .p-contact_agree-checkbox .mwform-checkbox-field-text, .c-form_checkbox .p-contact_table-checkbox .mwform-checkbox-field-text, .p-contact_agree-checkbox .c-form_checkbox .mwform-checkbox-field-text, .p-contact_table-checkbox .c-form_checkbox .mwform-checkbox-field-text, .p-contact_agree-checkbox label .mwform-checkbox-field-text, .p-contact_table-checkbox label .mwform-checkbox-field-text {
  line-height: 1.4375;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form_checkbox .c-form_checkbox-ttl::before, .p-contact_agree-checkbox label .c-form_checkbox-ttl::before, .c-form_checkbox .p-contact_agree-checkbox .mwform-checkbox-field-text::before, .p-contact_agree-checkbox .c-form_checkbox .mwform-checkbox-field-text::before, .p-contact_agree-checkbox label .mwform-checkbox-field-text::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 3px;
  background-color: #fff;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-contact_table-checkbox label .c-form_checkbox-ttl::before, .c-form_checkbox .p-contact_table-checkbox .mwform-checkbox-field-text::before, .p-contact_table-checkbox .c-form_checkbox .mwform-checkbox-field-text::before, .p-contact_table-checkbox label .mwform-checkbox-field-text::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background-color: #fff;
  margin-right: 8px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.c-form_checkbox .c-form_checkbox-ttl::after, .p-contact_agree-checkbox label .c-form_checkbox-ttl::after, .p-contact_table-checkbox label .c-form_checkbox-ttl::after, .c-form_checkbox .p-contact_agree-checkbox .mwform-checkbox-field-text::after, .c-form_checkbox .p-contact_table-checkbox .mwform-checkbox-field-text::after, .p-contact_agree-checkbox .c-form_checkbox .mwform-checkbox-field-text::after, .p-contact_table-checkbox .c-form_checkbox .mwform-checkbox-field-text::after, .p-contact_agree-checkbox label .mwform-checkbox-field-text::after, .p-contact_table-checkbox label .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 9px;
  border-left: 2px solid #55ad87;
  border-bottom: 2px solid #55ad87;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 6px;
  left: 6px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-form_checkbox input[type=checkbox], .p-contact_agree-checkbox label input[type=checkbox], .p-contact_table-checkbox label input[type=checkbox] {
  display: none !important;
}
.c-form_checkbox input[type=checkbox]:checked + .c-form_checkbox-ttl::after, .p-contact_agree-checkbox label input[type=checkbox]:checked + .c-form_checkbox-ttl::after, .p-contact_table-checkbox label input[type=checkbox]:checked + .c-form_checkbox-ttl::after, .c-form_checkbox .p-contact_agree-checkbox input[type=checkbox]:checked + .mwform-checkbox-field-text::after, .c-form_checkbox .p-contact_table-checkbox input[type=checkbox]:checked + .mwform-checkbox-field-text::after, .p-contact_agree-checkbox .c-form_checkbox input[type=checkbox]:checked + .mwform-checkbox-field-text::after, .p-contact_table-checkbox .c-form_checkbox input[type=checkbox]:checked + .mwform-checkbox-field-text::after, .p-contact_agree-checkbox label input[type=checkbox]:checked + .mwform-checkbox-field-text::after, .p-contact_table-checkbox label input[type=checkbox]:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}

.c-form_checkbox-color {
  margin-left: 3px;
}

.c-tag01 {
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: #55ad87;
  padding: 5px 11px;
  display: inline-block;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
/* ----------------------------------------------------------------------
 トップページ（ヘッダーコンテンツ）
---------------------------------------------------------------------- */
#header_slider .catch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#header_slider .catch span {
  background-color: #55ad87;
  padding: 8px 30px 8px 10px;
  letter-spacing: 0.05em;
}
#header_slider .catch span + span {
  margin-top: 25px;
}

#header_message {
  position: absolute;
  bottom: 65px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1000px;
  border-radius: 10px;
  letter-spacing: 0.025em;
  padding: 28px 0;
  width: 100%;
  font-weight: 400;
}
#header_message .post_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#header_message .label {
  color: #55ad87;
  padding-left: 50px;
  position: relative;
  min-width: 165px;
  margin: 0 22px 0 0;
}
#header_message .label::before {
  position: absolute;
  content: "";
  display: block;
  background: no-repeat url(../img/home/icon-alert.svg) center/100%;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* ----------------------------------------------------------------------
 トップページ（フリーコンテンツ等）
---------------------------------------------------------------------- */
.home .cb_contents {
  overflow: hidden;
}

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.media_img img {
  border-radius: 20px;
}
.media_body .txt {
  margin-top: 40px;
  line-height: 2.25;
  letter-spacing: 0.025em;
  font-weight: 400;
}
.media_body .btn_wrap {
  margin-top: 40px;
}

.media-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.media-reverse .media_img {
  margin-left: 0;
}
.media-reverse .media_body .txt {
  font-weight: 400;
}

.home_news {
  padding-top: 50px;
  padding-bottom: 100px;
}
.home_news .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.home_news .c_ttl01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1;
}
.home_news .c_ttl01 .en {
  margin-left: 12px;
}
.home_news .home_news_list {
  margin-top: 30px;
}
.home_news_list .item {
  border-bottom: 1px solid #ccc;
}
.home_news_list .item > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  letter-spacing: 0.025em;
  padding: 17px 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.home_news_list .item > a:hover {
  opacity: 0.7;
}
.home_news_list .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home_news_list .date {
  color: #999;
  min-width: 76px;
}
.home_news_list .category {
  border: 1px solid #55ad87;
  color: #55ad87;
  text-align: center;
  padding: 1px 14px;
}
.home_news_list .title {
  font-weight: normal;
}

.home_about {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 50px calc(50vw - 50%);
  background-color: #eef7f3;
  position: relative;
}
.home_about::after {
  display: block;
  position: absolute;
  width: 100vw;
  height: 80px;
  left: calc(50% - 50vw);
  bottom: 0;
  background: no-repeat url(../img/common/bg-company.svg) bottom/contain;
  content: "";
  pointer-events: none;
}
.home_schedule .footer_schedule td {
  line-height: 1;
}

.home_subject {
  background-color: #fffcf8;
  margin-left: -310px;
  margin-right: calc(50% - 50vw);
  padding: 100px calc(50vw - 50%) 100px 310px;
  border-radius: 50px 0 0 50px;
}
.home_subject .c_ttl01 {
  text-align: center;
}

.home_subject_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home_subject_list > li {
  width: calc((100% - 120px) / 4);
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 20px;
}
.home_subject_list > li:nth-child(1) {
  background-color: #ffefef;
}
.home_subject_list > li:nth-child(2) {
  background-color: #fef1e9;
}
.home_subject_list > li:nth-child(3) {
  background-color: #e9f9da;
}
.home_subject_list > li:nth-child(4) {
  background-color: #dbf7e8;
}
.home_subject_list > li:nth-child(5) {
  background-color: #f0fbff;
}
.home_subject_list > li:nth-child(6) {
  background-color: #f5efff;
}
.home_subject_list > li:nth-child(7) {
  background-color: #ffedfb;
}
.home_subject_list > li:nth-child(4n), .home_subject_list > li:last-child {
  margin-right: 0;
}
.home_subject_list .ttl {
  font-size: 18px;
  letter-spacing: 0.025em;
}

.index_service_list {
  position: relative;
}
.index_service_list::after {
  display: block;
  position: absolute;
  width: 100vw;
  height: 80px;
  left: 0;
  bottom: 0;
  background: no-repeat url(../img/common/bg-company.svg) bottom/contain;
  content: "";
}
.index_service_list .cb_desc {
  letter-spacing: 0.025em;
  font-weight: 400;
}

.home_post .home_post_list {
  margin-top: 40px;
}
.home_post_list .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home_post_list .item + .item {
  margin-left: 50px;
}
.home_post_list .body_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 2px;
  gap: 5px;
}

.home_recruit {
  background-color: #fffcf8;
  margin-right: -310px;
  margin-left: calc(50% - 50vw);
  padding: 100px 310px 100px calc(50vw - 50%);
  border-radius: 0 50px 50px 0;
}

/* -----------------------------------------------
* blog detail Module
* blog detail ページ用
-------------------------------------------------- */
.blog-article-block .ttl-wrap .date {
  font-size: 14px;
  letter-spacing: 0.1em;
  padding-bottom: 3px;
}
.blog-article-block .ttl-wrap .ttl {
  border-bottom: 1px solid #fba31a;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 6px;
}
.blog-article-block .ttl-wrap .tag {
  background: #ff6c08;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  padding: 5px 18px;
  line-height: 1;
  font-size: 12px;
}
.blog-article-block .thumb {
  margin: 30px 0 55px;
}
.blog-article-block .thumb img {
  width: 100%;
  height: auto;
}
.blog-article-block .article-content {
  border-bottom: 1px solid #fa9900;
  padding-bottom: 70px;
}
.blog-article-block .article-content h2 {
  color: #ff6c08;
  border-bottom: 2px solid #ff6c08;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 7px;
}
.blog-article-block .article-content h3 {
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
.blog-article-block .article-content h3::before {
  background: #ff6c08;
  content: "";
  display: block;
  width: 3px;
  height: 1em;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
}
.blog-article-block .article-content h4 {
  border-bottom: 2px solid #ff6c08;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 7px;
}
.blog-article-block .article-content h5 {
  background: #f6f6f6;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 15px;
}
.blog-article-block .article-content ul li,
.blog-article-block .article-content ol li {
  line-height: 1.5;
  position: relative;
}
.blog-article-block .article-content ul li {
  padding-left: 15px;
}
.blog-article-block .article-content ul li::before {
  background: #ff6c08;
  border-radius: 50%;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 10px;
  left: 0;
  margin: auto;
}
.blog-article-block .article-content ol {
  counter-reset: number 0;
  padding-left: 17px;
}
.blog-article-block .article-content ol li::before {
  color: #ff6c08;
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: -1.1em;
}
.blog-article-block .article-content a {
  color: #ff6c08;
  position: relative;
  text-decoration: underline;
}
.blog-article-block .article-content a.link-ex::after {
  background: url(../img/common/ico-ex.svg) no-repeat center center;
  background-size: 13px 13px;
  content: "";
  display: inline-block;
  height: 13px;
  position: relative;
  width: 13px;
  top: 1px;
  right: -5px;
  margin: auto;
}
.blog-article-block .article-content .link-ex a::after {
  background: url(../img/common/ico-ex.svg) no-repeat center center;
  background-size: 13px 13px;
  content: "";
  display: inline-block;
  height: 13px;
  position: relative;
  width: 13px;
  top: 1px;
  right: -5px;
  margin: auto;
}
.blog-article-block .article-content .wp-block-button.is-style-outline .wp-block-button__link {
  background: #fff;
  border: 1px solid #ff6c08;
  color: #ff6c08;
}
.blog-article-block .article-content .wp-block-button.is-style-outline .wp-block-button__link::before {
  border-color: #ff6c08;
}
.blog-article-block .article-content .wp-block-button__link {
  color: #fff;
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 12px 60px;
  text-decoration: none;
  width: auto;
  background-color: #fa9900;
}
.blog-article-block .article-content .is-style-outline .wp-block-button__link {
  background: #fff;
  border: 1px solid #ff6c08;
  color: #ff6c08;
}
.blog-article-block .article-content .is-style-outline .wp-block-button__link::before {
  border-color: #ff6c08;
}
.blog-article-block .article-content .wp-block-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blog-article-block .article-content .wp-block-columns .wp-block-column {
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
.blog-article-block .article-content .wp-block-columns .wp-block-image {
  margin: 0 15px;
  text-align: center;
}
.blog-article-block .article-content .wp-block-columns .wp-block-image figure {
  margin: 0;
}
.blog-article-block .article-content .wp-block-columns .wp-block-image figure img {
  width: 100%;
}
.blog-article-block .article-content .wp-block-columns .wp-block-image figcaption {
  font-size: 12px;
  margin-top: 5px;
}
.blog-article-block .article-content .wp-block-media-text {
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-article-block .article-content .wp-block-media-text .wp-block-media-text__media {
  margin: 0;
  text-align: center;
}
.blog-article-block .article-content .wp-block-table {
  margin: 0;
}
.blog-article-block .article-content table {
  margin-top: 30px;
  width: 100%;
}
.blog-article-block .article-content table th,
.blog-article-block .article-content table td {
  padding: 15px;
}
.blog-article-block .article-content table th {
  background: #ff6c08;
  border: 1px solid #ff6c08;
  color: #fff;
}
.blog-article-block .article-content table td {
  border: 1px solid #ff6c08;
}
.blog-article-block .article-content table thead th:nth-child(n+2) {
  border-left-color: #fff;
}
.blog-article-block .article-content table thead th:not(:last-child) {
  border-right-color: #fff;
}
.blog-article-block .article-content .iframe-wrap {
  position: relative;
  margin: 30px auto 0;
  text-align: center;
}
.blog-article-block .article-content .iframe-wrap.youtube .wp-block-embed__wrapper {
  position: static;
}
.blog-article-block .article-content img {
  height: auto;
}
.blog-article-block .article-content * + h2,
.blog-article-block .article-content * + h3,
.blog-article-block .article-content * + h4,
.blog-article-block .article-content * + h5,
.blog-article-block .article-content * + ul,
.blog-article-block .article-content * + ol,
.blog-article-block .article-content * + .wp-block-buttons {
  margin-top: 20px;
}
.blog-article-block .article-content * + p {
  margin-top: 10px;
}
.blog-article-block .article-content h2 {
  margin-bottom: 30px;
}
.blog-article-block .article-content h3,
.blog-article-block .article-content h4,
.blog-article-block .article-content h5 {
  margin-bottom: 20px;
}
.blog-article-block .article-content * + .wp-block-buttons {
  margin: 30px auto !important;
}

.l-inner1000 {
  padding: 0 100px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.p-checkup-c_ttl01 {
  text-align: center;
  margin-bottom: 40px;
}

.p-checkup_content-button-wrap02 {
  margin-top: 50px;
  text-align: center;
}

.p-checkup_content-items {
  margin-top: 60px;
}
.p-checkup_content-items > .p-checkup_item:not(first-child) {
  margin-top: 50px;
}

.p-checkup_item {
  background-color: #fff;
  border-radius: 30px;
}

/* 詳細度で勝つために入れ子に */
.p-checkup_item {
  padding: 50px 50px 40px;
}

.p-checkup_item-desc {
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 2.25;
  margin-top: 32px;
}

.p-checkup_item-body {
  margin-top: 30px;
}

.p-checkup_item-body-head {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #55ad87;
}

.p-checkup_item-body-text {
  line-height: 2.25;
  margin-top: 16px;
}

.p-healthcare_content01 .lead {
  font-weight: 400;
  line-height: 2.31;
}
.p-healthcare_content01 .picture01 {
  margin-top: 40px;
  text-align: right;
}

.p-healthcare_content02 {
  margin-top: 100px;
}
.p-healthcare_content02-01 .lead {
  margin-top: 45px;
  line-height: 2.31;
  font-weight: 400;
}
.p-healthcare_content02-01 .picture02 * {
  border-radius: 20px;
}

.p-healthcare_content02-02 {
  margin-top: 80px;
}

.p-healthcare_content02_lead-wrap {
  margin-top: 45px;
}

.p-healthcare_content02_lead {
  font-weight: 400;
  line-height: 2.25;
}

.p-healthcare_content02-02_follow {
  margin-top: 45px;
  text-align: center;
}
.p-healthcare_content02-02_follow > .lead {
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  color: #55ad87;
}
.p-healthcare_content02-02_follow > .follows {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  margin-top: 30px;
}
.p-healthcare_content02-02_follow .follow-item {
  padding: 10px 10px;
  border-radius: 10px;
  background-color: #55ad87;
  color: #fff;
  font-weight: bold;
  line-height: 1.75;
}

.p-healthcare_content02-03 {
  margin-top: 100px;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.p-healthcare_content02-03 .p-healthcare_content02_lead {
  margin-top: 45px;
  text-align: center;
}

.p-healthcare_content02-03_body {
  text-align: center;
  margin-top: 45px;
}
.p-healthcare_content02-03_body > .lead {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  color: #55ad87;
  text-align: center;
}
.p-healthcare_content02-03_body > .items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 28px;
}
.p-healthcare_content02-03_body > .items > .item {
  border-radius: 5px;
  background-color: #eef7f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.75;
}
.p-healthcare_content02-03_body > .bottom {
  font-weight: bold;
  font-size: 18px;
  color: #55ad87;
  margin-top: 25px;
}

.p-healthcare_content02-04 {
  margin-top: 100px;
}
.p-healthcare_content02-04 > .p-healthcare_content02_lead {
  text-align: center;
  margin-top: 50px;
}

.p-healthcare_content02-04_body {
  margin-top: 45px;
}
.p-healthcare_content02-04_body > .items > .item {
  width: 100%;
  border-radius: 5px;
  background-color: #eef7f3;
  margin-left: auto;
  margin-right: auto;
}
.p-healthcare_content02-04_body > .items > .item .head {
  font-size: 20px;
  font-weight: bold;
  color: #55ad87;
  line-height: 1;
  text-align: center;
}
.p-healthcare_content02-04_body > .items > .item > ul {
  margin-top: 25px;
}
.p-healthcare_content02-04_body > .items > .item > ul > li {
  line-height: 2.25;
  padding-left: 1em;
  text-indent: -1em;
}

.p-healthcare_content02-05 {
  margin-top: 100px;
}
.p-healthcare_content02-05 > .picture03 {
  margin-top: 50px;
  text-align: center;
}

.p-healthcare_content02-06.index_post_slider {
  margin-top: 100px;
  width: auto;
}
.p-healthcare_content02-06.index_post_slider .c_ttl01 {
  text-align: center;
}
.p-healthcare_content02-06.index_post_slider .link_button {
  margin-top: 50px;
  text-align: center;
}

.p-healthcare_post_list_slider_wrap {
  margin-top: 50px;
}
.p-healthcare_post_list_slider_wrap.post_list_slider_wrap {
  background: transparent;
}
.p-healthcare_post_list_slider_wrap .body_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}
.p-healthcare_post_list_slider_wrap .category a {
  background: transparent !important;
}
.p-healthcare_post_list_slider_wrap .title_area {
  padding-top: 20px;
}
.p-healthcare_post_list_slider_wrap .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.56;
  letter-spacing: 0.025em;
  margin-top: 0 !important;
}
.p-healthcare_post_list_slider_wrap .title a {
  display: block;
}
.p-healthcare_post_list_slider_wrap .title span {
  color: #333;
}
.p-industrialphysician_content01 .lead {
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: 0.025em;
}
.p-industrialphysician_content01-01 .lead {
  margin-top: 45px;
  line-height: 2.31;
  font-weight: 400;
}
.p-industrialphysician_content01-01 .picture01 * {
  border-radius: 20px;
}

.p-industrialphysician_content01-02 {
  margin-top: 80px;
}

.p-industrialphysician_content01-02-items {
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
  row-gap: 30px;
  margin-top: 50px;
}
.p-industrialphysician_content01-02-items > .item {
  padding: 10px 20px;
  width: 230px;
  height: 80px;
  border-radius: 10px;
  background-color: #55ad87;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.p-industrialphysician_content02 {
  margin-top: 100px;
}
.p-industrialphysician_content02 .c_ttl01 {
  text-align: center;
}

.p-industrialphysician_content02-02 {
  margin-top: 100px;
}

.p-industrialphysician_content02_lead-wrap {
  margin-top: 45px;
}

.p-industrialphysician_content02_lead {
  font-weight: 400;
  line-height: 2.25;
  text-align: center;
  margin-top: 45px;
}

.p-industrialphysician_content02-02 .graph-wrap {
  margin-top: 54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  text-align: center;
}
.p-industrialphysician_content02-02 .descriptions > .desc-item {
  width: clamp(300px, 42vw, 420px);
  border-radius: 10px;
  background-color: #55ad87;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 11px;
}
.p-industrialphysician_content02-02 .descriptions > .desc-item + .desc-item {
  margin-top: 10px;
}
.p-industrialphysician_content02-02 .bottom-message {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  color: #55ad87;
  margin-top: 45px;
  margin-bottom: 30px;
  text-align: center;
}
.p-industrialphysician_content02-02 .c-anchor {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-industrialphysician_content02-02 .c-anchor_item-link a {
  padding-left: 0;
  padding-right: 33px;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #55ad87;
  border-color: #55ad87;
  border-width: 2px;
}

.p-industrialphysician_content02-03 {
  margin-top: 100px;
}
.p-industrialphysician_content02-03 .p-industrialphysician_content02_lead {
  margin-top: 45px;
  text-align: center;
}

.p-industrialphysician_content02-04 {
  margin-top: 100px;
}
.p-industrialphysician_content02-04 .bottom-message {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  color: #55ad87;
  margin-top: 28px;
}
.p-industrialphysician_content02-04 .sub-info {
  font-size: 14px;
  text-align: center;
  margin-top: 35px;
  font-weight: 400;
}
.p-mentalhealth_content01 .lead {
  font-weight: 400;
  line-height: 2.25;
}
.p-mentalhealth_content01-01 .lead {
  margin-top: 45px;
  line-height: 2.31;
  font-weight: 400;
}
.p-mentalhealth_content01-01 .picture01 * {
  border-radius: 20px;
}

.p-mentalhealth_content01-02 {
  margin-top: 80px;
}

.p-mentalhealth_content01-02-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.p-mentalhealth_content01-02-items > .item {
  padding: 10px 20px;
  width: 230px;
  height: 80px;
  border-radius: 10px;
  background-color: #55ad87;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.p-mentalhealth_content02 {
  margin-top: 100px;
}
.p-mentalhealth_content02 .c_ttl01 {
  text-align: center;
}
.p-mentalhealth_content02 .picture02 {
  text-align: center;
  margin-top: 50px;
}

.p-mentalhealth_content02-01 .c-title02 {
  font-size: 30px;
}
.p-mentalhealth_content02-01 .lead-small {
  font-size: 18px;
  font-weight: bold;
  line-height: 3.14;
  color: #55ad87;
  text-align: center;
}

.p-mentalhealth_content02-01_body {
  text-align: center;
  margin-top: 45px;
}
.p-mentalhealth_content02-01_body > .lead {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  color: #55ad87;
  text-align: center;
}
.p-mentalhealth_content02-01_body > .items {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, 300px);
}
.p-mentalhealth_content02-01_body > .items > .item {
  border-radius: 5px;
  background-color: #eef7f3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.75;
}
.p-mentalhealth_content02-01_body > .bottom {
  font-weight: bold;
  font-size: 18px;
  color: #55ad87;
  margin-top: 25px;
}

.p-mentalhealth_content02_lead {
  font-weight: 400;
  line-height: 2.25;
  text-align: center;
  margin-top: 45px;
}

.p-mentalhealth_content02-02_body {
  margin-top: 30px;
}

.p-mentalhealth_content02-03_body {
  margin-top: 50px;
}
.p-mentalhealth_content02-03_body > .info {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.025em;
  color: #55ad87;
  text-align: center;
  margin-top: 50px;
}

#page_header.c-kv .title {
  font-weight: 500;
  font-size: 48px;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #333;
}
.p-news-list-detail#main_contents {
  margin-top: 45px;
}

.p-news-list-detail_content .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-news-list-detail_content .date {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #999;
}
.p-news-list-detail_content .date time {
  font-weight: 400;
}
.p-news-list-detail_content .category {
  border: 1px solid #55ad87;
  background-color: #fff;
  padding: 1px 9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-news-list-detail_content .category a {
  font-size: 14px;
  letter-spacing: 0.025em;
  font-weight: 500;
  color: #55ad87;
}
.p-news-list-detail_content h1 {
  font-size: 30px;
  line-height: 1.4;
  font-weight: normal;
  letter-spacing: 0.025em;
  margin-top: 25px;
}
.p-news-list-detail_content .thumbnail {
  margin-top: 50px;
}
.p-news-list-detail_content .thumbnail img {
  width: 100%;
  height: 434px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.p-news-list-detail_content .content {
  margin-top: 50px;
}
.p-news-list-detail_content .content > * + * {
  margin-top: 45px;
}
.p-news-list-detail_content .content h2 + *,
.p-news-list-detail_content .content h3 + *,
.p-news-list-detail_content .content h4 + *,
.p-news-list-detail_content .content h5 + *,
.p-news-list-detail_content .content h6 + * {
  margin-top: 25px;
}
.p-news-list-detail_content .content h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.025em;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
}
.p-news-list-detail_content .content h3 {
  font-size: 20px;
  line-height: 1.44;
  letter-spacing: 0.025em;
}
.p-news-list-detail_content .content p {
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.025em;
}
.p-news-list-detail_content .content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.p-news-list-detail_content .content table th:first-child {
  border-radius: 10px 0 0 0;
}
.p-news-list-detail_content .content table th:last-child {
  border-radius: 0 10px 0 0;
  border-right: 1px solid #55ad87;
}
.p-news-list-detail_content .content table th {
  text-align: center;
  font-size: 16.5px;
  letter-spacing: 0.025em;
  color: white;
  background-color: #55ad87;
  border-left: 1px solid #55ad87;
  border-top: 1px solid #55ad87;
  border-bottom: 1px solid #55ad87;
  padding: 18px 20px;
  vertical-align: middle;
}
.p-news-list-detail_content .content table th + th {
  border-left: 1px solid #fff;
}
.p-news-list-detail_content .content table td {
  font-size: 16px;
  letter-spacing: 0.025em;
  text-align: center;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: none;
  padding: 20px 20px;
  vertical-align: middle;
}
.p-news-list-detail_content .content table tr:first-child td {
  border-top: 1px solid #ccc;
}
.p-news-list-detail_content .content table td:last-child {
  border-right: 1px solid #ccc;
}
.p-news-list-detail_content .content table tr:last-child td:first-child {
  border-radius: 0 0 0 10px;
}
.p-news-list-detail_content .content table.table01 tr:last-child td:first-child {
  border-radius: 0;
}
.p-news-list-detail_content .content table.table01 tr:last-child td:last-child {
  border-radius: 0;
}
.p-news-list-detail_content .content table.table01 th, .p-news-list-detail_content .content table.table01 td {
  padding: 8px;
}
.p-news-list-detail_content .content table tr:last-child td:last-child {
  border-radius: 0 0 10px 0;
}
.p-news-list-detail_content .content ul li {
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.025em;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}
.p-news-list-detail_content .content ul li::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: #55ad87;
  border-radius: 50%;
  margin-top: 0.7em;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-news-list-detail_content .content ul li + li {
  margin-top: 0.5em;
}

.p-news-list-detail_content-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-top: 45px;
}
.p-news-list-detail_content-pagination .archive {
  background-color: #55ad87;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.025em;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 40px;
}

.p-sidebar-news_item + .p-sidebar-news_item {
  margin-top: 50px;
}

.p-sidebar-news_head {
  border-bottom: 2px solid #ccc;
  padding-bottom: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-sidebar-news_head .ja {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.025em;
}
.p-sidebar-news_head .en {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.025em;
  color: #55ad87;
  font-family: "Poppins", sans-serif;
}

.p-sidebar-news_lists .list-item {
  border-bottom: 1px solid #ccc;
}
.p-sidebar-news_lists .list-item > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-sidebar-news_lists .list-item .list-item_text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-sidebar-news_lists .list-item .list-item_name,
.p-sidebar-news_lists .list-item .list-item_number {
  font-size: 14px;
  letter-spacing: 0.025em;
}
.p-sidebar-news_lists .list-item .c-svg {
  color: #a0a0a0;
}

.p-sidebar-news_recommend {
  margin-top: 20px;
}

.p-sidebar-news_accordion-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px 20px;
  height: 60px;
  cursor: pointer;
}
.p-sidebar-news_accordion-trigger .c-svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: #a0a0a0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-sidebar-news_accordion-trigger.is-active .c-svg {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.p-sidebar-news_archive-lists .list-item:not(.is-active) {
  display: none;
}

.p-sidebar-news_item-form {
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 20px;
  position: relative;
}
.p-sidebar-news_item-form input {
  font-weight: 400;
  letter-spacing: 0.025em;
}
.p-sidebar-news_item-form input ::-webkit-input-placeholder {
  color: #a0a0a0;
}
.p-sidebar-news_item-form input ::-moz-placeholder {
  color: #a0a0a0;
}
.p-sidebar-news_item-form input :-ms-input-placeholder {
  color: #a0a0a0;
}
.p-sidebar-news_item-form input ::-ms-input-placeholder {
  color: #a0a0a0;
}
.p-sidebar-news_item-form input ::placeholder {
  color: #a0a0a0;
}
.p-sidebar-news_item-form .c-svg {
  color: #a0a0a0;
}

.p-news-list#main_contents {
  margin-top: 45px;
}

.p-news-list_lists-wrap {
  display: grid;
}

.p-diagnosis .c_ttl01 {
  text-align: center;
}

.p-diagnosis_subject-list {
  display: grid;
}
.p-diagnosis_subject-list > li {
  display: grid;
  grid-template-columns: 100px 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.p-diagnosis_subject-list > li .icon {
  width: 100px;
  height: 100px;
  border-radius: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-diagnosis_subject-list > li:first-child .icon {
  background-color: #ffefef;
}
.p-diagnosis_subject-list > li:first-child .icon img {
  width: 47px;
  height: 57px;
}
.p-diagnosis_subject-list > li:nth-child(2) .icon {
  background-color: #fef1e9;
}
.p-diagnosis_subject-list > li:nth-child(2) .icon img {
  width: 54px;
  height: 63px;
}
.p-diagnosis_subject-list > li:nth-child(3) .icon {
  background-color: #e9f9da;
}
.p-diagnosis_subject-list > li:nth-child(3) .icon img {
  width: 42px;
  height: 57px;
}
.p-diagnosis_subject-list > li:nth-child(4) .icon {
  background-color: #dbf7e8;
}
.p-diagnosis_subject-list > li:nth-child(4) .icon img {
  width: 58px;
  height: 56px;
}
.p-diagnosis_subject-list > li:nth-child(5) .icon {
  background-color: #f0fbff;
}
.p-diagnosis_subject-list > li:nth-child(5) .icon img {
  width: 57px;
  height: 47px;
}
.p-diagnosis_subject-list > li:nth-child(6) .icon {
  background-color: #f5efff;
}
.p-diagnosis_subject-list > li:nth-child(6) .icon img {
  width: 45px;
  height: 61px;
}
.p-diagnosis_subject-list > li:nth-child(7) .icon {
  background-color: #ffedfb;
}
.p-diagnosis_subject-list > li:nth-child(7) .icon img {
  width: 25px;
  height: 54px;
}
.p-diagnosis_subject-list .text-wrap .ttl {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.025em;
}
.p-diagnosis_subject-list .text-wrap .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.025em;
  margin-top: 10px;
}

.p-diagnosis_content02_lead {
  text-align: center;
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: 0.025em;
  margin-top: 40px;
}

.p-diagnosis_content-buttons {
  display: grid;
}
.p-diagnosis_content-buttons .c_btn01 {
  width: 100%;
  max-width: 360px;
}

.p-diagnosis_content03 {
  background-color: #eef7f3;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.l-diagnosis_content-lead {
  display: grid;
  grid-template-columns: 1fr 300px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-diagnosis_content-lead .p-diagnosis_content-button-wrap01 .c_btn01 {
  width: 100%;
}

.p-diagnosis_content03-body {
  display: grid;
}

.p-diagnosis_content03-item {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  height: 100%;
}
.p-diagnosis_content03-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.p-diagnosis_content03-item .head {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.3px;
  font-size: 18px;
  color: #55ad87;
}
.p-diagnosis_content03-item .date {
  padding-left: 1em;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.025em;
}

.p-schedule .c_ttl01 {
  text-align: center;
}
.p-schedule .home_news_list {
  margin-top: 30px;
}
.p-schedule .schedule-table-wrap {
  margin: 30px 0;
}
.p-schedule .schedule-table-wrap .schedule-table-inner {
  border-radius: 20px;
  overflow: hidden;
}
.p-schedule .schedule-table-wrap th {
  background: #55ad87;
  color: #fff;
  height: 60px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.p-schedule .schedule-table-wrap th + th {
  border-left: 0.5px solid #fff;
}
.p-schedule .schedule-table-wrap td {
  background: #fff;
  font-size: 14px;
  height: 70px;
  border-top: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0;
  font-weight: bold;
}
.p-schedule .schedule-table-wrap td.td-dr {
  background: #fff;
  font-size: 14px;
  height: 70px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #e3e3e3;
  text-align: center;
  vertical-align: middle;
  padding: 10px 0;
}
.p-schedule .schedule-table-wrap td.title {
  border-right: 1px solid #ccc;
  color: #55ad87;
  font-size: 20px;
  width: 210px;
}
.p-schedule .schedule-table-wrap td.am-pm {
  color: #55ad87;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
}
.p-schedule .schedule-table-wrap .tr-pm {
  background: #eef7f3;
}
.p-schedule .schedule-table-wrap .tr-pm td {
  background: #eef7f3;
}
.p-schedule .schedule-table-wrap .last-tr .title {
  border-bottom: none;
}
.p-schedule .schedule-table-wrap .last-tr.tr-pm td {
  border-bottom: none;
}

.p-schedule .schedule-table-wrap .tr-am td,
.p-schedule .schedule-table-wrap .tr-pm td {
  border-width: 1px;
}

.p-patrol .c_ttl01 {
  text-align: center;
}

.p-patrol-c_ttl01 {
  margin-bottom: 40px;
}

.p-patrol_content-lead {
  font-weight: 400;
  line-height: 2.25;
  text-align: center;
  margin-top: 45px;
}

.p-patrol_content01 {
  margin-top: 100px;
}
.p-patrol_content01 .p-patrol_content-lead {
  margin-top: 0;
}

.p-patrol_content01-imgs {
  margin-top: 50px;
}
.p-patrol_content01-imgs .img {
  text-align: center;
}
.p-patrol_content01-imgs img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-patrol_content02 .l-inner1000 {
  padding: 0 5.2083333333vw;
}

.p-patrol_content02-flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-patrol_content02-flow .flow-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-patrol_content02-flow .flow-item:not(:first-child):before {
  content: "";
  display: block;
  background-color: transparent;
  background-image: url("../img/patrol/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 2.6041666667vw;
  height: 2.1354166667vw;
}
.p-patrol_content02-flow .flow-item_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-patrol_content02-flow .flow-item01 .flow-item_inner {
  background-color: #ffefef;
}
.p-patrol_content02-flow .flow-item02 .flow-item_inner {
  background-color: #fef1e9;
}
.p-patrol_content02-flow .flow-item03 .flow-item_inner {
  background-color: #ffedfb;
}
.p-patrol_content02-flow .flow-item04 .flow-item_inner {
  background-color: #f0fbff;
}
.p-patrol_content02-flow .flow-item05 .flow-item_inner {
  background-color: #f5efff;
}
.p-patrol_content02-flow .flow-item_text {
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.025em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-patrol_content02-flow .flow-item_text:not(:first-child):before {
  content: "";
  display: block;
  width: 24px;
  height: 14px;
  background-color: transparent;
  background-image: url("../img/patrol/arrow-bottom.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 1.25vw;
  height: 0.7291666667vw;
}

.p-patrol_content03 {
  margin-top: 100px;
}

.p-patrol_content03-table {
  margin-top: 50px;
}

.p-information-c_ttl01 {
  text-align: center;
}

.p-information_content01-table {
  margin-top: 50px;
}
.p-information_content01-table th,
.p-information_content01-table td {
  padding: 24px 16px;
  border: solid 1px #eee;
}
.p-information_content01-table th {
  background-color: #55ad87;
  color: #fff;
}

.p-information_content01-info {
  margin-top: 8px;
}

.p-information_content02 {
  margin-top: 100px;
  background-color: #eef7f3;
}
.p-information_content02 .l-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-information_content02 .map-wrap {
  position: relative;
  overflow: hidden;
}
.p-information_content02 .map-wrap > iframe {
  position: absolute;
  left: 0;
  width: 100%;
  top: -170px;
  height: calc(100% + 170px + 170px);
}
.p-information_content02 .head {
  font-size: 18px;
}
.p-information_content02 .body {
  margin-top: 8px;
}
.p-information_content02 .text {
  font-weight: 400;
  margin-bottom: 4px;
}
.p-information_content02 .body-table th,
.p-information_content02 .body-table td {
  padding: 10px;
  font-weight: 400;
  border: solid 1px #eee;
}
.p-information_content02 .body-table th {
  font-weight: 500;
  background-color: #55ad87;
  color: #fff;
  font-weight: 500;
  width: 100px;
}
.p-information_content02 .body-table td {
  background-color: #fff;
}
.p-information_content02 .buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 10px;
}
.p-information_content02 .buttons > .c_btn01 {
  min-width: inherit;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-information_other-page {
  padding: 100px 0;
  background-color: #eef7f3;
  margin-top: 100px;
}
.p-information_other-page .l-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-information_other-page .item .img-wrap {
  overflow: hidden;
  padding-top: 49.072727%;
  position: relative;
  border-radius: 20px 20px 0 0;
}
.p-information_other-page .item .img-wrap > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.p-information_other-page .item .text-wrap {
  text-align: center;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
}
.p-information_other-page .item .text-wrap .text {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  position: relative;
  padding: 24px 30px 23px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  letter-spacing: 0.025em;
}

.p-introduce_content01 + .p-introduce_content01 {
  margin-top: 100px;
}

.p-introduce_content01-body {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 40px;
  margin-top: 20px;
}

.p-introduce_content01-item {
  padding-bottom: 30px;
  border-bottom: solid 1px #999999;
}

.p-introduce_content01-item .img .img-inner {
  padding-top: 100%;
  position: relative;
}
.p-introduce_content01-item .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-introduce_content-text .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-introduce_content-text .sub {
  font-size: 16px;
  margin-right: 16px;
}
.p-introduce_content-text .name {
  font-size: 20px;
}
.p-introduce_content-text .info01 {
  margin-top: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
}
.p-introduce_content-text .info01 li {
  line-height: 1.8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-introduce_content-text .info01 .date {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-introduce_content-text .info02 {
  margin-top: 32px;
}

.p-introduce_content01-body02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 50px;
}

.p-contact {
  padding-top: 40px;
}
.p-contact .c_ttl01 {
  text-align: center;
}

.p-contact_page-input {
  background-color: #eef7f3;
  padding-top: 72px;
  padding-bottom: 122px;
  margin-top: 96px;
}
.p-contact_page-input > .l-contents {
  max-width: 940px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.p-contact_step-info {
  font-size: 18px;
  font-weight: 400;
  margin-top: 50px;
  text-align: center;
  line-height: 1.5;
}
.p-contact_step-info .important {
  color: #ed5252;
}
.p-contact_step-info .underline {
  text-decoration: underline;
}

.p-contact_table {
  width: 100%;
}
.p-contact_table th,
.p-contact_table td {
  text-align: left;
  padding: 20px 20px;
  line-height: 1.5;
  font-size: 16px;
  vertical-align: middle;
}
.p-contact_table td {
  font-weight: 400;
}
.p-contact_table td > div + div {
  margin-top: 10px;
}
.p-contact_table th {
  font-weight: 400;
  background-color: #eef7f3;
}
.p-contact_table th.l-vertical-m {
  vertical-align: middle;
}
.p-contact_table tr {
  border-top: 1px solid #ccc;
}
.p-contact_table tr:last-child {
  border-bottom: 1px solid #ccc;
}
.p-contact_table .is-required .c-tag01 {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.p-contact_table-head {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-contact_table-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.p-contact_table-radio > .mwform-radio-field + .mwform-radio-field {
  margin-left: 0;
}
.p-contact_table-radio > .mwform-radio-field > label {
  cursor: pointer;
  display: block;
  font-size: 0;
}
.p-contact_table-radio > .mwform-radio-field > label .mwform-radio-field-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  position: relative;
}
.p-contact_table-radio > .mwform-radio-field > label .mwform-radio-field-text::before, .p-contact_table-radio > .mwform-radio-field > label .mwform-radio-field-text::after {
  content: "";
  display: block;
}
.p-contact_table-radio > .mwform-radio-field > label .mwform-radio-field-text::before {
  width: 20px;
  height: 20px;
  border: 1px solid #999999;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #fff;
}
.p-contact_table-radio > .mwform-radio-field > label .mwform-radio-field-text::after {
  width: 10px;
  height: 10px;
  background-color: #55ad87;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 5px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-contact_table-radio > .mwform-radio-field > label input[type=radio] {
  display: none !important;
}
.p-contact_table-radio > .mwform-radio-field > label input[type=radio]:checked + .mwform-radio-field-text::after {
  opacity: 1;
}
.p-contact_table-radio > .mwform-checkbox-field > vertical-item {
  display: block !important;
}

.p-contact_table-datepicker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 20px;
}
.p-contact_table-datepicker .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-contact_table-datepicker .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: tomato;
  background-color: transparent;
  background-image: url("../img/common/calendar.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.p-contact_table-info {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 4px;
  display: block;
}

.p-contact_table-example {
  font-weight: 400;
  line-height: 1.4375;
  margin-top: 8px;
}

.p-contact_table-text, .p-contact_table-text-area {
  border-radius: 5px;
  background-color: #fff;
  height: auto;
  padding: 10px 20px;
  color: #333;
  width: 100%;
  line-height: 1.8;
  font-weight: 400;
}
.p-contact_table-text + .p-contact_table-text, .p-contact_table-text-area + .p-contact_table-text, .p-contact_table-text + .p-contact_table-text-area, .p-contact_table-text-area + .p-contact_table-text-area {
  margin-top: 10px;
}

.p-contact_table-text-area {
  font-weight: 400;
  height: auto;
  line-height: 1.8;
}

.p-contact_button-wrap {
  margin-top: 40px;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-template-columns: repeat(auto-fit, 240px);
  gap: 40px;
}
.p-contact_button-wrap > * {
  cursor: pointer;
}
.p-contact_button-wrap .c_btn01 {
  margin: 0;
  min-width: inherit;
  padding: 0 10px;
}
.p-contact_button-wrap [name=submitBack] .c-svg {
  right: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-contact_table-error {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #55ad87;
  margin-top: 16px;
  display: inline-block;
}

.error {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #55ad87;
  margin-top: 16px;
  display: inline-block;
}

.p-contact_table-privacy-wrap {
  background-color: #fff;
  border-radius: 10px;
  overflow-y: auto;
  padding: 30px 40px;
  width: 100%;
  max-height: 206px;
  margin-top: 40px;
}

.p-contact_table-privacy-head {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 40px;
}

.p-contact_table-privacy-text {
  font-size: 16px;
  line-height: 1.88;
  font-weight: 400;
}

.p-contact_table-venue-wrap {
  background-color: #fff;
  overflow-y: auto;
  padding: 8px;
  width: 100%;
  max-height: 206px;
  margin: 12px;
}

.p-contact_table-venue-head {
  padding: 2px 2px;
  font-size: 1em;
  text-align: center;
  font-weight: 500;
}

.p-contact_table-venue-text {
  padding: 2px 2px;
  font-size: 0.9em;
  font-weight: 400;
}

.p-contact_agree-checkbox {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-contact_agree-checkbox .p-contact_agree-checkbox-lead {
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
.p-contact_agree-checkbox .mwform-checkbox-field-text {
  font-weight: 400;
  font-size: 20px;
  cursor: pointer;
}

.p-contact_table-checkbox {
  margin-top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-contact_table-checkbox .mwform-checkbox-field-text {
  font-weight: 400;
  font-size: 16px;
  cursor: pointer;
}

.p-contact_page-finish {
  max-width: 648px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.p-contact_finish-head {
  font-weight: bold;
  line-height: 1.4333333333;
  text-align: center;
  font-size: 24px;
}

.p-contact_finish-text-wrap {
  margin-top: 40px;
}

.p-contact_finish-text {
  line-height: 1.6;
  font-weight: 400;
}
.p-contact_finish-text + .p-contact_finish-text {
  margin-top: 2em;
}

.mw_wp_form_confirm .c-form_select::after {
  content: none;
}
.mw_wp_form_confirm .c-tag01 {
  display: none;
}
.mw_wp_form_confirm .p-contact_table-privacy-wrap {
  display: none;
}
.mw_wp_form_confirm .p-contact_table-venue-wrap {
  display: none;
}
.mw_wp_form_confirm .p-contact_agree-checkbox {
  display: none;
}
.mw_wp_form_confirm .p-contact_table-checkbox {
  display: flex;
}
.mw_wp_form_confirm .p-contact_table td {
  vertical-align: middle;
}
.mw_wp_form_confirm .p-contact_table-datepicker .head {
  display: none;
}
.mw_wp_form_confirm .p-contact_table-example {
  display: none;
}
.mw_wp_form_confirm .js-reset {
  display: none;
}

.p-contact:not(.p-contact-confirm) .p-contact_agree-hidden {
  display: none;
}
.p-contact:not(.p-contact-confirm) .p-contact_table-wrap {
  border-bottom: 1px solid #ccc;
}

.p-notes_content01-wrap {
  text-align: center;
  margin-top: 90px;
}

.p-notes_content01-lead {
  font-size: 20px;
  font-weight: 500;
}

.p-notes_content01-important {
  font-size: 16px;
  color: #ed5252;
  margin-top: 16px;
}

.p-notes_content .c_ttl01 {
  margin-bottom: 32px;
  text-align: center;
}
.p-notes_content .c_ttl01 .ja {
  font-size: 32px;
}
.p-notes_content .p-checkup_item-body:first-child {
  margin-top: 0;
}
.p-notes_content .p-checkup_item-body-text {
  line-height: 1.8;
}

.p-notes_content05 {
  margin-top: 100px;
}
.p-notes_content05 .c_ttl01 {
  text-align: center;
}

.p-notes_content05-list {
  counter-reset: number;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.p-notes_content05-list .parent + .parent {
  margin-top: 18px;
}
.p-notes_content05-list .parent_li {
  position: relative;
  padding-left: 16px;
}
.p-notes_content05-list .parent_li::before {
  counter-increment: number;
  content: counter(number, decimal) ".";
  position: absolute;
  color: #333;
  font-weight: bold;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-notes_content05-list .parent_li-info {
  line-height: 1.8;
}
.p-notes_content05-list .child {
  margin-top: 8px;
}
.p-notes_content05-list .child_li {
  font-weight: 400;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
}
.p-notes_content05-list .child_li + .child_li {
  margin-top: 8px;
}
.p-notes_content05-list ol .child_li {
  padding-left: 0;
  text-indent: 0;
}

.p-notes_content05-table {
  margin-top: 32px;
}

.p-notes_content06 {
  margin-top: 100px;
}

.p-notes_content06-head {
  text-align: center;
  margin-bottom: 16px;
}

.p-notes_content06-body {
  padding: 30px 30px;
  background-color: #eef7f3;
}

.p-notes_content06-body-list .item {
  line-height: 2;
  font-weight: 400;
}

.p-notes_content06-button {
  margin-top: 40px;
  text-align: center;
}

.p-healthguidance .c-contact {
  margin-top: 0;
}

.p-healthguidance_content {
  padding: 100px 0;
}
.p-healthguidance_content .p-healthcare_content02-01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-healthguidance_content .p-healthcare_content02-01 .picture02 {
  margin: 0;
}
.p-healthguidance_content .p-healthcare_content02-01 .picture02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-healthguidance_content .p-healthcare_content02-01 .button {
  margin-top: 40px;
}
.p-healthguidance_content:nth-child(even) {
  background-color: #eef7f3;
}

.p-policy .c-anchor_item-link a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-policy .p-information_other-page {
  margin-top: 0;
}

/* 共通 */
.p-policy_content {
  padding: 100px 0;
}
.p-policy_content .c_ttl01 {
  text-align: center;
  margin-bottom: 48px;
}
.p-policy_content .c_ttl01 .ja {
  line-height: 1.6;
}
.p-policy_content .p-policy_content-lead-wrap {
  text-align: center;
}
.p-policy_content .p-policy_content-lead {
  font-weight: 400;
  line-height: 2.25;
  text-align: center;
}
.p-policy_content:nth-child(even) {
  background-color: #eef7f3;
}
.p-policy_content .p-information_content01-table td {
  background-color: #fff;
}
.p-policy_content .info {
  text-align: right;
  font-weight: 400;
  margin-top: 2em;
}

.p-policy_tab-item:not(.active) {
  display: none;
}

/* tab01 */
.p-policy_content01-02-lead .top-lead {
  font-size: 20px;
  margin-bottom: 20px;
}
.p-policy_content01-02-lead .p-policy_content-lead > .head {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
.p-policy_content01-02-lead .p-policy_content-lead.l-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-policy_content01-02-lead .p-policy_content-lead + .p-policy_content-lead {
  margin-top: 16px;
}

/* tab02 */
.p-policy_content02-01-body .lists {
  counter-reset: number;
}
.p-policy_content02-01-body .list-item .head {
  position: relative;
  padding-left: 24px;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0.5em;
}
.p-policy_content02-01-body .list-item .head::before {
  counter-increment: number;
  content: counter(number, decimal) ".";
  position: absolute;
  color: #333;
  font-weight: 500;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-policy_content02-01-body .list-item .text-wrap * {
  font-weight: 400;
  line-height: 1.6;
  word-break: normal;
  word-wrap: break-word;
}
.p-policy_content02-01-body .list-item .text-wrap * + * {
  margin-top: 1em;
}
.p-policy_content02-01-body .list-item + .list-item {
  margin-top: 1.5em;
}

/* tab03 */
.p-policy_content03-01-lead {
  text-align: center;
}
.p-policy_content03-01-lead .head {
  font-size: 20px;
  font-weight: bold;
}
.p-policy_content03-01-lead .text {
  margin-top: 1em;
  font-weight: 400;
  line-height: 1.8;
}

.p-policy_content03-02 {
  background-color: #fff !important;
  position: relative;
}
.p-policy_content03-02::before {
  content: "";
  width: 1200px;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.p-policy_content03-02 .items .head {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0.8em;
  line-height: 1.4;
  color: #55ad87;
}
.p-policy_content03-02 .items .text * {
  font-weight: 400;
  line-height: 1.6;
}
.p-policy_content03-02 .items .text * + * {
  margin-top: 1em;
}
.p-policy_content03-02 .item + .item {
  margin-top: 2em;
}
.p-policy_content03-02 .item-child_li + .item-child_li {
  margin-top: 1.6em;
}
.p-policy_content03-02 .item-child_li-head {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
.p-policy_content03-02 .item-child_li-text {
  font-weight: 400;
  line-height: 1.6;
}
.p-policy_content03-02 .table-wrap {
  margin-top: 16px;
}
.p-policy_content03-02 .table-wrap .table table {
  background-color: #fff;
}
.p-policy_content03-02 .table-wrap .table th,
.p-policy_content03-02 .table-wrap .table td {
  padding: 10px 16px;
  border: solid 1px #eee;
  text-align: center;
  vertical-align: middle;
}
.p-policy_content03-02 .table-wrap .table th {
  background-color: #55ad87;
  color: #fff;
  padding: 10px 16px;
}
.p-policy_content03-02 .table-wrap .info {
  margin-top: 1em;
}
.p-policy_content03-02 .p-policy_content03-02_table-wrap {
  margin-top: 30px;
}

.p-recruit .cb_contents .link_button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  display: grid;
  grid-template-columns: repeat(2, 220px);
}
.p-recruit .cb_contents .link_button a {
  color: #ffffff;
  background: #55ad87;
}
.p-recruit .p-recruit-c_ttl01 {
  text-align: center;
}
.p-recruit .p-recruit_content01 .media {
  margin-top: 40px;
}
.p-recruit .p-recruit_content01 .txt {
  margin-top: 0;
}
.p-recruit .p-recruit_content02 {
  margin-top: 100px;
  padding: 100px 0;
  background-color: #eef7f3;
}
.p-recruit .p-recruit_content02 .link_button {
  margin-top: 40px;
}
.p-recruit .p-recruit_content04 {
  margin-top: 100px;
  padding: 100px 0;
  background-color: #eef7f3;
}
.p-recruit .p-recruit_content04 .link_button {
  margin-top: 40px;
}
.p-recruit .p-recruit_aco-wrap {
  margin-top: 40px;
}
.p-recruit .p-recruit_aco-wrap .aco-body {
  max-width: 1000px;
  background-color: #fff;
  padding: 30px;
  margin: auto;
  cursor: pointer;
}
.p-recruit .p-recruit_aco-wrap .aco-body + .aco-body {
  margin-top: 30px;
}
.p-recruit .p-recruit_aco-wrap .aco-body.color-green .p-recruit_table th {
  background-color: #eef7f3;
}
.p-recruit .p-recruit_aco-wrap .aco-head {
  position: relative;
  font-size: 24px;
  color: #55ad87;
}
.p-recruit .p-recruit_aco-wrap .aco-head::before {
  content: "";
  background: url(../img/common/arrow-green.svg) no-repeat center center/contain;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-recruit .p-recruit_aco-wrap .aco-head.open::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.p-recruit .p-recruit_aco-wrap .aco-inn {
  display: none;
}
.p-recruit .p-recruit_aco-wrap .p-recruit_table {
  margin-top: 50px;
  border-bottom: 1px solid #eef7f3;
}
.p-recruit .p-recruit_aco-wrap .p-recruit_table th,
.p-recruit .p-recruit_aco-wrap .p-recruit_table td {
  padding-top: 50px;
}
.p-recruit .p-recruit_aco-wrap .p-recruit_table th {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  background-color: #fff;
  color: #55ad87;
  padding-right: 90px;
}
.p-recruit .p-recruit_aco-wrap .p-recruit_table td {
  font-size: 16px;
}
.p-recruit .p-recruit_content03 {
  padding: 100px 0;
}

.p-recruit_table-col {
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  grid-auto-flow: column;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.p-recruit_table-col02 {
  display: grid;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  grid-auto-flow: column;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.p-recruit_table-col02 + .p-recruit_table-col02 {
  margin-top: 4px;
}

.p-recruit_table-col-head {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.p-information_session .p-information_session-c_ttl01 {
  text-align: center;
}
.p-information_session .p-information_session_content01 {
  padding: 100px 0;
}
.p-information_session .p-information_session_content02 {
  background-color: #eef7f3;
}
.p-information_session .detail-info .media {
  margin-bottom: 60px;
}
.p-information_session .detail-info .media .media_body .txt {
  margin-top: 15px;
}
.p-information_session .detail-info .txt-area .txt {
  margin-top: 40px;
  line-height: 2.25;
  letter-spacing: 0.025em;
  font-weight: 400;
}

.p-information_session .index_post_slider {
  background: none;
  padding-top: 0;
  margin-top: 0;
}

.p-checkupentry .p-contact_page-input {
  margin-top: 40px;
}

.p-checkupentry_content {
  margin-top: 100px;
}

.p-checkupentry-confirm .p-checkupentry_content {
  margin-top: 0;
}

.p-protection_content-lead-wrap {
  margin-bottom: 2em;
}

.p-protection_content-lead-text {
  font-weight: 400;
}
.p-protection_content-lead-text + * {
  margin-top: 1em;
}

.p-policy_content02-01-body .list-item .text-wrap .item01 * + * {
  margin-top: 0;
}

.p-policy_content .p-policy_content02-01-body {
  /* .item01ここから */
  /* .item01ここまで */
  /* .item02ここから */
  /* .item02ここまで */
  /* .item03ここから */
  /* .item03ここまで */
  /* .item04ここから */
  /* .item04ここまで */
}
.p-policy_content .p-policy_content02-01-body .item01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-policy_content .p-policy_content02-01-body .item01_item-img-wrap {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-policy_content .p-policy_content02-01-body .item01_item + .item01_item {
  margin-left: 10px;
}
.p-policy_content .p-policy_content02-01-body .item01_item-text + .item01_item-text {
  margin-top: 4px;
}
.p-policy_content .p-policy_content02-01-body .item02_item-head + * {
  margin-top: 0.4em;
}
.p-policy_content .p-policy_content02-01-body .item02_lists {
  counter-reset: number;
}
.p-policy_content .p-policy_content02-01-body .item02_lists > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.p-policy_content .p-policy_content02-01-body .item02_lists > li::before {
  counter-increment: number;
  content: "（" counter(number, decimal) "）";
  color: #333;
  font-weight: 400;
}
.p-policy_content .p-policy_content02-01-body .item02_lists > li + li {
  margin-top: 4px;
}
.p-policy_content .p-policy_content02-01-body .item02_item + .item02_item {
  margin-top: 1.5em;
}
.p-policy_content .p-policy_content02-01-body .item04_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-policy_content .p-policy_content02-01-body .item04_col .item04_head {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-policy_content .p-policy_content02-01-body .item04_col .item04_text {
  margin-top: 0;
}
.p-policy_content .p-policy_content02-01-body .item04_col + .item04_col {
  margin-top: 4px;
}
.p-policy_content .p-policy_content02-01-body .p-protection_content-lead-info {
  font-weight: 400;
  color: #ed5252;
}
.p-policy_content .p-policy_content02-01-body .p-protection_content-lead-info + .p-protection_content-lead-info {
  margin-top: 0.4em;
}

.p-sitemap-list-block {
  margin-top: 70px;
}
.p-sitemap-list-parent-wrap > li {
  padding: 30px 0;
  border-top: 1px solid #ddd;
}
.p-sitemap-list-parent-wrap > li:last-child {
  border-bottom: 1px solid #ddd;
}
.p-sitemap-list-parent-wrap > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.p-sitemap-list-parent-wrap > li > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -2em;
}
.p-sitemap-list-parent-wrap > li > ul > li {
  margin-top: 20px;
  margin-left: 2em;
}
.p-sitemap-list-parent-wrap > li > ul > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  font-weight: 400;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media only screen and (max-width: 750px) {
  #main_contents {
    font-size: 12px;
  }
  #header_slider {
    height: 450px;
  }
  #header_slider .item {
    height: 450px;
  }
  #header_slider .catch {
    width: calc(100% - 40px);
    left: 0;
    bottom: 95px;
  }
  .index_service_list .service_list .item a {
    border-radius: 10px;
  }
  .index_service_list .service_list .image_wrap {
    padding-top: 41.0714285714%;
    border-radius: 10px 10px 0 0;
  }
  .index_service_list .service_list .item .title {
    padding: 10px;
  }
  .index_post_slider .image_wrap {
    border-radius: 10px;
  }
  .index_post_slider .title_area {
    padding-top: 7px;
  }
  .index_post_slider .title {
    line-height: 1.36;
    margin-top: 5px;
    font-size: 11px;
    -webkit-line-clamp: 2;
  }
  .index_post_slider .title span {
    -webkit-line-clamp: 2;
  }
  #page_header {
    height: 130px;
  }
  #page_header_inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
  }
  #page_header .sub_title {
    bottom: -7px;
    left: -2px;
  }
  #page_header .sub_title span {
    font-size: 50px;
  }
  #page_header .title {
    font-size: 24px;
  }
  #bread_crumb {
    padding: 10px 15px;
  }
  #bread_crumb li {
    font-size: 10px;
  }
  #bread_crumb li:after {
    margin: 0 5px;
  }
  .footer_schedule {
    height: 105px;
  }
  .footer_schedule .col1 {
    min-width: 77px;
  }
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }

  .outer-block {
    min-width: 320px;
  }

  .inner-block {
    padding: 0 10px;
    width: auto;
  }

  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }

  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }

  input,
select,
textarea {
    font-size: 16px !important;
  }

  .pc:not(html) {
    display: none !important;
  }
  #footer_logo img {
    max-width: 192px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .footer_info {
    margin-top: 18px;
    line-height: 1.75;
  }
  #footer_data {
    margin-top: 18px;
  }
  #footer_data .item + .item {
    margin-top: 12px;
  }
  #footer_data .tel_wrap > .sub_item + .sub_item {
    margin-left: 20px !important;
  }
  #footer_data #footer_tel .headline {
    font-size: 9px;
    white-space: nowrap;
    margin-bottom: 1px;
  }
  #footer_data #footer_tel .tel_number .c-svg {
    width: 10px;
    height: 12px;
  }
  #footer_data #footer_tel .number {
    font-size: 16px;
    white-space: nowrap;
  }
  #footer_data .footer_schedule_note {
    margin-top: 0px;
    font-size: 10px;
  }
  .footer_schedule {
    border-radius: 5px;
  }
  .footer_schedule tr:first-child td {
    height: 35px;
    font-size: 9px;
  }
  .footer_schedule tr:first-child td:first-child {
    border-radius: 5px 0 0 0;
  }
  .footer_schedule tr:first-child td:last-child {
    border-radius: 0 5px 0 0;
  }
  .footer_schedule tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
  }
  .footer_schedule tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
  }
  .footer_schedule tr:nth-child(n+2) td {
    max-width: 30px;
  }
  .footer_schedule tr:nth-child(n+2) .col1 {
    font-size: 9px;
    width: 77px;
  }
  .footer_schedule tr:nth-child(n+2) .col8 {
    font-size: 12.5px;
  }
  .footer_schedule tr:nth-child(n+2) td:not(.col1):not(.col8) {
    font-size: 12.5px;
  }
  #footer_bottom #footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #footer_menu ul {
    text-align: left;
  }
  #footer_menu li {
    margin: 0;
    display: block;
  }
  #footer_menu li a {
    text-align: left;
    font-size: 10px;
  }
  #copyright {
    font-size: 8px;
    line-height: 1;
    height: auto;
    margin-top: 45px;
  }
  .c_ttl01 .ja {
    font-size: 24px;
    line-height: 1.25;
  }
  .c_ttl01 .en {
    font-size: 13px;
    margin-top: 6px;
  }
  .c-title02, h3.c-title02 {
    font-size: 18px;
    line-height: 1.39;
  }
  .c-title02::after {
    width: 25px;
    height: 2px;
    margin-top: 10px;
  }
  .c_btn01 {
    min-width: 180px;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
  }
  .c_btn02 {
    max-width: 95px;
    font-size: 12px;
    padding-bottom: 2px;
  }
  .c_btn02-big {
    max-width: 258px;
  }
  .c-anchor_item-link a {
    font-size: 12px;
    letter-spacing: 0.04em;
    padding: 10px 15px;
    padding-left: 0;
    text-align: left;
  }
  .c-anchor_item-icon {
    width: 8px;
    height: 6.5px;
  }
  .l-bg {
    margin-top: 50px;
    border-radius: 25px 0 0 25px;
    margin-left: 10px;
    padding-right: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url("../img/checkup/sp/p-checkup_content-bg.png");
  }
  .l-bg > .l-inner1000 {
    padding-left: 10px;
    padding-right: 15px;
  }
  .c-contact {
    margin-top: 50px;
    padding: 50px 10px;
  }
  .c-contact .lead {
    font-size: 12px;
    line-height: 1.75;
    text-align: left;
    margin-top: 30px;
  }
  .c-contact .tel-box {
    margin-top: 20px;
    padding-left: 10px;
  }
  .c-contact .tel-box .title {
    font-size: 11px;
    text-align: left;
  }
  .c-contact .c-svg {
    width: 9.5px;
    height: 12px;
  }
  .c-contact .num {
    font-size: 14px;
    margin-left: 5px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .c-contact .fax .text {
    font-size: 10px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .c-contact .bar {
    width: 1px;
    height: 20.5px;
    margin: 0 14px;
  }
  .c-contact .btn-box {
    margin-top: 20px;
    text-align: center;
  }
  .c-contact .btn-box .left {
    margin: 0 0 20px;
  }
  .c-pagination .page-numbers {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
  .c-pagination .page-numbers .c-svg {
    width: 11px;
    height: 6.5px;
  }
  .c-news-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-news-item .image_wrap {
    padding-top: 66.5%;
    border-radius: 5px;
  }
  .c-news-item .title_area {
    margin-top: 10px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .c-news-item .body_head .date {
    font-size: 10px;
  }
  .c-news-item .body_head .category a {
    font-size: 10px;
    padding: 0 4px;
  }
  .c-news-item .title span {
    -webkit-line-clamp: 2;
    font-size: 12px;
    line-height: 1.5;
  }
  .c-form_select > select {
    height: 40px;
    min-width: 138px;
    padding: 0px 8px;
  }
  .c-form_select::after {
    width: 10px;
    height: 12px;
    right: 8px;
    top: 2px;
  }
  .c-form_input > input {
    padding: 12px;
    height: 40px;
  }
  .c-form_checkbox .c-form_checkbox-ttl, .p-contact_agree-checkbox label .c-form_checkbox-ttl, .c-form_checkbox .p-contact_agree-checkbox .mwform-checkbox-field-text, .p-contact_agree-checkbox .c-form_checkbox .mwform-checkbox-field-text, .p-contact_agree-checkbox label .mwform-checkbox-field-text {
    line-height: 1.4285714286;
  }
  .p-contact_table-checkbox label .c-form_checkbox-ttl, .c-form_checkbox .p-contact_table-checkbox .mwform-checkbox-field-text, .p-contact_table-checkbox .c-form_checkbox .mwform-checkbox-field-text, .p-contact_table-checkbox label .mwform-checkbox-field-text {
    line-height: 1.4285714286;
  }
  .c-tag01 {
    font-size: min(3.2vw, 16px);
    padding: 2px 5px;
  }
  #header_slider .catch {
    padding: 0 20px;
    width: 100%;
  }
  #header_slider .catch span {
    padding: 9px 9px;
  }
  #header_slider .catch span + span {
    margin-top: 9px;
  }
  #header_message {
    bottom: 15px;
    padding: 9px 0;
    border-radius: 5px;
  }
  #header_message .post_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #header_message .label {
    font-size: 10px;
    padding-left: 20px;
    margin: 0 0 4px;
  }
  #header_message .label::before {
    width: 15px;
    height: 15px;
  }
  .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .media_img {
    margin-top: 18px;
    text-align: center;
  }
  .media_img img {
    border-radius: 10px;
  }
  .media_body .c_ttl01 {
    text-align: center;
  }
  .media_body .txt {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.75;
  }
  .media_body .btn_wrap {
    margin-top: 18px;
  }
  .media-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home_news {
    padding-top: 25px;
    padding-bottom: 50px;
  }
  .home_news .c_ttl01 .ja {
    margin: 0;
  }
  .home_news .c_ttl01 .en {
    margin: 0 0 0 10px;
  }
  .home_news .home_news_list {
    margin-top: 0;
  }
  .home_news .btn_wrap {
    margin-top: 25px;
    text-align: center;
  }
  .home_news_list .item > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 15px 0;
  }
  .home_news_list .info {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .home_news_list .date {
    font-size: 11px;
  }
  .home_news_list .category {
    padding: 1px 12px;
    font-size: 11px;
  }
  .home_news_list .title {
    font-size: 12px;
    margin-top: 5px;
  }
  .home_about {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home_schedule .footer_schedule td {
    padding: 0;
  }
  .home_subject {
    margin-left: -10px;
    padding-left: 10px;
    border-radius: 25px 0 0 25px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home_subject_list {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 25px;
  }
  .home_subject_list > li {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: calc((100% - 20px) / 2);
    border-radius: 10px;
    padding: 14px 5px;
  }
  .home_subject_list > li:nth-child(2n) {
    margin-left: 20px;
  }
  .home_subject_list > li:nth-child(n+3) {
    margin-top: 15px;
  }
  .home_subject_list .icon {
    height: 40px;
  }
  .home_subject_list .icon img {
    width: auto;
    height: 100%;
  }
  .home_subject_list .ttl {
    font-size: 12px;
  }
  .index_service_list {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .index_service_list .cb_desc {
    text-align: left;
    line-height: 1.6;
    margin-top: 8px;
  }
  .index_service_list .service_list_wrap {
    margin-top: 35px;
  }
  .index_service_list .service_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .index_service_list .service_list .item {
    width: 100%;
    margin: 0;
  }
  .index_service_list .service_list .item + .item {
    margin-top: 25px;
  }
  .home_post .home_post_list {
    margin-top: 15px;
  }
  .home_post_list {
    padding: 0 5px;
  }
  .home_post_list .item + .item {
    margin-left: 7px;
  }
  .home_recruit {
    margin-right: -10px;
    padding-right: 10px;
    padding-top: 46px;
    padding-bottom: 50px;
    border-radius: 0 25px 25px 0;
  }
  .blog-article-block .ttl-wrap .date {
    font-size: 13px;
  }
  .blog-article-block .ttl-wrap .ttl {
    font-size: 24px;
    padding-bottom: 12px;
  }
  .blog-article-block .ttl-wrap .tag {
    padding: 4px 15px;
  }
  .blog-article-block .thumb {
    margin: 25px 0 30px;
  }
  .blog-article-block .article-content {
    padding-bottom: 30px;
  }
  .blog-article-block .article-content h2 {
    font-size: 22px;
  }
  .blog-article-block .article-content h3 {
    font-size: 18px;
  }
  .blog-article-block .article-content h4 {
    font-size: 16px;
  }
  .blog-article-block .article-content h5 {
    font-size: 14px;
    padding: 8px 10px;
  }
  .blog-article-block .article-content ul li + li,
.blog-article-block .article-content ol li + li {
    margin-top: 10px;
  }
  .blog-article-block .article-content ul li::before {
    width: 5px;
    height: 5px;
    top: 7px;
  }
  .blog-article-block .article-content .wp-block-button__link {
    display: block;
    text-align: center;
  }
  .blog-article-block .article-content .wp-block-columns {
    margin-top: 20px;
  }
  .blog-article-block .article-content .wp-block-columns .wp-block-column + .wp-block-column {
    margin-top: 25px;
  }
  .blog-article-block .article-content .wp-block-columns .wp-block-image {
    margin: 0;
  }
  .blog-article-block .article-content .wp-block-columns.sp-col2 .wp-block-column {
    width: calc((100% - 20px) / 2);
    margin: 0;
  }
  .blog-article-block .article-content .wp-block-columns.sp-col2 .wp-block-column:nth-child(even) {
    margin-left: 20px;
  }
  .blog-article-block .article-content .wp-block-columns.sp-col2 .wp-block-column:nth-child(n+3) {
    margin-top: 20px;
  }
  .blog-article-block .article-content .wp-block-media-text .wp-block-media-text__content {
    margin-top: 15px;
  }
  .blog-article-block .article-content .sp-scroll {
    overflow-x: scroll;
  }
  .blog-article-block .article-content .sp-scroll table {
    width: 100%;
    min-width: 600px;
  }
  .blog-article-block .article-content .wp-block-table.sp-block {
    width: 100%;
  }
  .blog-article-block .article-content .wp-block-table.sp-block th, .blog-article-block .article-content .wp-block-table.sp-block td {
    display: block;
  }
  .blog-article-block .article-content .wp-block-table.sp-block td {
    border-top: none;
  }
  .blog-article-block .article-content table th,
.blog-article-block .article-content table td {
    padding: 10px;
  }
  .blog-article-block .article-content table.sp-block {
    width: 100%;
  }
  .blog-article-block .article-content table.sp-block th, .blog-article-block .article-content table.sp-block td {
    display: block;
  }
  .blog-article-block .article-content table.sp-block td {
    border-top: none;
  }
  .blog-article-block .article-content .iframe-wrap.twitter iframe {
    width: 100% !important;
    height: 400px !important;
  }
  .blog-article-block .article-content .iframe-wrap.youtube {
    width: 100% !important;
    height: 0 !important;
    padding-top: 56% !important;
  }
  .blog-article-block .article-content .iframe-wrap.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100% !important;
  }
  .blog-article-block .article-content * + h2,
.blog-article-block .article-content * + h3,
.blog-article-block .article-content * + h4,
.blog-article-block .article-content * + h5,
.blog-article-block .article-content * + ul,
.blog-article-block .article-content * + ol,
.blog-article-block .article-content * + .wp-block-buttons {
    margin-top: 20px;
  }
  .blog-article-block .article-content h2 {
    margin-bottom: 20px;
  }
  .l-checkup_content-lead {
    text-align: center;
  }
  .p-checkup_content-button-wrap01 {
    margin-top: 20px;
  }
  .p-checkup_content-button-wrap01 .c_btn01 {
    margin-top: 8px;
  }
  .p-checkup_content-button-wrap01 .text {
    display: block;
    font-size: 12px;
    line-height: 1;
  }
  .p-checkup_content-button-wrap02 {
    margin-top: 25px;
  }
  .p-checkup_content-items {
    margin-top: 25px;
  }
  .p-checkup_content-items > .p-checkup_item:not(first-child) {
    margin-top: 25px;
  }
  .l-checkup_item-col-pc-2 > .p-checkup_item {
    margin-top: 25px;
  }
  .p-checkup_item {
    border-radius: 15px;
  }
  .p-checkup_item {
    padding: 24px 16px 30px;
  }
  .p-checkup_item-desc {
    margin-top: 18px;
  }
  .p-checkup_item-body {
    margin-top: 18px;
  }
  .p-checkup_item-body-head {
    font-size: 15px;
  }
  .p-checkup_item-body-text {
    margin-top: 10px;
  }
  #page_header .title.p-healthcare_h1 {
    letter-spacing: normal;
  }
  .p-healthcare_content01.p-checkup_content {
    margin-top: 35px;
  }
  .p-healthcare_content01 .lead {
    text-align: left;
    line-height: 1.75;
    letter-spacing: 0.025em;
  }
  .p-healthcare_content01 .picture01 {
    text-align: center;
    margin-top: 30px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-healthcare_content01 .l-inner1000 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-healthcare_content02-02 {
    margin-top: 50px;
  }
  .p-healthcare_content02_lead-wrap {
    margin-top: 24px;
  }
  .p-healthcare_content02_lead {
    line-height: 1.75;
    letter-spacing: 0.025em;
  }
  .p-healthcare_content02_lead + .p-healthcare_content02_lead {
    margin-top: 1.5em;
  }
  .p-healthcare_content02-02_follow {
    margin-top: 25px;
  }
  .p-healthcare_content02-02_follow > .lead {
    font-size: 15px;
    line-height: 1.2;
  }
  .p-healthcare_content02-02_follow > .follows {
    gap: 0;
    margin-left: -5px;
    margin-top: 7px;
  }
  .p-healthcare_content02-02_follow .follow-item {
    border-radius: 5px;
    padding: 10px 7px;
    line-height: 1.17;
    margin-left: 5px;
    margin-top: 5px;
  }
  .p-healthcare_content02-03 {
    margin-top: 50px;
  }
  .p-healthcare_content02-03 .p-healthcare_content02_lead {
    margin-top: 24px;
    text-align: left;
  }
  .p-healthcare_content02-03_body {
    margin-top: 30px;
    text-align: left;
  }
  .p-healthcare_content02-03_body > .lead {
    font-size: 15px;
  }
  .p-healthcare_content02-03_body > .items {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 14px;
  }
  .p-healthcare_content02-03_body > .items > .item {
    font-size: 15px;
    padding: 5px 10px;
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-healthcare_content02-03_body > .bottom {
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    margin-top: 10px;
  }
  .p-healthcare_content02-04 {
    margin-top: 50px;
  }
  .p-healthcare_content02-04 > .p-healthcare_content02_lead {
    text-align: left;
    margin-top: 24px;
  }
  .p-healthcare_content02-04_body {
    margin-top: 24px;
  }
  .p-healthcare_content02-04_body > .items > .item {
    max-width: 380px;
    padding: 20px 14px 24px;
  }
  .p-healthcare_content02-04_body > .items > .item + .item {
    margin-top: 15px;
  }
  .p-healthcare_content02-04_body > .items > .item .head {
    font-size: 15px;
  }
  .p-healthcare_content02-04_body > .items > .item > ul {
    margin-top: 15px;
  }
  .p-healthcare_content02-04_body > .items > .item > ul > li {
    font-weight: 400;
    line-height: 1.75;
  }
  .p-healthcare_content02-05 {
    margin-top: 50px;
  }
  .p-healthcare_content02-05 > .picture03 {
    margin-top: 25px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-healthcare_content02-06 > .l-inner1000 {
    padding-left: 24px;
  }
  .p-healthcare_content02-06.index_post_slider {
    margin-top: 50px;
  }
  .p-healthcare_content02-06.index_post_slider .link_button {
    margin-top: 24px;
  }
  .p-healthcare_post_list_slider_wrap {
    margin-top: 25px;
  }
  .p-healthcare_post_list_slider_wrap.post_list_slider_wrap {
    padding: 0;
  }
  .p-healthcare_post_list_slider_wrap .post_list .item + .item {
    margin-left: 10px;
  }
  #page_header .title.p-industrialphysician_h1 {
    letter-spacing: normal;
  }
  .p-industrialphysician_content01 {
    margin-top: 35px;
  }
  .p-industrialphysician_content01 .lead {
    line-height: 1.75;
    padding-right: 5px;
  }
  .p-industrialphysician_content01 .l-inner1000 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-industrialphysician_content01-02-items {
    margin-top: 16px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .p-industrialphysician_content01-02-items > .item {
    width: auto;
    height: auto;
    min-height: 50px;
    padding: 7px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 5px;
  }
  .p-industrialphysician_content02 {
    margin-top: 50px;
  }
  .p-industrialphysician_content02 .l-inner1000 {
    padding: 0 25px;
  }
  .p-industrialphysician_content02-02 {
    margin-top: 50px;
  }
  .p-industrialphysician_content02_lead-wrap {
    margin-top: 24px;
  }
  .p-industrialphysician_content02_lead {
    text-align: left;
    line-height: 1.75;
    letter-spacing: 0.025em;
    margin-top: 24px;
  }
  .p-industrialphysician_content02_lead + .p-industrialphysician_content02_lead {
    margin-top: 1.5em;
  }
  .p-industrialphysician_content02-02 .graph-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 10px;
  }
  .p-industrialphysician_content02-02 .descriptions > .desc-item {
    width: 100%;
    border-radius: 5px;
    text-align: center;
    line-height: 1.5;
    padding: 6px 8px;
    font-size: 12px;
  }
  .p-industrialphysician_content02-02 .descriptions > .desc-item + .desc-item {
    margin-top: 5px;
  }
  .p-industrialphysician_content02-02 .bottom-message {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 25px;
    margin-bottom: 8px;
  }
  .p-industrialphysician_content02-02 .c-anchor_item-link a {
    padding-bottom: 5px;
    padding-right: 20px;
    border-width: 1px;
  }
  .p-industrialphysician_content02-03 {
    margin-top: 50px;
  }
  .p-industrialphysician_content02-03 .c-title02 {
    white-space: nowrap;
  }
  .p-industrialphysician_content02-03 .p-industrialphysician_content02_lead {
    margin-top: 24px;
    text-align: left;
  }
  .p-industrialphysician_content02-04 {
    margin-top: 50px;
  }
  .p-industrialphysician_content02-04 .c-title02 {
    font-size: 15px;
  }
  .p-industrialphysician_content02-04 .bottom-message {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 10px;
    text-align: left;
  }
  .p-industrialphysician_content02-04 .sub-info {
    font-size: 11px;
    line-height: 1.91;
    margin-top: 10px;
    text-align: left;
  }
  #page_header .title.p-mentalhealth_h1 {
    letter-spacing: normal;
  }
  .p-mentalhealth_content01 {
    margin-top: 35px;
  }
  .p-mentalhealth_content01 .lead {
    line-height: 1.75;
    padding-right: 5px;
  }
  .p-mentalhealth_content01 .l-inner1000 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-mentalhealth_content01-01 .c_btn01 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    width: 180px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    font-size: 12px;
  }
  .p-mentalhealth_content01-01 .c_ttl01 {
    text-align: center;
  }
  .p-mentalhealth_content01-02-items {
    margin-top: 6px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: -10px;
  }
  .p-mentalhealth_content01-02-items > .item {
    margin-left: 10px;
    margin-top: 10px;
    width: calc(50% - 10px);
    height: 100%;
    min-height: 50px;
    padding: 7px 8px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 5px;
  }
  .p-mentalhealth_content02 {
    margin-top: 50px;
  }
  .p-mentalhealth_content02 .l-inner1000 {
    padding: 0 25px;
  }
  .p-mentalhealth_content02 .picture02 {
    margin-top: 25px;
  }
  .p-mentalhealth_content02-01 .c-title02 {
    font-size: 18px;
  }
  .p-mentalhealth_content02-01 .lead-small {
    font-size: 15px;
    line-height: 1.6;
  }
  .p-mentalhealth_content02-01_body {
    margin-top: 20px;
    text-align: left;
  }
  .p-mentalhealth_content02-01_body > .lead {
    font-size: 15px;
    line-height: 1.6;
  }
  .p-mentalhealth_content02-01_body > .items {
    gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
  .p-mentalhealth_content02-01_body > .items > .item {
    font-size: 15px;
    padding: 5px 10px;
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .p-mentalhealth_content02-01_body > .bottom {
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    margin-top: 10px;
  }
  .p-mentalhealth_content02_lead {
    text-align: left;
    line-height: 1.75;
    letter-spacing: 0.025em;
    margin-top: 24px;
  }
  .p-mentalhealth_content02_lead + .p-mentalhealth_content02_lead {
    margin-top: 1.5em;
  }
  .p-mentalhealth_content02-02_body {
    margin-top: 50px;
  }
  .p-mentalhealth_content02-02_body .picture02 {
    margin: 25px calc(50% - 50vw) 0;
    padding: 0px 15px;
    width: 100vw;
  }
  .p-mentalhealth_content02-02_body .p-healthcare_content02-04_body > .items > .item {
    background-color: #ffeeee;
    padding: 15px 14px 24px;
  }
  .p-mentalhealth_content02-02_body .p-healthcare_content02-04_body > .items > .item > ul {
    margin-top: 10px;
  }
  .p-mentalhealth_content02-02_body .p-healthcare_content02-04_body > .items > .item .head {
    color: #333;
    line-height: 1.6;
  }
  .p-mentalhealth_content02-03_body .picture02 {
    overflow-x: auto;
  }
  .p-mentalhealth_content02-03_body .picture02 img {
    width: 625px;
    max-width: inherit;
  }
  .p-mentalhealth_content02-03_body > .info {
    font-size: 15px;
    line-height: 1.6;
    margin-top: 40px;
  }
  #page_header.c-kv .title {
    font-size: 24px;
  }
  .p-news-list-detail {
    padding-bottom: 25px;
  }
  .p-news-list-detail_content .date {
    font-size: 11px;
  }
  .p-news-list-detail_content .category {
    padding: 0 5px;
  }
  .p-news-list-detail_content .category a {
    font-size: 11px;
  }
  .p-news-list-detail_content h1 {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 10px;
    letter-spacing: normal;
  }
  .p-news-list-detail_content .thumbnail {
    margin-top: 12px;
  }
  .p-news-list-detail_content .thumbnail img {
    border-radius: 5px;
    height: min(58.4375vw, 434px);
  }
  .p-news-list-detail_content .content {
    margin-top: 24px;
  }
  .p-news-list-detail_content .content > * + * {
    margin-top: 25px;
  }
  .p-news-list-detail_content .content h2 + *,
.p-news-list-detail_content .content h3 + *,
.p-news-list-detail_content .content h4 + *,
.p-news-list-detail_content .content h5 + *,
.p-news-list-detail_content .content h6 + * {
    margin-bottom: 16px;
  }
  .p-news-list-detail_content .content h2 {
    font-size: 17px;
    padding-bottom: 12px;
  }
  .p-news-list-detail_content .content h3 {
    font-size: 15px;
  }
  .p-news-list-detail_content .content table th:first-child {
    border-radius: 5px 0 0 0;
  }
  .p-news-list-detail_content .content table th:last-child {
    border-radius: 0 5px 0 0;
  }
  .p-news-list-detail_content .content table th {
    font-size: 10px;
    padding: 5px 5px;
  }
  .p-news-list-detail_content .content table td {
    font-size: 10px;
    padding: 5px 5px;
    letter-spacing: normal;
  }
  .p-news-list-detail_content .content table tr:last-child td:first-child {
    border-radius: 0 0 0 5px;
  }
  .p-news-list-detail_content .content table tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
  }
  .p-news-list-detail_content .content ul li {
    line-height: 1.75;
  }
  .p-news-list-detail_content .content ul li::before {
    width: 8px;
    height: 8px;
    margin-top: 0.5em;
  }
  .p-news-list-detail_content-pagination {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .p-news-list-detail_content-pagination .archive {
    width: 120px;
    height: 30px;
    font-size: 12px;
  }
  .p-sidebar-news_head {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .p-sidebar-news_head .ja {
    font-size: 24px;
  }
  .p-sidebar-news_head .en {
    font-size: 13px;
  }
  .p-sidebar-news_lists .list-item > a {
    padding: 10px 10px 10px 0;
  }
  .p-sidebar-news_lists .list-item .list-item_name,
.p-sidebar-news_lists .list-item .list-item_number {
    font-size: 12px;
  }
  .p-sidebar-news_lists .list-item .c-svg {
    width: 12px;
    height: 9.5px;
  }
  .p-sidebar-news_recommend {
    width: min(62.5vw, 400px);
    margin-left: auto;
    margin-right: auto;
  }
  .p-sidebar-news_accordion-trigger {
    height: 40px;
    padding: 8px;
    padding-top: 20px;
  }
  .p-sidebar-news_accordion-trigger .c-svg {
    width: 20px;
    height: 11.5px;
  }
  .p-sidebar-news_item-form {
    padding: 17px 16px;
  }
  .p-sidebar-news_item-form input {
    width: calc(100% - 30px);
  }
  .p-sidebar-news_item-form .c-svg {
    width: 18.5px;
    height: 18.5px;
  }
  .p-sidebar-news_item-form button[type=submit] {
    position: absolute;
    right: 16px;
    top: 7px;
    bottom: 0;
    margin: auto;
  }
  .p-news-list .c-pagination {
    margin-top: 25px;
  }
  .p-news-list_lists-wrap {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(128.5px, 1fr));
  }
  .p-news-list_lists-wrap .c-news-item .title_area {
    position: relative;
    padding-bottom: 20px;
  }
  .p-news-list_lists-wrap .c-news-item .category {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .p-news-list_lists-wrap .c-news-item .title {
    margin-top: 8px;
  }
  .p-news-list_lists-wrap .c-news-item .title span {
    font-size: 11px;
    line-height: 1.64;
    -webkit-line-clamp: 3;
  }
  .p-diagnosis_subject-list {
    margin-top: 25px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
  .p-diagnosis_subject-list > li {
    grid-template-columns: 60px 1fr;
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .p-diagnosis_subject-list > li .icon {
    width: 60px;
    height: 60px;
    border-radius: 10px;
  }
  .p-diagnosis_subject-list > li:first-child .icon img {
    width: 32.5px;
    height: 39.5px;
  }
  .p-diagnosis_subject-list > li:nth-child(2) .icon img {
    width: 32px;
    height: 37.5px;
  }
  .p-diagnosis_subject-list > li:nth-child(3) .icon img {
    width: 27.5px;
    height: 37px;
  }
  .p-diagnosis_subject-list > li:nth-child(4) .icon img {
    width: 35px;
    height: 33.5px;
  }
  .p-diagnosis_subject-list > li:nth-child(5) .icon img {
    width: 36px;
    height: 30px;
  }
  .p-diagnosis_subject-list > li:nth-child(6) .icon img {
    width: 28px;
    height: 38.5px;
  }
  .p-diagnosis_subject-list > li:nth-child(7) .icon img {
    width: 15px;
    height: 33.5px;
  }
  .p-diagnosis_subject-list .text-wrap .ttl {
    font-size: 15px;
  }
  .p-diagnosis_subject-list .text-wrap .text {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 8px;
  }
  .p-diagnosis_content02_lead {
    margin-top: 24px;
    line-height: 1.75;
    text-align: left;
  }
  .p-diagnosis_content-buttons {
    margin-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
  }
  .p-diagnosis_content03 {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-diagnosis_content03-body {
    margin-top: 50px;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 16px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-diagnosis_content03-item {
    padding-bottom: 16px;
  }
  .p-diagnosis_content03-item .head {
    font-size: 13px;
  }
  .p-diagnosis_content03-item .date {
    font-size: 12px;
  }
  .p-schedule .home_news_list {
    margin-top: 10px;
  }
  .p-schedule .p-diagnosis_content-button-wrap01 {
    text-align: center;
    margin-top: 20px;
  }
  .p-schedule .schedule-table-wrap {
    overflow-x: scroll;
  }
  .p-schedule .schedule-table-wrap .schedule-table-inner {
    width: 650px;
    border-radius: 10px;
  }
  .p-schedule .schedule-table-wrap th {
    font-size: 10px;
    height: 30px;
  }
  .p-schedule .schedule-table-wrap td {
    font-size: 10px;
    height: 35px;
    padding: 5px 0;
  }
  .p-schedule .schedule-table-wrap td.td-dr {
    font-size: 10px;
    height: 35px;
    padding: 5px 0;
    border-left: 1px solid #e3e3e3;
  }
  .p-schedule .schedule-table-wrap td.title {
    font-size: 12px;
    width: 105px;
  }
  .p-schedule .schedule-table-wrap td.am-pm {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-information_content01-table {
    margin-top: 24px;
  }
  .p-information_content01-table th,
.p-information_content01-table td {
    border-bottom: none;
    display: block;
    width: 100%;
    padding: 16px 8px;
  }
  .p-information_content01-table th {
    padding: 10px;
  }
  .p-information_content01-table tr:last-child td {
    border-bottom: solid 1px #eee;
  }
  .p-information_content02 {
    margin-top: 50px;
  }
  .p-information_content02 .l-col {
    margin-top: 24px;
  }
  .p-information_content02 .text-box + .text-box {
    margin-top: 16px;
  }
  .p-information_content02 .head {
    font-size: 16px;
  }
  .p-information_content02 .body {
    margin-top: 4px;
  }
  .p-information_content02 .body-table tr:last-child td {
    border-bottom: solid 1px #eee;
  }
  .p-information_content02 .buttons {
    margin-top: 24px;
  }
  .p-information_other-page {
    padding: 50px 0;
    margin-top: 50px;
  }
  .p-information_other-page .l-col {
    grid-template-columns: repeat(1, 1fr);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }
  .p-information_other-page .item .img-wrap {
    padding-top: 39.671429%;
    border-radius: 10px 10px 0 0;
  }
  .p-information_other-page .item .text-wrap {
    border-radius: 0 0 10px 10px;
  }
  .p-information_other-page .item .text-wrap .text {
    font-size: 12px;
    padding: 10px;
  }
  .p-introduce_content01 + .p-introduce_content01 {
    margin-top: 72px;
  }
  .p-introduce_content01-body {
    margin-top: 24px;
    row-gap: 40px;
  }
  .p-introduce_content01-item .img {
    margin-bottom: 16px;
  }
  .p-introduce_content-text .sub {
    font-size: 14px;
  }
  .p-introduce_content-text .name {
    font-size: 18px;
  }
  .p-introduce_content-text .info01 {
    margin-top: 8px;
  }
  .p-introduce_content-text .info01 .date {
    width: 64px;
    margin-right: 10px;
  }
  .p-introduce_content-text .info02 {
    margin-top: 24px;
  }
  .p-introduce_content01-body02 {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 24px;
    row-gap: 40px;
  }
  .p-contact_page-finish {
    margin-top: 30px;
  }
  .p-notes_content01-wrap {
    margin-top: 45px;
    font-size: 18px;
  }
  .p-notes_content01-lead {
    font-size: 16px;
  }
  .p-notes_content01-important {
    font-size: min(3.75vw, 14px);
  }
  .p-notes_content .c_ttl01 {
    text-align: left;
    font-size: 16px;
    margin-left: 10px;
  }
  .p-notes_content .c_ttl01 .ja {
    font-size: 20px;
  }
  .p-notes_content .p-checkup_item-body-text {
    word-break: normal;
    word-wrap: break-word;
  }
  .p-notes_content05 {
    margin-top: 50px;
  }
  .p-notes_content05-list {
    margin-top: 25px;
    max-width: 100%;
  }
  .p-notes_content06 {
    margin-top: 50px;
  }
  .p-notes_content06-body {
    border-radius: 10px;
    padding: 20px 20px;
  }
  .p-notes_content06-button {
    margin-top: 32px;
  }
  .p-policy_content {
    padding: 50px 0;
  }
  .p-policy_content .c_ttl01 {
    margin-bottom: 32px;
  }
  .p-policy_content .p-policy_content-lead-wrap {
    text-align: left;
  }
  .p-policy_content .p-policy_content-lead {
    text-align: left;
  }
  .p-policy_content01-02-lead .top-lead {
    margin-bottom: 16px;
    font-size: 18px;
    text-align: center;
  }
  .p-policy_content01-02-lead .p-policy_content-lead {
    text-align: center;
  }
  .p-policy_content01-02-lead .p-policy_content-lead > .head {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .p-policy_content01-02-lead .p-policy_content-lead.l-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4px;
  }
  .p-policy_content02-01-body .list-item .head {
    font-size: 16px;
    line-height: 1.4;
  }
  .p-policy_content03-01-lead .head {
    font-size: 16px;
    text-align: center;
  }
  .p-policy_content03-01-lead .text {
    text-align: left;
  }
  .p-policy_content03-02 .items .head {
    font-size: 16px;
  }
  .p-policy_content03-02 .item-child_li-head {
    font-size: 14px;
  }
  .p-policy_content03-02 .table-wrap .table {
    overflow-x: auto;
  }
  .p-policy_content03-02 .table-wrap .table table {
    white-space: nowrap;
    width: 100%;
  }
  .p-recruit .cb_contents .link_button {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .p-recruit .cb_contents .link_button a {
    min-width: unset;
    padding: 0 5px;
  }
  .p-recruit .p-recruit_content01 .media {
    margin-top: 20px;
  }
  .p-recruit .p-recruit_content02 {
    margin-top: 50px;
    padding: 50px 0;
  }
  .p-recruit .p-recruit_content02 .link_button {
    margin-top: 20px;
  }
  .p-recruit .p-recruit_content04 {
    margin-top: 0;
    padding: 50px 0;
  }
  .p-recruit .p-recruit_content04 .link_button {
    margin-top: 20px;
  }
  .p-recruit .p-recruit_aco-wrap {
    margin-top: 20px;
  }
  .p-recruit .p-recruit_aco-wrap .aco-body + .aco-body {
    margin-top: 15px;
  }
  .p-recruit .p-recruit_aco-wrap .aco-body {
    padding: 15px;
  }
  .p-recruit .p-recruit_aco-wrap .aco-head {
    font-size: 16px;
  }
  .p-recruit .p-recruit_aco-wrap .aco-head::before {
    width: 10px;
    height: 12px;
  }
  .p-recruit .p-recruit_aco-wrap .p-recruit_table {
    margin-top: 25px;
  }
  .p-recruit .p-recruit_aco-wrap .p-recruit_table th,
.p-recruit .p-recruit_aco-wrap .p-recruit_table td {
    display: block;
    width: 100%;
  }
  .p-recruit .p-recruit_aco-wrap .p-recruit_table th {
    font-size: 14px;
    padding-right: 0;
    padding-top: 25px;
  }
  .p-recruit .p-recruit_aco-wrap .p-recruit_table td {
    font-size: 12px;
    padding-top: 10px;
  }
  .p-recruit .p-recruit_aco-wrap .p-recruit_table tr:last-child td {
    padding-bottom: 25px;
  }
  .p-recruit .p-recruit_content03 {
    padding: 50px 0;
  }
  .p-recruit .media_img {
    margin-top: 20px;
  }
  .p-recruit_table-col {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .p-recruit_table-col02 {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
  .p-information_session .p-information_session_content01 {
    padding: 50px 0;
  }
  .p-information_session .p-information_session_content02 .ttl {
    margin-left: 10px;
  }
  .p-information_session .detail-info .media {
    margin-bottom: 30px;
  }
  .p-information_session .detail-info .txt-area .txt {
    margin-top: 20px;
    line-height: 1.75;
  }
  .p-recruit.p-information_session .p-recruit_content04 {
    padding: 50px 0;
    margin-top: 50px;
  }
  .p-information_session .index_post_slider {
    margin-left: 0;
    padding-right: 0;
  }
  .p-information_session .index_post_slider .l-inner1000 {
    padding-left: 15px;
  }
  .p-checkupentry_content {
    margin-top: 50px;
  }
  .p-checkupentry-confirm .p-checkupentry_content {
    margin-top: 0;
  }
  .p-sitemap-list-block {
    margin-top: 40px;
  }
  .p-sitemap-list-parent-wrap > li {
    padding: 20px 0;
  }
  .p-sitemap-list-parent-wrap > li > ul > li {
    margin-top: 10px;
  }
  .p-sitemap-list-parent-wrap > li > ul > li > a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 751px) {
  #header_slider .catch {
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  #page_header .sub_title.fz-px-180 {
    bottom: -26px;
  }
  #page_header .sub_title.fz-px-180 span {
    font-size: clamp(140px, 9.375vw, 180px);
  }
  #bread_crumb li a:hover {
    color: #55ad87;
  }
  .inner-block {
    margin: 0 auto;
  }
  .sp {
    display: none !important;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  a,
a::before,
a::after,
button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #global_menu > ul > li > a[aria-current=page] {
    color: #55ad87;
    position: relative;
  }
  #global_menu > ul > li > a[aria-current=page]::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #55ad87;
  }
  #footer_data .tel_wrap > .sub_item + .sub_item {
    margin-left: 40px !important;
  }
  #footer_menu li + li {
    margin-left: 52px;
  }
  .c_ttl01 .en {
    margin-top: 16px;
  }
  .c_btn01 {
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
  }
  .c_btn01:hover {
    background-color: #428a6b;
  }
  .c_btn02:hover {
    color: #333 !important;
    border-color: #333;
  }
  .c-anchor {
    margin-top: -50px;
    margin-left: -50px;
  }
  .c-anchor.col-pc-4 .c-anchor_item-link {
    width: calc((100% - 200px) / 4);
  }
  .c-anchor.col-pc-3 .c-anchor_item-link {
    width: calc((100% - 150px) / 3);
  }
  .c-anchor_item-link {
    margin-top: 50px;
    margin-left: 50px;
  }
  .c-anchor_item-link a:hover {
    color: #55ad87 !important;
  }
  .l-reverse .l-bg {
    border-radius: 0 50px 50px 0;
    margin-left: auto;
    margin-right: 7.8125%;
    padding-right: 0;
    padding-left: 7.8125%;
  }
  .c-contact .tel-box {
    padding-left: 39px;
  }
  .c-contact .btn-box {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-contact .btn-box .left {
    width: 49%;
  }
  .c-contact .btn-box .left .text {
    text-align: left;
    font-size: 15px;
    margin-left: 144px;
  }
  .c-contact .btn-box .right {
    width: 49%;
  }
  .c-contact .btn-box .right .c_btn01 {
    width: 320px;
  }
  .c-pagination .page-numbers {
    -webkit-transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  }
  .c-pagination .page-numbers:not(.current):hover {
    background-color: #55ad87;
    color: #fff;
    border-color: #55ad87;
  }
  .c-pagination .page-numbers:not(.current):hover .c-svg {
    color: #fff;
  }
  .c-pagination .page-numbers .c-svg {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .search .c-news-item {
    max-width: 475px;
  }
  .archive .c-news-item {
    max-width: 300px;
  }
  .c-news-item .image_wrap {
    padding-top: 66.6666666667%;
    border-radius: 10px;
  }
  .c-news-item .image_wrap:hover img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .c-form_select > select {
    height: 46px;
    min-width: 174px;
    padding: 10px 20px;
  }
  .media_img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 520px;
        -ms-flex: 0 1 520px;
            flex: 0 1 520px;
    margin-left: 60px;
  }
  .media_body {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 420px;
        -ms-flex: 0 1 420px;
            flex: 0 1 420px;
  }
  .media-reverse .media_body {
    margin-top: 60px;
    margin-left: 60px;
  }
  .media-reverse .media_body .txt {
    margin-top: 30px;
  }
  .media-reverse .media_body .btn_wrap {
    margin-top: 30px;
  }
  .home_news .c_btn01 {
    height: 50px;
    line-height: 50px;
  }
  .home_news_list {
    border-top: 1px solid #ccc;
  }
  .home_news_list .category {
    margin-left: 30px;
    min-width: 88px;
  }
  .home_news_list .title {
    margin-left: 30px;
  }
  .home_schedule .media_img {
    margin-top: 45px;
  }
  .home_schedule .footer_schedule tr:first-child td {
    height: 64px;
  }
  .home_schedule .footer_schedule .col1 {
    min-width: 140px;
  }
  .home_subject_list {
    margin: 50px 0 -40px 0;
  }
  .home_subject_list > li {
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .blog-article-block .article-content ul li + li,
.blog-article-block .article-content ol li + li {
    margin-top: 3px;
  }
  .blog-article-block .article-content a:hover {
    text-decoration: none;
  }
  .blog-article-block .article-content .wp-block-columns {
    margin: 30px -15px;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .blog-article-block .article-content .wp-block-columns .wp-block-column {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .blog-article-block .article-content .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
  .blog-article-block .article-content .wp-block-media-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .blog-article-block .article-content .wp-block-media-text .wp-block-media-text__media {
    width: 252px;
  }
  .blog-article-block .article-content .wp-block-media-text .wp-block-media-text__content {
    padding-left: 30px;
    width: calc(100% - 252px);
  }
  .blog-article-block .article-content .wp-block-table.sp-block tr:nth-child(n+2) th {
    border-top-color: #fff;
  }
  .blog-article-block .article-content .wp-block-table.sp-block tr:not(:last-child) th {
    border-bottom-color: #fff;
  }
  .blog-article-block .article-content table.sp-block tr:nth-child(n+2) th {
    border-top-color: #fff;
  }
  .blog-article-block .article-content table.sp-block tr:not(:last-child) th {
    border-bottom-color: #fff;
  }
  .blog-article-block .article-content .iframe-wrap.youtube .wp-block-embed__wrapper iframe {
    width: 100%;
    height: 490px;
  }
  .l-checkup_content-lead {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-checkup_content-button-wrap01 .c_btn01 {
    min-width: 205px;
  }
  .p-checkup_content-button-wrap02 .c_btn01 {
    min-width: 307px;
    height: 70px;
    border-radius: 34px;
    line-height: 70px;
  }
  .l-checkup_item-col-pc-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -50px;
  }
  .l-checkup_item-col-pc-2 > .p-checkup_item {
    margin-top: 50px;
    margin-left: 50px;
    width: calc((100% - 100px) / 2);
  }
  .p-healthcare_content02-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-healthcare_content02-01 .text-wrap {
    width: 94%;
  }
  .p-healthcare_content02-01 .picture02 {
    margin-left: 6%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .p-healthcare_content02-02 .info {
    font-size: 14px;
  }
  .p-healthcare_content02-02_follow .follow-item {
    width: 260px;
  }
  .p-healthcare_content02-03_body > .items > .item {
    padding: 12px 15px;
  }
  .p-healthcare_content02-04_body > .items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 18px;
  }
  .p-healthcare_content02-04_body > .items > .item {
    max-width: 320px;
    padding: 40px 25px;
  }
  .p-healthcare_post_list_slider_wrap .post_list .item {
    width: 100%;
    max-width: 300px;
  }
  .p-industrialphysician_content01-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-industrialphysician_content01-01 .text-wrap {
    width: 93.5%;
  }
  .p-industrialphysician_content01-01 .picture01 {
    margin-left: 6.5%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .p-industrialphysician_content01-02 > .c-title02::after {
    margin-top: 18px;
  }
  .p-industrialphysician_content01-02-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-industrialphysician_content02-02 .info {
    font-size: 14px;
  }
  .p-industrialphysician_content02-02 .c-anchor-wrap {
    margin-left: -120px;
  }
  .p-industrialphysician_content02-02 .c-anchor_item-link {
    margin-left: 120px;
    width: auto;
  }
  .p-mentalhealth_content01 {
    padding-top: 90px;
  }
  .p-mentalhealth_content01-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .p-mentalhealth_content01-01 .c_btn01 {
    margin-top: 45px;
    width: 300px;
  }
  .p-mentalhealth_content01-01 .text-wrap {
    width: 93.5%;
  }
  .p-mentalhealth_content01-01 .picture01 {
    margin-left: 6.5%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
  .p-mentalhealth_content01-02 > .c-title02::after {
    margin-top: 18px;
  }
  .p-mentalhealth_content01-02-items {
    -webkit-column-gap: 26px;
       -moz-column-gap: 26px;
            column-gap: 26px;
    row-gap: 30px;
  }
  .p-mentalhealth_content02-01_body > .items {
    gap: 20px;
  }
  .p-mentalhealth_content02-01_body > .items > .item {
    padding: 12px 15px;
  }
  .p-mentalhealth_content02-02_body > .p-mentalhealth_content02_lead {
    margin-top: 0;
  }
  .p-mentalhealth_content02-03_body > .p-mentalhealth_content02_lead {
    margin-top: 0;
  }
  .p-news-list-detail_content-pagination .archive:hover {
    background: #428a6b;
  }
  .p-sidebar-news_head {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-sidebar-news_lists .list-item > a {
    padding: 18px 20px;
  }
  .p-sidebar-news_lists .list-item > a:hover {
    color: #55ad87;
  }
  .p-sidebar-news_item-form input {
    font-size: 14px;
  }
  .p-sidebar-news_item-form button[type=submit] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-news-list_lists-wrap {
    gap: 50px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  .p-diagnosis_subject-list {
    -webkit-column-gap: 80px;
       -moz-column-gap: 80px;
            column-gap: 80px;
    row-gap: 50px;
    grid-template-columns: repeat(auto-fit, minmax(456px, 1fr));
    place-items: center;
    margin-top: 64px;
  }
  .p-diagnosis_content-buttons {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    row-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    place-items: center;
    margin-top: 50px;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-diagnosis_content03-body {
    margin-top: 54px;
    -webkit-column-gap: 78px;
       -moz-column-gap: 78px;
            column-gap: 78px;
    row-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
    place-items: center;
  }
  .p-schedule .c_ttl01.line .ja {
    display: inline-block;
  }
  .p-schedule .c_ttl01.line .en {
    display: inline-block;
    margin-left: 10px;
  }
  .p-schedule .home_news_list .item a:hover {
    opacity: 1;
  }
  .p-schedule .home_news_list .item a:hover .title {
    color: #55ad87;
  }
  .p-schedule .attention {
    text-align: right;
  }
  .p-patrol_content01-imgs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 120px;
       -moz-column-gap: 120px;
            column-gap: 120px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-patrol_content01-imgs .img {
    width: calc((100% - 60px) / 2);
  }
  .p-patrol_content01-imgs img {
    border-radius: 20px;
  }
  .p-information_content02 .l-col {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    margin-top: 50px;
  }
  .p-information_content02 .map-wrap {
    width: 50%;
  }
  .p-information_content02 .text-wrap {
    width: 50%;
  }
  .p-information_content02 .text-box + .text-box {
    margin-top: 30px;
  }
  .p-information_content02 .body-table th,
.p-information_content02 .body-table td {
    font-size: 14px;
  }
  .p-information_content02 .buttons {
    margin-top: 30px;
  }
  .p-information_other-page .l-col {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    row-gap: 20px;
  }
  .p-information_other-page .item:hover .img-wrap > img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .p-information_other-page .item:hover .text-wrap .text {
    color: #55ad87;
  }
  .p-introduce_content01-item {
    display: grid;
    grid-template-columns: 300px 1fr;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  .p-introduce_content01-item .img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 300px;
  }
  .p-introduce_content-text .info01 li {
    font-size: 14px;
  }
  .p-introduce_content-text .info01 .date {
    width: 120px;
  }
  .p-introduce_content01-body02 {
    -webkit-column-gap: 120px;
       -moz-column-gap: 120px;
            column-gap: 120px;
    row-gap: 60px;
  }
  hr {
    display: none;
  }
  .p-notes_content05-list .child_li {
    font-size: 15px;
  }
  .p-notes_content06-body {
    border-radius: 20px;
  }
  .p-healthguidance_content .p-healthcare_content02-01 {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  .p-healthguidance_content .p-healthcare_content02-01 .c_ttl01 .ja {
    font-size: 38px;
  }
  .p-healthguidance_content:nth-child(odd) .p-healthcare_content02-01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-policy_content01-02-lead .p-policy_content-lead.l-col {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .p-recruit .p-recruit_aco-wrap .p-recruit_table tr:last-child th,
.p-recruit .p-recruit_aco-wrap .p-recruit_table tr:last-child td {
    padding-bottom: 50px;
  }
  .p-sitemap-list-parent-wrap a:hover {
    color: #55ad87;
  }
}

@media screen and (max-width: 950px) {
  #footer_video {
    width: auto;
    height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 767px) {
  .cardlink_thumbnail {
    float: none;
  }

  .cardlink_timestamp {
    line-height: 2.4;
    vertical-align: middle;
  }

  .cardlink_excerpt {
    float: none;
  }
  .p-btn {
    height: 45px;
    font-size: 12px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 1251px) {
  /* ----------------------------------------------------------------------
   基本設定
  ---------------------------------------------------------------------- */
  /* レイアウト */
  #main_contents {
    width: auto !important;
    margin: 0;
  }

  body.post-type-archive-news #main_contents, body.single #main_contents, body.page-template-page-design1 #main_contents,
body.page-template-page-design2 #main_contents, body.page-template-page-access #main_contents {
    padding-bottom: 0px;
  }

  body.post-type-archive-service #main_contents {
    padding-bottom: 83px;
  }

  #main_col {
    width: calc(100% - 300px);
    margin: 0 0 100px 0;
  }

  #side_col {
    width: 250px;
    margin: 0 0 100px 0;
  }

  #page_content {
    padding: 90px 0 0;
    margin-bottom: -10px;
  }

  body.layout_type3 #main_col {
    width: 100%;
    max-width: 1000px;
  }

  /* ドロワーメニュー */

  /* ドロワーメニュー展開時のオーバーレイ */

  /* safariとedgeのみ背景をぼかす */

  /* ぼかしはここまで */
  /* ドロワーメニューのスクロールバー */

  /* admin bar利用時 */

  /* ----------------------------------------------------------------------
   アクセスページ
  ---------------------------------------------------------------------- */

  /* デザインコンテンツ */

  /* アクセス */

  /* ----------------------------------------------------------------------
   デザインページ１
  ---------------------------------------------------------------------- */

  /* コンテンツ１ */

  /* コンテンツ２ */

  /* コンテンツ３ */

  /* ----------------------------------------------------------------------
   デザインページ２
  ---------------------------------------------------------------------- */

  /* コンテンツ１ */

  /* コンテンツ２ */

  /* ----------------------------------------------------------------------
   FAQページ
  ---------------------------------------------------------------------- */

  /* カテゴリーボタン */

  /* FAQ一覧 */
  /* ----------------------------------------------------------------------
   サービス（アーカイブページ）
  ---------------------------------------------------------------------- */

  /* サービス一覧 */
  /* ----------------------------------------------------------------------
   サービス（詳細ページ）
  ---------------------------------------------------------------------- */

  /* 見出し */

  /* コンテンツ１ */

  /* コンテンツ２ */

  /* 料金一覧 */

  /* 診療科目 */

  /* ----------------------------------------------------------------------
   トップページ
  ---------------------------------------------------------------------- */

  /* ボックスコンテンツ */

  /* ニュースティッカー */

  /* ----------------------------------------------------------------------
   トップページ（コンテンツビルダー）
  ---------------------------------------------------------------------- */
  /* デザインコンテンツ */

  /* 診療科目一覧 */
  /*.index_service_list .service_list {*/
  /*    width: auto;*/
  /*    margin: 0 100px;*/
  /*}*/
  /*.index_service_list .service_list .item {*/
  /*    width: calc(100% / 3 - 8px);*/
  /*}*/
  /*.index_service_list .service_list .item:nth-child(4n) {*/
  /*    margin: 0 12px 12px 0;*/
  /*}*/
  /*.index_service_list .service_list .item:nth-child(3n) {*/
  /*    margin-right: 0;*/
  /*}*/
  /*@media screen and (max-width: 950px) {*/
  /*    .index_service_list .service_list {*/
  /*        margin: 0 50px;*/
  /*    }*/
  /*}*/
  /*@media screen and (max-width: 750px) {*/
  /*    .index_service_list {*/
  /*        padding: 50px 0 50px;*/
  /*    }*/
  /*    .index_service_list .service_list {*/
  /*        margin: 0 20px;*/
  /*    }*/
  /*    .index_service_list .service_list_wrap {*/
  /*        padding: 50px 0;*/
  /*    }*/
  /*    .index_service_list .service_list .item {*/
  /*        width: calc(50% - 5px);*/
  /*        margin: 0 9px 9px 0;*/
  /*    }*/
  /*    .index_service_list .service_list .item:nth-child(4n) {*/
  /*        margin: 0 9px 9px 0;*/
  /*    }*/
  /*    .index_service_list .service_list .item:nth-child(3n) {*/
  /*        margin: 0 9px 9px 0;*/
  /*    }*/
  /*    .index_service_list .service_list .item:nth-child(2n) {*/
  /*        margin-right: 0;*/
  /*    }*/
  /*    .index_service_list .link_button {*/
  /*        margin: 38px 0 0 0;*/
  /*    }*/
  /*}*/
  /*@media screen and (max-width: 550px) {*/
  /*    .index_service_list {*/
  /*        padding: 40px 0 40px;*/
  /*    }*/
  /*    .index_service_list .service_list_wrap {*/
  /*        padding: 40px 0;*/
  /*    }*/
  /*    .index_service_list .service_list .item {*/
  /*        min-height: 210px;*/
  /*    }*/
  /*    .index_service_list .service_list .item .title {*/
  /*        padding: 20px 21px 17px;*/
  /*    }*/
  /*    .index_service_list .service_list .image_wrap {*/
  /*        height: 70px;*/
  /*    }*/
  /*    .index_service_list .service_list .item .desc {*/
  /*        padding: 0 18px;*/
  /*        margin-top: 7px;*/
  /*        font-size: 12px;*/
  /*        line-height: 1.7;*/
  /*    }*/
  /*    .index_service_list .link_button {*/
  /*        margin: 31px 0 0 0;*/
  /*    }*/
  /*}*/
  /* メッセージ */

  /* 記事スライダー */

  /* アクセス */

  /* ----------------------------------------------------------------------
   ページヘッダー
  ---------------------------------------------------------------------- */

  /* コンテンツの見出し */

  /* ----------------------------------------------------------------------
   ブログアーカイブページ
  ---------------------------------------------------------------------- */

  /* アーカイブページ */
  /* ページナビ */

  /* ----------------------------------------------------------------------
   お知らせ
  ---------------------------------------------------------------------- */
  /* アーカイブページ */

  /* 最新のお知らせ */

  /* ----------------------------------------------------------------------
   ヘッダー
  ---------------------------------------------------------------------- */

  /* サイドボタン */

  /* ロゴ */

  /* メニューボタン */

  /* グローバルメニュー */

  /* グローバルメニュー（子メニュー） */

  /* ドロワーメニュー　閉じるボタン */

  /* バナー */

  /* パンくずリンク */
  /* メッセージ */

  /* ----------------------------------------------------------------------
   ブログ詳細ページ
  ---------------------------------------------------------------------- */
  /* タイトル */

  /* SNSボタン */

  /* コピーボタン */

  /* メタ情報 */

  /* 次の記事、前の記事 */
  /* ページ分割 */
  /* プロフィール */
  /* 広告 */

  /* 関連記事 */

  /* ----------------------------------------------------------------------
   その他のページ
  ---------------------------------------------------------------------- */
  /* 404ページ*/
  /* ----------------------------------------------------------------------
   ウィジェット
  ---------------------------------------------------------------------- */
  /* 基本設定 */
  /* 記事スライダー */
  /* ----------------------------------------------------------------------
   フッター
  ---------------------------------------------------------------------- */
  /* フッターバナー */
  /* フッター上部 */

  /* 予約、電話番号、スケジュールエリア */

  /* 予約ボタン */

  /* 電話 */

  /* スケジュール */
  /* フッター下部 */

  /* ロゴ */
  /* ボタン */
  /* メニュー */

  /* ページ上部へ戻るボタン */
  /* フッターバー */

  /* 固定フッターが有効時、モバイルデバイス調整用 */

  /* トップページでは表示しない */

  /* ----------------------------------------------------------------------
   コメント
  ---------------------------------------------------------------------- */
  /* 基本設定 */

  /* コメント・トラックバックのタブ */

  /* ----------------------------------------------------------------------
   その他
  ---------------------------------------------------------------------- */
  /*  WordPress プリセットスタイル */
  /* パスワード保護 */

  /* Cardlink style - カードリンクのスタイル */
  #drawer_menu {
    display: block;
    position: fixed;
    top: 0px;
    right: -400px;
    width: 400px;
    height: 100%;
    background: #333;
    overflow: auto;
    z-index: 9999;
    -webkit-transition: right 300ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: right 300ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .open_menu #drawer_menu {
    right: 0;
    -webkit-box-shadow: -5px 0 20px 0 rgba(0, 0, 0, 0.4);
            box-shadow: -5px 0 20px 0 rgba(0, 0, 0, 0.4);
  }
  .open_menu #container:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
  }
  _::-webkit-full-page-media, _:future, :root .open_menu #container:before {
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  @supports (-ms-ime-align: auto) {
    .open_menu #container:before {
      background: rgba(0, 0, 0, 0.6);
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
    }
  }
  .simplebar-scrollbar:before {
    background: #fff !important;
  }
  body.admin-bar {
    padding-top: 32px;
  }
  body.admin-bar.header_fix_mobile #header {
    margin-top: 32px;
  }
  body.admin-bar #drawer_menu {
    padding-top: 32px;
  }
  .mobile body.admin-bar.header_fix_mobile {
    padding-top: 102px;
  }
  #access_page {
    padding: 100px 0 0;
  }
  .access_content1 {
    margin: 0 0 100px 0;
  }
  .access_content1 .item_list {
    margin: 73px 0 0 0;
  }
  .access_content1 .content_inner {
    padding: 0 40px;
  }
  .access_content2 {
    margin: 0 0 100px 0;
  }
  .access_content2 .top_headline {
    margin: 0 auto 47px;
  }
  .access_content2 .info_area {
    padding: 40px;
  }
  .access_content2 .address_area {
    display: block;
  }
  .access_content2 .address_area .item:first-of-type {
    margin: 0 0 40px 0;
  }
  .access_content2 .address_area .item:only-of-type {
    margin: 0 !important;
  }
  #design_page1 {
    padding-bottom: 0px;
  }
  .design1_content {
    margin: 0 0 100px 0;
  }
  .design1_content .top_headline {
    margin: 0 auto 47px;
  }
  .design1_content1 .item .desc {
    padding: 0 25px;
  }
  .design1_content2 .content_inner {
    padding: 0 40px;
  }
  .design1_content3 {
    margin-bottom: 40px;
  }
  .design1_content3 .item {
    width: calc(33.3333333333% - 34px);
    float: left;
    margin: 0 50px 50px 0;
  }
  .design1_content3 .item:nth-child(3n) {
    margin-right: 0;
  }
  #design_page2 {
    padding-bottom: 0px;
  }
  .design2_content {
    margin: 0 0 100px 0;
  }
  .design2_content .top_headline {
    margin: 0 auto 47px;
  }
  .design2_content1 .user_info {
    background: #f5f5f5;
    padding: 100px 100px 1px;
  }
  .design2_content1 .name_area {
    text-align: center;
    margin: 0 0 97px 0;
  }
  .design2_content1 .prof {
    margin: 0 0 90px 0;
  }
  .design2_content2 .item {
    margin: 0 0 50px 0;
  }
  .design2_content2 .item:last-of-type {
    margin: 0;
  }
  .design2_content2 .content_inner {
    padding: 12px 40px 0;
  }
  #faq_archive {
    padding: 0;
  }
  #faq_category_button {
    margin: 0 0 100px 0;
  }
  #faq_category_button li {
    width: 33.3333333333%;
    font-size: 14px;
  }
  #faq_category_button li p {
    height: 50px;
    line-height: 52px;
  }
  #service_archive {
    padding: 0;
  }
  #service_top_desc {
    padding: 87px 0;
  }
  #service_single .top_headline {
    margin: 0 auto 47px;
  }
  .service_content1 {
    margin: 0 0 90px 0;
  }
  .service_content1 .item {
    padding: 0 0 40px 0;
    margin: 0 0 50px 0;
  }
  .service_content1 .item:last-of-type {
    padding: 0;
    margin: 0;
  }
  .service_content1 .image {
    width: calc(50% - 25px);
  }
  .service_content1 .content {
    width: calc(50% - 25px);
  }
  .service_content2 {
    margin: 0 0 100px 0;
  }
  .service_content2 .item_list {
    padding: 25px;
  }
  .service_content2 .content .desc {
    padding: 0 30px;
  }
  .service_content3 {
    margin: 0 0 100px 0;
  }
  .service_content3 .list_headline {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
  }
  .service_content3 .price_list dt {
    padding: 12px 20px 10px;
    line-height: 2;
  }
  .service_content3 .price_list dd {
    padding: 12px 20px 10px;
    line-height: 2;
  }
  #service_single .service_list {
    margin: 0 0 100px 0;
  }
  #service_single .service_list li {
    width: 33.3333333333%;
    font-size: 14px;
  }
  #service_single .service_list li a {
    height: 50px;
    line-height: 52px;
  }
  #header_slider {
    padding: 0px;
    margin: 0;
  }
  #index_box_content {
    width: 100%;
  }
  #index_news_inner {
    width: auto;
    padding: 0 20px;
  }
  #index_news_slider {
    width: auto;
  }
  #index_news .archive_link {
    display: none;
  }
  .index_content_slider {
    padding: 100px 0 100px;
  }
  .index_content_slider .desc_area {
    padding: 0px 40px;
  }
  .index_message {
    padding: 100px 0 100px;
  }
  .index_post_slider .post_list {
    width: auto;
  }
  .index_access {
    padding: 100px 0 100px;
  }
  .index_access .access_google_map {
    width: 50%;
  }
  .index_access .access_google_map .pb_googlemap_embed {
    width: 100%;
  }
  #page_header {
    width: auto !important;
  }
  #page_header_inner {
    width: auto !important;
  }
  #content_header {
    padding: 100px 0 90px 0;
  }
  body.blog #content_header {
    padding: 60px 0 90px 0;
  }
  #blog_archive {
    padding: 0;
  }
  body.search #blog_archive {
    padding-top: 100px;
  }
  .page_navi {
    margin: 50px 0 0;
    z-index: 10;
    position: relative;
  }
  body.post-type-archive-news #content_header {
    padding: 100px 0 80px 0;
  }
  #news_list .image_wrap {
    width: 50%;
  }
  #news_list .title_area {
    width: 50%;
  }
  #news_list .title_area_inner {
    padding: 0 40px;
  }
  #recent_news {
    margin: 50px 0 0 0;
  }
  #recent_news .link_button a {
    margin: 50px 0 0 0;
  }
  #header {
    height: 50px;
    position: relative;
    margin: 0;
    border: none;
  }
  #header a {
    color: #000;
    font-weight: 500;
    font-size: 8px;
  }
  .mobile .header_fix_mobile {
    padding-top: 60px;
  }
  .mobile body.home.header_fix_mobile {
    padding-top: 0px;
  }
  .mobile .hide_header.header_fix_mobile {
    padding-top: 0 !important;
  }
  .header_fix_mobile #header {
    position: fixed !important;
    top: 0px;
    left: 0px;
    z-index: 200;
    width: 100%;
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
    border: none;
    -webkit-animation: slide_down_menu 0.5s ease;
    animation: slide_down_menu 0.5s ease;
  }
  @-webkit-keyframes slide_down_menu {
    0% {
      top: -60px;
    }
    100% {
      top: 0px;
    }
  }
  @keyframes slide_down_menu {
    0% {
      top: -60px;
    }
    100% {
      top: 0px;
    }
  }
  #side_button {
    top: 157px;
  }
  #side_button.fixed {
    top: 157px !important;
  }
  #header_logo .logo {
    line-height: 1;
    margin: 0;
    padding: 0;
    font-weight: 500;
  }
  #header_logo .pc_logo_image {
    display: none;
  }
  #header_logo .pc_logo_text {
    display: none;
  }
  #header_logo .pc_logo_image.type1 {
    display: none;
  }
  #header_logo .pc_logo_image.type2 {
    display: none;
  }
  body.home #header_logo .pc_logo_image.type1 {
    display: none;
  }
  #header_logo .mobile_logo_image {
    display: block;
  }
  #header_logo .mobile_logo_text {
    display: block;
  }
  body.home #header_logo .pc_logo_image.type2 {
    display: none;
  }
  #header_logo .mobile_logo_image.type1 {
    display: block;
  }
  #header_logo .mobile_logo_image.type2 {
    display: block;
  }
  body.home #header_logo .mobile_logo_image.type1 {
    display: block;
  }
  body.home #header_logo .mobile_logo_image.type2 {
    display: none;
  }
  body.home #header.active #header_logo .pc_logo_image.type1 {
    display: none !important;
  }
  body.home #header.active #header_logo .pc_logo_image.type2 {
    display: none !important;
  }
  body.home #header.active #header_logo .mobile_logo_image.type1 {
    display: none !important;
  }
  body.home #header.active #header_logo .mobile_logo_image.type2 {
    display: block !important;
  }
  #menu_button {
    position: absolute;
    z-index: 50;
    right: 0px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 10px;
    width: 50px;
    height: 50px;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 9px;
  }
  #menu_button span {
    width: 25px;
    height: 2px;
    background: #55ad87 !important;
    display: block;
    position: absolute;
    -webkit-transition-property: background-color;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-timing-function: ease;
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }
  body.home #menu_button span {
    background: #fff;
  }
  body.home #header.active #menu_button span {
    background: #000;
  }
  #menu_button span:nth-child(1) {
    top: 10px;
    left: 12px;
  }
  #menu_button span:nth-child(2) {
    top: 17px;
    left: 12px;
  }
  #menu_button span:nth-child(3) {
    top: 24px;
    left: 12px;
  }
  #menu_button:hover span {
    background: orange;
  }
  body.home #menu_button {
    opacity: 0;
  }
  body.home.header_fix_mobile #menu_button {
    opacity: 1;
    -webkit-animation: none;
            animation: none;
  }
  body.home #header.animate #menu_button {
    -webkit-animation: opacityAnimation 1s ease forwards 1.9s;
    animation: opacityAnimation 1s ease forwards 1.9s;
  }
  #header #global_menu {
    display: none;
  }
  #mobile_menu {
    width: 100%;
    margin: 0;
  }
  #mobile_menu ul {
    margin: 0;
  }
  #mobile_menu li ul {
    display: none;
  }
  #mobile_menu a {
    position: relative;
    display: block;
    margin: 0;
    padding: 18px 20px;
    line-height: 1.6;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #mobile_menu a:hover {
    color: #fff;
  }
  #mobile_menu ul ul a {
    padding-left: 32px;
  }
  #mobile_menu ul ul ul a {
    padding-left: 47px;
  }
  #mobile_menu ul ul ul ul a {
    padding-left: 60px;
  }
  #mobile_menu li {
    position: relative;
  }
  #mobile_menu .child_menu_button {
    display: block;
    position: absolute;
    text-align: center;
    width: 55px;
    height: 55px;
    right: 0px;
    top: 1px;
    z-index: 9;
    cursor: pointer;
  }
  #mobile_menu .child_menu_button .icon:before {
    font-family: "design_plus";
    content: "\e90e";
    color: #fff;
    text-align: center;
    display: block;
    font-size: 12px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    position: absolute;
    right: 22px;
    top: 25px;
  }
  #mobile_menu .child_menu_button.active .icon:before, #mobile_menu .child_menu_button:hover .icon:before {
    color: #fff;
    border-color: #fff;
  }
  #mobile_menu li.open > .child_menu_button .icon:before {
    content: "\e911";
  }
  #mobile_menu .child_menu_button:hover {
    background: rgba(0, 0, 0, 0.2);
  }
  #drawer_menu .close_button {
    display: block;
    width: 100%;
    height: 60px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  #drawer_menu .close_button:before {
    font-family: "design_plus";
    color: #fff;
    font-size: 18px;
    display: block;
    content: "\e91a";
    position: absolute;
    top: 24px;
    right: 17px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #mobile_banner img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }
  #mobile_banner .banner {
    margin: 20px 0;
  }
  #header_message .post_content {
    width: auto !important;
    margin: 0 20px !important;
  }
  #post_title_area {
    margin-bottom: 38px;
  }
  #post_title_area .image {
    height: 400px;
  }
  #post_title_area .category a {
    top: 365px;
  }
  #single_share_top {
    margin: 0 0 45px;
  }
  #single_share_bottom {
    margin: 50px 0 0;
  }
  #single_copy_title_url_top {
    margin: 0 0 40px;
  }
  #single_copy_title_url_bottom {
    margin: 45px 0 0;
  }
  #post_meta_bottom {
    padding: 15px 20px 13px;
    margin: 50px 0 0;
  }
  #post_meta_bottom li {
    display: block;
    margin: 0 0 5px 0;
    padding: 0 0 0 25px;
    border-right: none;
  }
  #post_meta_bottom li:last-child {
    border: none;
    margin: 0;
  }
  #post_meta_bottom li:before {
    line-height: 1.5;
  }
  #single_banner_top {
    width: auto;
    padding-top: 20px;
  }
  #single_banner_bottom {
    width: auto;
    margin: 50px auto;
  }
  #single_banner_shortcode {
    width: auto;
  }
  #related_post {
    margin: 50px 0 1px 0;
  }
  #footer_inner {
    width: auto;
    padding: 0 100px;
  }
  #footer_data {
    width: auto !important;
    display: block;
  }
  #footer_data .item:first-of-type {
    margin: 0;
  }
  #footer_data .item.left {
    margin: 0 0 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer_data .item.left .sub_item {
    text-align: center;
    height: auto;
    padding: 20px;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    -webkit-box-flex: 1;
            flex: 1 1 0%;
    position: relative;
  }
  #footer_data .item .sub_item_inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #footer_data .item.left .sub_item:last-of-type {
    margin: 0 0 0 25px;
  }
  #footer_data .item.left .sub_item:only-of-type {
    margin: 0px !important;
  }
  #footer_data .item.left .sub_item .headline {
    position: relative;
    text-align: center;
    padding: 0;
    margin: 0 0 15px 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  #footer_contact .link_button {
    position: relative;
    right: auto;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  #footer_contact .link_button a {
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    width: 240px;
  }
  #footer_tel .number_area {
    width: auto;
    left: auto;
    padding: 0;
  }
  #footer_bottom {
    padding: 40px 0 37px;
  }
  #footer_menu {
    height: auto;
  }
  #footer_menu ul {
    font-size: 0;
  }
  #footer_menu li {
    line-height: 2;
  }
  #footer_menu li a {
    height: auto;
    line-height: 2;
  }
  #dp-footer-bar {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    width: 100%;
  }
  .open_menu #dp-footer-bar {
    display: none;
  }
  .dp-footer-bar-type1 #dp-footer-bar {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  }
  .dp-footer-bar-type1 #dp-footer-bar.active {
    opacity: 1;
  }
  .dp-footer-bar-type2 #dp-footer-bar {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
  }
  .dp-footer-bar-type2 #dp-footer-bar.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  body.show_footer_bar {
    padding-bottom: 0px;
  }
  body.show_footer_bar #return_top.active {
    -webkit-transform: translate3d(0, -55px, 0);
    transform: translate3d(0, -55px, 0);
  }
  body.home.show_footer_bar #container {
    padding-bottom: 0px;
  }
  body.show_footer_bar #return_top {
    display: none !important;
  }
  #comments {
    margin: 50px 0 0 0;
  }
  #comment_tab li a, #comment_tab li p {
    padding: 15px 15px;
  }
  .c-pw__box {
    padding: 20px;
    margin: 0 0 20px 0;
  }
  .c-pw__box-label {
    display: block;
    margin: 0 0 15px 0;
    text-align: center;
  }
  .c-pw__box-input {
    width: calc(100% - 160px);
    margin: 0 10px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .c-pw__btn--submit {
    width: 150px;
    min-width: inherit;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cardlink {
    margin: 30px 0 35px !important;
    padding: 15px;
  }
  .header_menu {
    padding-right: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_ico-inn {
    gap: 10px;
  }
  .header_access, .header_hospital, .header_calendar {
    font-size: 8px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
            text-align: center;
  }
  .header_access .c-svg, .header_hospital .c-svg, .header_calendar .c-svg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 0 0 8px;
    width: 11px;
    height: 16px;
  }
  .header_hospital .c-svg {
    width: 13px;
    height: 18px;
    margin: 0 0 5px;
  }
  .header_calendar .c-svg {
    width: 16px;
    height: 18px;
    margin: 0 0 5px;
  }
  #footer_top .footer_top_map .map_inner {
    padding-top: 100%;
  }
  #footer_top .footer_top_map iframe {
    height: calc(100% + 500px + 170px);
  }
}

@media only screen and (max-width: 1251px) and (max-width: 1050px) {
  body.post-type-archive-service #main_contents {
    padding-bottom: 36px;
  }

  body.post-type-archive-news #main_contents {
    padding-bottom: 50px;
  }

  #main_col {
    float: none !important;
    width: auto;
    margin: 0 0 100px 0;
  }

  #side_col {
    float: none !important;
    width: auto;
    margin: 0;
  }
  #header_logo .pc_logo_image {
    display: none;
  }

  #header_logo .pc_logo_text {
    display: none;
  }

  #header_logo .mobile_logo_image {
    display: block;
  }

  #header_logo .mobile_logo_text {
    display: block;
  }
  .widget_content {
    float: left;
    width: calc(50% - 25px);
    margin: 0 50px 50px 0;
  }

  .widget_content:nth-child(2n) {
    margin-right: 0px;
  }

  .widget_content:last-of-type {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1251px) and (max-width: 950px) {
  body.post-type-archive-service #main_contents {
    padding-bottom: 26px;
  }

  body.post-type-archive-news #main_contents {
    padding-bottom: 0px;
  }

  #main_col {
    margin: 0 0 50px 0;
  }

  #page_content {
    padding: 40px 0 0;
    margin-bottom: -10px;
  }
  #access_page {
    padding: 50px 0 0;
  }
  .access_content1 {
    margin: 0 0 50px 0;
  }

  .access_content1 .item_list {
    margin: 43px 0 0 0;
  }
  .design1_content1 .main_image {
    height: 350px;
  }
  .design2_content1 .main_image {
    height: 350px;
  }

  .design2_content1 .user_info {
    padding: 50px 50px 1px;
  }

  .design2_content1 .name_area {
    text-align: center;
    margin: 0 0 47px 0;
  }

  .design2_content1 .prof {
    margin: 0 0 40px 0;
  }
  .design2_content2 .image {
    width: 300px;
    height: 300px;
  }

  .design2_content2 .content {
    width: calc(100% - 300px);
    height: 300px;
  }

  .design2_content2 .name_area {
    margin: 0 0 20px 0;
  }

  .design2_content2 .category {
    height: 30px;
    line-height: 30px;
    min-width: 100px;
    font-size: 12px;
  }

  .design2_content2 .item_list.layout_type2 .image {
    width: 200px;
    height: 200px;
  }

  .design2_content2 .item_list.layout_type2 .content {
    width: calc(100% - 200px);
    height: 200px;
  }

  .design2_content2 .item_list.layout_type2 .content_inner {
    padding: 12px 25px 0;
  }
  #faq_category_button {
    margin: 0 0 50px 0;
  }
  .faq_list .question {
    font-size: 16px;
    padding: 18px 50px 14px 60px;
  }

  .faq_list .question:before {
    left: 18px;
    font-size: 12px;
    width: 25px;
    height: 25px;
    line-height: 26px;
  }

  .faq_list .question:after {
    top: 20px;
  }

  .faq_list .answer {
    padding: 20px 30px;
  }
  #service_list .title_area {
    padding: 45px 30px;
  }
  #service_top_desc {
    padding: 37px 0;
  }
  .service_content1 {
    margin: 0 0 40px 0;
  }

  .service_content1 .image {
    height: 250px;
  }
  .service_content2 {
    margin: 0 0 50px 0;
  }
  .service_content3 {
    margin: 0 0 50px 0;
  }
  #service_single .service_list {
    margin: 0 0 50px 0;
  }
  #header_slider .item.first_animate .catch span:nth-child(1) {
    -webkit-animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 3.1s;
    animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 3.1s;
  }

  #header_slider .item.first_animate .catch span:nth-child(2) {
    -webkit-animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 3.5s;
    animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 3.5s;
  }

  #header_slider .item.first_animate .catch span:nth-child(3) {
    -webkit-animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 3.9s;
    animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 3.9s;
  }

  #header_slider .item.first_animate .catch span:nth-child(4) {
    -webkit-animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 4.3s;
    animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 4.3s;
  }

  #header_slider .item.first_animate .catch span:nth-child(5) {
    -webkit-animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 4.7s;
    animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 4.7s;
  }
  .index_content_slider .carousel_arrow.prev_item {
    display: none;
  }

  .index_content_slider .carousel_arrow.next_item {
    display: none;
  }
  .index_message .content_inner {
    padding: 0 40px;
  }
  .index_post_slider .carousel_arrow.prev_item {
    display: none;
  }

  .index_post_slider .carousel_arrow.next_item {
    display: none;
  }
  .index_access .access_info {
    height: auto;
    display: block;
  }

  .index_access .desc {
    width: 100%;
  }

  .index_access .desc_inner {
    padding: 47px 50px 43px;
    position: relative;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }

  .index_access .access_google_map {
    width: 100%;
    height: 400px;
  }

  .index_access .access_google_map .pb_googlemap_embed {
    width: 100%;
    height: 400px;
  }
  #content_header {
    padding: 50px 0 40px 0;
  }

  body.blog #content_header {
    padding: 10px 0 40px 0;
  }

  body.hide_bread #content_header {
    padding: 50px 0 40px 0;
  }

  #content_header .headline {
    margin: 0 auto 10px;
  }

  #content_header .catch {
    line-height: 1.5;
  }

  #content_header .desc {
    margin-top: 24px;
  }
  body.search #blog_archive {
    padding-top: 50px;
  }

  #blog_list .item {
    width: 50%;
  }

  #blog_list .item:nth-child(3n+1) .title_area {
    border-left: none;
  }

  #blog_list .item:nth-child(2n+1) .title_area {
    border-left: 1px solid #ddd;
  }
  body.post-type-archive-news #content_header {
    padding: 50px 0 30px 0;
  }
  #side_button {
    display: none;
  }
  #footer_banner .item {
    -ms-flex: 1 1 50%;
    -webkit-flex: 1 1 50%;
    -webkit-box-flex: 1;
            flex: 1 1 50%;
  }
  #footer_inner {
    padding: 0 50px;
  }
  #footer_data .item.left {
    display: block;
  }

  #footer_data .item.left .sub_item:last-of-type {
    margin: 25px 0 0 0;
  }

  #footer_data .item.left .sub_item:only-of-type {
    margin: 0px !important;
  }

  #footer_data .item .sub_item_inner {
    top: 0%;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  body.show_footer_bar #footer_button.active {
    -webkit-transform: translate3d(0, -55px, 0);
    transform: translate3d(0, -55px, 0);
  }
}

@media only screen and (max-width: 1251px) and (max-width: 750px) {
  #main_col {
    margin: 0 0 40px 0;
  }

  #page_content {
    padding: 40px 0 0;
    margin-bottom: -10px;
  }
  .access_content1 {
    margin: 0 0 40px 0;
  }

  .access_content1 .top_headline {
    margin: 0 auto 5px;
  }

  .access_content1 .item_list {
    margin: 33px 0 0 0;
  }

  .access_content1 .image {
    float: none !important;
    width: 100%;
    height: 250px;
  }

  .access_content1 .content {
    float: none !important;
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-top: none;
    border-bottom: none;
  }

  .access_content1 .item:last-of-type .content {
    border-bottom: 1px solid #ddd;
  }

  .access_content1 .content_inner {
    position: relative;
    padding: 37px 35px 30px;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  .access_content2 {
    margin: 0;
  }

  .access_content2 .top_headline {
    margin: 0 auto 38px;
    padding-top: 15px;
  }

  .access_content2 .access_google_map {
    height: 400px;
  }

  .access_content2 .access_google_map .pb_googlemap_embed {
    height: 400px;
  }

  .access_content2 .access_google_map .pb_googlemap_custom-overlay-inner {
    top: -92px;
    left: -40px;
    width: 80px !important;
    height: 80px !important;
  }

  .access_content2 .access_google_map .pb_googlemap_custom-overlay-inner::after {
    bottom: -10px;
    border-width: 10px 5px 0 5px;
  }

  .access_content2 .map_link_button {
    margin: 40px 0 0 0;
  }

  .access_content2 .map_link_button a {
    min-width: 240px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 14px;
  }

  .access_content2 .info_area {
    margin: 40px -20px 0;
    padding: 40px 20px;
  }

  .access_content2 .address_area .item:first-of-type {
    margin: 0 0 20px 0;
  }

  .access_content2 .address_area .item {
    padding: 25px 30px;
    display: block;
  }

  .access_content2 .sub_item:nth-child(2) {
    margin: 40px 0 0 0;
  }

  .access_content2 .sub_item:only-of-type {
    margin: 5px 0 0 0;
  }

  .access_content2 .contact .link_button a {
    min-width: 240px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 14px;
  }

  .access_content2 .service_list {
    margin: 40px 0 0 0;
  }

  .access_content2 .logo_area {
    margin: 35px 0 0 0;
  }

  .access_content2 .logo_area .pc_logo_image {
    display: none;
  }

  .access_content2 .logo_area .pc_logo_text {
    display: none;
  }

  .access_content2 .logo_area .mobile_logo_image {
    display: block;
  }

  .access_content2 .logo_area .mobile_logo_text {
    display: block;
  }

  .access_content2 .logo_area .mobile_logo_image {
    margin: 0 auto;
  }
  .design1_content {
    margin: 0 0 40px 0;
  }

  .design1_content .top_headline {
    margin: 0 auto 38px;
    padding-top: 15px;
  }
  .design1_content1 .main_image {
    height: 300px;
  }

  .design1_content1 .catch.type2 {
    padding: 25px 0;
  }

  .design1_content1 .item_list {
    display: block;
  }

  .design1_content1 .item {
    border: 1px solid #ddd;
    border-top: none;
    margin: 0;
    padding: 0 0 30px;
  }

  .design1_content1 .item .image {
    width: 330px;
    height: 110px;
    margin: 0 auto;
  }

  .design1_content1 .item .desc {
    padding: 0 50px;
  }
  .design1_content2 .image {
    float: none !important;
    width: 100%;
    height: 250px;
  }

  .design1_content2 .content {
    float: none !important;
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    border-top: none;
    border-bottom: none;
  }

  .design1_content2 .item:last-of-type .content {
    border-bottom: 1px solid #ddd;
  }

  .design1_content2 .content_inner {
    position: relative;
    padding: 37px 35px 30px;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  .design1_content3 {
    margin-bottom: 0px;
  }

  .design1_content3 .item {
    width: calc(50% - 20px);
    float: left;
    margin: 0 40px 31px 0;
  }

  .design1_content3 .item:nth-child(3n) {
    margin-right: 40px;
  }

  .design1_content3 .item:nth-child(2n) {
    margin-right: 0px;
  }

  .design1_content3 .item .desc {
    line-height: 2;
    margin: 25px 0 0 0;
  }
  .design2_content {
    margin: 0 0 40px 0;
  }

  .design2_content .top_headline {
    margin: 0 auto 38px;
    padding-top: 15px;
  }
  .design2_content1 .main_image {
    height: 200px;
  }

  .design2_content1 .catch.type2 {
    padding: 25px 0;
  }

  .design2_content1 {
    margin: 0 -20px 40px;
  }

  .design2_content1 .user_info {
    padding: 32px 20px 1px;
  }

  .design2_content1 .message {
    margin: 0 0 32px 0;
  }

  .design2_content1 .name_area {
    margin: 0 0 37px 0;
  }

  .design2_content1 .prof {
    margin: 0 0 30px 0;
  }

  .design2_content1 .tcd_sutaff_profile_list dt {
    width: 65px;
  }

  .design2_content1 .tcd_sutaff_profile_list dd {
    width: calc(100% - 65px);
  }
  .design2_content2 .item {
    padding: 30px;
    margin: 0 0 20px 0;
  }

  .design2_content2 .image {
    float: none;
    width: 100%;
    height: 260px;
    margin: 0 auto;
  }

  .design2_content2 .content {
    width: auto;
    height: auto;
    float: none;
  }

  .design2_content2 .content_inner {
    position: relative;
    padding: 30px 0 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }

  .design2_content2 .category {
    margin: 0 0 15px 0;
  }

  .design2_content2 .item_list.layout_type2 .item {
    padding: 0;
  }

  .design2_content2 .item_list.layout_type2 .image {
    width: 160px;
    height: 160px;
    float: left;
  }

  .design2_content2 .item_list.layout_type2 .name_area {
    float: right;
    width: calc(100% - 160px);
    margin: 0;
    padding: 35px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .design2_content2 .item_list.layout_type2 .name {
    top: 0;
  }

  .design2_content2 .item_list.layout_type2 .name span {
    display: block;
    margin: 15px 0 0 0;
  }

  .design2_content2 .item_list.layout_type2 .category {
    float: none;
    margin: 0 0 0px 0;
  }

  .design2_content2 .item_list.layout_type2 .content {
    width: 100%;
    height: auto;
  }

  .design2_content2 .item_list.layout_type2 .content_inner {
    padding: 0;
  }

  .design2_content2 .item_list.layout_type2 .post_content {
    clear: both;
    padding: 22px 30px;
  }
  #faq_category_button {
    margin: 0 0 40px 0;
  }

  #faq_category_button li {
    width: 50%;
  }
  #service_list .item {
    width: calc(50% - 7px);
    margin: 0 13px 13px 0;
    height: 295px;
  }

  #service_list .image_wrap {
    height: 130px;
  }

  #service_list .title_area {
    height: 165px;
    padding: 23px 25px;
  }

  #service_list .desc {
    line-height: 2;
    margin: 5px 0 0 0;
    max-height: 6em;
  }

  #service_list .desc span {
    -webkit-line-clamp: 3;
  }
  #service_top_desc {
    padding: 30px 0;
  }
  #service_single .top_headline {
    margin: 0 auto 40px;
    padding-top: 15px;
  }
  .service_content1 {
    margin: 0 0 30px 0;
  }

  .service_content1 .item {
    padding: 0 0 30px 0;
    margin: 0 0 40px 0;
  }

  .service_content1 .image {
    width: calc(50% - 15px);
    height: 200px;
  }

  .service_content1 .content {
    width: calc(50% - 15px);
  }
  .service_content2 {
    margin: 0 0 40px 0;
  }

  .service_content2 .item_list {
    padding: 20px;
  }

  .service_content2 .item {
    margin: 0 0 13px 0;
  }

  .service_content2 .image {
    width: 50%;
  }

  .service_content2 .content {
    width: 50%;
  }
  .service_content3 {
    margin: 0 0 40px 0;
  }

  .service_content3 .price_list dt {
    width: calc(100% - 130px);
  }

  .service_content3 .price_list dd {
    width: 130px;
    padding: 12px 20px 10px;
    line-height: 2;
  }
  #service_single .service_list {
    margin: 0 0 40px 0;
  }

  #service_single .service_list li {
    width: 50%;
  }
  #header_slider .item.first_animate .catch span:nth-child(1) {
    -webkit-animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 2.7s;
    animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 2.7s;
  }

  #header_slider .item.first_animate .catch span:nth-child(2) {
    -webkit-animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 3.1s;
    animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 3.1s;
  }

  #header_slider .item.first_animate .catch span:nth-child(3) {
    -webkit-animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 3.5s;
    animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 3.5s;
  }

  #header_slider .item.first_animate .catch span:nth-child(4) {
    -webkit-animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 3.9s;
    animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 3.9s;
  }

  #header_slider .item.first_animate .catch span:nth-child(5) {
    -webkit-animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 4.3s;
    animation: text_animation 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 4.3s;
  }
  #index_news_slider a .date {
    width: 70px;
  }

  #index_news_slider a .title {
    width: calc(100% - 70px);
  }
  .cb_contents .cb_headline {
    margin: 0 0 10px 0;
  }

  .cb_contents .cb_catch {
    margin: 0 20px 8px;
    line-height: 1.5;
  }

  .cb_contents .link_button {
    margin: 50px 0 0 0;
  }
  .cb_contents .link_button a {
    min-width: 180px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 13px;
  }
  .index_content_slider {
    padding: 50px 0 50px;
  }

  .index_content_slider .desc_area {
    padding: 0px 30px;
  }
  .index_message {
    padding: 50px 0 50px;
  }

  .index_message .message_area {
    height: auto;
    display: block;
  }

  .index_message .message_area .image {
    height: 400px;
    display: block;
  }

  .index_message .content {
    height: auto;
    border: 1px solid #ddd;
    border-top: none;
  }

  .index_message .content_inner {
    padding: 50px;
    position: relative;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  .index_post_slider .cb_contents_inner {
    padding: 0;
  }

  .index_post_slider {
    padding: 50px 0;
  }

  .index_post_slider .post_list_slider_wrap:before {
    display: none;
  }

  .index_post_slider .post_list_slider_wrap:after {
    display: none;
  }
  .index_access {
    padding: 50px 0 50px;
  }

  .index_access .desc_inner {
    padding: 27px 30px 23px;
  }

  .index_access .access_google_map .pb_googlemap_custom-overlay-inner {
    left: -40px;
    top: -92px;
    width: 80px !important;
    height: 80px !important;
  }

  .index_access .access_google_map .pb_googlemap_custom-overlay-inner::after {
    bottom: -10px;
    border-width: 10px 5px 0 5px;
  }
  #content_header {
    padding: 40px 0 30px 0;
  }

  body.blog #content_header {
    padding: 0px 0 30px 0;
  }

  body.blog #content_header {
    padding: 40px 0 30px 0;
  }

  #content_header .desc {
    margin-top: 24px;
  }
  body.search #blog_archive {
    padding-top: 0px;
  }

  #blog_list {
    margin: 0 -21px;
  }

  #no_post {
    margin-top: 40px;
  }
  .page_navi {
    margin: 40px 0 0;
  }

  body.post-type-archive-news .page_navi {
    margin-top: 40px;
  }
  body.post-type-archive-news #content_header {
    padding: 40px 0 30px 0;
  }

  #news_list {
    margin: 0 -21px;
  }

  #news_list .image_wrap {
    height: 150px;
  }

  #news_list .title_area {
    height: 150px;
  }

  #news_list .title_area_inner {
    padding: 0 20px;
    margin-top: 3px;
  }

  #news_list .title {
    line-height: 1.5;
    max-height: 4.5em;
  }

  #news_list .title span {
    -webkit-line-clamp: 3;
  }

  #news_list .date {
    font-size: 10px;
    margin: 0 0 5px 0;
  }
  #recent_news {
    margin: 40px 0 0 0;
  }

  #recent_news .headline {
    margin: 0 auto 40px;
    padding-top: 15px;
  }

  #recent_news .link_button a {
    margin: 25px 0 0 0;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    min-width: 240px;
  }
  #header_message .post_content {
    line-height: 1.8;
  }

  #header_message.show_close_button .post_content {
    margin: 0 10px !important;
  }
  #post_title_area {
    margin: 0 -20px 30px;
  }

  #post_title_area .image {
    height: 300px;
    margin-bottom: 35px;
  }

  #post_title_area .title {
    padding: 0 20px;
  }

  #post_title_area .date {
    margin: 7px 11px 0px 20px;
  }

  #post_title_area .update {
    position: relative;
    margin: 7px 0px;
    border-left: 1px solid #999;
    bottom: 1px;
  }

  #post_title_area .category a {
    top: 265px;
    left: 0px;
  }
  #single_share_top {
    margin: 0 0 40px 0;
    padding: 10px 0 0 0;
  }

  #single_share_bottom {
    margin: 40px 0 0 0;
  }

  #single_share_bottom .share-btm {
    margin-bottom: 0 !important;
    padding: 0;
  }

  #single_share_top .mt10, #single_share_top .mt10 {
    margin: 0 !important;
  }

  #single_share_bottom .mb45, #single_share_bottom .mb45 {
    margin: 0 !important;
  }

  .share-type1 ul {
    text-align: center;
    margin-bottom: -5px !important;
  }

  .share-type3 ul {
    text-align: center;
    margin-bottom: -5px !important;
  }

  .share-type2 ul.type2 {
    text-align: center;
    margin-bottom: -5px !important;
  }

  .share-type4 ul.type4 {
    text-align: center;
    margin-bottom: -5px !important;
  }

  .sns_default_top {
    text-align: center;
    margin-bottom: -5px !important;
  }
  #single_copy_title_url_bottom {
    margin: 40px 0 0;
  }

  #single_copy_title_url_top {
    margin: 0 0 33px;
  }

  .single_copy_title_url_btn {
    border-width: 2px;
    font-size: 12px;
    line-height: 46px;
    min-width: 250px;
  }
  #post_meta_bottom {
    margin: 40px 0 0;
  }
  #next_prev_post {
    margin-top: 40px;
  }
  #post_pagination {
    padding: 5px 0 0 0;
  }

  #p_readmore {
    padding: 5px 0 0 0;
    margin: 0;
  }
  .author_profile {
    margin: 40px 0 0;
    height: 140px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .author_profile a.avatar {
    width: 110px;
    height: 110px;
    margin: 0;
  }

  .author_profile .info {
    padding: 10px 0px 10px 20px;
    -webkit-width: calc(100% - 110px);
    width: calc(100% - 110px);
  }

  .author_profile .name {
    font-size: 14px;
    margin: 0 0 13px 0;
  }

  .author_profile .desc {
    margin: 0 0 10px 0;
    font-size: 12px;
    line-height: 1.6;
    max-height: 3.2em;
    overflow: hidden;
    white-space: normal;
    text-overflow: clip;
  }

  .author_profile .desc span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  #single_banner_top {
    padding: 10px 0 30px;
    width: auto;
  }

  #single_banner_bottom {
    margin: 40px 0 0;
    width: auto;
  }

  #single_banner_shortcode {
    padding: 0 0 20px;
  }
  #related_post {
    margin: 40px 0 1px 0;
  }

  #related_post .headline {
    margin: 0 auto 40px;
    padding-top: 15px;
  }
  .widget_content {
    float: none;
    width: auto;
    margin: 0 0 40px;
  }

  .widget_content:nth-child(2n) {
    margin-right: 0;
  }

  .widget_content:last-of-type {
    margin-bottom: 40px;
  }

  .widget_headline {
    display: table;
    margin: 0 auto 35px;
    padding-top: 17px;
  }
  .post_slider_widget .slick-dots {
    display: none !important;
  }

  .post_slider_widget .post_slider:after {
    content: "";
    display: block;
    width: 1px;
    height: 77px;
    background: #ddd;
    position: absolute;
    right: 0;
    top: 158px;
    z-index: 2;
  }
  #footer_banner .item {
    height: 73px;
  }

  #footer_banner a {
    height: 73px;
  }

  #footer_banner .title {
    padding: 0 20px;
  }

  #footer_banner .image_wrap {
    height: 73px;
  }
  #footer_inner {
    padding: 0 20px;
  }
  #footer_data .item.left {
    margin: 0 0 11px 0;
  }

  #footer_data .item.left .sub_item:last-of-type {
    margin: 11px 0 0 0;
  }
  #footer_logo .pc_logo_image {
    display: none;
  }

  #footer_logo .pc_logo_text {
    display: none;
  }

  #footer_logo .mobile_logo_image {
    display: block;
  }

  #footer_logo .mobile_logo_text {
    display: block;
  }

  #footer_logo .mobile_logo_image {
    margin: 0 auto;
  }
  #footer_button {
    margin-top: 25px;
  }

  #footer_button a {
    font-size: 12px;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    min-width: 240px;
  }
  #return_top a {
    height: 40px;
    line-height: 40px;
    width: 40px;
  }
  #comments {
    margin: 40px 0 0 0;
  }

  #comments .headline {
    margin: 0 auto 40px;
    padding-top: 15px;
  }
  .post_content p {
    line-height: 1.75;
  }

  .post_content li, .post_content dt, .post_content dd {
    line-height: 1.75;
  }

  .post_content td, .post_content th {
    line-height: 1.75;
  }
  .c-pw__box {
    padding: 15px;
  }

  .c-pw__box-input {
    width: calc(100% - 105px);
    margin-right: 5px;
  }

  .c-pw__btn--submit {
    width: 100px;
  }
}

@media only screen and (max-width: 1251px) and (max-width: 500px) {
  #drawer_menu {
    right: -80%;
    width: 80%;
  }
}

@media only screen and (max-width: 1251px) and (max-width: 781px) {
  body.admin-bar {
    padding-top: 46px;
  }

  body.admin-bar.header_fix_mobile #header {
    margin-top: 46px;
  }

  body.admin-bar #drawer_menu {
    padding-top: 46px;
  }

  body.admin-bar.fixed_find_menu #find_menu_wrap {
    top: 46px;
  }

  body.admin-bar.fixed_find_menu {
    padding-top: 106px;
  }

  .mobile body.admin-bar.header_fix_mobile {
    padding-top: 126px;
  }
}

@media only screen and (max-width: 1251px) and (max-width: 550px) {
  .access_content2 .access_google_map {
    height: 320px;
  }

  .access_content2 .access_google_map .pb_googlemap_embed {
    height: 320px;
  }
  .design1_content1 {
    margin: 0 -21px 40px;
  }

  .design1_content1 .main_image {
    height: 200px;
  }
  #service_list .item {
    width: 100%;
    margin: 0 0 13px 0;
    height: auto;
  }

  #service_list .title_area {
    height: auto;
  }
  #index_news_slider {
    height: 45px;
    top: 7px;
  }

  #index_news_slider a .title {
    font-size: 12px;
    line-height: 1.8;
    max-height: 3.6em;
    overflow: hidden;
    visibility: visible;
    text-overflow: clip;
    white-space: normal;
  }

  #index_news_slider a .title span {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  #index_news_slider a .date {
    top: 5px;
  }
  .index_content_slider {
    padding: 40px 0 40px;
  }

  .index_content_slider .cb_content_slider {
    height: 273px;
  }

  .index_content_slider .cb_contents_inner {
    padding: 0;
  }

  .index_content_slider .cb_content_slider:before {
    display: none;
  }

  .index_content_slider .cb_content_slider:after {
    display: none;
  }

  .index_content_slider .item {
    width: 100%;
    height: 273px;
  }

  .index_content_slider .image_wrap {
    height: 143px;
  }

  .index_content_slider .desc_area {
    height: 130px;
    padding: 0px 30px;
    border-right: none;
  }
  .index_message .message_area .image {
    height: 320px;
  }

  .index_message {
    padding: 40px 0 40px;
  }

  .index_message .content_inner {
    padding: 30px;
  }

  .index_message .content .title_area {
    margin-top: 43px;
  }
  .index_post_slider {
    padding: 50px 0;
  }

  .index_post_slider .date {
    font-size: 10px;
  }

  .index_post_slider .category a {
    font-size: 9px;
    padding: 0 8px;
  }
  .index_access {
    padding: 40px 0 40px;
  }

  .index_access .access_google_map {
    height: 320px;
    left: -50px;
  }

  .index_access .access_google_map .pb_googlemap_embed {
    height: 320px;
  }
  body.blog #content_header {
    padding: 10px 0 20px 0;
  }

  #content_header .desc {
    margin-top: 14px;
  }
  #blog_list .item {
    height: 236px;
  }

  #blog_list .image_wrap {
    height: 115px;
  }

  #blog_list .title_area {
    height: 121px;
    padding: 16px 20px;
  }

  #blog_list .category a {
    top: 85px;
    left: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    min-width: 90px;
    padding: 0 15px;
  }

  #blog_list .date {
    font-size: 10px;
    left: 20px;
    bottom: 20px;
  }
  #news_list .image_wrap {
    height: 115px;
  }

  #news_list .title_area {
    height: 115px;
  }
  #post_title_area {
    margin: 0 -20px 20px;
  }

  #post_title_area .image {
    height: 226px;
    margin-bottom: 25px;
  }

  #post_title_area .category a {
    top: 196px;
    min-width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
  }

  #post_title_area.no_image .category a {
    margin: 0 0 28px 0;
  }
  #single_share_top {
    margin: 0 0 30px 0;
    padding: 10px 0 0 0;
  }

  #single_share_bottom {
    margin: 30px 0 0 0;
  }
  #single_copy_title_url_top {
    margin: 0 0 25px;
  }

  #single_copy_title_url_bottom {
    margin: 30px 0 0;
  }
  #next_prev_post {
    margin-top: 30px;
  }
  #post_pagination {
    padding: 0;
    margin-top: -5px;
  }

  #p_readmore {
    padding: 0;
    margin-top: -5px;
  }
  .author_profile {
    margin: 30px 0 0;
  }
  .post_slider_widget .slick-dots {
    display: block !important;
    top: 170px;
  }

  .post_slider_widget .post_slider:after {
    display: none;
  }

  .post_slider_widget .item {
    height: 281px;
  }

  .post_slider_widget .item a.link {
    height: 281px;
  }

  .post_slider_widget .image_wrap {
    height: 205px;
  }

  .post_slider_widget .title_area {
    height: 76px;
  }
  .footer_bg_image.pc {
    display: none;
  }

  .footer_bg_image.mobile {
    display: block;
  }
}

@media only screen and (max-width: 1251px) and (max-width: 600px) {
  .service_content1 .image {
    float: none !important;
    width: 100%;
  }

  .service_content1 .content {
    float: none !important;
    width: 100%;
    margin: 25px 0 0 0;
  }

  .service_content1 .catch {
    line-height: 1.5;
  }

  .service_content1 .desc {
    margin-top: 12px;
  }
  .service_content2 {
    margin: 0 -20px 40px;
  }

  .service_content2 .item_list {
    padding: 40px 20px;
  }

  .service_content2 .image {
    float: none;
    width: 100%;
    height: 200px;
  }

  .service_content2 .content {
    float: none;
    width: 100%;
    height: auto;
  }

  .service_content2 .content .desc {
    position: relative;
    padding: 25px 25px;
    line-height: 2.2;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
}

@media only screen and (max-width: 1251px) and (max-width: 750px) and (max-width: 750px) {
  .cb_contents .link_button {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 1251px) and (max-width: 1100px) {
  #next_prev_post {
    margin: 50px 0 0;
  }

  #next_prev_post .item {
    height: 50px;
  }

  #next_prev_post a {
    background: #fff;
    color: #000;
    border: 1px solid #ddd;
  }

  #next_prev_post .title_area {
    font-size: 12px;
    margin: 0;
    text-align: center;
    width: 100%;
    height: 50px;
  }

  #next_prev_post .title {
    display: none;
  }

  #next_prev_post .nav {
    display: block;
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
  }

  #next_prev_post .image_wrap {
    display: none;
  }

  #next_prev_post a:before {
    content: "";
    font-family: "design_plus";
    color: #111;
    font-size: 12px;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90f";
    position: absolute;
    left: 18px;
    margin-top: 2px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #next_prev_post .next_post a:before {
    content: "\e910";
    left: auto;
    right: 15px;
  }

  #next_prev_post .next_post {
    float: right;
    margin: 0;
    width: 50%;
    position: relative;
    left: -1px;
  }

  #next_prev_post .next_post .title_area {
    margin: 0;
  }

  #next_prev_post .register_link:after {
    top: 16px;
    right: 20px;
  }

  #next_prev_post .next_post .register_link:after {
    right: auto;
    left: 20px;
  }

  body.single-news #next_prev_post .item:last-of-type a {
    border-left: 1px solid #ddd;
  }
}

@media only screen and (max-width: 1251px) and (max-width: 650px) {
  #related_post .post_list {
    margin: 0 -21px;
  }

  #related_post .item {
    width: 50%;
    height: 236px;
  }

  #related_post .item:nth-child(3n+1) .title_area {
    border-left: none;
  }

  #related_post .image_wrap {
    height: 114px;
  }

  #related_post .title_area {
    height: 122px;
    padding: 17px 20px;
  }

  #related_post .category a {
    top: 84px;
    left: 20px;
  }

  #related_post .date {
    left: 20px;
  }
}

@media print {
  #header,
#menu,
#footer,
#return_top {
    display: none !important;
  }
}

@media only screen and (max-width: 1400px) {
  #header_logo {
    width: 270px;
  }
  #header_logo img {
    max-width: 220px;
    height: auto;
  }
}

@media only screen and (max-width: 1400px) and (max-width: 1251px) {
  #header_logo {
    height: 50px;
    width: 140px;
  }
  #header_logo img {
    max-width: 120px;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media only screen and (max-width: 1400px) and (max-width: 1251px) and (max-width: 370px) {
  #header_logo {
    width: 110px;
  }
  #header_logo img {
    max-width: 100px;
  }
}

@media only screen and (min-width: 751px) and (max-width: 1500px) {
  .header_menu {
    font-size: 14px;
  }
  #global_menu > ul > li > a {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1252px) and (max-width: 1500px) {
  .header_menu {
    padding-right: 220px;
  }
}

@media only screen and (max-width: 1251px) and (max-width: 400px) {
  .header_ico-inn {
    gap: 5px;
  }
}

@media only screen and (min-width: 1252px) {
  .header_contact {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
  }
  .header_contact .contact {
    background-color: #55ad87;
    color: #fff;
  }
  .header_contact .contact .c-svg {
    display: none;
  }
  .header_contact .contact:hover {
    background-color: #428a6b;
  }
}

@media only screen and (max-width: 1500px) {
  .header_contact {
    width: 180px;
  }
  .header_contact .tel {
    font-size: 18px;
  }
  .header_contact .contact {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1500px) and (max-width: 1251px) {
  .header_contact {
    width: auto;
    margin-left: 14px;
  }
  .header_contact .tel {
    display: none;
  }
  .header_contact .contact {
    font-size: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1;
  }
  .header_contact .contact .c-svg {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-bottom: 8px;
    color: #55ad87;
    width: 12px;
    height: 15px;
  }
}

@media only screen and (max-width: 1145px) {
  #footer_top {
    padding: 50px 0 80px;
  }
  #footer_top #footer_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #footer_top .footer_top_map {
    margin-top: 25px;
  }
  #footer_top .footer_top_map .map_inner {
    padding-top: 50%;
  }
}

@media only screen and (min-width: 1146px) {
  #footer_top .footer_top_txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 500px;
        -ms-flex: 1 1 500px;
            flex: 1 1 500px;
  }
  #footer_top .footer_top_map {
    margin-left: 100px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 600px;
        -ms-flex: 1 1 600px;
            flex: 1 1 600px;
  }
}

@media only screen and (max-width: 1145px) and (max-width: 750px) {
  #footer_top .footer_top_map .map_inner {
    padding-top: 120%;
  }
}

@media only screen and (min-width: 751px) and (max-width: 1251px) {
  #footer_data #footer_tel .number {
    font-size: 18px;
  }
  #header_slider .catch {
    font-size: 30px !important;
    width: calc(100% - 200px);
    left: 100px;
  }
}

@media only screen and (max-width: 1600px) {
  #return_top {
    right: 15px;
    bottom: 15px;
  }
}

@media only screen and (min-width: 1250px) {
  #return_top a {
    height: 80px;
    width: 80px;
    line-height: 80px;
  }
}

@media only screen and (max-width: 1250px) {
  #return_top a::before {
    top: 6px;
  }
  .c-anchor {
    margin-top: -20px;
    margin-left: -20px;
  }
  .c-anchor.col-sp-2 .c-anchor_item-link {
    width: calc((100% - 40px) / 2);
  }
  .c-anchor_item-link {
    margin-top: 20px;
    margin-left: 20px;
  }
  .l-bg {
    margin-left: 2.6666666667%;
    padding-right: 2.6666666667%;
  }
  .l-inner1000 {
    padding: 0 15px;
  }
  .p-industrialphysician_content02-02 .c-anchor-wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .p-industrialphysician_content02-02 .c-anchor {
    margin-top: 0;
    margin-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
  .p-industrialphysician_content02-02 .c-anchor_item-link {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  .p-news-list-detail > .l-inner1000 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 1250px) and (max-width: 750px) {
  #return_top a::before {
    font-size: 12px;
    width: 12px;
    height: 7px;
    top: 2px;
  }
}

@media only screen and (min-width: 1001px) {
  .l-news-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
  .l-news-col #main_col {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 650px;
  }
  .p-sidebar-news {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    max-width: 300px;
  }
}

@media only screen and (max-width: 1000px) {
  .l-news-col #main_col {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1040px) {
  #header_message {
    left: 20px;
    right: 20px;
    width: calc(100% - 40px);
  }
}

@media only screen and (max-width: 900px) {
  .p-healthcare_content02 {
    margin-top: 50px;
  }
  .p-healthcare_content02 .c_ttl01 {
    text-align: center;
  }
  .p-healthcare_content02 .l-inner1000 {
    padding: 0 25px;
  }
  .p-healthcare_content02-01 {
    display: grid;
  }
  .p-healthcare_content02-01 .text-wrap {
    display: contents;
  }
  .p-healthcare_content02-01 .lead {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
    line-height: 1.75;
  }
  .p-healthcare_content02-01 .picture02 {
    text-align: center;
    margin-top: 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-industrialphysician_content01-01 {
    display: grid;
  }
  .p-industrialphysician_content01-01 .text-wrap {
    display: contents;
  }
  .p-industrialphysician_content01-01 .lead {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
    line-height: 1.75;
  }
  .p-industrialphysician_content01-01 .picture01 {
    text-align: center;
    margin-top: 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-industrialphysician_content01-01 .picture01 * {
    border-radius: 10px;
  }
  .p-industrialphysician_content01-02 {
    margin-top: 48px;
  }
  .p-mentalhealth_content01-01 {
    display: grid;
  }
  .p-mentalhealth_content01-01 .text-wrap {
    display: contents;
  }
  .p-mentalhealth_content01-01 .lead {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
    line-height: 1.75;
  }
  .p-mentalhealth_content01-01 .picture01 {
    text-align: center;
    margin-top: 20px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-mentalhealth_content01-01 .picture01 * {
    border-radius: 10px;
  }
  .p-mentalhealth_content01-02 {
    margin-top: 48px;
  }
}

@media only screen and (max-width: 1200px) {
  .p-healthcare_content02-01 .picture02 * {
    border-radius: 10px;
  }
  .p-policy_content03-02::before {
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 750px) and (max-width: 320px) {
  .p-healthcare_content02-02_follow .follow-item:last-child {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 135px;
  }
  .p-mentalhealth_content02-01 .c-title02 {
    white-space: nowrap;
  }
}

@media only screen and (min-width: 321px) {
  .p-healthcare_content02-02_follow .follow-item .sp-320 {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .p-healthcare_content02-02_follow .follow-item .sp-320 {
    display: block;
  }
}

@media only screen and (max-width: 750px) and (max-width: 324px) {
  .p-healthcare_content02-04 .c-title02 {
    white-space: nowrap;
  }
}

@media only screen and (max-width: 1250px) and (max-width: 320px) {
  .p-industrialphysician_content02-02 .c-anchor-wrap {
    width: 92.5925925926%;
  }
}

@media only screen and (min-width: 1044px) {
  .l-diagnosis_content-lead {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-diagnosis_content-lead .p-diagnosis_content-title {
    text-align: left;
  }
  .l-diagnosis_content-lead .p-diagnosis_content-button-wrap01 {
    width: 300px;
  }
}

@media only screen and (max-width: 1043px) {
  .l-diagnosis_content-lead {
    grid-template-columns: 1fr;
    row-gap: 25px;
  }
  .l-diagnosis_content-lead .p-diagnosis_content-button-wrap01 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media not all and (min-width: 1500px) {
  .p-patrol_content-lead {
    text-align: left;
    margin-top: 24px;
  }
  .p-patrol_content01 {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-patrol_content01-imgs {
    margin-top: 24px;
  }
  .p-patrol_content01-imgs img {
    border-radius: 10px;
  }
  .p-patrol_content02-flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 25px;
  }
  .p-patrol_content02-flow .flow-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-patrol_content02-flow .flow-item:not(:first-child):before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 16px;
    height: 12.5px;
  }
  .p-patrol_content02-flow .flow-item_inner {
    height: auto;
    border-radius: 5px;
    padding: min(4vw, 20px) min(2.6666666667vw, 20px);
    width: 100%;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .p-patrol_content02-flow .flow-item02 .flow-item_inner {
    -webkit-column-gap: 31px;
       -moz-column-gap: 31px;
            column-gap: 31px;
  }
  .p-patrol_content02-flow .flow-item03 .flow-item_text {
    -webkit-column-gap: 22px;
       -moz-column-gap: 22px;
            column-gap: 22px;
  }
  .p-patrol_content02-flow .flow-item04 .flow-item_inner .flow-item_text {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .p-patrol_content02-flow .flow-item05 .flow-item_inner {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .p-patrol_content02-flow .flow-item_text {
    font-size: 11px;
    font-size: min(3.7333333333vw, 16px);
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .p-patrol_content02-flow .flow-item_text:not(:first-child):before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 12px;
    height: 7px;
    margin: 0;
  }
  .p-patrol_content03 {
    margin-top: 50px;
  }
  .p-patrol_content03-table {
    margin-top: 25px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .p-patrol_content03-table td {
    padding: 5px 10px;
    border-top: 1px solid #ccc;
  }
  .p-patrol_content03-table table,
.p-patrol_content03-table tbody,
.p-patrol_content03-table tr,
.p-patrol_content03-table th,
.p-patrol_content03-table td {
    display: block;
  }
}

@media not all and (min-width: 751px) {
  .p-patrol_content01-imgs .img + .img {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1500px) {
  .p-patrol_content02-flow {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 50px;
    margin-top: 50px;
  }
  .p-patrol_content02-flow .flow-item_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 10px;
    width: min(15.625vw, 300px);
    height: 200px;
  }
  .p-patrol_content02-flow .flow-item_text {
    font-size: clamp(14px, 0.9375vw, 18px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-patrol_content03-table th,
.p-patrol_content03-table td {
    border: 1px solid #ccc;
  }
  .p-patrol_content03-table td {
    font-size: 18px;
    font-weight: 400;
    width: 50%;
    padding: 15px 16px;
    text-align: center;
  }
}

@media not all and (min-width: 321px) {
  .p-patrol_content02-flow .flow-item_inner {
    font-size: 11px;
    padding: 15px 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-patrol_content02-flow .flow-item01 .flow-item_inner {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .p-patrol_content02-flow .flow-item02 .flow-item_inner {
    padding-right: 25px;
    padding-left: 15px;
    -webkit-column-gap: 71.5px;
       -moz-column-gap: 71.5px;
            column-gap: 71.5px;
  }
  .p-patrol_content02-flow .flow-item02 .flow-item_text {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
  .p-patrol_content02-flow .flow-item03 .flow-item_inner {
    padding-right: 10px;
    padding-left: 15px;
    -webkit-column-gap: 14.5px;
       -moz-column-gap: 14.5px;
            column-gap: 14.5px;
  }
  .p-patrol_content02-flow .flow-item03 .flow-item_text {
    -webkit-column-gap: 14.5px;
       -moz-column-gap: 14.5px;
            column-gap: 14.5px;
  }
  .p-patrol_content02-flow .flow-item04 .flow-item_inner {
    padding-right: 22px;
    padding-left: 15px;
    -webkit-column-gap: 40.5px;
       -moz-column-gap: 40.5px;
            column-gap: 40.5px;
  }
  .p-patrol_content02-flow .flow-item04 .flow-item_inner .flow-item_text {
    -webkit-column-gap: 43px;
       -moz-column-gap: 43px;
            column-gap: 43px;
  }
  .p-patrol_content02-flow .flow-item05 .flow-item_inner {
    padding-right: 30px;
    padding-left: 15px;
    -webkit-column-gap: 67px;
       -moz-column-gap: 67px;
            column-gap: 67px;
  }
  .p-patrol_content02-flow .flow-item05 .flow-item_text {
    -webkit-column-gap: 46px;
       -moz-column-gap: 46px;
            column-gap: 46px;
  }
  .p-patrol_content02-flow .flow-item_text {
    font-size: 11px;
  }
}

@media only screen and (max-width: 870px) {
  .p-contact_page-input {
    margin-top: 50px;
    padding-top: 25px;
    padding-bottom: 50px;
  }
  .p-contact_step-info {
    margin-top: 24px;
  }
  .p-contact_table th,
.p-contact_table td {
    padding: 0;
  }
  .p-contact_table th {
    margin-bottom: 10px;
  }
  .p-contact_table tr {
    padding: 15px 0;
  }
  .p-contact_table tr:first-child {
    border-top: none;
    padding-top: 0;
  }
  .p-contact_table .is-required .c-tag01 {
    font-size: 14px;
    padding-bottom: 3px;
  }
  .p-contact_table table,
.p-contact_table tbody,
.p-contact_table tr,
.p-contact_table th,
.p-contact_table td {
    display: block;
  }
  .p-contact_table-select > select {
    padding-right: 30px;
  }
  .p-contact_table-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4px 0;
  }
  .p-contact_table-datepicker {
    margin-bottom: 8px;
  }
  .p-contact_table-info {
    font-size: 12px;
  }
  .p-contact_table-example {
    margin-top: 4px;
  }
  .p-contact_table-text, .p-contact_table-text-area {
    height: auto;
    padding: 10px;
  }
  .p-contact_table-text-area {
    height: auto;
  }
  .p-contact_button-wrap {
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
  }
  .p-contact_button-wrap {
    margin-top: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .p-contact_table-error {
    margin-top: 5px;
  }
  .error {
    margin-top: 5px;
  }
  .p-contact_table-privacy-wrap {
    padding: 16px 10px;
    max-height: 124px;
    margin-top: 20px;
  }
  .p-contact_table-privacy-head {
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 12px;
  }
  .p-contact_table-privacy-text {
    font-size: 11px;
  }
  .p-contact_table-venue-wrap {
    padding: 8px;
    max-height: 124px;
    margin-top: 8px;
  }
  .p-contact_table-venue-head {
    padding: 4px 2px;
    margin-bottom: 2px;
    font-size: 1em;
    line-height: 1.2;
    text-align: center;
  }
  .p-contact_table-venue-text {
    padding: 4px 2px;
    font-size: 0.9em;
    white-space: nowrap;
  }
  .p-contact_agree-checkbox {
    margin-top: 24px;
  }
  .p-contact_agree-checkbox .p-contact_agree-checkbox-lead {
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 1.64;
  }
  .p-contact_agree-checkbox .mwform-checkbox-field-text {
    font-size: 13px;
  }
  .p-contact_table-checkbox {
    margin-top: 24px;
  }
  .p-contact_table-checkbox .mwform-checkbox-field-text {
    font-size: 13px;
  }
  .p-contact_page-finish .c-button02 {
    width: min(50.6666666667vw, 240px);
  }
  .p-contact_finish-head {
    font-size: min(5.3333333333vw, 22px);
  }
  .p-contact_finish-text-wrap {
    margin-top: 30px;
  }
  .p-contact_finish-text {
    font-size: min(3.4666666667vw, 14px);
  }
  .p-contact_finish-text + .p-contact_finish-text {
    margin-top: 32px;
  }
}

@media only screen and (min-width: 871px) {
  .p-contact_table th {
    width: 260px;
    padding-right: 30px;
    vertical-align: middle;
  }
  .p-contact_table .is-required .c-tag01 {
    font-size: 14px;
    font-weight: bold;
  }
  .p-contact_button-wrap [name=submitBack]:hover .c-svg {
    -webkit-transform: rotate(180deg) translateX(5px);
            transform: rotate(180deg) translateX(5px);
  }
  .p-checkupentry .p-contact_table th {
    padding-right: 16px;
  }
}

@media only screen and (max-width: 871px) {
  .p-contact_button-wrap [name=submitBack] .c-svg {
    left: 12px;
  }
}

@media only screen and (min-width: 541px) {
  .p-contact_finish-text {
    text-align: center;
  }
}

@media only screen and (max-width: 950px) {
  .p-healthguidance_content {
    padding: 40px 0;
  }
  .p-healthguidance_content .p-healthcare_content02-01 {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-healthguidance_content .p-healthcare_content02-01 .c_ttl01 {
    margin-bottom: 20px;
  }
  .p-healthguidance_content .p-healthcare_content02-01 .c_ttl01 .ja {
    font-size: 20px;
  }
  .p-healthguidance_content .p-healthcare_content02-01 .text-wrap {
    display: contents;
  }
  .p-healthguidance_content .p-healthcare_content02-01 .lead {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-healthguidance_content .p-healthcare_content02-01 .picture02 {
    display: contents;
  }
  .p-healthguidance_content .p-healthcare_content02-01 .picture02 img {
    height: min(46.6666666667vw, 500px);
  }
  .p-healthguidance_content .p-healthcare_content02-01 .button {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    text-align: center;
  }
}


/* ----------------------------------------------------------------------
診療科ページ
---------------------------------------------------------------------- */

.p-subjects .c_ttl01 {
  margin-bottom: 50px;
}

@media only screen and (min-width: 751px) {
  .p-subjects .l-inner1000 {
    padding-right: 0;
    padding-left: 0;
  }
  .p-subjects_anchor,
  .p-subjects_detail {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 750px) {
  /* SP */
  .p-subjects .c_ttl01 {
    margin-bottom: 25px;
  }
}

/* 診療科 アンカー */
.p-subjects_anchor .anchor-list {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.p-subjects_anchor .anchor-list a {
  border: 1px solid #c6c6c6;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 10px 25px 10px 10px;
  position: relative;
}
.p-subjects_anchor .anchor-list a::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  transform: rotate(45deg) translate3d(0, 0, 0);
  border: solid #999;
  border-width: 0 2px 2px 0;
  content: "";
}
.p-subjects_anchor .anchor-list .icon {
  width: 70px;
}
.p-subjects_anchor .anchor-list .text {
  padding-left: 20px;
  width: calc(100% - 70px);
}

@media only screen and (min-width: 751px) {
  .p-subjects_anchor .anchor-list a:hover {
    background: #eef7f3;
  }
}

@media only screen and (max-width: 1025px) {
  .p-subjects_anchor .anchor-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 750px) {
  /* SP */
  .p-subjects_anchor .anchor-list a {
    padding: 5px 20px 5px 5px;
  }
  .p-subjects_anchor .anchor-list .icon {
    width: 45px;
  }
  .p-subjects_anchor .anchor-list .text {
    padding-left: 10px;
    width: calc(100% - 45px);
  }
  .p-subjects_anchor .anchor-list a::before {
    right: 10px;
    width: 8px;
    height: 8px;
  }
}

/* 初診の方へ */
.p-subjects_first .c_ttl01 {
  text-align: left;
  padding-right: 50px;
}

.p-subjects_first .items-list li + li {
  margin-top: 25px;
}
.p-subjects_first .items-list .ttl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.p-subjects_first .items-list .ttl .num {
  background: #55ad87;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  width: 40px;
  height: 40px;
}
.p-subjects_first .items-list .ttl .ttl-text {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.025em;
  padding-left: 20px;
}

.p-subjects_first .items-list .text {
  letter-spacing: 0.025em;
  line-height: 1.75;
}

.p-subjects_first .btn-wrap {
  margin-top: 40px;
}
.p-subjects_first .btn-wrap .c_btn01 {
  width: 100%;
  max-width: 300px;
}

@media only screen and (min-width: 751px) {
  .p-subjects_first {
    padding-right: 20px;
    padding-left: 50px;
  }
  .p-subjects_first .ttl-wrap {
    display: flex;
    margin-bottom: 50px;
  }
  .p-subjects_first .ttl-wrap .lead-txt {
    margin-top: 10px;
  }
  .p-subjects_first .c_ttl01 {
    margin-bottom: 0;
  }
  .p-subjects_first .inn {
    display: flex;
    justify-content: space-between;
  }
  .p-subjects_first .img {
    width: 44%;
  }
  .p-subjects_first .cont-area {
    width: 56%;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 750px) {
  /* SP */
  .p-subjects_first .items-list {
    margin-top: 20px;
  }
  .p-subjects_first .items-list .ttl {
    margin-bottom: 10px;
  }
  .p-subjects_first .items-list .ttl .num {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
  .p-subjects_first .items-list .ttl .ttl-text {
    font-size: 16px;
    padding-left: 15px;
  }
  .p-subjects_first .items-list li + li {
    margin-top: 20px;
  }
  .p-subjects_first .btn-wrap {
    margin-top: 20px;
    text-align: center;
  }
  .p-subjects_first .img {
    margin-top: 20px;
    text-align: center;
  }
}

/* 詳細 */
.p-subjects_detail {
  padding-top: 100px;
  padding-bottom: 100px;
}
.p-subjects_detail.bg-green {
  background: #eef7f3;
}
.p-subjects_detail .ttl-wrap {
  display: flex;
  margin-bottom: 50px;
}
.p-subjects_detail .ttl-wrap .icon {
  width: 80px;
}
.p-subjects_detail .ttl-wrap .icon img {
  width: 100%;
}
.p-subjects_detail .c_ttl01 {
  padding-left: 30px;
  text-align: left;
  width: calc(100% - 80px);
  margin-bottom: 0;
}

.p-subjects_detail .detail-box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(85,173,135,0.3);
  padding: 35px 70px;
}
.p-subjects_detail .detail-box .inn + .inn {
  border-top: 1px solid #55ad87;
  margin-top: 23px;
  padding-top: 23px;
}
.p-subjects_detail .detail-box .head {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.025em;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.p-subjects_detail .detail-box .head::before {
  background: #55ad87;
  border-radius: 50%;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 10px;
  left: 0;
  margin: auto;
}
.p-subjects_detail .detail-box .list {
  line-height: 2.25;
}
.p-subjects_detail .detail-box .list li {
  display: inline-block;
  margin-right: 1em;
  line-height: 1.6!important;
  font-weight: bold;
}

.p-subjects_detail .sub-ttl {
  font-size: 30px;
  margin: 70px 0 45px!important;
}
.p-subjects_detail .sub-ttl.center {
  text-align: center;
}
.p-subjects_detail .schedule-table-wrap {
  max-width: 1000px;
  margin: auto;
}
.p-subjects_detail .schedule-table-wrap .note {
  margin-top: 5px;
}
.p-subjects_detail .schedule-table-inner {
  border: 1px solid #ccc;
}
.p-subjects_detail .schedule-table-wrap td.am-pm {
  padding-right: 0;
  padding-left: 0;
}
.p-subjects_detail .schedule-table-wrap td.time {
  width: 180px;
}
.p-subjects_detail .schedule-table-wrap td .column {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-subjects_detail .schedule-table-wrap td .column p {
  text-align: left;
}
.p-subjects_detail .schedule-table-wrap td .column p + p {
  margin-left: 20px;
}
.p-subjects_detail .doctor-wrap .box {
  display: flex;
}
.p-subjects_detail .doctor-wrap .box .img {
  width: 43%;
  padding-right: 20px;
}
.p-subjects_detail .doctor-wrap .box .profile {
  width: 57%;
}
.p-subjects_detail .doctor-wrap .box .profile:only-child {
  width: 100%;
}

.p-subjects_detail .doctor-wrap .box {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(85,173,135,0.3);
  padding: 25px 30px 30px;
}

.p-subjects_detail .doctor-wrap .position {
  font-size: 18px;
  font-weight: bold;
}
.p-subjects_detail .doctor-wrap .name {
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px;
}

.p-subjects_detail .doctor-wrap .info-area {
  margin-top: 20px;
  height: 115px;
  overflow-y: scroll;
  padding-right: 4px;
}
.p-subjects_detail .doctor-wrap .info-area .info01 {
  font-size: 14px;
}
.p-subjects_detail .doctor-wrap .info-area .info01 li {
  line-height: 1.5!important;
}
.p-subjects_detail .doctor-wrap .info-area .info01 li + li {
  margin-top: 6px;
}
.p-subjects_detail .doctor-wrap .info-area .info01 .date {
  display: block;
}
.p-subjects_detail .doctor-wrap .info-area .info02 {
  margin-top: 8px;
  line-height: 1.5;
}

.p-subjects_detail .doctor-wrap .info-area::-webkit-scrollbar {
  width: 10px;
}
.p-subjects_detail .doctor-wrap .info-area::-webkit-scrollbar-track {
  background-color: #eaeaea;
}
.p-subjects_detail .doctor-wrap .info-area::-webkit-scrollbar-thumb {
  background-color: #55ad87;
  border: 1px solid #eaeaea;
}

.p-subjects_detail .btn-wrap {
  margin-top: 50px;
  text-align: center;
}
.p-subjects_detail .btn-wrap .c_btn01 {
  width: 100%;
  max-width: 300px;
}

@media only screen and (min-width: 751px) {
  .p-subjects_detail .doctor-wrap {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 750px) {
  /* SP */
  .p-subjects_detail {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .p-subjects_detail .sub-ttl {
    font-size: 20px;
    margin: 40px 0 25px!important;
  }

  .p-subjects_detail .ttl-wrap {
    margin-bottom: 25px;
  }
  .p-subjects_detail .ttl-wrap .icon {
    width: 50px;
  }
  .p-subjects_detail .c_ttl01 {
    padding-left: 15px;
    width: calc(100% - 50px);
  }

  .p-subjects_detail .detail-box {
    border-radius: 10px;
    padding: 20px;
  }
  .p-subjects_detail .detail-box .head {
    font-size: 16px;
    margin-bottom: 10px;
    padding-left: 15px;
  }
  .p-subjects_detail .detail-box .head::before {
    top: 7px;
  }
  .p-subjects_detail .detail-box .inn + .inn {
    margin-top: 15px;
    padding-top: 15px;
  }

  .p-schedule .schedule-table-wrap td.time {
    width: 120px;
  }

  .p-subjects_detail .doctor-wrap {
    gap: 20px;
  }
  .p-subjects_detail .doctor-wrap .box {
    border-radius: 10px;
    padding: 15px;
  }
  .p-subjects_detail .doctor-wrap .box + .box {
    margin-top: 15px;
  }
  .p-subjects_detail .doctor-wrap .profile {
    margin-top: 10px;
  }
  .p-subjects_detail .doctor-wrap .position {
    font-size: 13px;
  }
  .p-subjects_detail .doctor-wrap .name {
    font-size: 16px;
    margin-top: 0;
  }

  .p-subjects_detail .doctor-wrap .info-area {
    margin-top: 10px;
    height: 80px;
  }
  .p-subjects_detail .doctor-wrap .info-area .info01 {
    font-size: 12px;
  }
}