body.ready header {
  translate: 0;
}
body.ready main section.mv .inner hgroup p {
  opacity: 1;
}
body.ready main section.mv .inner hgroup p i {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
body.ready main section.mv .inner hgroup h1 {
  opacity: 1;
}
body.ready main section.mv .object i {
  filter: blur(0);
}
body.ready main section.mv .object i:nth-last-of-type(n+2) {
  opacity: 1;
  scale: 1;
}
body.ready main section.mv .object i:nth-of-type(1) {
  width: 46%;
}
body.ready main section.mv .object i:nth-of-type(2) {
  width: 6.666%;
  height: 36.363%;
}
body.ready main section.mv .object i:nth-of-type(3) {
  width: 34.333%;
}
body.ready main section.mv .object i:nth-of-type(4) {
  height: 100%;
}
body.ready main section.mv .object i:nth-of-type(5) {
  height: 100%;
}
body.ready main section.mv .object i:nth-of-type(6) {
  width: 26.333%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

header {
  translate: 0 -100%;
  transition: translate 0.6s 3s;
}

main {
  position: relative;
}

main::before {
  display: block;
  width: 100%;
  height: 6500px;
  background-color: rgba(255, 155, 55, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

section.mv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: linear-gradient(145deg, #141414 16%, #9c9c9c 100%);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
section.mv .vortex {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  section.mv .vortex {
    width: 100%;
  }
}
section.mv .vortex img {
  max-width: 735px;
  animation: vortex 10s 2s linear infinite;
  mix-blend-mode: multiply;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  section.mv .vortex img {
    width: 80%;
  }
}
section.mv .vortex img.vtx01 {
  top: 0;
  translate: 5% -5%;
}
@media screen and (max-width: 768px) {
  section.mv .vortex img.vtx01 {
    translate: 15% -15%;
  }
}
section.mv .vortex img.vtx02 {
  bottom: 0;
  translate: -20% 30%;
  opacity: 0.4;
}
@media screen and (max-width: 768px) {
  section.mv .vortex img.vtx02 {
    right: auto;
    left: 0;
    translate: -15% 15%;
  }
}
section.mv .inner {
  max-width: 1300px;
  width: 90%;
  position: relative;
  z-index: 1;
}
section.mv .inner hgroup {
  display: flex;
  flex-direction: column;
  gap: 25px 0;
  width: 100%;
  color: #fff;
}
section.mv .inner hgroup p {
  line-height: 1.1;
  font-size: clamp(0px, 12.3vw, 90px);
  opacity: 0;
  transition: 0.5s;
}
section.mv .inner hgroup p span {
  clip-path: polygon(0% 0%, 0% 0%, -25% 100%, -25% 100%);
}
section.mv .inner hgroup p span:nth-of-type(1) {
  transition: clip-path 1.5s 0.3s ease-in-out;
}
section.mv .inner hgroup p span:nth-of-type(2) {
  transition: clip-path 2s 1.4s ease-in-out;
}
section.mv .inner hgroup p i {
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}
section.mv .inner hgroup p i.tm1 {
  transition: 0.6s 0.3s ease-in-out;
}
section.mv .inner hgroup p i.tm2 {
  transition: 0.6s 0.6s ease-in-out;
}
section.mv .inner hgroup p i.tm3 {
  transition: 0.6s 0.9s ease-in-out;
}
section.mv .inner hgroup p b {
  padding: 0 0.1em;
  font-size: 0.7222em;
}
section.mv .inner hgroup h1 {
  max-width: 310px;
  width: 100%;
  aspect-ratio: 62/5;
  background-color: #fff;
  -webkit-mask-image: url(/_shinagawa-wp-files/wp-content/themes/shinagawa-farm/common/img/shinagawa_logo_name.svg);
          mask-image: url(/_shinagawa-wp-files/wp-content/themes/shinagawa-farm/common/img/shinagawa_logo_name.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 50%;
  opacity: 0;
  transition: opacity 1.5s 2.8s;
}
section.mv .object {
  width: 100%;
  aspect-ratio: 60/11;
  position: absolute;
  left: 0;
  bottom: 0;
}
section.mv .object i {
  display: block;
  position: absolute;
}
section.mv .object i:nth-last-of-type(n+2) {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  filter: blur(5px);
  scale: 0.9;
}
section.mv .object i:nth-of-type(1) {
  width: 0%;
  height: 36.363%;
  left: 0;
  top: 0;
  transition: 1.4s 2.2s cubic-bezier(0.19, 1, 0.22, 1);
}
section.mv .object i:nth-of-type(2) {
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
  transition: 0.8s 2.8s cubic-bezier(0.19, 1, 0.22, 1);
}
section.mv .object i:nth-of-type(3) {
  width: 0%;
  height: 36.363%;
  left: 11.666%;
  bottom: 0;
  transition: 1.2s 2.4s cubic-bezier(0.19, 1, 0.22, 1);
}
section.mv .object i:nth-of-type(4) {
  width: 6.666%;
  height: 0;
  left: 51%;
  top: 0;
  transition: 0.7s 2.9s cubic-bezier(0.19, 1, 0.22, 1);
}
section.mv .object i:nth-of-type(5) {
  width: 6.666%;
  height: 0;
  left: 62.666%;
  bottom: 0;
  transition: 0.9s 2.7s cubic-bezier(0.19, 1, 0.22, 1);
}
section.mv .object i:nth-of-type(6) {
  width: 100vw;
  height: 100vh;
  right: 0;
  bottom: 0;
  background-color: rgb(0, 0, 0);
  transition: 1.5s 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  filter: blur(10px);
}

@keyframes vortex {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
section.movie {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #fff;
}
section.movie .mov {
  width: 100vw;
  min-height: 100dvh;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -99;
}
section.movie .mov video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.movie .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1300px;
  width: 90%;
  min-height: 100dvh;
  padding: 130px 0 60px;
}
@media screen and (max-width: 768px) {
  section.movie .inner {
    justify-content: center;
    align-items: center;
    gap: 24px 0;
    padding: 48px 0;
  }
}
section.movie .inner p {
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
}
section.movie .inner p.f-serif {
  writing-mode: vertical-rl;
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  section.movie .inner p.f-serif {
    font-size: 26px;
  }
}
section.movie .inner p.f-crmt {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  section.movie .inner p.f-crmt {
    text-align: center;
    font-size: 20px;
  }
}

section.about {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  section.about {
    padding: 62px 0;
  }
}
section.about .inner {
  display: flex;
  max-width: 1000px;
  width: 90%;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.about .inner {
    flex-direction: column;
    gap: 46px 0;
  }
}
section.about .inner .picWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  section.about .inner .picWrap {
    width: 50%;
    height: 100vh;
    position: sticky;
    top: 0;
    right: 0;
  }
}
section.about .inner .picWrap img {
  max-width: 320px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  section.about .inner .picWrap img {
    max-width: 240px;
    width: 80%;
  }
}
section.about .inner .cntWrap {
  width: 50%;
}
@media screen and (max-width: 768px) {
  section.about .inner .cntWrap {
    display: flex;
    flex-direction: column;
    gap: 64px 0;
    width: 100%;
  }
}
section.about .inner .cntWrap .cntBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 55px 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  section.about .inner .cntWrap .cntBox {
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  section.about .inner .cntWrap .cntBox {
    align-items: center;
    gap: 22px 0;
  }
}
section.about .inner .cntWrap .cntBox h2 {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  section.about .inner .cntWrap .cntBox h2 {
    text-align: center;
    font-size: 28px;
  }
}
section.about .inner .cntWrap .cntBox p {
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  section.about .inner .cntWrap .cntBox p {
    line-height: 1.8;
  }
}
section.about .inner .cntWrap .cntBox a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 240px;
  width: 90%;
  height: 60px;
  padding: 0 15px;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  font-size: 13px;
  transition: 0.5s;
}
section.about .inner .cntWrap .cntBox a:hover {
  background-color: #000;
  color: #fff;
}

@keyframes bgroop {
  from {
    background-position: 0 bottom;
  }
  to {
    background-position: -2500px bottom;
  }
}
section.imgWrap {
  display: flex;
  justify-content: center;
  width: 100%;
  background: linear-gradient(0deg, #000 50%, #fff 50%);
}
section.imgWrap img {
  max-width: 1200px;
  width: 90%;
}

section.quality {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100dvh;
  background-color: #000;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.quality {
    padding: 62px 0 78px;
  }
}
section.quality .bg {
  width: 100%;
  height: 100%;
  background: url(/_shinagawa-wp-files/wp-content/themes/shinagawa-farm/index/img/quality_bg.jpg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
section.quality .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  width: 90%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  section.quality .inner {
    flex-direction: column;
    gap: 38px 0;
  }
}
section.quality .inner .txt {
  max-width: 580px;
  width: 49%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  section.quality .inner .txt {
    max-width: 100%;
    width: 100%;
  }
}
section.quality .inner .txt hgroup {
  margin-bottom: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  section.quality .inner .txt hgroup {
    margin-bottom: 18px;
  }
}
section.quality .inner .txt hgroup h2 {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  section.quality .inner .txt hgroup h2 {
    font-size: 30px;
  }
}
section.quality .inner .txt hgroup p {
  font-size: 22px;
  color: var(--bc-gray);
}
@media screen and (max-width: 768px) {
  section.quality .inner .txt hgroup p {
    font-size: 16px;
  }
}
section.quality .inner .txt > p {
  max-width: 480px;
  margin-bottom: 55px;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  section.quality .inner .txt > p {
    max-width: 100%;
    margin-bottom: 22px;
    line-height: 1.8;
  }
}
section.quality .inner .txt a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 240px;
  width: 90%;
  height: 60px;
  margin-bottom: 50px;
  padding: 0 15px;
  border: 1px solid #fff;
  background-color: #262626;
  color: #fff;
  font-size: 13px;
  transition: 0.5s;
}
section.quality .inner .txt a:hover {
  background-color: #fff;
  color: #000;
}
section.quality .inner .txt ul {
  display: flex;
  gap: 0 15px;
}
section.quality .inner .triangle {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 540px;
  width: 48%;
  background: url(/index/img/triangle_img.svg) no-repeat center center/80% auto;
}
@media screen and (max-width: 768px) {
  section.quality .inner .triangle {
    max-width: 500px;
    width: 90%;
  }
}
section.quality .inner .triangle::before {
  content: "";
  order: 1;
  width: 100%;
}
section.quality .inner .triangle a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px 0;
  max-width: 240px;
  width: calc(50% - 30px);
  aspect-ratio: 1/1;
  padding-top: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  transition: 0.5s;
}
section.quality .inner .triangle a:nth-of-type(1) {
  order: 0;
  margin: 0 auto clamp(0px, 4vw, 30px);
}
section.quality .inner .triangle a:nth-of-type(2) {
  order: 2;
}
section.quality .inner .triangle a:nth-of-type(3) {
  order: 3;
}
section.quality .inner .triangle a:nth-of-type(3) p {
  font-size: min(2.3vw, 23px);
}
@media screen and (max-width: 500px) {
  section.quality .inner .triangle a:nth-of-type(3) p {
    font-size: 4.6vw;
  }
}
section.quality .inner .triangle a:hover {
  background-color: #fff;
  color: #000;
}
section.quality .inner .triangle a:hover i.arw-w {
  border-color: #000;
  background-color: #fff;
}
section.quality .inner .triangle a:hover i.arw-w::after {
  background-color: #000;
}
section.quality .inner .triangle a hgroup {
  text-align: center;
}
section.quality .inner .triangle a hgroup p {
  line-height: 1;
  font-family: "Josefin Sans", serif;
  font-size: min(3.4vw, 34px);
}
@media screen and (max-width: 500px) {
  section.quality .inner .triangle a hgroup p {
    font-size: 6.8vw;
  }
}
section.quality .inner .triangle a hgroup h3 {
  font-size: min(1.5vw, 12px);
}
@media screen and (max-width: 500px) {
  section.quality .inner .triangle a hgroup h3 {
    font-size: min(10px, 2.4vw);
  }
}
section.quality .inner .triangle a i.arw-w {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(5vw, 50px);
  height: min(5vw, 50px);
  border: 1px solid #fff;
  border-radius: 50%;
  transition: 0.5s;
}

section.facility {
  display: flex;
  align-items: center;
  min-height: 100dvh;
  padding: 10dvh 0 10dvh max(5%, (100% - 1200px) / 2);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  section.facility {
    padding: 68px 5%;
  }
}
section.facility .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px 3%;
  width: 100%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  section.facility .inner {
    flex-direction: column;
  }
}
section.facility .inner .cntWrap {
  display: flex;
  flex-direction: column;
  max-width: 480px;
}
@media screen and (max-width: 768px) {
  section.facility .inner .cntWrap {
    max-width: 100%;
  }
}
section.facility .inner .cntWrap hgroup {
  margin-bottom: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  section.facility .inner .cntWrap hgroup {
    margin-bottom: 18px;
  }
}
section.facility .inner .cntWrap hgroup h2 {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  section.facility .inner .cntWrap hgroup h2 {
    font-size: 30px;
  }
}
section.facility .inner .cntWrap hgroup p {
  font-size: 22px;
  color: var(--bc-gray);
}
@media screen and (max-width: 768px) {
  section.facility .inner .cntWrap hgroup p {
    font-size: 16px;
  }
}
section.facility .inner .cntWrap p.txt {
  margin-bottom: 55px;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  section.facility .inner .cntWrap p.txt {
    margin-bottom: 22px;
    line-height: 1.8;
  }
}
section.facility .inner .cntWrap a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 240px;
  width: 90%;
  height: 60px;
  padding: 0 15px;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  transition: 0.5s;
}
section.facility .inner .cntWrap a:hover {
  background-color: #fff;
  color: #000;
}
section.facility .inner .sliderWrap {
  max-width: 700px;
  width: 55%;
}
@media screen and (max-width: 768px) {
  section.facility .inner .sliderWrap {
    max-width: 100%;
    width: 100%;
  }
}

section.embryo {
  background-color: #191919;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
}
section.embryo .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px 5%;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.embryo .inner {
    flex-direction: column-reverse;
    padding-bottom: 62px;
  }
}
section.embryo .inner .picWrap {
  display: flex;
  align-items: center;
  gap: max(15px, 3vw) 12px;
}
@media screen and (min-width: 769px) {
  section.embryo .inner .picWrap {
    max-width: 512px;
    min-height: 100dvh;
  }
}
@media screen and (max-width: 768px) {
  section.embryo .inner .picWrap {
    width: 100%;
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  section.embryo .inner .picWrap figure {
    max-width: 250px;
  }
  section.embryo .inner .picWrap figure:nth-of-type(1) {
    margin: 0 0 auto;
    translate: 0 20%;
    opacity: 0;
  }
  section.embryo .inner .picWrap figure:nth-of-type(2) {
    margin: auto 0 0;
    translate: 0 -20%;
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  section.embryo .inner .picWrap figure:nth-of-type(1) {
    margin: 0 auto 0 0;
  }
  section.embryo .inner .picWrap figure:nth-of-type(2) {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 700px) {
  section.embryo .inner .picWrap figure:nth-of-type(1) {
    width: 90%;
  }
  section.embryo .inner .picWrap figure:nth-of-type(2) {
    width: 87%;
  }
}
section.embryo .inner .cntWrap {
  display: flex;
  flex-direction: column;
  max-width: 600px;
  padding: 15dvh 0 17dvh;
  color: #fff;
}
@media screen and (max-width: 768px) {
  section.embryo .inner .cntWrap {
    max-width: 100%;
    padding: 58px 5% 34px;
  }
}
section.embryo .inner .cntWrap hgroup {
  margin-bottom: 30px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  section.embryo .inner .cntWrap hgroup {
    margin-bottom: 18px;
  }
}
section.embryo .inner .cntWrap hgroup h2 {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  section.embryo .inner .cntWrap hgroup h2 {
    font-size: 30px;
  }
}
section.embryo .inner .cntWrap hgroup p {
  font-size: 22px;
  color: var(--bc-gray);
}
@media screen and (max-width: 768px) {
  section.embryo .inner .cntWrap hgroup p {
    font-size: 16px;
  }
}
section.embryo .inner .cntWrap .txt {
  display: flex;
  flex-direction: column;
  gap: 28px 0;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  section.embryo .inner .cntWrap .txt {
    gap: 18px 0;
    line-height: 1.8;
  }
}
section.embryo .inner .cntWrap a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 240px;
  width: 90%;
  height: 60px;
  padding: 0 15px;
  border: 1px solid #fff;
  background-color: #4c4c4c;
  color: #fff;
  font-size: 13px;
  transition: 0.5s;
}
section.embryo .inner .cntWrap a:hover {
  background-color: #fff;
  color: #000;
}

section.news {
  padding: 100px 0;
  background-color: #fafafa;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section.news {
    padding: 62px 0;
  }
}
section.news .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
}
section.news .inner h2 {
  margin-bottom: 40px;
  line-height: 1;
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  section.news .inner h2 {
    margin-bottom: 18px;
    font-size: 28px;
  }
}
section.news .inner ul {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  width: 100%;
  margin-bottom: 15px;
}
section.news .inner ul li {
  display: flex;
  position: relative;
}
section.news .inner ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px 0;
  width: 100%;
  min-height: 120px;
  padding: 25px 60px;
  background-color: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  section.news .inner ul li a {
    align-items: flex-start;
    flex-direction: column;
    min-height: 100px;
    padding: 18px 40px 18px 5%;
  }
}
section.news .inner ul li a:hover {
  background-color: #f0f0f0;
}
section.news .inner ul li a time {
  width: 120px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  section.news .inner ul li a time {
    font-size: 13px;
  }
}
section.news .inner ul li a p {
  width: calc(100% - 150px);
}
@media screen and (max-width: 768px) {
  section.news .inner ul li a p {
    width: 100%;
  }
}
section.news .inner ul li::after {
  position: absolute;
  top: 50%;
  right: 15px;
  pointer-events: none;
}
section.news .inner a.more {
  display: flex;
  justify-content: flex-end;
  gap: 0 15px;
  align-items: center;
  margin: 0 0 0 auto;
  font-size: 13px;
  transition: 0.5s;
  white-space: nowrap;
}
section.news .inner a.more:hover span {
  text-decoration: underline;
}
section.news .inner a.more::after {
  flex-shrink: 0;
  background-color: #000 !important;
}

