.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:96%;
    width: 100%;
  }
  .wpcf7 .block-inner {
    margin-bottom: 1em;
  }
}

.page-title h2 {
  font-family: var(--font-serif);
  color: --text-color;
  min-width: 150px;
  font-size: clamp(26px, 2.88vw, 36px);
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 0 auto;
  padding: 2.5em 1.5em;
  font-weight: 700;
  background: url(../img/common/under_title.jpg) no-repeat center/cover;
}
@media (max-width: 767px) {
  .page-title h2 {
    padding: 1.5em 0.5em;
  }
}
h2,
h3,
h4,
h5,
h6,
.catch{
  font-family: var(--font-serif);
  line-height: 1.4;
  font-weight: 700;
}
.catch{
  font-size:130%;
  color: var(--main_color);
}

.entry-block h3,
h3 {
  font-size: clamp(24px, 2.24vw, 30px);
  padding: clamp(10px, 3vw, 30px) clamp(20px, 2.5vw, 50px);
  letter-spacing: 0.06em;
  position: relative;
  margin: 0 auto clamp(20px, 4vw, 40px);
  border-left: 5px solid #eeb0af;
  background: url("../img/common/h3_bg.jpg") no-repeat center/cover;
}

h4 {
  font-size: clamp(22px, 1.92vw, 24px);
  border-bottom: solid 1px var(--main_color);
  padding: 10px 0 10px 50px;
  margin: 0 auto clamp(15px, 2vw, 25px);
  position: relative;
}
h4:before {
  content: "";
  width: 36px;
  height: 28px;
  background: url("../img/common/h4.png") no-repeat center/contain;
  position: absolute;
  top: 10px;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  h4::before {
    background: url("../img/common/sp_h4.png") no-repeat center/contain;
  }
}

h5 {
  font-size: clamp(20px, 1.76vw, 22px);
  border-left: 4px solid var(--main_color);
  color: var(--main_color);
  display: inline-block;
  padding-left: 18px;
  margin: 0 auto clamp(15px, 1.6vw, 20px);
  background: #fff;
}

h6 {
  font-size: clamp(18px, 1.6vw, 20px);
  position: relative;
  display: table;
  background-image: linear-gradient(180deg, transparent 60%, #f8f3ec 60%);
}

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

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.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.4em;
  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: 2px;
  left: 5px;
}
.ul_check li:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  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: #333;
  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: 20px;
  height: 1px;
  border-bottom:1px solid var(--main_color);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ul_arrow li a:hover {
  color: #fff;
  background: var(--main_color);
}
.ul_arrow li a:hover:after {
  border-color: #fff;
  transition: 0.3s;
}

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

.float-list {
  overflow: hidden;
}
.float-list li {
  margin-bottom: 0.5em;
}
@media (max-width:767px) {
  .float-list li:last-child {
  margin-bottom: 0;
}
}
.time-table {
  width: 100%;
  table-layout: fixed;
}
.time-table:not(:last-child) {
  margin-bottom: clamp(15px, 4vw, 50px);
}
.time-table th,
.time-table td {
  padding: 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: var(--main_color);
  color: #fff;
}
.time-table tbody tr:not(:last-child) th,
.time-table tbody tr:not(:last-child) td {
  border-bottom: solid 1px #d8d8d8;
}
.time-table tbody th,
.time-table tbody td {
  background: #fff;
}
@media (min-width: 768px) {
  .time-table thead th:first-child {
    width: 20%;
  }
}

.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: 35%;
}
.table01 td {
  border-top: solid 1px #cfcfcf;
}
@media (min-width: 768px) {
  .table01 th:first-child {
    width: 20%;
  }
}

