.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;
  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(--font-serif);
  color: var(--text-color);
  min-width: 150px;
  font-size: clamp(26px, 2.88vw, 40px);
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 0 auto;
  padding: 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.24vw, 36px);
  padding-top: 1.8055555556em;
  letter-spacing: 0.06em;
  position: relative;
  margin: 0 auto clamp(20px, 4vw, 40px);
}
.entry-block h3:before,
h3:before {
  content: "";
  display: block;
  position: absolute;
  width: 1.8055555556em;
  height: 1.6388888889em;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../img/common/h2.png) no-repeat center top/contain;
}

h4 {
  font-size: clamp(22px, 1.92vw, 30px);
  border-bottom: solid 1px var(--main_color);
  padding: 10px 0 10px 30px;
  margin: 0 auto clamp(15px, 2vw, 25px);
  position: relative;
}
h4:before {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 21px;
  top: 16px;
  bottom: auto;
  right: auto;
  left: 0;
  margin: auto;
  background: url(../img/common/h3.png) no-repeat center/contain;
}

h5 {
  font-size: clamp(20px, 1.76vw, 24px);
  border-bottom: solid 1px var(--main_color);
  display: inline-block;
  padding: 0 18px 5px;
  margin: 0 auto clamp(15px, 1.6vw, 20px);
  position: relative;
}
h5:before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 0.75em;
  top: 0.37em;
  bottom: auto;
  right: auto;
  left: 0;
  margin: auto;
  background: linear-gradient(180deg, var(--sub_color) 0%, var(--sub_color) 50%, var(--main_color) 50%, var(--main_color) 100%);
}

h6 {
  font-size: clamp(18px, 1.6vw, 20px);
  position: relative;
  display: table;
  padding: 0 0.2em;
  margin-bottom: 1em;
  margin-bottom: 0.5em;
  background: linear-gradient(transparent 60%, rgba(40, 133, 128, 0.3) 50%);
}

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

.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 {
  padding: clamp(10px, 2.5vw, 30px) clamp(20px, 4.5vw, 60px);
  border: solid 1px var(--main_color);
  border-radius: 10px;
}
.ul_arrow li a {
  text-decoration: none;
  padding: 0.3em 0;
  padding-left: 40px;
  display: inline-block;
  position: relative;
  font-size: 17px;
  font-weight: 500;
}
.ul_arrow li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  top: 0.6em;
  bottom: auto;
  right: auto;
  left: 0;
  margin: auto;
  background: var(--main_color);
  border-radius: 50%;
}
.ul_arrow li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 1.35em;
  bottom: auto;
  left: 8px;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
}

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.5em;
  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.8;
  text-align: center;
  font-size: 90%;
  top: 5px;
  line-height: 1.7em;
}

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

.time-table {
  width: 100%;
  table-layout: fixed;
}
.time-table:not(:last-child) {
  margin-bottom: 1em;
}
.time-table + p {
  line-height: 1.8;
}
.time-table th,
.time-table td {
  padding: 10px 1px;
  font-size: clamp(14px, 1.44vw, 16px);
  text-align: center;
  vertical-align: middle;
}
.time-table th:first-child {
  width: 35%;
}
.time-table thead th,
.time-table thead td {
  background: #e2ebea;
}
.time-table tbody tr th,
.time-table tbody tr td {
  border-bottom: solid 1px #d8d8d8;
}
.time-table tbody th,
.time-table tbody td {
  background: #fff;
}
.time-table tbody th small,
.time-table tbody td small {
  display: block;
  font-size: 0.875em;
}
@media (min-width: 768px) {
  .time-table thead th:first-child {
    width: 30%;
  }
}

.colorbg01 {
  background: var(--main_color);
  color: #fff;
  padding: 0 0.1em;
}

.colorbg02 {
  background: var(--sub_color);
  color: #fff;
  padding: 0 0.1em;
}

.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 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: 33%;
}
.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: #e2ebea;
  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: #eff5f4;
}
.border-table tbody td {
  background: #fff;
}
.border-table.cus tbody th,
.border-table.cus tbody td {
  padding: clamp(5px, 1.2vw, 15px) .5rem;
}
.border-table.cus tbody td {
  text-align: center;
}
@media (max-width: 767px) {
  .border-table.cus thead th:not(:first-child) {
	width: 20%;
	}
}
.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;
}

.info-table {
  width: 100%;
}
.info-table th,
.info-table td {
  padding: 0.8em 0;
  text-align: left;
  border-bottom: solid 1px #cccccc;
  vertical-align: text-top;
}
.info-table th {
  width: 85px;
  color: var(--main_color);
}

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

