.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;
  font-family: var(--font-yugo);
  font-weight: 500;
}
.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);
  font-weight: 500;
}
.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-yugo);
  color: #fff;
  min-width: 150px;
  font-size: clamp(26px, 2.88vw, 36px);
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 0 auto;
  padding: 2.5em 1.5em;
  font-weight: 700;
  background: url(../img/common/under_title.jpg) no-repeat center/cover;
}
@media (max-width: 767px) {
  .page-title h2 {
    padding: 1.5em 0.5em;
  }
}

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

.entry-block h3,
h3 {
  text-align: center;
  font-size: clamp(24px, 2.24vw, 30px);
  padding-bottom: clamp(10px, 1.6vw, 20px);
  letter-spacing: 0.06em;
  position: relative;
  margin: 0 auto clamp(20px, 4vw, 40px);
}
.entry-block h3:before, .entry-block h3:after,
h3:before,
h3:after {
  content: "";
  width: 49px;
  height: 1px;
  background: #14325e;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.entry-block h3:before,
h3:before {
  bottom: 0;
}
.entry-block h3:after,
h3:after {
  bottom: 5px;
}

h4 {
  font-size: clamp(22px, 1.92vw, 24px);
  border-bottom: solid 1px var(--main_color);
  padding: 10px 0 10px 20px;
  margin: 0 auto clamp(15px, 2vw, 25px);
  position: relative;
}
h4:before {
  content: "";
  width: 5px;
  height: 65%;
  background: var(--main_color);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

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

h6 {
  font-size: clamp(18px, 1.6vw, 20px);
  padding-left: 19px;
  position: relative;
}
h6:before {
  content: "";
  width: 8px;
  height: 2px;
  background-color: var(--main_color);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .float-list {
    overflow: hidden;
  }
  .float-list li {
    float: left;
    margin: 0 1.2em 0.5em 0;
  }
  .float-list2 li {
    display: inline-block;
    width: 49%;
    margin: 0 0 0.5em 0;
    padding-right: 0.8em;
  }
  .float-list3 li {
    display: inline-block;
    width: 33%;
    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;
  margin: 0 0 0.5em;
}
.ul01 li:before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: var(--main_color);
  border-radius: 50%;
  position: absolute;
  top: 0.675em;
  left: 0;
}

.ul02:not(:last-child) {
  margin-bottom: 1em;
}
.ul02 li {
  padding-left: 15px;
  position: relative;
  margin: 0 0 0.5em;
}
.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: #fff;
  color: var(--sub_color);
  border: solid 1px var(--sub_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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 0;
}
.ul_arrow li a:after {
  content: "";
  width: 8px;
  height: 9px;
  background-color: var(--sub_color);
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ul_arrow li a:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #5484b2;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  margin: auto;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: -1;
}
.ul_arrow li a:hover {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ul_arrow li a:hover:after {
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ul_arrow li a:hover:before {
  right: 0;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

ol.ol01 {
  margin-bottom: 1.2em;
}
ol.ol01 li {
  position: relative;
  margin-bottom: 0.4em;
	margin: 0 0 0.5em;
}
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;
}

.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(--sub_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: 30%;
  }
}

.table01 {
  width: 100%;
}
.table01:not(:last-child) {
  margin-bottom: clamp(15px, 4vw, 50px);
}
.table01 th,
.table01 td {
  padding: clamp(5px, 1.2vw, 15px) 10px clamp(5px, 1.2vw, 15px) clamp(10px, 2.72vw, 34px);
}
.table01 tr:last-child th {
  border-bottom: solid 1px var(--main_color);
}
.table01 tr:last-child td {
  border-bottom: solid 1px #cfcfcf;
}
.table01 th {
  border-top: solid 1px var(--main_color);
  text-align: left;
  font-weight: 700;
  color: var(--main_color);
}
.table01 th:first-child {
  width: 35%;
}
.table01 td {
  border-top: solid 1px #cfcfcf;
}
@media (min-width: 768px) {
  .table01 th:first-child {
    width: 30%;
  }
}

.border-table {
  width: 100%;
}
.border-table:not(:last-child) {
  margin-bottom: 1em;
}
.border-table th,
.border-table td {
  font-size: clamp(14px, 1.44vw, 18px);
  padding: clamp(5px, 1.2vw, 15px) 5px;
}
.border-table thead th,
.border-table thead td {
  background: #7e94b0;
  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: #ebeff5;
}
.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: 500;
  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-yugo);
  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 {
  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: 9px;
  bottom: auto;
  top: 3px;
  font-family: var(--font-yugo);
}
.qa-block .title {
  position: relative;
  padding-right: 40px;
  display: block;
  cursor: pointer;
  font-size: clamp(20px, vw, 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 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.qa-block .open .title:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -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);
}
.qa-block .answer:before {
  content: "A";
  top: 4px;
  left: 11px;
}

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

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

.border-block {
  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: #ebeef0;
  overflow: hidden;
}
.bg-block:not(:last-child) {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}
.bg-block h4,
.bg-block h5,
.bg-block h6 {
  margin-top: 0;
}

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

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

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

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

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

.row:not(:last-child) {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}
@media (min-width: 768px) {
  .row.col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .row.col3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .row.col4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .row.col5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
  }
  .row.col2 .col, .row.col3 .col, .row.col4 .col, .row.col5 .col {
    margin: 0;
  }
  .row.col2 .bg-block,
  .row.col2 .border-block, .row.col3 .bg-block,
  .row.col3 .border-block {
    padding: 25px;
  }
  .row.col4 .bg-block,
  .row.col4 .border-block, .row.col5 .bg-block,
  .row.col5 .border-block {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .row .col:not(:last-child) {
    margin-bottom: 10px;
  }
}

.btn-style {
  text-align: center;
  padding: 10px 0;
}
.btn-style:not(:last-child) {
  margin-bottom: 1em;
}
.btn-style a {
  text-decoration: none;
  padding: 10px 10px;
  position: relative;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.3s ease;
  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;
}
.btn-style a:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn-style a:hover {
  background: #fff;
  color: var(--main_color);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.btn-style a:hover:after {
  border-color: var(--main_color);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.post-list dt {
  font-weight: 700;
}
.post-list dd a {
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.post-list dd a:hover {
  color: var(--main_color);
}
@media (min-width: 768px) {
  .post-list {
    display: grid;
    grid-template-columns: 120px 1fr;
  }
  .post-list dt {
    text-align: center;
  }
  .post-list dt,
  .post-list dd {
    padding: 15px 0;
    border-bottom: solid 1px #ccc;
  }
}
@media (max-width: 767px) {
  .post-list dt {
    padding-top: 5px;
  }
  .post-list dd {
    padding-bottom: 5px;
    border-bottom: solid 1px #ccc;
  }
}

.c-pri {
  color: #0f3580 !important;
}

.c-sub {
  color: #00a79b !important;
}

#header {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  #header {
    padding: 10px 0;
  }
}
@media (max-width: 939px) and (min-width: 768px) {
  #header > .inner {
    gap: 0 2%;
    max-width: 98%;
  }
}
@media (max-width: 939px) and (min-width: 768px) {
  #header > .inner .header_logo {
    width: 28%;
  }
}
@media (max-width: 767px) {
  #header > .inner .header_logo {
    max-width: 300px;
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  #header > .inner #nav {
    background: #fff;
  }
}
@media (min-width: 768px) {
  #header > .inner #nav .menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 768px) {
  #header > .inner #nav .menu > li {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
@media (min-width: 768px) {
  #header > .inner #nav .menu > li > a {
    font-size: clamp(12px, 1.4vw, 16px);
    padding: 0 clamp(6px, 1vw, 22px);
    font-weight: 500;
    height: 80px;
  }
}

