@charset "UTF-8";
.section {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  padding-top: 51px;
  padding-bottom: 51px;
}

@media only screen and (min-width: 768px) {
  .section {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1239px) {
  .section,
  .section_wide,
  .section_overwide {
    margin-left: calc(50% - 619.5px);
    margin-right: calc(50% - 619.5px);
  }
  .section {
    padding-left: calc(619.5px - 50%);
    padding-right: calc(619.5px - 50%);
  }
}
.section_wide {
  padding-left: 20px;
  padding-right: 20px;
}

.section_overwide {
  padding: 0;
}

.main_post_body,
.post_aside {
  margin-top: 28px;
}

.main_post_body {
  margin-bottom: 48px;
}

.wp-embedded-content {
  display: block;
  max-width: 100%;
}

.breadcrumb {
  background: #fff;
  color: #878787;
  font-size: 14px;
  line-height: 1.4;
  padding-top: 20px;
  padding-bottom: 20px;
}

.breadcrumb .svg-icons {
  fill: #878787;
  width: 12px;
  height: 12px;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb a {
  color: #000057;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #2e2e2e;
  text-decoration: none;
}

.breadcrumb li:last-child a {
  pointer-events: none;
}

.breadcrumb .current a {
  color: #7b7b7b;
}

.btn-style {
  text-align: center;
}

.sitemap_box {
  margin-top: 28px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .sitemap_box {
    margin-bottom: 56px;
  }
}
.sitemap_box .menu {
  border-top: 1px solid #ddd;
}

.sitemap_box .menu li {
  border-bottom: 1px solid #ddd;
}

.sitemap_box .menu a {
  position: relative;
  display: block;
  padding: 20px 40px 20px 20px;
  transition: 0.3s;
  text-decoration: none;
  color: #2e2e2e;
}

@media only screen and (max-width: 767px) {
  .sitemap_box .menu a {
    padding: 16px 32px 16px 16px;
  }
}
.sitemap_box .menu a:hover {
  color: #000057;
  background: #fbf8ef;
}

.sitemap_box .menu a::after {
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000057;
  border-right: 1px solid #000057;
  transform: rotate(45deg);
}

.wpcf7 select,
.wpcf7 input,
.wpcf7 textarea {
  max-width: 100%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="password"],
.wpcf7 textarea,
.wpcf7 select {
  box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 10px 6px;
  width: 100%;
}

.wpcf7 textarea {
  width: 100%;
}

.wpcf7 select {
  background: url("../img/default/expand_more.svg") no-repeat right center;
  background-size: 20px;
  min-width: 40%;
  padding: 8px 24px 8px 6px;
  width: auto;
}

.wpcf7 input[type="submit"] {
  background: #000057;
  box-shadow: none;
  border: 2px solid #000057;
  border-radius: 5px;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 15px 20px;
  text-align: center;
  transition: 0.3s;
  width: 240px;
}

.wpcf7 input[type="submit"]:not(:disabled):hover {
  background: #fff;
  color: #000057;
  cursor: pointer;
}

.wpcf7 input[type="submit"]:disabled {
  background: #ccc;
  border: 2px solid #ccc;
}

.wpcf7 input[type="submit"]:disabled:hover {
  pointer-events: none;
}

.wpcf7 .screen-reader-response {
  margin-bottom: 20px;
  padding: 10px;
  background: #fffbd2;
}

.wpcf7 .screen-reader-response ul {
  display: none;
}

.wpcf7 .ajax-loader {
  position: absolute !important;
}

.wpcf7-spinner {
  position: absolute !important;
}

.wpcf7-not-valid {
  background: #fffbd2;
}

.wpcf7-not-valid-tip {
  color: #cc0000;
}

.wpcf7-response-output.wpcf7-validation-errors {
  margin-top: 20px;
  padding: 10px;
  background: #fffbd2;
}

.wpcf7-not-valid-tip {
  font-size: 76%;
  color: #af2223;
}

.wpcf7-list-item {
  margin-left: 0;
  margin-right: 20px;
}

.wpcf7-list-item input {
  width: auto;
}

.box_form {
  margin-top: 32px;
  margin-bottom: 48px;
}

@media only screen and (max-width: 767px) {
  .box_form {
    margin-top: 20px;
    margin-bottom: 32px;
  }
}
.box_form dl {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px dotted #ddd;
}

.box_form dt,
.box_form dd {
  padding: 1.5em 5px;
}

.box_form dt p,
.box_form dd p {
  margin-bottom: 0;
}

.box_form dt {
  clear: both;
  float: left;
  font-weight: bold;
  margin-bottom: 8px;
}

.box_form dd {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 0;
  padding-left: 14em;
}

.box_form dd > span + span {
  margin-left: 15px;
}

@media only screen and (min-width: 768px) {
  .box_form .input_wrap:not(:first-child) {
    margin-left: 20px;
  }
}
.box_form .mf {
  font-size: 80%;
  color: #ea0000;
  padding-left: 3px;
}

.box_form .ex,
.box_form .subtxt {
  font-size: 88%;
  color: #999;
  line-height: 1.4em;
  display: inline-block;
}

.box_form .requisite,
.box_form .attention {
  font-size: 78%;
  color: #f45000;
}

.box_form .attention {
  color: #cc0000;
  font-size: 12px;
}

.box_form .acceptance .attention {
  font-size: inherit;
}

.box_form .subtxt {
  color: #888;
  font-size: 12px;
  display: block;
}

.box_form .btnstyle {
  text-align: center;
  margin-top: 28px;
}

@media only screen and (max-width: 767px) {
  .box_form .btnstyle {
    margin-top: 20px;
  }
}
.box_form .wpcf7-list-item {
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.box_form .acceptance_wrap {
  background: #f1f1f1;
  padding: 1em 0.5em;
}

.box_form .acceptance_wrap > * {
  display: table;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 767px) {
  .box_form dt {
    float: none;
    padding-bottom: 0;
  }
  .box_form dd {
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
  .box_form dd input,
  .box_form dd textarea {
    width: 100%;
    max-width: 750px;
  }
}
.post-password-form {
  margin-bottom: 4em;
  margin-top: 2em;
}

@media only screen and (max-width: 767px) {
  .post_aside {
    padding-top: 16px;
  }
}
.entry_archive_wrap.blogsingleon .btnstyle {
  margin-top: 15px;
}

.entry_archive_wrap.blogsingleon .btnstyle a {
  min-width: 200px;
  padding: 0.8rem 1.5rem;
  font-size: 1.4rem;
}

.entry_title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .entry_title {
    font-size: 24px;
  }
}
.blogsingleon .entry_archive .entry_title {
  font-size: 24px;
}

.entry_title a {
  color: #2e2e2e;
  text-decoration: none;
}

.entry_title a:hover {
  color: #000057;
}

.entry_ex {
  display: flex;
  flex-wrap: wrap;
  row-gap: 6px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  color: #666;
  font-size: 14px;
  letter-spacing: 0.01em;
  margin-bottom: 36px;
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  .entry_ex {
    margin-bottom: 24px;
    margin-top: 12px;
  }
}
.blogsingleon .entry_archive .entry_ex {
  margin-bottom: 24px;
  margin-top: 12px;
}

.entry_ex a {
  color: #000057;
  text-decoration: none;
}

.entry_ex a:hover {
  color: #2e2e2e;
}

.entry_ex .svg-icons {
  fill: #666;
  width: 18px;
  height: 18px;
  margin-left: -22px;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.entry_date,
.entry_categories {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 22px;
}

.entry.mce-content-body {
  max-width: 100%;
}

.pagenav_single {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 20px;
  column-gap: 20px;
  border-top: 1px solid #ddd;
  font-size: 14.08px;
  line-height: 1.5;
  margin-top: 64px !important;
  padding-top: 48px;
}

@media only screen and (max-width: 767px) {
  .pagenav_single {
    margin-top: 32px !important;
    padding-top: 28px;
  }
}
.pagenav_single li {
  flex: 1 1 auto;
  width: 100%;
}

.pagenav_single a {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
  text-decoration: none;
  transition: 0.3s;
}

.pagenav_single a:hover {
  opacity: 0.7;
}

.pagenav_single a .svg-icons {
  flex: 0 0 auto;
  width: 12px;
  height: 12px;
  margin-bottom: auto;
  margin-top: 0.25em;
}

.pagenav_single_previous a {
  text-align: right;
  justify-content: flex-end;
}

.entry_archive {
  border-bottom: 1px solid #ddd;
  margin-bottom: 48px;
  padding-bottom: 48px;
}

.entry_archive .archive {
  border-bottom: 1px solid #ddd;
  padding-bottom: 80px;
}

.pagenav_archive {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14.08px;
  line-height: 20px;
  margin-top: 48px;
}

.pagenav_archive .page-numbers {
  border: 1px solid #aaa;
  color: #aaa;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  width: 30px;
}

.pagenav_archive .page-numbers.current {
  background: #eee;
  border-color: #eee;
}

.pagenav_archive .page-numbers:hover {
  background: #000057;
  border: 1px solid #000057;
  color: #fff;
  cursor: pointer;
}

.post_aside .aside_title {
  border-bottom: 2px solid #2e2e2e;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 12px;
}

.post_aside .category_list {
  margin-top: 16px;
}

.post_aside .category_list li {
  border-bottom: 1px solid #ddd;
}

.post_aside .category_list li ul li {
  border-top: 1px solid #ddd;
  border-bottom: none;
}

.post_aside .category_list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2e2e2e;
  line-height: 1.5;
  padding: 12px 8px;
  text-decoration: none;
}

.post_aside .category_list a:hover {
  color: #000057;
}

.post_aside .category_list a .material-icons {
  font-size: 18px;
}

.post_aside .latestpost_list {
  margin-top: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
}

.post_aside .latestpost_list a {
  color: #2e2e2e;
  display: table;
  line-height: 1.5;
  padding: 4px 8px 4px 24px;
  position: relative;
  text-decoration: none;
}

.post_aside .latestpost_list a::before {
  content: "・";
  left: 8px;
  padding-top: 4px;
  position: absolute;
  top: 0;
}

.post_aside .latestpost_list a:hover {
  color: #000057;
}

.post_aside .latestpost_list a:hover::before {
  color: #000057;
}

.blog_thumbnail_list_item a .title,
.blog_thumbnail_list_item a .date,
.blog_thumbnail_list_item a .post_term {
  color: inherit;
  text-decoration: none;
}

.blog_thumbnail_list_item .title {
  display: block;
}

.blog_thumbnail_list_item .btnstyle a {
  min-width: auto;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .blog_thumbnail_list_item {
    flex: 1 1 23.5%;
    margin-right: 2%;
    position: relative;
    padding-bottom: 5rem;
  }
  .blog_thumbnail_list_item:nth-child(4n) {
    margin-right: 0;
  }
  .blog_thumbnail_list_item .btnstyle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.slide_main {
  position: relative;
}

.slide_main .item {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
}

.slide_main .item.active {
  opacity: 1;
  z-index: 1;
  position: inherit;
}

.slide_main .item:first-child .arrow-prev,
.slide_main .item:last-child .arrow-next {
  display: none;
}

.slide_main .item .caption {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  color: #fff;
  font-size: 20px;
  left: 0;
  line-height: 1.6;
  padding: 13px 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}

.slide_main .item img {
  margin: 0;
}

.slide_main .arrow-prev,
.slide_main .arrow-next {
  height: 60px;
  width: 40px;
  position: absolute;
  top: 50%;
  display: block;
  z-index: 2;
  margin-top: -30px;
}

.slide_main .arrow-prev:hover,
.slide_main .arrow-next:hover {
  cursor: pointer;
}

.slide_main .arrow-prev::before,
.slide_main .arrow-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url("../img/default/icon_slidearrow_01.svg");
}

.slide_main .arrow-prev {
  left: 10px;
}

@media only screen and (max-width: 767px) {
  .slide_main .arrow-prev {
    left: 0px;
  }
}
.slide_main .arrow-next {
  right: 10px;
}

@media only screen and (max-width: 767px) {
  .slide_main .arrow-next {
    right: 0px;
  }
}
.slide_main .arrow-next::before {
  transform: scale(-1, 1);
}

#tinymce .slide_main .item:first-child {
  opacity: 1;
  z-index: 1;
  position: inherit;
}

.slide_thumb {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: 30px;
}

.slide_thumb .item {
  position: relative;
  transition: 0.3s;
}

.slide_thumb .item:hover {
  cursor: pointer;
  opacity: 0.8;
}

.slide_thumb .item.thumbnail-current:hover {
  opacity: 1;
}

.slide_thumb .item.thumbnail-current::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #000057;
  border-radius: 0;
}

.slide_thumb .item img {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .slide_wrap_horizontal {
    display: flex;
    justify-content: space-between;
  }
  .slide_wrap_horizontal .slide_main {
    flex: 0 0 75%;
  }
  .slide_wrap_horizontal .slide_thumb {
    flex: 0 0 22%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    flex: 0 0 48%;
    margin-bottom: 4%;
    margin-right: 4%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .slide_wrap_horizontal .slide_main {
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    width: 15.8%;
    width: 15.8333333333%;
    max-width: 15.8333333333%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(6n) {
    margin-right: 0;
  }
}
.slide_wrap_vertical .slide_main {
  margin-bottom: 1%;
}

.slide_wrap_vertical .slide_thumb .item {
  width: 15.8%;
  width: 15.8333333333%;
  max-width: 15.8333333333%;
  margin-right: 1%;
  margin-bottom: 1%;
}

.slide_wrap_vertical .slide_thumb .item:nth-child(6n) {
  margin-right: 0;
}

.point_box {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
}

.columns .point_box:first-child {
  margin-top: 60px;
}

.point_box p {
  margin-bottom: 30px;
}

.point_box p.image {
  margin-top: auto;
  margin-bottom: 0;
}

h4.point_title {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

h4.point_title .subtext {
  font-size: 2rem;
}

.notice_box {
  align-items: center;
}

.notice_box .notice_title {
  background: #fff;
  border-radius: 6px;
  padding: 25px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .notice_box .notice_title {
    margin-right: 30px;
    flex: 2;
  }
}
@media only screen and (max-width: 767px) {
  .notice_box .notice_title {
    margin-bottom: 20px;
  }
}
.notice_box .notice_title h4 {
  color: #000057;
  display: block;
  position: relative;
  text-align: center;
}

.notice_box .notice_title h4::before {
  position: absolute;
  content: "";
  background: #000057;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
}

@media only screen and (min-width: 768px) {
  .notice_box .notice_title h4 {
    margin-bottom: 0;
  }
}
.notice_box .notice_text ul,
.notice_box .notice_text p {
  width: 100%;
}

.notice_box .notice_text ul:first-child,
.notice_box .notice_text p:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 768px) {
  .notice_box .notice_text {
    display: flex;
    flex-wrap: wrap;
    flex: 5;
    align-items: center;
  }
}
.icon_tags {
  padding-top: 2.5em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5em;
}

.icon_tags a {
  background: #f1f1f1;
  border-radius: 3px;
  color: #000057;
  display: block;
  font-size: 92%;
  line-height: 1.25;
  padding: 0.5em 0.75em;
  text-decoration: none;
}

.icon_tags a:hover {
  background: #000057;
  color: #fff;
}

.entry_search_result_lead {
  display: flex;
  gap: 10px;
  font-size: 88%;
  margin-bottom: 2em;
  margin-top: 2em;
}

.entry_search_result_wrap .entry_title {
  font-size: 20px;
  margin-bottom: 0.35em;
}

@media only screen and (min-width: 768px) {
  .entry_search_result_wrap .entry_title {
    font-size: 22px;
  }
}
.entry_search_result_wrap .entry_archive {
  display: flex;
  gap: 20px;
}

.entry_search_result_wrap .entry_archive .entry_content {
  flex: 1 1 auto;
}

.entry_search_result_wrap .entry_archive .entry_thumbnail {
  flex: 0 0 min(20%, 140px);
  width: min(20%, 140px);
}

.entry_search_result_wrap .entry_archive .entry_thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 1;
  width: 100%;
  max-width: none;
  height: auto;
}

.entry_search_result_wrap .entry_archive .entry {
  font-size: 88%;
}

.entry_search_result_wrap .link {
  font-size: 92%;
}

.entry_search_result_wrap .link::before {
  content: "［ ";
}

.entry_search_result_wrap .link::after {
  content: " ］";
}

.entry_ex_sub {
  gap: 0;
  justify-content: flex-end;
  font-size: 82%;
  margin-top: 10px;
  margin-bottom: 0;
}

.entry_ex_sub .entry_date,
.entry_ex_sub .entry_categories {
  padding-left: 0;
}

.entry_ex_sub .entry_categories::before {
  content: "｜";
}

.splide__arrow {
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  width: auto;
  color: transparent;
  background: transparent;
  color: #e5eeee;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.splide__arrow--prev {
  left: 10px;
  transform: scaleX(-1) translateY(-50%);
}

.splide__arrow--next {
  right: 10px;
  transform: translateY(-50%);
}

.splide__arrow svg {
  fill: currentColor;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-width: 8px;
  height: 40px;
  width: 40px;
  vertical-align: middle;
  opacity: 0.8;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  margin: 0;
  pointer-events: none;
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #000057;
  transform: scale(1.4);
}

.page_title_wrap {
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #000057;
  background: url("../img/common/under_title.jpg") no-repeat center/cover;
}

.page_title_wrap:before,
.page_title_wrap:after {
  display: none;
}

.page_title_wrap .container {
  display: flex;
  align-items: center;
  height: 200px;
}

@media only screen and (max-width: 767px) {
  .page_title_wrap .container {
    height: 120px;
  }
}
.page_title_wrap .page_title {
  flex: 1;
  color: #2e2e2e;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.25;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .page_title_wrap .page_title {
    font-size: 25px;
  }
}
.page-name-recruit .mce-content-body h2 {
  color: #2e2e2e;
  font-size: 40px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 3em;
  text-align: center;
  padding-top: 68px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .page-name-recruit .mce-content-body h2 {
    font-size: 32px;
  }
}
.page-name-recruit .mce-content-body h2:after {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  margin: auto;
  left: 0;
  right: 0;
  top: 24%;
  bottom: auto;
  background: url("../img/common/page-name-recruit-h2.png") no-repeat
    center/contain;
  width: 120px;
  height: 120px;
}

.page-name-recruit .mce-content-body *:has(> h3) {
  position: relative;
  z-index: 0;
}

.page-name-recruit .mce-content-body h3 {
  position: relative;
  color: #6d5353;
  /*文字色*/
  font-size: 20px;
  /*文字サイズ*/
  display: block;
  border: 2px dashed #dfb957;
  /*吹き出し線（太さ 破線 色）*/
  padding: 1em;
  /*文字回りの余白（上下左右）*/
  border-radius: 30px;
  /*吹き出し角丸サイズ（四隅）*/
  display: block;
  margin-bottom: 1em;
}

.page-name-recruit .mce-content-body h3::before {
  content: "";
  position: absolute;
  display: block;
  bottom: -7px;
  left: 10%;
  /*吹き出しの矢印部の左右位置*/
  transform: translateX(-50%) rotate(-45deg);
  width: 10px;
  height: 10px;
  border: 2px dashed #dfb957;
  /*吹き出しの矢印部の線（太さ 破線 色）*/
  border-top: none;
  border-right: none;
  background-color: #f2eddf;
  /*吹き出しの矢印部の内側背景*/
}

.page-name-recruit .mce-content-body h3:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #f2eddf !important;
  /*背景色*/
  left: 4px;
  /*背景左右ずれ*/
  top: 10px;
  /*背景上下ずれ*/
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 30px;
  /*背景角丸サイズ（四隅）*/
}