@media (max-width: 767px) {
  .time-table th,
  .time-table td,
  .border-table th,
  .border-table 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 #f0faf9;
  border-radius: clamp(15px, 2.8vw, 30px);
}
.flow-block:not(:last-child) {
  margin-bottom: 70px;
  position: relative;
}
.flow-block:not(:last-child):after {
  content: "";
  width: 87px;
  height: 34px;
  background-color: #d4e9e7;
  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.9em;
  left: 0;
}
.qa-block .question:before,
.qa-block .answer:before {
  font-size: 26px;
  color: #fff;
  z-index: 1;
  position: absolute;
  left: 10px;
  bottom: auto;
  top: 12px;
  font-family: var(--font-serif);
  line-height: 1.5;
}
.qa-block .title {
  position: relative;
  padding-right: 40px;
  display: block;
  cursor: pointer;
  font-size: clamp(20px, 2vw, 24px);
}
.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;
  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);
}
.qa-block .answer:before {
  content: "A";
  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 {
  padding: clamp(20px, 4vw, 50px);
  border: 5px solid #f0faf9;
  border-radius: clamp(15px, 2.8vw, 30px);
}
.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: #f2fbfa;
  overflow: hidden;
  border-radius: clamp(15px, 2.8vw, 30px);
}
.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: 5%;
  }
  .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: 15px;
  }
}

.btn-style {
  text-align: center;
  padding: 10px 0;
}
.btn-style:not(:last-child) {
  margin-bottom: 1em;
}
.btn-style a {
  text-decoration: none;
  padding: 10px 10px;
  position: relative;
  display: inline-block;
  text-align: center;
  transition: 0.3s ease;
  padding: 10px 30px;
  width: 100%;
  max-width: 260px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 50vw;
  color: #fff;
  transition: 0.3s ease;
  line-height: 1.4;
  background: linear-gradient(90deg, #28857f 0%, #61a973 100%);
}
.btn-style a:after {
  content: "";
  display: block;
  position: absolute;
  width: 14px;
  height: 11px;
  top: 0;
  bottom: 0;
  right: 20px;
  left: auto;
  margin: auto;
  margin: auto;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14px' height='11px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M8.998,10.411 L13.744,5.437 L8.998,0.463 L8.306,1.189 L11.870,4.924 L0.703,4.924 L0.703,5.950 L11.870,5.950 L8.306,9.686 L8.998,10.411 Z'/%3E%3C/svg%3E") no-repeat center/contain;
  transition: 0.3s ease;
}
.btn-style a:hover {
  opacity: 0.8;
  transition: 0.3s ease;
}
.btn-style a:hover:after {
  transition: 0.3s ease;
}

.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: 100px 1fr;
  }
  .post-list dt,
  .post-list dd {
    padding: 30px 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;
  }
}

.top_ttl {
  text-align: center;
  font-size: clamp(28px, 3vw, 42px);
  padding-top: 1.5476190476em;
  letter-spacing: 0.06em;
  position: relative;
  margin: 0 auto clamp(20px, 4vw, 40px);
  font-weight: bold;
}
.top_ttl:before {
  content: "";
  display: block;
  position: absolute;
  width: 1.5476190476em;
  height: 1.4047619048em;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  background: url(../img/common/h2.png) no-repeat center top/contain;
}

p.top_text {
  line-height: 1.8888888889;
  font-size: 18px;
}

.sec_news {
  padding: 50px 0;
}
.sec_news .news_layout {
  margin-bottom: 30px;
}
.sec_news .news_layout .news_ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .sec_news {
    padding: clamp(80px, 8.5vw, 120px) 0;
  }
  .sec_news .news_layout {
    display: flex;
    gap: 60px;
    align-items: center;
    margin-bottom: 60px;
  }
  .sec_news .news_layout .news_ttl {
    width: 155px;
    display: block;
  }
  .sec_news .news_layout .news_post {
    flex: 1;
  }
}
.sec_news .btn-style a {
  background: var(--main_color);
  font-size: 14px;
}
@media (min-width: 768px) {
  .sec_news .btn-style a {
    font-size: 16px;
  }
}
.sec_news .btn-style a:after {
  right: 14px;
}
.sec_news .ttl {
  font-weight: bold;
  font-size: 28px;
  text-align: left;
  margin: 0 0 0.5em;
  padding: 0;
}
@media (min-width: 768px) {
  .sec_news .ttl {
    font-size: 36px;
  }
}
.sec_news .ttl .en {
  font-size: 0.5em;
  color: #9bcd66;
  display: block;
}

.sec_about {
  padding: 50px 0;
  background: #f4faee;
}
@media (min-width: 768px) {
  .sec_about {
    background: url(../img/top/bg01.jpg) no-repeat center top/100%;
    padding: clamp(80px, 8.5vw, 120px) 0;
  }
}
.sec_about img {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
}
.sec_about .row {
  align-items: center;
}
.sec_about .about_ttl {
  color: #fff;
  font-size: clamp(20px, 2.2vw, 30px);
  text-align: center;
  background: var(--main_color);
  border-radius: 10px;
  padding: 0;
  letter-spacing: 0;
  padding: 0.5em;
}
.sec_about .about_ttl:before, .sec_about .about_ttl:after {
  content: none;
}

