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

.page-title h2 {
  font-family: var(--font-Kaku);
  color: #333;
  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: bold;
  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-Kaku);
  line-height: 1.4;
  color: #333333;
  font-weight: bold;
}

.entry-block h3, h3 {
  text-align: center;
  font-size: clamp(24px, 2.24vw, 30px);
  padding-top: 71px;
  letter-spacing: 0.06em;
  position: relative;
  margin: 0 auto clamp(20px, 4vw, 40px);
}
.entry-block h3:before, h3:before {
  content: "";
  width: 98px;
  height: 61px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: auto;
  background: url("../img/common/h3.png") no-repeat center/cover;
}

h4 {
  font-size: clamp(22px, 1.92vw, 24px);
  border-bottom: dashed 2px #f87334;
  padding: 10px 0 10px 42px;
  margin: 0 auto clamp(15px, 2vw, 25px);
  position: relative;
}
h4:before {
  content: "";
  width: 5px;
  height: 21px;
  background: var(--main_color);
  position: absolute;
  top: 13px;
  bottom: auto;
  left: 0;
  margin: auto;
  width: 32px;
  height: 33px;
  background: url("../img/common/h4.png") no-repeat center/cover;
}

h5 {
  font-size: clamp(20px, 1.76vw, 22px);
  background: #ffb415;
  display: inline-block;
  padding: 0 10px 3px;
  margin: 0 auto clamp(15px, 1.6vw, 20px);
}

h6 {
  font-size: clamp(18px, 1.6vw, 20px);
  padding-left: 35px;
  margin: 0 auto clamp(10px, 1.6vw, 15px);
  position: relative;
}
h6:before {
  content: "";
  width: 25px;
  height: 21px;
  background: url("../img/common/h6.png") no-repeat center/cover;
  position: absolute;
  top: 2px;
  bottom: auto;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  h6:before {
    top: 2px;
  }
}

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: 50%;
    margin: 0 0 0.5em 0;
    padding-right: 0.8em;
  }
  .float-list3 li {
    display: inline-block;
    width: 33.3%;
    margin: 0 0 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;
  }
}
@media screen and (min-width: 768px) {
  .ul01_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 2%;
  }
  .ul01_2 li {
    margin: 0;
    width: 49%;
  }
}

.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.7em;
  left: 0;
}

@media screen and (min-width: 768px) {
  .ul01_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 2%;
  }
  .ul01_3 li {
    width: 32%;
    margin: 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;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 10;
}

.ul_arrow li a {
  background: var(--main_color);
  color: #fff;
  border: solid 1px var(--main_color);
  text-decoration: none;
  display: block;
  border-radius: 30px;
  padding: 10px clamp(20px, 2.56vw, 32px) 9px;
  font-size: clamp(16px, 2.08vw, 17px);
  position: relative;
  overflow: hidden;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}
.ul_arrow li a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 14px;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 13px;
  background: url("../img/common/arrow.png") no-repeat center/cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ul_arrow li a:hover {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.6;
}

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;
  margin-bottom: 0.9em;
  padding-left: 2.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.6;
  text-align: center;
  font-size: 90%;
}

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

.color01 {
  color: #f87334 !important;
}

.color02 {
  color: #6fcf97 !important;
}

