@charset "UTF-8";
/* Objects */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&Noto+Serif+JP:wght@500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
/* orizin color */
/* base color */
/* template color */
/* footer */
/* hamburger menu */
/* pagenavi */
/* contact page Navi*/
/* policy */
/* 404 */
/*.form */
.mincho {
  font-family: "Shippori Mincho", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
}

.disp__only {
  display: none;
}
@media screen and (max-width: 900px) {
  .disp__only.--mobile {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .disp__only.--sp {
    display: block;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex._list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex._fdr {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .flex._fdr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c_pic {
  display: block;
  border-radius: 8px;
  overflow: clip;
}
.c_pic .image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes image_sldier {
  0% {
    translate: 0% 0;
  }
  100% {
    translate: -50% 0;
  }
}

@keyframes image_sldier {
  0% {
    translate: 0% 0;
  }
  100% {
    translate: -50% 0;
  }
}
.link_text {
  display: inline;
  color: inherit;
  text-decoration: underline;
}

.list_dotted__tab {
  display: block;
  position: relative;
  font-size: inherit;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list_dotted__tab::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

@media screen and (min-width: 376px) {
  .l_mv__visual {
    padding-left: 32px;
  }
}
@media screen and (max-width: 375px) {
  .l_mv__visual {
    padding-left: 8px;
  }
}

.l_mv__head {
  font-family: "Shippori Mincho", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 600;
  font-size: clamp(1.125rem, 3.3333333333vw, 1.875rem);
  margin-bottom: clamp(28px, 3.5555555556vw, 32px);
}

.l_mv__caption {
  display: block;
  letter-spacing: -0.04em;
  text-indent: -0.04em;
  margin-bottom: clamp(8px, 1.7777777778vw, 16px);
}
@media screen and (min-width: 769px) {
  .l_mv__caption {
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .l_mv__caption {
    line-height: 1.1;
  }
}
@media screen and (min-width: 501px) {
  .l_mv__caption {
    font-size: clamp(1.5rem, 8.8888888889vw, 5rem);
  }
}
@media screen and (max-width: 500px) {
  .l_mv__caption {
    font-size: clamp(1.5rem, 2.6666666667vw, 1.5rem);
  }
}

.l_mv__label {
  font-size: inherit;
}

.f_body {
  position: relative;
  z-index: 1;
}

.f_title {
  font-size: clamp(1.125rem, 3.3333333333vw, 1.875rem);
  font-family: "Shippori Mincho", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 600;
  margin-bottom: clamp(16px, 2.6666666667vw, 24px);
}

.f_title__center {
  text-align: center;
}

.f_title__label {
  font-size: inherit;
}
@media screen and (min-width: 769px) {
  .f_title__label {
    line-height: 1.8;
  }
  .f_title__label::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.8) * 0.5em);
  }
  .f_title__label::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.8) * 0.5em);
  }
}
@media screen and (max-width: 768px) {
  .f_title__label {
    line-height: 1.6;
  }
  .f_title__label::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.6) * 0.5em);
  }
  .f_title__label::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.6) * 0.5em);
  }
}

@media screen and (min-width: 769px) {
  .f_side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 80px;
  }
  .f_side._rev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.f_side__pic {
  display: block;
  max-width: 600px;
}
@media screen and (min-width: 769px) {
  .f_side__pic {
    width: 50%;
    min-width: 420px;
  }
}
@media screen and (max-width: 768px) {
  .f_side__pic {
    width: 100%;
  }
}

.f_side__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .f_side__inner {
    margin-top: 50px;
  }
}

.f_block {
  padding-top: clamp(60px, 8vw, 72px);
}

@media screen and (min-width: 769px) {
  .f_block__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 94px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .f_block__side {
    gap: 56px;
  }
}

.f_block__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  .f_block__inner {
    padding-top: 63px;
  }
}
@media screen and (max-width: 768px) {
  .f_block__inner {
    margin-top: clamp(13px, 4.4444444444vw, 40px);
  }
}

.f_block__head {
  font-size: clamp(1.875rem, 5.5555555556vw, 3.125rem);
  margin-bottom: clamp(16px, 2.6666666667vw, 24px);
  font-family: "Shippori Mincho", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 600;
}

.f_block__head__label {
  font-size: inherit;
  line-height: 1.6;
}
.f_block__head__label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
}
.f_block__head__label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
}
.f_block__head__label br {
  display: block;
}

.f_block__pic {
  position: relative;
  aspect-ratio: 552/576;
  width: 100%;
  height: auto;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .f_block__pic {
    max-width: 552px;
  }
}
@media screen and (max-width: 1024px) {
  .f_block__pic {
    max-width: 400px;
  }
}