@media (min-width: 768px) {
  #header > .inner #nav .menu > li.nav_contact > a {
    background: #0f3580;
    color: #fff;
    margin-left: 10px;
  }
  #header > .inner #nav .menu > li.nav_contact > a:hover {
    background: #0083b3;
  }
}
@media (min-width: 1240px) {
  #header > .inner #nav .menu > li.nav_contact > a {
    padding-inline: 30px;
  }
}

#aside .inq {
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
}
@media (max-width: 767px) {
  #aside .inq {
    width: 60%;/*100%*/
    padding: 0 5px;
  }
}
#aside .inq .wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  #aside .inq .wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5px;
  }
}
#aside .inq .cv_bnr a img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#aside .inq .cv_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #0f3580;
  font-weight: bold;
  white-space: nowrap;
}
#aside .inq .cv_txt .top {
  font-size: clamp(14px, 1.8vw, 22px);
}
#aside .inq .cv_txt .bottom {
  font-size: clamp(10px, 1.4vw, 16px);
  border: 1px solid #0f3580;
  padding: 2px 0;
}
@media (min-width: 768px) {
  #aside .inq01 {
    height: auto;
  }
}
@media (max-width: 767px) {
  #aside .inq01 {
    position: fixed;
    right: 0;
    bottom: calc(14vw + env(safe-area-inset-bottom));
    height: 50px;
    width: 50px;
  }
}

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

