@charset "UTF-8";
main {
  padding-top: 20px;
  height: auto;
  font-family: "メイリオ", "Meiryo", sans-serif;
}
main .lp-img {
  display: block;
}
main .sp-img {
  display: none;
}
main .diagonal-fill-top {
  width: 100%;
  height: auto;
  transform: rotate(180deg);
}
main .diagonal-fill-top img {
  width: 100%;
  height: auto;
}
main .diagonal-fill-bottom {
  width: 100%;
  height: auto;
}
main .diagonal-fill-bottom img {
  width: 100%;
  height: auto;
}
main .diagonal-line {
  width: 100%;
  height: auto;
  transform: rotate(180deg);
}
main .diagonal-line img {
  width: 100%;
  height: auto;
}
main h2 {
  font-size: 40px;
  letter-spacing: 0.4em;
  line-height: 60px;
  font-weight: bold;
  margin: 30px 0;
}
main h3 {
  font-size: 25px;
  font-weight: bold;
  line-height: 30px;
  margin: 10px 0;
}
main p {
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0;
}
main .fv-section .sliderArea {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}
main .fv-section .sliderArea .slider_thumb.slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}
main .fv-section .sliderArea .slider_thumb.slider.slick-initialized {
  opacity: 1;
}
main .fv-section .sliderArea .slider_thumb a {
  margin: 0 auto;
  display: block;
  width: 83%;
}
main .fv-section .sliderArea .slider_thumb a img {
  width: 100%;
}
main .fv-section .slick-slide {
  margin: 0 5px;
}
main .fv-section .slick-slide img {
  width: 90%;
  height: auto;
  margin: 0 auto;
}
main .fv-section .slick-arrow {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .fv-section .slick-arrow:before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 56px;
}
main .fv-section .slick-prev {
  z-index: 1;
  left: 40px;
}
main .fv-section .slick-next {
  z-index: 1;
  right: 40px;
}
main .fv-section .slick-prev:before {
  background: url("../../img_renewal/prev-arrow.png");
  background-size: contain;
  position: relative;
}
main .fv-section .slick-next:before {
  background: url("../../img_renewal/next-arrow.png");
  background-size: contain;
  position: relative;
}
main .fv-section .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}
main .fv-section .slick-active {
  opacity: 1;
}
main .fv-section .slick-current {
  opacity: 1;
}
main .news-section {
  width: 83%;
  max-width: 1600px;
  min-width: 750px;
  margin: 100px auto 50px auto;
  padding-left: 6%;
}
main .news-section a {
  display: block;
}
main .news-section a:hover {
  opacity: 0.7;
}
main .news-section .section-title {
  display: flex;
  align-items: center;
}
main .news-section .section-title h2 {
  display: block;
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
  display: flex;
}
main .news-section .section-title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
  margin-left: 1rem;
}
main .news-section .news-list {
  width: 90%;
  margin: 30px 0;
}
main .news-section .news-list ul .news-elem {
  height: auto;
  min-height: 50px;
  width: 100%;
  border-bottom: 1px #dbdbdb solid;
  display: flex;
  align-items: center;
  margin-top: 18px;
}
main .news-section .news-list ul .news-elem .news-date {
  width: 100px;
  color: #a0a0a0;
}
main .news-section .news-list ul .news-elem .news-category {
  width: 120px;
  text-align: center;
  margin: 0 10px;
}
main .news-section .news-list ul .news-elem .news-category.cat-IR {
  background-color: black;
  color: white;
}
main .news-section .news-list ul .news-elem .news-category.cat-news {
  background-color: #a0a0a0;
  color: white;
}
main .news-section .news-list ul .news-elem .news-title {
  flex: 1;
  margin-left: 1rem;
}
main .news-section .news-list ul .news-elem .news-title:hover {
  opacity: 0.7;
}
main .news-section .list-buttons {
  height: auto;
  display: flex;
  gap: 2%;
  justify-content: center;
}
main .news-section .list-buttons .list-button {
  height: 40px;
  width: 165px;
  display: block;
  text-align: center;
  line-height: 34px;
  margin: 5px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
}
main .news-section .list-buttons .list-button:hover {
  font-size: 16px;
}
main .news-section .list-buttons .list-button.gray-button {
  border: 3px #a0a0a0 solid;
}
main .news-section .list-buttons .list-button.black-button {
  border: 3px black solid;
}
main .section-layout1 {
  width: 100%;
  height: auto;
  min-height: 100px;
  padding: 0;
  margin: 0;
  background-color: #f7f7f7;
}
main .section-layout1 .content-wrapper {
  width: 83%;
  max-width: 1120px;
  min-width: 750px;
  padding: 0;
  margin: 60px auto;
  border-right: 1px black solid;
  display: flex;
  gap: 5%;
}
main .section-layout1 .content-wrapper .img-introduction {
  flex: 1;
}
main .section-layout1 .content-wrapper .side-section-title {
  display: inline-block;
  width: 50px;
  height: 100%;
  text-align: center;
  margin: auto;
}
main .section-layout1 .content-wrapper .side-section-title p {
  font-size: 14px;
  writing-mode: vertical-rl;
  text-orientation: sideways-left;
  transform: rotate(180deg);
  margin: auto;
}
@media (max-width: 799px) {
  main .section-layout1 {
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 0;
    margin: 0;
  }
  main .section-layout1 .content-wrapper {
    width: 95%;
    max-width: 1120px;
    min-width: 0px;
    padding: 30px 0;
    margin: 20px auto;
    border-right: none;
    display: flex;
    flex-direction: column;
    gap: 5%;
  }
  main .section-layout1 .content-wrapper .img-introduction {
    flex: 1;
  }
  main .section-layout1 .content-wrapper .side-section-title {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 30px auto;
    border-bottom: 1px black solid;
    order: -1;
  }
  main .section-layout1 .content-wrapper .side-section-title p {
    font-size: 20px;
    writing-mode: inherit;
    text-orientation: sideways-left;
    transform: rotate(0deg);
    margin: 5px auto;
  }
}
@media (max-width: 599px) {
  main .section-layout1 {
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 0;
    margin: 0;
  }
  main .section-layout1 .content-wrapper {
    width: 95%;
    max-width: 1120px;
    min-width: 0px;
    padding: 0;
    margin: 0 auto;
    border-right: none;
    display: flex;
    flex-direction: column;
    gap: 5%;
  }
  main .section-layout1 .content-wrapper .img-introduction {
    flex: 1;
  }
  main .section-layout1 .content-wrapper .side-section-title {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 30px auto;
    border-bottom: 1px black solid;
    order: -1;
  }
  main .section-layout1 .content-wrapper .side-section-title p {
    font-size: 20px;
    writing-mode: inherit;
    text-orientation: sideways-left;
    transform: rotate(0deg);
    margin: 5px auto;
  }
}
main .section-layout1 a {
  display: block;
}
main .section-layout1 a:hover {
  opacity: 0.7;
}
main .section-layout1 .content-wrapper .img-introduction {
  height: auto;
  display: flex;
  gap: 50px;
  justify-content: space-evenly;
  align-items: center;
}
main
  .section-layout1
  .content-wrapper
  .img-introduction
  .img-introduction-left {
  flex: 1;
}
main
  .section-layout1
  .content-wrapper
  .img-introduction
  .img-introduction-left
  img {
  width: 100%;
}
main
  .section-layout1
  .content-wrapper
  .img-introduction
  .img-introduction-right {
  flex: 1;
}
main .section-layout2 {
  width: 100%;
  height: auto;
  min-height: 100px;
  padding: 0;
  margin: 0;
}
main .section-layout2 .content-wrapper {
  width: 83%;
  max-width: 1120px;
  min-width: 750px;
  padding: 0;
  margin: 60px auto;
  border-right: 1px black solid;
  display: flex;
  gap: 5%;
}
main .section-layout2 .content-wrapper .img-introduction {
  flex: 1;
}
main .section-layout2 .content-wrapper .side-section-title {
  display: inline-block;
  width: 50px;
  height: 100%;
  text-align: center;
  margin: auto;
}
main .section-layout2 .content-wrapper .side-section-title p {
  font-size: 14px;
  writing-mode: vertical-rl;
  text-orientation: sideways-left;
  transform: rotate(180deg);
  margin: auto;
}
@media (max-width: 799px) {
  main .section-layout2 {
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 0;
    margin: 0;
  }
  main .section-layout2 .content-wrapper {
    width: 95%;
    max-width: 1120px;
    min-width: 0px;
    padding: 30px 0;
    margin: 20px auto;
    border-right: none;
    display: flex;
    flex-direction: column;
    gap: 5%;
  }
  main .section-layout2 .content-wrapper .img-introduction {
    flex: 1;
  }
  main .section-layout2 .content-wrapper .side-section-title {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 30px auto;
    border-bottom: 1px black solid;
    order: -1;
  }
  main .section-layout2 .content-wrapper .side-section-title p {
    font-size: 20px;
    writing-mode: inherit;
    text-orientation: sideways-left;
    transform: rotate(0deg);
    margin: 5px auto;
  }
}
@media (max-width: 599px) {
  main .section-layout2 {
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 0;
    margin: 0;
  }
  main .section-layout2 .content-wrapper {
    width: 95%;
    max-width: 1120px;
    min-width: 0px;
    padding: 0;
    margin: 0 auto;
    border-right: none;
    display: flex;
    flex-direction: column;
    gap: 5%;
  }
  main .section-layout2 .content-wrapper .img-introduction {
    flex: 1;
  }
  main .section-layout2 .content-wrapper .side-section-title {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 30px auto;
    border-bottom: 1px black solid;
    order: -1;
  }
  main .section-layout2 .content-wrapper .side-section-title p {
    font-size: 20px;
    writing-mode: inherit;
    text-orientation: sideways-left;
    transform: rotate(0deg);
    margin: 5px auto;
  }
}
main .section-layout2 a {
  display: block;
}
main .section-layout2 a:hover {
  opacity: 0.7;
}
main
  .section-layout2
  .content-wrapper
  .img-introduction
  .bottom-content-wrapper {
  display: flex;
  gap: 50px;
}
main
  .section-layout2
  .content-wrapper
  .img-introduction
  .bottom-content-wrapper
  .company-image {
  width: 100%;
}
main
  .section-layout2
  .content-wrapper
  .img-introduction
  .bottom-content-wrapper
  .img-introduction {
  flex: 1;
}
main
  .section-layout2
  .content-wrapper
  .img-introduction
  .bottom-content-wrapper
  .img-introduction
  img {
  width: 100%;
}
main
  .section-layout2
  .content-wrapper
  .img-introduction
  .bottom-content-wrapper
  .img-introduction
  .introduction-text
  span {
  font-weight: bold;
  line-height: 36px;
}
main .section-layout3 {
  width: 100%;
  height: auto;
  min-height: 100px;
  padding: 0;
  margin: 0;
}
main .section-layout3 .content-wrapper {
  width: 83%;
  max-width: 1120px;
  min-width: 750px;
  padding: 0;
  margin: 60px auto;
  border-right: 1px black solid;
  display: flex;
  gap: 5%;
}
main .section-layout3 .content-wrapper .img-introduction {
  flex: 1;
}
main .section-layout3 .content-wrapper .side-section-title {
  display: inline-block;
  width: 50px;
  height: 100%;
  text-align: center;
  margin: auto;
}
main .section-layout3 .content-wrapper .side-section-title p {
  font-size: 14px;
  writing-mode: vertical-rl;
  text-orientation: sideways-left;
  transform: rotate(180deg);
  margin: auto;
}
@media (max-width: 799px) {
  main .section-layout3 {
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 0;
    margin: 0;
  }
  main .section-layout3 .content-wrapper {
    width: 95%;
    max-width: 1120px;
    min-width: 0px;
    padding: 30px 0;
    margin: 20px auto;
    border-right: none;
    display: flex;
    flex-direction: column;
    gap: 5%;
  }
  main .section-layout3 .content-wrapper .img-introduction {
    flex: 1;
  }
  main .section-layout3 .content-wrapper .side-section-title {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 30px auto;
    border-bottom: 1px black solid;
    order: -1;
  }
  main .section-layout3 .content-wrapper .side-section-title p {
    font-size: 20px;
    writing-mode: inherit;
    text-orientation: sideways-left;
    transform: rotate(0deg);
    margin: 5px auto;
  }
}
@media (max-width: 599px) {
  main .section-layout3 {
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 0;
    margin: 0;
  }
  main .section-layout3 .content-wrapper {
    width: 95%;
    max-width: 1120px;
    min-width: 0px;
    padding: 0;
    margin: 0 auto;
    border-right: none;
    display: flex;
    flex-direction: column;
    gap: 5%;
  }
  main .section-layout3 .content-wrapper .img-introduction {
    flex: 1;
  }
  main .section-layout3 .content-wrapper .side-section-title {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 30px auto;
    border-bottom: 1px black solid;
    order: -1;
  }
  main .section-layout3 .content-wrapper .side-section-title p {
    font-size: 20px;
    writing-mode: inherit;
    text-orientation: sideways-left;
    transform: rotate(0deg);
    margin: 5px auto;
  }
}
main .section-layout3 a {
  display: block;
}
main .section-layout3 a:hover {
  opacity: 0.7;
}
main
  .section-layout3
  .content-wrapper
  .img-introductions
  .layout3-content
  .img-introduction {
  display: flex;
  justify-content: space-around;
  margin: 30px 0;
  gap: 40px;
}
main
  .section-layout3
  .content-wrapper
  .img-introductions
  .layout3-content
  .img-introduction
  .img-introduction-left {
  flex: 7 0;
}
main
  .section-layout3
  .content-wrapper
  .img-introductions
  .layout3-content
  .img-introduction
  .img-introduction-left
  img {
  width: 100%;
}
main
  .section-layout3
  .content-wrapper
  .img-introductions
  .layout3-content
  .img-introduction
  .img-introduction-right {
  flex: 5 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
main .bottom-slider {
  background-color: #f7f7f7;
}
main .bottom-slider a {
  display: block;
}
main .bottom-slider a:hover {
  opacity: 0.7;
}
main .bottom-slider .sliderArea {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
main .bottom-slider .slick-slide {
  margin: 0 5px;
}
main .bottom-slider .slick-slide img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
main .bottom-slider .slick-arrow {
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main .bottom-slider .slick-arrow:before {
  content: "";
  display: inline-block;
  width: 56px;
  height: 56px;
}
main .bottom-slider .slick-prev {
  z-index: 1;
  left: 40px;
}
main .bottom-slider .slick-next {
  z-index: 1;
  right: 40px;
}
main .bottom-slider .slick-prev:before {
  background: url("../../img_renewal/prev-arrow.png");
  background-size: contain;
  position: relative;
}
main .bottom-slider .slick-next:before {
  background: url("../../img_renewal/next-arrow.png");
  background-size: contain;
  position: relative;
}
main .bottom-slider .slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}
main .bottom-slider .slick-active {
  opacity: 1;
}
main .bottom-slider .slick-current {
  opacity: 1;
}
main .bottom-slider .column {
  margin: 40px auto;
  padding: 0 70px;
  width: 100%;
}
main .bottom-slider .column .slick-list {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
main .bottom-slider .column .slick-list .slick-track {
  width: 100%;
  display: flex;
  justify-content: center;
}
main .bottom-slider .column .slick-list .slick-track .slick-slide {
  height: auto;
  flex: 1 1 243px;
  gap: 18px;
}
main .ir-recruit-section {
  margin-top: 15vw;
  display: grid;
  grid-template-rows: 500px 500px;
  grid-template-columns: 1fr 1fr;
  max-width: 1500px;
  margin: auto;
  margin-top: 70px;
}
main .ir-recruit-section a {
  display: block;
}
main .ir-recruit-section a:hover {
  opacity: 0.7;
}
main .ir-recruit-section .ir-img {
  grid-row: 1;
  grid-column: 1;
  overflow: hidden;
}
main .ir-recruit-section .ir-img img {
  object-fit: cover;
  height: 100%;
}
main .ir-recruit-section .grid-ir-txt {
  grid-row: 1;
  grid-column: 2;
}
main .ir-recruit-section .recruit-img {
  grid-row: 2;
  grid-column: 2;
  overflow: hidden;
}
main .ir-recruit-section .recruit-img img {
  object-fit: cover;
  height: 100%;
  float: right;
}
main .ir-recruit-section .grid-recruit-txt {
  grid-row: 2;
  grid-column: 1;
}
main .ir-recruit-section .text-information {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
main .ir-recruit-section .text-information p {
  max-width: 360px;
}
main .ir-recruit-section .text-information .information-button {
  display: block;
  height: 50px;
  width: 220px;
  border: 3px black solid;
  line-height: 44px;
  text-align: center;
  margin: 20px 0;
  transition: all 0.3s;
}
main .ir-recruit-section .text-information .information-button:hover {
  font-size: 18px;
}

@media (max-width: 799px) {
  main {
    padding-top: 20px;
    height: auto;
  }
  main .lp-img {
    display: none;
  }
  main .sp-img {
    display: block;
  }
  main .diagonal-fill-top {
    width: 100%;
    height: auto;
    transform: rotate(180deg);
  }
  main .diagonal-fill-top img {
    width: 100%;
    height: auto;
  }
  main .diagonal-fill-bottom {
    width: 100%;
    height: auto;
  }
  main .diagonal-fill-bottom img {
    width: 100%;
    height: auto;
  }
  main .diagonal-line {
    width: 100%;
    height: auto;
    transform: rotate(180deg);
  }
  main .diagonal-line img {
    width: 100%;
    height: auto;
  }
  main h2 {
    font-size: 40px;
    letter-spacing: 0.4em;
    line-height: 60px;
    font-weight: bold;
    margin: 50px 0;
    text-align: center;
  }
  main h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin: 0;
    text-align: center;
  }
  main p {
    font-size: 30px;
    line-height: 50px;
    margin: 0;
  }
  main .fv-section .sliderArea {
    max-width: 94%;
    margin: 0 auto;
  }
  main .fv-section .sliderArea .slider_thumb img {
    width: 100%;
  }
  main .fv-section .slick-slide {
    margin: 0 5px;
  }
  main .fv-section .slick-slide img {
    width: 96%;
    height: auto;
    margin: 0 auto;
  }
  main .fv-section .slick-arrow {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main .fv-section .slick-arrow:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
  }
  main .fv-section .slick-prev {
    z-index: 1;
    left: -20px;
  }
  main .fv-section .slick-next {
    z-index: 1;
    right: -20px;
  }
  main .fv-section .slick-prev:before {
    background: url("../images/prev-arrow.png");
    background-size: contain;
  }
  main .fv-section .slick-next:before {
    background: url("../images/next-arrow.png");
    background-size: contain;
  }
  main .fv-section .slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 0.2;
    flex: 1 1 100%;
  }
  main .fv-section .slick-active {
    opacity: 1;
  }
  main .fv-section .slick-current {
    opacity: 1;
  }
  main .fv-section .sliderArea {
    width: 100%;
  }
  main .fv-section .sliderArea .column {
    margin: 20px auto;
    padding: 0 20px;
    width: 100%;
    margin-top: 10.5vw;
  }
  main .fv-section .sliderArea .column .slick-list {
    width: 100%;
  }
  main .fv-section .sliderArea .column .slick-list .slick-track {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  main .fv-section .sliderArea .column .slick-list .slick-track .slick-slide {
    height: auto;
    flex: 1 1 100%;
  }
  main .news-section {
    width: 90%;
    margin: 50px auto 20px auto;
    min-width: 0px;
    padding-left: 0;
  }
  main .news-section .section-title {
    display: flex;
    align-items: center;
  }
  main .news-section .section-title h2 {
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    display: flex;
  }
  main .news-section .section-title:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
    margin-left: 1rem;
  }
  main .news-section .news-list {
    width: 100%;
    margin: 30px 0;
  }
  main .news-section .news-list ul {
    padding-left: 10px;
  }
  main .news-section .news-list ul .news-elem {
    height: auto;
    min-height: 50px;
    width: 100%;
    border-bottom: 1px #dbdbdb solid;
    display: grid;
    grid-template-rows: 20px 1fr;
    grid-template-columns: 170px 150px 1fr;
    margin-top: 18px;
    row-gap: 10px;
  }
  main .news-section .news-list ul .news-elem .news-date {
    width: 100px;
    color: #a0a0a0;
    grid-row: 1;
    grid-column: 1;
    font-size: 25px;
  }
  main .news-section .news-list ul .news-elem .news-category {
    width: 120px;
    text-align: center;
    margin: 0;
    grid-row: 1;
    grid-column: 2;
    font-size: 20px;
  }
  main .news-section .news-list ul .news-elem .news-category.cat-IR {
    background-color: black;
    color: white;
  }
  main .news-section .news-list ul .news-elem .news-category.cat-news {
    background-color: #a0a0a0;
    color: white;
  }
  main .news-section .news-list ul .news-elem .news-title {
    grid-row: 2;
    grid-column: 1/4;
    margin: 0;
  }
  main .news-section .news-list ul .news-elem .news-title a {
    font-size: 30px;
    line-height: 40px;
  }
  main .news-section .news-list ul .news-elem .news-title:hover {
    opacity: 0.7;
  }
  main .news-section .list-buttons {
    height: auto;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  main .news-section .list-buttons .list-button {
    height: auto;
    width: 300px;
    display: block;
    text-align: center;
    line-height: 34px;
    padding: 7px 10px;
    margin: 0;
    font-size: 30px;
    cursor: pointer;
    transition: all 0.3s;
  }
  main .news-section .list-buttons .list-button:hover {
    font-size: 34px;
  }
  main .news-section .list-buttons .list-button.gray-button {
    border: 3px #a0a0a0 solid;
  }
  main .news-section .list-buttons .list-button.black-button {
    border: 3px black solid;
  }
  main .section-layout1 {
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 0;
    margin: 0;
    background-color: #f7f7f7;
  }
  main .section-layout1 .content-wrapper {
    width: 83%;
    max-width: 1120px;
    min-width: 750px;
    padding: 0;
    margin: 60px auto;
    border-right: 1px black solid;
    display: flex;
    gap: 5%;
  }
  main .section-layout1 .content-wrapper .img-introduction {
    flex: 1;
  }
  main .section-layout1 .content-wrapper .side-section-title {
    display: inline-block;
    width: 50px;
    height: 100%;
    text-align: center;
    margin: auto;
  }
  main .section-layout1 .content-wrapper .side-section-title p {
    font-size: 14px;
    writing-mode: vertical-rl;
    text-orientation: sideways-left;
    transform: rotate(180deg);
    margin: auto;
  }
}
@media (max-width: 799px) and (max-width: 799px) {
  main .section-layout1 {
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 0;
    margin: 0;
  }
  main .section-layout1 .content-wrapper {
    width: 95%;
    max-width: 1120px;
    min-width: 0px;
    padding: 30px 0;
    margin: 20px auto;
    border-right: none;
    display: flex;
    flex-direction: column;
    gap: 5%;
  }
  main .section-layout1 .content-wrapper .img-introduction {
    flex: 1;
  }
  main .section-layout1 .content-wrapper .side-section-title {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 30px auto;
    border-bottom: 1px black solid;
    order: -1;
  }
  main .section-layout1 .content-wrapper .side-section-title p {
    font-size: 20px;
    writing-mode: inherit;
    text-orientation: sideways-left;
    transform: rotate(0deg);
    margin: 5px auto;
  }
}
@media (max-width: 799px) and (max-width: 599px) {
  main .section-layout1 {
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 0;
    margin: 0;
  }
  main .section-layout1 .content-wrapper {
    width: 95%;
    max-width: 1120px;
    min-width: 0px;
    padding: 0;
    margin: 0 auto;
    border-right: none;
    display: flex;
    flex-direction: column;
    gap: 5%;
  }
  main .section-layout1 .content-wrapper .img-introduction {
    flex: 1;
  }
  main .section-layout1 .content-wrapper .side-section-title {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 30px auto;
    border-bottom: 1px black solid;
    order: -1;
  }
  main .section-layout1 .content-wrapper .side-section-title p {
    font-size: 20px;
    writing-mode: inherit;
    text-orientation: sideways-left;
    transform: rotate(0deg);
    margin: 5px auto;
  }
}
@media (max-width: 799px) {
  main .section-layout1 .content-wrapper .img-introduction {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 28px;
    justify-content: space-evenly;
    align-items: center;
  }
  main
    .section-layout1
    .content-wrapper
    .img-introduction
    .img-introduction-left {
    flex: 1;
  }
  main
    .section-layout1
    .content-wrapper
    .img-introduction
    .img-introduction-left
    img {
    width: 100%;
  }
  main
    .section-layout1
    .content-wrapper
    .img-introduction
    .img-introduction-right {
    flex: 1;
  }
}
@media (max-width: 799px) {
  main .section-layout2 {
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 0;
    margin: 0;
  }
  main .section-layout2 .content-wrapper {
    width: 83%;
    max-width: 1120px;
    min-width: 750px;
    padding: 0;
    margin: 60px auto;
    border-right: 1px black solid;
    display: flex;
    gap: 5%;
  }
  main .section-layout2 .content-wrapper .img-introduction {
    flex: 1;
  }
  main .section-layout2 .content-wrapper .side-section-title {
    display: inline-block;
    width: 50px;
    height: 100%;
    text-align: center;
    margin: auto;
  }
  main .section-layout2 .content-wrapper .side-section-title p {
    font-size: 14px;
    writing-mode: vertical-rl;
    text-orientation: sideways-left;
    transform: rotate(180deg);
    margin: auto;
  }
}
@media (max-width: 799px) and (max-width: 799px) {
  main .section-layout2 {
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 0;
    margin: 0;
  }
  main .section-layout2 .content-wrapper {
    width: 95%;
    max-width: 1120px;
    min-width: 0px;
    padding: 30px 0;
    margin: 20px auto;
    border-right: none;
    display: flex;
    flex-direction: column;
    gap: 5%;
  }
  main .section-layout2 .content-wrapper .img-introduction {
    flex: 1;
  }
  main .section-layout2 .content-wrapper .side-section-title {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 30px auto;
    border-bottom: 1px black solid;
    order: -1;
  }
  main .section-layout2 .content-wrapper .side-section-title p {
    font-size: 20px;
    writing-mode: inherit;
    text-orientation: sideways-left;
    transform: rotate(0deg);
    margin: 5px auto;
  }
}
@media (max-width: 799px) and (max-width: 599px) {
  main .section-layout2 {
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 0;
    margin: 0;
  }
  main .section-layout2 .content-wrapper {
    width: 95%;
    max-width: 1120px;
    min-width: 0px;
    padding: 0;
    margin: 0 auto;
    border-right: none;
    display: flex;
    flex-direction: column;
    gap: 5%;
  }
  main .section-layout2 .content-wrapper .img-introduction {
    flex: 1;
  }
  main .section-layout2 .content-wrapper .side-section-title {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 30px auto;
    border-bottom: 1px black solid;
    order: -1;
  }
  main .section-layout2 .content-wrapper .side-section-title p {
    font-size: 20px;
    writing-mode: inherit;
    text-orientation: sideways-left;
    transform: rotate(0deg);
    margin: 5px auto;
  }
}
@media (max-width: 799px) {
  main
    .section-layout2
    .content-wrapper
    .img-introduction
    .bottom-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  main
    .section-layout2
    .content-wrapper
    .img-introduction
    .bottom-content-wrapper
    .company-image {
    width: 100%;
    margin-bottom: 30px;
  }
  main
    .section-layout2
    .content-wrapper
    .img-introduction
    .bottom-content-wrapper
    .img-introduction {
    flex: 1;
  }
  main
    .section-layout2
    .content-wrapper
    .img-introduction
    .bottom-content-wrapper
    .img-introduction
    img {
    width: 100%;
    margin: 45px auto;
  }
  main
    .section-layout2
    .content-wrapper
    .img-introduction
    .bottom-content-wrapper
    .img-introduction
    .introduction-text
    span {
    font-weight: bold;
    line-height: 36px;
  }
}
@media (max-width: 799px) {
  main .section-layout3 {
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 0;
    margin: 0;
  }
  main .section-layout3 .content-wrapper {
    width: 83%;
    max-width: 1120px;
    min-width: 750px;
    padding: 0;
    margin: 60px auto;
    border-right: 1px black solid;
    display: flex;
    gap: 5%;
  }
  main .section-layout3 .content-wrapper .img-introduction {
    flex: 1;
  }
  main .section-layout3 .content-wrapper .side-section-title {
    display: inline-block;
    width: 50px;
    height: 100%;
    text-align: center;
    margin: auto;
  }
  main .section-layout3 .content-wrapper .side-section-title p {
    font-size: 14px;
    writing-mode: vertical-rl;
    text-orientation: sideways-left;
    transform: rotate(180deg);
    margin: auto;
  }
}
@media (max-width: 799px) and (max-width: 799px) {
  main .section-layout3 {
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 0;
    margin: 0;
  }
  main .section-layout3 .content-wrapper {
    width: 95%;
    max-width: 1120px;
    min-width: 0px;
    padding: 30px 0;
    margin: 20px auto;
    border-right: none;
    display: flex;
    flex-direction: column;
    gap: 5%;
  }
  main .section-layout3 .content-wrapper .img-introduction {
    flex: 1;
  }
  main .section-layout3 .content-wrapper .side-section-title {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 30px auto;
    border-bottom: 1px black solid;
    order: -1;
  }
  main .section-layout3 .content-wrapper .side-section-title p {
    font-size: 20px;
    writing-mode: inherit;
    text-orientation: sideways-left;
    transform: rotate(0deg);
    margin: 5px auto;
  }
}
@media (max-width: 799px) and (max-width: 599px) {
  main .section-layout3 {
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 0;
    margin: 0;
  }
  main .section-layout3 .content-wrapper {
    width: 95%;
    max-width: 1120px;
    min-width: 0px;
    padding: 0;
    margin: 0 auto;
    border-right: none;
    display: flex;
    flex-direction: column;
    gap: 5%;
  }
  main .section-layout3 .content-wrapper .img-introduction {
    flex: 1;
  }
  main .section-layout3 .content-wrapper .side-section-title {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 30px auto;
    border-bottom: 1px black solid;
    order: -1;
  }
  main .section-layout3 .content-wrapper .side-section-title p {
    font-size: 20px;
    writing-mode: inherit;
    text-orientation: sideways-left;
    transform: rotate(0deg);
    margin: 5px auto;
  }
}
@media (max-width: 799px) {
  main
    .section-layout3
    .content-wrapper
    .img-introductions
    .layout3-content
    .img-introduction {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 80px 0;
    gap: 30px;
  }
  main
    .section-layout3
    .content-wrapper
    .img-introductions
    .layout3-content
    .img-introduction
    .img-introduction-left {
    flex: 6;
  }
  main
    .section-layout3
    .content-wrapper
    .img-introductions
    .layout3-content
    .img-introduction
    .img-introduction-left
    img {
    width: 100%;
  }
  main
    .section-layout3
    .content-wrapper
    .img-introductions
    .layout3-content
    .img-introduction
    .img-introduction-right {
    flex: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 799px) {
  main .bottom-slider {
    background-color: #f7f7f7;
  }
  main .bottom-slider .sliderArea {
    width: 100%;
    margin: 0 auto;
  }
  main .bottom-slider .slick-slide {
    margin: 0 5px;
  }
  main .bottom-slider .slick-slide img {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  main .bottom-slider .slick-arrow {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main .bottom-slider .slick-arrow:before {
    content: "";
    display: inline-block;
    width: 56px;
    height: 56px;
  }
  main .bottom-slider .slick-prev {
    z-index: 1;
    left: -30px;
  }
  main .bottom-slider .slick-next {
    z-index: 1;
    right: -30px;
  }
  main .bottom-slider .slick-prev:before {
    background: url("../images/prev-arrow.png");
    background-size: contain;
    position: relative;
  }
  main .bottom-slider .slick-next:before {
    background: url("../images/next-arrow.png");
    background-size: contain;
    position: relative;
  }
  main .bottom-slider .slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 0.2;
  }
  main .bottom-slider .slick-active {
    opacity: 1;
  }
  main .bottom-slider .slick-current {
    opacity: 1;
  }
  main .bottom-slider .column {
    margin: 40px auto;
    padding: 0;
    width: 90%;
  }
  main .bottom-slider .column .slick-list {
    width: 100%;
    max-width: 1000px;
    margin: auto;
  }
  main .bottom-slider .column .slick-list .slick-track {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  main .bottom-slider .column .slick-list .slick-track .slick-slide {
    height: auto;
    flex: 1;
  }
}
@media (max-width: 799px) {
  main .ir-recruit-section {
    height: auto;
    margin-top: 15vw;
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    max-width: 1200px;
    margin: auto;
    margin-top: 100px;
  }
  main .ir-recruit-section .ir-img {
    grid-column: 1;
    grid-row: 1;
    object-fit: cover;
  }
  main .ir-recruit-section .ir-img img {
    width: 100%;
    height: 100%;
  }
  main .ir-recruit-section .grid-ir-txt {
    grid-column: 1;
    grid-row: 2;
  }
  main .ir-recruit-section .recruit-img {
    grid-column: 1;
    grid-row: 3;
    object-fit: cover;
  }
  main .ir-recruit-section .recruit-img img {
    width: 100%;
    height: 100%;
  }
  main .ir-recruit-section .grid-recruit-txt {
    grid-column: 1;
    grid-row: 4;
  }
  main .ir-recruit-section .text-information {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 50px;
  }
  main .ir-recruit-section .text-information p {
    max-width: 100%;
    margin: 20px auto;
  }
  main .ir-recruit-section .text-information .information-button {
    display: block;
    height: 50px;
    width: 220px;
    border: 3px black solid;
    line-height: 44px;
    text-align: center;
    margin: 20px 0;
  }
}
@media (max-width: 599px) {
  main {
    padding-top: 20px;
    height: auto;
  }
  main .lp-img {
    display: none;
  }
  main .sp-img {
    display: block;
  }
  main .diagonal-fill-top {
    width: 100%;
    height: auto;
    transform: rotate(180deg);
  }
  main .diagonal-fill-top img {
    width: 100%;
    height: auto;
  }
  main .diagonal-fill-bottom {
    width: 100%;
    height: auto;
  }
  main .diagonal-fill-bottom img {
    width: 100%;
    height: auto;
  }
  main .diagonal-line {
    width: 100%;
    height: auto;
    transform: rotate(180deg);
  }
  main .diagonal-line img {
    width: 100%;
    height: auto;
  }
  main h2 {
    font-size: 20px;
    letter-spacing: 0.4em;
    line-height: 30px;
    font-weight: bold;
    margin: 20px 0;
    text-align: center;
  }
  main h3 {
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    text-align: center;
  }
  main p {
    font-size: 15px;
    line-height: 25px;
    margin: 0;
  }
  main .fv-section .sliderArea {
    max-width: 94%;
    margin: 0 auto;
  }
  main .fv-section .sliderArea .slider_thumb img {
    width: 100%;
  }
  main .fv-section .slick-slide {
    margin: 0 5px;
  }
  main .fv-section .slick-slide img {
    width: 96%;
    height: auto;
    margin: 0 auto;
  }
  main .fv-section .slick-arrow {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main .fv-section .slick-arrow:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
  }
  main .fv-section .slick-prev {
    z-index: 1;
    left: -10px;
  }
  main .fv-section .slick-next {
    z-index: 1;
    right: -10px;
  }
  main .fv-section .slick-prev:before {
    background: url("../images/prev-arrow.png");
    background-size: contain;
  }
  main .fv-section .slick-next:before {
    background: url("../images/next-arrow.png");
    background-size: contain;
  }
  main .fv-section .slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 0.2;
    flex: 1 1 100%;
  }
  main .fv-section .slick-active {
    opacity: 1;
  }
  main .fv-section .slick-current {
    opacity: 1;
  }
  main .fv-section .sliderArea {
    width: 100%;
  }
  main .fv-section .sliderArea .column {
    margin: 20px auto;
    padding: 0 20px;
    width: 100%;
    margin-top: 10.5vw;
  }
  main .fv-section .sliderArea .column .slick-list {
    width: 100%;
  }
  main .fv-section .sliderArea .column .slick-list .slick-track {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  main .fv-section .sliderArea .column .slick-list .slick-track .slick-slide {
    height: auto;
    flex: 1 1 100%;
  }
  main .news-section {
    width: 90%;
    margin: 30px auto 20px auto;
    min-width: 0px;
    padding-left: 0;
  }
  main .news-section .section-title {
    display: flex;
    align-items: center;
  }
  main .news-section .section-title h2 {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
    display: flex;
  }
  main .news-section .section-title:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
    margin-left: 1rem;
  }
  main .news-section .news-list {
    width: 100%;
    margin: 30px 0;
  }
  main .news-section .news-list ul {
    padding-left: 10px;
  }
  main .news-section .news-list ul .news-elem {
    height: auto;
    min-height: 50px;
    width: 100%;
    border-bottom: 1px #dbdbdb solid;
    display: grid;
    grid-template-rows: 20px 1fr;
    grid-template-columns: 100px 100px 1fr;
    margin-top: 18px;
    row-gap: 10px;
  }
  main .news-section .news-list ul .news-elem .news-date {
    width: 100px;
    color: #a0a0a0;
    grid-row: 1;
    grid-column: 1;
    font-size: 12px;
  }
  main .news-section .news-list ul .news-elem .news-category {
    width: 120px;
    text-align: center;
    margin: 0;
    grid-row: 1;
    grid-column: 2;
    font-size: 10px;
    padding: 5px;
  }
  main .news-section .news-list ul .news-elem .news-category.cat-IR {
    background-color: black;
    color: white;
  }
  main .news-section .news-list ul .news-elem .news-category.cat-news {
    background-color: #a0a0a0;
    color: white;
  }
  main .news-section .news-list ul .news-elem .news-title {
    grid-row: 2;
    grid-column: 1/4;
    margin: 0;
  }
  main .news-section .news-list ul .news-elem .news-title a {
    font-size: 15px;
    line-height: 20px;
  }
  main .news-section .news-list ul .news-elem .news-title:hover {
    opacity: 0.7;
  }
  main .news-section .list-buttons {
    height: auto;
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  main .news-section .list-buttons .list-button {
    height: auto;
    width: 150px;
    display: block;
    text-align: center;
    line-height: 17px;
    padding: 5px 15px;
    margin: 0;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s;
  }
  main .news-section .list-buttons .list-button:hover {
    font-size: 16px;
  }
  main .news-section .list-buttons .list-button.gray-button {
    border: 3px #a0a0a0 solid;
  }
  main .news-section .list-buttons .list-button.black-button {
    border: 3px black solid;
  }
  main .section-layout1 {
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 0;
    margin: 0;
    background-color: #f7f7f7;
  }
  main .section-layout1 .content-wrapper {
    width: 83%;
    max-width: 1120px;
    min-width: 750px;
    padding: 0;
    margin: 60px auto;
    border-right: 1px black solid;
    display: flex;
    gap: 5%;
  }
  main .section-layout1 .content-wrapper .img-introduction {
    flex: 1;
  }
  main .section-layout1 .content-wrapper .side-section-title {
    display: inline-block;
    width: 50px;
    height: 100%;
    text-align: center;
    margin: auto;
  }
  main .section-layout1 .content-wrapper .side-section-title p {
    font-size: 14px;
    writing-mode: vertical-rl;
    text-orientation: sideways-left;
    transform: rotate(180deg);
    margin: auto;
  }
}
@media (max-width: 599px) and (max-width: 799px) {
  main .section-layout1 {
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 0;
    margin: 0;
  }
  main .section-layout1 .content-wrapper {
    width: 95%;
    max-width: 1120px;
    min-width: 0px;
    padding: 30px 0;
    margin: 20px auto;
    border-right: none;
    display: flex;
    flex-direction: column;
    gap: 5%;
  }
  main .section-layout1 .content-wrapper .img-introduction {
    flex: 1;
  }
  main .section-layout1 .content-wrapper .side-section-title {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 30px auto;
    border-bottom: 1px black solid;
    order: -1;
  }
  main .section-layout1 .content-wrapper .side-section-title p {
    font-size: 20px;
    writing-mode: inherit;
    text-orientation: sideways-left;
    transform: rotate(0deg);
    margin: 5px auto;
  }
}
@media (max-width: 599px) and (max-width: 599px) {
  main .section-layout1 {
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 0;
    margin: 0;
  }
  main .section-layout1 .content-wrapper {
    width: 95%;
    max-width: 1120px;
    min-width: 0px;
    padding: 0;
    margin: 0 auto;
    border-right: none;
    display: flex;
    flex-direction: column;
    gap: 5%;
  }
  main .section-layout1 .content-wrapper .img-introduction {
    flex: 1;
  }
  main .section-layout1 .content-wrapper .side-section-title {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 30px auto;
    border-bottom: 1px black solid;
    order: -1;
  }
  main .section-layout1 .content-wrapper .side-section-title p {
    font-size: 20px;
    writing-mode: inherit;
    text-orientation: sideways-left;
    transform: rotate(0deg);
    margin: 5px auto;
  }
}
@media (max-width: 599px) {
  main .section-layout1 .content-wrapper .img-introduction {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 28px;
    justify-content: space-evenly;
    align-items: center;
  }
  main
    .section-layout1
    .content-wrapper
    .img-introduction
    .img-introduction-left {
    flex: 1;
  }
  main
    .section-layout1
    .content-wrapper
    .img-introduction
    .img-introduction-left
    img {
    width: 100%;
  }
  main
    .section-layout1
    .content-wrapper
    .img-introduction
    .img-introduction-right {
    flex: 1;
  }
}
@media (max-width: 599px) {
  main .section-layout2 {
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 0;
    margin: 0;
  }
  main .section-layout2 .content-wrapper {
    width: 83%;
    max-width: 1120px;
    min-width: 750px;
    padding: 0;
    margin: 60px auto;
    border-right: 1px black solid;
    display: flex;
    gap: 5%;
  }
  main .section-layout2 .content-wrapper .img-introduction {
    flex: 1;
  }
  main .section-layout2 .content-wrapper .side-section-title {
    display: inline-block;
    width: 50px;
    height: 100%;
    text-align: center;
    margin: auto;
  }
  main .section-layout2 .content-wrapper .side-section-title p {
    font-size: 14px;
    writing-mode: vertical-rl;
    text-orientation: sideways-left;
    transform: rotate(180deg);
    margin: auto;
  }
}
@media (max-width: 599px) and (max-width: 799px) {
  main .section-layout2 {
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 0;
    margin: 0;
  }
  main .section-layout2 .content-wrapper {
    width: 95%;
    max-width: 1120px;
    min-width: 0px;
    padding: 30px 0;
    margin: 20px auto;
    border-right: none;
    display: flex;
    flex-direction: column;
    gap: 5%;
  }
  main .section-layout2 .content-wrapper .img-introduction {
    flex: 1;
  }
  main .section-layout2 .content-wrapper .side-section-title {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 30px auto;
    border-bottom: 1px black solid;
    order: -1;
  }
  main .section-layout2 .content-wrapper .side-section-title p {
    font-size: 20px;
    writing-mode: inherit;
    text-orientation: sideways-left;
    transform: rotate(0deg);
    margin: 5px auto;
  }
}
@media (max-width: 599px) and (max-width: 599px) {
  main .section-layout2 {
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 0;
    margin: 0;
  }
  main .section-layout2 .content-wrapper {
    width: 95%;
    max-width: 1120px;
    min-width: 0px;
    padding: 0;
    margin: 0 auto;
    border-right: none;
    display: flex;
    flex-direction: column;
    gap: 5%;
  }
  main .section-layout2 .content-wrapper .img-introduction {
    flex: 1;
  }
  main .section-layout2 .content-wrapper .side-section-title {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 30px auto;
    border-bottom: 1px black solid;
    order: -1;
  }
  main .section-layout2 .content-wrapper .side-section-title p {
    font-size: 20px;
    writing-mode: inherit;
    text-orientation: sideways-left;
    transform: rotate(0deg);
    margin: 5px auto;
  }
}
@media (max-width: 599px) {
  main
    .section-layout2
    .content-wrapper
    .img-introduction
    .bottom-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  main
    .section-layout2
    .content-wrapper
    .img-introduction
    .bottom-content-wrapper
    .img-introduction {
    flex: 1;
  }
  main
    .section-layout2
    .content-wrapper
    .img-introduction
    .bottom-content-wrapper
    .img-introduction
    img {
    width: 100%;
    margin: 20px auto;
  }
  main
    .section-layout2
    .content-wrapper
    .img-introduction
    .bottom-content-wrapper
    .img-introduction
    .introduction-text
    span {
    font-weight: bold;
    line-height: 18px;
  }
}
@media (max-width: 599px) {
  main .section-layout3 {
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 0;
    margin: 0;
  }
  main .section-layout3 .content-wrapper {
    width: 83%;
    max-width: 1120px;
    min-width: 750px;
    padding: 0;
    margin: 60px auto;
    border-right: 1px black solid;
    display: flex;
    gap: 5%;
  }
  main .section-layout3 .content-wrapper .img-introduction {
    flex: 1;
  }
  main .section-layout3 .content-wrapper .side-section-title {
    display: inline-block;
    width: 50px;
    height: 100%;
    text-align: center;
    margin: auto;
  }
  main .section-layout3 .content-wrapper .side-section-title p {
    font-size: 14px;
    writing-mode: vertical-rl;
    text-orientation: sideways-left;
    transform: rotate(180deg);
    margin: auto;
  }
}
@media (max-width: 599px) and (max-width: 799px) {
  main .section-layout3 {
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 0;
    margin: 0;
  }
  main .section-layout3 .content-wrapper {
    width: 95%;
    max-width: 1120px;
    min-width: 0px;
    padding: 30px 0;
    margin: 20px auto;
    border-right: none;
    display: flex;
    flex-direction: column;
    gap: 5%;
  }
  main .section-layout3 .content-wrapper .img-introduction {
    flex: 1;
  }
  main .section-layout3 .content-wrapper .side-section-title {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 30px auto;
    border-bottom: 1px black solid;
    order: -1;
  }
  main .section-layout3 .content-wrapper .side-section-title p {
    font-size: 20px;
    writing-mode: inherit;
    text-orientation: sideways-left;
    transform: rotate(0deg);
    margin: 5px auto;
  }
}
@media (max-width: 599px) and (max-width: 599px) {
  main .section-layout3 {
    width: 100%;
    height: auto;
    min-height: 100px;
    padding: 0;
    margin: 0;
  }
  main .section-layout3 .content-wrapper {
    width: 95%;
    max-width: 1120px;
    min-width: 0px;
    padding: 0;
    margin: 0 auto;
    border-right: none;
    display: flex;
    flex-direction: column;
    gap: 5%;
  }
  main .section-layout3 .content-wrapper .img-introduction {
    flex: 1;
  }
  main .section-layout3 .content-wrapper .side-section-title {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 30px auto;
    border-bottom: 1px black solid;
    order: -1;
  }
  main .section-layout3 .content-wrapper .side-section-title p {
    font-size: 20px;
    writing-mode: inherit;
    text-orientation: sideways-left;
    transform: rotate(0deg);
    margin: 5px auto;
  }
}
@media (max-width: 599px) {
  main
    .section-layout3
    .content-wrapper
    .img-introductions
    .layout3-content
    .img-introduction {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin: 20px 0;
    gap: 30px;
  }
  main
    .section-layout3
    .content-wrapper
    .img-introductions
    .layout3-content
    .img-introduction
    .img-introduction-left {
    flex: 6;
  }
  main
    .section-layout3
    .content-wrapper
    .img-introductions
    .layout3-content
    .img-introduction
    .img-introduction-left
    img {
    width: 100%;
  }
  main
    .section-layout3
    .content-wrapper
    .img-introductions
    .layout3-content
    .img-introduction
    .img-introduction-right {
    flex: 4;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 599px) {
  main .bottom-slider {
    background-color: #f7f7f7;
  }
  main .bottom-slider .sliderArea {
    width: 100%;
    margin: 0 auto;
  }
  main .bottom-slider .slick-slide {
    margin: 0 5px;
  }
  main .bottom-slider .slick-slide img {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
  main .bottom-slider .slick-arrow {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  main .bottom-slider .slick-arrow:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
  }
  main .bottom-slider .slick-prev {
    z-index: 1;
    left: -20px;
  }
  main .bottom-slider .slick-next {
    z-index: 1;
    right: -20px;
  }
  main .bottom-slider .slick-prev:before {
    background: url("../images/prev-arrow.png");
    background-size: contain;
    position: relative;
  }
  main .bottom-slider .slick-next:before {
    background: url("../images/next-arrow.png");
    background-size: contain;
    position: relative;
  }
  main .bottom-slider .slick-slide {
    transition: all ease-in-out 0.3s;
    opacity: 0.2;
  }
  main .bottom-slider .slick-active {
    opacity: 1;
  }
  main .bottom-slider .slick-current {
    opacity: 1;
  }
  main .bottom-slider .column {
    margin: 40px auto;
    padding: 0;
    width: 90%;
  }
  main .bottom-slider .column .slick-list {
    width: 100%;
    max-width: 1000px;
    margin: auto;
  }
  main .bottom-slider .column .slick-list .slick-track {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  main .bottom-slider .column .slick-list .slick-track .slick-slide {
    height: auto;
    flex: 1;
  }
}
@media (max-width: 599px) {
  main .ir-recruit-section {
    height: auto;
    margin-top: 15vw;
    display: grid;
    grid-template-rows: 180px 1fr 180px 1fr;
    grid-template-columns: 1fr;
    max-width: 1200px;
    margin: auto;
    margin-top: 100px;
  }
  main .ir-recruit-section .ir-img {
    grid-column: 1;
    grid-row: 1;
    object-fit: cover;
  }
  main .ir-recruit-section .ir-img img {
    width: 100%;
    height: auto;
  }
  main .ir-recruit-section .grid-ir-txt {
    grid-column: 1;
    grid-row: 2;
  }
  main .ir-recruit-section .recruit-img {
    grid-column: 1;
    grid-row: 3;
    object-fit: cover;
  }
  main .ir-recruit-section .recruit-img img {
    width: 100%;
    height: 100%;
  }
  main .ir-recruit-section .grid-recruit-txt {
    grid-column: 1;
    grid-row: 4;
  }
  main .ir-recruit-section .text-information {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
  }
  main .ir-recruit-section .text-information h2 {
    margin: 10px auto;
  }
  main .ir-recruit-section .text-information p {
    max-width: 100%;
    margin: 10px auto;
  }
  main .ir-recruit-section .text-information .information-button {
    display: block;
    height: auto;
    width: 220px;
    border: 3px black solid;
    line-height: 22px;
    text-align: center;
    margin: 10px 0;
  }
}

/*# sourceMappingURL=style-top.css.map */