.sec_feature {
  padding: 50px 0;
  position: relative;
}
@media (min-width: 768px) {
  .sec_feature {
    padding: clamp(80px, 8.5vw, 120px) 0;
  }
  .sec_feature:before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - max(1%, 50% - 740px));
    height: 100%;
    top: 0;
    bottom: 0;
    right: auto;
    left: 0;
    margin: auto;
    background: #f0faf9;
    border-radius: 0 100px 100px 0;
    z-index: -1;
  }
  .sec_feature .row {
    gap: 40px 2%;
  }
  .sec_feature img {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  }
}
.sec_feature .feautre_ttl {
  padding: 0;
  text-align: center;
  color: var(--main_color);
  font-size: clamp(20px, 2vw, 24px);
  margin: 0.5em 0 0.3em 0;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec_feature .feautre_ttl:before, .sec_feature .feautre_ttl:after {
  content: none;
}
@media (min-width: 768px) {
  .sec_feature .col {
    display: flex;
    flex-direction: column;
  }
  .sec_feature .col p {
    min-height: 4em;
  }
}

.sec_menu {
  padding: 50px 0;
  background: #f9fbf6;
}
@media (min-width: 768px) {
  .sec_menu {
    background: url(../img/top/bg02.jpg) no-repeat center bottom/100%;
    padding: clamp(80px, 8.5vw, 120px) 0;
  }
}
.sec_menu figure {
  text-align: center;
}
.sec_menu figure img {
  max-width: 80%;
}
@media (max-width: 767px) {
  .sec_menu figure img {
    max-width: 50%;
  }
}
.sec_menu .menu_ttl1 {
  text-align: center;
  font-weight: bold;
  font-size: clamp(20px, 2vw, 24px);
  padding: 0;
  margin: 0.8em 0;
}
.sec_menu .menu_ttl1:before, .sec_menu .menu_ttl1:after {
  content: none;
}
.sec_menu .menu_ttl2 {
  font-size: clamp(22px, 2.5vw, 30px);
  padding: 0;
  text-align: left;
  margin: 0 0 1em 0;
  color: var(--sub_color);
}
.sec_menu .menu_ttl2 .bg {
  color: #fff;
  display: table;
  padding: 0.2em 0.5em;
  margin-bottom: 0.3em;
  border-radius: 10px;
  background: var(--sub_color);
}
.sec_menu .menu_ttl2:before, .sec_menu .menu_ttl2:after {
  content: none;
}
.sec_menu .row.col4 {
  gap: 60px 4%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sec_menu .row.col4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.sec_menu .row.col4 .col {
  display: flex;
  flex-direction: column;
}
.sec_menu .row.col4 .col .con_text {
  flex: 1;
}
.sec_menu .menu_layout {
  margin-top: 60px;
}
.sec_menu .menu_layout .con_img {
  padding-right: 10%;
}
.sec_menu .menu_layout .con_text {
  padding: 15px 2% 0;
}
@media (min-width: 768px) {
  .sec_menu .menu_layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sec_menu .menu_layout .con_img {
    width: 47%;
    padding: 0 !important;
  }
  .sec_menu .menu_layout .con_img img {
    width: 100%;
  }
  .sec_menu .menu_layout .con_text {
    width: 51%;
    padding: 0;
    padding-right: max(2%, 50% - 600px);
  }
}
.sec_menu .menu_layout.reverse {
  flex-direction: row-reverse;
}
.sec_menu .menu_layout.reverse .menu_ttl2 {
  color: var(--main_color);
}
.sec_menu .menu_layout.reverse .menu_ttl2 .bg {
  background: var(--main_color);
}
.sec_menu .menu_layout.reverse .con_img {
  padding-left: 10%;
  padding-right: 0;
}
@media (min-width: 768px) {
  .sec_menu .menu_layout.reverse .con_text {
    padding-right: 0;
    padding-left: max(2%, 50% - 600px);
  }
}

.sec_info {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .sec_info {
    padding: clamp(80px, 8.5vw, 120px) 0;
  }
}

.icon_tel a {
  text-decoration: none;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 30px;
}
.icon_tel a:before {
  content: "";
  display: block;
  position: absolute;
  width: 21px;
  height: 21px;
  top: 0.1em;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
  background: url(../img/common/icon_tel1.png) no-repeat center/contain;
}
.icon_tel.icon_color1 a:before {
  background: url(../img/common/icon_tel1.png) no-repeat center/contain;
}
.icon_tel.icon_color2 a:before {
  background: url(../img/common/icon_tel2.png) no-repeat center/contain;
}/*# sourceMappingURL=index.css.map */