.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(--zen-maru);
}
.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;
  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;
    box-shadow: none;
    max-width: 100%;
    width: 100%;
  }
  .wpcf7 .block-inner {
    margin-bottom: 1em;
  }
}

.page-title h2 {
  font-family: var(--zen-maru);
  color: var(--text-color);
  min-width: 200px;
  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(--zen-maru);
  line-height: 1.4;
  font-weight: 700;
}
h3 {
  text-align: center;
  font-size: clamp(24px, 2.24vw, 30px);
  padding-top: 2.1333333333em;
  letter-spacing: 0.06em;
  position: relative;
  margin: clamp(40px, 6.4vw, 80px) auto clamp(20px, 4vw, 40px);
}
h3:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2.5333333333em;
  height: 1.9333333333em;
  background: url("../img/common/h3.svg") no-repeat center/contain;
}

.entry-block h3,
h4 {
  font-size: clamp(22px, 1.92vw, 24px);
  border-bottom: solid 1px var(--main_color);
  padding-left: 1.5916666667em;
  padding-bottom: 10px;
  margin: 0 auto clamp(15px, 2vw, 25px);
  position: relative;
}

.entry-block h3:before,
h4:before {
  content: "";
  position: absolute;
  top: 0.0541666667em;
  left: 0;
  margin: auto;
  width: 1.2916666667em;
  height: 1.2916666667em;
  background: url("../img/common/h4.svg") no-repeat center/contain;
}

.entry-block h3 {
  font-size: clamp(22px, 1.92vw, 24px) !important;
  border-bottom: solid 1px var(--main_color);
	padding-top: 0;
  padding-left: 1.5916666667em;
  padding-bottom: 10px;
  margin: 0 auto clamp(15px, 2vw, 25px);
  position: relative;
	text-align: left;
}

.entry-block h3:before {
  content: "";
  position: absolute;
  top: 0.0541666667em;
  left: 0;
  margin: auto;
  width: 1.2916666667em;
  height: 1.2916666667em;
  background: url("../img/common/h4.svg") no-repeat center/contain;
}
.entry-block h3:after{
	content: unset;
}

h5 {
  font-size: clamp(20px, 1.76vw, 22px);
  border-bottom: solid 2px var(--main_color);
  display: inline-block;
  padding-bottom: 0.2272727273em;
  letter-spacing: 0.08em;
  margin: 0 auto clamp(15px, 1.6vw, 20px);
}

h6 {
  font-size: clamp(18px, 1.6vw, 20px);
  letter-spacing: 0.08em;
  padding-left: 19px;
  position: relative;
}
h6:before {
  content: "";
  width: 8px;
  height: 2px;
  background-color: var(--main_color);
  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);
}

.entry-block {
  padding-bottom: 1.5em;
  margin-bottom: 2em;
  border-bottom: 1px dotted #ccc;
}
.entry-block .dateBlock {
  font-size: 13px;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

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

.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;
}

.pager span.current {
  color: #fff;
}

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

@media (min-width: 768px) {
  .float-list {
    overflow: hidden;
  }
  .float-list li {
    float: left;
    margin: 0 1.2em 0.5em 0;
  }
  .float-list2 li {
    display: inline-block;
    width: calc((100% - 0.8em) / 2);
    margin: 0;
	  margin-bottom: 0.5em;
    padding-right: 0.8em;
  }
  .float-list2 li:nth-child(2n) {
    padding-right: 0;
  }
  .float-list3 li {
    display: inline-block;
    width: calc((100% - 1.6em) / 3);
    margin: 0;
	  margin-bottom: 0.5em;
    padding-right: 0.8em;
  }
  .float-list3 li:nth-child(3n) {
    padding-right: 0;
  }
  .float-list3 li.no-float {
    float: none;
    margin: 0 0 0.5em;
    width: auto;
  }
}
ul,ol{	
	line-height: 1.5;
}
.ul01:not(:last-child) {
  margin-bottom: 1em;
}
.ul01.float-list2,
.ul01.float-list3{	
	  margin: 0;
}
.ul01 li {
  padding-left: 15px;
  position: relative;
}
.ul01 li:not(:last-child) {
  margin-bottom: 1em;
}
.ul01 li:before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: var(--main_color);
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  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: 7px;
  left: 8px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  z-index: 10;
}

