#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
}
#mainimg #mainslider img {
  height: 680px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg #mainslider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 64, 125, 0.2);
}
#mainimg .catch {
  position: absolute;
  background-color: rgba(21, 25, 33, 0.37);
  top: 0;
  width: 100%;
  height: 100%;
}
#mainimg .catch .catchinner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  height: 100%;
}
#mainimg .catch .catchinner .fruit {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7%;
  width: 42.25%;
}
#mainimg .catch .catchinner .fruit img {
  min-width: 200px;
}
#mainimg .catch .catchinner .text {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 1.4285714286;
  letter-spacing: 0.08em;
  color: #fff;
  text-shadow: #151921 0px 0px 20px, #151921 0px 0px 20px;
}
@media (max-width: 999px) {
  #mainimg #mainslider img {
    height: auto;
  }
  #mainimg .catch .catchinner .text {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  #mainimg #mainslider img {
    min-height: 250px;
  }
  #mainimg .catch .catchinner .text {
    font-size: 28px;
  }
}
@media (max-width: 500px) {
  #mainimg .catch .catchinner .text {
    font-size: 20px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  margin-top: 92px;
  margin-bottom: 101px;
}
#news .inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  -moz-column-gap: 11.8644067797%;
       column-gap: 11.8644067797%;
}
#news .head h2 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #151921;
  margin-bottom: 28px;
}
#news .head h2 small {
  display: block;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
}
@media (max-width: 999px) {
  #news .head h2 {
    font-size: 26px;
  }
  #news .head h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #news .head h2 {
    font-size: 22px;
  }
  #news .head h2 small {
    font-size: 16px;
  }
}
#news .head h2 small {
  color: #f28527;
}
#news .head .btn {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  #news .head .btn {
    justify-content: center;
  }
}
#news .head .btn a {
  font-weight: normal;
  text-decoration: none;
  color: #333;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #285993;
  border-radius: 50px;
  transition: all 0.5s ease-out;
  background-color: #14407d;
  color: #fff;
  width: 270px;
  height: 70px;
  font-size: 16px;
}
#news .head .btn a::after {
  content: "";
  width: 36px;
  height: 7px;
  right: 30px;
  position: absolute;
  background-image: url(../images/btn-flow.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#news .head .btn a:hover {
  opacity: 0.6;
}
#news .head .btn a::after {
  content: "";
  width: 23px;
  height: 5px;
}
@media (max-width: 999px) {
  #news .head .btn a {
    width: 270px;
    height: 70px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #news .head .btn a {
    width: 270px;
    height: 60px;
    font-size: 14px;
  }
  #news .head .btn a::after {
    width: 23px;
    height: 5px;
  }
}
#news .contents {
  align-content: center;
  padding-top: 9px;
}
@media (max-width: 999px) {
  #news {
    margin-top: 70px;
    margin-bottom: 90px;
  }
  #news .inner {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  #news .inner .head h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #news {
    margin-top: 50px;
    margin-bottom: 90px;
  }
  #news .inner {
    align-items: start;
  }
  #news .head h2 {
    margin-bottom: 15px;
  }
}

/* ----------------------------------------------
message
------------------------------------------------- */
#message {
  position: relative;
  padding-bottom: 164px;
}
#message::before {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  content: "";
  background: #f7f4e9;
}
#message .bgs .bg {
  position: absolute;
  z-index: 1;
}
#message .bgs .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#message .bgs .bg.v1 {
  width: 9%;
  aspect-ratio: 144/192;
  left: 3.625vw;
  top: 31px;
  min-width: 57.6px;
}
#message .bgs .bg.v2 {
  width: 11.4375%;
  aspect-ratio: 183/110;
  right: 38.9375vw;
  top: -19px;
  min-width: 73.2px;
}
#message .bgs .bg.v3 {
  width: 5.75%;
  aspect-ratio: 92/134;
  right: 38.625vw;
  bottom: 80px;
  min-width: 36.8px;
}
#message .bgs .bg.v4 {
  width: 4.9375%;
  aspect-ratio: 79/91;
  right: 5.0625vw;
  bottom: 106px;
  min-width: 31.6px;
}
#message .contents {
  display: flex;
  margin-left: calc((100vw - 1180px) / 2);
  padding-right: 10px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#message .contents .image {
  width: 48.5507246377%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
  align-self: flex-start;
}
#message .contents .image img {
  width: 100%;
  aspect-ratio: 670/400;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
