@charset "UTF-8";
.wpcf7 dl {
  max-width: 900px;
  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 .wpcf7-radio .wpcf7-list-item {
  white-space: nowrap;
}
.wpcf7 dl dd input[type="radio"],
.wpcf7 dl dd input[type="checkbox"] {
  width: 16px;
}
.wpcf7 dl dd.radio01 input {
  max-width: 48%;
  width: auto;
}
.wpcf7 dl dd .radio input,
.wpcf7 dl dd .heckbox input {
  width: auto;
}
.wpcf7 dl dd .radio01 span.wpcf7-list-item,
.wpcf7 dl dd .sexes span.wpcf7-list-item,
.wpcf7 dl dd .correspondence span.wpcf7-list-item,
.wpcf7 dl dd .course span.wpcf7-list-item,
.wpcf7 dl dd .health-insurance span.wpcf7-list-item {
  display: block;
}
.wpcf7 dl dd p {
  margin-bottom: 0;
}
.wpcf7 dl dd textarea {
  max-width: 90%;
  width: 500px;
  font-size: inherit;
  font-family: var(--font-yugo);
}
.wpcf7 dl .mf {
  font-size: 80%;
  color: #EA0000;
  padding-left: 3px;
}
.wpcf7 dl .ex,
.wpcf7 dl .subtxt {
  font-size: 75%;
  color: #999;
  line-height: 1.4em;
  display: inline-block;
}
.wpcf7 dl dt .requisite,
.wpcf7 dl .attention {
  font-size: 78%;
  color: #f45000;
}
.wpcf7 dl .wpcf7-not-valid-tip {
  font-size: 76%;
  color: #af2223;
}
.wpcf7 .btn-style {
  text-align: center !important;
  position: relative;
  margin-bottom: 2em !important;
}
.wpcf7 .btn-style input {
  width: 120px;
  font-size: 16px;
  padding: 0.7em 1em;
  border-radius: 5px;
  background: var(--main_color);
  color: #fff;
  border: 0;
  cursor: pointer;
}
.wpcf7 .btn-style input:hover {
  opacity: 0.8;
  -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-serif);
  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-serif);
  line-height: 1.4;
  font-weight: 700;
}

body:not(.blog) 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);
}
body:not(.blog) h3:before, body:not(.blog) h3:after {
  content: "";
  width: 49px;
  height: 1px;
  background: #14325e;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
body:not(.blog) h3:before {
  bottom: 0;
}
body:not(.blog) h3:after {
  bottom: 5px;
}

.entry-block h3, h4 {
  background: none;
  border: none;
  padding: 0;
  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;
}
.entry-block h3:before, .entry-block h3:after, h4:before, h4:after {
  border: none;
  background: none;
}
.entry-block h3:before, h4:before {
  content: "";
  width: 5px;
  height: 65%;
  background: var(--main_color);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

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

.menu-blog h3 {
  margin-bottom: 10px;
  padding: 10px 10px;
  font-size: clamp(22px, 1.92vw, 24px);
  color: #fff;
  background: var(--main_color);
  text-align: center;
}

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

.entry-block h5, h6 {
  background: none;
  border: none;
  padding: 0;
  font-size: clamp(18px, 1.6vw, 20px);
  padding-left: 19px;
  margin: 0 auto clamp(15px, 1.6vw, 20px);
  position: relative;
}
.entry-block h5:before, .entry-block h5:after, h6:before, h6:after {
  border: none;
  background: none;
}
.entry-block h5:before, 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: 50%;
    margin: 0 0 0.5em 0;
    padding-right: 0.8em;
  }
  .float-list3 li {
    display: inline-block;
    width: 33.3%;
    margin: 0 0 0.5em;
    padding-right: 0.8em;
  }
  .float-list3 li:nth-child(3n) {
    padding-right: 0;
  }
  .float-list3 li.no-float {
    float: none;
    margin: 0 0 0.5em;
    width: auto;
  }
}
.ul01:not(:last-child) {
  margin-bottom: 1em;
}
.ul01 li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 0.5em;
}
.ul01 li:before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: var(--main_color);
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  left: 0;
}

.ul02:not(:last-child) {
  margin-bottom: 1em;
}
.ul02 li {
  padding-left: 15px;
  position: relative;
}
.ul02 li:before {
  content: "";
  width: 9px;
  height: 9px;
  border: solid 2px var(--main_color);
  border-radius: 50%;
  position: absolute;
  top: 0.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:hover {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: var(--sub_color);
}
.ul_arrow li a:hover:after {
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

ol.ol01 {
  margin-bottom: 1.2em;
}
ol.ol01 li {
  position: relative;
  margin-bottom: 0.4em;
}
ol.ollist {
  margin-bottom: 1.2em;
}
ol.ollist li {
  margin-bottom: 0.5em;
  list-style: none inside;
  counter-increment: ollist;
}
ol.ollist li:before {
  display: list-item;
  float: left;
  margin-right: 5px;
  content: "(" counter(ollist) ") ";
}
ol.ol_decimal {
  counter-reset: li;
  list-style: none;
  padding-left: 0;
}
ol.ol_decimal:not(:last-child) {
  margin-bottom: 1.2em;
}
ol.ol_decimal > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 2em;
}
ol.ol_decimal > li:before {
  content: counter(li) "";
  counter-increment: li;
  position: absolute;
  left: 0;
  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: 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;
  }
}
#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-serif);
  font-size: clamp(20px, 1.92vw, 24px);
  border-bottom: solid 1px var(--text-color);
  padding: 0 0 10px 10px;
}
@media (max-width: 767px) {
  .ba-block .before {
    margin-bottom: 40px !important;
  }
  .ba-block .before:after {
    width: 30px;
    height: 15px;
    top: calc(100% + 15px);
    left: 0;
    right: 0;
    clip-path: polygon(50% 100%, 100% 0, 0 0);
  }
}
@media (min-width: 768px) {
  .ba-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .ba-block .before:after {
    width: 15px;
    height: 30px;
    top: 0;
    bottom: 0;
    left: calc(100% + 15px);
    clip-path: polygon(100% 50%, 0 0, 0 100%);
  }
}