section.company {
  width: 100%;
  padding: min(15dvh, 100px) 0;
  background: url(/_shinagawa-wp-files/wp-content/themes/shinagawa-farm/index/img/company_bg.jpg) no-repeat center/cover;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  section.company {
    padding: 68px 5%;
  }
}
section.company .cntWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5%;
  color: #fff;
}
@media screen and (max-width: 768px) {
  section.company .cntWrap {
    flex-direction: column;
  }
}
section.company .cntWrap p.f-crmt {
  width: 50%;
  line-height: 1;
  text-align: right;
  font-size: 80px;
}
@media screen and (max-width: 768px) {
  section.company .cntWrap p.f-crmt {
    order: 1;
    width: 100%;
    margin-bottom: 24px;
    text-align: center;
    font-size: 18px;
  }
}
section.company .cntWrap .txt {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-left: 100px;
}
@media screen and (max-width: 768px) {
  section.company .cntWrap .txt {
    display: contents;
    width: 100%;
  }
}
section.company .cntWrap .txt h2 {
  font-size: 32px;
}
@media screen and (min-width: 769px) {
  section.company .cntWrap .txt h2 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  section.company .cntWrap .txt h2 {
    order: 0;
  }
}
section.company .cntWrap .txt p {
  max-width: 380px;
  margin-bottom: 32px;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  section.company .cntWrap .txt p {
    order: 2;
    margin-bottom: 14px;
    line-height: 1.8;
  }
}
section.company .cntWrap .txt a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 240px;
  width: 90%;
  height: 60px;
  padding: 0 15px;
  border: 1px solid #fff;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  section.company .cntWrap .txt a {
    order: 3;
  }
}
section.company .cntWrap .txt a:hover {
  background-color: #fff;
  color: #000;
}