.page-name-recruit .mce-content-body h3.aside_title {
  color: #2e2e2e;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #333333;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 1.2rem;
}

.page-name-recruit .mce-content-body h3#a03_1 {
  position: unset;
  color: unset;
  font-size: unset;
  display: unset;
  border: unset;
  padding: unset;
  border-radius: unset;
  display: unset;
  margin-bottom: unset;
}

.page-name-recruit .mce-content-body h3#a03_1::before {
  content: unset;
  position: unset;
  display: unset;
  bottom: unset;
  left: unset;
  transform: unset;
  width: unset;
  height: unset;
  border: unset;
  border-top: unset;
  border-right: unset;
  background-color: unset;
}

.page-name-recruit .mce-content-body h3#a03_1::after {
  content: unset;
  display: unset;
  position: unset;
  background-color: unset;
  left: unset;
  top: unset;
  width: unset;
  height: unset;
  z-index: unset;
  border-radius: unset;
}

.page-name-recruit .mce-content-body h3#a03_1 {
  font-size: clamp(14px, 3vw, 24px);
  text-align: center;
  color: #78a26e;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}

.page-name-recruit .mce-content-body h3#a03_1 .icon {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 767px) {
  .page-name-recruit .mce-content-body h3#a03_1 .icon {
    padding: 0 40px;
  }
}

