.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(--Noto-Sans);
}
.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(--Noto-Sans);
  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(--Noto-Sans);
  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;
  color: var(--main_color);
  margin: 0 auto clamp(20px, 4vw, 40px);
}
.entry-block h3:after, h3:after {
  content: "";
  width: 128px;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  margin: auto;
  background: url("../img/common/h3.png") no-repeat center/cover;
}

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;
  border-bottom: 2px solid #c3c8cd;
}
h4:before {
  content: "";
  width: 8px;
  height: 22px;
  background: #c3c8cd;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 4px;
  margin: auto;
  background: #3979f9;
}
h4:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: auto;
  bottom: -2px;
  width: 50px;
  height: 2px;
  background: #3979f9;
}

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

h6 {
  font-size: clamp(18px, 1.6vw, 20px);
  padding-left: 39px;
  position: relative;
  margin: 0 auto clamp(15px, 1.6vw, 20px);
}
h6:before {
  content: "";
  width: 29px;
  height: 28px;
  background: url("../img/common/h6.png") no-repeat center/cover;
  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: 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: 10px;
}
.ul01 li {
  padding-left: 15px;
  position: relative;
}
.ul01 li:not(:last-child) {
  margin-bottom: 10px;
}
.ul01 li:before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #3979f9;
  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 #3979f9;
  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: #fa872d;
  top: 4px;
  left: 5px;
}
.ul_check li:after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 8px;
  width: 10px;
  height: 6px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 10;
}

.ul_arrow li a {
  background: var(--sub_color);
  color: #fff;
  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;
  border-radius: 30px;
}
.ul_arrow li a:after {
  content: "";
  width: 15px;
  height: 3px;
  background: url("../img/common/sec_arrow.png") no-repeat center/cover;
  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: #fff;
  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: var(--sub_color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ul_arrow li a:hover:after {
  background: url("../img/common/hov_sec_arrow.png") no-repeat center/cover;
  -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;
}
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: #3979f9;
  border-radius: 50px;
  line-height: 1.5;
  text-align: center;
  font-size: 90%;
}

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

@media screen and (max-width: 767px) {
  .home #contents {
    overflow: hidden;
  }
}

.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: #04369b;
  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: #04369b;
  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: #f1f4f8;
}
.border-table tbody td {
  background: #fff;
}

.fee-table {
  width: 100%;
}
.fee-table:not(:last-child) {
  margin-bottom: clamp(15px, 4vw, 50px);
}
.fee-table th,
.fee-table td {
  text-align: left;
  font-weight: normal;
  padding: 10px 8px;
  border: 1px solid #ccc;
}
.fee-table thead th {
  background: var(--main_color);
  color: #fff;
  text-align: center;
}
.fee-table tbody th {
  background: #ebf0f6;
}
.fee-table tbody td {
  text-align: right;
}

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

@media (max-width: 767px) {
  .time-table th, .time-table td, .border-table th, .border-table td, .table01 th, .table01 td {
    font-size: 80%;
    padding: 5px 3px;
  }
}
.consul {
  background: #46d2e1 !important;
}

#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(--Noto-Sans);
  font-size: clamp(20px, 1.92vw, 24px);
  border-bottom: solid 1px var(--text-color);
  padding: 0 0 10px 10px;
}
@media (max-width: 767px) {
  .ba-block .before {
    margin-bottom: 40px !important;
  }
  .ba-block .before:after {
    width: 30px;
    height: 15px;
    top: calc(100% + 15px);
    left: 0;
    right: 0;
    clip-path: polygon(50% 100%, 100% 0, 0 0);
  }
}
@media (min-width: 768px) {
  .ba-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .ba-block .before:after {
    width: 15px;
    height: 30px;
    top: 0;
    bottom: 0;
    left: calc(100% + 15px);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
  }
}