#message .contents .image img:nth-child(n+2) {
  width: calc(50% - 5px);
  aspect-ratio: 330/240;
  -o-object-fit: cover;
     object-fit: cover;
}
#message .contents .txtbox {
  padding-top: 140px;
  width: 51.4492753623%;
}
#message .contents .txtbox h2 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #14407d;
  margin-bottom: 22px;
}
#message .contents .txtbox h2 small {
  display: block;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
}
@media (max-width: 999px) {
  #message .contents .txtbox h2 {
    font-size: 26px;
  }
  #message .contents .txtbox h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #message .contents .txtbox h2 {
    font-size: 22px;
  }
  #message .contents .txtbox h2 small {
    font-size: 16px;
  }
}
#message .contents .txtbox h2 small {
  margin-bottom: 0;
  color: #f28527;
}
#message .contents .txtbox .catch {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.7;
  letter-spacing: 0.08em;
  color: #14407d;
  margin-bottom: 40px;
  margin-left: -6px;
}
#message .contents .txtbox .catch .ms {
  margin-left: -14px;
}
#message .contents .txtbox .catch .ls {
  letter-spacing: -0.36em;
}
#message .contents .txtbox .text {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  color: #151921;
  max-width: 585px;
}
@media (max-width: 1180px) {
  #message .contents {
    display: flex;
    margin-left: 0;
    padding: 0 10px;
  }
}
@media (max-width: 999px) {
  #message {
    padding-bottom: 70px;
  }
  #message .contents .txtbox {
    padding-top: 80px;
  }
  #message .contents .txtbox .catch {
    font-size: 24px;
    margin-bottom: 30px;
    margin-left: 0;
  }
  #message .contents .txtbox .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #message .bgs .bg.v1 {
    top: -22px;
  }
  #message .bgs .bg.v2 {
    right: 5.375vw;
  }
  #message .bgs .bg.v3 {
    bottom: 3px;
  }
  #message .bgs .bg.v4 {
    bottom: 13px;
  }
  #message .contents {
    flex-direction: column;
    max-width: 405px;
    margin-left: auto;
    margin-right: auto;
  }
  #message .contents .txtbox {
    padding-top: 10px;
    width: 100%;
    order: 1;
  }
  #message .contents .txtbox .catch {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #message .contents .txtbox .text {
    font-size: 14px;
  }
  #message .contents .image {
    width: 100%;
  }
}

