@charset "UTF-8";
#news .inner .head h2, #recruit .head h2 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #544b42;
}
#news .inner .head h2 small, #recruit .head h2 small {
  display: block;
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}
@media (max-width: 999px) {
  #news .inner .head h2, #recruit .head h2 {
    font-size: 22px;
  }
  #news .inner .head h2 small, #recruit .head h2 small {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #news .inner .head h2, #recruit .head h2 {
    font-size: 18px;
  }
  #news .inner .head h2 small, #recruit .head h2 small {
    font-size: 16px;
  }
}

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

/* ----------------------------------------------
mainimg
------------------------------------------------- */
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
#mainimg {
  position: relative;
}
#mainimg::before, #mainimg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
#mainimg::before {
  background: url(../images/mainbg.webp) no-repeat center/cover;
}
#mainimg::after {
  background-color: #efede6;
  mix-blend-mode: lighten;
}
#mainimg .images .image {
  position: absolute;
  z-index: -1;
  border-radius: 10px;
  overflow: hidden;
}
#mainimg .images .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#mainimg .images .image.img1 {
  width: min(16.9375%, 271px);
  aspect-ratio: 271/210;
  top: 16.0256410256%;
}
#mainimg .images .image.img1 img {
  height: var(--mainslide1, 0px);
}
#mainimg .images .image.img2 {
  width: min(21.25%, 340px);
  aspect-ratio: 340/240;
  top: 51.4652014652%;
  left: 10%;
}
#mainimg .images .image.img2 img {
  height: var(--mainslide2, 0px);
}
#mainimg .images .image.img3 {
  width: min(27.8125%, 445px);
  aspect-ratio: 445/430;
  top: 27.6556776557%;
  left: 42.1875%;
}
#mainimg .images .image.img3 img {
  height: var(--mainslide3, 0px);
}
#mainimg .images .image.img4 {
  width: min(21.25%, 340px);
  aspect-ratio: 340/320;
  top: 18.4065934066%;
  left: 75.0625%;
}
#mainimg .images .image.img4 img {
  height: var(--mainslide4, 0px);
}
#mainimg .images .image .add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
#mainimg .catch {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.6;
  color: #544b42;
  letter-spacing: 0.08em;
  padding: max(min(16.125vw, 258px), 70px) 10px min(37.6875vw, 603px) 13%;
  text-shadow: 0 0 1px #efede6, 0 0 1px #efede6, 0 0 1px #efede6;
}
#mainimg .catch small {
  display: block;
  font-family: "futura-pt", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 0.8em;
  margin-bottom: -5px;
}
#mainimg .catch .big {
  font-size: 60px;
  letter-spacing: 0.08em;
  display: block;
}
#mainimg .catch .big .orenge {
  color: #e2750f;
}
@media (max-width: 999px) {
  #mainimg .catch {
    padding-left: 10px;
    font-size: 40px;
  }
  #mainimg .catch small {
    font-size: 24px;
  }
  #mainimg .catch .big {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  #mainimg .catch {
    font-size: 26px;
  }
  #mainimg .catch small {
    font-size: 18px;
  }
  #mainimg .catch .big {
    font-size: 34px;
  }
}
@media (max-width: 500px) {
  #mainimg .catch {
    font-size: 16px;
  }
  #mainimg .catch small {
    font-size: 14px;
    letter-spacing: 0.6em;
  }
  #mainimg .catch .big {
    font-size: 20px;
  }
}