.flow-block {
  padding: clamp(15px, 4.8vw, 60px);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
}
.flow-block:not(:last-child) {
  margin-bottom: 70px;
  position: relative;
}
.flow-block:not(:last-child):after {
  content: "";
  width: 87px;
  height: 34px;
  background-color: #c3c8cd;
  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: 1px;
  font-family: var(--Noto-Sans);
}
.qa-block .title {
  position: relative;
  padding-right: 40px;
  display: block;
  cursor: pointer;
  font-size: clamp(20px, vw, 24px);
}
.qa-block .title .sec_span:after {
  content: "";
  width: 128px;
  height: 4px;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  margin: auto;
  background: url(../img/common/h3.png) no-repeat center/cover;
}
.qa-block .title:before, .qa-block .title:after {
  content: "";
  width: 15px;
  height: 3px;
  background: var(--sub_color);
  position: absolute;
  top: 0.5em;
  bottom: auto;
  right: 10px;
  left: auto;
  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;
  font-weight: 600;
}
.qa-block .question:after {
  background: #fa872d;
}
.qa-block .answer {
  padding-bottom: 40px;
  display: none;
}
.qa-block .answer:after {
  background: #46d2e1;
}
.qa-block .answer:before {
  content: "A";
  top: 3px;
  left: 11px;
  font-weight: 600;
}
.qa-block.not_qa_block {
  border: none;
  padding: 0;
}
.qa-block.not_qa_block .title {
  padding-right: 0;
}
.qa-block.not_qa_block .title:before, .qa-block.not_qa_block .title:after {
  top: 0.7em;
}
.qa-block.not_qa_block .question, .qa-block.not_qa_block .answer {
  padding-left: 0;
}
.qa-block.not_qa_block .question:before, .qa-block.not_qa_block .question:after, .qa-block.not_qa_block .answer:before, .qa-block.not_qa_block .answer:after {
  display: none;
}

.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);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1294117647);
}
.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: #f1f4f8;
  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: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .row.col3 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  .row.col4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .row.col5 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
  }
  .row.col2 .col, .row.col3 .col, .row.col4 .col, .row.col5 .col {
    margin: 0;
  }
  .row.col2 .bg-block, .row.col2 .border-block, .row.col3 .bg-block, .row.col3 .border-block {
    padding: 25px;
  }
  .row.col4 .bg-block, .row.col4 .border-block, .row.col5 .bg-block, .row.col5 .border-block {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .row .col:not(:last-child) {
    margin-bottom: 10px;
  }
}

.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: 15px 30px;
  max-width: 320px;
  width: 100%;
  border-radius: 30px;
  background: #fa872d;
  border: solid 1px #fa872d;
  color: #fff;
  transition: 0.3s ease;
  line-height: 1.4;
}
.btn-style a:after {
  content: "";
  width: 15px;
  height: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: url("../img/common/sec_arrow.png") no-repeat center/cover;
}
.btn-style a:hover {
  opacity: 0.7;
  -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: -ms-grid;
    display: grid;
    -ms-grid-columns: 120px 1fr;
    grid-template-columns: 120px 1fr;
  }
  .post-list dt {
    text-align: center;
  }
  .post-list dt,
  .post-list dd {
    padding: 15px 0;
    border-bottom: solid 1px #ccc;
  }
}
@media (max-width: 767px) {
  .post-list dt {
    padding-top: 5px;
  }
  .post-list dd {
    padding-bottom: 5px;
    border-bottom: solid 1px #ccc;
  }
}

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

.mainimage {
  position: relative;
}
.mainimage .main_text {
  position: absolute;
  margin: auto;
  color: #fff;
  font-weight: bold;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 4%;
  right: auto;
  top: auto;
  bottom: 4%;
  font-size: 6.6vw;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .mainimage .main_text {
    left: 6%;
    right: auto;
    top: 0;
    bottom: 1%;
    font-size: 3.3vw;
    line-height: 1.5;
  }
}

