@charset "UTF-8";
:root {
  --f13:clamp(0.75rem, 0.728rem + 0.099vw, 0.813rem);
  --f14:clamp(0.813rem, 0.790rem + 0.099vw, 0.875rem);
  --f16:clamp(0.875rem, 0.830rem + 0.199vw, 1rem);
  --f17:clamp(0.938rem, 0.886rem + 0.235vw, 1.063rem);
  --f20:clamp(1.063rem, 0.995rem + 0.298vw, 1.25rem);
  --f22:clamp(1.063rem, 0.951rem + 0.497vw, 1.375rem);
  --f24:clamp(1.313rem, 1.245rem + 0.298vw, 1.5rem);
  --f28:clamp(1.32rem, 1.311rem + 0.398vw, 1.65rem);
  --f32:clamp(1.5rem, 1.321rem + 0.795vw, 1.9rem);
  --f36:clamp(1.6rem, 1.236rem + 1.127vw, 2.25rem);
  --f40:clamp(1.7rem, 1.548rem + 1.502vw, 2.5rem);
  --f42:clamp(1.9rem, 1.597rem + 1.789vw, 2.625rem);
  --f48:clamp(2rem, 1.642rem + 1.59vw, 3rem);
  --f54:clamp(2.25rem, 1.847rem + 1.789vw, 3.375rem);
  --f64:clamp(2.625rem, 2.133rem + 2.187vw, 4rem);
  --f72:clamp(2.7rem, 2.263rem + 2.386vw, 4.5rem);
  --f106:clamp(3rem, 1.703rem + 5.765vw, 6.625rem);
  --f160:clamp(3.25rem, 0.873rem + 10.141vw, 10rem);
}

@font-face {
  src: url("../font/NotoSansJP-Light.woff") format("woff");
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-display: swap;
}
@font-face {
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url("../font/NotoSansJP-Bold.woff") format("woff");
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-display: swap;
}
@font-face {
  src: url("../font/NotoSerifJP-Regular.woff") format("woff");
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url("../font/Roboto-Regular.woff") format("woff");
  font-family: "Roboto";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url("../font/Roboto-Bold.woff") format("woff");
  font-family: "Roboto";
  font-weight: 600;
  font-display: swap;
}
.key-wrap {
  position: relative;
  z-index: 9999;
  background: #F8F8F6;
}
.key-wrap #key-visual {
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
}
.key-wrap #key-visual .key-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .key-wrap #key-visual .key-inner {
    border-radius: 0;
    width: 100%;
  }
}
.key-wrap #key-visual .key-txt {
  display: inline-block;
  writing-mode: vertical-rl;
  position: absolute;
  padding-right: 8px;
  top: 2em;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-family: "Noto Serif JP";
  font-size: var(--f28);
  color: #fff;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.8));
}
.key-wrap #key-visual .key-txt span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .key-wrap #key-visual .key-txt {
    font-size: var(--f24);
  }
}
.key-wrap #key-visual .slide {
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
@media screen and (max-width: 768px) {
  .key-wrap #key-visual .slide:nth-child(1) img {
    -o-object-position: 38%;
       object-position: 38%;
  }
}
@media screen and (max-width: 768px) {
  .key-wrap #key-visual .slide:nth-child(2) img {
    -o-object-position: 30%;
       object-position: 30%;
  }
}
@media screen and (max-width: 768px) {
  .key-wrap #key-visual .slide:nth-child(3) img {
    -o-object-position: 36%;
       object-position: 36%;
  }
}
@media screen and (max-width: 768px) {
  .key-wrap #key-visual .slide:nth-child(4) img {
    -o-object-position: 50%;
       object-position: 50%;
  }
}
.key-wrap #key-visual .slide .top-inner {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.key-wrap #key-visual .slide .top-inner img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}

::-webkit-full-page-media, :future, :root .en {
  transform: translateX(0.62em);
}