.ul_arrow li a {
  background: #fff;
  color: var(--text_color);
  border: solid 1px var(--main_color);
  text-decoration: none;
  display: block;
  padding: 10px clamp(20px, 2.56vw, 32px) 9px;
  font-size: clamp(16px, 2.08vw, 17px);
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  z-index: 0;
}
.ul_arrow li a:after {
  content: "";
  width: 8px;
  height: 9px;
  background-color: var(--main_color);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  margin: auto;
  transition: 0.3s;
}
.ul_arrow li a:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--main_color);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  margin: auto;
  transition: 0.3s ease-out;
  z-index: -1;
}
.ul_arrow li a:hover {
  color: #fff;
  transition: 0.3s;
}
.ul_arrow li a:hover:after {
  background-color: #fff;
  transition: 0.3s;
}
.ul_arrow li a:hover:before {
  right: 0;
  transition: 0.3s ease-in;
}

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;
	line-height: 1.5;
}
ol.ol_decimal:not(:last-child) {
  margin-bottom: 1.2em;
}
ol.ol_decimal > li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 2.5em;
}
ol.ol_decimal > li:before {
  content: counter(li) "";
  counter-increment: li;
  position: absolute;
	top: calc(1em*1.5/2 - 1.7em/2 + 0.2em);
  left: 10px;
  color: #fff;
  width: 1.7em;
  height: 1.7em;
  background: var(--main_color);
  border-radius: 50px;
  line-height: 1.7;
  text-align: center;
  font-size: 90%;
}

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

.time-table {
  width: 100%;
  table-layout: fixed;
	line-height: 1.5;
}
.time-table:not(:last-child) {
  margin-bottom: clamp(15px, 4vw, 50px);
}
.time-table th,
.time-table td {
  padding: 1.4em 0.2em;
  font-size: clamp(14px, 1.44vw, 18px);
  text-align: center;
}
.time-table th:first-child {
  width: 35%;
}
.time-table thead th,
.time-table thead td {
  background: #f5b8ca;
  color: #fff;
}
.time-table thead tr:first-child th:first-child,
.time-table thead tr:first-child td:first-child {
  border-top-left-radius: 10px;
}
.time-table thead tr:first-child th:last-child,
.time-table thead tr:first-child td:last-child {
  border-top-right-radius: 10px;
}
.time-table tbody tr th,
.time-table tbody tr td {
  border-bottom: solid 1px #d6d6d6;
}
.time-table tbody th,
.time-table tbody td {
  background: #fff;
}
.time-table tbody .color {
  color: #f5b8ca;
}
@media (min-width: 768px) {
  .time-table thead th:first-child {
    width: 30%;
  }
}

.table01 {
  width: 100%;
	line-height: 1.5;
}
.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 var(--main_color);
}
.table01 tr:last-child td {
  border-bottom: solid 1px #cfcfcf;
}
.table01 th {
  border-top: solid 1px var(--main_color);
  text-align: left;
  font-weight: 700;
  color: var(--main_color);
}
.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%;
}
.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;
}
.border-table thead th,
.border-table thead td {
  background: var(--main_color);
  color: #fff;
  font-weight: bold;
  border: solid 1px #dddddd;
}
.border-table tbody th,
.border-table tbody td {
  padding: clamp(5px, 1.2vw, 15px) 10px clamp(5px, 1.2vw, 15px) clamp(10px, 2.72vw, 34px);
  border: solid 1px #dddddd;
}
.border-table tbody th {
  text-align: left;
  background: #fffdf7;
}
.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;
}
.fee-table thead th {
  background: var(--main_color);
  color: #fff;
  text-align: center;
}
.fee-table tbody th {
  background: #ebf0f6;
}
.fee-table tbody td {
  text-align: right;
}

.mark {
  color: var(--main_color);
}