.sec_top {
  margin: 0 !important;
}
.sec_top h2 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
}
.sec_top h2 .sec_span {
  font-size: 35px;
  padding-bottom: 10px;
  font-weight: 400;
  display: block;
  color: #04369b;
}
.sec_top .sec_img {
  text-align: center;
}
.sec_top .sec_img img {
  margin: auto;
}
@media screen and (min-width: 768px) {
  .sec_top h2 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
  }
  .sec_top h2 .sec_span {
    font-size: 54px;
    padding-bottom: 15px;
  }
}

.sec01 {
  padding: 50px 0;
  background: url("../img/top/sec01_bg.jpg") no-repeat center bottom/cover;
}
.sec01 .sec_box {
  padding: 30px 10px;
  background: #eff4ff;
}
.sec01 .post-list dt, .sec01 .post-list dd {
  font-weight: 400;
  border-color: #c4cde0;
}
.sec01 .btn-style {
  padding: 0;
}
.sec01 .btn-style a {
  font-size: 16px;
  text-align: left;
  max-width: 160px;
  padding: 10.5px 20px;
  background: #46d2e1;
  border-color: #46d2e1;
}
@media screen and (min-width: 768px) {
  .sec01 {
    padding: 70px 0;
  }
  .sec01 h2 {
    text-align: left;
    margin-bottom: 30px;
  }
  .sec01 .post-list dt, .sec01 .post-list dd {
    padding: 27px 0;
  }
  .sec01 .post-list dt:first-of-type, .sec01 .post-list dd:first-of-type {
    border-top: 1px solid #c4cde0;
  }
  .sec01 .sec_box {
    padding: 55px 30px;
  }
  .sec01 .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sec01 .row .col:first-child {
    width: 170px;
  }
  .sec01 .row .col:last-child {
    width: calc(100% - 220px);
  }
}
@media screen and (min-width: 1239px) {
  .sec01 {
    padding: 120px 0;
  }
  .sec01 .sec_box {
    padding: 55px 80px;
  }
}