.page-name-recruit .mce-content-body h3#a03_1 .icon::before {
  content: "" !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 53px;
  height: 70px;
  background: url("../img/common/l-icon.png") no-repeat center/contain;
}
@media (max-width: 767px) {
  .page-name-recruit .mce-content-body h3#a03_1 .icon::before {
    width: 30px;
    height: 40px;
  }
}

.page-name-recruit .mce-content-body h3#a03_1 .icon::after {
  content: "" !important;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 53px;
  height: 70px;
  background: url("../img/common/r-icon.png") no-repeat center/contain;
}
@media (max-width: 767px) {
  .page-name-recruit .mce-content-body h3#a03_1 .icon::after {
    width: 30px;
    height: 40px;
  }
}

.page-name-recruit .mce-content-body h4 {
  color: #2e2e2e;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  letter-spacing: 0.08em;
  border-bottom: 2px solid #78a26e;
}

.page-name-recruit .mce-content-body h4::first-letter {
  color: #78a26e;
  font-size: 2em;
}

.page-name-recruit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 40px !important;
}
@media (max-width: 767px) {
  .page-name-recruit-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.page-name-recruit-box {
  font-weight: normal;
  line-height: 1.8;
  font-size: clamp(16px, 3vw, 24px);
  text-align: center;
  color: #fff;
  padding: 1.2em;
  background-color: #97d488;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  box-shadow: 6px 6px 0 #98b990;
}

.page-name-recruit-box:nth-child(even) {
  background-color: #e8ca7d;
  box-shadow: 6px 6px 0 #c3ae77;
}

.mce-content-body h2,
.mce-content-body h3,
.mce-content-body h4,
.mce-content-body h5,
.mce-content-body .text-large {
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
}

.mce-content-body h2 {
  color: #2e2e2e;
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 1.2em;
  text-align: center;
  padding-top: 68px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .mce-content-body h2 {
    font-size: 24px;
  }
}
.mce-content-body h2:after {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  background: url("../img/common/h2.png") no-repeat center/contain;
  width: 58px;
  height: 58px;
}

.mce-content-body h3 {
  color: #2e2e2e;
  display: block;
  text-align: left;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  position: relative;
  padding-bottom: 14px;
  border-bottom: 1px solid #000057;
  position: relative;
  padding-left: 19px;
}

.mce-content-body h3:after {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: auto;
  top: 9px;
  bottom: auto;
  border-radius: 2.5px;
  background: #8d8eca;
  width: 5px;
  height: 21px;
}

@media only screen and (max-width: 767px) {
  .mce-content-body h3 {
    font-size: 22px;
  }
  .mce-content-body h3:after {
    top: 9px;
  }
}
.mce-content-body h3.aside_title {
  color: #2e2e2e;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #333333;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 1.2rem;
}

.mce-content-body h3.aside_title:after,
.mce-content-body h3.aside_title:before {
  display: none;
}

.mce-content-body h4 {
  color: #2e2e2e;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  position: relative;
  letter-spacing: 0.08em;
  padding: 0;
  padding-left: 28px;
}

.mce-content-body h4:before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .mce-content-body h4 {
    font-size: 19px;
  }
}
.mce-content-body h4:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 9px;
  bottom: auto;
  width: 14px;
  height: 14px;
  background: url("../img/common/h4.png") no-repeat center/cover;
}

@media only screen and (max-width: 767px) {
  .mce-content-body h4:after {
    top: 8px;
  }
}
.mce-content-body h5 {
  color: #2e2e2e;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-top: 1.8em;
  margin-bottom: 1.2em;
  border: none;
  position: relative;
  padding: 0;
  padding-left: 19px;
}

.mce-content-body h5:before {
  display: none;
}

.mce-content-body h5:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 9px;
  bottom: auto;
  width: 5px;
  height: 10px;
  background: url("../img/common/h5.png") no-repeat center/cover;
}

@media only screen and (max-width: 767px) {
  .mce-content-body h5:after {
    top: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .mce-content-body h5 {
    font-size: 18px;
  }
}
.text-large {
  color: #2e2e2e;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 767px) {
  .text-large {
    font-size: 22px;
  }
}
.section h3:first-child {
  margin-bottom: 24px;
}

.section hr {
  margin-bottom: 75px;
  margin-top: 75px;
  max-width: 1200px;
}

@media only screen and (min-width: 768px) {
  .section hr {
    margin-bottom: 100px;
    margin-top: 100px;
  }
}
.section_bg {
  background: #fbf8ef;
}

.section_bg .flow-block {
  background: #fff;
}

.section_bg .box_bg {
  background: #fff;
}

.section_bg .box_bg .flow-block {
  background: #fbf8ef;
}

.section_bg .box_bg .box_bg {
  background: #fbf8ef;
}

.section_bg .box_bg .box_bg .box_bg {
  background: #fff;
}

.box_bg {
  background: #fbf8ef;
}

.box_bg .flow-block {
  background: #fff;
}

.box_bg .box_bg {
  background: #fff;
}

.box_bg .box_bg .box_bg {
  background: #fbf8ef;
}

.box_border {
  background: #fff;
  border: 5px solid #fbf8ef;
}

.box_border .box_bg {
  background: #fbf8ef;
}

.section_bg .box_border .box_bg {
  background: #fbf8ef;
}

.box_bg,
.box_border {
  border-radius: 40px;
  margin-top: 0;
  margin-bottom: 40px;
  padding: 24px 16px;
}

.box_bg:last-child,
.box_border:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1250px) {
  .box_bg,
  .box_border {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .box_bg,
  .box_border {
    margin-bottom: 50px;
    padding: 50px 34px;
  }
}
.section .box_bg:first-child,
.section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: 24px;
}

.box_bg ul:first-child,
.box_bg ol:first-child,
.box_bg dl:first-child,
.box_bg table:first-child,
.box_bg p:first-child,
.box_bg h3:first-child,
.box_bg h4:first-child,
.box_bg h5:first-child,
.box_bg h6:first-child,
.box_border ul:first-child,
.box_border ol:first-child,
.box_border dl:first-child,
.box_border table:first-child,
.box_border p:first-child,
.box_border h3:first-child,
.box_border h4:first-child,
.box_border h5:first-child,
.box_border h6:first-child {
  margin-top: 0;
}

.box_border {
  background: #fff;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
}

.row.sp_col_2 .col_2 .box_bg,
.row.sp_col_2 .col_2 .box_border,
.row.sp_col_2 .col_3 .box_bg,
.row.sp_col_2 .col_3 .box_border,
.row.sp_col_2 .col_4 .box_bg,
.row.sp_col_2 .col_4 .box_border,
.row.sp_col_2 .col_5 .box_bg,
.row.sp_col_2 .col_5 .box_border,
.row.sp_col_2 .col_6 .box_bg,
.row.sp_col_2 .col_6 .box_border {
  height: 100%;
}

.row.sp_col_2 .col_2 .box_bg .box_bg,
.row.sp_col_2 .col_2 .box_bg .box_border,
.row.sp_col_2 .col_2 .box_border .box_bg,
.row.sp_col_2 .col_2 .box_border .box_border,
.row.sp_col_2 .col_3 .box_bg .box_bg,
.row.sp_col_2 .col_3 .box_bg .box_border,
.row.sp_col_2 .col_3 .box_border .box_bg,
.row.sp_col_2 .col_3 .box_border .box_border,
.row.sp_col_2 .col_4 .box_bg .box_bg,
.row.sp_col_2 .col_4 .box_bg .box_border,
.row.sp_col_2 .col_4 .box_border .box_bg,
.row.sp_col_2 .col_4 .box_border .box_border,
.row.sp_col_2 .col_5 .box_bg .box_bg,
.row.sp_col_2 .col_5 .box_bg .box_border,
.row.sp_col_2 .col_5 .box_border .box_bg,
.row.sp_col_2 .col_5 .box_border .box_border,
.row.sp_col_2 .col_6 .box_bg .box_bg,
.row.sp_col_2 .col_6 .box_bg .box_border,
.row.sp_col_2 .col_6 .box_border .box_bg,
.row.sp_col_2 .col_6 .box_border .box_border {
  height: auto;
}

@media only screen and (min-width: 768px) {
  .row .col_2 .box_bg,
  .row .col_2 .box_border,
  .row .col_3 .box_bg,
  .row .col_3 .box_border,
  .row .col_4 .box_bg,
  .row .col_4 .box_border,
  .row .col_5 .box_bg,
  .row .col_5 .box_border,
  .row .col_6 .box_bg,
  .row .col_6 .box_border {
    height: 100%;
  }
  .row .col_2 .box_bg .box_bg,
  .row .col_2 .box_bg .box_border,
  .row .col_2 .box_border .box_bg,
  .row .col_2 .box_border .box_border,
  .row .col_3 .box_bg .box_bg,
  .row .col_3 .box_bg .box_border,
  .row .col_3 .box_border .box_bg,
  .row .col_3 .box_border .box_border,
  .row .col_4 .box_bg .box_bg,
  .row .col_4 .box_bg .box_border,
  .row .col_4 .box_border .box_bg,
  .row .col_4 .box_border .box_border,
  .row .col_5 .box_bg .box_bg,
  .row .col_5 .box_bg .box_border,
  .row .col_5 .box_border .box_bg,
  .row .col_5 .box_border .box_border,
  .row .col_6 .box_bg .box_bg,
  .row .col_6 .box_bg .box_border,
  .row .col_6 .box_border .box_bg,
  .row .col_6 .box_border .box_border {
    height: auto;
  }
}
.googlemap,
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.googlemap iframe,
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section .box_bg:first-child,
.section_bg .box_bg:first-child,
.section .box_border:first-child,
.section_bg .box_border:first-child {
  margin-top: 0;
}