.time-table {
  width: 100%;
  table-layout: fixed;
}
.time-table:not(:last-child) {
  margin-bottom: clamp(15px, 4vw, 50px);
}
.time-table th,
.time-table td {
  vertical-align: middle;
  font-weight: bold;
  padding: 16px 5px;
  font-size: clamp(14px, 1.44vw, 18px);
  text-align: center;
}
.time-table th:first-child {
  width: 35%;
}
.time-table thead th:last-child {
  width: 15%;
}
.time-table thead th,
.time-table thead td {
  background: #ffb415;
  color: #fff;
}
.time-table tbody tr td {
  color: #333;
}
.time-table tbody th,
.time-table tbody td {
  border-bottom: solid 1px #dddddd;
  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 {
  font-weight: bold;
  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 #dddddd;
}
.table01 th {
  border-top: solid 1px var(--main_color);
  text-align: left;
  font-weight: bold;
}
.table01 th:first-child {
  width: 30%;
}
.table01 td {
  border-top: solid 1px #dddddd;
}
@media (min-width: 768px) {
  .table01 th:first-child {
    width: 24%;
  }
}

.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: #ffb415;
  color: #fff;
  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: #fff9eb;
}
.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;
  -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-Kaku);
  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: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    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-radius: 50px;
  background: #fff9eb;
}
@media screen and (max-width: 767px) {
  .flow-block {
    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: #ffb415;
  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 #b0b0b0;
}
.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: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: 10px;
  bottom: auto;
  font-weight: 500;
  top: 1px;
  font-weight: bold;
}
.qa-block .title {
  position: relative;
  padding-right: 40px;
  display: block;
  cursor: pointer;
  font-weight: bold;
  font-size: clamp(18px, 1.92vw, 20px);
}
.qa-block .title:after {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 3px solid var(--main_color);
  border-right: 3px solid var(--main_color);
  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:after {
  -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: var(--main_color);
}
.qa-block .answer {
  padding-bottom: 40px;
  display: none;
}
.qa-block .answer:after {
  background: var(--sub_color);
  top: 6px;
}
.qa-block .answer:before {
  content: "A";
  top: 4px;
  left: 12px;
}

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

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

.border-block {
  border-radius: 50px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: clamp(20px, 4vw, 50px);
}
@media screen and (max-width: 767px) {
  .border-block {
    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: #fff9eb;
  overflow: hidden;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .bg-block {
    border-radius: 20px;
  }
}
.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: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .row.col2.reverse {
    direction: rtl;
  }
  .row.col2.reverse > * {
    direction: ltr;
  }
  .row.col3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .row.col4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .row.col5 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    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;
  }
}

.under-page #contents > .clearfix {
  overflow: initial;
}

.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;
  max-width: 300px;
  width: 100%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 12px 30px;
  background: var(--main_color);
  border: solid 1px var(--main_color);
  color: #fff;
  font-weight: bold;
  transition: 0.3s ease;
  line-height: 1.4;
  border-radius: 50px;
}
.btn-style a:after {
  content: "";
  width: 14px;
  height: 13px;
  background: url("../img/common/arrow.png") no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn-style a:hover {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0.6;
}

.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: -ms-grid;
    display: grid;
    -ms-grid-columns: 120px 1fr;
    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;
  }
}

.home #contents > .inner {
  max-width: 100%;
  width: 100%;
}

.sec_top h2 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px;
  padding: 0;
  position: relative;
}
.sec_top h2 .sec_span {
  display: block;
  font-size: 16px;
  color: #f87334;
}
.sec_top h2:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
}
.sec_top .sec_img {
  margin: 0;
  text-align: center;
}
.sec_top .sec_img img {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .sec_top h2 {
    font-size: 36px;
    margin: 0 0 40px;
    padding: 0;
  }
  .sec_top h2 .sec_span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1250px) {
  .sec_top h2 {
    font-size: 48px;
    margin: 0 0 50px;
    padding: 0;
  }
  .sec_top h2 .sec_span {
    font-size: 16px;
  }
}