/* ----------------------------------------------
product
------------------------------------------------- */
#product {
  position: relative;
  padding-top: 102px;
}
#product::before {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 37px);
  content: "";
  background: #f1ebdf;
}
#product h2 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #151921;
  text-align: center;
  margin-bottom: 77px;
  position: relative;
  z-index: 1;
}
#product h2 small {
  display: block;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
}
@media (max-width: 999px) {
  #product h2 {
    font-size: 26px;
  }
  #product h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #product h2 {
    font-size: 22px;
  }
  #product h2 small {
    font-size: 16px;
  }
}
#product h2 small {
  color: #f28527;
}
#product .contents {
  margin-bottom: 100px;
  -moz-column-gap: 0.7142857143%;
       column-gap: 0.7142857143%;
}
#product .contents .block {
  position: relative;
  display: flex;
}
#product .contents .block:not(:last-child) {
  margin-bottom: 96px;
}
#product .contents .block .image {
  width: 46.25%;
  position: relative;
}
#product .contents .block .image .bt {
  position: absolute;
  font-size: 80px;
  color: #f28527;
  letter-spacing: 0.08em;
  line-height: 0.425;
  font-family: "Allura", sans-serif;
  font-weight: 400;
  font-style: normal;
  left: 7.8125%;
  top: -10px;
  white-space: nowrap;
}
#product .contents .block .image img {
  border-radius: 0 30px 30px 0;
  width: 100%;
}
#product .contents .block .txtbox {
  padding-top: 25px;
  width: 40.625%;
  padding-left: 3.75%;
  margin-right: calc((100vw - 1180px) / 2);
}
#product .contents .block .txtbox .title {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  padding-bottom: 9px;
  color: #f28527;
  border-bottom: 1px dashed #f28527;
  margin-bottom: 32px;
}
#product .contents .block .txtbox .text {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  margin-bottom: 50px;
}
#product .contents .block .txtbox .btn {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  #product .contents .block .txtbox .btn {
    justify-content: center;
  }
}
#product .contents .block .txtbox .btn a {
  font-weight: normal;
  text-decoration: none;
  color: #333;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #285993;
  border-radius: 50px;
  transition: all 0.5s ease-out;
  background-color: #14407d;
  color: #fff;
  width: 270px;
  height: 70px;
  font-size: 16px;
}
#product .contents .block .txtbox .btn a::after {
  content: "";
  width: 36px;
  height: 7px;
  right: 30px;
  position: absolute;
  background-image: url(../images/btn-flow.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#product .contents .block .txtbox .btn a:hover {
  opacity: 0.6;
}
#product .contents .block .txtbox .btn a::after {
  content: "";
  width: 23px;
  height: 5px;
}
@media (max-width: 999px) {
  #product .contents .block .txtbox .btn a {
    width: 270px;
    height: 70px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #product .contents .block .txtbox .btn a {
    width: 270px;
    height: 60px;
    font-size: 14px;
  }
  #product .contents .block .txtbox .btn a::after {
    width: 23px;
    height: 5px;
  }
}
#product .contents .block .bgs .bg {
  position: absolute;
  z-index: 1;
}
#product .contents .block .bgs .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#product .contents .block:nth-child(2n) {
  flex-direction: row-reverse;
}
#product .contents .block:nth-child(2n) .image .bt {
  right: 7.8125%;
  text-align: right;
}
#product .contents .block:nth-child(2n) .image img {
  border-radius: 30px 0 0 30px;
}
#product .contents .block:nth-child(2n) .txtbox {
  padding-left: 0;
  margin-right: 0;
  padding-right: 3.75%;
  margin-left: calc((100vw - 1180px) / 2);
}
#product .contents .block:nth-child(1) .bgs .bg.v1 {
  width: 33.625%;
  aspect-ratio: 538/363;
  left: 0;
  top: -152px;
  min-width: 215.2px;
  z-index: -1;
}
#product .contents .block:nth-child(1) .bgs .bg.v2 {
  width: 11.875%;
  aspect-ratio: 190/217;
  right: 6.875vw;
  bottom: -6px;
  min-width: 76px;
}
#product .contents .block:nth-child(2) .bgs .bg.v1 {
  width: 25.6875%;
  aspect-ratio: 411/362;
  right: 0;
  top: -247px;
  min-width: 164.4px;
  z-index: -1;
}
#product .contents .block:nth-child(2) .bgs .bg.v2 {
  width: 8.5625%;
  aspect-ratio: 137/186;
  left: 2.9375vw;
  bottom: -4px;
  min-width: 54.8px;
}
#product .contents .block:nth-child(3) .bgs .bg.v1 {
  width: 43.0625%;
  aspect-ratio: 689/363;
  left: 10.5625vw;
  top: -104px;
  min-width: 275.6px;
  z-index: -1;
}
#product .contents .block:nth-child(3) .bgs .bg.v2 {
  width: 9.8125%;
  aspect-ratio: 157/165;
  right: 9vw;
  bottom: -19px;
  min-width: 62.8px;
}
#product .btn {
  display: flex;
  justify-content: center;
}
#product .btn a {
  font-weight: normal;
  text-decoration: none;
  color: #333;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #285993;
  border-radius: 50px;
  transition: all 0.5s ease-out;
  background-color: #14407d;
  color: #fff;
  width: 400px;
  height: 90px;
  font-size: 18px;
}
#product .btn a::after {
  content: "";
  width: 36px;
  height: 7px;
  right: 30px;
  position: absolute;
  background-image: url(../images/btn-flow.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#product .btn a:hover {
  opacity: 0.6;
}
@media (max-width: 999px) {
  #product .btn a {
    width: 270px;
    height: 70px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #product .btn a {
    width: 270px;
    height: 60px;
    font-size: 14px;
  }
  #product .btn a::after {
    width: 23px;
    height: 5px;
  }
}
@media (max-width: 1299px) {
  #product .contents .block .image .bt {
    font-size: 70px;
  }
  #product .contents .block .txtbox {
    padding-top: 25px;
    width: 53.125%;
    margin-right: 10px;
  }
  #product .contents .block .bgs .bg.v1 {
    top: -122px;
  }
  #product .contents .block:nth-child(2n) .txtbox {
    margin-left: 10px;
  }
  #product .contents .block:nth-child(2n) .bgs .bg.v1 {
    top: -122px;
  }
}
@media (max-width: 999px) {
  #product {
    padding-top: 70px;
  }
  #product h2 {
    margin-bottom: 35px;
  }
  #product .contents {
    margin-bottom: 80px;
  }
  #product .contents .block:not(:last-child) {
    margin-bottom: 70px;
  }
  #product .contents .block .image .bt {
    font-size: 50px;
  }
  #product .contents .block .txtbox {
    padding-top: 20px;
    padding-left: 10px;
  }
  #product .contents .block .txtbox .title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  #product .contents .block .txtbox .text {
    font-size: 15px;
    margin-bottom: 30px;
  }
  #product .contents .block .bgs .bg.v1 {
    top: -92px;
  }
  #product .contents .block:nth-child(2n) .txtbox {
    padding-right: 10px;
  }
  #product .contents .block:nth-child(2n) .bgs .bg.v1 {
    top: -92px;
  }
}
@media (max-width: 767px) {
  #product {
    padding-top: 50px;
  }
  #product h2 {
    margin-bottom: 20px;
  }
  #product .contents {
    margin-bottom: 20px;
    max-width: 405px;
    margin-left: auto;
    margin-right: auto;
  }
  #product .contents .block {
    flex-direction: column;
  }
  #product .contents .block:not(:last-child) {
    margin-bottom: 50px;
  }
  #product .contents .block .image {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  #product .contents .block .image img {
    border-radius: 20px;
  }
  #product .contents .block .image .bt {
    font-size: 40px;
  }
  #product .contents .block .txtbox {
    width: 100%;
    margin: 0;
    padding: 0 10px;
  }
  #product .contents .block .txtbox .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #product .contents .block .txtbox .text {
    font-size: 14px;
    margin-bottom: 30px;
  }
  #product .contents .block:nth-child(2n) {
    flex-direction: column;
  }
  #product .contents .block:nth-child(2n) .image img {
    border-radius: 20px;
  }
  #product .contents .block:nth-child(2n) .image .bt {
    text-align: initial;
  }
  #product .contents .block:nth-child(2n) .txtbox {
    margin: 0;
    padding: 0 10px;
  }
  #product .contents .block:nth-child(1) .bgs .bg.v2 {
    bottom: -33px;
  }
}

