@charset "UTF-8";
body header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  z-index: 999;
  background-color: #fff;
  width: 100%;
  /* ハンバーガー */
  /* バツ印に変形 */
}
body header #h-logo {
  display: flex;
  align-items: center;
}
body header #h-logo .h-logo-c {
  margin-left: 20px;
  display: flex;
  align-items: center;
}
body header #h-logo .h-logo-c #logo {
  margin-right: 15px;
}
@media screen and (max-width: 960px) {
  body header #h-logo .h-logo-c #logo {
    width: 30px;
    margin-right: 10px;
  }
}
body header #h-logo .h-logo-c h1 {
  font-size: clamp(17px, 1.7vw, 29px);
  font-weight: bold;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 960px) {
  body header .nav-menu {
    display: none;
    height: 292px;
    flex-direction: column;
    background: white;
    position: absolute;
    z-index: 10;
    top: 60px;
    right: 0;
    width: 100%;
    padding: 0;
    animation: slideDown 0.4s ease;
  }
}
body header .nav-menu ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  body header .nav-menu ul {
    flex-direction: column;
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  body header .nav-menu ul li {
    margin: auto;
    width: 100%;
    font-size: clamp(18px, 1.2vw, 24px);
    text-align: center;
    padding: 20px 0;
    border-bottom: #e56e14 solid 1px;
  }
  body header .nav-menu ul li:first-child {
    border-top: #e56e14 solid 1px;
  }
}
body header .nav-menu ul li a {
  font-size: clamp(16px, 1.2vw, 24px);
  font-weight: bold;
  color: #E56E14;
}
body header .nav-menu ul li:not(:last-child) {
  margin-right: 45px;
}
body header .nav-menu ul .nav-contact {
  width: 235px;
}
@media screen and (max-width: 960px) {
  body header .nav-menu ul .nav-contact {
    width: 335px;
    border: none;
  }
}
body header .nav-menu ul .nav-contact a {
  background: linear-gradient(to right, #E56E14, #F2B92D);
  padding: 10px 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body header .nav-menu ul .nav-contact a .circle-btn {
  font-size: clamp(17px, 1.7vw, 29px);
  width: 50px;
  height: 50px;
}
body header .hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 1px;
}
@media screen and (max-width: 960px) {
  body header .hamburger {
    padding-top: 10px;
    width: 60px;
    height: 60px;
    display: flex;
    background: linear-gradient(to right, #E56E14, #F2B92D);
    align-items: center;
  }
}
body header .hamburger span {
  width: 35px;
  height: 1px;
  margin: 5px 0;
  background: white;
  display: block;
  border-radius: 2px;
}
body header .hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  margin-top: 19px;
}
body header .hamburger.active span:nth-child(2) {
  opacity: 0;
}
body header .hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: -19px;
}
body .bk-sheet {
  display: none;
}
@media screen and (max-width: 960px) {
  body .bk-sheet {
    width: 100%;
    height: 100vh;
    background-color: black;
    opacity: 60%;
    position: absolute;
    z-index: 5;
  }
}
body .wrapper {
  padding-top: 70px;
}
@media screen and (max-width: 960px) {
  body .wrapper {
    padding-top: 60px;
  }
}
body footer {
  background-color: #E56E14;
}
body footer #footer-inner {
  margin: 0 150px;
  padding: 40px 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  body footer #footer-inner {
    margin: 0 20px;
    padding: 20px 0;
    flex-direction: column;
    align-items: center;
  }
}
body footer #footer-inner #f-info h3 {
  color: #ffffff;
  font-size: clamp(16px, 1.4vw, 26px);
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 15px;
}
body footer #footer-inner #f-info ul li {
  color: #ffffff;
  font-size: clamp(16px, 1.1vw, 23px);
}
body footer #footer-inner #f-info ul li:not(:last-child) {
  margin-bottom: 10px;
}
body footer #footer-inner #copyright {
  color: #ffffff;
  font-size: clamp(11px, 1.1vw, 23px);
}
@media screen and (max-width: 960px) {
  body footer #footer-inner #copyright {
    margin-top: 20px;
  }
}
body #top-kv {
  position: relative;
  margin-bottom: 60px;
}
body #top-kv-head {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 86%;
  padding: 30px 0;
  background: linear-gradient(to right, rgba(229, 110, 20, 0.85), rgba(242, 185, 45, 0.85));
}
body #top-kv-head h2 {
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
body #top-kv-head h2:first-child {
  font-size: clamp(64px, 6.6vw, 88px);
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  body #top-kv-head h2:first-child {
    font-size: clamp(24px, 9.3vw, 60px);
    margin-bottom: 20px;
  }
}
body #top-kv-head h2:last-child {
  font-size: clamp(74px, 7.6vw, 88px);
}
@media screen and (max-width: 960px) {
  body #top-kv-head h2:last-child {
    font-size: clamp(24px, 9.5vw, 60px);
  }
}
body #top-kv-head .en-head {
  font-size: clamp(74px, 7.6vw, 88px);
}
@media screen and (max-width: 960px) {
  body #top-kv-head .en-head {
    font-size: clamp(24px, 9.5vw, 60px);
  }
}
body #top-kv-head .pc-en-head {
  font-size: clamp(50px, 4.6vw, 88px);
}
body #underlayer-kv {
  position: relative;
  margin-bottom: 70px;
}
body #underlayer-kv-head {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 86%;
  padding: 30px 0;
  background: linear-gradient(to right, rgba(229, 110, 20, 0.85), rgba(242, 185, 45, 0.85));
}
@media screen and (max-width: 960px) {
  body #underlayer-kv-head {
    width: 95%;
    padding: 20px 0;
  }
}
body #underlayer-kv-head h2 {
  text-align: center;
  color: #ffffff;
  font-size: clamp(39px, 4.1vw, 53px);
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  body #underlayer-kv-head h2 {
    font-size: clamp(38px, 4.1vw, 45px);
  }
}
body .container {
  margin: 0 150px 130px;
}
@media screen and (max-width: 960px) {
  body .container {
    margin: 0;
  }
}
body .container #values {
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  body .container #values {
    margin: auto 20px auto;
  }
}
body .container #values .section-ttl {
  margin-bottom: 25px;
  text-align: center;
}
body .container #values .section-ttl h3 {
  display: inline-block;
  margin-bottom: 15px;
  font-size: clamp(46px, 4.8vw, 60px);
  font-weight: bold;
  letter-spacing: 0.2rem;
  background: linear-gradient(to right, #E56E14, #F2B92D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .container #values .section-ttl p {
  font-size: clamp(16px, 1.4vw, 26px);
  font-weight: bold;
  color: #E56E14;
}
body .container #values .values-list {
  margin: auto auto 60px;
  max-width: 1300px;
}
@media screen and (max-width: 960px) {
  body .container #values .values-list {
    margin-bottom: 40px;
  }
}
body .container #values .values-list-text {
  display: inline-block;
  color: #ffffff;
  font-size: clamp(18px, 1.8vw, 30px);
  font-weight: bold;
  padding: 15px 15px;
  line-height: 30px;
}
body .container #values .values-list-text:not(:last-child) {
  margin-bottom: 15px;
}
body .container #values .values-list #marker-red {
  background-color: #C92F39;
}
body .container #values .values-list #marker-blue {
  background-color: #018DCA;
}
body .container #values .values-list #marker-orange {
  background-color: #E88D32;
}
body .container #values .btn-type-1 {
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  body .container #values .btn-type-1 {
    margin-bottom: 70px;
  }
}
body .container #link-section {
  margin: auto auto 90px;
  max-width: 1300px;
}
body .container #link-section-upper {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  body .container #link-section-upper {
    flex-direction: column;
    margin: auto 20px 30px;
    gap: 30px;
  }
}
body .container #link-section-upper li {
  width: 100%;
  position: relative;
}
body .container #link-section-upper li a .card-band {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  body .container #link-section-upper li a .card-band {
    padding: 15px 15px;
  }
}
body .container #link-section-upper li a .card-band-text h3 {
  font-size: clamp(39px, 4.1vw, 53px);
  font-weight: bold;
  margin-bottom: 10px;
  background: linear-gradient(to right, #E56E14, #F2B92D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 960px) {
  body .container #link-section-upper li a .card-band-text h3 {
    font-size: clamp(22px, 8.2vw, 36px);
  }
}
body .container #link-section-upper li a .card-band-text p {
  font-size: clamp(16px, 1.3vw, 25px);
  font-weight: bold;
  color: #E56E14;
}
@media screen and (max-width: 960px) {
  body .container #link-section-lower {
    margin: auto 20px auto;
  }
}
body .container #link-section-lower a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to right, #E56E14, #F2B92D);
  padding: 0 80px;
  height: 255px;
}
@media screen and (max-width: 960px) {
  body .container #link-section-lower a {
    padding: 0 15px;
    height: 126px;
  }
}
body .container #link-section-lower a #top-contact-box h3 {
  color: #ffffff;
  font-size: clamp(39px, 4.1vw, 53px);
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  body .container #link-section-lower a #top-contact-box h3 {
    margin-bottom: 10px;
    font-size: clamp(19px, 8.2vw, 50px);
  }
}
body .container #link-section-lower a #top-contact-box p {
  color: #ffffff;
  font-size: clamp(16px, 1.3vw, 25px);
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  body .container #link-section-lower a #top-contact-box p {
    margin-bottom: 20px;
  }
}
body .container #link-section-lower a #top-contact-box p:last-child {
  font-size: clamp(16px, 1.1vw, 23px);
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  body .container #link-section-lower a #top-contact-box p:last-child {
    margin-bottom: 10px;
    font-size: clamp(12px, 0.8vw, 20px);
  }
}
body .container #link-section-lower a .circle-btn {
  font-size: clamp(25px, 2.7vw, 39px);
  width: 85px;
  height: 85px;
}
@media screen and (max-width: 960px) {
  body .container #link-section-lower a .circle-btn {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 960px) {
  body .container #top-news {
    margin-bottom: 70px;
  }
}
body .container #top-news .section-ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  body .container #top-news-list {
    margin: auto;
    width: 90%;
  }
}
body .container #top-news-list ul li {
  padding: 25px 0;
  border-bottom: solid 1px #E56E14;
}
@media screen and (max-width: 960px) {
  body .container #top-news-list ul li {
    padding: 12px 0;
  }
}
body .container #top-news-list ul li:first-child {
  border-top: solid 1px #E56E14;
}
body .container #top-news-list ul li .news-box {
  display: flex;
  align-items: center;
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  body .container #top-news-list ul li .news-box {
    flex-direction: column;
    align-items: baseline;
    max-width: 100%;
  }
}
body .container #top-news-list ul li .news-box .news-info {
  display: flex;
  align-items: center;
  margin-right: 40px;
}
body .container #top-news-list ul li .news-box .news-info .news-date {
  font-size: clamp(16px, 1.1vw, 23px);
  font-weight: bold;
  color: #E56E14;
  margin-right: 25px;
}
@media screen and (max-width: 960px) {
  body .container #top-news-list ul li .news-box .news-info .news-date {
    margin-right: 10px;
  }
}
body .container #top-news-list ul li .news-box .news-info .news-label {
  background-color: #E56E14;
  padding: 7px 10px;
  text-align: center;
  font-size: clamp(9px, 0.9vw, 21px);
  font-weight: bold;
  color: #ffffff;
}
@media screen and (max-width: 960px) {
  body .container #top-news-list ul li .news-box .news-info .news-label {
    font-size: clamp(12px, 2vw, 15px);
  }
}
body .container #top-news-list ul li .news-box .news-info .news-label a {
  font-size: clamp(9px, 0.9vw, 21px);
  font-weight: bold;
  color: #ffffff;
  pointer-events: none;
}
@media screen and (max-width: 960px) {
  body .container #top-news-list ul li .news-box .news-info .news-label a {
    font-size: clamp(12px, 2vw, 15px);
  }
}
body .container #top-news-list ul li .news-box .news-ttl {
  font-size: clamp(16px, 1.1vw, 23px);
  font-weight: bold;
  line-height: 1.3rem;
  margin-top: 7px;
}
@media screen and (max-width: 960px) {
  body .container #top-news-list ul li .news-box .news-ttl {
    font-size: clamp(12px, 4vw, 18px);
    margin-bottom: 10px;
  }
}
body .container #top-news-list ul .no-posts {
  font-size: clamp(16px, 1.1vw, 23px);
  text-align: center;
}
body .section-ttl {
  margin-bottom: 25px;
  text-align: center;
}
body .section-ttl h3 {
  display: inline-block;
  margin-bottom: 15px;
  font-size: clamp(46px, 4.8vw, 60px);
  font-weight: bold;
  letter-spacing: 0.2rem;
  background: linear-gradient(to right, #E56E14, #F2B92D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body .section-ttl p {
  font-size: clamp(16px, 1.3vw, 25px);
  font-weight: bold;
  color: #E56E14;
}
body .circle-btn {
  color: #ffffff;
  font-size: clamp(18px, 2vw, 32px);
  background-color: #E56E14;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  body .circle-btn {
    font-size: clamp(25px, 2.7vw, 39px);
    width: 50px;
    height: 50px;
  }
}
body .sub-head {
  color: #E56E14;
  font-size: clamp(18px, 2vw, 32px);
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin-bottom: 25px;
}
@media screen and (max-width: 960px) {
  body .sub-head {
    margin-bottom: 15px;
  }
}
body .btn-type-1 {
  width: 340px;
}
@media screen and (max-width: 960px) {
  body .btn-type-1 {
    width: 100%;
  }
}
body .btn-type-1 a {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: clamp(16px, 1.2vw, 24px);
  font-weight: bold;
  background: linear-gradient(to right, #E56E14, #F2B92D);
  line-height: 60px;
  text-align: center;
}
body .btn-type-1 a::after {
  content: "→";
  position: absolute;
  right: 25px;
}
body .table-content table {
  width: 100%;
}
body .table-content table tr {
  border-bottom: solid 1px #E56E14;
}
body .table-content table tr:first-child {
  border-top: solid 1px #E56E14;
}
body .table-content table tr th {
  color: #E56E14;
  font-size: clamp(16px, 1.1vw, 23px);
  font-weight: bold;
  text-align: left;
  padding: 30px 0 30px 30px;
  width: 15%;
  max-width: 200px;
}
@media screen and (max-width: 960px) {
  body .table-content table tr th {
    font-size: clamp(12px, 2.5vw, 30px);
    width: 30%;
    padding: 10px 0 10px 10px;
  }
}
body .table-content table tr td {
  font-size: clamp(16px, 1.1vw, 23px);
  font-weight: bold;
  padding: 30px;
  width: 85%;
}
@media screen and (max-width: 960px) {
  body .table-content table tr td {
    width: 70%;
    padding: 15px 10px;
    font-size: clamp(12px, 2.5vw, 30px);
  }
}
body .underlayer-head {
  color: #E56E14;
  font-size: clamp(32px, 3.4vw, 46px);
  font-weight: bold;
  text-align: center;
}
body #about .container #values {
  margin-bottom: 140px;
}
@media screen and (max-width: 960px) {
  body #about .container #values {
    margin-bottom: 70px;
  }
}
body #about .container #values .values-list {
  margin-bottom: 70px;
}
body #about .container #values .values-list-text {
  color: #E56E14;
  font-size: clamp(16px, 1.6vw, 28px);
  padding: 0;
  line-height: normal;
}
body #about .container #values .values-list-text:not(:last-child) {
  margin-bottom: 10px;
}
body #about .container #values ul {
  padding: 0 120px;
  height: 160px;
  background-color: #FFF3EA;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  body #about .container #values ul {
    flex-direction: column;
    padding: 35px 20px;
    height: 327px;
  }
}
body #about .container #values ul li {
  text-align: center;
}
body #about .container #values ul li h4 {
  font-size: clamp(25px, 2.7vw, 39px);
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  body #about .container #values ul li h4 {
    margin-bottom: 10px;
    font-size: clamp(30px, 5vw, 30px);
  }
}
body #about .container #values ul li p {
  font-size: clamp(13px, 1.3vw, 25px);
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  body #about .container #values ul li p {
    font-size: clamp(18px, 4vw, 20px);
  }
}
body #about .container #values ul .text-red h4 {
  background: linear-gradient(to right, #C92F39, #F38A99);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body #about .container #values ul .text-red p {
  color: #C92F39;
}
body #about .container #values ul .text-blue h4 {
  background: linear-gradient(to right, #018DCA, #63BEE4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body #about .container #values ul .text-blue p {
  color: #018DCA;
}
body #about .container #values ul .text-orange h4 {
  background: linear-gradient(to right, #E56E14, #F2B92D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body #about .container #values ul .text-orange p {
  color: #E56E14;
}
body #about .container #overview {
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  body #about .container #overview {
    padding: 0 20px;
  }
}
@media screen and (max-width: 960px) {
  body #about .container #access {
    padding: 0 20px;
  }
}
body #about .container #access-inner {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 960px) {
  body #about .container #access-inner {
    flex-direction: column;
  }
}
body #about .container #access-table table {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  body #about .container #access-table table {
    width: 100%;
  }
}
body #about .container #access-table table tr th {
  color: #E56E14;
  font-size: clamp(16px, 1.1vw, 23px);
  font-weight: bold;
  text-align: left;
  padding: 0 40px 20px 0;
}
@media screen and (max-width: 960px) {
  body #about .container #access-table table tr th {
    font-size: clamp(12px, 2.5vw, 30px);
    padding: 10px 0 10px 0px;
    width: 30%;
  }
}
body #about .container #access-table table tr td {
  font-weight: bold;
  padding-bottom: 20px;
}
@media screen and (max-width: 960px) {
  body #about .container #access-table table tr td {
    padding: 10px 10px;
    font-size: clamp(12px, 2.5vw, 30px);
    width: 70%;
  }
}
body #about .container #access-table table tr:last-child th, body #about .container #access-table table tr:last-child td {
  padding-bottom: 0;
}
body #about .container #access-table .office-img {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 960px) {
  body #about .container #access-table .office-img p {
    width: 100%;
  }
}
body #about .container #access-map {
  width: max(52vw, 500px);
}
@media screen and (max-width: 960px) {
  body #about .container #access-map {
    width: 100%;
    margin-bottom: 70px;
  }
}
body #about .container #access-map iframe {
  aspect-ratio: 300/140;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 960px) {
  body #about .container #access-map iframe {
    aspect-ratio: 130/130;
  }
}
body #contact .underlayer-head {
  font-size: clamp(25px, 2.7vw, 39px);
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  body #contact .container {
    padding: 0 20px;
  }
}
body #contact .container #page-link {
  margin-bottom: 120px;
}
@media screen and (max-width: 960px) {
  body #contact .container #page-link {
    margin-bottom: 50px;
  }
}
body #contact .container #page-link-inner ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 960px) {
  body #contact .container #page-link-inner ul {
    flex-direction: column;
    gap: 15px;
  }
}
body #contact .container #page-link-inner ul li {
  width: 500px;
}
@media screen and (max-width: 960px) {
  body #contact .container #page-link-inner ul li {
    width: 100%;
  }
}
body #contact .container #page-link-inner ul li a {
  background: linear-gradient(to right, #E56E14, #F2B92D);
  padding: 15px 20px;
  color: #ffffff;
  font-size: clamp(18px, 2vw, 32px);
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  body #contact .container #page-link-inner ul li a {
    padding: 10px 20px;
  }
}
body #contact .container #page-link-inner ul li a .circle-btn {
  font-size: clamp(17px, 1.7vw, 29px);
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 960px) {
  body #contact .container #page-link-inner ul li a .circle-btn {
    width: 35px;
    height: 35px;
  }
}
body #contact .container #form {
  margin-bottom: 100px;
}
body #contact .container #form-link {
  margin-bottom: 60px;
}
body #contact .container #form-link ul {
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  body #contact .container #form-link ul {
    gap: 15px;
  }
}
body #contact .container #form-link ul .btn-type-1 a {
  background: #E56E14;
}
@media screen and (max-width: 960px) {
  body #contact .container #form-link ul .btn-type-1 a {
    text-align: left;
    text-indent: 1rem;
    line-height: 50px;
  }
}
body #contact .container #form .form-block {
  margin-bottom: 70px;
}
body #contact .container #form .form-block-inner .formField {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}
body #contact .container #form .form-block-inner .formField label {
  color: #E56E14;
  font-size: clamp(16px, 1.2vw, 24px);
  font-weight: bold;
}
body #contact .container #form .form-block-inner .formField label span {
  width: 42px;
  height: 19px;
  display: inline-block;
  background-color: #E51417;
  color: #ffffff;
  font-size: clamp(12px, 0.8vw, 20px);
  font-weight: bold;
  font-weight: normal;
  text-align: center;
  line-height: 19px;
  margin-left: 10px;
}
body #contact .container #form .form-block-inner .formField input {
  height: 40px;
  font-size: clamp(12px, 1vw, 22px);
  border: solid 1px #E56E14;
  padding: 0 1.5%;
  width: 100%;
  margin-top: 7px;
}
body #contact .container #form .form-block-inner .formField input::-moz-placeholder {
  color: #d9d9d9;
}
body #contact .container #form .form-block-inner .formField input::placeholder {
  color: #d9d9d9;
}
body #contact .container #form .form-block-inner .formField textarea {
  height: 100px;
  padding: 1.5%;
  font-size: clamp(12px, 1vw, 22px);
  border: solid 1px #E56E14;
  width: 100%;
  margin-top: 7px;
}
body #contact .container #form .form-block-inner .formField textarea::-moz-placeholder {
  color: #d9d9d9;
}
body #contact .container #form .form-block-inner .formField textarea::placeholder {
  color: #d9d9d9;
}
body #contact .container #form .form-block-inner .caution {
  background-color: #E9F7FD;
  padding: 15px 30px;
  margin: 40px 0 50px;
}
@media screen and (max-width: 960px) {
  body #contact .container #form .form-block-inner .caution {
    margin-bottom: 40px;
  }
}
body #contact .container #form .form-block-inner .caution p {
  font-size: clamp(12px, 1.1vw, 23px);
  font-weight: bold;
  line-height: 1.5rem;
  margin-bottom: 10px;
}
body #contact .container #form .form-block-inner .caution input {
  margin-right: 8px;
  border: solid 1px #018DCA;
}
body #contact .container #form .form-block-inner .caution .agr-chk {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-block;
  line-height: 18px;
  font-size: clamp(12px, 1.1vw, 23px);
  font-weight: bold;
}
body #contact .container #form .form-block-inner .caution .agr-chk .wpcf7-list-item {
  margin: 0;
}
body #contact .container #form .form-block-inner .caution .agr-chk input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  padding-left: 10px;
}
body #contact .container #form .form-block-inner .caution .agr-chk .check-box {
  display: inline-block;
  position: relative;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #018DCA;
  transition: all 0.2s ease;
  margin-right: 10px;
}
body #contact .container #form .form-block-inner .caution .agr-chk input:checked + span .check-box {
  background-color: #018DCA;
}
body #contact .container #form .form-block-inner .caution .agr-chk input:checked + span .check-box::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
body #contact .container #form .form-block-inner .caution span {
  font-size: clamp(12px, 1.1vw, 23px);
  font-weight: bold;
}
body #contact .container #form .form-block-inner .send-btn {
  margin: 0 auto;
  width: 340px;
}
@media screen and (max-width: 960px) {
  body #contact .container #form .form-block-inner .send-btn {
    width: 100%;
  }
}
body #contact .container #form .form-block-inner .send-btn .btn-type-1 {
  width: 100%;
  background: linear-gradient(to right, #E56E14, #F2B92D);
  border: none;
  position: relative;
  display: block;
  color: #ffffff;
  font-size: clamp(16px, 1.4vw, 24px);
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
}
body #contact .container #form .form-block-inner .send-btn .btn-type-1::after {
  content: "→";
  position: absolute;
  right: 25px;
}
body #contact .container #form #other-contact h4 {
  color: #E56E14;
  font-size: clamp(18px, 2vw, 32px);
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  body #contact .container #form #other-contact h4 {
    margin-bottom: 15px;
  }
}
body #contact .container #form #other-contact-inner {
  margin: 0 auto;
  max-width: 800px;
  background-color: #FFF3EA;
  height: 135px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 960px) {
  body #contact .container #form #other-contact-inner {
    height: 90px;
  }
}
body #contact .container #form #other-contact-inner ul li {
  color: #E56E14;
  font-size: clamp(16px, 1.6vw, 28px);
  font-weight: bold;
}
body #contact .container #form #other-contact-inner ul li:first-child {
  margin-bottom: 15px;
}
body #contact .container #form #other-contact-inner ul li span {
  color: #E56E14;
  font-size: clamp(12px, 1.2vw, 24px);
}
@media screen and (max-width: 960px) {
  body #contact .container #faq {
    margin-bottom: 70px;
  }
}
body #contact .container #faq .qa ul li {
  border-bottom: solid 1px #E56E14;
  padding: 10px 0;
}
body #contact .container #faq .qa ul li:first-child {
  border-top: solid 1px #E56E14;
}
body #contact .container #faq .qa ul li .q-tx, body #contact .container #faq .qa ul li .a-tx {
  position: relative;
  font-size: clamp(16px, 1.3vw, 25px);
  font-weight: bold;
  line-height: 2rem;
}
@media screen and (max-width: 960px) {
  body #contact .container #faq .qa ul li .q-tx, body #contact .container #faq .qa ul li .a-tx {
    font-size: clamp(14px, 2.6vw, 25px);
    line-height: 1.5rem;
  }
}
body #contact .container #faq .qa ul li .q-tx {
  padding: 15px 2.2em 0 2.2em;
  text-indent: -2.2em;
}
@media screen and (max-width: 960px) {
  body #contact .container #faq .qa ul li .q-tx {
    padding-top: 0;
  }
}
body #contact .container #faq .qa ul li .a-tx {
  padding: 15px 0 0 2.2em;
  width: 90%;
  text-indent: -2.2em;
}
body #contact .container #faq .qa ul li .q-tx::before {
  content: "Q.";
  color: #E56E14;
  font-size: clamp(20px, 2.2vw, 34px);
  font-weight: bold;
  padding-right: 15px;
}
body #contact .container #faq .qa ul li .q-tx .arrow {
  content: "";
  background-image: url(images/contact/faq_arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  width: 2.1vw;
  height: 2.1vw;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  display: inline-block;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 960px) {
  body #contact .container #faq .qa ul li .q-tx .arrow {
    width: 4vw;
    height: 4vw;
  }
}
body #contact .container #faq .qa ul li .q-tx.open .arrow {
  transform: translateY(-50%) rotate(180deg); /* ▼→▲に反転 */
}
body #contact .container #faq .qa ul li .a-tx::before {
  content: "A.";
  color: #F2B92D;
  font-weight: bold;
  font-size: clamp(20px, 2.2vw, 34px);
  padding-right: 15px;
}
body #dispatch-type {
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  body #dispatch-type {
    padding: 0 20px;
    margin-bottom: 60px;
  }
}
body #dispatch-type .underlayer-head {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  body #dispatch-type .underlayer-head {
    font-size: clamp(30px, 2.1vw, 50px);
  }
}
body #dispatch-type #dispatch-type-container {
  width: 100%;
  padding: 70px 0;
  background-color: #fff3ea;
}
@media screen and (max-width: 960px) {
  body #dispatch-type #dispatch-type-container {
    padding: 25px 0;
  }
}
body #dispatch-type #dispatch-type-container .dispatch-type-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  body #dispatch-type #dispatch-type-container .dispatch-type-list {
    flex-direction: column;
    width: 95%;
    gap: 15px;
  }
}
body #dispatch-type #dispatch-type-container .dispatch-type-list p {
  width: calc((100% - 50px) / 3);
  height: 60px;
  line-height: 60px;
  color: #ffffff;
  font-size: clamp(12px, 1.2vw, 24px);
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  body #dispatch-type #dispatch-type-container .dispatch-type-list p {
    width: 100%;
    font-size: clamp(18px, 1.2vw, 24px);
    height: 50px;
    line-height: 50px;
  }
}
body #dispatch-type #dispatch-type-container .dispatch-type-list .dispatch-type-general {
  background: linear-gradient(to right, #c92f39, #f18593);
}
body #dispatch-type #dispatch-type-container .dispatch-type-list .dispatch-type-specified {
  background: linear-gradient(to right, #0076b4, #61bde3);
}
body #dispatch-type #dispatch-type-container .dispatch-type-list .dispatch-type-highly {
  background: linear-gradient(to right, #e56e14, #f2b92d);
}
body #industry {
  text-align: center;
}
@media screen and (max-width: 960px) {
  body #industry {
    margin-bottom: 70px;
  }
}
body #industry h2 {
  color: #e56e14;
  font-size: clamp(18px, 2vw, 32px);
  padding: 16px;
}
body #industry .industry-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px;
}
@media screen and (max-width: 960px) {
  body #industry .industry-list {
    flex-direction: column;
    padding: 0 20px;
  }
}
body #industry .industry-list li {
  list-style: none;
  position: relative;
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 960px) {
  body #industry .industry-list li {
    width: 100%;
  }
}
body #industry .industry-list .industry-category {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  line-height: 55px;
  color: #e56e14;
  font-size: clamp(18px, 2vw, 32px);
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 960px) {
  body #work .container {
    padding: 0 20px;
    margin-bottom: 70px;
  }
}
body #work .container #new-rec .underlayer-head {
  margin-bottom: 40px;
}
body #work .container #new-rec .job-opportunities:not(:last-child) {
  margin-bottom: 70px;
}
body #work .container #new-rec .no-job {
  font-size: clamp(16px, 1.2vw, 24px);
  text-align: center;
}
body #work .feature-container {
  background-color: #FFF3EA;
}
@media screen and (max-width: 960px) {
  body #work .feature-container {
    margin-bottom: 70px;
  }
}
body #work .feature-container #feature {
  padding: 50px 150px 130px;
}
@media screen and (max-width: 960px) {
  body #work .feature-container #feature {
    padding: 30px 20px;
  }
}
body #work .feature-container #feature ul {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
}
body #work .feature-container #feature ul h3 {
  font-size: clamp(25px, 2.7vw, 39px);
  color: #e56e14;
  text-align: center;
}
@media screen and (max-width: 960px) {
  body #work .feature-container #feature ul h3 {
    font-size: clamp(20px, 2.7vw, 39px);
  }
}
body #work .feature-container #feature ul p {
  font-weight: bold;
  line-height: 1.8rem;
}
@media screen and (max-width: 960px) {
  body #work .feature-container #feature ul p {
    font-size: clamp(14px, 2.7vw, 39px);
    line-height: 1.5rem;
  }
}
body #work .feature-container #feature ul .feature-img {
  padding: 20px 0;
  display: block;
}
@media screen and (max-width: 960px) {
  body #work .feature-container #feature ul .feature-img {
    padding: 15px 0;
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=style.css.map */