div.clearfix {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  div.clearfix {
    margin-bottom: 50px;
  }
}
.mce-content-body .link_anchor {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .mce-content-body .link_anchor {
    margin-top: 20px;
  }
}
.link_anchor {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: min(20px, 2.4vw);
}

.link_anchor li {
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  line-height: 1;
  margin: 0;
  align-items: baseline;
}

@media only screen and (max-width: 767px) {
  .link_anchor {
    display: flex;
    flex-wrap: wrap;
  }
  .link_anchor li {
    width: min(50% - 10px, 50% - 1.2vw);
    flex: none;
  }
  .link_anchor li a {
    display: flex;
    height: 100%;
  }
}
.link_anchor a {
  line-height: 1.3;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
  display: flex;
  align-items: center;
  border-radius: 24px;
  border: 1px solid #000057;
  color: #000057 !important;
  padding: 0.9em 1.25em;
  padding-right: 1.75em;
  width: 100%;
  color: #fff !important;
  background: #000057;
}

.link_anchor a::after,
.link_anchor a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}

.link_anchor a:before {
  display: none;
}

.link_anchor a::after {
  top: auto;
  bottom: auto;
}

.link_anchor a:hover {
  background: #000057;
  color: #fff !important;
}

.link_anchor a:hover {
  opacity: 0.7;
}

.link_anchor a::after {
  width: 15px;
  height: 15px;
  background: url("../img/common/btn_arrow.png") no-repeat center/cover;
  left: auto;
  right: 15px;
  transform: rotate(0deg);
  border: none;
}

.link_anchor a:hover::after {
  background: url("../img/common/hov_btn_arrow.png") no-repeat center/cover;
  transform: rotate(0deg);
}

.link_anchor a:after {
  background: url("../img/common/hov_btn_arrow.png") no-repeat center/cover;
}

@media only screen and (min-width: 768px) {
  .link_anchor li {
    flex: 0 0 100%;
    max-width: calc((100% - min(20px, 2.4vw)) / 2);
  }
  .link_anchor li a {
    height: 100%;
    display: flex;
  }
  .link_anchor.link_col_3 li {
    max-width: calc((100% - min(20px, 2.4vw) - min(20px, 2.4vw)) / 3);
  }
}
.ul_circle,
.ul_triangle,
.ul_check,
.ol_circle {
  margin-bottom: 24px;
}

.ul_circle:last-child,
.ul_triangle:last-child,
.ul_check:last-child,
.ol_circle:last-child {
  margin-bottom: 0;
}

.ul_circle li,
.ul_triangle li,
.ul_check li,
.ol_circle li {
  margin-top: 0;
  line-height: 1.5;
  /* 1.75 */
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}

.ul_circle li:last-child,
.ul_triangle li:last-child,
.ul_check li:last-child,
.ol_circle li:last-child {
  margin-bottom: 0;
}

.ul_circle li::before,
.ul_circle li::after,
.ul_triangle li::before,
.ul_triangle li::after,
.ul_check li::before,
.ul_check li::after,
.ol_circle li::before,
.ol_circle li::after {
  content: "";
  position: absolute;
  letter-spacing: 0;
}

.ul_circle + p,
.ul_triangle + p,
.ul_check + p,
.ol_circle + p {
  margin-bottom: 24px;
}

.ul_circle li::before {
  border-radius: 50%;
  background: #000057;
  height: 8px;
  left: 0;
  top: 12px;
  width: 8px;
}

.ul_check li {
  padding-left: 2em;
}

.ul_check li::before {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  height: 12px;
  left: 6px;
  margin-top: -2px;
  transform: rotate(50deg);
  top: 9px;
  width: 7px;
  z-index: 1;
}

.ul_check li:after {
  content: "";
  position: absolute;
  display: block;
  background: #dfb957;
  width: 20px;
  height: 20px;
  margin: auto;
  left: 0;
  right: auto;
  top: 7px;
  bottom: auto;
  z-index: 0;
  border-radius: 2px;
}

.ul_triangle li::before {
  left: 2px;
  border: 4px solid transparent;
  border-left: 6px solid #000057;
  top: 9.75px;
}

.ol_circle {
  counter-reset: ol_circle;
}

.ol_circle li {
  padding-left: 28px;
  position: relative;
}

.ol_circle li::before,
.ol_circle li:after {
  content: "";
  position: absolute;
}

.ol_circle li::before {
  background-color: #000057;
  border-radius: 50%;
  color: #fff;
  content: counter(ol_circle);
  counter-increment: ol_circle;
  display: block;
  font-size: 13.12px;
  height: 20px;
  left: 0;
  line-height: 19px;
  /* letter-spacing: 0.02em; */
  text-align: center;
  top: 8px;
  width: 20px;
  position: absolute;
}

@media only screen and (min-width: 768px) {
  ul.list_columns_2 {
    display: flex;
    gap: 12px 2%;
    flex-wrap: wrap;
  }
  ul.list_columns_2 li {
    width: 49%;
    margin: 0;
  }
  ul.list_columns_3 {
    display: flex;
    gap: 12px 2%;
    flex-wrap: wrap;
  }
  ul.list_columns_3 li {
    width: 32%;
    margin: 0;
  }
}
table {
  width: 100%;
  border-collapse: collapse;
}

table.table_address {
  background: none;
  margin-bottom: 1em;
  line-height: 1.5;
}

table.table_address:last-child {
  margin-bottom: 0;
}

table.table_address th,
table.table_address td {
  font-weight: 500;
}

table.table_address tbody tr th {
  text-align: left;
  float: none;
  padding: 1em 0 1em 1em;
}

table.table_address tbody tr th:first-child {
  border-top: 1px solid #000057;
  color: #2e2e2e;
  width: 25%;
  border-bottom: none;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  table.table_address tbody tr th:first-child {
    width: 35%;
  }
}
table.table_address tbody tr:last-child th:first-child {
  border-bottom: 1px solid #000057;
}

table.table_address tbody tr th,
table.table_address tbody tr td {
  text-align: left;
  padding: 1em 0 1em 1em;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

table.table_address tbody tr th:first-child,
table.table_address tbody tr td:first-child {
  color: #2e2e2e;
  border-bottom: 1px solid #000057;
  border-top: 1px solid #000057;
}

table.table_timetable {
  table-layout: fixed;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

table.table_timetable:last-child {
  margin-bottom: 0;
}

table.table_timetable th,
table.table_timetable td {
  background: none;
  padding: 0.8rem 0.2rem;
  text-align: center;
  border: none;
}

table.table_timetable thead {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

table.table_timetable thead th {
  background: none;
  color: #2e2e2e;
}

table.table_timetable thead th:first-child {
  width: 30%;
}

table.table_timetable tbody th {
  text-align: center;
}

table.table_timetable tbody th,
table.table_timetable tbody td {
  border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
  table.table_timetable {
    font-size: 90%;
  }
  table.table_timetable thead th:first-child {
    width: 35%;
  }
}
table.table_fee {
  table-layout: fixed;
  margin-bottom: 1em;
  line-height: 1.5;
}

table.table_fee:last-child {
  margin-bottom: 0;
}

table.table_fee th,
table.table_fee td {
  background: #fff;
  border: 1px solid #ddd;
  padding: 12px 8px;
  text-align: center;
  /* letter-spacing: 0.1em; */
}

table.table_fee thead th,
table.table_fee thead td {
  background: #8d8eca;
  color: #fff;
  text-align: center;
}

table.table_fee tbody th {
  background: #fff;
  text-align: left;
  vertical-align: middle;
  font-weight: 500;
}

table.table_fee tbody td {
  text-align: left;
}

table.table_fee tbody td:last-child {
  text-align: left;
}

@media (min-width: 768px) {
  table.table_fee th,
  table.table_fee td {
    padding: 15px 10px;
  }
  table.table_fee tbody th {
    padding-left: 1em;
  }
  table.table_fee tbody td {
    padding-right: 1em;
  }
}
table.table_fee2 {
  margin-bottom: 1em;
  line-height: 1.5;
}

table.table_fee2:last-child {
  margin-bottom: 0;
}

table.table_fee2 th,
table.table_fee2 td {
  background: #fff;
  border: 1px solid #ddd;
  padding: 15px 10px;
  text-align: center;
  /* letter-spacing: 0.1em; */
}

table.table_fee2 tbody th {
  background: #f5f5fc;
  text-align: left;
  vertical-align: middle;
  padding-left: 1em;
  width: 25%;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  table.table_fee2 tbody th {
    width: 35%;
  }
}
table.table_fee2 tbody td {
  text-align: left;
  padding-right: 1em;
}

table.table_fee2 tbody td:last-child {
  text-align: left;
}

table.table_fee_bg tbody tr th {
  background: #f5f5fc;
}

table.table_fee_right tbody tr td:last-child {
  text-align: right;
}

table.table_fee2_right tbody tr td:last-child {
  text-align: right;
}

@media (max-width: 767px) {
  table.table_stack_sp th,
  table.table_stack_sp td {
    display: block;
    border-bottom: none;
  }
  table.table_stack_sp {
    border-bottom: 1px solid #ddd;
  }
  table.table_stack_sp thead th {
    background: #8d8eca;
    color: #fff;
  }
  table.table_stack_sp tbody th {
    background: #f5f5fc;
    width: auto;
  }
  .thead_dn thead {
    display: none;
  }
  .thead_th_dn thead th {
    display: none;
  }
  .thead_td_db thead td {
    display: block;
  }
  .thead_td1_dn thead td:first-child {
    display: none;
  }
}
.consul {
  color: #000057 !important;
}

.consul2 {
  color: #8d8eca !important;
}

.js-scrollable,
.js-scrollable_pc {
  margin-bottom: 1em;
}

.js-scrollable table,
.js-scrollable_pc table {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .js-scrollable table,
  .js-scrollable_pc table {
    width: auto;
    min-width: 900px;
  }
}
.js-scrollable_pc table {
  width: auto;
  min-width: 768px;
}

.js-scrollable.scroll-hint {
  overflow-y: hidden !important;
}

.box_faq {
  border-bottom: 1px solid #ddd;
  padding-bottom: 28px;
  margin-bottom: 28px;
}

.box_faq:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.box_faq .question,
.box_faq .answer {
  padding: 6px 0px 6px 60px;
  position: relative;
}

.box_faq .question::before,
.box_faq .answer::before {
  border-radius: 20px;
  /* font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; */
  font-size: 26px;
  font-weight: 400;
  height: 40px;
  left: 0;
  letter-spacing: 0;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}

.box_faq .question {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}

.box_faq .question::before {
  content: "Q";
  color: #fff;
  background: #000057;
}

.box_faq .question .faq_title {
  cursor: pointer;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-top: 0;
  padding-right: 20px;
  position: relative;
}

.box_faq .question .faq_title::before,
.box_faq .question .faq_title::after {
  position: absolute;
  content: "";
  top: 12px;
  right: 0;
  background: #000057;
  border-radius: 1px;
  width: 16px;
  height: 3px;
}

.box_faq .question .faq_title::after {
  transform: rotate(90deg);
  transition: 0.3s;
}

.box_faq .question.open .faq_title::after {
  transform: rotate(0);
}

.box_faq .answer {
  display: none;
  padding-top: 37px;
}

.box_faq .answer p {
  margin-top: 0;
}

.box_faq .answer::before {
  content: "A";
  color: #fff;
  background: #8d8eca;
  top: 30px;
}

.flow-box {
  margin-bottom: 50px;
}

.flow-box:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .flow-box {
    margin-bottom: 40px;
  }
  .flow-box:last-child {
    margin-bottom: 0;
  }
}
.flow-block {
  border: 5px solid #fbf8ef;
  background: #fbf8ef;
  border-radius: 40px;
  margin-top: 82px;
  padding: 50px 34px;
  position: relative;
}

.flow-block:first-child {
  margin-top: 0;
}

.flow-block:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1250px) {
  .flow-block {
    padding: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .flow-block {
    padding: 24px 16px;
  }
}
.flow-block::after {
  content: "";
  bottom: -95px;
  border: 32px solid transparent;
  border-top-color: #8d8eca;
  left: 50%;
  margin-left: -32px;
  position: absolute;
}

@media only screen and (max-width: 767px) {
  .flow-block::after {
    bottom: -95px;
  }
}
.flow-block:last-child::after,
.flow-block.last::after {
  display: none;
}

.section_bg .flow-block {
  background: #fff;
}

.section_bg .flow-block::after {
  border-top-color: #8d8eca;
}

.flow-block .title {
  padding: 0;
  flex: 0 0 auto;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: bold;
  /* letter-spacing: 0.08em; */
  line-height: 1.4;
  margin-top: 0 !important;
  text-align: left;
  border: none;
  display: flex;
  color: #000057;
  align-items: center;
}

.flow-block .title:after,
.flow-block .title:before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .flow-block .title {
    padding: 0;
    font-size: 18px;
  }
}
.flow-block .title .num {
  display: block;
  border: #000057;
  background: #000057;
  margin-right: 0.5em;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  flex: none;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-style: normal;
  line-height: 28px;
  letter-spacing: 1px;
}

.flow-block .title .number_text {
  padding-top: 0;
  margin-top: -3px;
}

.footer {
  padding-top: 50px;
  background: url("../img/common/footer_bg.png") no-repeat center/cover;
  overflow: hidden;
  border-top: 2px solid #8d8eca;
}

.footer .sec_logo {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 464px;
}

.footer .footer_text {
  line-height: 23px;
  margin-top: 5px;
  /* font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; */
}

.footer .sec_title {
  font-size: 18px;
  line-height: 1;
  margin: 0 0 10px;
  color: #000057;
  letter-spacing: 0.02em;
}

.footer .sec_title2 {
  font-size: 18px;
  line-height: 1;
  color: #000057;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 2px solid #000057;
  position: relative;
}

.footer .sec_title2:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: auto;
  bottom: -2px;
  width: 40px;
  height: 2px;
  background: #9db8e0;
}