#top-container .about {
  background: #F8F8F6;
  padding-bottom: max(80px, 8vw);
}
#top-container .about .about-contents .about-item h3 {
  font-size: var(--f24);
  font-weight: 400;
  font-family: "Noto Serif JP";
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  #top-container .about .about-contents .about-item h3 {
    font-size: var(--f20);
  }
}
#top-container .about .about-contents .about-item figure {
  margin: 0.5em 0;
}
@media screen and (max-width: 480px) {
  #top-container .about .about-contents .about-item figure img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#top-container .about .about-contents .about-item:nth-child(1), #top-container .about .about-contents .about-item:nth-child(2) {
  padding-bottom: 2em;
  border-bottom: 1px solid #EBEBEB;
}
#top-container .about .about-contents .about-item:nth-child(2), #top-container .about .about-contents .about-item:nth-child(3) {
  padding-top: 2em;
}
#top-container .mv-bg {
  position: relative;
}
#top-container .mv-bg .parallax {
  height: min(800px, 40vw);
  overflow: hidden;
}
@media screen and (max-width: 480px) {
  #top-container .mv-bg .parallax {
    height: max(360px, 70vw);
  }
}
#top-container .mv-bg .parallax video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
#top-container .works {
  background: #F8F8F6;
  padding-bottom: max(80px, 8vw);
}
#top-container .works .works-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3%;
}
#top-container .works .works-list .works-item a img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: min(380px, 27vw);
  object-fit: cover;
}
#top-container .menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 480px) {
  #top-container .menu {
    grid-template-columns: 1fr;
    gap: 1px;
    background: #F8F8F6;
  }
}
#top-container .menu .menu-item {
  position: relative;
}
#top-container .menu .menu-item a {
  height: min(600px, 32vw);
  filter: grayscale(100%);
  display: block;
}
#top-container .menu .menu-item a:hover {
  opacity: 1;
  filter: none;
}
#top-container .menu .menu-item:nth-child(1) a {
  background: url(../images/menu-img01.webp) no-repeat;
  background-size: cover;
}
#top-container .menu .menu-item:nth-child(2) a {
  background: url(../images/menu-img02.webp) no-repeat;
  background-size: cover;
}
#top-container .menu .menu-item:nth-child(3) a {
  background: url(../images/menu-img03.webp) no-repeat;
  background-size: cover;
}
#top-container .menu .menu-item h3 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: var(--f16);
  font-weight: 400;
  text-align: center;
  line-height: 1;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  #top-container .menu .menu-item h3 {
    font-size: var(--f14);
  }
}
#top-container .menu .menu-item h3 span {
  font-size: var(--f32);
  font-family: "Roboto";
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  #top-container .menu .menu-item h3 span {
    font-size: var(--f24);
  }
}
#top-container .bnr-area {
  background: #F8F8F6;
}
#top-container .bnr-area .bnr {
  width: min(960px, 90%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  background: #fff;
}
#top-container .bnr-area .bnr:hover {
  opacity: 1;
}
#top-container .bnr-area .bnr:hover img {
  transform: scale(1.1);
}
#top-container .bnr-area .bnr figure {
  width: 70%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top-container .bnr-area .bnr figure {
    width: 65%;
  }
}
#top-container .bnr-area .bnr figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
#top-container .bnr-area .bnr .bnr-txt {
  width: 30%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #top-container .bnr-area .bnr .bnr-txt {
    width: 35%;
  }
}
#top-container .bnr-area .bnr .bnr-txt h3 {
  font-size: var(--f16);
  font-weight: 400;
  line-height: 1;
  height: -moz-fit-content;
  height: fit-content;
  pointer-events: none;
  padding-left: 2em;
}
@media screen and (max-width: 480px) {
  #top-container .bnr-area .bnr .bnr-txt h3 {
    font-size: var(--f14);
    padding-left: 1em;
  }
}
#top-container .bnr-area .bnr .bnr-txt h3 span {
  font-size: var(--f32);
  font-family: "Roboto";
  line-height: 1;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  #top-container .bnr-area .bnr .bnr-txt h3 span {
    font-size: var(--f24);
  }
}

.news {
  background: #F8F8F6;
}
.news .news-list {
  margin-top: 0.5em;
}
.news .news-list .news-item a {
  display: flex;
  align-items: center;
  padding: 0.5em 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .news .news-list .news-item a {
    flex-direction: column;
  }
}
.news .news-list .news-item time {
  font-family: "Roboto";
  font-size: var(--f13);
  width: 106px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .news .news-list .news-item time {
    width: 100%;
  }
}
.news .news-list .news-item .news-title {
  font-size: var(--f16);
  text-decoration: underline;
  width: calc(100% - 106px);
  font-feature-settings: "palt";
}
@media screen and (max-width: 1024px) {
  .news .news-list .news-item .news-title {
    width: 100%;
  }
}

