.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: var(--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: 2em 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;
}

body:not(.blog) h3 {
  text-align: center;
  font-size: clamp(24px, 2.24vw, 30px);
  padding-top: 72px;
  letter-spacing: 0.06em;
  position: relative;
  color: var(--main_color);
  margin: 0 auto clamp(20px, 4vw, 40px);
}
body:not(.blog) h3:after {
  content: "";
  width: 62px;
  height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  margin: auto;
  background: url("../img/common/h3.png") no-repeat center/cover;
}

.menu-blog h3 {
  text-align: center;
  font-size: clamp(24px, 2.24vw, 30px);
  letter-spacing: 0.06em;
  position: relative;
  background: var(--main_color);
  color: #fff;
  margin: 0 auto 10px;
  padding: 5px 10px;
}

.entry-block h3, h4 {
  background: none;
  border: none;
  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;
}
.entry-block h3:before, h4:before {
  background: none;
  border: none;
  content: "";
  width: 8px;
  height: 22px;
  background: #c3c8cd;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
  margin: auto;
  background: url("../img/common/h4.png") no-repeat center/cover;
}
.entry-block h3:after, h4:after {
  background: none;
  border: none;
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: auto;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #fa872d;
}

.entry-block h3 a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
.entry-block h3 a:hover {
  opacity: 0.7;
}

.entry-block h4, h5 {
  background: none;
  border: none;
  font-size: clamp(20px, 1.76vw, 22px);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 18px 5px;
  margin: 0 0 clamp(15px, 1.6vw, 20px);
  background: #fec598;
}