@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;
  }
}
#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;
  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);
  transform: rotate(45deg);
  transition: 0.3s ease;
}
#menu-sitemap li a:hover {
  background: var(--main_color);
  color: #fff;
  transition: 0.3s ease;
}
#menu-sitemap li a:hover:after {
  border-color: #fff;
  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: 5px solid #fce8c7;
  border-radius: 20px;
}
.flow-block:not(:last-child) {
  margin-bottom: 70px;
  position: relative;
}
.flow-block:not(:last-child):after {
  content: "";
  width: 87px;
  height: 34px;
  background-color: var(--main_color);
  position: absolute;
  top: calc(100% + 20px);
  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 {
  padding-top: 1.8em;
  border-bottom: solid 1px #d6d6d6;
}
.qa-block:not(:last-child) {
  margin-bottom: 0;
}
.qa-block:last-child {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}
.qa-block .question,
.qa-block .answer {
  padding: 10px 10px 10px 55px;
  position: relative;
}
.qa-block .question::before, .qa-block .question::after,
.qa-block .answer::before,
.qa-block .answer::after {
  font-size: 26px;
  left: 0;
  width: 40px;
  height: 40px;
}
.qa-block .answer::before,
.qa-block .answer::after {
	top: 0.2em;
}
.qa-block .question::before, 
.qa-block .question::after{
	top: 0.35em;
}
.qa-block .question:after,
.qa-block .answer:after {
  content: "";
  border-radius: 50%;
  position: absolute;
}
.qa-block .question:before,
.qa-block .answer:before {
  color: #fff;
  z-index: 1;
  position: absolute;
  bottom: auto;
  font-family: var(--zen-maru);
  font-weight: bold;
  text-align: center;
  line-height: 1.3846153846em;
}
.qa-block .title {
  position: relative;
  padding-right: 40px;
  display: block;
  cursor: pointer;
  font-size: 20px;
}
.qa-block .title:before, .qa-block .title:after {
  content: "";
  width: 15px;
  height: 3px;
  background: var(--main_color);
  position: absolute;
  top: 0.5em;
  right: 10px;
  margin: auto;
}
.qa-block .title:after {
  transform: rotate(90deg);
  transition: 0.3s;
}
.qa-block .open .title:after {
  transform: rotate(0);
  transition: 0.3s;
}
.qa-block .question:before {
  content: "Q";
  font-size: 26px;
  background: none;
}
.qa-block .question:after {
  background: var(--main_color);
}
.qa-block .answer {
  padding-bottom: 40px;
  display: none;
}
.qa-block .answer:after {
  background: #f5b8ca;
}
.qa-block .answer:before {
  content: "A";
}

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

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

.border-block {
  padding: clamp(20px, 4vw, 50px);
  border: 5px solid #fce8c7;
  border-radius: 20px;
}
.border-block:not(:last-child) {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}
.border-block h4,
.border-block h5,
.border-block h6 {
  margin-top: 0;
}

.bg-block {
  padding: clamp(20px, 4vw, 50px);
  background: #fcf6e8;
  border-radius: 20px;
  overflow: hidden;
}
.bg-block:not(:last-child) {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}
.bg-block h4,
.bg-block h5,
.bg-block h6 {
  margin-top: 0;
}

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

.border-block,
.bg-block + .border-block,
.bg-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;
}

.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 {
  position: relative;
  display: inline-block;
  min-width: 260px;
  padding: 0.8em 1.5em;
  border: solid 1px var(--main_color);
  border-radius: 50vh;
  background: var(--main_color);
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease;
}
.btn-style a:after {
  content: "";
  width: 6.5px;
  height: 6.5px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: 0.3s ease;
}
.btn-style a .en {
  font-size: 122.7272727273%;
}
.btn-style a:hover {
  background: #fff;
  color: var(--main_color);
  transition: 0.3s ease;
}
.btn-style a:hover:after {
  right: 17px;
  border-color: var(--main_color);
  transition: 0.3s ease;
}
.btn-style.slim a {
  padding: 0em 1em 0.1em;
}
.btn-style.slim a::after {
  right: 10px;
}
@media (hover: hover) and (pointer: fine) {
  .btn-style.slim a:hover::after {
    right: 7px;
  }
}
.btn-style.green a {
  border-color: #9ad459;
  background: #9ad459;
}
@media (hover: hover) and (pointer: fine) {
  .btn-style.green a:hover {
    background: #fff;
    color: #9ad459;
  }
  .btn-style.green a:hover::after {
    border-color: #9ad459;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn-style.green a:has(.ic_text):hover {
    border-color: #9ad459;
    background: #9ad459;
    color: #fff;
    opacity: 0.7;
  }
  .btn-style.green a:has(.ic_text):hover::after {
    border-color: #fff;
  }
}

.post-list dt,
.post-list dd {
  letter-spacing: 0.08em;
}
.post-list dt {
  color: var(--main_color);
}
.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: auto 1fr;
  }
  .post-list dt,
  .post-list dd {
    padding: 2.5em 0;
    border-bottom: solid 1px #ccc;
  }
  .post-list dt {
    padding-right: 1em;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .post-list dt {
    padding-top: 5px;
  }
  .post-list dd {
    padding-bottom: 5px;
    border-bottom: solid 1px #ccc;
  }
}