.top_sec {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .top_sec {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.top_h2 {
  font-weight: bold;
  text-align: center;
  color: #0f3580;
  font-size: 34px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .top_h2 {
    font-size: clamp(40px, 5vw, 48px);
    margin-bottom: clamp(40px, 5vw, 48px);
  }
}
.top_h2 .en {
  display: block;
  font-size: 0.625em;
  color: #00a79b;
}
.top_h2.top_h2_s {
  font-size: clamp(30px, 3.8vw, 36px);
  text-align: left;
}
.top_h2.top_h2_s .en {
  display: inline;
  padding-left: 1em;
}
.top_h2.top_h2_ss {
  margin-bottom: 0;
  font-size: 24px;
}
@media (min-width: 768px) {
  .top_h2.top_h2_ss {
    font-size: 30px;
  }
}

.sec01 {
  padding-bottom: 0;
}
.sec01 .news {
  background: #f5f8fa;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .sec01 .news {
    padding: 60px;
  }
}
.sec01 .news .news_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.sec01 .news .post-list dt {
  font-weight: 500;
  text-align: left;
}

.sec02 {
  background: url(../img/top/sec02_bg.jpg) no-repeat center 80px/cover;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .sec02 {
    background: url(../img/top/sec02_bg.jpg) no-repeat center 40px/cover;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .sec02 {
    margin-bottom: 120px;
  }
}
.sec02 .concept {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .sec02 .concept {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4%;
  }
}
@media (max-width: 767px) {
  .sec02 .concept {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .sec02 .concept .concept_txt {
    width: 48%;
    min-width: 420px;
  }
}
@media (max-width: 767px) {
  .sec02 .concept .concept_txt {
    display: contents;
  }
}
@media (min-width: 768px) {
  .sec02 .concept .concept_txt .top_h2 {
    margin-bottom: clamp(80px, 10vw, 120px);
  }
}
@media (max-width: 767px) {
  .sec02 .concept .concept_txt .top_h2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 767px) {
  .sec02 .concept .concept_txt .concept_txt_cnt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.sec02 .concept .concept_txt .concept_txt_cnt p {
  line-height: 2;
}
.sec02 .concept .concept_txt .concept_txt_cnt .large {
  color: #0f3580;
  font-weight: bold;
  font-size: 24px;
}
@media (min-width: 768px) {
  .sec02 .concept .concept_txt .concept_txt_cnt .large {
    font-size: clamp(20px, 2.6vw, 26px);
  }
}
@media (max-width: 767px) {
  .sec02 .concept .concept_txt .concept_txt_cnt .large {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  .sec02 .concept .concept_img {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 767px) {
  .sec02 .concept .concept_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 24px;
  }
}

.sec03 {
  background: url(../img/top/sec03_bg.jpg) no-repeat center center/cover;
}
.sec03 .reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media (min-width: 768px) {
  .sec03 .reason {
    gap: 60px 4%;
  }
}
@media (min-width: 768px) {
  .sec03 .reason .reason_item {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec03 .reason .reason_item .img {
  margin-bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .sec03 .reason .reason_item .img {
    width: 94%;
    max-width: 530px;
  }
}
.sec03 .reason .reason_item .reason_txt {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px 12px;
  width: 94%;
  max-width: 530px;
  margin-left: auto;
  position: relative;
  z-index: 2;
  margin-top: -60px;
}
@media (max-width: 767px) {
  .sec03 .reason .reason_item .reason_txt {
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .sec03 .reason .reason_item .reason_txt {
    padding: clamp(24px, 3vw, 40px);
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: -120px;
  }
}
.sec03 .reason .reason_item .reason_txt h3 {
  color: #0083b3;
  padding-bottom: 0;
  margin-bottom: 6px;
  text-align: left;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 17px;
}
@media (min-width: 768px) {
  .sec03 .reason .reason_item .reason_txt h3 {
    font-size: clamp(21px, 2.6vw, 24px);
    margin-bottom: 12px;
  }
}
.sec03 .reason .reason_item .reason_txt h3:before, .sec03 .reason .reason_item .reason_txt h3:after {
  content: none;
}
.sec03 .reason .reason_item .reason_txt p {
  line-height: 1.8;
}
@media (max-width: 767px) {
  .sec03 .reason .reason_item .reason_txt p {
    font-size: 13px;
    line-height: 1.5;
  }
}

.sec_parallax {
  position: relative;
  width: 100%;
  height: 320px;
}
@media (min-width: 768px) {
  .sec_parallax {
    height: 560px;
  }
}
.sec_parallax .parallax_contents {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: fill-box;
}
.sec_parallax .sec_parallax_box {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 60vh;
}
@media (min-width: 768px) {
  .sec_parallax .sec_parallax_box {
    height: 100vh;
  }
}
.sec_parallax .sec_parallax_box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.sec04 {
  background: url(../img/top/sec04_bg.jpg) no-repeat center -16px/cover;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .sec04 {
    background: url(../img/top/sec04_bg.jpg) no-repeat center 34px/cover;
  }
}
.sec04 .support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
  gap: 20px 12px;
}
@media (min-width: 768px) {
  .sec04 .support {
    gap: clamp(20px, 2.4vw, 30px) 6%;
  }
}
.sec04 .support .support_item {
  max-width: 200px;
  width: calc((100% - 12px) / 2);
}
@media (min-width: 768px) {
  .sec04 .support .support_item {
    max-width: 300px;
    width: 29.3333333333%;
  }
}
.sec04 .support .support_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(-45deg, #4b75c9, #1ba4d6);
  border-radius: 50%;
  text-align: center;
  gap: 12px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .sec04 .support .support_item a {
    font-size: clamp(18px, 2.2vw, 26px);
  }
}
.sec04 .support .support_item a:after {
  content: "";
  position: absolute;
  background: url(../img/common/arrow_cr_wh.png) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  bottom: clamp(10px, 1.2vw, 16px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .sec04 .support .support_item a:after {
    width: 30px;
    height: 30px;
  }
}
.sec04 .support .support_item a:hover {
  opacity: 0.8;
}
.sec04 .support .support_item a .ic {
  height: auto;
  width: 50%;
  max-height: 26%;
}
@media (min-width: 768px) {
  .sec04 .support .support_item a .ic {
    max-height: 32%;
  }
}
@media (max-width: 767px) {
  .sec04 .support .support_item a .ic {
    margin-top: -12px;
  }
}
@media (max-width: 767px) {
  .sec04 .support .support_item a .ic img {
    height: 100%;
    width: auto;
  }
}
.sec04 .support_bnr {
  position: relative;
}
.sec04 .support_bnr .txt {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
}
@media (min-width: 768px) {
  .sec04 .support_bnr .txt {
    left: clamp(30px, 4vw, 60px);
  }
}
.sec04 .support_bnr .txt h3 {
  padding-bottom: 0.2em;
  margin-bottom: 0.6em;
  color: #0f3580;
  border-bottom: 1px solid #97a6c3;
  text-align: left;
  font-size: clamp(20px, 4.8vw, 36px);
}
@media (min-width: 768px) {
  .sec04 .support_bnr .txt h3 {
    font-size: clamp(22px, 2.8vw, 36px);
  }
}
.sec04 .support_bnr .txt h3:before, .sec04 .support_bnr .txt h3:after {
  content: none;
}
.sec04 .support_bnr .txt .cnt {
  line-height: 1.5;
  font-size: clamp(13px, 3vw, 18px);
}
@media (min-width: 768px) {
  .sec04 .support_bnr .txt .cnt {
    font-size: clamp(14px, 1.6vw, 18px);
    line-height: 1.8;
  }
}
.sec04 .support_bnr .txt .btn-style {
  padding: 0;
}
.sec04 .support_bnr .txt .btn-style a {
  font-size: 15px;
  padding: 8px 24px;
}
@media (min-width: 768px) {
  .sec04 .support_bnr .txt .btn-style a {
    padding: clamp(10px, 1.2vw, 16px) 30px;
    font-size: clamp(16px, 2vw, 20px);
  }
}

.sec05 {
  background: url(../img/top/sec05_bg.jpg) no-repeat center bottom/100% 50%;
}
.sec05 .member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
  gap: 8px;
}
@media (min-width: 768px) {
  .sec05 .member {
    margin-bottom: 50px;
    gap: clamp(16px, 2vw, 24px);
  }
}
@media (max-width: 767px) {
  .sec05 .member {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .sec05 .member .member_item {
    width: calc((100% - 16px) / 3);
  }
}
.sec05 .member .member_item img {
  width: 100%;
  height: auto;
}

.sec06 {
  position: relative;
  padding-top: 50px;
  background: url(../img/top/sp_sec06_bg.jpg) no-repeat center top/100% 90%;
}
@media (min-width: 768px) {
  .sec06 {
    background: url(../img/top/sec06_bg.jpg) no-repeat center top/100% 80%;
    padding-top: 80px;
  }
}
.sec06 h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  background: #0f3580;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 0.2em 1em;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 22px;
}
@media (min-width: 768px) {
  .sec06 h2 {
    font-size: clamp(30px, 3.6vw, 36px);
  }
}
.sec06 h2:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 14px;
  background: #0f3580;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  left: 50%;
  bottom: -12px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .sec06 h2:after {
    width: 30px;
    height: 18px;
    bottom: -16px;
  }
}
.sec06 .worry .top {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sec06 .worry .top {
    font-size: 24px;
    margin-bottom: 48px;
  }
}
.sec06 .worry .worry_list_wrap {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .sec06 .worry .worry_list_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    margin-bottom: clamp(80px, 10vw, 120px);
  }
}
.sec06 .worry .worry_list_wrap .worry_list {
  width: 100%;
}
@media (min-width: 768px) {
  .sec06 .worry .worry_list_wrap .worry_list {
    width: calc(50% - 30px);
  }
}
.sec06 .worry .worry_list_wrap .worry_list li {
  padding-left: 2.2em;
  padding-top: 0.2em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #94c5d7;
}
@media (max-width: 767px) {
  .sec06 .worry .worry_list_wrap .worry_list li {
    font-size: 14px;
  }
}
.sec06 .worry .worry_list_wrap .worry_list li:before {
  background: url(../img/common/check.png) no-repeat center center/contain;
  width: 17px;
  height: 17px;
  top: 5px;
}
.sec06 .worry .worry_list_wrap .worry_list li:after {
  content: none;
}
.sec06 .worry .bottom {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 1em;
  background: -webkit-gradient(linear, right top, left top, from(#f97a1d), to(#ffae2f));
  background: linear-gradient(-90deg, #f97a1d, #ffae2f);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .sec06 .worry .bottom {
    font-size: clamp(24px, 3vw, 30px);
    padding: 1em 2em;
  }
}

.sec07 {
  background: url(../img/top/sec07_bg.jpg) no-repeat center center/100% 100%;
}
@media (min-width: 768px) {
  .sec07 {
    background: url(../img/top/sec07_bg.jpg) no-repeat center center/cover;
  }
}
.sec07 .slider_voice {
  position: relative;
}
.sec07 .slider_voice .slick-arrow {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 36%;
  z-index: 2;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 768px) {
  .sec07 .slider_voice .slick-arrow {
    width: 40px;
    height: 40px;
  }
}
.sec07 .slider_voice .slick-arrow:hover {
  opacity: 0.8;
}
.sec07 .slider_voice .slick-arrow:after {
  content: "";
  position: absolute;
  background: url(../img/common/arrow_cr.png) no-repeat center center/contain;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sec07 .slider_voice .slick-arrow.slick-prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.sec07 .slider_voice .slick-arrow.slick-next {
  right: 0;
}
.sec07 .slider_voice .slider_voice_item a {
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 0 15px;
}
.sec07 .slider_voice .slider_voice_item .thumb {
  margin-bottom: 12px;
}
.sec07 .slider_voice .slider_voice_item .thumb img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sec07 .slider_voice .slider_voice_item .txt {
  margin-top: 12px;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 0;
  display: block;
}

.sec08 {
  background: url(../img/top/sec08_bg.jpg) no-repeat center center/100% 100%;
}
@media (min-width: 768px) {
  .sec08 {
    background: url(../img/top/sec08_bg.jpg) no-repeat center center/cover;
  }
}
@media (min-width: 768px) {
  .sec08 .column_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: clamp(40px, 5vw, 48px);
  }
}
.sec08 .column_head .topics_head {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  .sec08 .column_head .topics_head {
    margin-bottom: 0;
  }
}
.sec08 .column_head .btn-style {
  min-width: 180px;
}
@media (max-width: 767px) {
  .sec08 .column_head .btn-style {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .sec08 .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2%;
  }
}
@media (max-width: 767px) {
  .sec08 .column .column_item {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .sec08 .column .column_item {
    width: 32%;
  }
}
.sec08 .column .column_item a {
  text-decoration: none;
}
.sec08 .column .column_item a .thumb {
  display: block;
  aspect-ratio: 38/19;
}
.sec08 .column .column_item a .thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sec08 .column .column_item a .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 16px;
  font-size: 16px;
}
.sec08 .column .column_item a .txt .date {
  padding-right: 12px;
}
.sec08 .column .column_item:not(:last-child) {
  margin-bottom: 20px;
}

.topics_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .topics_head {
    gap: 10px 40px;
    margin-bottom: clamp(40px, 5vw, 48px);
  }
}
.topics_head .top_h2 {
  margin-bottom: 0;
}
.topics_head p {
  font-size: 16px;
}

.sec09 .company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4%;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .sec09 .company {
    margin-bottom: 60px;
  }
}
.sec09 .company .company_txt {
  width: 100%;
}
@media (min-width: 768px) {
  .sec09 .company .company_txt {
    width: 48%;
  }
}
.sec09 .company .company_txt .f_logo {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sec09 .company .company_txt .f_logo {
    margin-bottom: 48px;
  }
}
@media (max-width: 767px) {
  .sec09 .company .company_txt .f_logo img {
    max-width: 280px;
  }
}
.sec09 .company .company_txt .info {
  width: 100%;
}
.sec09 .company .company_txt .info tr {
  border-bottom: 1px solid #bfbfbf;
}
.sec09 .company .company_txt .info tr th,
.sec09 .company .company_txt .info tr td {
  padding-top: 12px;
  padding-bottom: 12px;
}
.sec09 .company .company_txt .info tr th {
  font-weight: bold;
  text-align: left;
  width: 100px;
}
@media (min-width: 768px) {
  .sec09 .company .company_map {
    width: 48%;
  }
}
.sec09 .company .company_map .googlemap {
  padding-bottom: 350px;
}
.sec09 .company_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(12px, 1.5vw, 24px);
}
@media (max-width: 767px) {
  .sec09 .company_bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.sec09 .company_bottom .company_bottom_item {
  width: calc(50% - 6px);
}

footer {
  background: -webkit-gradient(linear, right top, left top, from(#00a79b), to(#0f3580));
  background: linear-gradient(-90deg, #00a79b, #0f3580);
}
footer .inner {
  padding: 60px 0;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  footer .inner {
    padding: 120px 0;
  }
}
footer .footer_nav {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  footer .footer_nav {
    margin-bottom: 60px;
  }
}
footer .footer_nav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(24px, 3vw, 42px);
}
@media (max-width: 767px) {
  footer .footer_nav .nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 16px;
  }
}
footer .footer_nav .nav li a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
footer .footer_nav .nav li a:hover {
  opacity: 0.8;
}
footer .primary_block {
  gap: 4%;
}
footer .primary_block .col {
  height: auto;
}
@media (max-width: 767px) {
  footer .primary_block .col.logo .img {
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer .primary_block .col.logo .img img {
    max-width: 280px;
  }
}
@media (max-width: 767px) {
  footer .primary_block .col .info {
    width: 100%;
  }
}
footer .primary_block .col .info tr {
  border-bottom: 1px solid #69b3ae;
}
footer .primary_block .col .info tr th,
footer .primary_block .col .info tr td {
  padding-top: 12px;
  padding-bottom: 12px;
  color: #fff;
}
footer .primary_block .col .info tr th a,
footer .primary_block .col .info tr td a {
  color: #fff;
}
footer .primary_block .col .info tr th {
  font-weight: bold;
  text-align: left;
  width: 92px;
}
footer .copyright {
  background: #d6edee;
  color: #333;
  padding-bottom: calc(26vw + env(safe-area-inset-bottom));
}
@media (min-width: 768px) {
  footer .copyright {
    padding-bottom: 100px;
  }
}

body:not(.home) #contents #main {
  margin-bottom: 0;
}

.page-title h2 {
  color: #333;
}

body:not(.home) .bread_wrap {
  margin-top: 1em;
}
body:not(.home) .bread_wrap .bread {
  width: 1200px;
}

.ul_arrow {
  border: 1px solid #0f3580;
  padding: 20px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .ul_arrow {
    padding: 30px 60px;
  }
}
.ul_arrow li a {
  border: none;
  color: #333;
  padding: 10px 20px 9px 36px;
}
.ul_arrow li a:before {
  width: 26px;
  height: 26px;
  background: #0f3580;
  border-radius: 50%;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ul_arrow li a:after {
  height: 8px;
  right: auto;
  left: 7px;
  clip-path: none;
  background: none;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ul_arrow li a:hover {
  color: #0f3580;
  opacity: 0.8;
}
.ul_arrow li a:hover:before {
  right: auto;
}
.ul_arrow li a:hover:after {
  background: none;
}

body:not(.home) h3 {
  padding-top: 64px;
  padding-bottom: 0;
}
body:not(.home) h3:before {
  background: url(../img/common/h2.png) no-repeat center center/contain;
  width: 41px;
  height: 52px;
  top: 0;
  bottom: auto;
}
body:not(.home) h3:after {
  content: none;
}
body:not(.home) h4 {
  color: #0f3580;
  padding-left: 30px;
}
body:not(.home) h4:before {
  background: url(../img/common/h3.png) no-repeat center center/contain;
  width: 18px;
  height: 18px;
}
body:not(.home) h5 {
  color: #0f3580;
  border: none;
  border-bottom: 1px solid #0f3580;
  position: relative;
  background: transparent;
}
body:not(.home) h5:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(#4b75c9), to(#1ba4d6));
  background: linear-gradient(0deg, #4b75c9, #1ba4d6);
  top: 18px;
  left: 0;
}
body:not(.home) h6 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0f3580;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 25px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, rgba(75, 117, 201, 0.3)));
  background: linear-gradient(transparent 60%, rgba(75, 117, 201, 0.3) 40%);
}
body:not(.home) h6:before {
  content: none;
}

.btn-style a {
  width: 100%;
  max-width: 320px;
  background: -webkit-gradient(linear, right top, left top, from(#4b75c9), to(#1ba4d6));
  background: linear-gradient(-90deg, #4b75c9, #1ba4d6);
  border: none;
  font-size: 20px;
  font-weight: bold;
  padding: 16px 30px;
}
.btn-style a:after {
  height: 6px;
  width: 18px;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  border-top: none;
  border-bottom: 1px solid #fff;
}
.btn-style a:hover {
  background: -webkit-gradient(linear, right top, left top, from(#4b75c9), to(#1ba4d6));
  background: linear-gradient(-90deg, #4b75c9, #1ba4d6);
  color: #fff;
  opacity: 0.8;
}
.btn-style a:hover:after {
  border-color: #fff;
}
.btn-style.btn-style-s {
  width: 180px;
  padding: 0;
}
.btn-style.btn-style-s a {
  max-width: 180px;
  padding: 6px 30px;
  font-size: 16px;
}
.btn-style.btn-style-s a:after {
  height: 4px;
  width: 14px;
}
.btn-style.btn-style-orange a {
  background: -webkit-gradient(linear, right top, left top, from(#f97a1d), to(#ffae2f));
  background: linear-gradient(-90deg, #f97a1d, #ffae2f);
}

.bg-block {
  background: #f5f8fa;
}

.border-block {
  border: 6px solid #e0eaf1;
}

.section {
  counter-reset: number 0;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.section p .large,
.section p.large {
  font-size: 120%;
  font-weight: bold;
  color: #0f3580;
}

.section_bg {
  background: #f7f6f1;
}
.section_bg .bg-block {
  background: #fff;
}
.section_bg .border-block {
  background: #fff;
}

.flow-block {
  border: 6px solid #e0eaf1;
  counter-increment: number 1;
}
.flow-block:not(:last-child):after {
  background: #89afc8;
}
.flow-block h4 {
  border-bottom: none;
  color: #333 !important;
  padding-left: 40px !important;
}
.flow-block h4:before {
  content: counter(number) " ";
  background: #0f3580 !important;
  color: #fff;
  width: 30px !important;
  height: 30px !important;
  line-height: 1;
  padding-bottom: 0.085em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flow-block.end:after {
  display: none;
}

.time-table thead th,
.time-table thead td {
  background: #89afc8;
}

.border-table thead th,
.border-table thead td {
  background: #89afc8;
  font-weight: bold;
}
.border-table tbody th {
  background: #e5edf3;
  font-weight: bold;
}

.price-table tbody td {
  text-align: right;
}

.js-scrollable {
  margin-bottom: 30px;
}
.js-scrollable table {
  min-width: 780px;
}

@media (max-width: 820px) {
.js-scrollable {
  overflow-x: scroll;
  position: relative;
}
.js-scrollable:before {
  content: "※表は横スクロールできます";
	display: block;
	position: sticky;
	width: 100%;
	padding: 6px 20px;
	font-size: 14px;
	text-align: center;
	background: #eaeaea;
	top: -40px;
	left: 0;
}
.js-scrollable table {
  margin-top: 12px;	
}
}

body.archive #contents > .inner {
  width: 1200px;
  margin: 0 auto;
  max-width: 96%;
}
body.archive h3 {
  color: #0f3580;
  padding-left: 30px;
  padding-top: 0;
  text-align: left;
  margin-top: 0.6em;
  margin-bottom: 1em;
  font-size: 26px;
}
body.archive h3:before {
  background: url(../img/common/h3.png) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  margin: 0;
  top: 10px;
}
body.archive h3 a {
  text-decoration: none;
  color: #0f3580;
}
body.archive h4 {
  color: #0f3580;
  border: none;
  border-bottom: 1px solid #0f3580;
  position: relative;
  background: transparent;
  padding-left: 0.6em;
}
body.archive h4:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(#4b75c9), to(#1ba4d6));
  background: linear-gradient(0deg, #4b75c9, #1ba4d6);
  top: 0;
  left: 0;
}
body.archive h5 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0f3580;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 16px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, rgba(75, 117, 201, 0.3)));
  background: linear-gradient(transparent 60%, rgba(75, 117, 201, 0.3) 40%);
  border-bottom: none;
}
body.archive h5:before {
  content: none;
}

@media (min-width: 768px) {
  body.blog.archive #contents > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4%;
  }
}
body.blog.archive #contents > .inner:after {
  content: none;
}
@media (min-width: 768px) {
  body.blog.archive #contents > .inner #main {
    width: 76%;
  }
}
@media (min-width: 768px) {
  body.blog.archive #contents > .inner #aside {
    width: 20%;
  }
}
@media (max-width: 767px) {
  body.blog.archive #contents > .inner #aside {
    margin-bottom: 60px;
  }
}
body.blog.archive #contents > .inner #aside h3 {
  margin-top: 0;
  margin-bottom: 0.6em;
  background: #0f3580;
  color: #fff;
  padding: 4px 16px 6px;
  font-size: 24px;
}
body.blog.archive #contents > .inner #aside h3:before {
  content: none;
}

body.category-column.archive .mainblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2%;
}
body.category-column.archive .mainblock > .entry-block {
  width: 100%;
}
@media (min-width: 768px) {
  body.category-column.archive .mainblock > .entry-block {
    width: 32%;
  }
}
body.category-column.archive .mainblock > .entry-block a {
  text-decoration: none;
}
body.category-column.archive .mainblock > .entry-block h3 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
body.category-column.archive .mainblock > .entry-block h3:before {
  content: none;
}
body.category-column.archive .mainblock > .entry-block .thumb {
  aspect-ratio: 38/19;
}
body.category-column.archive .mainblock > .entry-block .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

body.single #contents > .inner {
  width: 1240px;
  margin: 0 auto;
  max-width: 96%;
}
@media (min-width: 768px) {
  body.single #contents > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4%;
  }
}
body.single #contents > .inner:after {
  content: none;
}
@media (min-width: 768px) {
  body.single #contents > .inner #main {
    width: 76%;
  }
}
@media (min-width: 768px) {
  body.single #contents > .inner #aside {
    width: 20%;
  }
}
@media (max-width: 767px) {
  body.single #contents > .inner #aside {
    margin-bottom: 60px;
  }
}
body.single #contents > .inner #aside h3 {
  margin-top: 0;
  margin-bottom: 0.6em;
  background: #0f3580;
  color: #fff;
  padding: 4px 16px 6px;
  font-size: 24px;
}
body.single #contents > .inner #aside h3:before {
  content: none;
}
body.single h3 {
  color: #0f3580;
  padding-left: 30px;
  padding-top: 0;
  text-align: left;
  margin-top: 1.6em;
}
body.single h3:before {
  background: url(../img/common/h3.png) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  margin: 0;
  top: 10px;
}
body.single h4 {
  color: #0f3580;
  border: none;
  border-bottom: 1px solid #0f3580;
  position: relative;
  background: transparent;
  padding-left: 0.6em;
}
body.single h4:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(#4b75c9), to(#1ba4d6));
  background: linear-gradient(0deg, #4b75c9, #1ba4d6);
  top: 0;
  left: 0;
}
body.single h5 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0f3580;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 16px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, rgba(75, 117, 201, 0.3)));
  background: linear-gradient(transparent 60%, rgba(75, 117, 201, 0.3) 40%);
  border-bottom: none;
}
body.single h5:before {
  content: none;
}

body#tinymce h3 {
  color: #0f3580;
  padding-left: 30px;
  padding-top: 0;
  text-align: left;
  margin-top: 1.6em;
}
body#tinymce h3:before {
  background: url(../img/common/h3.png) no-repeat center center/contain;
  width: 18px;
  height: 18px;
  margin: 0;
  top: 10px;
}
body#tinymce h4 {
  color: #0f3580;
  border: none;
  border-bottom: 1px solid #0f3580;
  position: relative;
  background: transparent;
  padding-left: 0.6em;
}
body#tinymce h4:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(#4b75c9), to(#1ba4d6));
  background: linear-gradient(0deg, #4b75c9, #1ba4d6);
  top: 0;
  left: 0;
}
body#tinymce h5 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0f3580;
  padding-left: 6px;
  padding-right: 6px;
  margin-bottom: 16px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, rgba(75, 117, 201, 0.3)));
  background: linear-gradient(transparent 60%, rgba(75, 117, 201, 0.3) 40%);
  border-bottom: none;
}
body#tinymce h5:before {
  content: none;
}/*# sourceMappingURL=index.css.map */