.entry-block h5, h6 {
  background: none;
  border: none;
  font-size: clamp(18px, 1.6vw, 20px);
  padding-left: 29px;
  position: relative;
  margin: 0 0 clamp(15px, 1.6vw, 20px);
}
.entry-block h5:before, h6:before {
  background: none;
  border: none;
  content: "";
  width: 19px;
  height: 19px;
  background: url("../img/common/h6.png") no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.entry-block h6 {
  background: none;
  border: none;
  font-weight: 400;
  padding: 0;
}
.entry-block h6:before {
  display: none;
}

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

.text-large {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .text-large {
    font-size: 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: #fa872d;
  border-radius: 50%;
  position: absolute;
  top: 0.65em;
  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 #fa872d;
  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: #eb0808;
  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: 0;
}
.ul_arrow li a:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 19px;
  margin: auto;
  background: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.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 {
  border-color: #fa872d;
  -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: #fa872d;
  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: #fa872d;
  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: #fa872d;
  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: #fcf7f2;
}
.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: #fdf7f3;
}
.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: #eb0808 !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);
  border-radius: 20px;
  -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: 10px;
  bottom: auto;
  top: 5px;
  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: #eb0808;
}
.qa-block .answer {
  padding-bottom: 40px;
  display: none;
}
.qa-block .answer:after {
  background: #fa872d;
}
.qa-block .answer:before {
  content: "A";
  top: 7px;
  left: 12px;
  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 {
  border-radius: 20px;
  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: #fcf7f2;
  overflow: hidden;
  border-radius: 20px;
}
.bg-block:not(:last-child) {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}
.bg-block h4,
.bg-block h5,
.bg-block h6 {
  margin-top: 0;
}

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

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

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

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

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

.row:not(:last-child) {
  margin-bottom: clamp(20px, 3.2vw, 40px);
}
@media (min-width: 768px) {
  .row.col2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .row.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: 0;
  background: #fa872d;
  border: solid 1px #fa872d;
  color: #fff;
  transition: 0.3s ease;
  line-height: 1.4;
}
.btn-style a:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.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 {
  overflow: hidden;
  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: 50px;
  padding-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-weight: 400;
  display: block;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#ffa735), to(#ff7509));
  background: linear-gradient(to right, #ffa735, #ff7509);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.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: 28px;
    line-height: 1;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
  }
  .sec_top h2 .sec_span {
    font-size: 80px;
    padding-bottom: 20px;
    letter-spacing: 0.1em;
  }
}

.sec01 {
  padding: 50px 0;
  background: #f7efe8;
}
.sec01 .sec_title {
  font-size: 16px;
  padding-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #c3c8cd;
}
.sec01 .sec_title .sec_span {
  font-size: 24px;
  color: #fa872d;
  padding-right: 10px;
}
.sec01 .sec_title {
  position: relative;
  margin: 0 !important;
}
.sec01 .sec_title:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: auto;
  bottom: -1px;
  width: 100px;
  height: 1px;
  background: #fa872d;
}
.sec01 .sec_box {
  padding: 30px 10px;
  border-radius: 20px;
  background: #fff;
}
.sec01 .btn-style {
  padding: 0;
  margin-top: 20px;
}
.sec01 .btn-style a {
  border-radius: 3px;
  font-size: 15px;
  padding: 6.5px 30px;
  max-width: 133px;
}
.sec01 dl dt {
  color: #969696;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .sec01 {
    padding: 120px 0;
  }
  .sec01 .sec_title {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .sec01 .sec_title .sec_span {
    font-size: 24px;
    padding-right: 10px;
  }
  .sec01 .row {
    gap: 20px;
  }
  .sec01 .sec_box {
    padding: 30px 10px;
  }
  .sec01 .btn-style {
    text-align: right;
  }
  .sec01 dl dt, .sec01 dl dd {
    padding: 25px 0;
  }
}
@media screen and (min-width: 1239px) {
  .sec01 .sec_title {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .sec01 .sec_title .sec_span {
    font-size: 34px;
    padding-right: 10px;
  }
  .sec01 .row {
    gap: 40px;
  }
  .sec01 .sec_box {
    padding: 40px;
  }
}

.sec02 {
  padding: 50px 0;
  background: url("../img/top/sp_sec02_bg.jpg") no-repeat center/cover;
}
.sec02 .sec_sub {
  color: #ffd09e;
  font-size: 70px;
  line-height: 1;
  margin: 0 auto -35px !important;
  position: relative;
  top: -10px;
  font-weight: bold;
  text-align: center;
  opacity: 0.24;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left top, right top, from(#feab3f), to(#fa7c17));
  background: linear-gradient(to right, #feab3f, #fa7c17);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.sec02 .sec_title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px !important;
  position: relative;
  font-weight: bold;
  text-align: center;
}
.sec02 .sec_title .sec_span1 {
  color: #eb0808;
}
.sec02 .sec_title .sec_span2 {
  color: #fa872d;
}
.sec02 .sec_box {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  margin: auto;
  padding: 0 10px 30px;
}
.sec02 .sec_text {
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  .sec02 {
    padding: 120px 0;
    background: url("../img/top/sec02_bg.jpg") no-repeat center/cover;
  }
  .sec02 .sec_text {
    line-height: 39px;
    text-align: center;
  }
  .sec02 .sec_box {
    padding: 0 20px 80px;
    max-width: 1005px;
  }
  .sec02 .sec_sub {
    font-size: 150px;
    line-height: 1;
    margin: 0 auto -70px !important;
    top: -28px;
    letter-spacing: 0.1em;
  }
  .sec02 .sec_title {
    font-size: 48px;
    line-height: 67px;
    margin-bottom: 30px !important;
  }
}

.sec03 {
  padding: 50px 0;
  background: url("../img/top/sec03_bg.jpg") no-repeat center/cover;
}
.sec03 .sec_title {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.075em;
  color: #fff;
  margin: auto;
  text-align: center;
  font-weight: bold;
  display: block;
}
.sec03 .sec_sub {
  font-size: 16px;
  text-align: center;
  margin: auto;
  letter-spacing: 0.1em;
  padding: 7px 12px;
  margin-top: 10px;
  color: #fa872d;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
}
.sec03 .sec_bnr a {
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
}
.sec03 .sec_bnr a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
  width: 42px;
  height: 42px;
  background: url("../img/top/sec03_arrow.png") no-repeat center/cover;
}
.sec03 .sec_bnr a:hover {
  opacity: 0.7;
}
.sec03 .sec_bnr.sec_bnr1 a {
  background: url("../img/top/sp_sec03_bnr_bg01.jpg") no-repeat center/cover;
}
.sec03 .sec_bnr.sec_bnr2 {
  position: relative;
}
.sec03 .sec_bnr.sec_bnr2:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: -40px;
  top: 0;
  bottom: 7px;
  width: 30px;
  height: 256px;
  background: url("../img/top/sp_sec03_bg02.png") no-repeat center/cover;
}
.sec03 .sec_bnr.sec_bnr2 a {
  background: url("../img/top/sp_sec03_bnr_bg02.jpg") no-repeat center/cover;
}
.sec03 .sec_bnr.sec_bnr3 {
  position: relative;
}
.sec03 .sec_bnr.sec_bnr3:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: -40px;
  right: auto;
  top: 0;
  bottom: 7px;
  width: 30px;
  height: 256px;
  background: url("../img/top/sp_sec03_bg03.png") no-repeat center/cover;
}
.sec03 .sec_bnr.sec_bnr3 a {
  background: url("../img/top/sp_sec03_bnr_bg03.jpg") no-repeat center/cover;
}
.sec03 .sec_bnr.sec_bnr4 a {
  background: url("../img/top/sp_sec03_bnr_bg04.jpg") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .sec03 .row {
    max-width: 90%;
    margin: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .sec03 .row .col {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .sec03 {
    padding: 120px 0;
  }
  .sec03 .sec_title {
    font-size: 42px;
    line-height: 1;
    letter-spacing: 0.075em;
  }
  .sec03 .sec_sub {
    font-size: 20px;
    letter-spacing: 0.1em;
    padding: 7px 12px;
    margin-top: 20px;
  }
  .sec03 .row {
    gap: 10px;
  }
  .sec03 .sec_bnr a {
    height: 400px;
  }
  .sec03 .sec_bnr.sec_bnr1 a {
    background: url("../img/top/sec03_bnr_bg01.jpg") no-repeat center/cover;
  }
  .sec03 .sec_bnr.sec_bnr2:after {
    left: auto;
    right: -174px;
    top: 0;
    bottom: 40px;
    width: 164px;
    height: 440px;
    background: url("../img/top/sec03_bg02.png") no-repeat center/cover;
  }
  .sec03 .sec_bnr.sec_bnr2 a {
    background: url("../img/top/sec03_bnr_bg02.jpg") no-repeat center/cover;
  }
  .sec03 .sec_bnr.sec_bnr3:after {
    left: -174px;
    right: auto;
    top: 0;
    bottom: 40px;
    width: 164px;
    height: 440px;
    background: url("../img/top/sec03_bg03.png") no-repeat center/cover;
  }
  .sec03 .sec_bnr.sec_bnr3 a {
    background: url("../img/top/sec03_bnr_bg03.jpg") no-repeat center/cover;
  }
  .sec03 .sec_bnr.sec_bnr4 a {
    background: url("../img/top/sec03_bnr_bg04.jpg") no-repeat center/cover;
  }
}

.sec04 {
  padding: 50px 0;
  background: url("../img/top/sec04_bg.jpg") no-repeat center/cover;
}
.sec04 .sec04_slider .slick-slide {
  margin: 0 10px;
}
.sec04 .sec04_slider .slick-list {
  margin: 0 -10px;
}
.sec04 .sec_title {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}
.sec04 .sec_btn a {
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  padding: 0 20px;
  height: 100px;
  border-radius: 10px;
  background: url("../img/top/sec04_bnr_bg.png") no-repeat center/cover;
  position: relative;
}
.sec04 .sec_btn a .sec_span {
  position: relative;
  padding-left: 80px;
}
.sec04 .sec_btn a .sec_span:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
}
.sec04 .sec_btn a .sec04_icon01:after {
  background: url("../img/top/sp_sec04_icon01.png") no-repeat center/cover;
}
.sec04 .sec_btn a .sec04_icon02:after {
  background: url("../img/top/sp_sec04_icon02.png") no-repeat center/cover;
}
.sec04 .sec_btn a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 10px;
  top: auto;
  bottom: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 17px 0px 0px;
  border-color: transparent #fff transparent transparent;
}
.sec04 .sec_btn a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sec04 .sec_btn a:hover {
  opacity: 0.7;
}
.sec04 .btn_box {
  margin-top: 30px;
}
.sec04 img {
  width: 100%;
}
.sec04 .slick-arrow {
  font-size: 0;
  width: 30px;
  height: 30px;
  border: none;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 10px;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.sec04 .slick-arrow:before, .sec04 .slick-arrow:after {
  display: none;
}
.sec04 .slick-arrow.slick-prev {
  left: 10px;
  right: auto;
  background: url("../img/top/sec04_arrow01.png") no-repeat center/cover;
}
.sec04 .slick-arrow.slick-next {
  left: auto;
  right: 10px;
  background: url("../img/top/sec04_arrow02.png") no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .sec04 .sec_btn a {
    max-width: 500px;
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .sec04 {
    padding: 100px 0;
  }
  .sec04 .slick-arrow {
    width: 48px;
    height: 48px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 15px;
  }
  .sec04 .slick-arrow.slick-prev {
    left: 10px;
    right: auto;
  }
  .sec04 .slick-arrow.slick-next {
    left: auto;
    right: 10px;
  }
  .sec04 .sec_title {
    font-size: 16px;
  }
  .sec04 h2 {
    margin-bottom: 60px;
  }
  .sec04 .btn_box {
    margin-top: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
  }
  .sec04 .btn_box .sec_btn {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .sec04 .sec_btn a {
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 0 20px;
    height: 150px;
    border-radius: 10px;
  }
  .sec04 .sec_btn a .sec_span {
    padding-left: 100px;
  }
  .sec04 .sec_btn a .sec_span:after {
    width: 90px;
    height: 90px;
  }
  .sec04 .sec_btn a .sec04_icon01:after {
    background: url("../img/top/sec04_icon01.png") no-repeat center/cover;
  }
  .sec04 .sec_btn a .sec04_icon02:after {
    background: url("../img/top/sec04_icon02.png") no-repeat center/cover;
  }
  .sec04 .sec_btn a:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: 10px;
    top: auto;
    bottom: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 17px 0px 0px;
    border-color: transparent #fff transparent transparent;
  }
  .sec04 .sec_btn a {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .sec04 .sec_btn a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1239px) {
  .sec04 .slick-arrow {
    width: 48px;
    height: 48px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 15px;
  }
  .sec04 .slick-arrow.slick-prev {
    left: 0;
    right: 1200px;
  }
  .sec04 .slick-arrow.slick-next {
    left: 1200px;
    right: 0;
  }
  .sec04 .sec_title {
    font-size: 18px;
  }
  .sec04 .sec_btn a {
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.1em;
    padding: 0 40px;
    height: 200px;
    border-radius: 10px;
  }
  .sec04 .sec_btn a .sec_span {
    padding-left: 132px;
  }
  .sec04 .sec_btn a .sec_span:after {
    width: 112px;
    height: 112px;
  }
}

.sec05 {
  padding: 50px 0 0;
  background: url("../img/top/sec05_bg.jpg") center;
}
.sec05 .sec_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  height: 110px;
  font-size: 20px;
  padding: 0 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #ff7509;
  border: 4px solid #ff7509;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
}
.sec05 .sec_btn a .sec_span {
  position: relative;
}
.sec05 .sec_btn a .sec_span:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
}
.sec05 .sec_btn a .sec05_icon01 {
  padding-left: 60px;
}
.sec05 .sec_btn a .sec05_icon01:after {
  width: 40px;
  height: 52px;
  background: url("../img/top/sp_sec05_icon01.png") no-repeat center/cover;
}
.sec05 .sec_btn a .sec05_icon02 {
  padding-left: 69px;
}
.sec05 .sec_btn a .sec05_icon02:after {
  width: 49px;
  height: 63px;
  background: url("../img/top/sp_sec05_icon02.png") no-repeat center/cover;
}
.sec05 .sec_btn a .sec05_icon03 {
  padding-left: 67px;
}
.sec05 .sec_btn a .sec05_icon03:after {
  width: 47px;
  height: 42px;
  background: url("../img/top/sp_sec05_icon03.png") no-repeat center/cover;
}
.sec05 .sec_btn a:hover {
  opacity: 0.7;
}
.sec05 .sec_btn a:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 5%;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #ff7509;
  border-right: 2px solid #ff7509;
}
.sec05 .row {
  margin-bottom: 50px;
}
.sec05 .loopslider_wrap {
  overflow: hidden;
}
.sec05 .loopslider {
  -webkit-animation: loopslider 150s linear infinite;
          animation: loopslider 150s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 5720px;
  height: 100%;
}
@-webkit-keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-2860px);
            transform: translateX(-2860px);
  }
}
@keyframes loopslider {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-2860px);
            transform: translateX(-2860px);
  }
}
@media screen and (min-width: 768px) {
  .sec05 {
    padding: 120px 0 0;
  }
  .sec05 h2 {
    margin-bottom: 50px;
  }
  .sec05 .row {
    gap: 10px;
    margin-bottom: 120px;
  }
  .sec05 .sec_btn a {
    border-radius: 10px;
    height: 100px;
    font-size: 17px;
    padding: 0 15px;
    letter-spacing: 0;
  }
  .sec05 .sec_btn a .sec05_icon01 {
    padding-left: 50px;
  }
  .sec05 .sec_btn a .sec05_icon01:after {
    width: 40px;
    height: 52px;
    background: url("../img/top/sec05_icon01.png") no-repeat center/cover;
  }
  .sec05 .sec_btn a .sec05_icon02 {
    padding-left: 59px;
  }
  .sec05 .sec_btn a .sec05_icon02:after {
    width: 49px;
    height: 63px;
    background: url("../img/top/sec05_icon02.png") no-repeat center/cover;
  }
  .sec05 .sec_btn a .sec05_icon03 {
    padding-left: 57px;
  }
  .sec05 .sec_btn a .sec05_icon03:after {
    width: 47px;
    height: 42px;
    background: url("../img/top/sec05_icon03.png") no-repeat center/cover;
  }
  .sec05 .loopslider {
    -webkit-animation: loopslider 150s linear infinite;
            animation: loopslider 150s linear infinite;
    width: 14300px;
  }
  @-webkit-keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-7150px);
              transform: translateX(-7150px);
    }
  }
  @keyframes loopslider {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-7150px);
              transform: translateX(-7150px);
    }
  }
}
@media screen and (min-width: 1239px) {
  .sec05 .row {
    gap: 24px;
    margin-bottom: 120px;
  }
  .sec05 .sec_btn a {
    border-radius: 10px;
    height: 140px;
    font-size: 26px;
    padding: 0 40px;
    letter-spacing: 0.05em;
  }
  .sec05 .sec_btn a .sec05_icon01 {
    padding-left: 60px;
  }
  .sec05 .sec_btn a .sec05_icon01:after {
    width: 40px;
    height: 52px;
  }
  .sec05 .sec_btn a .sec05_icon02 {
    padding-left: 69px;
  }
  .sec05 .sec_btn a .sec05_icon02:after {
    width: 49px;
    height: 63px;
  }
  .sec05 .sec_btn a .sec05_icon03 {
    padding-left: 67px;
  }
  .sec05 .sec_btn a .sec05_icon03:after {
    width: 47px;
    height: 42px;
  }
}