.sec01 {
  padding: 50px 0;
}
.sec01 .sec_title {
  font-size: 22px;
  line-height: 1;
  gap: 15px;
  font-weight: bold;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec01 .sec_title .sec_span {
  font-size: 14px;
  color: #f87334;
}
.sec01 .sec_title {
  position: relative;
  padding-left: 22px;
}
.sec01 .sec_title:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 5px;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f87334;
}
.sec01 .sec_btn a {
  font-weight: bold;
  font-size: 16px;
}
.sec01 .sec_btn a {
  text-decoration: none;
  position: relative;
  padding-right: 50px;
  color: #f87334;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sec01 .sec_btn a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.sec01 .sec_btn a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: url("../img/top/sec01_arrow.png") no-repeat center/cover;
}
.sec01 .post-list .sec_category {
  padding: 0px 16px;
  color: #5e81d1;
  font-weight: bold;
	font-size: 16px;
  border-radius: 5px;
  border: 2px solid #5e81d1;
}
.sec01 .post-list .sec_category.category-vaccination {
  color: #d3d35e;
  border-color: #d3d35e;
}
.sec01 .post-list .sec_category.category-pediatrics {
  color: #d1815e;
  border-color: #d1815e;
}
.sec01 .post-list .sec_category.category-otorhinolaryngology {
  color: #ce5f97;
  border-color: #ce5f97;
}
.sec01 .post-list .sec_category.category-words {
  color: #5db7d4;
  border-color: #5db7d4;
}
.sec01 .post-list .sec_category.category-checkup {
  color: #4bbe7b;
  border-color: #4bbe7b;
}
.sec01 .post-list dt, .sec01 .post-list dd {
  font-weight: 400;
  font-size: 16px;
}
.sec01 .post-list dd {
  border-bottom: 2px dashed #dddddd;
}
.sec01 .post-list a {
  position: relative;
}
.sec01 .post-list a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 20px;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 13px;
  background: url("../img/common/hov_arrow.png") no-repeat center/cover;
}
.sec01 .row {
  margin-top: 30px;
}
.sec01 .time-table {
  margin-bottom: 10px;
}
.sec01 .time-table thead th {
  padding: 11.5px 5px;
  font-size: 16px;
}
.sec01 .time-table thead th:first-child {
  border-radius: 5px 0 0 5px;
}
.sec01 .time-table thead th:last-child {
  border-radius: 0 5px 5px 0;
}
.sec01 .time-table tbody th {
  font-size: 16px;
  line-height: 22px;
}
.sec01 .time-table tbody th .sec_span {
  font-size: 10px;
  display: block;
}
.sec01 .time-table tbody th:first-child {
  border-radius: 5px 0 0 5px;
}
.sec01 .time-table tbody td:last-child {
  border-radius: 0 5px 5px 0;
}
.sec01 .time-table tbody th, .sec01 .time-table tbody td {
  padding: 6px 5px;
  border: none;
  background: #f8f1e1;
  border-top: 10px solid #fff;
}
.sec01 .footer_text {
  font-weight: bold;
}
.sec01 .sec_title2 {
  font-size: 20px;
  line-height: 1;
  margin: 0 0 15px !important;
  text-align: center;
  font-weight: bold;
}
.sec01 .sec_info {
  font-size: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px !important;
  font-weight: bold;
  border-bottom: 2px solid #dcd0b3;
}
.sec01 .text_box {
  padding: 30px 10px;
  border-radius: 20px;
  border: 2px dashed #f87334;
}
.sec01 .calendar_box iframe{
	border-radius: 10px;
}
.sec01 .sec_tel {
  max-width: 320px;
  width: 100%;
  margin: auto !important;
  background: #fff9eb;
  border-radius: 30px;
  text-align: center;
  padding: 11.5px 0;
  margin-bottom: 10px !important;
}
.sec01 .sec_tel a {
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-size: 25px;
  line-height: 1;
  font-weight: bold;
  position: relative;
  padding-left: 38px;
}
.sec01 .sec_tel a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 28px;
  height: 27px;
  background: url("../img/common/hdr_tel.png") no-repeat center/cover;
}
.sec01 .btn-style {
  padding: 0;
}
.sec01 .btn-style a {
  font-size: 16px;
  padding: 12px 20px;
  width: 100%;
  max-width: 320px;
}
.sec01 .btn-style a .sec_span {
  position: relative;
  padding-left: 34px;
}
.sec01 .btn-style a .sec_span:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 25px;
  background: url("../img/common/hdr_icon01.png") no-repeat center/cover;
}
.sec01 .post-list dt .list_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;.sec01 .post-list dd .list_box .sec_categoryalign-content
  }
  .sec01 .post-list dt .list_box .sec_category {
    width: 100px;
	text-align:center;
	font-size: 14px;
  }