.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: #f9f1f1;
  color: var(--sub_color);
  border: solid 1px #dddddd;
}
.border-table tbody th,
.border-table tbody td {
  padding: clamp(5px, 1.2vw, 15px) 10px clamp(5px, 1.2vw, 15px) clamp(10px, 2.72vw, 34px);
  border: solid 1px #dddddd;
}
.border-table tbody th {
  text-align: left;
  background: #fff;
}
.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 {
    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: solid 1px var(--main_color);
}
.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 {
  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: 9px;
  bottom: auto;
  top: 0px;
  font-family: var(--font-serif);
}
.qa-block +  .qa-block{
  padding-top: 1.8em;	
}
.qa-block .question {
  margin-bottom: 1.8em !important;
}
@media (max-width:767px) {
.qa-block .question {
  margin-bottom: 1em !important;
}
	.qa-block +  .qa-block{
  padding-top: 1em;	
}
}
.qa-block .title {
  position: relative;
  padding-right: 40px;
  display: block;
  cursor: pointer;
  font-size: clamp(18px, 1.2vw, 24px);
}
.qa-block .title:after {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  position: absolute;
  top: 0.5em;
  right: 10px;
  margin: auto;
  transform: rotate(135deg);
  transition: 0.3s;
}
.qa-block .open .title:after {
  transform: rotate(-45deg);
  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";
  top: 1px;
  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: 1px solid var(--main_color);
}
.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: #f7f5ef;
  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(30px, 3.2vw, 40px);
}
@media (min-width: 768px) {
  .row.col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
  .row.col3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .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: 30px;
  }
  .row.col2 >* + *{
    margin-top:30px;
  }
}

.btn-style {
  text-align: center;
}
.btn-style:not(:last-child) {
  margin-bottom: 1em;
}
.btn-style a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  text-align: center;
  transition: 0.3s ease;
  padding: 10px 30px;
  background: var(--main_color);
  border: solid 1px var(--main_color);
  color: #fff;
  transition: 0.3s ease;
  line-height: 1.4;
  font-family: var(--font-serif);
  font-weight: normal;
}
.btn-style a:after {
  content: "";
  width: 20px;
  height: 1px;
  border-top: solid 1px #fff;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 0;
  margin: auto;
  transition: 0.3s ease;
}
.btn-style a:hover {
  background: #fff;
  color: var(--main_color);
  transition: 0.3s ease;
}
.btn-style a:hover:after {
  border-color: var(--main_color);
  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: 120px 1fr;
  }
  .post-list dt {
    text-align: center;
  }
  .post-list dt,
  .post-list dd {
    padding: 25px 0;
    border-bottom: solid 1px #e4dfcf;
  }
}
@media (max-width: 767px) {
  .post-list dt {
    padding-top: 15px;
  }
  .post-list dd {
    padding-bottom: 15px;
    border-bottom: solid 1px #e4dfcf;
  }
}

body.home .inner {
  max-width: 100%;
  width: 100%;
}

.sec_top {
  padding: 50px 0;
}
.sec_top .container {
  width: 1200px;
  max-width: calc(100% - 20px);
  margin: auto;
}
.sec_top h2 {
  font-family: var(--font-serif);
  font-size: 30px;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
}
.sec_top h2 .en {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  letter-spacing: 0.04em;
  font-weight: 400;
  z-index: -1;
  font-size: 60px;
}
.sec_top h3 {
  background: none;
  border: none;
  padding: 0;
  font-weight: 400;
}
@media (min-width: 768px) {
  .sec_top {
    padding: 120px 0;
  }
  .sec_top h2 {
    font-size: 36px;
  }
  .sec_top h2 .en {
    bottom: -20px;
    font-size: 120px;
  }
}