.sec02 {
  padding: 50px 0;
  background: url("../img/top/sp_sec02_bg.jpg") no-repeat center/cover;
}
.sec02 .sec_box {
  padding: 30px 10px;
  background: rgba(255, 255, 255, 0.9);
}
.sec02 .sec_text {
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  .sec02 {
    padding: 70px 0;
    background: url("../img/top/sec02_bg.jpg") no-repeat center/cover;
  }
  .sec02 .sec_box {
    padding: 50px 30px;
  }
  .sec02 .sec_text {
    text-align: center;
    line-height: 40px;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1239px) {
  .sec02 {
    padding: 120px 0;
  }
  .sec02 .sec_box {
    padding: 80px 50px;
  }
}

.sec03 {
  padding: 50px 0;
  background: url("../img/top/sec03_bg.jpg") no-repeat center/cover;
}
.sec03 .sec_text {
  line-height: 29px;
}
.sec03 a {
  display: block;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sec03 a:hover {
  opacity: 0.7;
}
.sec03 a:hover img {
  opacity: 1;
}
.sec03 a .sec_arrow {
  padding: 12px 22px 5px;
  padding-left: 45px;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  margin: auto;
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #e5ebf6;
}
.sec03 a .sec_arrow:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  width: 31px;
  height: 31px;
  background: url("../img/top/sec03_arrow.png") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .sec03 .row .col:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .sec03 {
    padding: 70px 0;
  }
  .sec03 h2 {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .sec03 .row.col2 {
    gap: 30px 40px;
  }
  .sec03 a {
    margin-bottom: 20px;
  }
  .sec03 a .sec_arrow {
    padding: 12px 22px 5px;
    padding-left: 45px;
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .sec03 a .sec_arrow:after {
    width: 31px;
    height: 31px;
  }
}
@media screen and (min-width: 1239px) {
  .sec03 {
    padding: 110px 0 120px;
  }
}

.sec04 {
  padding: 50px 0;
  background: url("../img/top/sec04_bg.jpg") no-repeat center/cover;
}
.sec04 .sec04_slide .sec_img {
  text-align: center;
  margin-bottom: 15px !important;
}
.sec04 .sec04_slide .sec_img img {
  margin: auto;
}
.sec04 .sec04_slide .sec_text {
  text-align: center;
}
.sec04 .btn-style {
  padding: 0;
  margin-top: 45px;
}
.sec04 .btn-style a {
  max-width: 334px;
}
.sec04 .slick-arrow {
  background: #fff;
  font-size: 0;
  border: none;
  width: 41px;
  height: 41px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 40px;
  z-index: 1;
  cursor: pointer;
}
.sec04 .slick-arrow button {
  width: 30px;
  height: 30px;
}
.sec04 .slick-arrow.slick-prev {
  left: 5px;
  right: auto;
  background: url("../img/top/sec04_arrow01.png") no-repeat center/cover;
}
.sec04 .slick-arrow.slick-next {
  left: auto;
  right: 5px;
  background: url("../img/top/sec04_arrow02.png") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .sec04 .btn-style {
    padding: 0;
    margin-top: 30px;
  }
  .sec04 .title_box {
    margin-bottom: 20px;
  }
  .sec04 .sec04_slider .slick-slide {
    margin: 0 15px;
  }
  .sec04 .sec04_slider .slick-list {
    margin: 0 -15px;
  }
}
@media screen and (min-width: 768px) {
  .sec04 {
    padding: 70px 0;
  }
  .sec04 .sec04_slider .slick-slide {
    margin: 0 5px;
  }
  .sec04 .sec04_slider .slick-list {
    margin: 0 -5px;
  }
  .sec04 h2 {
    font-size: 24px;
    text-align: left;
    margin: 0;
  }
  .sec04 h2 .sec_span {
    letter-spacing: 0.08em;
  }
  .sec04 h2 .sec_span2 {
    position: relative;
    padding-right: 198px;
  }
  .sec04 h2 .sec_span2:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 183px;
    height: 1px;
    background: #0d0d0d;
  }
  .sec04 .title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
    margin-bottom: 40px;
  }
  .sec04 .sec_text {
    line-height: 29px;
  }
  .sec04 .sec04_slide .sec_text {
    font-size: 14px;
  }
  .sec04 .slick-arrow {
    width: 41px;
    height: 41px;
    bottom: 40px;
  }
  .sec04 .slick-arrow button {
    width: 41px;
    height: 41px;
  }
  .sec04 .slick-arrow.slick-prev {
    left: -10px;
    right: auto;
  }
  .sec04 .slick-arrow.slick-next {
    left: auto;
    right: -10px;
  }
}
@media screen and (min-width: 1239px) {
  .sec04 {
    padding: 110px 0 120px;
  }
  .sec04 .sec04_slider .slick-slide {
    margin: 0 15px;
  }
  .sec04 .sec04_slider .slick-list {
    margin: 0 -15px;
  }
  .sec04 .sec04_slide .sec_text {
    font-size: 16px;
  }
  .sec04 .slick-arrow {
    width: 41px;
    height: 41px;
    bottom: 40px;
  }
  .sec04 .slick-arrow button {
    width: 41px;
    height: 41px;
  }
  .sec04 .slick-arrow.slick-prev {
    left: -20px;
    right: auto;
  }
  .sec04 .slick-arrow.slick-next {
    left: auto;
    right: -20px;
  }
}

.sec05 {
  padding: 50px 0;
  background: url("../img/top/sec05_bg.jpg") no-repeat center/cover;
}
.sec05 h2 {
  color: #fff;
}
.sec05 h2 .sec_span {
  color: #fff;
}
.sec05 .sec_text {
  line-height: 29px;
  color: #fff;
}
.sec05 .btn-style {
  padding: 0;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .sec05 h2 {
    margin-top: 30px;
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .sec05 {
    padding: 70px 0;
  }
  .sec05 h2 {
    margin-bottom: 50px;
    text-align: left;
  }
  .sec05 .btn-style {
    margin-top: 90px;
    text-align: right;
  }
  .sec05 .row.col2 .col:first-child {
    width: 48vw;
  }
}
@media screen and (min-width: 1239px) {
  .sec05 {
    padding: 120px 0;
  }
  .sec05 .row.col2 {
    gap: 60px;
  }
  .sec05 .row.col2 .col:first-child {
    width: 673px;
  }
}

.sec06 {
  padding: 50px 0;
  background: url("../img/top/sec06_bg.jpg") no-repeat center/cover;
}
.sec06 .sec_list dt, .sec06 .sec_list dd {
  line-height: 22px;
  padding: 15px 0;
}
.sec06 .sec_list dt {
  float: left;
}
.sec06 .sec_list dt .sec_span {
  position: relative;
  padding-left: 22px;
}
.sec06 .sec_list dt .sec_span:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 5px;
  right: auto;
  top: 0;
  bottom: 0;
  width: 7px;
  height: 7px;
  background: #04369b;
}
.sec06 .sec_list dd {
  padding-left: 100px;
  border-bottom: 1px solid #dfdfdf;
}
.sec06 .sec_title {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  margin: 0 0 18px !important;
  position: relative;
  padding-left: 20px;
  color: #04369b;
}
.sec06 .sec_title:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 2px;
  bottom: auto;
  width: 6px;
  height: 23px;
  border-radius: 3px;
  background: #3979f9;
}
@media screen and (max-width: 767px) {
  .sec06 .sec_logo {
    max-width: 80%;
    margin: 30px auto 5px !important;
    text-align: center;
  }
  .sec06 .row1 {
    margin-bottom: 40px;
  }
  .sec06 .row2 .col:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .sec06 {
    padding: 70px 0;
  }
  .sec06 h2 {
    font-size: 24px;
    margin-bottom: 50px;
  }
  .sec06 .sec_title {
    font-size: 22px;
  }
  .sec06 .sec_list dt, .sec06 .sec_list dd {
    line-height: 22px;
    padding: 21.5px 0;
  }
  .sec06 .sec_list dt {
    float: left;
  }
  .sec06 .sec_list dt .sec_span {
    padding-left: 27px;
  }
  .sec06 .sec_list dt .sec_span:after {
    left: 10px;
    width: 7px;
    height: 7px;
  }
  .sec06 .sec_list dd {
    padding-left: 120px;
  }
  .sec06 .row1 {
    margin-bottom: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 40px;
  }
  .sec06 .row1 .col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .sec06 .row2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 40px;
  }
  .sec06 .row2 .col {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 1239px) {
  .sec06 {
    padding: 110px 0 120px;
  }
}

#a05_02, #a05_05 {
  margin-top: -70px;
  padding-top: 70px;
}
#a05_02:before, #a05_05:before {
  top: 70px;
}

@media screen and (min-width: 768px) {
  #a01, #a02, #a03, #a04, #a05, #a06, #a07, #a08 {
    margin-top: -50px;
    padding-top: 103px;
  }
  #a05_02, #a05_05 {
    margin-top: -113px;
    padding-top: 113px;
  }
  #a05_02:before, #a05_05:before {
    top: 103px;
  }
}
@media screen and (min-width: 768px) {
  .ul01.list_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 2%;
  }
  .ul01.list_col2 li {
    margin: 0;
    width: 49%;
  }
  .ul01.list_col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 2%;
  }
  .ul01.list_col3 li {
    margin: 0;
    width: 32%;
  }
}

@media screen and (max-width: 767px) {
  .row.row_under .col:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .row.row_under {
    gap: 50px 20px;
  }
}
/*# sourceMappingURL=index.css.map */