@media screen and (max-width: 767px) {
  .sec01 .post-list dt .list_box .sec_category {
	font-size: 12px;
  }
  .sec01 .row .col:not(:first-child) {
    margin-top: 30px;
  }
  .sec01 .sec_img {
    margin-top: 10px;
  }
  .sec01 .sec_btn {
    text-align: center;
  }
  .sec01 .post-list dt:not(:first-child) {
    padding-top: 15px;
  }
  .sec01 .post-list dd {
    padding: 2px 0 5px;
  }
  .sec01 .post-list dd a {
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .sec01 {
    padding: 80px 0 125px;
  }
  .sec01 .sec_title2 {
    font-size: 24px;
    line-height: 1;
    margin: 0 0 15px !important;
  }
  .sec01 .text_box {
    padding: 30px 10px;
  }
  .sec01 .sec_tel a {
    font-size: 26px;
    line-height: 1;
    padding-left: 38px;
  }
  .sec01 .sec_tel a:after {
    width: 28px;
    height: 27px;
  }
  .sec01 .btn-style a {
    font-size: 16px;
    padding: 16.5px 30px;
    width: 100%;
    max-width: 320px;
  }
  .sec01 .btn-style a .sec_span {
    padding-left: 34px;
  }
  .sec01 .btn-style a .sec_span:after {
    width: 24px;
    height: 25px;
  }
  .sec01 .info_box {
    gap: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec01 .info_box .col_box:first-child {
    width: calc(100% - 120px);
  }
  .sec01 .info_box .col_box:last-child {
    width: 100px;
  }
  .sec01 .sec_info {
    text-align: center;
    font-size: 18px;
    padding-bottom: 25px;
    margin-bottom: 20px !important;
  }
  .sec01 .sec_title {
    font-size: 30px;
    line-height: 1;
    gap: 20px;
  }
  .sec01 .sec_title .sec_span {
    font-size: 16px;
  }
  .sec01 .sec_title {
    padding-left: 22px;
  }
  .sec01 .sec_title:after {
    top: 5px;
    width: 7px;
    height: 7px;
  }
  .sec01 .footer_text {
    font-size: 20px;
  }
  .sec01 .time-table {
    margin-bottom: 10px;
  }
  .sec01 .time-table thead th {
    padding: 11.5px 5px;
    font-size: 16px;
  }
  .sec01 .time-table tbody th {
    font-size: 18px;
    line-height: 24px;
  }
  .sec01 .time-table tbody th .sec_span {
    font-size: 10px;
  }
  .sec01 .time-table tbody th:first-child {
    border-radius: 5px 0 0 5px;
  }
  .sec01 .time-table tbody td:last-child {
    border-radius: 0 5px 5px 0;
  }
  .sec01 .time-table tbody th, .sec01 .time-table tbody td {
    padding: 6px 5px;
    border-top: 10px solid #fff;
  }
  .sec01 .col .sec_title {
    margin-bottom: 15px !important;
  }
  .sec01 .sec_title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
  .sec01 .sec_title_box .sec_title {
    margin: 0;
  }
  .sec01 .sec_title_box .btn-style {
    margin: 0;
    padding: 0;
  }
  .sec01 .post-list {
    display: block !important;
  }
  .sec01 .post-list dt {
    float: left;
	clear: both;
    border: none;
    padding: 12px 0;
    padding-left: 20px;
  }
  .sec01 .post-list dd {
    padding: 12px 0;
    padding-left: 225px;
    border-bottom: 2px dashed #dddddd;
  }
  .sec01 .post-list dd a {
    padding-right: 40px;
  }
  
  .sec01 .post-list dd .list_box a {
    width: calc(100% - 118px);
    display: block;
	font-size: 14px;
  }
  .sec01 .post-list dd:first-of-type {
    border-top: 2px dashed #dddddd;
  }
  .sec01 .row {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1250px) {
  .sec01 .info_box {
    gap: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec01 .info_box .col_box:first-child {
    width: calc(100% - 170px);
  }
  .sec01 .info_box .col_box:last-child {
    width: 130px;
  }
  .sec01 .sec_title2 {
    font-size: 32px;
    line-height: 1;
    margin: 0 0 15px !important;
  }
  .sec01 .text_box {
    padding: 50px;
  }
  .sec01 .sec_tel a {
    font-size: 37px;
    line-height: 1;
    padding-left: 35px;
  }
  .sec01 .sec_tel a:after {
    width: 28px;
    height: 27px;
  }
  .sec01 .btn-style a {
    font-size: 20px;
    padding: 16.5px 30px;
    width: 100%;
    max-width: 320px;
  }
  .sec01 .btn-style a .sec_span {
    padding-left: 34px;
  }
  .sec01 .btn-style a .sec_span:after {
    width: 24px;
    height: 25px;
  }
  .sec01 .time-table {
    margin-bottom: 10px;
  }
  .sec01 .time-table thead th {
    padding: 11.5px 5px;
    font-size: 18px;
  }
  .sec01 .time-table tbody th {
    font-size: 20px;
    line-height: 24px;
  }
  .sec01 .time-table tbody th .sec_span {
    font-size: 14px;
  }
  .sec01 .time-table tbody th:first-child {
    border-radius: 5px 0 0 5px;
  }
  .sec01 .time-table tbody td:last-child {
    border-radius: 0 5px 5px 0;
  }
  .sec01 .time-table tbody th, .sec01 .time-table tbody td {
    padding: 6px 5px;
    border-top: 10px solid #fff;
  }
}

.sec02 {
  padding: 50px 0;
  background: #fff9eb;
}
.sec02 .sec_title {
  font-size: 22px;
  margin-bottom: 20px !important;
  color: #f87334;
  font-weight: bold;
  text-align: center;
}
.sec02 .sec_title .sec_span {
  border-bottom: 2px dashed #f87334;
}
.sec02 .sec_title {
  position: relative;
  padding-top: 88px;
}
.sec02 .sec_title:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  width: 112px;
  height: 68px;
  background: url("../img/top/sec02_icon01.png") no-repeat center/cover;
}
.sec02 .sec_text {
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec02 {
    padding: 110px 0 150px;
    background: url("../img/top/sec02_bg01.png") no-repeat center bottom/cover;
    position: relative;
  }
  .sec02:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: -50px;
    bottom: auto;
    width: 100%;
    height: 50px;
    background: url("../img/top/sec02_bg02.png") no-repeat center/cover;
  }
  .sec02 .sec_title {
    font-size: 30px;
    margin-bottom: 35px !important;
    padding-top: 88px;
  }
  .sec02 .sec_title:after {
    width: 112px;
    height: 68px;
  }
  .sec02 .sec_text {
    font-size: 18px;
    line-height: 36px;
  }
  .sec02 .sec_text {
    margin-bottom: 40px !important;
  }
  .sec02 .sec_text:last-child {
    margin-bottom: 0 !important;
  }
}
@media screen and (min-width: 1250px) {
  .sec02 .sec_title {
    font-size: 36px;
    margin-bottom: 40px !important;
    padding-top: 88px;
  }
  .sec02 .sec_title:after {
    width: 112px;
    height: 68px;
  }
}

.sec03 {
  padding: 50px 0;
}
.sec03 h2:after {
  width: 64px;
  height: 72px;
  background: url("../img/top/sec03_h2.png") no-repeat center/cover;
}
.sec03 .sec_text {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec03 h2 {
    margin-top: 20px;
    margin-bottom: 25px;
    padding-top: 82px;
  }
}
@media screen and (min-width: 768px) {
  .sec03 {
    padding: 80px 0;
  }
  .sec03 h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding-left: 74px;
    margin-bottom: 40px;
  }
  .sec03 h2:after {
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
  }
  .sec03 h2 .sec_span {
    display: inline-block;
  }
  .sec03 .sec_text {
    font-size: 18px;
    line-height: 36px;
  }
  .sec03 .row.col2 {
    gap: 0 4%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sec03 .row.col2 .col {
    width: 48%;
  }
  .sec03 .sec_img {
    width: 160%;
  }
}
@media screen and (min-width: 1250px) {
  .sec03 .sec_img {
    width: 980px;
  }
}

.sec04 {
  padding: 50px 0 200px;
  background: url("../img/top/sec04_bg.png") no-repeat center/cover;
}
.sec04 h2 {
  color: #fff;
  padding-top: 67px;
}
.sec04 h2:after {
  width: 47px;
  height: 69px;
  background: url("../img/top/sec04_h2.png") no-repeat center/cover;
}
.sec04 h2 .sec_span {
  color: #fff;
}
.sec04 .sec_img {
  margin-bottom: 0 !important;
}
.sec04 .sec_box {
  padding: 30px 10px;
  background: #fff;
  border-radius: 20px;
  position: relative;
}
.sec04 .sec_box:before, .sec04 .sec_box:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
}
.sec04 .sec_box:before {
  top: -31px;
  bottom: auto;
  width: 261px;
  height: 31px;
  background: url("../img/top/sec04_icon01.png") no-repeat center/cover;
}
.sec04 .sec_box:after {
  top: auto;
  bottom: -131px;
  width: 66px;
  height: 131px;
  background: url("../img/top/sec04_icon02.png") no-repeat center/cover;
}
.sec04 .sec_title {
  font-size: 20px;
  letter-spacing: -0.05em;
  margin-bottom: 10px !important;
  font-weight: bold;
  position: relative;
  padding-left: 15px;
}
.sec04 .sec_title:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 4px;
  bottom: auto;
  width: 5px;
  height: 24px;
  background: #f87334;
}
.sec04 .sec_text {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec04 .row.col3 .col:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .sec04 {
    padding: 80px 0 210px;
  }
  .sec04 .row.col3 {
    gap: 50px 20px;
  }
  .sec04 .topinner {
    width: 1360px;
  }
  .sec04 .sec_box {
    padding: 50px 20px;
    border-radius: 50px;
  }
  .sec04 .sec_box:before {
    top: -31px;
    bottom: auto;
    width: 261px;
    height: 31px;
  }
  .sec04 .sec_box:after {
    top: auto;
    bottom: -131px;
    width: 66px;
    height: 131px;
  }
  .sec04 .sec_title {
    font-size: 20px;
    letter-spacing: -0.05em;
    margin-bottom: 20px !important;
    padding-left: 15px;
  }
  .sec04 .sec_title:after {
    top: 5px;
    bottom: auto;
    width: 5px;
    height: 24px;
  }
  .sec04 .sec_text {
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1250px) {
  .sec04 .sec_box {
    padding: 80px;
    border-radius: 100px;
  }
  .sec04 .sec_box:before {
    top: -31px;
    bottom: auto;
    width: 261px;
    height: 31px;
  }
  .sec04 .sec_box:after {
    top: auto;
    bottom: -131px;
    width: 66px;
    height: 131px;
  }
  .sec04 .sec_title {
    font-size: 24px;
    letter-spacing: -0.05em;
    margin-bottom: 20px !important;
    padding-left: 15px;
  }
  .sec04 .sec_title:after {
    top: 7px;
    bottom: auto;
    width: 5px;
    height: 24px;
  }
  .sec04 .sec_text {
    font-size: 18px;
    line-height: 28px;
  }
}

.sec05 {
  padding: 50px 0 80px;
  background: url("../img/top/sec05_bg.png") no-repeat center bottom/cover;
}
.sec05 h2 {
  padding-top: 90px;
}
.sec05 h2:after {
  width: 71px;
  height: 70px;
  background: url("../img/top/sec05_h2.png") no-repeat center/cover;
}
.sec05 .sec_title {
  font-size: clamp(18px, 5vw, 38.35px);
  line-height: 1;
  font-weight: bold;
  margin: 0 0 clamp(10px, 2.7777777778vw, 21.3055555556px) !important;
  text-align: center;
}
.sec05 .sec_text {
  font-size: clamp(12px, 3.3333333333vw, 25.5666666667px);
  line-height: clamp(16px, 4.4444444444vw, 34.0888888889px);
  font-weight: bold;
}
.sec05 .sec_bnr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 350px;
  border-radius: 50%;
  text-decoration: none;
  padding: clamp(40px, 11.1111111111vw, 85.2222222222px) clamp(10px, 2.7777777778vw, 21.3055555556px) clamp(30px, 8.3333333333vw, 63.9166666667px);
  position: relative;
}
.sec05 .sec_bnr a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  width: clamp(40px, 11.1111111111vw, 85.2222222222px);
  height: clamp(43px, 11.9444444444vw, 91.6138888889px);
}
.sec05 .sec_bnr a .sec_span {
  display: block;
}
.sec05 .sec_bnr a .sec_title {
  display: block;
}
.sec05 .sec_bnr a .sec_text {
  display: block;
}
.sec05 .sec_bnr a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sec05 .sec_bnr a:hover {
  opacity: 0.7;
}
.sec05 .sec_bnr.sec_bnr01 a {
  border: 3px dashed #f87334;
  background: #fff url("../img/top/sec05_icon01.png") no-repeat center/100%;
}
.sec05 .sec_bnr.sec_bnr01 a .sec_title {
  color: #f87334;
}
.sec05 .sec_bnr.sec_bnr01 a:after {
  background: url("../img/top/sec05_arrow01.png") no-repeat center/cover;
}
.sec05 .sec_bnr.sec_bnr02 a {
  border: 3px dashed #b471cd;
  background: #fff url("../img/top/sec05_icon02.png") no-repeat center/100%;
}
.sec05 .sec_bnr.sec_bnr02 a .sec_title {
  color: #b471cd;
}
.sec05 .sec_bnr.sec_bnr02 a:after {
  background: url("../img/top/sec05_arrow02.png") no-repeat center/cover;
}
.sec05 .sec_bnr.sec_bnr03 a {
  border: 3px dashed #4bbe7b;
  background: #fff url("../img/top/sec05_icon03.png") no-repeat center/100%;
}
.sec05 .sec_bnr.sec_bnr03 a .sec_title {
  color: #4bbe7b;
}
.sec05 .sec_bnr.sec_bnr03 a:after {
  background: url("../img/top/sec05_arrow03.png") no-repeat center/cover;
}
.sec05 .sec_bnr.sec_bnr04 a {
  border: 3px dashed #f0ab18;
  background: #fff url("../img/top/sec05_icon04.png") no-repeat center/100%;
}
.sec05 .sec_bnr.sec_bnr04 a .sec_title {
  color: #f0ab18;
}
.sec05 .sec_bnr.sec_bnr04 a:after {
  background: url("../img/top/sec05_arrow04.png") no-repeat center/cover;
}
.sec05 .sec_bnr.sec_bnr05 a {
  border: 3px dashed #f47f87;
  background: #fff url("../img/top/sec05_icon05.png") no-repeat center/100%;
}
.sec05 .sec_bnr.sec_bnr05 a .sec_title {
  color: #f47f87;
}
.sec05 .sec_bnr.sec_bnr05 a:after {
  background: url("../img/top/sec05_arrow05.png") no-repeat center/cover;
}
.sec05 .sec_bnr.sec_bnr06 a {
  border: 3px dashed #5db7d4;
  background: #fff url("../img/top/sec05_icon06.png") no-repeat center/100%;
}
.sec05 .sec_bnr.sec_bnr06 a .sec_title {
  color: #5db7d4;
}
.sec05 .sec_bnr.sec_bnr06 a:after {
  background: url("../img/top/sec05_arrow06.png") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .sec05 h2 {
    margin-bottom: 20px;
  }
  .sec05 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 2%;
  }
  .sec05 .row .col {
    width: 49%;
    margin: 0;
  }
  .sec05 .sec_bnr a {
    max-width: 350px;
    width: 100%;
    height: clamp(169px, 46.9444444444vw, 360.0638888889px);
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .sec05 {
    padding: 80px 0 125px;
  }
  .sec05 .sec_title {
    font-size: 22px;
    margin: 0 0 15px !important;
  }
  .sec05 .sec_text {
    font-size: 16px;
    line-height: 24px;
  }
  .sec05 .row.col3 {
    gap: 40px 20px;
  }
  .sec05 .row.col3 .col {
    width: 220px;
  }
  .sec05 .sec_bnr a {
    margin: auto;
    height: 220px;
    border-radius: 50%;
    padding: 40px 25px 40px;
  }
  .sec05 .sec_bnr a:after {
    right: 0;
    bottom: 0;
    width: 50px;
    height: 54px;
  }
}
@media screen and (min-width: 1000px) {
  .sec05 .sec_title {
    font-size: 28px;
    margin: 0 0 25px !important;
  }
  .sec05 .row.col3 {
    gap: 40px 30px;
  }
  .sec05 .row.col3 .col {
    width: 300px;
  }
  .sec05 .sec_bnr a {
    height: 300px;
    border-radius: 50%;
    padding: 70px 20px 40px;
  }
  .sec05 .sec_bnr a:after {
    right: 0;
    bottom: 0;
    width: 80px;
    height: 86px;
  }
}
@media screen and (min-width: 1250px) {
  .sec05 .sec_title {
    font-size: 36px;
    margin: 0 0 25px !important;
  }
  .sec05 .sec_text {
    font-size: 18px;
    line-height: 30px;
  }
  .sec05 .row.col3 {
    gap: 40px 74px;
  }
  .sec05 .row.col3 .col {
    width: 350px;
  }
  .sec05 .sec_bnr a {
    height: 350px;
    border-radius: 50%;
    padding: 100px 45px 40px;
  }
  .sec05 .sec_bnr a:after {
    width: 80px;
    height: 86px;
  }
}