.sec01 .row > * {
  border-radius: 20px;
  background: #f7f5ef;
  padding: 20px;
}
.sec01 .news h2 {
  border-bottom: 1px solid var(--main_color);
  padding-bottom: 10px;
  margin-bottom: 0;
  text-align: left;
  font-weight: 400;
}
.sec01 .news .btn-style {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.sec01 .news .btn-style a {
  background: #fff;
  color: var(--main_color);
  padding: 4px 0px;
  width: 140px;
}
.sec01 .news .btn-style a::after {
  border-right: none;
  width: 10px;
  height: 1px;
  right: 0;
  top: 50%;
  bottom: auto;
  border-color: var(--main_color);
  transform: unset;
}
@media (max-width: 767px) {
  .sec01 .cr {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .sec01 {
    padding: 110px 0;
  }
  .sec01 .row > * {
    padding: 30px 40px;
  }
  .sec01 h2 {
    font-size: 36px;
  }
  .sec01 .news {
    position: relative;
  }
  .sec01 .news .btn-style {
    top: 40px;
    right: 40px;
  }
  .sec01 .news .btn-style a:hover {
    background: var(--main_color);
    color: #fff;
  }
  .sec01 .news .btn-style a:hover::after {
    border-color: #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .sec01 .row {
    display: block;
  }
  .sec01 .col2 > * {
    width: 100% !important;
  }
  .sec01 .col2 > * + * {
    margin-top: 50px;
  }
}

.cr h2 {
  color: var(--main_color);
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  letter-spacing: -0.04em;
}
.cr h2 + p {
  text-align: center;
}
.cr .white_box {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 10px;
}
.cr .white_box p:first-child {
  letter-spacing: 0.06em;
  font-size: 18px;
  margin-bottom: 10px;
}
.cr .btn-style {
  margin-bottom: 0;
}
.cr .btn-style a {
  width: 100%;
}
.cr .sns {
  display: flex;
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .cr h2 {
    font-size: 36px;
  }
  .cr .white_box {
    padding: 30px;
  }
  .cr .btn-style a {
    font-size: 24px;
  }
  .cr .sns {
    justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .cr .white_box {
    width: 600px;
    margin: auto;
  }
  .cr .sns {
    justify-content: center;
  }
}

.sec02 h2 {
  letter-spacing: -0.08em;
}
.sec02 h2 .en {
  opacity: 0.5;
  bottom: -10px;
  color: #dbd5c3;
}
.sec02 p.catch {
  font-size: 20px;
  color: var(--main_color);
  font-family: var(--font-serif);
  font-weight: bold;
  letter-spacing: -0.02em;
}
.sec02 p {
  font-family: var(--font-serif);
  text-align: center;
  font-weight: 400;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}
.sec02 .container {
  position: relative;
}
.sec02 figure {
  position: absolute;
}
@media (max-width: 767px) {
  .sec02 {
    padding-top: 80px;
    background: url("../img/top/sec02_bg.jpg") no-repeat center/cover;
  }
  .sec02 img {
    width: 100px;
  }
  .sec02 .img01 {
    top: -100px;
  }
  .sec02 .img02 {
    top: -80px;
    right: 0;
  }
  .sec02 .img03 {
    bottom: -70px;
    right: 0;
  }
  .sec02 .img04 {
    bottom: -90px;
    left: 0;
  }
}
@media (min-width: 768px) {
  .sec02 {
    padding-top: 240px;
    padding-bottom: 180px;
    background: url("../img/top/sec02_bg.jpg") no-repeat center/cover;
  }
  .sec02 h2 {
    margin-bottom: 10px;
    font-size: 60px;
  }
  .sec02 h2 .en {
    font-size: 130px;
  }
  .sec02 p.catch {
    font-size: 36px;
    margin-bottom: 10px !important;
  }
  .sec02 p {
    font-size: 20px;
  }
  .sec02 p + p {
    margin-top: 30px !important;
  }
  .sec02 .img01 {
    top: -200px;
    right: -130px;
  }
  .sec02 .img02 {
    top: -10px;
    left: -250px;
  }
  .sec02 .img03 {
    bottom: 50px;
    right: -250px;
  }
  .sec02 .img04 {
    bottom: -160px;
    left: -120px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sec02 img {
    width: 200px;
  }
  .sec02 .img01 {
    right: -30px;
  }
  .sec02 .img02 {
    left: -50px;
  }
  .sec02 .img03 {
    right: -50px;
  }
  .sec02 .img04 {
    left: -20px;
  }
}

.sec03 {
  background: url("../img/top/sec03_bg.png") no-repeat left top;
}
.sec03 h2 {
  letter-spacing: 0.08em;
}
.sec03 h2 .en {
  color: #fff;
}
.sec03 p.catch {
  color: var(--sub_color);
  font-size: 22px;
  font-family: var(--font-serif);
  font-weight: bold;
}
@media (max-width: 767px) {
  .sec03 {
    background-size: 770px;
    margin-top: 40px;
  }
  .sec03 figure {
    margin-right: -10px;
  }
  .sec03 .img {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .sec03 {
    padding-top: 300px;
    margin-top: 120px;
  }
  .sec03 h2 {
    text-align: left;
    margin-bottom: 30px;
  }
  .sec03 p.catch {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .sec03 p {
    line-height: 1.75;
  }
  .sec03 .text {
    order: 1;
  }
  .sec03 .img {
    order: 2;
    position: relative;
  }
  .sec03 .img figure {
    position: absolute;
    width: 970px;
    top: -260px;
    left: 0;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sec03 {
    padding-top: 160px;
  }
  .sec03 .row {
    display: block;
  }
  .sec03 .img {
    margin-right: -10px;
  }
  .sec03 .img figure {
    position: static;
    max-width: 80%;
    margin-left: auto;
    margin-bottom: 40px;
  }
}

.sec04 {
  background: url("../img/top/sec04_bg.jpg") no-repeat center top 40px/cover;
}
.sec04 h2 .en {
  font-size: 60px;
  line-height: 1;
  background: linear-gradient(180deg, #e4e0d2 70%, #f7f5f0 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec04 .white_box {
  background: #fff;
  padding: 10px 10px 30px;
  border-radius: 20px;
}
.sec04 figure {
  text-align: center;
  margin-bottom: 20px;
}
.sec04 h3 {
  color: var(--main_color);
  text-align: center;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .sec04 h2 {
    line-height: 1.4;
  }
  .sec04 h2 .en {
    bottom: 70px;
  }
  .sec04 .white_box + .white_box {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .sec04 {
    background-position: top 85px center;
    margin-top: 70px;
  }
  .sec04 .container {
    width: 1400px;
  }
  .sec04 .columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }
  .sec04 h2 {
    margin-bottom: 50px;
  }
  .sec04 h2 .en {
    bottom: 0;
    font-size: 180px;
  }
  .sec04 figure {
    margin-bottom: 36px;
  }
  .sec04 h3 {
    font-size: 28px;
    margin-bottom: 15px !important;
  }
  .sec04 .white_box {
    width: calc((100% - 80px) / 3);
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sec04 .white_box {
    width: calc((100% - 40px) / 2);
  }
  .sec04 h3 {
    font-size: 24px;
  }
}

.sec05 h2 .en {
  background: linear-gradient(180deg, #fff 60%, #f7f5f0 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec05 .white_box {
  background: #fff;
  padding: 20px 10px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.sec05 .white_box figure {
  width: 100px;
}
.sec05 .white_box .text {
  width: calc(100% - 100px - 10px);
}
.sec05 h3 {
  font-size: 20px;
  color: var(--main_color);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sec05 {
    margin-top: 50px;
    background: url(../img/top/sec05_bg01.png) no-repeat center top/770px, url(../img/top/sec05_bg02.jpg) no-repeat center top 50px/cover;
  }
  .sec05 .white_box + .white_box {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .sec05 {
    background: url(../img/top/sec05_bg01.png) no-repeat center top, url(../img/top/sec05_bg02.jpg) no-repeat center top 250px/cover;
    padding-top: 150px;
    margin-top: 120px;
  }
  .sec05 h2 .en {
    font-size: 120px;
    bottom: -60px;
  }
  .sec05 h2 {
    margin-bottom: 40px;
  }
  .sec05 .row {
    gap: 40px;
  }
  .sec05 .white_box {
    padding: 30px;
  }
  .sec05 .white_box figure {
    width: 190px;
  }
  .sec05 .white_box .text {
    width: calc(100% - 190px - 10px);
  }
  .sec05 .white_box .text p {
    margin-bottom: 30px;
  }
  .sec05 h3 {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sec05 .row {
    display: block;
    width: 700px;
    margin: auto;
  }
  .sec05 .white_box + .white_box {
    margin-top: 40px;
  }
}

.sec06 h2 .en {
  color: #e4e0d2;
}
.sec06 h3 {
  color: var(--main_color);
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
  letter-spacing: -0.04em;
  font-weight: bold;
}
.sec06 .cr strong {
  font-size: 18px;
}
@media (max-width: 767px) {
  .sec06 {
    background: url("../img/top/sp_sec06_bg01.jpg") no-repeat right -100px top/770px, url("../img/top/sp_sec06_bg02.jpg") no-repeat left -100px bottom/770px;
  }
  .sec06 .cr {
    text-align: center;
  }
  .sec06 .map {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .sec06 {
    padding-top: 150px;
    background: url("../img/top/sec06_bg.jpg") no-repeat center/cover;
  }
  .sec06 h2 {
    margin-bottom: 40px;
  }
  .sec06 h2 .en {
    font-size: 72px;
    bottom: 0;
  }
  .sec06 .columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sec06 .text {
    width: 450px;
  }
  .sec06 .map {
    width: 700px;
  }
  .sec06 h3 {
    margin-bottom: 15px;
    font-size: 36px;
  }
  .sec06 .cr h3,
  .sec06 .cr h3 + p {
    text-align: left;
  }
  .sec06 .cr .btn-style {
    text-align: left;
  }
  .sec06 .cr .btn-style a {
    width: 360px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .sec06 {
    background: url("../img/top/sp_sec06_bg01.jpg") no-repeat right -100px top/1200px, url("../img/top/sp_sec06_bg02.jpg") no-repeat left -100px bottom/1200px;
  }
  .sec06 .row {
    display: block;
  }
  .sec06 .text {
    width: 100%;
  }
  .sec06 .map {
    margin-top: 50px;
    width: 100%;
  }
  .sec06 h3,
  .sec06 p {
    text-align: center !important;
  }
}
.wpcf7-radio input {
    width: 30px!important;
}
.wpcf7-radio .wpcf7-list-item.first{
	margin-left:0!important;
}
.kibou-form input.kibou {
    width:200px !important;
	margin-right:1em;
}
.kibou-form select.wpcf7-form-control.wpcf7-select {
    font-size: 18px;
    padding: 10px 20px;
}

.kibou-form span:first-of-type{
	float:left;
}
@media (max-width:767px) {
	.kibou-form input.kibou {
    width:160px !important;
}
.kibou-form select.wpcf7-form-control.wpcf7-select {
    padding: 4px 20px;
}	
}
.menu-blog{
	margin-bottom:30px;
}
.menu-blog h3 {
    background:#f7f5f0;
    border-left:none;
    padding:10px;
    border-left:2px solid var(--main_color);
    text-align:center;
}
.entry-block h3 a{
    color:#333;
  text-decoration:none;
}
@media (min-width:768px) {
.entry-block h3 a:hover{
  color:var(--sub_color);
}
}


/* datepicker */
	.datepicker-wrap {
		position: relative;
		display: block;
    margin-right: 1em;
	}
	.datepicker-icon {
		position: absolute;
		top: 50%;
		right: 5px;
		width: 16px;
		height: 16px;
		transform: translateY(-50%);
		background: url('../img/common/icon-calendar.svg') no-repeat center / contain;
		pointer-events: none;
	}

	.datepicker-wrap input.js-datepicker {
		padding-right: 48px;
    margin-right: 0;
    max-width: 100%;
	}