/* ----------------------------------------------
recruit,company
------------------------------------------------- */
#recruit, #company {
  position: relative;
}
#recruit .bgs .bg, #company .bgs .bg {
  position: absolute;
  z-index: 1;
}
#recruit .bgs .bg img, #company .bgs .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#recruit .contents .txtbox, #company .contents .txtbox {
  position: absolute;
  z-index: 2;
  width: 50%;
  align-content: center;
  flex: 1;
  border-radius: 20px;
  background-color: #f7f4e9;
  display: flex;
  flex-direction: column;
}
#recruit .contents .image, #company .contents .image {
  padding-top: 90px;
  width: 68.75%;
  position: relative;
}
#recruit .contents .image img, #company .contents .image img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1299px) {
  #recruit .contents .image img, #company .contents .image img {
    height: 510px;
  }
}
@media (max-width: 999px) {
  #recruit .contents .txtbox h2, #company .contents .txtbox h2 {
    margin-bottom: 30px;
  }
  #recruit .contents .txtbox .text, #company .contents .txtbox .text {
    font-size: 20px;
    margin-bottom: 35px;
  }
  #recruit .contents .image img, #company .contents .image img {
    height: 420px;
  }
}
@media (max-width: 767px) {
  #recruit .contents, #company .contents {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding-left: 0;
  }
  #recruit .contents .txtbox, #company .contents .txtbox {
    max-width: 405px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 20px);
    position: relative;
    left: 0;
    right: 0;
    order: 1;
  }
  #recruit .contents .txtbox h2, #company .contents .txtbox h2 {
    margin-bottom: 20px;
  }
  #recruit .contents .txtbox .text, #company .contents .txtbox .text {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #recruit .contents .txtbox .text .ms, #company .contents .txtbox .text .ms {
    margin-left: 0;
  }
  #recruit .contents .image, #company .contents .image {
    padding-top: 0px;
    width: calc(100% - 10px);
  }
  #recruit .contents .image img, #company .contents .image img {
    height: 200px;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  padding-top: 163px;
  overflow: hidden;
}
#recruit .bgs .bg.v1 {
  top: 97px;
  right: 0;
  width: 29.25%;
  aspect-ratio: 468/350;
  min-width: 187.2px;
  z-index: -1;
}
#recruit .contents .txtbox {
  min-height: 570px;
  padding: 76px 40px 10px 9.375%;
  left: 3.8125%;
}
#recruit .contents .txtbox h2 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #151921;
  margin-bottom: 15px;
}
#recruit .contents .txtbox h2 small {
  display: block;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
}
@media (max-width: 999px) {
  #recruit .contents .txtbox h2 {
    font-size: 26px;
  }
  #recruit .contents .txtbox h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #recruit .contents .txtbox h2 {
    font-size: 22px;
  }
  #recruit .contents .txtbox h2 small {
    font-size: 16px;
  }
}
#recruit .contents .txtbox h2 small {
  color: #f28527;
}
#recruit .contents .txtbox .text {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin-bottom: 49px;
}
#recruit .contents .txtbox .text .ms {
  margin-left: -16px;
}
#recruit .contents .txtbox .text .orange {
  color: #f28527;
}
#recruit .contents .txtbox .text .green {
  color: #5eaf23;
}
#recruit .contents .txtbox .btn {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  #recruit .contents .txtbox .btn {
    justify-content: center;
  }
}
#recruit .contents .txtbox .btn a {
  font-weight: normal;
  text-decoration: none;
  color: #333;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #285993;
  border-radius: 50px;
  transition: all 0.5s ease-out;
  background: #f28527;
  color: #fff;
  width: 270px;
  height: 70px;
  font-size: 16px;
}
#recruit .contents .txtbox .btn a::after {
  content: "";
  width: 36px;
  height: 7px;
  right: 30px;
  position: absolute;
  background-image: url(../images/btn-flow.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#recruit .contents .txtbox .btn a:hover {
  opacity: 0.6;
}
#recruit .contents .txtbox .btn a::after {
  background-image: url(../images/btn-flow.webp);
}
#recruit .contents .txtbox .btn a::after {
  content: "";
  width: 23px;
  height: 5px;
}
@media (max-width: 999px) {
  #recruit .contents .txtbox .btn a {
    width: 270px;
    height: 70px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #recruit .contents .txtbox .btn a {
    width: 270px;
    height: 60px;
    font-size: 14px;
  }
  #recruit .contents .txtbox .btn a::after {
    width: 23px;
    height: 5px;
  }
}
#recruit .contents .image {
  margin-left: auto;
}
#recruit .contents .image img {
  border-radius: 30px 0 0 30px;
}
#recruit .contents .image::before {
  position: absolute;
  z-index: -1;
  bottom: 600px;
  right: 36.4545454545%;
  width: 189px;
  aspect-ratio: 189/164;
  min-width: 100px;
  content: "";
  background-image: url(../images/recruit-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}