.flow-block {
  padding: clamp(15px, 4.8vw, 60px);
  border: solid 1px var(--main_color);
}
.flow-block:not(:last-child) {
  margin-bottom: 70px;
  position: relative;
}
.flow-block:not(:last-child):after {
  content: "";
  width: 87px;
  height: 34px;
  background-color: var(--main_color);
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  right: 0;
  margin: auto;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.flow-block h4,
.flow-block h5,
.flow-block h6 {
  margin-top: 0;
}

.qa-block {
  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-serif);
}
.qa-block .title {
  position: relative;
  padding-right: 40px;
  display: block;
  cursor: pointer;
  font-size: clamp(20px, vw, 24px);
}
.qa-block .title:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid var(--main_color);
  border-right: 2px solid var(--main_color);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.qa-block .open .title:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -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;
  }
}

#header {
  z-index: 100;
}
@media (min-width: 768px) {
  #header {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  #header {
    height: 70px;
    background: #fff !important;
  }
}
#header > .inner {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  #header > .inner .header_logo {
    padding-left: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  #header > .inner .header_logo img {
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  #header > .inner .header_logo img {
    width: 300px;
  }
}
@media (max-width: 767px) {
  #header #toggle {
    width: 70px;
  }
}

.home #header.header_scroll {
  -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) {
  #nav {
    background: transparent;
  }
}
#nav > .inner {
	position: relative;
	z-index: 2;
}
@media (min-width: 768px) {
  #nav > .inner {
    width: 1260px;
  }
}
@media (min-width: 768px) {
body.home #nav > .inner:before {
	content: "";
	position: absolute;
	background: url(../img/top/nav_bg.jpg) no-repeat center center / cover;
	width: 1400px;
	max-width: calc(100% + 50px);
	height: 67px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	border-radius: 50px;
}
}

@media (min-width: 768px) {
  #nav > .inner .menu > li {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
@media (min-width: 768px) {
  #nav > .inner .menu > li:not(:last-child) {
    position: relative;
  }
}
@media (min-width: 768px) {
  #nav > .inner .menu > li:not(:last-child):after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 32px;
    background: #c4c4c4;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  #nav > .inner .menu > li > a {
    height: 80px;
    font-size: clamp(16px, 1.6vw, 18px);
  }
  body.home #nav > .inner .menu > li > a {
	height: 67px;
  }
}

#nav > .inner .menu > li > a .ic {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 768px) {
  #nav > .inner .menu > li > a:hover .ic {
    -webkit-filter: brightness(10);
            filter: brightness(10);
  }
}
@media (min-width: 768px) {
  #nav > .inner .menu > li.menu-item-has-children > a:after {
    border-top: none;
    border-right: none;
    background: var(--main_color);
    border-radius: 50%;
    -webkit-transform: none;
            transform: none;
  }
}
@media (min-width: 768px) {
  #nav > .inner .menu > li.menu-item-has-children > a:hover:after {
    background: #fff;
  }
}
#nav > .inner .menu .sub-menu > li a {
  background: #8ecac9;
}


@media (min-width: 768px) {

  #nav > .inner .menu > li.tiktok .ic {

  }
  #nav > .inner .menu > li.tiktok .ic {
    display: grid;
    place-items: center;
    width: 31px;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: #333333;
    color: #e6f5fc;
    transition:
      background-color 0.3s ease,
      color 0.3s ease;
  }
  #nav > .inner .menu > li.tiktok .ic .icon {
    width: 12px;
    height: 16px;
    background-color: currentColor;

    mask: url("../img/common/ic_tiktok.svg") center / contain no-repeat;
    -webkit-mask: url("../img/common/ic_tiktok.svg") center / contain no-repeat;
  }

  @media (hover: hover) and (pointer: fine) {
   #nav > .inner .menu > li.tiktok a:hover .ic {
      background-color: #fff;
      color: #43b6b3;
      -webkit-filter: none;
        filter: none;
    }
  }

}



@media (min-width: 768px) {
  body.home #nav {
    margin-top: -50px;
  }
}

@media (min-width: 768px) {
  #aside > .inq {
    right: 10px;
  }
}
@media (max-width: 767px) {
  #aside > .inq {
    width: calc(100% - 12px);
    right: 6px;
    left: 6px;
    bottom: 5px;
  }
}
@media (min-width: 768px) {
  #aside > .inq .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  #aside > .inq .wrapper {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#aside > .inq .wrapper .cv_bnr img {
  width: 100px;
}
@media (min-width: 768px) {
  #aside > .inq .wrapper .cv_bnr img {
    width: 7.6vw;
    min-width: 100px;
  }
}
@media (max-width: 767px) {
  #aside .inq01 {
    width: 36px;
  }
}
@media (max-width: 767px) {
  #aside .inq01 img {
    width: 36px;
  }
}

@media (max-width: 767px) {
  #mainimage {
    margin-top: 70px;
  }
}

body.home #contents > .inner {
  width: 100%;
  max-width: 100%;
}
body.home #contents .topinner {
  width: 1400px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
}