.footer .sec_text {
  margin-bottom: 15px;
  /* font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; */
}

.footer .sec_tel {
  font-size: 30px;
  line-height: 1;
  font-family: "Outfit", serif;
  margin: 10px 0 20px;
  position: relative;
  padding-left: 39.5px;
}

.footer .sec_tel a {
  color: #000057;
}

.footer .sec_tel:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 29.5px;
  height: 31.5px;
  background: url("../img/common/footer_icon01.png") no-repeat center/cover;
}

.footer .sec_btn_box {
  display: flex;
  margin-bottom: 20px;
}

.footer .sec_btn_box li {
  flex: auto;
}

.footer .sec_btn_box li a {
  transition: 0.2s;
}

.footer .sec_btn_box li a:hover {
  transition: 0.2s;
  opacity: 0.7;
}

.footer .sec_access {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
  gap: 0 20px;
  /* font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; */
}

.footer .sec_access .sec_span {
  display: block;
  width: 26.5px;
}

.footer .sec_access .sec_span2 {
  display: block;
  font-size: 18px;
  line-height: 20px;
}

.footer .sec_box {
  margin-bottom: 20px;
}

.footer .sec_box,
.footer .sec_box2 {
  background: #fff;
  padding: 30px 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1294117647),
    0 0 10px rgba(0, 0, 0, 0.1294117647);
  border-radius: 20px;
}

.footer .sec_img {
  margin: 0;
}

.footer .table_timetable th,
.footer .table_timetable td {
  font-size: 18px;
  border-bottom: none;
  /* font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; */
  font-weight: 400;
}

.footer .table_timetable thead {
  border-top: none;
}

.footer .table_timetable thead th,
.footer .table_timetable thead td {
  padding-top: 0;
}

.footer .table_timetable tbody {
  border-bottom: 1px solid #ddd;
}

.footer .table_timetable tbody th,
.footer .table_timetable tbody td {
  padding: 1.2rem 0.2rem;
}

.footer .table_timetable tbody tr:first-child th,
.footer .table_timetable tbody tr:first-child td {
  padding-bottom: 0;
}

.footer .table_timetable tbody tr:last-child th,
.footer .table_timetable tbody tr:last-child td {
  padding-top: 5px;
}

.footer .sitemap {
  text-align: center;
  margin-bottom: 30px;
}

.footer .sitemap a {
  /* font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; */
  text-decoration: none;
  color: #2e2e2e;
  position: relative;
  padding-left: 15px;
}

.footer .sitemap a:hover {
  text-decoration: underline;
}

.footer .sitemap a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 1px;
  background: #2e2e2e;
}

.footer .bridge_bnr {
  max-width: 200px;
}

.footer .btnstyle a {
  padding: 2.1rem 2.4rem;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .footer .table_timetable th,
  .footer .table_timetable td {
    font-size: 14px;
  }
  .footer .row {
    margin-bottom: 30px;
  }
  .footer .row .col_2:not(:first-child) {
    margin-top: 30px;
  }
  .footer .sec_logo {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto 25px;
  }
}
@media only screen and (min-width: 768px) {
  .footer {
    padding-top: 110px;
  }
  .footer .sec_title {
    font-size: 22px;
    margin: 0 0 10px;
    letter-spacing: 0.02em;
  }
  .footer .sec_title2 {
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .footer .sec_title2:after {
    bottom: -2px;
    width: 40px;
    height: 2px;
  }
  .footer .sec_text {
    margin-bottom: 15px;
  }
  .footer .sec_tel {
    font-size: 44px;
    margin: 0 0 15px;
    padding-left: 39.5px;
  }
  .footer .sec_box {
    margin-bottom: 35px;
  }
  .footer .sec_box,
  .footer .sec_box2 {
    padding: 40px;
  }
  .footer .row {
    margin-bottom: 100px;
  }
  .footer .btnstyle a {
    margin: 0;
  }
  .footer .bridge_bnr {
    max-width: 300px;
  }
}
.copyright {
  background: #9db8e0;
  color: #fff;
  margin-top: 50px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .copyright {
    padding: 10px 0 19%;
  }
}
@media only screen and (min-width: 768px) {
  .copyright {
    margin-top: 100px;
    padding: 10px 0 100px;
  }
}
.list_list dd a {
  color: #2e2e2e;
  text-decoration: none;
}

.list_list dd a:hover {
  text-decoration: underline;
}

.list_list dt {
  padding: 1em 0 0;
}

.list_list dt:first-child {
  padding-top: 0;
}

.list_list dd {
  padding: 0 0 1em;
}

.list_list dd:last-child {
  padding-bottom: 0;
}

.sec_tab .tab_item {
  display: none;
}

.sec_tab .tab_item.active {
  display: block;
}

.sec_tab .tab_btn_wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 20px !important;
}

.sec_tab .tab_btn_wrap li {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 20px;
  color: #fff;
  background: #9db8e0;
  position: relative;
  z-index: 0;
}

.sec_tab .tab_btn_wrap li:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: -32px;
  bottom: auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #9db8e0;
  z-index: -1;
}

.sec_tab .tab_btn_wrap li:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: -32px;
  bottom: auto;
  width: 64px;
  height: 64px;
}

.sec_tab .tab_btn_wrap li.tab_btn_icon01:before {
  background: url("../img/top/sec04_icon01.png") no-repeat center;
}

.sec_tab .tab_btn_wrap li.tab_btn_icon02:before {
  background: url("../img/top/sec04_icon02.png") no-repeat center;
}

.sec_tab .tab_btn_wrap li:hover {
  cursor: pointer;
  opacity: 0.8;
}

.sec_tab .tab_btn_wrap li.active {
  color: #fff;
  background: #000057;
}

.sec_tab .tab_btn_wrap li.active:after {
  background: #000057;
}

@media only screen and (max-width: 767px) {
  .sec_tab .tab_btn_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .sec_tab .tab_btn_wrap li {
    height: 60px;
    width: 49%;
    margin-right: 2%;
  }
  .sec_tab .tab_btn_wrap li:not(:first-child) {
    margin-top: 0;
  }
  .sec_tab .tab_btn_wrap li:nth-child(2n) {
    margin-right: 0;
  }
  .sec_tab .tab_btn_wrap li:nth-child(n + 3) {
    margin-top: 2%;
  }
  .sec_tab .tab_btn_wrap .tab_btn {
    font-size: 18px;
    line-height: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .sec_tab .tab_btn_wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 40px !important;
  }
  .sec_tab .tab_btn_wrap li {
    width: 26.55%;
    margin-right: 4%;
  }
  .sec_tab .tab_btn_wrap li:last-child {
    margin-right: 0;
  }
  .sec_tab .tab_btn_wrap .tab_btn {
    font-size: 32px;
  }
}
.loopslider_wrap {
  overflow: hidden;
}