#service-container {
  width: min(1240px, 90%);
  margin: 0 auto;
}
#service-container p span {
  color: red;
}
@media screen and (max-width: 768px) {
  #service-container p .sp {
    display: none;
  }
}
#service-container .point .point-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3%;
}
@media screen and (max-width: 768px) {
  #service-container .point .point-list {
    grid-template-columns: 1fr;
  }
}
#service-container .point .point-list li {
  height: min(250px, 20vw);
  position: relative;
}
@media screen and (max-width: 768px) {
  #service-container .point .point-list li {
    height: min(250px, 30vw);
  }
}
#service-container .point .point-list li h3 {
  font-size: var(--f20);
  font-weight: 400;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 1024px) {
  #service-container .point .point-list li h3 {
    font-size: var(--f16);
  }
}
#service-container .point .point-list li h3 span {
  font-family: "Roboto";
  font-weight: 600;
  font-size: var(--f28);
  list-style: 1;
}
#service-container .point .point-list li:nth-child(1) {
  background: url(../images/service/point-img01.webp) no-repeat;
  background-size: cover;
}
#service-container .point .point-list li:nth-child(2) {
  background: url(../images/service/point-img02.webp) no-repeat;
  background-size: cover;
}
#service-container .point .point-list li:nth-child(3) {
  background: url(../images/service/point-img03.webp) no-repeat;
  background-size: cover;
}

#works-container .works-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3vw;
}
@media screen and (max-width: 480px) {
  #works-container .works-list {
    grid-template-columns: 1fr 1fr;
    gap: 2vw;
  }
}
#works-container .works-list .works-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: min(380px, 27vw);
  object-fit: cover;
}
@media screen and (max-width: 480px) {
  #works-container .works-list .works-item img {
    height: min(380px, 40vw);
  }
}
#works-container .cat {
  font-family: "Roboto";
  font-size: var(--f20);
  font-weight: 600;
  color: #fff;
  background: #343434;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.1em 0.3em;
  margin-bottom: 1em;
}
#works-container .works-contents {
  width: min(1240px, 90%);
  margin: 0 auto;
}
#works-container .works-contents .tab-switch {
  --tab-color: #343434;
  display: flex;
  flex-wrap: wrap;
  margin-inline: auto;
  gap: 1em;
}
#works-container .works-contents .tab-switch label {
  padding: 0.1em 1em;
  font-family: "Roboto";
  background: #F1F1EB;
  cursor: pointer;
  order: -1; /* 上に表示 */
  text-align: center;
}
#works-container .works-contents .tab-switch label:has(:checked) {
  background: var(--tab-color);
  color: #fff;
}
#works-container .works-contents .tab-switch label:has(:checked) + .tab-content {
  display: block;
}
#works-container .works-contents .tab-switch input {
  display: none;
}
#works-container .works-contents .tab-switch .tab-content {
  display: none;
  width: 100%;
  padding: 1.5em 0;
}
#works-container .works-contents .btn {
  margin: 1em auto 0 auto;
}
#works-container .work-detail {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 4em;
}

#works-subkey {
  height: 250px;
}
@media screen and (max-width: 768px) {
  #works-subkey {
    height: 200px;
  }
}
#works-subkey .key-txt {
  width: min(1240px, 90%);
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 1em;
}
@media screen and (max-width: 480px) {
  #works-subkey .key-txt {
    top: 5em;
  }
}
#works-subkey .key-txt .subkey-title {
  font-size: var(--f20);
  font-weight: 400;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #works-subkey .key-txt .subkey-title {
    font-size: var(--f18);
  }
}
#works-subkey .key-txt .subkey-title span {
  font-size: var(--f54);
  font-weight: 600;
  font-family: "Roboto";
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #works-subkey .key-txt .subkey-title span {
    font-size: var(--f48);
  }
}

#history-container .history-img {
  width: min(1240px, 90%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 480px) {
  #history-container .history-img {
    grid-template-columns: 1fr;
  }
}
#history-container .history-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#history-container .history-list {
  width: min(1240px, 90%);
  margin: 0 auto;
  display: grid;
  gap: 1em;
  margin-top: 3em;
}
#history-container .history-list .history-item {
  border: 1px solid #EBEBEB;
}
#history-container .history-list .history-item h2 {
  font-size: var(--f20);
  font-weight: 600;
  padding: 0.3em 1em;
  border-bottom: 1px solid #EBEBEB;
}
#history-container .history-list .history-item p {
  padding: 0.3em 1em;
}