body.home .section {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  body.home .section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

@media (min-width: 768px) {
  .sec01 .top_news {
    grid-template-columns: 300px auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .sec01 .top_news .news_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.sec01 .top_news .news_head h2 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .sec01 .top_news .news_head h2 {
    font-size: 20px;
    margin-bottom: 60px;
  }
}
.sec01 .top_news .news_head h2 .en {
  display: block;
  font-size: 2.5em;
  color: #0375cb;
}
.sec01 .top_news .news_head .btn-style {
  text-align: left;
}
.sec01 .top_news .news_head .btn-style a {
  width: 180px;
}
.sec01 .top_news .news_list .post-list dt,
.sec01 .top_news .news_list .post-list dd {
  padding: 20px 0;
}
.sec01 .top_news .news_list .post-list dt {
  text-align: left;
  color: #a9a9a9;
}
@media (max-width: 767px) {
  .sec01 .top_news .news_list .post-list dt {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .sec01 .top_news .news_list .post-list dd {
    padding-top: 0;
  }
}

.sec02 {
  background: url(../img/top/sp_sec02_bg.jpg) no-repeat center top/cover;
}
@media (min-width: 768px) {
  .sec02 {
    background: url(../img/top/sec02_bg.jpg) no-repeat center top/cover;
  }
}
@media (min-width: 768px) {
  .sec02 .about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
  }
}
.sec02 .about .about_slider {
  width: 680px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1139px) {
  .sec02 .about .about_slider {
    width: 540px;
  }
}
@media (max-width: 767px) {
  .sec02 .about .about_slider {
    width: 100%;
  }
}
.sec02 .about .about_slider:before {
  content: "";
  position: absolute;
  background: url(../img/top/sec02_slider_bg.png) no-repeat center center/contain;
  width: 724px;
  height: 724px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1139px) {
  .sec02 .about .about_slider:before {
    width: 584px;
    height: 584px;
  }
}
@media (max-width: 767px) {
  .sec02 .about .about_slider:before {
    width: 130%;
    height: auto;
    aspect-ratio: 1;
  }
}
.sec02 .about .about_slider:after {
  content: "";
  position: absolute;
  background: url(../img/top/sec02_slider_top.png) no-repeat center center/contain;
  width: 106px;
  height: 58px;
  top: 80px;
  right: 0;
  z-index: -1;
}
@media (max-width: 767px) {
	.sec02 .about .about_slider:after {
		top: 0;
	}
}
.sec02 .about .about_slider .about_slider_wrap {
  top: 141px;
  left: 8px;
  width: 665px;
}
@media (max-width: 1439px) {
  .sec02 .about .about_slider .about_slider_wrap {
    left: 0;
  }
}
@media (max-width: 1139px) {
  .sec02 .about .about_slider .about_slider_wrap {
    width: 364px;
    top: 113px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  .sec02 .about .about_slider .about_slider_wrap {
    width: 80%;
    top: 24.4vw;
    max-height: 660px;
  }
}
@media (max-width: 499px) {
  .sec02 .about .about_slider .about_slider_wrap {
    max-height: 450px;
  }
}
@media (max-width: 399px) {
  .sec02 .about .about_slider .about_slider_wrap {
    max-height: 380px;
  }
}
@media (max-width: 767px) {
  .sec02 .about .about_slider .about_slider_wrap .about_slider_item {
    width: 76.8vw !important;
  }
}
.sec02 .about .about_slider .about_slider_wrap .about_slider_item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .sec02 .about .about_slider .about_slider_wrap .about_slider_item .img img {
    width: 100%;
  }
}
.sec02 .about .about_slider .about_slider_bottom {
  margin-top: 260px;
  text-align: center;
}
@media (max-width: 569px) {
  .sec02 .about .about_slider .about_slider_bottom {
    margin-top: 220px;
  }
}
@media (max-width: 399px) {
  .sec02 .about .about_slider .about_slider_bottom {
    margin-top: 160px;
  }
}
.sec02 .about .about_txt {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .sec02 .about .about_txt {
    width: calc(50% - 20px);
  }
}
.sec02 .about .about_txt h2 {
  font-size: clamp(26px, 2.2vw, 32px);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 2px solid #8c8880;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .sec02 .about .about_txt h2 {
    font-size: 23px;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
}
.sec02 .about .about_txt p {
  font-weight: 500;
  line-height: 1.8;
}

.sec03 {
  background: url(../img/top/sec03_bg.jpg) no-repeat center top/100%;
}
@media (min-width: 768px) {
  .sec03 {
    padding-top: 220px !important;
    position: relative;
  }
}
@media (min-width: 768px) {
  .sec03 .feature {
    grid-template-columns: 1fr 1.2fr;
  }
}
.sec03 .feature .feature_txt h2 {
  font-size: clamp(24px, 3.2vw, 40px);
  line-height: 1.3;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .sec03 .feature .feature_txt h2 {
    margin-bottom: 20px;
  }
}
.sec03 .feature .feature_txt h2 .large {
  display: block;
  font-size: 1.5em;
  color: #0375cb;
}
.sec03 .feature .feature_txt .cnt {
  font-size: clamp(16px, 2vw, 20px);
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .sec03 .feature .feature_txt .cnt {
    margin-bottom: 20px;
  }
}
.sec03 .feature .feature_cnt {
  position: relative;
}
.sec03 .feature .feature_cnt .feature_cnt_item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  z-index: 1;
  background: #f27405;
  border-radius: 20px;
  padding: clamp(20px, 2.6vw, 40px);
}
@media (max-width: 767px) {
  .sec03 .feature .feature_cnt .feature_cnt_item {
    padding: 12px;
  }
  .sec03 .feature .feature_cnt .feature_cnt_item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.sec03 .feature .feature_cnt .feature_cnt_item .img {
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .sec03 .feature .feature_cnt .feature_cnt_item .img {
    margin-bottom: 16px;
  }
}
.sec03 .feature .feature_cnt .feature_cnt_item .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  .sec03 .feature .feature_cnt .feature_cnt_item .head {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .sec03 .feature .feature_cnt .feature_cnt_item .head {
    margin-bottom: 10px;
  }
}
.sec03 .feature .feature_cnt .feature_cnt_item .head .num {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-size: clamp(40px, 5vw, 60px);
  color: #fff600;
  margin-bottom: 0;
  position: relative;
}
@media (max-width: 767px) {
  .sec03 .feature .feature_cnt .feature_cnt_item .head .num {
    font-size: 32px;
  }
}
.sec03 .feature .feature_cnt .feature_cnt_item .head .num:after {
  content: "";
  position: absolute;
  width: 2px;
  height: calc(100% - 10px);
  background: #f9be89;
  top: 5px;
  right: -20px;
}
@media (max-width: 999px) {
  .sec03 .feature .feature_cnt .feature_cnt_item .head .num:after {
    right: -10px;
  }
}
.sec03 .feature .feature_cnt .feature_cnt_item .head h3 {
  text-align: left;
  color: #fff;
  font-size: clamp(16px, 2vw, 28px);
  letter-spacing: 0;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .sec03 .feature .feature_cnt .feature_cnt_item .head h3 {
    font-size: 15px;
  }
}
.sec03 .feature .feature_cnt .feature_cnt_item .head h3:after {
  content: none;
}
.sec03 .feature .feature_cnt .feature_cnt_item .cnt {
  color: #fff;
}
@media (max-width: 767px) {
  .sec03 .feature .feature_cnt .feature_cnt_item .cnt {
    font-size: 14px;
  }
}

.parallax_wrap {
  position: relative;
  width: 100%;
  height: 562px;
}
@media (min-width: 768px) {
  .parallax_wrap {
    margin-top: -500px;
  }
}
@media (max-width: 767px) {
  .parallax_wrap {
    height: 280px;
  }
}
.parallax_wrap:before, .parallax_wrap:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.parallax_wrap:before {
  background: url(../img/top/para_top.png) no-repeat center top/100%;
  top: -2px;
  height: 122px;
}
.parallax_wrap:after {
  background: url(../img/top/para_bottom.png) no-repeat center bottom/100%;
  bottom: -2px;
  height: 98px;
}
.parallax_wrap .parallax_contents {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: fill-box;
}
.parallax_wrap .sec_parallax_box {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.parallax_wrap .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 center/cover;
}
.sec04 h2 {
  text-align: center;
  font-size: 42px;
  padding-bottom: 48px;
  position: relative;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .sec04 h2 {
    padding-bottom: 40px;
    font-size: 28px;
  }
}
.sec04 h2:after {
  content: "";
  position: absolute;
  background: url(../img/common/h2.png) no-repeat center center/contain;
  width: 292px;
  height: 36px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .sec04 h2:after {
    width: 202px;
    height: 26px;
  }
}
.sec04 .service {
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .sec04 .service {
    margin-bottom: 36px;
  }
}
.sec04 .service .service_item h3 {
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: clamp(17px, 2.2vw, 30px);
}
@media (max-width: 767px) {
  .sec04 .service .service_item h3 {
    font-size: 20px;
  }
}
.sec04 .service .service_item h3:after {
  content: none;
}
@media (max-width: 999px) {
  .sec04 .service .service_item h3 .ic {
    width: 30px;
  }
}
.sec04 .service .service_item .cnt {
  max-width: 430px;
}
.sec04 .service .service_item:not(:last-child) {
  margin-bottom: 24px;
}
.sec04 .service_area {
  background: url(../img/top/sec04_bnr_bg.png) no-repeat center center/contain;
  aspect-ratio: 1000/343;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .sec04 .service_area {
    background: url(../img/top/sp_sec04_bnr_bg.png) no-repeat center center/contain;
    aspect-ratio: 750/1036;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.sec04 .service_area .service_area_txt {
  margin-left: 60px;
}
@media (max-width: 767px) {
  .sec04 .service_area .service_area_txt {
    margin-top: 20px;
    margin-left: 20px;
  }
}
.sec04 .service_area .service_area_txt h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #fff;
  color: #a0835c;
  font-size: 26px;
  padding: 8px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .sec04 .service_area .service_area_txt h3 {
    font-size: 24px;
    padding: 5px 16px;
  }
}
.sec04 .service_area .service_area_txt h3:after {
  content: none;
}
.sec04 .service_area .service_area_txt .area_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.sec04 .service_area .service_area_txt .area_list ul li {
  padding-left: 14px;
  position: relative;
  font-size: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .sec04 .service_area .service_area_txt .area_list ul li {
    font-size: 18px;
  }
}
.sec04 .service_area .service_area_txt .area_list ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #c5ae8f;
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sec05 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: url(../img/top/sec05_bg.jpg) no-repeat center center/cover;
}
.sec05 .recruit {
  grid-template-columns: 1fr 1fr 0.6fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1439px) {
  .sec05 .recruit {
    grid-template-columns: 0.8fr 1fr 0.4fr;
  }
}
.sec05 .recruit .recruit_img_l {
  padding-right: 60px;
  -ms-flex-item-align: end;
      align-self: end;
}
@media (max-width: 1439px) {
  .sec05 .recruit .recruit_img_l {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .sec05 .recruit .recruit_img_l {
    padding-right: 0;
  }
}
.sec05 .recruit .recruit_img_l .img img {
  width: calc(100% + 50vw - 700px);
  max-width: calc(100% + 50vw - 700px);
  margin-left: calc((50vw - 700px) / -1);
}
@media (max-width: 1439px) {
  .sec05 .recruit .recruit_img_l .img img {
    width: calc(100% + 2vw);
    max-width: calc(100% + 2vw);
    margin-left: -2vw;
  }
}
.sec05 .recruit .recruit_txt {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .sec05 .recruit .recruit_txt {
    padding-bottom: 24px;
  }
}
.sec05 .recruit .recruit_txt h2 {
  font-size: clamp(30px, 3vw, 36px);
  line-height: 2.2;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .sec05 .recruit .recruit_txt h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.sec05 .recruit .recruit_txt h2 .line {
  border-bottom: 2px solid #929292;
  padding-bottom: 8px;
}
.sec05 .recruit .recruit_txt p {
  line-height: 2;
}
@media (min-width: 768px) {
  .sec05 .recruit .recruit_txt .btn-style {
    text-align: left;
  }
}
.sec05 .recruit .recruit_img_r {
  height: 100%;
}
@media (max-width: 767px) {
  .sec05 .recruit .recruit_img_r {
    margin-bottom: 60px;
  }
}
.sec05 .recruit .recruit_img_r .img {
  position: relative;
  height: 100%;
}
.sec05 .recruit .recruit_img_r .img img {
  position: absolute;
  width: 21.5vw;
  max-width: 21.5vw;
  height: 24.9vw;
  top: auto;
  bottom: 140px;
  left: 60px;
}
@media (max-width: 1439px) {
  .sec05 .recruit .recruit_img_r .img img {
    left: 2vw;
    min-width: 220px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .sec05 .recruit .recruit_img_r .img img {
    position: static;
    width: 100%;
    max-width: 100%;
    left: 0;
  }
}

.sec06 {
  background: url(../img/top/sp_sec06_bg.jpg) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .sec06 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background: url(../img/top/sec06_bg.jpg) no-repeat center center/cover;
  }
}
.sec06 .contact {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .sec06 .contact .contact_txt {
    margin-bottom: 24px;
  }
}
.sec06 .contact .contact_txt h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 42px;
  padding-bottom: 48px;
  position: relative;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .sec06 .contact .contact_txt h2 {
    font-size: 32px;
    padding-bottom: 40px;
    margin-bottom: 24px;
  }
}
.sec06 .contact .contact_txt h2:after {
  content: "";
  position: absolute;
  background: url(../img/top/sec06_ttl.png) no-repeat center center/contain;
  width: 292px;
  height: 36px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .sec06 .contact .contact_txt h2:after {
    width: 202px;
    height: 26px;
  }
}
.sec06 .contact .contact_txt .cnt {
  font-size: 20px;
  color: #fff;
}
@media (max-width: 767px) {
  .sec06 .contact .contact_txt .cnt {
    font-size: 16px;
  }
}
.sec06 .contact .contact_list {
  padding: 40px;
  border-radius: 30px;
  background: #ecd5b6;
  width: 100%;
  max-width: 575px;
  margin-left: auto;
  position: relative;
}
.sec06 .contact .contact_list:after {
  content: "";
  position: absolute;
  background: url(../img/top/sec06_img001.png) no-repeat center center/contain;
  width: 95px;
  height: 94px;
  top: 12px;
  right: -48px;
}
.sec06 .contact .contact_list .contact_list_item {
  text-align: center;
}
.sec06 .contact .contact_list .contact_list_item p,
.sec06 .contact .contact_list .contact_list_item a {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
.sec06 .contact .contact_list .contact_list_item .name {
  font-size: clamp(20px, 2vw, 24px);
  margin-bottom: 0;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .sec06 .contact .contact_list .contact_list_item .name {
    font-size: 18px;
  }
}
.sec06 .contact .contact_list .contact_list_item .tel {
  font-size: clamp(36px, 4vw, 52px);
  line-height: 1;
  padding-left: 44px;
  position: relative;
  text-decoration: none;
}
.sec06 .contact .contact_list .contact_list_item .tel:before {
  content: "";
  position: absolute;
  background: url(../img/common/ic_tel.png) no-repeat center center/contain;
  width: clamp(30px, 3vw, 37px);
  height: 38px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
.sec06 .contact .contact_list .contact_list_item:not(:last-child) {
  margin-bottom: 16px;
}

footer {
  background: url(../img/common/footer_bg.jpg) no-repeat center center/cover;
  padding-top: 120px;
}
@media (max-width: 767px) {
  footer {
    padding-top: 60px;
  }
}
footer .primary_block {
  width: 96%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  footer .primary_block {
    padding-bottom: 60px;
  }
}
footer .primary_block .col {
  height: auto;
}
@media (max-width: 767px) {
  footer .primary_block .footer_info {
    margin-bottom: 32px !important;
  }
}
footer .primary_block .footer_info .f_logo {
  margin-top: -40px;
  margin-left: -40px;
}
@media (max-width: 1439px) {
  footer .primary_block .footer_info .f_logo {
    margin-left: -20px;
    max-width: 90%;
  }
}
footer .primary_block .footer_info .f_info_item .name {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  footer .primary_block .footer_info .f_info_item .name {
    font-size: 18px;
  }
}
footer .primary_block .footer_info .f_info_item .address {
  margin-bottom: 12px;
}
footer .primary_block .footer_info .f_info_item .table_address {
  width: 100%;
  max-width: 480px;
}
footer .primary_block .footer_info .f_info_item .table_address tr {
  border-bottom: 2px dotted #dbdbdb;
}
footer .primary_block .footer_info .f_info_item .table_address tr:first-child {
  border-top: 2px dotted #dbdbdb;
}
footer .primary_block .footer_info .f_info_item .table_address th,
footer .primary_block .footer_info .f_info_item .table_address td {
  padding: 8px 0;
}
footer .primary_block .footer_info .f_info_item .table_address th {
  text-align: left;
  font-weight: bold;
  width: 110px;
}
footer .primary_block .footer_info .f_info_item:not(:last-child) {
  margin-bottom: 20px;
}
footer .primary_block .nav_area {
  background: none;
  padding: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (min-width: 768px) {
  footer .primary_block .nav_area {
    padding-left: 40px;
  }
}
footer .primary_block .nav_area .ftr_nav h2 {
  font-family: "游ゴシック体", "Yu Gothic", "游ゴシック", YuGothic, Hiragino Sans, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Hiragino Kaku Gothic ProN, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 16px;
}
footer .primary_block .nav_area .ftr_nav .menu_list li a {
  font-weight: 500;
}
footer .primary_block .nav_area .ftr_nav .menu_list li a:before {
  content: "";
  position: absolute;
  -webkit-mask: url("../img/common/arrow_cir.svg") no-repeat center/contain;
          mask: url("../img/common/arrow_cir.svg") no-repeat center/contain;
  background: #43b6b3;
  width: 12px;
  height: 12px;
  border-top: none;
  border-right: none;
  -webkit-transform: none;
          transform: none;
}
footer .primary_block .nav_area .ftr_nav .menu_list li .sub_menu {
  margin-bottom: 12px;
}
footer .primary_block .nav_area .ftr_nav .menu_list li .sub_menu li a {
  font-size: 14px;
  color: #43b6b3;
}
footer .primary_block .nav_area .ftr_nav .menu_list li .sub_menu li a:before {
  content: none;
}
footer .copyright {
  background: none;
  color: #333;
  padding-bottom: 24px;
  width: 72%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  footer .copyright {
    width: 100%;
    padding-bottom: 120px;
  }
}

body:not(.home) #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) {
  body:not(.home) #header {
    position: sticky;
    top: 0;
    width: 100%;
  }
}
body:not(.home) #header > .inner .header_logo {
  text-align: left;
}
@media (min-width: 768px) {
  body:not(.home) #header > .inner .header_logo img {
    max-width: 32%;
  }
}
@media (min-width: 768px) {
  body:not(.home) #nav {
    position: fixed;
    width: calc(100% - 600px);
    left: auto;
    right: 1%;
    top: 32px;
    background: transparent;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  body:not(.home) #nav {
    width: 66%;
    top: clamp(16px, 1.8vw, 24px);
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  body:not(.home) #nav {
    top: clamp(1px, 1vw, 10px);
  }
}
body:not(.home) #nav > .inner {
  margin-right: 0;
}
@media (min-width: 768px) {
  body:not(.home) #nav > .inner .menu > li > a {
    font-size: clamp(12px, 1.4vw, 18px);
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  body:not(.home) #nav > .inner .menu > li > a {
    height: 62px;
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  body:not(.home) #nav > .inner .menu > li > a .ic {
    max-width: clamp(20px, 2vw, 30px);
  }
}
body:not(.home) .section:not(:last-child) {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  body:not(.home) .section:not(:last-child) {
    margin-bottom: 60px;
  }
}
body:not(.home) footer {
  border-top: 2px solid #43b6b3;
}

