@charset "UTF-8";

.wpcf7 dl {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px dashed #ccc;
}

.wpcf7 dl dt,
.wpcf7 dl dd {
  padding: 10px 5px;
}

.wpcf7 dl dt {
  clear: both;
  float: left;
}

.wpcf7 dl dd {
  padding-left: 14em;
  border-bottom: 1px dashed #ccc;
}

.wpcf7 dl dd input {
  max-width: 90%;
  width: 500px;
  font-size: inherit;
  padding: 10px;
}

.wpcf7 dl dd.radio01 input {
  max-width: 48%;
  width: auto;
}

.wpcf7 dl dd .radio input,
.wpcf7 dl dd .heckbox input {
  width: auto;
}

.wpcf7 dl dd .radio01 span.wpcf7-list-item,
.wpcf7 dl dd .sexes span.wpcf7-list-item,
.wpcf7 dl dd .correspondence span.wpcf7-list-item,
.wpcf7 dl dd .course span.wpcf7-list-item,
.wpcf7 dl dd .health-insurance span.wpcf7-list-item {
  display: block;
}

.wpcf7 dl dd p {
  margin-bottom: 0;
}

.wpcf7 dl dd textarea {
  max-width: 90%;
  width: 500px;
  font-size: inherit;
  font-family: var(--font-yugo);
}

.wpcf7 dl .mf {
  font-size: 80%;
  color: #EA0000;
  padding-left: 3px;
}

.wpcf7 dl .ex,
.wpcf7 dl .subtxt {
  font-size: 75%;
  color: #999;
  line-height: 1.4em;
  display: inline-block;
}

.wpcf7 dl dt .requisite,
.wpcf7 dl .attention {
  font-size: 78%;
  color: #f45000;
}

.wpcf7 dl .wpcf7-not-valid-tip {
  font-size: 76%;
  color: #af2223;
}

.wpcf7 .btn-style {
  text-align: center !important;
  position: relative;
  margin-bottom: 2em !important;
}

.wpcf7 .btn-style input {
  width: 120px;
  font-size: 16px;
  padding: 0.7em 1em;
  border-radius: 5px;
  background: var(--main_color);
  color: #fff;
  border: 0;
  cursor: pointer;
}

.wpcf7 .btn-style input:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.wpcf7 .btn-style .wpcf7-spinner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
}

@media (max-width: 767px) {
  .wpcf7 dl dt {
    float: none;
    margin-bottom: 0em;
    padding-bottom: 2px;
  }

  .wpcf7 dl dd {
    padding-left: 5px;
    padding-top: 5px;
  }

  .wpcf7 dl dd input,
  .wpcf7 dl dd textarea {
    padding: 5px 2px;
    border: 1px solid #ccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    max-width: 100%;
    width: 100%;
  }

  .wpcf7 .block-inner {
    margin-bottom: 1em;
  }
}

h2 {
  font-family: var(--font-serif);
}

.page-title h2 {
  color: #fff;
  min-width: 150px;
  font-size: clamp(26px, 2.88vw, 36px);
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 0 auto;
  padding: 2.5em 1.5em;
  font-weight: 700;
  background: url(../img/common/under_title.jpg) no-repeat center/cover;
}

@media (max-width: 767px) {
  .page-title h2 {
    padding: 1.5em 0.5em;
  }
}

h3,
h4,
h5,
h6 {
  font-family: var(--font-serif);
  line-height: 1.4;
  font-weight: 700;
}

.entry-block h3,
h3 {
  text-align: center;
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.3333333333;
  padding-top: 50px;
  position: relative;
  font-weight: 400;
  margin: 0 auto clamp(20px, 4vw, 50px);
}