.loopslider {
  animation: loopslider 120s linear infinite;
  display: flex;
  width: 2400px;
  height: 100%;
}

@keyframes loopslider {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1200px);
  }
}
@media only screen and (min-width: 768px) {
  .loopslider {
    animation: loopslider 140s linear infinite;
    width: 3840px;
  }
  @keyframes loopslider {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1920px);
    }
  }
}
.img_slider {
  max-width: 850px;
  margin: auto;
}

.img_slider img {
  border-radius: 0;
}

.img_slider .img_slide_thumb {
  margin-top: 10px;
}

.img_slider .img_slide_thumb img {
  padding: 0 2px;
}

.img_slider .img_slide_main .slick-prev,
.img_slider .img_slide_main .slick-next {
  width: 20px;
  height: 20px;
}

.img_slider .img_slide_main .slick-prev::before,
.img_slider .img_slide_main .slick-next::before {
  font-size: 20px;
}

.img_slider .img_slide_main .slick-prev {
  left: 5px;
  z-index: 1;
}

.img_slider .img_slide_main .slick-next {
  right: 5px;
}

.img_slider .img_slide_main .item {
  position: relative;
}

.img_slider .img_slide_main .img_slider_title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px 10px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .img_slider .img_slide_thumb img {
    padding: 0 5px;
  }
  .img_slider .img_slide_main .slick-prev,
  .img_slider .img_slide_main .slick-next {
    width: 30px;
    height: 30px;
  }
  .img_slider .img_slide_main .slick-prev::before,
  .img_slider .img_slide_main .slick-next::before {
    font-size: 30px;
  }
  .img_slider .img_slide_main .slick-prev {
    left: 20px;
  }
  .img_slider .img_slide_main .slick-next {
    right: 20px;
  }
}
.sec_top {
  margin: 0;
}

.sec_top h2,
.sec_top h3 {
  padding: 0;
  margin: 0;
  border: none;
  color: #2e2e2e;
}

.sec_top h2:before,
.sec_top h2:after,
.sec_top h3:before,
.sec_top h3:after {
  display: none;
}

.sec_top h2 {
  margin: 0 0 30px;
  text-align: center;
}

.sec_top h2 .sec_span {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.15em;
  font-weight: 500;
  font-family: "Outfit", serif;
  color: #8d8eca;
  display: block;
}

.sec_top h2 .sec_span .span_color {
  color: #171757;
}

.sec_top h2 .sec_span2 {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  display: block;
  position: relative;
  padding-top: 30px;
  color: #171757;
}

.sec_top h2 .sec_span2:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 10px;
  bottom: auto;
  width: 2px;
  height: 15px;
  transform: rotate(25deg);
  background: #171757;
}

.sec_top .sec_img {
  text-align: center;
  margin: auto;
}

.sec_top .sec_img img {
  margin: auto;
}

.sec_top .btnstyle a {
  padding: 2.1rem 2.4rem;
  font-size: 18px;
  font-weight: bold;
  max-width: 272px;
  border-radius: 35.5px;
}

@media only screen and (min-width: 768px) {
  .sec_top h2 {
    margin: 0 0 60px;
  }
  .sec_top h2 .sec_span {
    font-size: 120px;
    letter-spacing: 0.15em;
  }
  .sec_top h2 .sec_span2 {
    font-size: 34px;
    padding-top: 40px;
  }
  .sec_top h2 .sec_span2:after {
    top: 0;
    width: 2px;
    height: 25px;
  }
}
.sec01 {
  margin-top: 50px;
  padding: 0;
}

.sec01 .btnstyle a {
  color: #2e2e2e !important;
  border-color: #fff;
  background: #fff;
}

.sec01 .btnstyle a:after {
  background: url("../img/top/sec01_arrow.png") no-repeat center/cover;
}

.sec01 .sec_title {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 2px solid #9393b1;
  margin-bottom: 25px;
}

.sec01 .sec_title .sec_span1 {
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  font-family: "Outfit", serif;
  color: #fff;
}

.sec01 .sec_title .sec_span2 {
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  color: #eddfbb;
  padding-left: 1em;
}

.sec01 .sec_box {
  background: #fff;
  border-radius: 20px;
  padding: 20px 10px 30px;
  margin-bottom: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
}

.sec01 .sec_box2 {
  background: #fff;
  border-radius: 20px;
  padding: 15px 10px;
  gap: 0 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
  display: flex;
  align-items: center;
}

.sec01 .sec_img {
  margin-top: 30px;
}