.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;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background: #fa872d;
}
.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: 26px;
  color: #0d0d0d;
}
.sec06 .sec_title:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 5px;
  bottom: auto;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: url("../img/top/sec06_icon.png") no-repeat center/cover;
}
@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 {
    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;
  }
}
.company_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.company_row .company_col {
  width: 50%;
}
.company_row .company_col2 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .company_row .company_col:first-child {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .company_row .company_col {
    width: 33.3333%;
  }
  .company_row .company_col2 {
    width: 66.6666666667%;
  }
}
@media screen and (min-width: 1250px) {
  .company_row {
    margin-left: -15px;
    width: 1230px;
  }
}

.workplace_row figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 250px;
}
@media screen and (min-width: 768px) {
  .workplace_row figure img {
    height: 200px;
  }
}
@media screen and (max-width: 767px) {
  .workplace_row .col:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .workplace_row {
    gap: 20px 10px !important;
  }
}

.staff_bnr a {
  text-decoration: none;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.staff_bnr a:hover {
  opacity: 0.7;
}
.staff_bnr a:hover img {
  opacity: 1;
}
.staff_bnr a .staff_title {
  padding: 10px 10px;
  text-align: center;
  display: block;
  border: 1px solid #fa872d;
  border-top: none;
  font-weight: bold;
  position: relative;
}
.staff_bnr a .staff_title:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 10px;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 2px solid #fa872d;
  border-right: 2px solid #fa872d;
}