@media (max-width: 1299px) {
  #recruit .contents .txtbox {
    padding: 76px 40px 10px 40px;
    min-height: 484.5px;
    left: 10px;
  }
  #recruit .contents .image::before {
    bottom: 510px;
    width: 160.65px;
  }
}
@media (max-width: 999px) {
  #recruit {
    padding-top: 70px;
  }
  #recruit .contents .txtbox {
    padding: 10px;
    min-height: 399px;
  }
  #recruit .contents .txtbox h2 {
    margin-bottom: 30px;
  }
  #recruit .contents .txtbox .text {
    font-size: 20px;
    margin-bottom: 35px;
  }
  #recruit .contents .image::before {
    bottom: 420px;
    width: 132.3px;
  }
}
@media (max-width: 767px) {
  #recruit {
    padding-top: 100px;
  }
  #recruit .bgs .bg.v1 {
    top: 45px;
  }
  #recruit .contents {
    padding-left: 0;
  }
  #recruit .contents .txtbox {
    min-height: 190px;
    padding-left: 10px;
  }
  #recruit .contents .txtbox h2 {
    margin-bottom: 20px;
  }
  #recruit .contents .txtbox .text {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #recruit .contents .txtbox .text .ms {
    margin-left: 0;
  }
  #recruit .contents .image::before {
    bottom: 200px;
    width: 63px;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  padding-top: 93px;
  padding-bottom: 110px;
}
#company .bgs .bg.v1 {
  top: -45px;
  left: 0;
  width: 31.5625%;
  aspect-ratio: 505/350;
  min-width: 202px;
  z-index: -1;
}
#company .contents .txtbox {
  right: 3.8125%;
  min-height: 640px;
  padding: 82px 0.625% 10px 7.5%;
}
#company .contents .txtbox h2 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #151921;
  margin-bottom: 19px;
}
#company .contents .txtbox h2 small {
  display: block;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
}
@media (max-width: 999px) {
  #company .contents .txtbox h2 {
    font-size: 26px;
  }
  #company .contents .txtbox h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #company .contents .txtbox h2 {
    font-size: 22px;
  }
  #company .contents .txtbox h2 small {
    font-size: 16px;
  }
}
#company .contents .txtbox h2 small {
  color: #f28527;
}
#company .contents .txtbox .data {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  margin-bottom: 31px;
}
#company .contents .txtbox .data .logo {
  max-width: 249px;
  margin: 11px 0 32px;
}
#company .contents .txtbox .data a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  font-weight: 500;
  color: #151921;
}
#company .contents .txtbox .data a:hover {
  opacity: 0.6;
}
#company .contents .txtbox .data .map {
  color: #14407d;
  text-decoration: underline;
}
#company .contents .txtbox .btns {
  display: flex;
  gap: 10px 30px;
}
#company .contents .txtbox .btns .btn {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  #company .contents .txtbox .btns .btn {
    justify-content: center;
  }
}
#company .contents .txtbox .btns .btn a {
  font-weight: normal;
  text-decoration: none;
  color: #333;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #285993;
  border-radius: 50px;
  transition: all 0.5s ease-out;
  background-color: #14407d;
  color: #fff;
  width: 270px;
  height: 70px;
  font-size: 16px;
}
#company .contents .txtbox .btns .btn a::after {
  content: "";
  width: 36px;
  height: 7px;
  right: 30px;
  position: absolute;
  background-image: url(../images/btn-flow.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
#company .contents .txtbox .btns .btn a:hover {
  opacity: 0.6;
}
#company .contents .txtbox .btns .btn a::after {
  content: "";
  width: 23px;
  height: 5px;
}
@media (max-width: 999px) {
  #company .contents .txtbox .btns .btn a {
    width: 270px;
    height: 70px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #company .contents .txtbox .btns .btn a {
    width: 270px;
    height: 60px;
    font-size: 14px;
  }
  #company .contents .txtbox .btns .btn a::after {
    width: 23px;
    height: 5px;
  }
}
#company .contents .txtbox .btns a {
  width: clamp(177px, 16.875vw, 270px) !important;
}
#company .contents .image {
  margin-right: auto;
}
#company .contents .image img {
  border-radius: 0 30px 30px 0;
}
#company .contents .image::before {
  position: absolute;
  z-index: -1;
  bottom: 600px;
  left: 21.6363636364%;
  width: 412px;
  aspect-ratio: 412/107;
  min-width: 100px;
  content: "";
  background-image: url(../images/company-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}