/* ----------------------------------------------
service
------------------------------------------------- */
#service {
  margin-top: max(-8.125vw, -131px);
  position: relative;
  padding-bottom: 159px;
}
#service::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - min(8.1875vw, 131px));
  z-index: -1;
  background-color: #efede6;
}
#service .contents {
  display: flex;
}
#service .contents .image {
  width: 50%;
  padding-left: 6.25%;
}
#service .contents .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#service .contents .txbox {
  flex: 1;
  position: relative;
  padding: 10px max((100% - 1180px) / 2, 10px) 21px 8.75%;
  align-content: center;
}
#service .contents .txbox .images .img {
  position: absolute;
}
#service .contents .txbox .images .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
#service .contents .txbox .images .img.img1 {
  width: 22.5%;
  aspect-ratio: 180/120;
  top: 0;
  left: 11.125%;
  transform: translateY(-65.8333333333%);
}
#service .contents .txbox .images .img.img2 {
  width: 21.25%;
  aspect-ratio: 170/110;
  bottom: 0;
  left: 5.125%;
  transform: translateY(51.8181818182%);
}
#service .contents .txbox .images .img.img3 {
  width: 22.5%;
  aspect-ratio: 180/120;
  left: 70%;
  bottom: 27px;
}
#service .contents .txbox .catch {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5384615385;
  letter-spacing: 0.08em;
  color: #544b42;
  margin-bottom: 46px;
}
#service .contents .txbox .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.08em;
  color: #544b42;
  margin-bottom: 52px;
}
#service .contents .txbox .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#service .contents .txbox .btn a:hover {
  opacity: 0.6;
}
#service .contents .txbox .btn a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  max-width: 100%;
  height: 60px;
  border-radius: 30px;
  background-position: center right 30px;
  background-repeat: no-repeat;
  color: #544b42;
  border: 1px solid #544b42;
  background-image: url(../images/arow-blown.webp);
}
@media (max-width: 999px) {
  #service .contents .txbox .btn a {
    font-size: 14px;
    width: 250px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  #service .contents .txbox .btn a {
    font-size: 14px;
    width: 230px;
    height: 40px;
  }
}
@media (max-width: 999px) {
  #service {
    padding-bottom: 120px;
  }
  #service .contents .image {
    padding-left: 10px;
  }
  #service .contents .txbox .images {
    display: none;
  }
  #service .contents .txbox .catch {
    font-size: 22px;
    margin-bottom: 30px;
  }
  #service .contents .txbox .text {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #service {
    padding-bottom: 90px;
  }
  #service .contents {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    padding: 0 10px;
  }
  #service .contents .image {
    padding: 0;
    width: min(100%, 300px);
  }
  #service .contents .txbox {
    padding: 0;
  }
  #service .contents .txbox .catch {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #service .contents .txbox .text {
    font-size: 12px;
    margin-bottom: 20px;
  }
  #service .contents .txbox .btn a {
    margin: 0 auto;
  }
}