.entry-block h3:before,
h3:before {
  content: "";
  width: 40px;
  height: 36px;
  background: url(../img/common/ic-h3.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

h4 {
  font-size: clamp(22px, 1.92vw, 24px);
  border-bottom: solid 1px var(--text-color);
  padding: 10px 0 5px 35px;
  margin: 0 auto clamp(15px, 2vw, 25px);
  position: relative;
  font-weight: 400;
}

h4:before {
  content: "";
  width: 29px;
  height: 27px;
  background: url(../img/common/ic-h4.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

h5 {
  font-size: clamp(19px, 1.76vw, 22px);
  border: solid 1px var(--text-color);
  display: inline-block;
  padding: 5px 10px 1px;
  margin: 0 auto clamp(15px, 1.6vw, 20px);
  background: #fff;
}

h5.typeA {
  display: block;
  background: transparent;
  text-align: center;
  border: 0;
}

h5.h6-design {
  font-size: clamp(18px, 1.6vw, 20px);
  margin: 0 auto clamp(15px, 1.6vw, 20px);
  padding-left: 19px;
  position: relative;
  border: 0;
  background: transparent;
}

h5.h6-design:before {
  content: "";
  width: 8px;
  height: 2px;
  background-color: #93cfa3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

h6 {
  font-size: clamp(18px, 1.6vw, 20px);
  margin: 0 auto clamp(15px, 1.6vw, 20px);
  padding-left: 19px;
  position: relative;
}

h6:before {
  content: "";
  width: 8px;
  height: 2px;
  background-color: #93cfa3;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

p+h3 {
  margin-top: clamp(40px, 6.4vw, 80px);
}

p+h4 {
  margin-top: clamp(20px, 4vw, 40px);
}

p+h5,
p+h6 {
  margin-top: clamp(15px, 1.6vw, 20px);
}

p+h6 {
  margin-top: clamp(20px, 2.4vw, 30px);
}

*+h5 {
  margin-top: clamp(20px, 2.4vw, 30px);
}

.entry-block {
  padding-bottom: 1.5em;
  margin-bottom: 2em;
  border-bottom: 1px dotted #ccc;
}

.entry-block:not(:last-child) {
  margin: 0;
}

.entry-block .dateBlock {
  font-size: 13px;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

.entry-block h3 {
  text-align: left;
  font-size: clamp(16px, 1.44vw, 18px);
  padding: 0;
  margin: 0;
}

.entry-block h3:before {
  display: none;
}

.entry-block h4 {
  font-size: clamp(14px, 1.28vw, 16px);
  padding-left: 28px;
}

.entry-block h4:before {
  width: 23px;
  height: 22px;
}

.entry-block a {
  text-decoration: none;
}

.entry-block ol {
  counter-reset: li;
  list-style: none;
  padding-left: 0;
}

.entry-block ol:not(:last-child) {
  margin-bottom: 1.2em;
}

.entry-block ol>li {
  position: relative;
  padding-left: 2.5em;
}

.entry-block ol>li:not(:last-child) {
  margin-bottom: 0.5em;
}

.entry-block ol>li:before {
  content: counter(li) "";
  counter-increment: li;
  position: absolute;
  left: 10px;
  color: #fff;
  width: 1.7em;
  height: 1.7em;
  background: var(--main_color);
  border-radius: 50px;
  line-height: 1.8;
  text-align: center;
  font-size: 90%;
}

.entry-block ul {
  padding-left: 1em;
}

.entry-block ul:not(:last-child) {
  margin-bottom: 1em;
}

.entry-block ul li {
  padding-left: 15px;
  position: relative;
}

.entry-block ul li:before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: var(--main_color);
  border-radius: 50%;
  position: absolute;
  top: 0.4em;
  left: 0;
}

.entry-block table {
  width: 100%;
}

.entry-block table:not(:last-child) {
  margin-bottom: 1em;
}

.entry-block table td,
.entry-block table th {
  border: 1px solid;
  font-size: 14px;
  padding: 5px;
  width: auto !important;
  display: table-cell;
  text-align: center;
}

.entry-block h2 {
  background: var(--main_color);
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 20px;
  font-size: clamp(20px, 1.76vw, 22px);
}

.entry-block iframe {
  max-width: 100%;
  width: 100%;
}

.entry-block iframe:not(:last-child) {
  margin-bottom: 1em;
}

@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .entry-block a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .entry-block a:hover {
    color: #ec6d88;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media (max-width: 767px) {
  .entry-block iframe {
    height: 350px;
  }
}

.pager {
  font-size: 88%;
  margin: 3em auto;
}

.pager span.current,
.pager a {
  display: inline-block;
  margin-right: 5px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #fff;
  text-decoration: none;
  color: #51504e;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (min-width: 768px) and (hover: hover) and (pointer: fine) {

  .pager span.current:hover,
  .pager a:hover {
    color: #fff;
    background: var(--sub_color);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.pager span.current {
  color: #fff;
  background: var(--sub_color);
}

body.single h3 {
  border-bottom: solid 2px var(--text-color);
  padding: 0 0 5px;
  margin: 10px 0 20px;
}

body.single img+p {
  margin-top: 1em !important;
}

.menu-blog h3 {
  padding: 10px 10px !important;
  color: #fff;
  background: var(--text-color);
  font-size: clamp(16px, 1.6vw, 20px);
  margin-bottom: 20px;
}

.menu-blog h3:before {
  display: none;
}

.menu-blog .category li:not(:last-child) {
  margin-bottom: 10px;
}

.menu-blog .category li a {
  text-decoration: none;
  position: relative;
  padding-left: 20px;
}

.menu-blog .category li a:before {
  content: "";
  border-top: solid 1px var(--text-color);
  border-right: solid 1px var(--text-color);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 5px;
  height: 5px;
}

.menu-blog .category li .children {
  padding-left: 20px;
  margin-top: 10px;
}

.menu-blog .category>li:not(:last-child) {
  margin-bottom: 20px;
}

@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .menu-blog li a:before {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .menu-blog li a:hover {
    color: #ec6d88;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .menu-blog li a:hover:before {
    border-color: #ec6d88;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media (max-width: 767px) {
  .menu-blog {
    margin-bottom: 10%;
  }
}

.info.box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 5px 0 #58443f;
  box-shadow: 0 0 5px 0 #58443f;
  background: #fff;
  border: 1px solid #58443f;
  width: calc(100% - 10px);
  margin: 50px auto;
  padding: 20px;
}

.info.box .contents {
  background: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: normal;
  -ms-flex-pack: normal;
  justify-content: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info.box .contents .image {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #58443f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45%;
  margin-right: 5%;
  padding: 20px;
}

@media (max-width: 767px) {
  .info.box .contents .image {
    width: 100%;
    margin: 10px auto;
  }
}

.info.box .contents .btn {
  background: #152f77;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  display: block;
  max-width: 160px;
  width: 100%;
  margin: 20px auto auto;
  padding: 5px 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #06C755;
}

.info.box .contents table th,
.info.box .contents table td {
  border: 0;
  text-align: left;
}

.info.box .contents table th {
  width: 50px !important;
}

@media (min-width: 768px) {
  .list-column2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .list-column3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .list-column2 li,
  .list-column3 li {
    height: 100%;
  }

  .list-column2 li a,
  .list-column3 li a {
    height: 100%;
  }
}

.ul01:not(:last-child) {
  margin-bottom: 1em;
}

.ul01 li {
  padding-left: 15px;
  position: relative;
}

.ul01 li:before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: var(--main_color);
  border-radius: 50%;
  position: absolute;
  top: 0.4em;
  left: 0;
}

.ul02:not(:last-child) {
  margin-bottom: 1em;
}

.ul02 li {
  padding-left: 15px;
  position: relative;
}

.ul02 li:before {
  content: "";
  width: 9px;
  height: 9px;
  border: solid 2px var(--main_color);
  border-radius: 50%;
  position: absolute;
  top: 0.45em;
  left: 0;
}

.ul_check:not(:last-child) {
  margin-bottom: 1em;
}

.ul_check li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.8em;
}

.ul_check li:before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  background: var(--main_color);
  top: 4px;
  left: 5px;
}

.ul_check li:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 10;
}

.ul_arrow {
  margin-bottom: clamp(40px, 6.4vw, 80px);
}

.ul_arrow li a {
  background: #fff;
  color: var(--sub_color);
  border: solid 1px var(--sub_color);
  border-radius: 5px;
  text-decoration: none;
  display: block;
  padding: 10px 32px 9px 20px;
  font-size: clamp(16px, 2.08vw, 17px);
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}

.ul_arrow li a:after {
  content: "";
  width: 8px;
  height: 9px;
  background-color: var(--sub_color);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ul_arrow li a:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--sub_color);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  margin: auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: -1;
}

.ul_arrow li a:hover {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ul_arrow li a:hover:after {
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.ul_arrow li a:hover:before {
  right: 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

@media (max-width: 767px) {
  .ul_arrow li:not(:last-child) {
    margin-bottom: 10px;
  }
}

ol.ol01 {
  margin-bottom: 1.2em;
}

ol.ol01 li {
  position: relative;
  margin-bottom: 0.4em;
}

ol.ollist {
  margin-bottom: 1.2em;
}

ol.ollist li {
  margin-bottom: 0.5em;
  list-style: none inside;
  counter-increment: ollist;
}

ol.ollist li:before {
  display: list-item;
  float: left;
  margin-right: 5px;
  content: "(" counter(ollist) ") ";
}

ol.ol_decimal {
  counter-reset: li;
  list-style: none;
  padding-left: 0;
}

ol.ol_decimal:not(:last-child) {
  margin-bottom: 1.2em;
}

ol.ol_decimal>li {
  position: relative;
  padding-left: 2.5em;
}

ol.ol_decimal>li:not(:last-child) {
  margin-bottom: 0.5em;
}

ol.ol_decimal>li:before {
  content: counter(li) "";
  counter-increment: li;
  position: absolute;
  left: 10px;
  color: #fff;
  width: 1.7em;
  height: 1.7em;
  background: var(--main_color);
  border-radius: 50px;
  line-height: 1.8;
  text-align: center;
  font-size: 90%;
}

.float-list {
  overflow: hidden;
}

.float-list li {
  margin-bottom: 0.5em;
}

@media (max-width: 767px) {
  table .ul_check li:after {
    top: 7px;
    height: 7px;
    width: 8px;
    height: 5px;
  }
}

.time-table {
  width: 100%;
  table-layout: fixed;
}

.time-table:not(:last-child) {
  margin-bottom: clamp(15px, 4vw, 50px);
}

.time-table th,
.time-table td {
  padding: 13px 5px;
  font-size: clamp(14px, 1.28vw, 16px);
  text-align: center;
}

.time-table th:first-child {
  width: 35%;
}

.time-table thead th,
.time-table thead td {
  background: var(--main_color);
  color: #fff;
}

.time-table tbody tr:not(:last-child) th,
.time-table tbody tr:not(:last-child) td {
  border-bottom: solid 1px #b7b7b7;
}

.time-table tbody td {
  color: #635757;
}

.time-table tbody th,
.time-table tbody td {
  background: #fff;
}

@media (min-width: 768px) {
  .time-table thead th:first-child {
    width: 30%;
  }
}

.table01 {
  width: 100%;
}

.table01:not(:last-child) {
  margin-bottom: clamp(15px, 4vw, 50px);
}

.table01 th,
.table01 td {
  padding: clamp(5px, 1.2vw, 15px) 10px clamp(5px, 1.2vw, 15px) clamp(10px, 2.72vw, 34px);
}

.table01 tr:last-child th {
  border-bottom: solid 1px #de9595;
}

.table01 tr:last-child td {
  border-bottom: solid 1px #dddddd;
}

.table01 th {
  border-top: solid 1px #de9595;
  text-align: left;
  font-weight: 700;
  color: #de9595;
}

.table01 th:first-child {
  width: 35%;
}

.table01 td {
  border-top: solid 1px #cfcfcf;
}

@media (min-width: 768px) {
  .table01 th:first-child {
    width: 30%;
  }
}

.border-table {
  width: 100%;
  table-layout: fixed;
}

.border-table:not(:last-child) {
  margin-bottom: 1em;
}

.border-table th,
.border-table td {
  font-size: clamp(14px, 1.44vw, 18px);
  padding: clamp(5px, 1.2vw, 15px) 5px;
  vertical-align: top;
}

.border-table thead th,
.border-table thead td {
  background: #dbd4cc;
  color: var(--text-color);
  border: solid 1px #dddddd;
}

.border-table tbody th,
.border-table tbody td {
  padding: clamp(5px, 1.2vw, 15px) 10px clamp(5px, 1.2vw, 15px);
  border: solid 1px #dddddd;
}

.border-table tbody th {
  text-align: left;
  background: #fcfaf7;
}

.border-table tbody td {
  background: #fff;
}

.fee-table {
  width: 100%;
}

.fee-table:not(:last-child) {
  margin-bottom: clamp(15px, 4vw, 50px);
}

.fee-table th,
.fee-table td {
  text-align: left;
  font-weight: normal;
  padding: 10px 8px;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.fee-table thead th {
  background: var(--main_color);
  color: #fff;
  text-align: center;
}

.fee-table tbody th {
  background: #fff;
}

.fee-table tbody td {
  text-align: right;
  background: #fff;
}

.mark {
  color: #7fb9cf;
  font-family: var(--font-serif);
}

.mark.color-gold {
  color: #d5ba59;
}

.mark.color-purple {
  color: #ca9dca;
}

@media (max-width: 767px) {

  .time-table th,
  .time-table td,
  .border-table th,
  .border-table td,
  .table01 th,
  .table01 td {
    font-size: 80%;
    padding: 5px 3px;
  }
}

.js-scrollable {
  overflow-x: auto;
}

@media (max-width: 767px) {
  .js-scrollable table {
    width: 768px;
  }
}

.pc-js-scrollable {
  overflow-x: auto;
}

.pc-js-scrollable table {
  width: 1600px;
}

.is-scrollable:not(:last-child) {
  margin-bottom: clamp(15px, 4vw, 50px);
}

.table__notes {
  margin-top: 10px;
}

#menu-sitemap {
  padding: 0;
}

#menu-sitemap li {
  border-bottom: 1px solid var(--main_color);
  vertical-align: top;
}

#menu-sitemap li ul li {
  border-bottom: none;
  padding-bottom: 0;
}

#menu-sitemap li a {
  text-decoration: none;
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 0.8em 0.2em 0.7em 30px;
  position: relative;
}

#menu-sitemap li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  top: 1.4em;
  left: 12px;
  border-top: solid 2px var(--main_color);
  border-right: solid 2px var(--main_color);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#menu-sitemap li a:hover {
  background: var(--main_color);
  color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#menu-sitemap li a:hover:after {
  border-color: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.googlemap {
  position: relative;
  padding-bottom: 350px;
  height: 0;
  overflow: hidden;
}

.googlemap:not(:last-child) {
  margin-bottom: clamp(15px, 2.8vw, 35px);
}

.googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media (min-width: 768px) {
  .googlemap {
    padding-bottom: 400px;
  }
}

.youtube-wrap {
  max-width: 600px;
  width: 100%;
  margin: auto;
}

.youtube-wrap:not(:last-child) {
  margin-bottom: clamp(15px, 2.8vw, 35px);
}

.youtube {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin: auto;
}

.youtube:not(:last-child) {
  margin-bottom: clamp(15px, 2.8vw, 35px);
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.ba-block:not(:last-child) {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}

.ba-block .before,
.ba-block .after {
  border: solid 1px var(--text-color);
  padding: clamp(20px, 3.2vw, 40px);
}

.ba-block .before {
  position: relative;
}

.ba-block .before:after {
  content: "";
  position: absolute;
  background-color: var(--main_color);
  margin: auto;
}

.ba-block .batitle {
  font-family: var(--font-serif);
  font-size: clamp(20px, 1.92vw, 24px);
  border-bottom: solid 1px var(--text-color);
  padding: 0 0 10px 10px;
}

@media (max-width: 767px) {
  .ba-block .before {
    margin-bottom: 40px !important;
  }

  .ba-block .before:after {
    width: 30px;
    height: 15px;
    top: calc(100% + 15px);
    left: 0;
    right: 0;
    clip-path: polygon(50% 100%, 100% 0, 0 0);
  }
}

@media (min-width: 768px) {
  .ba-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }

  .ba-block .before:after {
    width: 15px;
    height: 30px;
    top: 0;
    bottom: 0;
    left: calc(100% + 15px);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
  }
}

.flow-block {
  padding: clamp(15px, 4.8vw, 60px);
  border: solid 1px var(--text-color);
  background: #fff;
}

.flow-block .title {
  padding: 0;
  border: 0;
  font-family: var(--font-serif);
  font-size: clamp(18px, 1.92vw, 24px);
}

.flow-block .title:before,
.flow-block .title:after {
  display: none;
}

.flow-block .title .num {
  background: #93cfa3;
  color: #fff;
  padding: 2px clamp(8px, 0.8vw, 10px) 0;
  margin-right: 10px;
  border-radius: 2px;
}

.flow-block:has(+ *) {
  margin-bottom: 40px;
}

.flow-block:has(+ .flow-block) {
  margin-bottom: 70px;
  position: relative;
}

.flow-block:has(+ .flow-block):after {
  content: "";
  width: 87px;
  height: 34px;
  background-color: #a19991;
  position: absolute;
  top: calc(100% + 18px);
  /* 枠線のすぐ下あたりに配置 */
  left: 0;
  right: 0;
  margin: auto;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.flow-block h4,
.flow-block h5,
.flow-block h6 {
  margin-top: 0;
}

.qa-block {
  border-bottom: solid 1px #b0b0b0;
}

.qa-block:not(:last-child) {
  margin-bottom: 1.5em;
}

.qa-block .question,
.qa-block .answer {
  padding: 10px 10px 10px 55px;
  position: relative;
}

.qa-block .question:after,
.qa-block .answer:after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 0.2em;
  left: 0;
}

.qa-block .question:before,
.qa-block .answer:before {
  font-size: 26px;
  color: #fff;
  z-index: 1;
  position: absolute;
  left: 9px;
  bottom: auto;
  top: 3px;
  font-family: var(--font-serif);
}

.qa-block .title {
  position: relative;
  padding-right: 40px;
  display: block;
  cursor: pointer;
  font-size: clamp(20px, vw, 24px);
}

.qa-block .title:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #de9595;
  border-right: solid 2px #de9595;
  position: absolute;
  top: 0.5em;
  right: 10px;
  margin: auto;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.qa-block .open .title:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.qa-block .question:before {
  content: "Q";
  font-size: 26px;
  background: none;
  width: auto;
  height: auto;
}

.qa-block .question:after {
  background: #de9595;
}

.qa-block .answer {
  padding-bottom: 20px;
  display: none;
}

.qa-block .answer:after {
  background: #d5ba59;
}

.qa-block .answer:before {
  content: "A";
  top: 4px;
  left: 11px;
}

.block:last-child {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}

.block-inner:last-child {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}

.border-block,
.border-block2 {
  padding: clamp(20px, 4vw, 50px);
  border: 1px solid var(--text-color);
  background: #fff;
}

.border-block:not(:last-child),
.border-block2:not(:last-child) {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}

.border-block h4,
.border-block h5,
.border-block h6,
.border-block2 h4,
.border-block2 h5,
.border-block2 h6 {
  margin-top: 0;
}

.border-block2 {
  display: table;
  padding: clamp(15px, 2.4vw, 30px);
}

.bg-block {
  padding: clamp(20px, 4vw, 50px);
  background: #f5f3f0;
  overflow: hidden;
}

.bg-block:not(:last-child) {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}

*+.bg-block,
*+.border-block {
  margin-top: clamp(30px, 4vw, 50px);
}

h4+.bg-block,
h4+.border-block {
  margin-top: 0;
}

h5+.bg-block,
h5+.border-block {
  margin-top: 0;
}

.border-block h5:first-child,
.bg-block h5:first-child {
  margin-top: 0 !important;
}

.border-block ul:last-child {
  margin-bottom: 0 !important;
}

.bg-block .border-block {
  padding: clamp(10px, 2.4vw, 30px);
}

.row:not(:last-child) {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}

@media (min-width: 768px) {
  .row.col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .row.col3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .row.col4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }

  .row.col5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
  }

  .row.col2 .col,
  .row.col3 .col,
  .row.col4 .col,
  .row.col5 .col {
    margin: 0;
  }

  .row.col2 .bg-block,
  .row.col2 .border-block,
  .row.col3 .bg-block,
  .row.col3 .border-block {
    padding: 25px;
  }

  .row.col4 .bg-block,
  .row.col4 .border-block,
  .row.col5 .bg-block,
  .row.col5 .border-block {
    padding: 15px;
  }
}

@media (max-width: 767px) {
  .row .col:not(:last-child) {
    margin-bottom: 10px;
  }
}

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

.btn-style:not(:last-child) {
  margin-bottom: 1em;
}

.btn-style a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 14px 30px 12px;
  border-radius: 50px;
  background: #fff;
  border: solid 1px var(--text-color);
  color: var(--text-color);
  transition: 0.3s ease;
  line-height: 1.4;
  min-width: 240px;
}

.btn-style a:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px var(--text-color);
  border-right: solid 1px var(--text-color);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (max-width: 767px) {
  .btn-style a {
    min-width: auto;
    width: 100%;
  }
}

@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .btn-style a:hover {
    background: var(--text-color);
    color: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .btn-style a:hover:after {
    border-color: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

.post-list dt {
  font-weight: 700;
}

.post-list dd a {
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.post-list dd a:hover {
  color: var(--main_color);
}

@media (min-width: 768px) {
  .post-list {
    display: grid;
    grid-template-columns: 120px 1fr;
  }

  .post-list dt {
    text-align: center;
  }

  .post-list dt,
  .post-list dd {
    padding: 15px 0;
    border-bottom: solid 1px #ccc;
  }
}

@media (max-width: 767px) {
  .post-list dt {
    padding-top: 5px;
  }

  .post-list dd {
    padding-bottom: 5px;
    border-bottom: solid 1px #ccc;
  }
}

@media (min-width: 768px) {
  body.home #contents>.inner {
    width: 100%;
    max-width: 100%;
  }
}

.top_post {
  padding: clamp(40px, 5.6vw, 70px) 0 clamp(40px, 8vw, 100px);
}

.top_post h2 {
  text-align: center;
  font-size: clamp(22px, 2.88vw, 36px);
  font-weight: 400;
  margin-bottom: clamp(20px, 2.88vw, 36px);
  position: relative;
  padding-top: 45px;
}

.top_post h2:before {
  content: "";
  width: 55px;
  height: 33px;
  background: url(../img/top/ic-post-title.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.top_post .thumbnail {
  margin-bottom: 10px;
  -webkit-box-shadow: 0 0 10px #ccc;
  box-shadow: 0 0 10px #ccc;
}

.top_post .date {
  font-size: clamp(16px, 1.6vw, 20px);
  color: #d5ba59;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.top_post .title {
  line-height: 1.875;
  letter-spacing: 0.1em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.top_post .title a {
  text-decoration: none;
}

.top_post .l-row:not(:last-child) {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}

.top_post .button-list {
  display: grid;
  gap: 20px;
}

.top_post .button-list li a {
  text-decoration: none;
  border: solid 1px #635757;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 50px;
  border-radius: 50px;
  width: 100%;
  position: relative;
  padding: 0 15px;
}

.top_post .button-list li a:after {
  content: "";
  border-top: solid 1px #635757;
  border-right: solid 1px #635757;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
  width: 6px;
  height: 6px;
}

@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .top_post .button-list a:after {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .top_post .button-list a:hover {
    background: #635757;
    color: #fff;
  }

  .top_post .button-list a:hover:after {
    border-color: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .top_post .title a:hover {
    text-decoration: underline;
  }
}

@media (max-width: 767px) {
  .top_post .button-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .top_post .button-list li a {
    font-size: 14px;
    height: 40px;
  }

  .top_post .button-list li a:after {
    right: 10px;
  }
	
	.top_post .l-row {
		display: flex;
		flex-wrap: wrap;
		gap: 0 2%;
	}
	
	.top_post .l-row .l-col {
		width: 49%;
	}

  .top_post .l-col:not(:last-child) {
    margin-bottom: 20px;
  }

  .top_post .date:not(:last-child) {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .top_post .date:not(:last-child) {
    margin-bottom: 10px;
  }

  .top_post .l-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .top_post .thumbnail {
    height: clamp(114px, 16.24vw, 203px);
  }

  .top_post .thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .top_post .button-list {
    grid-template-columns: repeat(3, 1fr);
    max-width: 80%;
    margin: auto;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .top_post .button-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.top_reason {
  background: #f8f6f4;
}

.top_reason__headling {
  text-align: center;
  background: #f0ece6;
  padding: clamp(20px, 5.6vw, 70px) 0;
}

.top_reason__headling img {
  max-width: 1135px;
  width: 100%;
}

.top_reason h3 {
  padding: 0;
  text-align: left;
  line-height: 1.5294117647;
  font-size: clamp(18px, 2.72vw, 34px);
  font-family: var(--font-serif);
  font-weight: 400;
  margin-bottom: 20px;
}

.top_reason h3:before {
  display: none;
}

.top_reason h3 .point {
  padding-top: 110px;
  display: block;
  position: relative;
}

.top_reason h3 .point:before {
  content: "";
  width: clamp(60px, 7.52vw, 94px);
  height: clamp(60px, 7.52vw, 94px);
  position: absolute;
  left: 0;
  top: 0;
}

.top_reason h3 .point01:before {
  background: url(../img/top/point01.png) no-repeat center/cover;
}

.top_reason h3 .point02:before {
  background: url(../img/top/point02.png) no-repeat center/cover;
}

.top_reason h3 .point03:before {
  background: url(../img/top/point03.png) no-repeat center/cover;
}

.top_reason h3 .point04:before {
  background: url(../img/top/point04.png) no-repeat center/cover;
}

.top_reason h3 .point05:before {
  background: url(../img/top/point05.png) no-repeat center/cover;
}

.top_reason h3 .point06:before {
  background: url(../img/top/point06.png) no-repeat center/cover;
}

.top_reason .one-column {
  padding: clamp(30px, 4.8vw, 60px) 0;
}

.top_reason .one-column:not(:has(+ .one-column)) {
  padding: 0 0 clamp(30px, 4.8vw, 60px);
}

.top_reason__text p {
  line-height: 2;
  letter-spacing: 0.1em;
}

.top_reason .btn-style a {
  background: #f8f6f4;
  color: #635757;
}

.top_reason .two-column .image {
  margin-bottom: 10px;
}

.top_reason .two-column h3 {
  font-size: clamp(17px, 2.08vw, 26px);
}

.top_reason .two-column .point {
  padding: 0 0 0 clamp(60px, 8vw, 100px);
}

.top_reason__other {
  padding: clamp(20px, 4vw, 50px) 0;
  background: #f0ece6;
}

.top_reason__other li {
  border-left: dashed 2px #d0cbca;
}

.top_reason__other li:last-child {
  border-right: dashed 2px #d0cbca;
}

.top_reason__other-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.top_reason__other-list li {
  text-align: center;
}

.top_reason__other-list li .ttl {
  display: block;
  margin-top: 20px;
  font-family: var(--font-serif);
  font-size: clamp(11px, 1.44vw, 18px);
}

.top_reason__other-list li .ttl .large {
  font-size: clamp(13px, 1.76vw, 22px);
}

.top_reason .bg {
  position: relative;
}

.top_reason .bg:before {
  content: "";
  position: absolute;
}

.top_reason .bg01 {
  position: relative;
}

.top_reason .bg01:before {
  background: url(../img/top/ic-bg01.png) no-repeat center/cover;
  left: calc(100% + 20px);
  top: -230px;
  width: 307px;
  height: 351px;
}

.top_reason .bg02 {
  position: relative;
}

.top_reason .bg02:before {
  background: url(../img/top/ic-bg02.png) no-repeat center/cover;
  right: calc(100% + 60px);
  top: -260px;
  width: 286px;
  height: 323px;
}

.top_reason .bg03 {
  position: relative;
}

.top_reason .bg03:before {
  background: url(../img/top/ic-bg03.png) no-repeat center/cover;
  left: calc(100% + 60px);
  bottom: -70px;
  width: 266px;
  height: 365px;
}

.top_reason .bg04 {
  position: relative;
}

.top_reason .bg04:before {
  background: url(../img/top/ic-bg04.png) no-repeat center/cover;
  right: calc(100% + 60px);
  bottom: -10px;
  width: 229px;
  height: 352px;
}

@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .top_reason .btn-style a:hover {
    background: #635757;
    color: #fff;
  }

  .top_reason .btn-style a:hover:after {
    border-color: #fff;
  }
}

@media (max-width: 767px) {
  .top_reason__headling img {
    width: 90%;
  }

  .top_reason h3 .point {
    padding: 0 0 0 60px;
  }

  .top_reason h3 .point:before {
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
  }

  .top_reason .image {
    margin-bottom: 30px;
  }

  .top_reason__text p {
    line-height: 1.4;
  }

  .top_reason__other-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
  }

  .top_reason__other-list li {
    text-align: center;
  }

  .top_reason__other-list li img {
    width: 50%;
  }

  .top_reason__other-list li:nth-child(even) {
    border-right: dashed 2px #d0cbca;
  }

  .top_reason .two-column .topinner {
    padding: 30px 0;
  }

  .top_reason .two-column .l-col:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .top_reason .two-column .topinner {
    padding: clamp(30px, 5.6vw, 70px) 0 clamp(40px, 8vw, 100px);
  }

  .top_reason .two-column .l-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(30px, 4vw, 70px) clamp(20px, 3vw, 60px);
  }

  .top_reason .two-column .l-col {
    padding-bottom: 80px;
    position: relative;
  }

  .top_reason .two-column .l-col .btn-style {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .top_reason .image {
    margin-bottom: 30px;
  }

  .top_reason .image img {
    width: 70%;
  }

  .top_reason h3 .point {
    padding: 0 0 0 clamp(75px, 8vw, 100px);
  }

  .top_reason h3 .point:before {
    bottom: 0;
    right: auto;
  }
}

@media (min-width: 1000px) {
  .top_reason .one-column .l-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .top_reason .one-column .l-row .l-col {
    position: relative;
  }

  .top_reason .one-column .l-row .image {
    position: absolute;
    top: 0;
  }

  .top_reason .one-column .l-row:not(.reverse) .image {
    left: calc(100% + 10px);
  }

  .top_reason .one-column .l-row.reverse .l-col {
    grid-column: 2;
  }

  .top_reason .one-column .l-row.reverse .image {
    right: calc(100% + 10px);
  }

  .top_reason .btn-style {
    text-align: left;
    margin-top: 20px;
  }
}

.top_medical-information {
  padding: clamp(40px, 8vw, 100px) 0;
}

.top_medical-information h2 {
  text-align: center;
  font-size: clamp(22px, 2.88vw, 36px);
  font-family: var(--font-serif);
  font-weight: 400;
  padding-top: 30px;
  position: relative;
  margin-bottom: clamp(30px, 4vw, 50px);
}

.top_medical-information h2:before {
  content: "";
  width: 173px;
  height: 19px;
  background: url(../img/top/top-medical-information.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.top_medical-information h2 .jp {
  position: relative;
}

.top_medical-information h2 .jp:before,
.top_medical-information h2 .jp:after {
  content: "";
  position: absolute;
  bottom: clamp(4px, 0.64vw, 8px);
}

.top_medical-information h2 .jp:before {
  width: clamp(9px, 1.2vw, 15px);
  height: clamp(19px, 2.48vw, 31px);
  background: url(../img/top/ttl-line-left.png) no-repeat center/cover;
  right: calc(100% + 10px);
}

.top_medical-information h2 .jp:after {
  width: clamp(9px, 1.2vw, 15px);
  height: clamp(22px, 2.88vw, 36px);
  background: url(../img/top/ttl-line-right.png) no-repeat center/cover;
  left: calc(100% + 10px);
}

.top_medical-information__head {
  margin-bottom: 20px;
}

.top_medical-information .main-button:not(:last-child) {
  margin-bottom: 30px;
}

.top_medical-information .main-button a {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f5f3f0;
  color: #635757;
  text-align: center;
  border: solid 1px #635757;
  font-size: clamp(18px, 1.76vw, 22px);
  font-weight: 700;
  height: clamp(60px, 6.4vw, 80px);
  border-radius: 50px;
  position: relative;
}

.top_medical-information .main-button a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 1px #635757;
  border-right: solid 1px #635757;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}

.top_medical-information .menu-list li a {
  text-decoration: none;
  font-size: clamp(12px, 1.28vw, 16px);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 50px;
  border: solid 1px var(--text-color);
  border-radius: 5px;
  padding: 0 20px 0 50px;
  line-height: 1.25;
  position: relative;
}

.top_medical-information .menu-list li a:before {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 9px;
  margin: auto;
  background-position: no-repeat;
  background-position: center;
  background-size: contain;
}

.top_medical-information .menu-list li a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 1px var(--text-color);
  border-right: solid 1px var(--text-color);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

.top_medical-information .menu-list li .ic0_1:before {
  background-image: url(../img/top/ic-stage0_1.png);
}

.top_medical-information .menu-list li .ic3_1:before {
  background-image: url(../img/top/ic-stage3_1.png);
}

.top_medical-information .menu-list li .ic3_2:before {
  background-image: url(../img/top/ic-stage3_2.png);
}

.top_medical-information .menu-list li .ic3_3:before {
  background-image: url(../img/top/ic-stage3_3.png);
}

.top_medical-information .menu-list li .ic15_1:before {
  background-image: url(../img/top/ic-stage15_1.png);
}

.top_medical-information .menu-list li .ic15_2:before {
  background-image: url(../img/top/ic-stage15_2.png);
}

.top_medical-information .menu-list li .ic15_3:before {
  background-image: url(../img/top/ic-stage15_3.png);
}

.top_medical-information .menu-list li .ic15_4:before {
  background-image: url(../img/top/ic-stage15_4.png);
}

.top_medical-information .menu-list li .ic15_5:before {
  background-image: url(../img/top/ic-stage15_5.png);
}

.top_medical-information .menu-list li .ic15_6:before {
  background-image: url(../img/top/ic-stage15_6.png);
}

.top_medical-information .menu-list li .ic15_7:before {
  background-image: url(../img/top/ic-stage15_7.png);
}

.top_medical-information .menu-list li .ic15_8:before {
  background-image: url(../img/top/ic-stage15_8.png);
}

.top_medical-information .menu-list li .ic15_9:before {
  background-image: url(../img/top/ic-stage15_9.png);
}

.top_medical-information .menu-list li .ic15_10:before {
  background-image: url(../img/top/ic-stage15_10.png);
}

.top_medical-information .menu-list li .ic60_1:before {
  background-image: url(../img/top/ic-stage60_1.png);
}

.top_medical-information .menu-list li .ic60_2:before {
  background-image: url(../img/top/ic-stage60_2.png);
}

.top_medical-information .menu-list li .ic60_3:before {
  background-image: url(../img/top/ic-stage60_3.png);
}

.top_medical-information .menu-list li .ic60_4:before {
  background-image: url(../img/top/ic-stage60_4.png);
}

.top_medical-information .stage0 li a {
  border-color: #d5ba59;
}

.top_medical-information .stage0 li a:after {
  border-color: #d5ba59;
}

.top_medical-information .stage3 li a {
  border-color: #93cfa3;
}

.top_medical-information .stage3 li a:after {
  border-color: #93cfa3;
}

.top_medical-information .stage15 li a {
  border-color: #7fb9cf;
}

.top_medical-information .stage15 li a:after {
  border-color: #7fb9cf;
}

.top_medical-information .stage60 li a {
  border-color: #ca9dca;
}

.top_medical-information .stage60 li a:after {
  border-color: #ca9dca;
}

@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .top_medical-information .main-button a:after {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .top_medical-information .main-button a:hover {
    background: #635757;
    color: #fff;
  }

  .top_medical-information .main-button a:hover:after {
    border-color: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .top_medical-information .stage0 li a:hover {
    background: rgba(213, 186, 89, 0.2);
  }

  .top_medical-information .stage3 li a:hover {
    background: rgba(147, 207, 163, 0.2);
  }

  .top_medical-information .stage15 li a:hover {
    background: rgba(127, 185, 207, 0.2);
  }

  .top_medical-information .stage60 li a:hover {
    background: rgba(202, 157, 202, 0.2);
  }
}

@media (min-width: 768px) {
  .top_medical-information .l-row {
    display: grid;
    grid-template-columns: 17.24% 17.24% 37.93% 17.24%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1160px;
    width: 100%;
    margin: auto;
  }

  .top_medical-information .menu-column2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
  }

  .top_medical-information .menu-list li:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .top_medical-information .l-col:not(:last-child) {
    margin-bottom: 30px;
  }

  .top_medical-information .title-image {
    margin-bottom: 20px;
  }

  .top_medical-information .menu-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.top_recruitment {
  padding: clamp(40px, 8vw, 100px) 0;
  background: url(../img/top/top_recruitment-bg.jpg) no-repeat center/cover;
}

.top_recruitment h2 {
  font-family: var(--font-serif);
  font-size: clamp(22px, 2.88vw, 36px);
  margin-bottom: 20px;
}

.top_recruitment h2 .en {
  font-size: clamp(40px, 5.92vw, 74px);
  color: #de9595;
  line-height: 0.9;
  display: block;
  padding-bottom: clamp(10px, 1.6vw, 20px);
}

.top_recruitment__contens {
  max-width: 730px;
  width: 100%;
  margin: auto;
}

.top_recruitment__tetx p {
  letter-spacing: 0.12em;
  line-height: 2;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.top_recruitment__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: clamp(140px, 16vw, 200px);
  height: clamp(140px, 16vw, 200px);
  text-decoration: none;
  border-radius: 50%;
  background: linear-gradient(135deg, #dea0a0 0%, #dea0a0 50%, #de9595 50%, #de9595 100%);
  line-height: 1.5454545455;
  font-size: clamp(16px, 1.76vw, 22px);
  color: #fff;
  font-family: var(--font-serif);
  text-align: center;
  font-weight: 400;
  position: relative;
}

.top_recruitment__link a:after {
  content: "";
  width: clamp(7px, 0.8vw, 10px);
  height: clamp(7px, 0.8vw, 10px);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .top_recruitment__link a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .top_recruitment__link a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media (max-width: 767px) {
  .top_recruitment {
    background: url(../img/top/top_recruitment-bg-top.jpg) no-repeat center top/contain, url(../img/top/top_recruitment-bg-bottom.jpg) no-repeat center bottom/contain;
    padding: 140px 0 0;
    position: relative;
  }

  .top_recruitment:before {
    content: "";
    width: 100%;
    height: calc(100% - 60px);
  }

  .top_recruitment h2 {
    text-align: center;
  }

  .top_recruitment__link {
    margin-top: 50px;
  }

  .top_recruitment__link a {
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .top_recruitment__contens {
    position: relative;
  }

  .top_recruitment__link {
    position: absolute;
    left: calc(100% + 30px);
    bottom: -50px;
  }
}

@media (min-width: 768px) and (max-width: 1239px) {
  .top_recruitment__link {
    left: auto;
    right: 10px;
  }

  .top_recruitment__link a {
    width: 130px;
    height: 130px;
    font-size: 18px;
  }

  .top_recruitment__tetx p {
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
  }
}

.top_banner {
  padding: clamp(40px, 8vw, 100px) 0 clamp(25px, 6.8vw, 85px);
}

@media (min-width: 768px) {
  .top_banner__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 23px;
  }
}

@media (max-width: 767px) {
  .top_banner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px 2%;
  }

  .top_banner__list li {
    width: 49%;
  }
}

.top_instagram {
  padding-bottom: clamp(25px, 6.4vw, 80px);
}

.top_instagram__icflower {
  position: relative;
  z-index: 1;
}

.top_instagram__icflower:before,
.top_instagram__icflower:after {
  content: "";
  position: absolute;
}

.top_instagram__icflower:before {
  width: clamp(58px, 9.36vw, 117px);
  height: clamp(49px, 7.92vw, 99px);
  background: url(../img/top/ic-flower01.png) no-repeat center/cover;
  bottom: -7px;
  left: 20%;
}

.top_instagram__icflower:after {
  width: clamp(101px, 16.16vw, 202px);
  height: clamp(65px, 10.4vw, 130px);
  background: url(../img/top/ic-flower02.png) no-repeat center/cover;
  bottom: -25px;
  right: 14%;
}

.top_instagram h2 {
  text-align: center;
  padding-top: 42px;
  margin-bottom: clamp(20px, 3.36vw, 42px);
  position: relative;
}

.top_instagram h2:before {
  content: "";
  width: 74px;
  height: 31px;
  background: url(../img/top/ic-insta-title.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.top_instagram h2 .line {
  position: relative;
}

.top_instagram h2 .line:before,
.top_instagram h2 .line:after {
  content: "";
  width: 100vw;
  height: 1px;
  background: #635757;
  position: absolute;
  top: -30px;
  bottom: 0;
  margin: auto;
}

.top_instagram h2 .line:before {
  left: calc(100% + 13px);
}

.top_instagram h2 .line:after {
  right: calc(100% + 13px);
}

.top_instagram .topinner {
  position: relative;
  z-index: 0;
}

.top_instagram .topinner:before {
  content: "";
  width: 100%;
  height: calc(100% - 65px);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #f5f3f0;
  z-index: -1;
}

.top_instagram__button {
  margin-top: clamp(20px, 2.4vw, 30px);
}

.top_instagram__button a {
  border: solid 1px #635757;
  max-width: 280px;
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  text-decoration: none;
  border-radius: 50px;
  position: relative;
}

.top_instagram__button a:after {
  content: "";
  width: 15px;
  height: 11px;
  -webkit-mask: url(../img/common/ic-external.png) no-repeat center/cover;
  mask: url(../img/common/ic-external.png) no-repeat center/cover;
  background-color: #635757;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
}

.top_instagram__block {
  position: relative;
  overflow: hidden;
  padding: 0 clamp(20px, 3.2vw, 40px) 60px;
  max-width: 1180px;
  width: 100%;
  margin: auto;
  z-index: 0;
}

.top_instagram__block:before {
  content: "";
  width: 100%;
  height: calc(100% - 66px);
  border: solid 1px #635757;
  border-top: 0;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

@media (min-width: 768px) and (hover: hover) and (pointer: fine) {
  .top_instagram__button a {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .top_instagram__button a:after {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .top_instagram__button a:hover {
    background: #635757;
    color: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }

  .top_instagram__button a:hover:after {
    background-color: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
}

@media (max-width: 1270px) {
  .top_instagram__block {
    max-width: calc(100% - 20px);
  }
}

.button-group:not(:last-child) {
  margin-bottom: clamp(20px, 3.6vw, 40px);
}

.button-group li {
  padding: 0;
}

@media (min-width: 768px) {
  .button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }

  .button-group.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-group li:not(:last-child) {
    margin: 0;
  }
}

/*# sourceMappingURL=index.css.map */

body.caegory-in-blog .mainblock .entry-block {
	display: flex;
	padding-top: 1.5em;
}
body.caegory-in-blog .mainblock .entry-block .thumb {
	-webkit-box-flex: 1;
    -ms-flex: 0 0 32.7%;
    flex: 0 0 32.7%;
    margin-right: 3%;
	text-align: center;
}
body.caegory-in-blog .mainblock .entry-block .thumb img {
	max-height: 200px;
    width: auto;
}
body.caegory-in-blog .mainblock .entry-block .list_txt {
	-webkit-box-flex: 1;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
}

body#tinymce .clearfix {
	overflow: hidden;
    zoom: 1;
}