#company-container iframe {
  width: 100%;
  height: min(350px, 60vw);
  margin-top: 1em;
}

#factory-container .gallery {
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 1em;
       column-gap: 1em;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #factory-container .gallery {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 0.5em;
         column-gap: 0.5em;
  }
}
@media screen and (max-width: 480px) {
  #factory-container .gallery {
    -moz-column-count: 2;
         column-count: 2;
  }
}
#factory-container .gallery .gallery-item {
  position: relative;
  height: 100%;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #factory-container .gallery .gallery-item {
    margin-bottom: 0.5em;
  }
}
#factory-container .gallery .gallery-item img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#news-container .news-detail .news-top time {
  font-family: "Roboto";
  font-size: var(--f13);
  width: 106px;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  #news-container .news-detail .news-top time {
    width: 100%;
  }
}
#news-container .news-detail .news-top .news-title {
  font-size: var(--f24);
  font-family: "Noto Serif JP";
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #EBEBEB;
  font-feature-settings: "palt";
}
#news-container .news-detail .news-contents h1, #news-container .news-detail .news-contents h2, #news-container .news-detail .news-contents h3, #news-container .news-detail .news-contents h4, #news-container .news-detail .news-contents h5, #news-container .news-detail .news-contents h6 {
  font-family: "Noto Serif JP";
  line-height: 1.4;
  font-weight: 600;
}
#news-container .news-detail .news-contents h1 {
  font-size: var(--f36);
}
#news-container .news-detail .news-contents h2 {
  font-size: var(--f32);
}
#news-container .news-detail .news-contents h3 {
  font-size: var(--f28);
}
#news-container .news-detail .news-contents h4 {
  font-size: var(--f24);
}
#news-container .news-detail .news-contents h5 {
  font-size: var(--f20);
}
#news-container .news-detail .news-contents h6 {
  font-size: var(--f18);
}
#news-container .news-detail .news-contents p, #news-container .news-detail .news-contents a {
  line-height: 1.8;
}
#news-container .news-detail .news-contents a {
  text-decoration: underline;
}
#news-container .news-detail .news-contents figure {
  margin: 1em 0;
}
#news-container .news-detail .news-contents img {
  margin: 1em 0;
  max-width: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  height: -moz-fit-content;
  height: fit-content;
}
#news-container .news-detail .news-contents p + p {
  margin-top: 0;
}
#news-container .news-detail .news-btn {
  background: #F1F1EB;
  text-align: center;
  position: relative;
  padding: 1em 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #news-container .news-detail .news-btn {
    font-size: var(--f14);
  }
}
#news-container .news-detail .news-btn::after {
  content: "";
  background: url(../images/arrow.svg) no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: block;
  margin-left: 8px;
  transition: all ease 0.5s;
}
@media screen and (max-width: 1024px) {
  #news-container .news-detail .news-btn::after {
    width: 18px;
    height: 18px;
  }
}
#news-container .pagenation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 16px 40px;
  margin: 60px auto;
  position: relative;
}
#news-container .pagenation ul li {
  margin-right: 0.7em;
  border: none;
}
#news-container .pagenation ul li a {
  font-family: "Roboto";
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 35px;
  font-size: var(--f17);
  width: 35px;
  transition: all ease 0.3s;
  background: #343434;
  border-radius: 50px;
  padding: 0;
}
@media screen and (max-width: 480px) {
  #news-container .pagenation ul li a {
    width: 30px;
    height: 30px;
  }
}
#news-container .pagenation ul .page-active {
  font-size: var(--f17);
}
#news-container .pagenation ul .next a, #news-container .pagenation ul .prev a {
  color: #433F37;
  font-size: var(--f17);
  background: none;
  width: auto;
}
#news-container .pagenation ul .next {
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}
#news-container .pagenation ul .prev {
  position: absolute;
  left: 2%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}