/* ----------------------------------------------
recruit
------------------------------------------------- */
#recruit {
  position: relative;
  overflow-x: clip;
  padding-bottom: 130px;
}
#recruit::before, #recruit::after {
  content: "";
  position: absolute;
  bottom: 0;
  z-index: -1;
}
#recruit::before {
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #efede6;
}
#recruit::after {
  width: min(1500px, 100% - 20px);
  height: calc(100% - var(--recruithsize, 0px));
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/recruit-bg.webp) no-repeat center/cover;
  border-radius: 100px;
}
#recruit .head {
  padding: 0 20px;
  margin-bottom: 60px;
  position: relative;
}
#recruit .head::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-17.5438596491%);
  width: 22.625%;
  aspect-ratio: 362/399;
  background: url(../images/recruit-shape.webp) no-repeat center/cover;
  z-index: -1;
}
#recruit .head h2 {
  text-align: center;
  margin-bottom: 35px;
}
#recruit .head .catch {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #544b42;
  text-align: center;
  margin-bottom: 30px;
}
#recruit .head .catch span {
  color: #e2750f;
}
#recruit .head .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  color: #544b42;
  text-align: center;
  margin-bottom: 51px;
}
#recruit .head .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#recruit .head .btn a:hover {
  opacity: 0.6;
}
#recruit .head .btn a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  max-width: 100%;
  height: 60px;
  border-radius: 30px;
  background-position: center right 30px;
  background-repeat: no-repeat;
  color: #fff;
  background-color: #e2750f;
  background-image: url(../images/arow-white.webp);
}
@media (max-width: 999px) {
  #recruit .head .btn a {
    font-size: 14px;
    width: 250px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  #recruit .head .btn a {
    font-size: 14px;
    width: 230px;
    height: 40px;
  }
}
#recruit .head .btn a {
  margin: 0 auto;
}
#recruit .img {
  width: min(100% - 20px, 1538px);
  margin: 0 auto;
}
#recruit .img img {
  width: 100%;
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
#recruit h3 {
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 140px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #ffc700;
  margin: -138px 0 90px 9.5%;
  transform: rotate(-10deg);
}
#recruit .contents {
  width: min(100% - 40px, 1180px);
  margin: 0 auto 90px;
}
#recruit .contents .block {
  display: flex;
  -moz-column-gap: 11.7796610169%;
       column-gap: 11.7796610169%;
}
#recruit .contents .block .image {
  width: 50%;
}
#recruit .contents .block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
#recruit .contents .block .txbox {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 10px 0;
}
#recruit .contents .block .txbox .num {
  font-family: "futura-pt", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #544b42;
  background-color: #ffc700;
  border-radius: 13px;
  padding: 0 15px;
  margin-bottom: 12px;
}
#recruit .contents .block .txbox .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.5384615385;
  letter-spacing: 0.08em;
  color: #544b42;
  margin-bottom: 16px;
}
#recruit .contents .block .txbox .post {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #e2750f;
  margin-bottom: 18px;
}
#recruit .contents .block .txbox .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.08em;
  color: #544b42;
  margin-bottom: 34px;
}
#recruit .contents .block .txbox .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#recruit .contents .block .txbox .btn a:hover {
  opacity: 0.6;
}
#recruit .contents .block .txbox .btn a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  max-width: 100%;
  height: 60px;
  border-radius: 30px;
  background-position: center right 30px;
  background-repeat: no-repeat;
  color: #544b42;
  border: 1px solid #544b42;
  background-image: url(../images/arow-blown.webp);
}
@media (max-width: 999px) {
  #recruit .contents .block .txbox .btn a {
    font-size: 14px;
    width: 250px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  #recruit .contents .block .txbox .btn a {
    font-size: 14px;
    width: 230px;
    height: 40px;
  }
}
#recruit .contents .block:nth-child(even) .image {
  order: 1;
}
#recruit .contents .block:not(:last-child) {
  margin-bottom: 40px;
}
#recruit .bottom {
  width: min(100% - 40px, 1180px);
  margin: 0 auto;
  border-top: 1px solid #544b42;
  border-bottom: 1px solid #544b42;
}
#recruit .bottom:not(:has(a)), #recruit .bottom a {
  display: flex;
  padding: 41px 60px;
  -moz-column-gap: 5.0943396226%;
       column-gap: 5.0943396226%;
}
#recruit .bottom a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#recruit .bottom a:hover {
  opacity: 0.6;
}
#recruit .bottom a .content {
  display: flex;
  align-items: center;
  -moz-column-gap: 11.5511551155%;
       column-gap: 11.5511551155%;
}
#recruit .bottom a .content .txbox {
  flex: 1;
}
#recruit .bottom a .content::after {
  content: "";
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 1px solid #544b42;
  background: url(../images/arow-blown.webp) no-repeat center;
}
#recruit .bottom .image {
  width: 37.7358490566%;
}
#recruit .bottom .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#recruit .bottom .content {
  flex: 1;
  padding: 10px 0;
}
#recruit .bottom .content .txbox .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #544b42;
  margin-bottom: 11px;
}
#recruit .bottom .content .txbox .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.08em;
  color: #544b42;
  padding-left: 6px;
}
@media (max-width: 999px) {
  #recruit {
    padding-bottom: 90px;
  }
  #recruit .head {
    margin-bottom: 50px;
  }
  #recruit .head h2 {
    margin-bottom: 25px;
  }
  #recruit .head .catch {
    font-size: 45px;
    margin-bottom: 20px;
  }
  #recruit .head .text {
    font-size: 16px;
    margin-bottom: 40px;
  }
  #recruit h3 {
    margin: -90px 0 60px 10px;
    font-size: 100px;
  }
  #recruit .contents {
    margin-bottom: 70px;
  }
  #recruit .contents .block {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  #recruit .contents .block .txbox .num {
    font-size: 14px;
  }
  #recruit .contents .block .txbox .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #recruit .contents .block .txbox .post {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #recruit .contents .block .txbox .text {
    font-size: 14px;
    margin-bottom: 25px;
  }
  #recruit .bottom:not(:has(a)), #recruit .bottom a {
    padding: 30px 10px;
  }
  #recruit .bottom a .content {
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  #recruit .bottom a .content::after {
    width: 40px;
  }
  #recruit .bottom .content .txbox .title {
    font-size: 24px;
  }
  #recruit .bottom .content .txbox .text {
    font-size: 14px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  #recruit {
    padding-bottom: 60px;
  }
  #recruit::after {
    border-radius: 70px;
  }
  #recruit .head {
    margin-bottom: 30px;
  }
  #recruit .head h2 {
    margin-bottom: 15px;
  }
  #recruit .head .catch {
    font-size: 30px;
    margin-bottom: 10px;
  }
  #recruit .head .text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #recruit h3 {
    margin: -50px 0 30px 10px;
    font-size: 60px;
  }
  #recruit .contents {
    margin-bottom: 50px;
  }
  #recruit .contents .block {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }
  #recruit .contents .block .image {
    width: min(100%, 300px);
  }
  #recruit .contents .block .txbox .num {
    font-size: 12px;
  }
  #recruit .contents .block .txbox .title {
    font-size: 18px;
  }
  #recruit .contents .block .txbox .post {
    font-size: 12px;
  }
  #recruit .contents .block .txbox .text {
    font-size: 12px;
    margin-bottom: 15px;
  }
  #recruit .contents .block:nth-child(even) .image {
    order: unset;
  }
  #recruit .bottom:not(:has(a)), #recruit .bottom a {
    padding: 20px 10px;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
  #recruit .bottom a .content {
    -moz-column-gap: 3%;
         column-gap: 3%;
  }
  #recruit .bottom a .content::after {
    width: 30px;
  }
  #recruit .bottom .image {
    width: min(100%, 300px);
  }
  #recruit .bottom .content {
    padding: 0;
  }
  #recruit .bottom .content .txbox .title {
    font-size: 20px;
  }
  #recruit .bottom .content .txbox .text {
    font-size: 12px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news {
  background-color: #efede6;
  padding: 106px 0 104px;
}
#news .inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  -moz-column-gap: 7.3728813559%;
       column-gap: 7.3728813559%;
}
#news .inner .head h2 {
  margin-bottom: 47px;
}
#news .inner .head .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#news .inner .head .btn a:hover {
  opacity: 0.6;
}
#news .inner .head .btn a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #544b42;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#news .inner .head .btn a::after {
  content: "";
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: url(../images/arow-blown.webp) no-repeat center;
  border: 1px solid #544b42;
}
@media (max-width: 999px) {
  #news .inner .head .btn a {
    font-size: 14px;
  }
  #news .inner .head .btn a::after {
    width: 40px;
  }
}
@media (max-width: 767px) {
  #news .inner .head .btn a {
    font-size: 14px;
  }
  #news .inner .head .btn a::after {
    width: 30px;
  }
}
#news .inner .contents {
  flex: 1;
  margin-top: 8px;
}
@media (max-width: 999px) {
  #news {
    padding: 80px 0;
  }
  #news .inner .head h2 {
    margin-bottom: 30px;
  }
  #news .inner .contents {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  #news {
    padding: 60px 0;
  }
  #news .inner {
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #news .inner .head h2 {
    margin-bottom: 10px;
  }
  #news .inner .contents {
    width: 100%;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  position: relative;
  padding: 90px 0 280px;
  margin-bottom: -104px;
}
#company::before, #company::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#company::before {
  background: url(../images/company-bg.webp) no-repeat center/cover;
}
#company::after {
  background-color: rgba(84, 75, 66, 0.8);
  mix-blend-mode: hard-light;
}
#company .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: end;
}
#company .contents .left a {
  transition: all 0.5s ease-out;
}
#company .contents .left a:hover {
  opacity: 0.6;
}
#company .contents .left .logo {
  margin-bottom: 12px;
}
#company .contents .left .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 25px;
}
#company .contents .left .data {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  color: #fff;
}
#company .contents .left .data a {
  color: #fff;
}
#company .contents .btn {
  margin: 0 0 10px auto;
}
#company .contents .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#company .contents .btn a:hover {
  opacity: 0.6;
}
#company .contents .btn a {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", system-ui, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  max-width: 100%;
  height: 60px;
  border-radius: 30px;
  background-position: center right 30px;
  background-repeat: no-repeat;
  color: #fff;
  border: 1px solid #fff;
  background-image: url(../images/arow-white.webp);
}
@media (max-width: 999px) {
  #company .contents .btn a {
    font-size: 14px;
    width: 250px;
    height: 50px;
  }
}
@media (max-width: 767px) {
  #company .contents .btn a {
    font-size: 14px;
    width: 230px;
    height: 40px;
  }
}
@media (max-width: 999px) {
  #company {
    padding: 70px 0 200px;
  }
  #company .contents .left .title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #company .contents .left .data {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #company {
    padding: 50px 0 150px;
    margin-bottom: -80px;
  }
  #company .contents {
    flex-direction: column;
    align-items: center;
  }
  #company .contents .left .title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #company .contents .left .data {
    font-size: 14px;
  }
  #company .contents .btn {
    margin-left: unset;
  }
}/*# sourceMappingURL=index.css.map */