@media (max-width: 1299px) {
  #company .bgs .bg.v1 {
    top: 15px;
  }
  #company .contents .txtbox {
    padding: 76px 40px 10px 40px;
    min-height: 544px;
    right: 10px;
  }
  #company .contents .image::before {
    bottom: 510px;
    width: 350.2px;
  }
}
@media (max-width: 999px) {
  #company {
    padding-bottom: 70px;
  }
  #company .bgs .bg.v1 {
    top: 85px;
  }
  #company .contents .txtbox {
    padding: 10px;
    min-height: 448px;
  }
  #company .contents .txtbox h2 {
    margin-bottom: 30px;
  }
  #company .contents .txtbox .data {
    font-size: 16px;
    margin-bottom: 25px;
  }
  #company .contents .txtbox .data .logo {
    margin: 10px 0 20px;
  }
  #company .contents .txtbox .btns {
    gap: 10px;
  }
  #company .contents .txtbox .btns .btn a {
    width: clamp(177px, 16.875vw, 270px) !important;
  }
  #company .contents .image::before {
    bottom: 420px;
    width: 288.4px;
  }
}
@media (max-width: 767px) {
  #company {
    padding-bottom: 50px;
  }
  #company .bgs .bg.v1 {
    top: 15px;
  }
  #company .contents {
    align-items: center;
    padding-right: 0;
  }
  #company .contents .txtbox {
    min-height: 213.3333333333px;
    padding-right: 10px;
  }
  #company .contents .txtbox h2 {
    margin-bottom: 20px;
  }
  #company .contents .txtbox .data {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #company .contents .txtbox .data .logo {
    margin: 10px 0;
  }
  #company .contents .txtbox .btns {
    flex-direction: column;
    align-items: center;
  }
  #company .contents .txtbox .btns .btn a {
    width: 270px !important;
  }
  #company .contents .image::before {
    bottom: 200px;
    width: 137.3333333333px;
  }
}/*# sourceMappingURL=index.css.map */