#sitemap-container .menu-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0.5em 1em;
}
@media screen and (max-width: 1024px) {
  #sitemap-container .menu-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  #sitemap-container .menu-list {
    grid-template-columns: 1fr 1fr;
    gap: 0.5em 0.5em;
  }
}
#sitemap-container .menu-list .menu-item a {
  background: #F1F1EB;
  display: block;
  text-align: center;
  padding: 0.5em 0;
}
@media screen and (max-width: 768px) {
  #sitemap-container .menu-list .menu-item a {
    font-size: var(--f16);
  }
}
#sitemap-container .submenu-list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #sitemap-container .submenu-list {
    flex-direction: column;
    align-items: flex-start;
  }
}
#sitemap-container .submenu-list .menu-item {
  margin-right: 3em;
}
#sitemap-container .submenu-list .menu-item:last-child {
  margin-right: 0;
}
#sitemap-container .submenu-list a {
  color: #9C9C9C;
  display: flex;
  align-items: center;
  position: relative;
}
#sitemap-container .submenu-list a::after {
  content: ">";
  color: #9C9C9C;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
  margin-left: 0.6em;
}

#recruit-container h3 {
  font-size: var(--f24);
  font-family: "Noto Serif JP";
  margin-bottom: 0.5em;
}
#recruit-container ul {
  margin-bottom: 1em;
}
#recruit-container ul li {
  position: relative;
  padding-left: 1.5em;
}
#recruit-container ul li::before {
  content: "●";
  color: #D9D9C7;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 6px;
  left: 0;
}
#recruit-container .recruit-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
#recruit-container .recruit-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#recruit-container .btn {
  margin: 2em auto 0 auto;
  font-size: var(--f24);
  font-family: "Roboto";
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #recruit-container .btn {
    font-size: var(--f20);
    margin: 1em auto 0 auto;
  }
}
#recruit-container .btn::after {
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 768px) {
  #recruit-container .btn::after {
    width: 22px;
    height: 22px;
  }
}

#contact-container .contact-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #contact-container .contact-wrap {
    flex-direction: column;
  }
}
#contact-container .contact-wrap .contact-txt .contact-item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #contact-container .contact-wrap .contact-txt .contact-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.3em 0;
  }
}
#contact-container .contact-wrap .contact-txt .contact-item dt, #contact-container .contact-wrap .contact-txt .contact-item dd {
  font-family: "Roboto";
}
#contact-container .contact-wrap .contact-txt .contact-item dt {
  width: 100px;
  font-weight: 400;
}
@media screen and (max-width: 480px) {
  #contact-container .contact-wrap .contact-txt .contact-item dt {
    width: 100%;
  }
}
#contact-container .contact-wrap .contact-txt .contact-item dd {
  width: calc(100% - 100px);
  font-size: var(--f28);
  font-family: "Roboto";
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  #contact-container .contact-wrap .contact-txt .contact-item dd {
    width: 100%;
    font-size: var(--f20);
    line-height: 1;
  }
}
#contact-container .contact-wrap .contact-txt .contact-item dd a {
  text-decoration: underline;
}
#contact-container .contact-wrap .contact-txt .contact-item .tel {
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  #contact-container .contact-wrap .contact-txt .contact-item .tel {
    text-decoration: underline;
    pointer-events: all;
  }
}
#contact-container .contact-wrap .bnr {
  display: block;
  width: 40%;
}
@media screen and (max-width: 1024px) {
  #contact-container .contact-wrap .bnr {
    width: min(500px, 100%);
    margin-top: 1em;
  }
}
#contact-container .contact-wrap .bnr img {
  width: 100%;
  filter: grayscale(100%);
}

#privacy-container .privacy-list {
  display: grid;
  gap: 2em;
}
#privacy-container .privacy-list h2 {
  font-size: var(--f24);
  font-weight: 600;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #EBEBEB;
}
@media screen and (max-width: 480px) {
  #privacy-container .privacy-list h2 {
    font-size: var(--f20);
  }
}
#privacy-container .privacy-list a {
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  #privacy-container .privacy-list a {
    pointer-events: all;
    text-decoration: underline;
  }
}
#privacy-container ol {
  padding: 1em 0 0 1.5em;
}
#privacy-container ol li {
  list-style: decimal;
}

#contents-404 {
  width: min(1240px, 90%);
  margin: 0 auto;
}
#contents-404 h2 {
  font-size: var(--f32);
  text-align: center;
}
#contents-404 p {
  text-align: center;
}/*# sourceMappingURL=style.css.map */