.sec06 {
  padding: 50px 0;
  background: url("../img/top/sec06_bg.png") no-repeat center/cover;
}
.sec06 .sec_title {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  border-bottom: 2px dashed #fff;
  padding-bottom: 15px;
  margin-bottom: 20px !important;
  position: relative;
}
.sec06 .sec_title:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 20px;
  top: auto;
  bottom: -2px;
  width: 94px;
  height: 60px;
  background: url("../img/top/sec06_icon.png") no-repeat center/cover;
}
.sec06 .sec_text {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .sec06 {
    padding: 80px 0;
  }
  .sec06 .sec_title {
    font-size: 23px;
    line-height: 36px;
    padding-bottom: 25px;
    margin-bottom: 20px !important;
  }
  .sec06 .sec_title:after {
    right: 20px;
    bottom: -2px;
    width: 94px;
    height: 60px;
  }
  .sec06 .sec_text {
    font-size: 18px;
    line-height: 36px;
  }
}
@media screen and (min-width: 1250px) {
  .sec06 .sec_title {
    font-size: 36px;
    line-height: 50px;
    padding-bottom: 25px;
    margin-bottom: 20px !important;
  }
  .sec06 .sec_title:after {
    right: 20px;
    bottom: -2px;
    width: 94px;
    height: 60px;
  }
  .sec06 .sec_text {
    font-size: 18px;
    line-height: 36px;
  }
  .sec06 .row.col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
  }
  .sec06 .row.col2 .col:first-child {
    width: 590px;
  }
  .sec06 .row.col2 .col:last-child {
    margin-top: 20px;
    width: calc(100% - 640px);
  }
}

.flow_title {
  font-size: clamp(22px, 1.92vw, 24px);
  margin: 0 auto clamp(15px, 2vw, 25px);
  font-family: var(--font-Kaku);
  line-height: 1.4;
  color: #333;
  font-weight: 700;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow_title .flow_no {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: clamp(22px, 1.92vw, 24px);
  background: var(--main_color);
  color: #fff;
  border-radius: 2px;
  letter-spacing: 0.1em;
  padding: 8px 5px;
  line-height: 1;
  display: inline-block;
  margin-right: 10px;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.bold {
  font-weight: bold;
}

.text-red {
  color: red;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}