.section {
  counter-reset: number 0;
}

.page-title h2 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
}

.ul_arrow li a {
  border-radius: 50px;
  color: #43b6b3;
  border-color: #43b6b3;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  padding: 10px clamp(20px, 2.56vw, 32px) 11px;
}
.ul_arrow li a:after {
  background: #43b6b3;
}

body:not(.blog) h3 {
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  body:not(.blog) h3 {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  body:not(.blog) h3 {
    padding-top: 100px;
    margin-top: -80px;
  }
}
body:not(.blog) h3:before {
  content: none;
}
body:not(.blog) h3:after {
  background: url(../img/common/h2.png) no-repeat center center/contain;
  width: 292px;
  height: 36px;
  bottom: 0;
}
@media (max-width: 767px) {
  body:not(.blog) h3:after {
    width: 202px;
    height: 26px;
  }
}

h4 {
  padding-left: 48px;
}
h4:before {
  background: url(../img/common/h3.png) no-repeat center center/contain;
  width: 34px;
  height: 37px;
}

h5 {
  border-radius: 10px;
  padding: 6px 18px 7px;
}

.btn-style a {
  width: 100%;
  max-width: 260px;
  border-radius: 50px;
  padding: 12px 30px 13px;
  font-size: 18px;
  text-align: left;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
.btn-style a:after {
  content: "";
  position: absolute;
  -webkit-mask: url("../img/common/arrow_cir.svg") no-repeat center/contain;
          mask: url("../img/common/arrow_cir.svg") no-repeat center/contain;
  background: #fff;
  width: 13px;
  height: 13px;
  border-top: none;
  border-right: none;
  -webkit-transform: none;
          transform: none;
}
.btn-style.btn-style_wide a {
  max-width: 100%;
}

.bg-block {
  background: #f6f2ed;
  border-radius: 20px;
}

.border-block {
  border: 5px solid #ceeae9;
  border-radius: 20px;
}

.flow-block {
  border: 5px solid #ceeae9;
  border-radius: 20px;
}
.flow-block h4 {
  padding-left: 42px;
  border-bottom: none;
  margin-bottom: 12px;
}
.flow-block h4:before {
  counter-increment: number 1;
  content: counter(number) " ";
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background: #43b6b3;
  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;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.flow-block:not(:has(+ .flow-block)):after {
  content: none;
}

.time-table thead th,
.time-table thead td {
  background: #d6edec;
  color: #333;
}

.table01 th {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

.border-table thead th,
.border-table thead td {
  background: #d6edec;
  color: #333;
}

.border-table tbody th {
  background: #f5fafa;
}

.qa-block .title {
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .qa-block .title {
    font-size: 20px;
  }
}
.qa-block .question:before {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
.qa-block .answer:before {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}
.qa-block .question:after,
.qa-block .answer:after {
  top: 0.4em;
}

.tab_wrap .tab_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1%;
  margin-bottom: 24px;
}
.tab_wrap .tab_btn_wrap li {
  width: 19.2%;
  height: 60px;
  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;
  padding: 0;
  color: #fff;
  background: #ccc;
  font-size: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .tab_wrap .tab_btn_wrap li {
    font-size: 14px;
    height: 48px;
    text-align: center;
    line-height: 1.2;
  }
}
.tab_wrap .tab_btn_wrap li:after {
  content: "";
  width: 20px;
  height: 12px;
  background: #ccc;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  top: auto;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tab_wrap .tab_btn_wrap li:hover {
  cursor: pointer;
  opacity: 0.8;
}
.tab_wrap .tab_btn_wrap li.active {
  background: #43b6b3;
}
.tab_wrap .tab_btn_wrap li.active:after {
  background: #43b6b3;
}
.tab_wrap .tab_item_wrap .tab_item {
  display: none;
}
.tab_wrap .tab_item_wrap .tab_item.active {
  display: block;
}

.recruit_top h4 {
  border-bottom: none;
  padding: 0;
}
.recruit_top h4:before {
  content: none;
}

@media (max-width: 767px) {
  .interview_links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2%;
  }
}
.interview_links .bg-block {
  aspect-ratio: 1;
  padding: 0;
}
@media (max-width: 767px) {
  .interview_links .bg-block {
    width: 49%;
    padding: 10px;
  }
}
.interview_links .bg-block a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  position: relative;
}
.interview_links .bg-block a .img {
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  height: 90%;
}
@media (max-width: 767px) {
  .interview_links .bg-block a .img {
    width: 86%;
    height: 86%;
    left: 7%;
  }
}
.interview_links .bg-block a .txt {
  position: relative;
  z-index: 2;
  bottom: -10px;
  font-weight: bold;
  font-size: 14px;
}
@media (max-width: 767px) {
  .interview_links .bg-block a .txt {
    bottom: -6px;
  }
}


.page-recruit .container {
  width: 1000px;
  margin: 0 auto;
  max-width: 96%;
}
.page-recruit .section {
  padding: clamp(50px, 10vw, 100px) 0;
  margin-bottom: 0 !important;
}
.page-recruit .sec_recruit01 {
  background: url("../img/common/sec_recruit01bg.png") no-repeat center/cover;
  padding: clamp(0px, 20vw, 0px) 0; /* 80px, 20vw, 200px */
}
.page-recruit .sec_recruit01 h4 {
  font-size: clamp(20px, 3.6vw, 36px);
}
.page-recruit .sec_recruit01 p {
  line-height: 2;
}
@media (min-width: 768px) {
  .page-recruit .sec_recruit01 p {
    line-height: calc(40 / 18);
    font-size: 18px;
  }
  .page-recruit .sec_recruit01 p:not(:last-child) {
    margin-bottom: 30px;
  }
}
.page-recruit .sec_recruit03 {
  background: url("../img/common/sec_recruit03bg.png") no-repeat center/cover;
  margin-bottom: 0 !important;
}
.page-recruit .sec_recruit03 .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-recruit .sec_recruit03 .row:not(:last-child) {
  margin-bottom: clamp(50px, 9vw, 90px);
}
.page-recruit .sec_recruit03 .row .box-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-recruit .sec_recruit03 .row .box-tit .num {
  margin: 0;
  color: #43b6b3;
  font-weight: 500;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
}
.page-recruit .sec_recruit03 .row .box-tit h4 {
  border: 0;
  padding: 0;
  margin: 0;
  border-left: 1px solid #d3c9c2;
  padding-left: 1.5em;
}
.page-recruit .sec_recruit03 .row .box-tit h4:before, .page-recruit .sec_recruit03 .row .box-tit h4:after {
  content: none;
}
.page-recruit .sec_recruit03 .row .box-img {
  position: relative;
}
.page-recruit .sec_recruit03 .row .box-img:before {
  content: "";
  position: absolute;
}
.page-recruit .sec_recruit03 .row__bnr1 .box-img:before {
  background: url("../img/common/recrui_icon01.png") no-repeat center/contain;
}
.page-recruit .sec_recruit03 .row__bnr2 .box-img:before {
  background: url("../img/common/recrui_icon02.png") no-repeat center/contain;
}
.page-recruit .sec_recruit03 .row__bnr3 .box-img:before {
  background: url("../img/common/recrui_icon03.png") no-repeat center/contain;
}
.page-recruit .sec_recruit03 .row__bnr4 .box-img:before {
  background: url("../img/common/recrui_icon04.png") no-repeat center/contain;
}
.page-recruit .sec_recruit03 .row__bnr5 .box-img:before {
  background: url("../img/common/recrui_icon05.png") no-repeat center/contain;
}
.page-recruit .sec_recruit03 .row__bnr6 .box-img:before {
  background: url("../img/common/recrui_icon06.png") no-repeat center/contain;
}
.page-recruit .sec_recruit03 .bgicon {
  position: relative;
  z-index: 0;
}
.page-recruit .sec_recruit03 .bgicon:before {
  content: "";
  position: absolute;
  z-index: -1;
}
.page-recruit .sec_recruit03 .bgicon__1:before {
  background: url("../img/common/recruit_bgicon01.png") no-repeat center/contain;
}
.page-recruit .sec_recruit03 .bgicon__2:before {
  background: url("../img/common/recruit_bgicon02.png") no-repeat center/contain;
}
.page-recruit .sec_recruit03 .bgicon__3:before {
  background: url("../img/common/recruit_bgicon03.png") no-repeat center/contain;
}
.page-recruit .sec_recruit03 .bgicon__4:before {
  background: url("../img/common/recruit_bgicon04.png") no-repeat center/contain;
}
.page-recruit .sec_recruit03 .bgicon__5:before {
  background: url("../img/common/recruit_bgicon05.png") no-repeat center/contain;
}
@media (max-width: 767px) {
  .page-recruit .sec_recruit03 .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 50px;
  }
  .page-recruit .sec_recruit03 .row:after {
    content: "";
    position: absolute;
    z-index: -2;
    width: 100vw;
    height: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f2ed));
    background: linear-gradient(to bottom, #fff, #f6f2ed);
  }
  .page-recruit .sec_recruit03 .row .col {
    width: 100%;
    display: contents;
  }
  .page-recruit .sec_recruit03 .row .col .box-tit {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 15px;
  }
  .page-recruit .sec_recruit03 .row .col .box-tit .num {
    font-size: 40px;
    width: 50px;
  }
  .page-recruit .sec_recruit03 .row .col .box-tit h4 {
    width: calc(100% - 50px);
    padding-left: 20px;
    font-size: 20px;
  }
  .page-recruit .sec_recruit03 .row .col .box-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-recruit .sec_recruit03 .row .col .box-txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .page-recruit .sec_recruit03 .row__bnr1 .box-img {
    margin-bottom: calc(70 / 767 * 100vw);
  }
  .page-recruit .sec_recruit03 .row__bnr1 .box-img:before {
    width: calc(189 / 767 * 100vw);
    height: calc(158 / 767 * 100vw);
    bottom: calc(-49 / 767 * 100vw);
    left: calc(35 / 767 * 100vw);
  }
  .page-recruit .sec_recruit03 .row__bnr2 .box-img {
    margin-bottom: calc(52 / 767 * 100vw);
  }
  .page-recruit .sec_recruit03 .row__bnr2 .box-img:before {
    width: calc(216 / 767 * 100vw);
    height: calc(136 / 767 * 100vw);
    bottom: calc(-32 / 767 * 100vw);
    left: calc(35 / 767 * 100vw);
  }
  .page-recruit .sec_recruit03 .row__bnr3 .box-img {
    margin-bottom: calc(52 / 767 * 100vw);
  }
  .page-recruit .sec_recruit03 .row__bnr3 .box-img:before {
    width: calc(203 / 767 * 100vw);
    height: calc(130 / 767 * 100vw);
    bottom: calc(-32 / 767 * 100vw);
    left: calc(30 / 767 * 100vw);
  }
  .page-recruit .sec_recruit03 .row__bnr4 .box-img {
    margin-bottom: calc(90 / 767 * 100vw);
  }
  .page-recruit .sec_recruit03 .row__bnr4 .box-img:before {
    width: calc(202 / 767 * 100vw);
    height: calc(157 / 767 * 100vw);
    bottom: calc(-70 / 767 * 100vw);
    right: calc(-45 / 767 * 100vw);
  }
  .page-recruit .sec_recruit03 .row__bnr5 .box-img {
    margin-bottom: 15px;
  }
  .page-recruit .sec_recruit03 .row__bnr5 .box-img:before {
    width: calc(159 / 767 * 100vw);
    height: calc(152 / 767 * 100vw);
    top: calc(-50 / 767 * 100vw);
    right: calc(10 / 767 * 100vw);
  }
  .page-recruit .sec_recruit03 .row__bnr6 .box-img {
    margin-bottom: 15px;
  }
  .page-recruit .sec_recruit03 .row__bnr6 .box-img:before {
    width: calc(201 / 767 * 100vw);
    height: calc(133 / 767 * 100vw);
    top: calc(-25 / 767 * 100vw);
    right: calc(-30 / 767 * 100vw);
  }
  .page-recruit .sec_recruit03 .bgicon__1:before {
    width: calc(226 / 767 * 100vw);
    height: calc(125 / 767 * 100vw);
    top: calc(50 / 767 * 100vw);
    right: calc(-10 / 767 * 100vw);
  }
  .page-recruit .sec_recruit03 .bgicon__2:before {
    width: calc(186 / 767 * 100vw);
    height: calc(105 / 767 * 100vw);
    left: calc(250 / 767 * 100vw);
    bottom: calc(-20 / 767 * 100vw);
  }
  .page-recruit .sec_recruit03 .bgicon__3:before {
    width: calc(226 / 767 * 100vw);
    height: calc(125 / 767 * 100vw);
    top: calc(30 / 767 * 100vw);
    right: calc(50 / 767 * 100vw);
  }
  .page-recruit .sec_recruit03 .bgicon__4:before {
    width: calc(226 / 767 * 100vw);
    height: calc(125 / 767 * 100vw);
    right: calc(-20 / 767 * 100vw);
    bottom: 0;
  }
  .page-recruit .sec_recruit03 .bgicon__5:before {
    width: calc(226 / 767 * 100vw);
    height: calc(125 / 767 * 100vw);
    right: calc(50% + 30px);
    bottom: calc(-20 / 767 * 100vw);
  }
}
@media (min-width: 768px) {
  .page-recruit .sec_recruit03 {
    padding-top: 0;
  }
  .page-recruit .sec_recruit03 .container {
    width: 100%;
  }
  .page-recruit .sec_recruit03 .row {
    -webkit-column-gap: 0;
            column-gap: 0;
  }
  .page-recruit .sec_recruit03 .row .box-tit {
    margin-bottom: calc(30 / 1439 * 100vw);
  }
  .page-recruit .sec_recruit03 .row .box-tit .num {
    font-size: calc(70 / 1439 * 100vw);
    width: calc(100 / 1439 * 100vw);
  }
  .page-recruit .sec_recruit03 .row .box-tit h4 {
    width: calc(100% - (100 / 1439 * 100vw));
    font-size: calc(32 / 1439 * 100vw);
    padding-left: calc(30 / 1439 * 100vw);
    letter-spacing: normal;
  }
  .page-recruit .sec_recruit03 .row .col {
    width: 50%;
  }
  .page-recruit .sec_recruit03 .row .col__img img {
    max-width: calc(840 / 1439 * 100vw);
  }
  .page-recruit .sec_recruit03 .row:not(.reverse) .col__img {
    height: calc(520 / 1439 * 100vw);
    position: relative;
  }
  .page-recruit .sec_recruit03 .row:not(.reverse) .col__img .box-img {
    position: absolute;
    top: 0;
    right: 0;
  }
  .page-recruit .sec_recruit03 .row:not(.reverse) .col__text {
    padding-left: 20px;
  }
  .page-recruit .sec_recruit03 .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page-recruit .sec_recruit03 .row.reverse .col__text {
    padding-right: 20px;
  }
  .page-recruit .sec_recruit03 .row__bnr1 .box-img:before {
    width: calc(189 / 1439 * 100vw);
    height: calc(158 / 1439 * 100vw);
    bottom: calc(-49 / 1439 * 100vw);
    left: calc(105 / 1439 * 100vw);
  }
  .page-recruit .sec_recruit03 .row__bnr2 .box-img:before {
    width: calc(216 / 1439 * 100vw);
    height: calc(136 / 1439 * 100vw);
    bottom: calc(-32 / 1439 * 100vw);
    left: calc(55 / 1439 * 100vw);
  }
  .page-recruit .sec_recruit03 .row__bnr3 .box-img:before {
    width: calc(203 / 1439 * 100vw);
    height: calc(130 / 1439 * 100vw);
    bottom: calc(-32 / 1439 * 100vw);
    left: calc(60 / 1439 * 100vw);
  }
  .page-recruit .sec_recruit03 .row__bnr4 .box-img:before {
    width: calc(202 / 1439 * 100vw);
    height: calc(157 / 1439 * 100vw);
    bottom: calc(-70 / 1439 * 100vw);
    right: calc(-45 / 1439 * 100vw);
  }
  .page-recruit .sec_recruit03 .row__bnr5 .box-img:before {
    width: calc(159 / 1439 * 100vw);
    height: calc(152 / 1439 * 100vw);
    top: calc(-50 / 1439 * 100vw);
    right: calc(90 / 1439 * 100vw);
  }
  .page-recruit .sec_recruit03 .row__bnr6 .box-img:before {
    width: calc(201 / 1439 * 100vw);
    height: calc(133 / 1439 * 100vw);
    top: calc(-25 / 1439 * 100vw);
    right: calc(-115 / 1439 * 100vw);
  }
  .page-recruit .sec_recruit03 .bgicon__1:before {
    width: 226px;
    height: 125px;
    top: 85px;
    right: -100px;
  }
  .page-recruit .sec_recruit03 .bgicon__2:before {
    width: 186px;
    height: 105px;
    left: 250px;
    bottom: -20px;
  }
  .page-recruit .sec_recruit03 .bgicon__3:before {
    width: 226px;
    height: 125px;
    top: 0;
    right: calc(50% + 30px);
  }
  .page-recruit .sec_recruit03 .bgicon__4:before {
    width: 226px;
    height: 125px;
    right: -170px;
    bottom: 40px;
  }
  .page-recruit .sec_recruit03 .bgicon__5:before {
    width: 226px;
    height: 125px;
    right: calc(50% + 30px);
    bottom: 50px;
  }
}
@media (min-width: 1440px) {
  .page-recruit .sec_recruit03 .container {
    width: 1400px;
  }
  .page-recruit .sec_recruit03 .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-recruit .sec_recruit03 .row .box-tit {
    margin-bottom: 30px;
  }
  .page-recruit .sec_recruit03 .row .box-tit .num {
    font-size: 70px;
    width: 100px;
  }
  .page-recruit .sec_recruit03 .row .box-tit h4 {
    width: calc(100% - 100px);
    font-size: 32px;
    padding-left: 30px;
  }
  .page-recruit .sec_recruit03 .row .col__img img {
    max-width: none;
  }
  .page-recruit .sec_recruit03 .row__bnr1 .box-img:before {
    width: 189px;
    height: 158px;
    bottom: -49px;
    left: 105px;
  }
  .page-recruit .sec_recruit03 .row__bnr2 .box-img:before {
    width: 216px;
    height: 136px;
    bottom: -32px;
    left: 55px;
  }
  .page-recruit .sec_recruit03 .row__bnr3 .box-img:before {
    width: 203px;
    height: 130px;
    bottom: -32px;
    left: 60px;
  }
  .page-recruit .sec_recruit03 .row__bnr4 .box-img:before {
    width: 202px;
    height: 157px;
    bottom: -70px;
    right: -45px;
  }
  .page-recruit .sec_recruit03 .row__bnr5 .box-img:before {
    width: 159px;
    height: 152px;
    top: -50px;
    right: 90px;
  }
  .page-recruit .sec_recruit03 .row__bnr6 .box-img:before {
    width: 201px;
    height: 133px;
    top: -25px;
    right: -115px;
  }
  .page-recruit .sec_recruit03 .row:not(.reverse) .col__img {
    height: 520px;
  }
  .page-recruit .sec_recruit03 .row:not(.reverse) .col__text {
    padding-left: 80px;
  }
  .page-recruit .sec_recruit03 .row.reverse .col__text {
    padding-right: 80px;
  }
}


/*# sourceMappingURL=index.css.map */