@media screen and (min-width: 768px) {
  .row.reverse {
    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;
  }
  .row.reverse .col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .row.row-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.bold {
  font-weight: bold;
}

.flow_under {
  margin-bottom: 50px;
}
.flow_under:last-child {
  margin-bottom: 0;
}
.flow_under .flow_under_box {
  position: relative;
  z-index: 0;
}
.flow_under .flow_under_box:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 35px;
  right: auto;
  top: 0;
  bottom: auto;
  width: 6px;
  height: calc(100% + 70px);
  background: #ffd8b9;
  z-index: -1;
}
.flow_under .flow_under_box:first-child:after {
  top: 30px;
  height: calc(50% + 70px);
}
.flow_under .flow_under_box:last-child:after {
  height: 50px;
}
.flow_under .flow_under_box.col_flow_under_box2 .under_box:after {
  display: none !important;
}
.flow_under .sec_time {
  font-size: 18px;
  font-weight: bold;
  border-radius: 50%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  width: 80px;
  color: #fff;
  background: url("../img/common/flow_under_box_bg.png") no-repeat center/cover;
}
.flow_under .sec_time .sec_span {
  display: block;
}
.flow_under .sec_title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .flow_under .sec_title, .flow_under .sec_time {
    margin-bottom: 0 !important;
  }
  .flow_under .flow_under_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 2%;
  }
  .flow_under .flow_under_box:first-child:after {
    top: auto;
    bottom: -30px;
    height: calc(50% + 70px);
  }
  .flow_under .flow_under_box:last-child {
    padding-bottom: 0;
  }
  .flow_under .flow_under_box:last-child:after {
    height: 50%;
  }
  .flow_under .flow_under_box.col_flow_under_box2 .under_box {
    border: none;
  }
  .flow_under .under_box {
    width: calc(98% - 80px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
    border-bottom: 1px solid #d9d9d9;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .flow_under .under_box img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .flow_under {
    margin-bottom: 120px;
  }
  .flow_under:last-child {
    margin-bottom: 120px;
  }
  .flow_under .sec_time {
    font-size: 24px;
    height: 100px;
  }
  .flow_under .sec_title {
    font-size: 20px;
    line-height: 1.7;
  }
  .flow_under .flow_under_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 2%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 70px;
  }
  .flow_under .flow_under_box .sec_time {
    width: 100px;
  }
  .flow_under .flow_under_box:after {
    left: 48px;
    width: 6px;
    height: calc(100% + 70px);
  }
  .flow_under .flow_under_box:first-child:after {
    top: 80px;
    height: calc(100% + 70px);
  }
  .flow_under .flow_under_box:last-child:after {
    height: 80px;
  }
  .flow_under .flow_under_box.col_flow_under_box2 figure {
    position: absolute;
    margin: auto;
    left: auto;
    right: 0;
    top: auto;
    bottom: -110px;
  }
  .flow_under .under_box {
    min-height: 237px;
    width: calc(98% - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 2%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .flow_under .under_box:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: auto;
    bottom: -35px;
    width: 100%;
    height: 1px;
    background: #d9d9d9;
  }
  .flow_under .under_box .sec_title {
    width: calc(98% - 300px);
  }
  .flow_under .under_box figure {
    width: 300px;
  }
}
@media screen and (min-width: 1250px) {
  .flow_under .sec_time {
    font-size: 32px;
    height: 166px;
  }
  .flow_under .sec_title {
    font-size: 26px;
    line-height: 1.7;
  }
  .flow_under .flow_under_box {
    gap: 0 2%;
    margin-bottom: 70px;
  }
  .flow_under .flow_under_box:after {
    left: 80px;
    width: 6px;
    height: calc(100% + 70px);
  }
  .flow_under .flow_under_box:first-child:after {
    top: 30px;
    height: calc(100% + 70px);
  }
  .flow_under .flow_under_box:last-child:after {
    height: 50px;
  }
  .flow_under .flow_under_box .sec_time {
    width: 166px;
  }
  .flow_under .flow_under_box.col_flow_under_box2 figure {
    bottom: -140px;
  }
  .flow_under .under_box {
    min-height: 237px;
    width: calc(98% - 166px);
    gap: 0 2%;
  }
  .flow_under .under_box:after {
    bottom: -35px;
    width: 100%;
    height: 1px;
  }
  .flow_under .under_box .sec_title {
    width: calc(98% - 444px);
  }
  .flow_under .under_box figure {
    width: 444px;
  }
}
/*# sourceMappingURL=index.css.map */