.f_block__image {
  position: absolute;
  display: block;
  aspect-ratio: 228/462;
  max-width: 41.3043478261%;
  width: 100%;
  height: auto;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  translate: -50px -50px;
  opacity: 0;
}
.image_contents__view .f_block__image {
  opacity: 1;
}
.f_block__image:nth-child(1) {
  top: 0;
  left: 0;
}
.image_contents__view .f_block__image:nth-child(1) {
  translate: 0 0;
}
.f_block__image:nth-child(2) {
  top: 50%;
  left: 50%;
  translate: calc(-50% - 50px) calc(-50% - 50px);
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}
.image_contents__view .f_block__image:nth-child(2) {
  translate: -50% -50%;
}
.f_block__image:nth-child(3) {
  bottom: 0;
  right: 0;
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
.image_contents__view .f_block__image:nth-child(3) {
  translate: 0 0;
}

.f_business__inner {
  max-width: 813px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: clamp(32px, 8vw, 72px);
}

.f_slider {
  overflow: clip;
}

.f_slider__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  -webkit-animation: image_sldier 20000ms linear infinite;
          animation: image_sldier 20000ms linear infinite;
}

.f_sldier__image {
  display: block;
  aspect-ratio: 720/560;
}
@media screen and (min-width: 376px) {
  .f_sldier__image {
    min-width: 45vw;
  }
}
@media screen and (max-width: 375px) {
  .f_sldier__image {
    min-width: 82.1333333333vw;
  }
}

.f_recruit {
  margin-top: clamp(50px, 11.1111111111vw, 100px);
}

@media screen and (min-width: 769px) {
  .f_recruit__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.f_recruit__head {
  max-width: 450px;
}

.f_recruit__inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 520px;
}

.f_entry {
  position: relative;
  background-color: #fff;
  padding-top: 32px;
  padding-left: clamp(24px, 3.5555555556vw, 32px);
  padding-right: clamp(24px, 3.5555555556vw, 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 800px;
  margin-top: clamp(84px, 10.6666666667vw, 96px);
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0px 0px 20px #FEE9EC;
          box-shadow: 0px 0px 20px #FEE9EC;
  border-radius: 8px;
  overflow: clip;
}
@media screen and (min-width: 501px) {
  .f_entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 56px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 500px) {
  .f_entry {
    padding-bottom: 42px;
  }
  .f_entry .f_entry__inner {
    margin-top: 24px;
  }
}
.f_entry:hover {
  opacity: 1;
}

.f_entry__pic {
  display: block;
  aspect-ratio: 260/189;
  max-width: 260px;
  width: 100%;
  height: auto;
  -webkit-transition: inherit;
  transition: inherit;
}

.f_entry__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: inherit;
  transition: inherit;
}
.f_entry:hover .f_entry__image {
  scale: 1.1;
}

.f_entry__caption {
  display: block;
  line-height: 2;
}
.f_entry__caption::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
.f_entry__caption::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}

.f_entry__ico {
  position: absolute;
  bottom: 16px;
  right: 16px;
  display: block;
  background-color: #E60019;
  border-radius: 24px;
  overflow: clip;
  width: 60px;
  height: 24px;
}

.f_entry__arrow {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition-property: all;
  transition-property: all;
}
@media screen and (min-width: 769px) {
  .f_entry__arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}
@media screen and (max-width: 768px) {
  .f_entry__arrow {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
}

.f_entry__main {
  translate: 0% 0;
}
.f_entry:hover .f_entry__main {
  translate: 100% 0;
}

.f_entry__sub {
  translate: -100% 0;
}
.f_entry:hover .f_entry__sub {
  translate: 0% 0;
}

.f_entry__icon {
  display: block;
  width: auto;
}
@media screen and (max-width: 768px) {
  .f_entry__icon {
    max-width: 15px;
  }
}

.f_company {
  margin-top: clamp(120px, 25.5555555556vw, 230px);
}

.f_news {
  margin-top: clamp(120px, 15.5555555556vw, 140px);
}

.f_news__list {
  display: block;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.f_news__link {
  position: relative;
  padding-top: clamp(24px, 3.5555555556vw, 32px);
  padding-bottom: clamp(24px, 3.5555555556vw, 32px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (min-width: 501px) {
  .f_news__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
}
@media screen and (max-width: 500px) {
  .f_news__link {
    display: block;
  }
}
.f_news__link::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E60019;
  scale: 0 1;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: inherit;
  transition: inherit;
}
.f_news__link:hover {
  opacity: 1;
}
.f_news__link:hover::after {
  scale: 1 1;
}

.f_news__time {
  display: block;
  font-size: clamp(0.9375rem, 1.7777777778vw, 1rem);
  font-weight: 600;
}

.f_news__label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}