.sec01 dl {
  border-bottom: 2px solid #9393b1;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.sec01 dl dt,
.sec01 dl dd {
  font-size: 18px;
  line-height: 36px;
  color: #fff;
}

.sec01 dl dt a,
.sec01 dl dd a {
  color: #fff !important;
}

.sec01 dl dd {
  border-bottom: 2px dashed #454563;
}

.sec01 dl dd:last-child {
  border-bottom: none;
}

.sec01 .row .col_2:last-child .sec_title {
  border-bottom: 2px solid #b9c3d8;
}

.sec01 .table_timetable thead {
  border-top: none;
}

.sec01 .table_timetable th,
.sec01 .table_timetable td {
  font-size: 18px;
}

.sec01 .table_timetable tbody {
  border-bottom: 1px solid #ddd;
}

.sec01 .table_timetable tbody th,
.sec01 .table_timetable tbody td {
  border-bottom: none;
}

.sec01 .sec_text {
  font-size: 18px;
  margin: 10px 0;
  /* font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; */
}

.sec01 .sec_access {
  display: flex;
  gap: 0 10px;
  margin: 0;
  padding: 12.5px 0;
  padding-right: 5px;
  align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
  border-right: 1px solid #8d8eca;
}

.sec01 .sec_access .sec_span1 {
  width: 26px;
  height: 24px;
}

.sec01 .sec_access .sec_span1 img {
  padding-bottom: 3px;
}

.sec01 .sec_access .sec_span2 {
  font-size: 18px;
  line-height: 1;
  color: #000057;
}

.sec01 .sec_text2 {
  font-size: 18px;
  line-height: 1;
}

.sec01 .sec_text2 .sec_span {
  color: #b2891f;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .sec01 .table_timetable th,
  .sec01 .table_timetable td {
    font-size: 18px;
  }
  .sec01 .container {
    max-width: 100%;
    width: 100%;
  }
  .sec01 .row .col_2 {
    margin: 0;
    padding: 50px 10px;
  }
  .sec01 .row .col_2:first-child {
    background: #171757;
  }
  .sec01 .row .col_2:last-child {
    background: #6a7fab;
  }
}
@media only screen and (min-width: 768px) {
  .sec01 {
    margin-top: 100px;
    padding: 80px 0;
    background: url("../img/top/sec01_bg.png") no-repeat center/cover;
  }
  .sec01 .row {
    gap: 0 10%;
  }
  .sec01 .row .col_2 {
    margin: 0;
    width: 45%;
  }
  .sec01 .sec_box {
    border-radius: 20px;
    padding: 20px 20px 40px;
    margin-bottom: 40px;
  }
  .sec01 .sec_box2 {
    padding: 20px 30px;
    gap: 0 20px;
  }
  .sec01 dl {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  .sec01 dl dt,
  .sec01 dl dd {
    font-size: 18px;
    line-height: 36px;
  }
  .sec01 .sec_title {
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
  .sec01 .sec_title .sec_span1 {
    font-size: 45px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .sec01 .sec_title .sec_span2 {
    font-size: 20px;
    line-height: 1;
    padding-left: 1em;
  }
  .sec01 .sec_access {
    gap: 0 20px;
    padding: 12.5px 0;
    padding-right: 20px;
  }
  .sec01 .sec_access .sec_span1 {
    width: 26px;
    height: 24px;
  }
  .sec01 .sec_access .sec_span1 img {
    padding-bottom: 3px;
  }
  .sec01 .sec_access .sec_span2 {
    font-size: 20px;
  }
  .sec01 .sec_text {
    font-size: 18px;
  }
  .sec01 .sec_text2 {
    font-size: 18px;
  }
}
.sec02 {
  padding: 50px 0;
  background: #fdfcf8;
}

.sec02 .sec_title {
  padding-bottom: 20px;
  border-bottom: 1px solid #171757;
  margin-bottom: 25px;
  text-align: left;
}

.sec02 .sec_title .sec_span1 {
  font-size: 30px;
  line-height: 1;
  font-weight: 500;
  font-family: "Outfit", serif;
  color: #6a7fab;
}

.sec02 .sec_title .sec_span1 .span_color {
  color: #171757;
}

.sec02 .sec_title .sec_span2 {
  font-size: 18px;
  line-height: 1;
  color: #171757;
  font-weight: 500;
  padding-left: 0.5em;
}

.sec02 dl dt,
.sec02 dl dd {
  font-size: 18px;
  line-height: 36px;
}

.sec02 dl dd {
  border-bottom: 2px dashed #c9d1e1;
}

.sec02 dl dd:last-child {
  border-bottom: none;
}

.sec02 .row {
  padding-bottom: 40px;
  border-bottom: 1px solid #171757;
}

@media only screen and (max-width: 767px) {
  .sec02 .btnstyle {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .sec02 {
    padding: 80px 0 85px;
  }
  .sec02 .sec_title {
    padding-left: 20px;
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
  .sec02 .sec_title .sec_span1 {
    font-size: 45px;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .sec02 .sec_title .sec_span2 {
    font-size: 20px;
    line-height: 1;
    padding-left: 1em;
  }
  .sec02 .row {
    align-items: center;
  }
  .sec02 .btnstyle a {
    margin: 0 0 0 auto;
  }
}
.sec03 {
  padding: 50px 0;
}

.sec03 .sec_box {
  padding: 30px 10px;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
  position: relative;
  z-index: 0;
}

.sec03 .sec_box:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 40px;
  top: -68px;
  bottom: auto;
  width: 100px;
  height: 70px;
  background: url("../img/top/sec03_icon_bg.png") no-repeat center/cover;
  z-index: -2;
}

.sec03 .sec_box:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

.sec03 .sec_btn a {
  display: flex;
  color: #2e2e2e;
  text-decoration: none;
  padding-bottom: 10px;
  border-bottom: 2px solid #b1b1b1;
  transition: 0.2s;
}

.sec03 .sec_btn a:hover {
  transition: 0.2s;
  opacity: 0.6;
}

.sec03 .sec_btn a:hover img {
  opacity: 1;
}

.sec03 .sec_btn a span {
  display: block;
}

.sec03 .sec_btn a .sec_span {
  display: flex;
  align-items: center;
  gap: 0 10px;
  position: relative;
  width: 100%;
  padding-right: 20px;
}

.sec03 .sec_btn a .sec_span:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  background: url("../img/top/sec01_arrow.png") no-repeat center/cover;
}

.sec03 .sec_btn a .sec_icon {
  width: 30px;
}

.sec03 .sec_btn a .sec_title {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  width: calc(100% - 40px);
}

.sec03 .sec_btn a .sec_title .sec_li {
  display: inline;
  letter-spacing: -0.2em;
}

.sec03 .row .col_4 {
  display: flex;
}

.sec03 .row .col_4 .sec_btn {
  display: flex;
  flex-grow: 1;
}

.sec03 .row .col_4 .sec_btn a {
  flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  .sec03 {
    background: #ece7d4;
  }
  .sec03 h2 {
    margin-bottom: 90px;
  }
  .sec03 .row {
    gap: 10px 2%;
  }
  .sec03 .row .col_4 {
    margin: 0;
  }
  .sec03 .row .col_4:last-child {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .sec03 {
    padding: 100px 0 370px;
    background: url("../img/top/sec03_bg.png") no-repeat center bottom/cover;
  }
  .sec03 .sec_box {
    padding: 70px 60px;
    border-radius: 40px;
  }
  .sec03 .sec_box:after {
    right: 70px;
    top: -170px;
    width: 262px;
    height: 183px;
  }
  .sec03 .sec_box:before {
    border-radius: 40px;
  }
  .sec03 .row {
    gap: 45px 2.5%;
    justify-content: center;
  }
  .sec03 .row .col_4 {
    width: 23.125%;
    margin: 0;
  }
  .sec03 .row .col_4:last-child {
    width: 48.75%;
  }
  .sec03 .row .col_4:last-child .sec_title {
    letter-spacing: -0.1em;
  }
  .sec03 .sec_btn a {
    padding-bottom: 17px;
  }
  .sec03 .sec_btn a .sec_span {
    gap: 0 15px;
    padding-right: 20px;
  }
  .sec03 .sec_btn a .sec_icon {
    width: 53px;
  }
  .sec03 .sec_btn a .sec_title {
    font-size: 22px;
    line-height: 27px;
    width: calc(100% - 68px);
  }
}
.sec04 {
  padding: 50px 0;
}

.sec04 .btnstyle a {
  font-size: 16px;
  line-height: 18px;
  background: #fff;
  justify-content: center;
  align-items: center;
  border: 1px solid #000057;
  color: #2e2e2e !important;
  height: 71px;
  display: flex;
  padding: 0;
  max-width: 500px;
  padding-right: 12px;
}

.sec04 .btnstyle a:after {
  background: url("../img/top/sec01_arrow.png") no-repeat center/cover;
  right: 6px;
}

@media only screen and (max-width: 767px) {
  .sec04 .sec_img {
    max-width: 75%;
    margin-bottom: 25px;
  }
  .sec04 .btnstyle a:after {
    width: 15px;
    height: 15px;
  }
  .sec04 .sec_box {
    padding: 60px 10px 30px;
    padding-left: 0;
    z-index: 0;
    position: relative;
  }
  .sec04 .sec_box:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: -10px;
    right: auto;
    top: 0;
    bottom: 0;
    width: calc(100% + 10px);
    height: 100%;
    border-radius: 0 20px 20px 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
    z-index: -1;
  }
}
@media only screen and (min-width: 768px) {
  .sec04 {
    padding: 0 0 115px;
    background: url("../img/top/sec04_bg.png") no-repeat center top/cover;
  }
  .sec04 h2 {
    max-width: 573px;
    margin: 0 0 0 auto;
    margin-bottom: 55px;
    padding-top: 130px;
  }
  .sec04 .btnstyle a {
    font-size: 20px;
    line-height: 21px;
    padding-right: 20px;
  }
  .sec04 .btnstyle a:after {
    right: 15px;
  }
  .sec04 .sec_box {
    padding: 117px 70px 70px 0;
    z-index: 0;
    position: relative;
  }
  .sec04 .sec_box:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: -20px;
    right: auto;
    top: 0;
    bottom: 0;
    width: calc(100% + 20px);
    height: 100%;
    border-radius: 0 40px 40px 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
    z-index: -1;
  }
  .sec04 .row {
    gap: 38px 2%;
  }
  .sec04 .row .col_3 {
    margin: 0;
  }
}
@media only screen and (min-width: 1239px) {
  .sec04 .sec_box {
    padding: 117px 70px 70px 0;
  }
  .sec04 .sec_box:after {
    left: calc((100vw - 1200px) / 2 * -1);
    width: calc(100% + (100vw - 1200px) / 2);
    border-radius: 0 40px 40px 0;
  }
}
.sec05 {
  padding: 0;
  background: url("../img/top/sp_sec05_bg.png") no-repeat center top/100%;
}

.sec05 .sec05_title {
  font-size: 18px;
  line-height: 1;
  color: #000057;
  font-weight: 500;
  background: #fff;
  border-radius: 0 0 20px 20px;
  padding: 20px 20px;
  margin: 0 0 20px;
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.sec05 .sec05_title_sub {
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-family: "Outfit", serif;
  font-weight: 500;
  color: #fff;
  margin: 0;
  margin-bottom: 40% !important;
}

.sec05 .sec_title {
  font-size: 22px;
  line-height: 32px;
  margin: 0;
  font-weight: 500;
  color: #000057;
  text-align: center;
}

.sec05 .title_box {
  position: relative;
  z-index: 0;
  margin: 0 0 10px;
}

.sec05 .sec_no {
  font-size: 80px;
  line-height: 1;
  color: #c0d7f9;
  font-weight: 500;
  font-family: "Outfit", serif;
  position: absolute;
  margin: auto;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.sec05 .sec_text {
  font-size: 18px;
  line-height: 34px;
  /* font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; */
}

.sec05 .row1 {
  margin-bottom: 30px;
}

.sec05 .sec_img {
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .sec05 .title_box {
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 10px;
    padding: 0 40px;
    min-height: 70px;
    display: flex;
    align-items: center;
  }
  .sec05 .sec_img img {
    max-width: 80%;
    margin: auto;
  }
  .sec05 .row .col_3,
  .sec05 .row .col_4 {
    margin: 0;
  }
  .sec05 .row .col_3:not(:first-child),
  .sec05 .row .col_4:not(:first-child) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .sec05 {
    padding: 0 0 0;
    background: url("../img/top/sec05_bg.png") no-repeat center top/cover;
  }
  .sec05 .row1 {
    margin-bottom: 50px;
  }
  .sec05 .row2 {
    gap: 10px 2%;
  }
  .sec05 .row2 .col_4 {
    margin: 0;
  }
  .sec05 .row2 .col_4:nth-child(even) {
    margin-top: 50px;
  }
  .sec05 .row2 .col_4:nth-child(2) .sec_no {
    top: -20px;
  }
  .sec05 .row2 .col_4:nth-child(3) .sec_no {
    top: -55px;
  }
  .sec05 .row2 .col_4:nth-child(4) .sec_no {
    top: -40px;
  }
  .sec05 .row2 .col_4:nth-child(5) .sec_no {
    top: -10px;
  }
  .sec05 .row2 .col_4:nth-child(6) .sec_no {
    top: -40px;
  }
  .sec05 .row2 .col_4:nth-child(7) .sec_no {
    top: -10px;
  }
  .sec05 .row2 .col_4:nth-child(8) .sec_no {
    top: -65px;
  }
  .sec05 .sec_img {
    margin-bottom: 15px;
  }
  .sec05 .sec_title {
    font-size: 28px;
    line-height: 40px;
  }
  .sec05 .sec_no {
    font-size: 130px;
    margin: auto;
    left: auto;
    right: 0;
    top: -30px;
    bottom: 0;
  }
  .sec05 .sec_text {
    padding: 0 30px;
  }
  .sec05 .container_wd {
    width: 1465px;
  }
  .sec05 .sec05_title {
    font-size: 34px;
    padding: 41.5px 34px;
    letter-spacing: 0.1em;
  }
  .sec05 .sec05_title_sub {
    font-size: 120px;
    margin-bottom: 230px !important;
  }
  .sec05 .row1 .col_3:nth-child(even) {
    margin-top: 55px;
  }
}
@media screen and (min-width: 1470px) {
  .sec05 .sec_title {
    font-size: 34px;
    line-height: 48px;
  }
}
.sec06 {
  padding: 50px 0 0;
}

.sec06 .sec_box {
  position: relative;
}

.sec06 .sec_title {
  font-size: 18px;
  line-height: 1;
  color: #000057;
  font-weight: 500;
  background: #fff;
  border-radius: 0 0 20px 0;
  padding: 20px 20px;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
  position: absolute;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.sec06 .sec_text {
  font-size: 18px;
  line-height: 30px;
  /* font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; */
}

.sec06 .sec_sub {
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: -30px auto 15px !important;
  font-family: "Outfit", serif;
  color: #c1d8fa;
  text-align: center;
}

.sec06 .sec_name {
  text-align: center;
  /* font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; */
  font-weight: 500;
  line-height: 1;
}

.sec06 .sec_name .sec_span1 {
  font-size: 18px;
  color: #6693d6;
  padding-right: 1em;
}

.sec06 .sec_name .sec_span2 {
  font-size: 24px;
}

.sec06 .sec_name .sec_span3 {
  font-size: 14px;
  color: #bdbdbd;
  padding-left: 1em;
}

@media only screen and (min-width: 768px) {
  .sec06 {
    padding: 85px 0 110px;
    background: url("../img/top/sec06_bg.png") no-repeat center bottom;
  }
  .sec06 .sec_text {
    font-size: 18px;
    line-height: 34px;
  }
  .sec06 .sec_title {
    font-size: 34px;
    border-radius: 0 0 20px 0;
    padding: 41.5px 34px;
    letter-spacing: 0.1em;
  }
  .sec06 .sec_text {
    font-size: 18px;
    line-height: 30px;
  }
  .sec06 .sec_sub {
    font-size: 120px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin: -50px auto 15px !important;
  }
  .sec06 .sec_name .sec_span1 {
    font-size: 20px;
    padding-right: 1em;
  }
  .sec06 .sec_name .sec_span2 {
    font-size: 32px;
  }
  .sec06 .sec_name .sec_span3 {
    font-size: 15px;
    padding-left: 1em;
  }
}
.sec07 {
  padding: 50px 0;
}

.sec07 .sec_title {
  font-size: 22px;
  line-height: 1;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #000057;
  position: relative;
  padding-left: 33px;
}

.sec07 .sec_title:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 23px;
  height: 22px;
  background: url("../img/top/sec07_icon.png") no-repeat center/cover;
}

.sec07 .sec_bnr {
  margin-bottom: 30px;
}

.sec07 .sec_box {
  padding: 30px 20px;
  border-radius: 40px;
  background: #f4f6f8;
}

.sec07 .sec_list {
  margin: 0;
}

.sec07 .sec_list li {
  font-size: 18px;
  /* font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; */
}

.sec07 .sec_list li a {
  color: #2e2e2e;
}

@media only screen and (max-width: 767px) {
  .sec07 .col_2 {
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .sec07 {
    padding: 100px 0;
  }
  .sec07 .sec_bnr {
    margin-bottom: 100px;
  }
  .sec07 .sec_title {
    font-size: 28px;
  }
  .sec07 .sec_list li {
    font-size: 22px;
  }
  .sec07 .sec_box {
    padding: 40px;
  }
  .sec07 .row {
    align-items: center;
  }
  .sec07 .row .col_2:first-child {
    width: 29%;
  }
  .sec07 .row .col_2:last-child {
    width: 67%;
    padding-left: 6%;
    border-left: 1px solid #c3c9cf;
    display: flex;
    gap: 0 2%;
  }
  .sec07 .row .col_2:last-child .sec_list:first-child {
    width: 33%;
  }
  .sec07 .row .col_2:last-child .sec_list:last-child {
    width: 40%;
  }
}
.preparation_text {
  position: relative;
}

.preparation_text:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: #000;
}

.preparation_text:after {
  content: "決定次第、お知らせします";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
  text-align: center;
  height: -moz-fit-content;
  height: fit-content;
}

.mce-content-body {
  /* 月間予約カレンダー、複合カレンダー、時間割カレンダー、リストカレンダー、ミックスカレンダー、月リストカレンダー */
  /* 指定日予約状況表示 */
  /* ミックスカレンダーデイリー */
  /* 予約フォーム */
  /* Ver.1.34.2 オプション選択肢料金非表示設定 */
  /* 予約フォーム料金表 */
  /* 予約フォーム　同意書　送信ボタン */
  /* 予約フォーム オプション表示項目 */
  /* 予約確認 キャンセル */
}

.mce-content-body .list-monthly-calendar,
.mce-content-body .mix-calendar,
.mce-content-body .list-calendar,
.mce-content-body .timetbale-calendar,
.mce-content-body .multiple-calendar,
.mce-content-body .monthly-calendar {
  margin-bottom: 1.5em;
}

.mce-content-body .list-calendar h3,
.mce-content-body .timetable-calendar h3,
.mce-content-body .multiple-calendar h3,
.mce-content-body .monthly-calendar h3 {
  font-size: 1.1em;
  margin: 0.5em 0;
}

.mce-content-body .calendar-caption {
  font-size: 1.2em;
}

.mce-content-body .mix-calendar th,
.mce-content-body .timetable-calendar th,
.mce-content-body .multiple-calendar th,
.mce-content-body .monthly-calendar th {
  font-size: 1.1em;
}

.mce-content-body .monthly-prev-next {
  font-size: 1em;
}

.mce-content-body .calendar-time-mark,
.mce-content-body .calendar-mark,
.mce-content-body .calendar-time-disable {
  font-size: 1.4em;
}

.mce-content-body .calendar-time-mark {
  line-height: 1.5em;
}

.mce-content-body .calendar-time-mark .time-string,
.mce-content-body .calendar-mark .article-name {
  font-size: 0.8em;
}

.mce-content-body .day-calendar {
  margin-bottom: 1.5em;
}

.mce-content-body .day-calendar h3 {
  font-size: 1.1em;
}

.mce-content-body .day-calendar th,
.mce-content-body .day-calendar td {
  font-size: 1em;
}

.mce-content-body th.day-left {
  line-height: 2.5em;
}

.mce-content-body td.day-right {
  font-size: 1.5em;
}

.mce-content-body .day-mix-calendar {
  margin-bottom: 1.5em;
}

.mce-content-body .day-mix-calendar th,
.mce-content-body .day-mix-calendar td {
  font-size: 1em;
}

.mce-content-body .mix-dayrow.space-line {
  height: 1em;
}

.mce-content-body .content-form {
  margin-bottom: 1em;
}

.mce-content-body .content-form .form-message {
  margin-bottom: 1em;
  padding: 0.5em;
}

.mce-content-body .content-form fieldset {
  margin: 0 0 1.5em 0;
}

.mce-content-body .content-form legend {
  font-size: 1.1em;
}

.mce-content-body .content-form th {
  font-size: 1em;
  line-height: 2.2em;
}

.mce-content-body .content-form td {
  font-size: 0.9em;
}

.mce-content-body .content-form input,
.mce-content-body .content-form textarea {
  font-size: 1em;
}

.mce-content-body .content-text.small {
  width: 3em;
}

.mce-content-body .input-number {
  margin-right: 1em;
}

.mce-content-body .content-form .booking-seimei {
  width: 3em;
}

.mce-content-body .bill-details td {
  padding-right: 0.5em;
}

.mce-content-body .bill-total,
.mce-content-body .bill-tax {
  padding-right: 1.5em;
}

.mce-content-body #terms-conditions,
.mce-content-body #accedence-box,
.mce-content-body #button-message {
  margin: 1em 0;
}

.mce-content-body .content-form input.booking-option-number {
  width: 3em;
}

.mce-content-body .content-form label.field-item {
  margin-right: 0.4em;
}

.mce-content-body .content-form label.field-item input {
  margin-right: 0.15em;
}

.mce-content-body .content-form select {
  font-size: 1em;
  padding: 0.1em 0.15em;
}

.mce-content-body .subscription-title {
  font-size: 1.2em;
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
} /*# sourceMappingURL=fix.css.map */

/* テーブル修正 */
@media (max-width: 767px) {
  body:not(.home) table.table_stack_sp th,
  body:not(.home) table.table_stack_sp td {
    display: table-cell;
    font-size: 14px;
  }

  .page_recruit table.table_stack_sp th,
  .page_recruit table.table_stack_sp td {
    display: block !important;
    font-size: 18px !important;
  }
}

/* 当院が求める人材 修正 /recruit */
.page-name-recruit-box {
  background-color: #55c3bf;
  box-shadow: 6px 6px 0 #3c9895;
}

.page-name-recruit-box:nth-child(even) {
  background-color: #d0b07f;
  box-shadow: 6px 6px 0 #a68551;
}

@media (max-width: 767px) {
  .page-name-recruit-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* スタッフの声 修正 /recruit */
.fix_page_recruit.section_bg {
  background: #fbf8ef;
  position: relative;
  z-index: -1;
}

/* h4 疑似要素削除 修正 /recruit */
.mce-content-body h4:after {
  content: none;
}

/* h4 頭文字スタイル変更 修正 /recruit */
.page-name-recruit .mce-content-body h4::first-letter {
  color: unset;
  font-size: unset;
}

/* h4 スタイル変更 修正 /recruit */
.page-name-recruit .mce-content-body h4 {
  font-size: clamp(16px, 4vw, 20px);
  position: relative;
  padding-bottom: 6px;
  border-bottom: unset;
  padding-left: 0;
}

.page-name-recruit .mce-content-body h4::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 30px;
  background: #78a26e;
  z-index: 1;
}

.page-name-recruit .mce-content-body h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  background: #bfd6b9;
  top: auto;
}

/* テキスト追加 修正 /トップページ */
@media (min-width: 768px) {
  .home .sec05 .row2 {
    gap: 50px 2%;
  }
}

/* ドロワーメニュー 修正 /トップページ */
@media (min-width: 768px) {
  .global_nav .menu-item > .sub-menu_wrap h3 {
    border-bottom: 5px solid #fff;
  }

  .global_nav .menu-item > .sub-menu_wrap .sub-menu {
    padding-left: 20px;
  }
}

/* 2025.05.21 */

@media (max-width: 767px) {
  body:not(.home) table.fix_table.table_stack_sp th.fix_th {
    width: 57vw;
  }
}

@media (max-width: 767px) {
  .header_logo {
    width: 58%;
  }
}

table.table_unset {
  table-layout: unset;
}

@media (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

@media (max-width: 767px) {
  .width_change {
    width: 106px;
  }
}

.echography_table h6 {
  font-weight: 900;
}

@media only screen and (max-width: 767px) {
  .js-scrollable .healthcheck {
    min-width: 780px;
  }
}


@media (max-width: 767px) {
  .wt-98 {
    width: 98px !important;
  }
}












.page-name-recruit-box {
  font-size: 28px;
  max-width: 380px;
  letter-spacing: .1em;
  line-height: 2;
  height: 270px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  box-shadow: unset;
  border-radius: 100px;
  padding: 4px;
}

  @media (max-width : 767px) {
  .page-name-recruit-box {
     font-size: 14px;
    height: calc(280 / 750 * 100vw);
    letter-spacing: 0;
    border-radius: 40px;
  }
  }


.page-name-recruit-box:nth-child(even) {
  box-shadow: unset;
}

.bg_unset {
  background: unset !important;
}

.pd0 {
  padding: 0 !important;
}

.page-name-recruit-grid {
  max-width: 1200px;
}

  @media (max-width : 767px) {
  .page-name-recruit-grid {
    gap: 12px;
}
  }


.sp_tab {
  display: none;
}

  @media (max-width : 999px) {
  
.sp_tab {
    display: block;
}
  }