.sec_top {
  position: relative;
  z-index: 0;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .sec_top {
    padding: 100px 0;
  }
}
.sec_top .topinner {
  position: relative;
  z-index: 1;
}
.sec_top .top_h2 {
  position: relative;
  margin: 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .sec_top .top_h2 {
    margin-bottom: 30px;
    font-size: 36px;
  }
}
.sec_top .top_h2 .jp,
.sec_top .top_h2 .en {
  display: block;
}
.sec_top .top_h2 .en {
  color: var(--main_color);
  font-size: 55.5555555556%;
  font-weight: 500;
}
.sec_top .top_h2.top_h2_ic::before {
  content: "";
  display: block;
}
.sec_top .top_h2.top_h2_ic.text-center::before {
  margin: 0 auto;
  margin-bottom: 0.2em;
}
.sec_top h3 {
  padding-top: 0;
}
.sec_top h3::after {
  content: unset;
}
@media (min-width: 768px) {
  .sec_top .top_h3 {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .sec_top .row {
    display: flex;
  }
  .sec_top .row.reverse {
    flex-direction: row-reverse;
  }
}
.sec_top .wrap_text p {
  line-height: 2;
  letter-spacing: 0.05em;
}
.sec_top .wrap_text p:not(:last-child) {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .sec_top .wrap_text p:not(:last-child) {
    margin-bottom: 2em;
  }
}
.sec_top .btn-style {
  padding: 0;
}

.sec_info .row_post > .col {
  border-radius: 20px;
  background: #fcf6e8;
}
.sec_info .row_post > .col.col_border {
  outline: solid 4px #fce8c7;
  outline-offset: -8px;
}
@media (max-width: 767px) {
  .sec_info .row_post > .col {
    padding: 20px 10px;
  }
  .sec_info .row_post > .col:not(:last-child) {
    margin-bottom: 20px;
  }
  .sec_info .row_post > .col_info {
    padding: 40px 20px;
  }
}
@media (min-width: 768px) {
  .sec_info .row_post {
    -moz-column-gap: clamp(20px, -12.54px + 4.24vw, 40px);
         column-gap: clamp(20px, -12.54px + 4.24vw, 40px);
  }
  .sec_info .row_post > .col {
    flex: 1;
    padding: 50px clamp(20px, -28.81px + 6.36vw, 50px);
  }
}
.sec_info .row_post .row_head {
  display: flex;
  align-items: center;
  padding-bottom: 1em;
  border-bottom: solid 2px var(--main_color);
  margin: 0;
}
.sec_info .row_post .row_head > .col_title {
  flex: 1;
}
.sec_info .row_post .row_head .btn-style.slim a {
  min-width: unset;
  width: 80px;
}
.sec_info .row_post .post_title {
  font-size: 26px;
  font-weight: bold;
	line-height: 1;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .sec_info .row_post .post_title {
    font-size: 34px;
  }
}
.sec_info .row_post p:not(:last-child) {
  margin-bottom: 0.5em;
}
.sec_info .row_post p.clinic {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  .sec_info .row_post p.clinic {
    font-size: 30px;
  }
}
.sec_info .row_post p:has(.ic_tel) {
  margin-bottom: 20px;
}
.sec_info .row_post .ic_tel {
  font-size: 32px;
}
.sec_info .row_post>.col_info .btn-style:not(:last-child) {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
.sec_info .row_post>.col_info .btn-style:not(:last-child) {
    margin-bottom: 40px;
  }
}
.sec_info .row_post>.col_info .btn-style a:has(.ic_web){
  min-width: 220px;
  padding: 0.4em 1.5em;
  font-size: 22px;
}
.sec_info .row_post .time-table th,
.sec_info .row_post .time-table td {
  padding: 0.8em 0.2em;
	font-size:16px;
}
.sec_info .row_post .time-table tbody tr:last-child th,
.sec_info .row_post .time-table tbody tr:last-child td {
  border-bottom: unset;
}

.sec_greeting {
  background: url("../img/top/top_bg003.jpg") repeat center/12px 12px;
}
@media (min-width: 768px) {
  .sec_greeting {
    padding: 150px 0;
  }
}
.sec_greeting::before, .sec_greeting::after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
}
.sec_greeting::before {
  top: 0;
  background: url("../img/top/top_bg001.png") no-repeat top center/100% auto;
}
.sec_greeting::after {
  bottom: 0;
  background: url("../img/top/top_bg002.png") no-repeat bottom center/100% auto;
}
.sec_greeting .block_greeting {
  position: relative;
  padding: 20px 10px;
  padding-top: 100px;
  border-radius: 20px;
  background: #fff;
}
@media (min-width: 768px) {
  .sec_greeting .block_greeting {
    padding: clamp(40px, -25.08px + 8.47vw, 80px) clamp(20px, -77.63px + 12.71vw, 80px);
    padding-top: 150px;
    border-radius: 40px;
  }
}
@media (min-width: 768px) {
  .sec_greeting .block_greeting .sec_img .btn-style {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .sec_greeting .block_greeting .alignright {
    margin-left: 5%;
  }
}
.sec_greeting .block_greeting .top_h2 {
  position: absolute;
  top: -0.8823529412em;
  right: 0;
  left: 0;
  margin: auto;
}
@media (min-width: 768px) {
  .sec_greeting .block_greeting .top_h3 {
	margin-top: 0;
    text-align: left;
  }
}
.sec_greeting .block_greeting figure.sp {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sec_greeting .block_greeting .wrap_text + .btn-style {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .sec_greeting .top_h2 {
    font-size: 34px;
  }
  .sec_greeting .top_h2 .en {
    font-size: 20px;
  }
}
.sec_greeting .top_h2.top_h2_ic::before {
  width: calc(89 / 34 * 1em);
  height: calc(61 / 34 * 1em);
  background: url("../img/top/top_h2_001.svg") no-repeat center/contain;
}

.sec_features {
  background: url("../img/top/top_bg004.jpg") no-repeat center/cover;
}

@media (min-width: 768px) {
.sec_features .top_h2{
	margin-bottom: 50px;
}
}
.sec_features .top_h2.top_h2_ic::before {
  width: calc(82 / 36 * 1em);
  height: calc(62 / 36 * 1em);
  background: url("../img/top/top_h2_002.svg") no-repeat center/contain;
}
@media (max-width: 767px) {
  .sec_features .row_features > .col:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .sec_features .row_features {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    -moz-column-gap: clamp(30px, -18.81px + 6.36vw, 60px);
         column-gap: clamp(30px, -18.81px + 6.36vw, 60px);
    row-gap: 55px;
  }
  .sec_features .row_features > .col {
    width: calc((100% - clamp(30px, -18.81px + 6.36vw, 60px) * 1) / 2);
    max-width: 570px;
  }
}
.sec_features .card_feature .card_title {
	margin: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .sec_features .card_feature .card_title {
    margin-bottom: 10px;
  }
}
.sec_features .card_feature .card_title img {
  width: 100%;
  height: auto;
}

.sec_menu {
  background: #fffcf5;
}
.sec_menu::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/top/top_bg001.png") no-repeat top center/100% auto;
}
@media (min-width: 768px) {
  .sec_menu .top_h2.top_h2_ic {
    margin-bottom: 50px;
  }
}
.sec_menu .top_h2.top_h2_ic::before {
  width: calc(82 / 36 * 1em);
  height: calc(62 / 36 * 1em);
  background: url("../img/top/top_h2_003.svg") no-repeat center/contain;
}
.sec_menu .row_menu {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .sec_menu .row_menu > .col:not(:last-child) {
    margin: 0;
  }
  .sec_menu .row_menu .card_menu a {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .sec_menu .row_menu {
    gap: 30px;
  }
}
.sec_menu .card_menu a {
  position: relative;
  display: block;
  width: 170px;
  border-radius: 20px;
  background: #fff;
  padding: 15px 0 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3636363636;
  text-decoration: none;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .sec_menu .card_menu a {
    width: 277px;
    min-height: 255px;
    padding: 25px 0 15px;
    font-size: 22px;
  }
}
.sec_menu .card_menu a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  margin: auto;
  display: block;
  width: 15px;
  height: 15px;
  background: url("../img/common/arrow01.svg") no-repeat center/contain;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .sec_menu .card_menu a::after {
    width: 26px;
    height: 26px;
  }
}
.sec_menu .card_menu a img,
.sec_menu .card_menu a .text {
  display: block;
  transition: 0.3s;
}
.sec_menu .card_menu a img {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .sec_menu .card_menu a img {
    width: 137px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .sec_menu .card_menu a:hover {
    opacity: 0.8;
  }
  .sec_menu .card_menu a:hover::after {
    transform: translateX(3px);
  }
}

.sec_allergy {
  background: url("../img/top/top_bg005.jpg") no-repeat top center/100% auto;
}
@media (min-width: 768px) {
  .sec_allergy {
    background: url("../img/top/top_bg005.jpg") no-repeat center/cover;
  }
}
@media (max-width: 767px) {
  .sec_allergy .row_allergy > .col:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .sec_allergy .row_allergy {
    -moz-column-gap: clamp(20px, -12.54px + 4.24vw, 40px);
         column-gap: clamp(20px, -12.54px + 4.24vw, 40px);
  }
  .sec_allergy .row_allergy > .col_text {
    flex: 1;
    min-width: 460px;
  }
  .sec_allergy .row_allergy > .col_img {
    width: 48.3333333333%;
  }
}
.sec_allergy .row_allergy .title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .sec_allergy .row_allergy .title {
    margin-bottom: 15px;
    font-size: 26px;
  }
}
.sec_allergy .row_allergy .title .color {
  color: var(--main_color);
}
.sec_allergy .row_allergy .title .large {
  font-size: 138.4615384615%;
}

.sec_clinic {
  background: #fcf6e8;
}
.sec_clinic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/top/top_bg006.png") no-repeat top center/100% auto;
}
.sec_clinic .top_h2.top_h2_ic {
  margin-bottom: 40px;
}
.sec_clinic .top_h2.top_h2_ic::before {
  width: calc(82 / 36 * 1em);
  height: calc(62 / 36 * 1em);
  background: url("../img/top/top_h2_004.svg") no-repeat center/contain;
}
@media (min-width: 768px) {
  .sec_clinic .row_clinic {
    align-items: center;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .sec_clinic .row_clinic > .col {
    width: calc((100% - 40px) / 2);
  }
}
.sec_clinic .row_clinic p.clinic {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: bold;
	line-height: 1;
}
@media (max-width: 767px) {
  .sec_clinic .row_clinic p.clinic {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .sec_clinic .row_clinic p.clinic {
    font-size: 30px;
  }
}
.sec_clinic .row_clinic dl {
  display: grid;
  grid-template-columns: auto 1fr;
}
.sec_clinic .row_clinic dl dt,
.sec_clinic .row_clinic dl dd {
  padding: 0.95em 0;
  border-bottom: solid 1px #dbcfb4;
  line-height: 1.75;
  letter-spacing: 0.05em;
  vertical-align: baseline;
}
.sec_clinic .row_clinic dl dt {
  padding-right: 1.5em;
  color: var(--main_color);
  font-weight: bold;
}
.sec_clinic .row_clinic dl + .time-table {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .sec_clinic .row_clinic dl + .time-table {
    margin-top: 30px;
  }
}
.sec_clinic .row_clinic .time-table th,
.sec_clinic .row_clinic .time-table td {
  padding: 0.8em 0.2em;
	font-size:16px;
}
.sec_clinic .row_clinic .time-table tbody tr:last-child th,
.sec_clinic .row_clinic .time-table tbody tr:last-child td {
  border-bottom: unset;
}

.dib {
  display: inline-block;
}

.ic_text {
  position: relative;
  display: inline-block;
  line-height: 1;
  text-align: left;
}
.ic_text::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: block;
  height: auto;
}

.ic_tel {
  padding-left: calc(24 / 32 * 1em + 0.2em);
  font-weight: 600;
  letter-spacing: 0.05em;
}
.ic_tel::before {
  width: calc(24 / 32 * 1em);
  height: calc(25 / 32 * 1em);
  background: url("../img/common/ic_tel.svg") no-repeat center/contain;
}

.ic_access {
  padding-left: calc(17 / 16 * 1em + 0.4em);
}
.ic_access::before {
  width: calc(17 / 16 * 1em);
  height: calc(24 / 16 * 1em);
  background: url("../img/common/ic_access.svg") no-repeat center/contain;
}

.ic_web {
  padding-left: calc(28 / 22 * 1em + 0.4em);
}
.ic_web::before {
  width: calc(28 / 22 * 1em);
  height: calc(20 / 22 * 1em);
  background: url("../img/common/ic_web.svg") no-repeat center/contain;
}/*# sourceMappingURL=index.css.map */