@media screen and (max-width: 768px) {
  #mainVisual {
    width: 100%;
    background-image: url(../images/home/sp-top-img.webp);
    aspect-ratio: 790/616;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #mainVisual .catch {
    text-align: center;
    font-size: 1.9rem;
    font-weight: 700;
    text-align: center;
  }
  #news {
    width: 100%;
    overflow: hidden;
    margin-top: -45px;
  }
  #news .newsInner {
    width: 85vw;
    margin: 0 0 0 auto;
    background-color: #fff;
    position: relative;
    transform: skewX(-15deg);
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-bottom: 2px solid #0e7548;
    margin-right: -15px;
  }
  #news .newsInner h2 {
    transform: skewX(15deg);
    font-size: 1.6rem;
    font-weight: 500;
    width: 65px;
  }
  #news .newsInner dl {
    transform: skewX(15deg);
    margin-left: 20px;
    flex: 1;
    font-size: 1.2rem;
    padding-right: 5vw;
  }
  .sectTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sectTitle h2 {
    font-size: 2.1rem;
    font-weight: 700;
    line-height: 1.2;
  }
  .sectTitle .engTitle {
    font-size: 1.4rem;
    text-transform: uppercase;
  }
  .more {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .more a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 50px;
    background-color: #0e7548;
    color: #fff;
    text-decoration: none;
    position: relative;
  }
  .more a svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    position: absolute;
    top: calc(50% - 8px);
    right: 15px;
  }
  #service {
    width: 90%;
    margin: 60px auto 0;
  }
  #service #serviceLineup {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 30px;
    width: 90%;
    margin: 30px auto 0;
  }
  #service #serviceLineup .item {
    width: 100%;
  }
  #service #serviceLineup .item .img {
    transform: skewX(-15deg);
    overflow: hidden;
    box-shadow: 5px 5px 0 #0e7548;
    aspect-ratio: 1/1;
  }
  #service #serviceLineup .item .img img {
    width: 130%;
    height: auto;
    transform: skewX(15deg) translateX(-15%) translateY(-15%);
  }
  #service #serviceLineup .item .txt {
    transform: translateX(-20px);
    font-size: 1.4rem;
    line-height: 1.2;
    text-align: center;
    margin-top: 10px;
  }
  #service .more {
    margin-top: 40px;
  }
  #advantage {
    background-image: url(../images/home/advantage-bg.webp);
    background-size: cover;
    background-position: 50% bottom;
    margin-top: 100px;
  }
  #advantage .inner {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  #advantage .inner .cont {
    order: 2;
    padding-bottom: 40px;
  }
  #advantage .inner .cont h3 {
    font-size: 1.7rem;
    line-height: 1.8;
    margin-top: 15px;
    font-weight: 500;
    text-align: center;
  }
  #advantage .inner .cont p {
    margin-top: 30px;
  }
  #advantage .inner .proof {
    width: 60%;
    transform: translateY(-40px);
    margin: 0 auto;
  }
  #advantage .inner .proof img {
    width: 100%;
    height: auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  }
  section.info {
    width: 100%;
    overflow: hidden;
    margin: 60px auto 0;
  }
  section.info .img {
    transform: skewX(-15deg) translateX(-15%);
    overflow: hidden;
    width: 100%;
    aspect-ratio: 8/5;
    box-shadow: 5px 5px 0 #0e7548;
  }
  section.info .img img {
    transform: skewX(15deg) translateX(-5%) translateY(-5%);
    width: 130%;
    height: 130%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.info .inner {
    width: 90%;
    margin: 30px auto 0;
  }
  section.info .inner .cont p {
    margin-top: 15px;
  }
  section.info + section.info {
    margin-top: 60px;
  }
  section.info + section.info .img {
    left: auto;
    right: -15%;
    transform: skewX(-15deg) translateX(15%);
  }
  section.info + section.info .inner {
    justify-content: flex-start;
  }
  #recruit {
    background-image: url(../images/home/recruit-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 85% 50%;
    margin-top: 60px;
  }
  #recruit .inner {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 70px 0;
  }
  #recruit .inner .sectTitle h2,
  #recruit .inner .sectTitle .engTitle,
  #recruit .inner p {
    text-shadow: 0px 0px 15px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
  }
  #recruit .inner p {
    margin-top: 15px;
    text-align: center;
  }
  #recruit .inner .more {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  #mainVisual {
    background-image: url(../images/home/top-img.webp);
    background-size: cover;
    width: 100%;
    height: 543px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  #mainVisual:before, #mainVisual:after {
    content: "";
    display: block;
    background-image: url(../images/home/top-frame.webp);
    width: 376px;
    height: 543px;
    position: absolute;
    top: 0;
  }
  #mainVisual:before {
    left: 0;
  }
  #mainVisual:after {
    right: 0;
    transform: rotate(180deg);
  }
  #mainVisual .catch {
    font-size: 3.6rem;
    font-weight: 700;
    text-align: center;
  }
  #news {
    width: 100%;
    overflow: hidden;
    margin-top: -45px;
  }
  #news .newsInner {
    width: 75vw;
    margin: 0 0 0 auto;
    background-color: #fff;
    position: relative;
    transform: skewX(-15deg);
    display: flex;
    padding: 30px 90px;
    border-bottom: 3px solid #0e7548;
    margin-right: -15px;
  }
  #news .newsInner h2 {
    transform: skewX(15deg);
    font-size: 1.6rem;
    font-weight: 500;
    width: 65px;
  }
  #news .newsInner dl {
    transform: skewX(15deg);
    display: flex;
    margin-left: 60px;
    flex: 1;
  }
  #news .newsInner dl dt {
    width: 85px;
  }
  #news .newsInner dl dd {
    flex: 1;
    margin-left: 40px;
  }
  .sectTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .sectTitle h2 {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.2;
  }
  .sectTitle .engTitle {
    font-size: 1.6rem;
    text-transform: uppercase;
  }
  .more {
    display: flex;
    justify-content: center;
    margin-top: 50px;
  }
  .more a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 322px;
    height: 60px;
    transition: all 0.3s;
    background: linear-gradient(to right, #0e7548 50%, #27312a 50%);
    background-position: 0 0;
    background-size: 200% 100%;
    color: #fff;
    text-decoration: none;
    position: relative;
  }
  .more a:hover {
    background-position: -100% 0;
  }
  .more a svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    position: absolute;
    top: calc(50% - 8px);
    right: 15px;
  }
  #service {
    margin-top: 130px;
    overflow-x: hidden;
  }
  #service #serviceLineup {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    max-width: 1100px;
    width: 95%;
    margin: 40px auto 0;
  }
  #service #serviceLineup .item {
    width: 100%;
  }
  #service #serviceLineup .item:nth-of-type(even) {
    transform: translateY(25px);
  }
  #service #serviceLineup .item .img {
    transform: skewX(-15deg);
    overflow: hidden;
    box-shadow: 5px 5px 0 #0e7548;
    aspect-ratio: 1/1;
  }
  #service #serviceLineup .item .img img {
    width: 130%;
    height: auto;
    transform: skewX(15deg) translateX(-15%) translateY(-15%);
  }
  #service #serviceLineup .item .txt {
    transform: translateX(-20px);
    font-size: 2.2rem;
    line-height: 1.2;
    text-align: center;
    margin-top: 15px;
  }
  #service .more {
    margin-top: 90px;
  }
  #advantage {
    background-image: url(../images/home/advantage-bg.webp);
    background-size: cover;
    background-position: 50% bottom;
    margin-top: 130px;
  }
  #advantage .inner {
    max-width: 1080px;
    width: 95%;
    margin: 0 auto;
    position: relative;
  }
  #advantage .inner .cont {
    width: 50%;
    padding: 65px 0;
  }
  #advantage .inner .cont .sectTitle {
    align-items: flex-start;
  }
  #advantage .inner .cont h3 {
    font-size: 2.2rem;
    line-height: 1.8;
    margin-top: 40px;
    font-weight: 500;
  }
  #advantage .inner .cont p {
    margin-top: 30px;
  }
  #advantage .inner .cont .more {
    justify-content: flex-start;
  }
  #advantage .inner .proof {
    position: absolute;
    width: 40%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  #advantage .inner .proof img {
    width: 100%;
    height: auto;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  }
  section.info {
    width: 100%;
    overflow: hidden;
    position: relative;
    min-height: 570px;
    margin-top: 130px;
  }
  section.info .img {
    transform: skewX(-15deg);
    overflow: hidden;
    width: 60vw;
    height: 565px;
    box-shadow: 5px 5px 0 #0e7548;
    position: absolute;
    top: 0;
    left: -15%;
  }
  section.info .img img {
    transform: skewX(15deg) translateX(-5%) translateY(-5%);
    width: 130%;
    height: 130%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.info .inner {
    max-width: 1080px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 570px;
  }
  section.info .inner .cont {
    width: 385px;
  }
  section.info .inner .cont p {
    margin-top: 30px;
  }
  section.info + section.info {
    margin-top: 100px;
  }
  section.info + section.info .img {
    left: auto;
    right: -15%;
  }
  section.info + section.info .inner {
    justify-content: flex-start;
  }
  #recruit {
    background-image: url(../images/home/recruit-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    margin-top: 120px;
  }
  #recruit .inner {
    max-width: 1080px;
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 70px 0;
  }
  #recruit .inner p {
    text-align: center;
    margin-top: 30px;
  }
}
/*# sourceMappingURL=map/home.css.map */
