@media all and (min-width: 751px) {
  /* MAINV */
  #mainv {
    height: 740px;
    position: relative;
  }
  #mainv:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #3c2d23;
    opacity: 0.8;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 100% 100px, calc((100% - 960px) / 2 + 385px) 100px, calc((100% - 960px) / 2 + 200px) calc(50% + 50px), calc((100% - 960px) / 2 + 385px) 100%, 0 100%);
  }
  #mainv .slick-list,
  #mainv .slick-track,
  #mainv .slick-slide,
  #mainv .slick-slide > div {
    width: 100%;
    height: 100%;
  }
  #mainv .image-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #mainv .image-box .image-list {
    width: 100%;
    height: 100%;
  }
  #mainv .image-box .image-list .image {
    display: none;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #mainv .image-box .image-list .image.image01 {
    display: block;
    background-image: url("../images/home/mainv/image01.jpg");
  }
  #mainv .image-box .image-list .image.image02 {
    background-image: url("../images/home/mainv/image02.jpg");
  }
  #mainv .image-box .image-list .image.image03 {
    background-image: url("../images/home/mainv/image03.jpg");
  }
  #mainv .image-box .image-list .image.image04 {
    background-image: url("../images/home/mainv/image04.jpg");
  }
  #mainv .catch-box {
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    position: absolute;
    bottom: 51px;
    right: 50%;
    z-index: 3;
    transform: translateX(-192px);
  }
  #mainv .catch-box .catch-en {
    font-size: 325%; /* 52px */
    font-weight: 700;
    line-height: 1.307692;
    letter-spacing: 0.02em;
    margin-bottom: 14px;
    text-shadow: 0 0 5px rgba(60, 45, 35, 0.6), 0 0 8px rgba(60, 45, 35, 0.6);
  }
  #mainv .catch-box .catch-ja {
    font-size: 125%; /* 20px */
    margin-bottom: 0;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
  #mainv .mainv-linkbtn {
    width: 440px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    transform: translateY(50%);
  }
  #mainv .mainv-linkbtn .link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 165px;
    padding-left: 62px;
    box-sizing: border-box;
    background-color: #ff961e;
    clip-path: polygon(0 50%, 48px 0, 100% 0, 100% 100%, 48px 100%);
    transition: filter 0.3s ease-in-out;
  }
  #mainv .mainv-linkbtn .link .banner-text {
    font-family: "Noto Sans JP", sans-serif;
  }
  #mainv .mainv-linkbtn .link .banner-text .title-box {
    color: #ffffff;
    font-weight: 700;
    line-height: 1.55;
    padding-top: 20px;
    margin-bottom: 5px;
  }
  #mainv .mainv-linkbtn .link .banner-text .title-box .en_text {
    display: block;
    font-size: 237.5%; /* 38px */
    margin-bottom: -5px;
  }
  #mainv .mainv-linkbtn .link .banner-text .title-box .ja_text {
    font-size: 87.5%; /* 14px */
    letter-spacing: 0.1em;
  }
  #mainv .mainv-linkbtn .link .banner-text .sc_text {
    display: inline-block;
    color: #3c2d23;
    font-size: 87.5%; /* 14px */
    line-height: 1.55;
    padding-left: 65px;
    position: relative;
  }
  #mainv .mainv-linkbtn .link .banner-text .sc_text:before {
    content: "";
    display: block;
    width: 55px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    top: calc(50% + 2px);
    left: 0;
  }
  #mainv .mainv-linkbtn .link .banner-image {
    padding-top: 10px;
  }
  #mainv .mainv-linkbtn .link .banner-image .image {
    margin: 0;
    clip-path: polygon(0 50%, 42px 0, 100% 0, 100% 100%, 42px 100%);
  }
  #mainv .mainv-linkbtn .link .banner-image .image img {
    vertical-align: middle;
  }
  #mainv .mainv-linkbtn .link:hover {
    filter: brightness(0.8);
  }
  /* COMMON */
  .colorbox-area {
    background-color: #f9f4ef;
    padding: 106px 0 117px;
  }
  .h-titlebox01 {
    font-family: "Noto Sans JP", sans-serif;
  }
  .h-titlebox01 .en-text {
    display: block;
    font-size: 325%; /* 52px */
    font-weight: 700;
    line-height: 1.307692;
    margin-bottom: -2px;
  }
  .h-titlebox01 .h-title01 {
    font-size: 125%; /* 20px */
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #ff961e;
    line-height: 1.95;
  }
  /* HOME-ABOUTUS */
  #home-aboutus {
    margin-bottom: 117px;
  }
  #home-aboutus .main-box {
    height: 510px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  #home-aboutus .main-box .image-box {
    width: 50%;
    padding-right: 198px;
    box-sizing: border-box;
  }
  #home-aboutus .main-box .image-box .image {
    margin: 0;
    clip-path: polygon(0 0, calc(100% - 147px) 0, 100% 50%, calc(100% - 147px) 100%, 0 100%);
  }
  #home-aboutus .main-box .image-box .image img {
    width: 100%;
    height: 510px;
    object-fit: cover;
    vertical-align: middle;
  }
  #home-aboutus .main-box .text-box {
    width: 610px;
    margin-left: -130px;
  }
  #home-aboutus .main-box .text-box .h-titlebox01 {
    margin-bottom: 35px;
  }
  #home-aboutus .main-box .text-box .title-box {
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 40px;
  }
  #home-aboutus .main-box .text-box .title-box .ja-text {
    font-size: 162.5%; /* 26px */
    font-weight: 700;
  }
  #home-aboutus .main-box .text-box .text-area {
    margin-bottom: 28px;
  }
  #home-aboutus .main-box .text-box .link-btn {
    text-align: right;
  }
  /* HOME-RESEARCH */
  #home-research {
    margin-bottom: 130px;
  }
  #home-research .h-titlebox01 {
    margin-bottom: 72px;
  }
  #home-research .group-box > .one-block {
    display: flex;
    align-items: center;
    gap: 0 40px;
  }
  #home-research .group-box > .one-block:not(:last-of-type) {
    margin-bottom: 100px;
  }
  #home-research .group-box > .one-block .text-box {
    flex: 1;
  }
  #home-research .group-box > .one-block .text-box .title-box {
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 30px;
  }
  #home-research .group-box > .one-block .text-box .title-box .title {
    font-size: 162.5%; /* 26px */
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  #home-research .group-box > .one-block .text-box .title-box .en-text {
    font-size: 112.5%; /* 18px */
    font-weight: 300;
    color: #ff961e;
    line-height: 1.333333;
  }
  #home-research .group-box > .one-block .text-box .text-area {
    margin-bottom: 23px;
  }
  #home-research .group-box > .one-block .text-box .btn-type02 {
    text-align: right;
  }
  #home-research .group-box > .one-block .image-box {
    width: 640px;
  }
  #home-research .group-box > .one-block .image-box .image {
    margin-bottom: 0;
  }
  #home-research .group-box > .one-block .image-box .image img {
    vertical-align: middle;
  }
  #home-research .group-box > .one-block:nth-child(even) {
    flex-direction: row-reverse;
  }
  /* HOME-LINKS */
  #home-links .links-box {
    display: flex;
  }
  #home-links .links-box > .one-block {
    width: 480px;
    height: 350px;
  }
  #home-links .links-box > .one-block .links {
    display: grid;
    place-items: center;
    height: 100%;
    color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-decoration: none;
    position: relative;
  }
  #home-links .links-box > .one-block .links:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #3c2d23;
    opacity: 0.6;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
  }
  #home-links .links-box > .one-block .links .text-box {
    color: #ffffff;
    isolation: isolate;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
  }
  #home-links .links-box > .one-block .links .text-box .en-text {
    display: block;
    font-size: 287.5%; /* 46px */
    font-weight: 700;
    line-height: 1.75;
    margin-bottom: -1px;
  }
  #home-links .links-box > .one-block .links .text-box .title {
    font-size: 125%; /* 20px */
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: 0.1em;
  }
  #home-links .links-box > .one-block .links .text-box .lady {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
  }
  #home-links .links-box > .one-block.achievement .links {
    background-image: url("../images/home/links-achievement.jpg");
    clip-path: polygon(0 175px, 100px 0, 423px 0, 100% 98px, 435px 175px, 100% 251px, 423px 100%, 100px 100%);
  }
  #home-links .links-box > .one-block.activity .links {
    background-image: url("../images/home/links-activity.jpg");
    clip-path: polygon(100% 175px, 380px 0, 57px 0, 0 98px, 45px 175px, 0 251px, 57px 100%, 380px 100%);
  }
  /* HOME-NEWS */
  #home-news .container-inner {
    position: relative;
    padding: 90px 0 111px;
  }
  #home-news .container-inner .h-titlebox01 {
    position: absolute;
    top: 90px;
    left: 0;
  }
  #home-news .container-inner .news-list {
    padding-top: 22px;
    margin: 0 0 70px 275px;
  }
  /* HOME-RECRUIT */
  #home-recruit {
    background-color: #f9f4ef;
  }
  #home-recruit .h-titlebox01 {
    margin-bottom: 24px;
  }
  #home-recruit .main-box {
    height: 846px;
    position: relative;
  }
  #home-recruit .main-box .text-box {
    flex: 1;
    padding-top: 135px;
  }
  #home-recruit .main-box .text-box .lab-links {
    width: 495px;
    height: 520px;
    position: relative;
  }
  #home-recruit .main-box .text-box .lab-links > a {
    transition: filter 0.3s ease-in-out;
  }
  #home-recruit .main-box .text-box .lab-links > a:hover {
    filter: brightness(0.8);
  }
  #home-recruit .main-box .text-box .lab-links > .one-block {
    display: block;
    width: 198px;
    height: 172px;
    font-family: "Noto Sans JP", sans-serif;
    box-sizing: border-box;
    color: #ff961e;
    background-color: #ffffff;
    text-decoration: none;
    clip-path: polygon(0 50%, 25.252525% 0, 74.747474% 0, 100% 50%, 74.747474% 100%, 25.252525% 100%);
    position: absolute;
    text-align: center;
    font-weight: 700;
  }
  #home-recruit .main-box .text-box .lab-links > .one-block .label {
    line-height: 1.55;
    padding-top: 24px;
    margin-bottom: 5px;
  }
  #home-recruit .main-box .text-box .lab-links > .one-block .label .l_up {
    display: block;
    margin-bottom: 14px;
    position: relative;
  }
  #home-recruit .main-box .text-box .lab-links > .one-block .label .l_up:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-image: url("../images/common/icon_multi-origin.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 13px);
  }
  #home-recruit .main-box .text-box .lab-links > .one-block .label .l_btm {
    display: block;
  }
  #home-recruit .main-box .text-box .lab-links > .one-block .s_title {
    font-size: 137.5%; /* 22px */
    margin-bottom: 0;
    letter-spacing: 0.05em;
  }
  #home-recruit .main-box .text-box .lab-links > .one-block:after {
    content: "";
    display: block;
    width: 198px;
    height: 172px;
    pointer-events: none;
    background-image: url("../images/home/lab-links_border-orange.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  #home-recruit .main-box .text-box .lab-links > .one-block.label {
    color: #be9664;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  #home-recruit .main-box .text-box .lab-links > .one-block.label {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #home-recruit .main-box .text-box .lab-links > .one-block.lab_ap {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #home-recruit .main-box .text-box .lab-links > .one-block.lab_sb {
    top: 33.333333%;
    left: 0;
    transform: translateY(-50%);
  }
  #home-recruit .main-box .text-box .lab-links > .one-block.lab_npm {
    top: 33.333333%;
    right: 0;
    transform: translateY(-50%);
  }
  #home-recruit .main-box .text-box .lab-links > .one-block.lab_wp {
    top: 66.666666%;
    left: 0;
    transform: translateY(-50%);
  }
  #home-recruit .main-box .text-box .lab-links > .one-block.lab_os {
    top: 66.666666%;
    right: 0;
    transform: translateY(-50%);
  }
  #home-recruit .main-box .text-box .lab-links > .one-block.relation {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #home-recruit .main-box .text-box .lab-links > .one-block.relation .s_title {
    padding-top: 20px;
    margin-bottom: 13px;
  }
  #home-recruit .main-box .text-box .lab-links > .one-block.label {
    display: grid;
    place-items: center;
  }
  #home-recruit .main-box .text-box .lab-links > .one-block.label:after {
    background-image: url("../images/home/lab-links_border-cream.svg");
  }
  #home-recruit .main-box .text-box .lab-links > .one-block.label .hand-img {
    margin-bottom: 0;
  }
  #home-recruit .main-box .text-box .lab-links > .one-block.label .hand-img:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 15px;
    background-image: url("../images/common/icon_hand.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: text-bottom;
    padding: 0 0 4px 5px;
  }
  #home-recruit .main-box .text-box .lab-links > .one-block.bg-orange {
    color: #ffffff;
    background-color: #ff961e;
  }
  #home-recruit .main-box .text-box .lab-links > .one-block.bg-orange:after {
    background-image: url("../images/home/lab-links_border-white.svg");
  }
  #home-recruit .main-box .text-box .lab-links > .one-block.bg-orange .label .l_up:before {
    background-image: url("../images/common/icon_multi-white.svg");
  }
  #home-recruit .main-box .text-box .lab-links > .one-block .fuc-btn .btn {
    display: block;
  }
  #home-recruit .main-box .text-box .lab-links > .one-block .fuc-btn .btn.btn01 {
    margin-bottom: -1px;
  }
  #home-recruit .main-box .images-box {
    position: absolute;
    top: 0;
    right: 0;
    width: calc((100% - 960px) / 2 + 348px);
  }
  #home-recruit .main-box .images-box .image {
    display: block;
    margin: 0;
    clip-path: polygon(0 50%, 80px 0, 100% 0, 100% 100%, 80px 100%);
  }
  #home-recruit .main-box .images-box .image:nth-child(1), #home-recruit .main-box .images-box .image:nth-child(2) {
    margin-bottom: 3px;
  }
  #home-recruit .main-box .images-box .image img {
    width: 100%;
    height: 280px;
    vertical-align: middle;
    object-fit: cover;
    object-position: center top;
  }
  #home-recruit .main-box .images-box .image:nth-child(2) img {
    object-position: center;
  }
}
@media only screen and (max-width: 750px) {
  /* MAINV */
  #mainv {
    height: 446px;
    position: relative;
  }
  #mainv:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #3c2d23;
    opacity: 0.8;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 100% 60px, calc(34.9% + 112px) 60px, 34.9% 253px, calc(34.9% + 112px) 100%, 0 100%);
  }
  #mainv .slick-list,
  #mainv .slick-track,
  #mainv .slick-slide,
  #mainv .slick-slide > div {
    width: 100%;
    height: 100%;
  }
  #mainv .image-box {
    width: 100%;
    height: 100%;
  }
  #mainv .image-box .image-list {
    width: 100%;
    height: 100%;
  }
  #mainv .image-box .image-list .image {
    display: none;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #mainv .image-box .image-list .image.image01 {
    display: block;
    background-image: url("../images/home/mainv/image01_sp.jpg");
  }
  #mainv .image-box .image-list .image.image02 {
    background-image: url("../images/home/mainv/image02_sp.jpg");
  }
  #mainv .image-box .image-list .image.image03 {
    background-image: url("../images/home/mainv/image03_sp.jpg");
  }
  #mainv .image-box .image-list .image.image04 {
    background-image: url("../images/home/mainv/image04_sp.jpg");
  }
  #mainv .catch-box {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    color: #ffffff;
    font-family: "Noto Sans JP", sans-serif;
    position: absolute;
    bottom: 15px;
    right: 0%;
    z-index: 3;
  }
  #mainv .catch-box .catch-en {
    font-size: 187.5%; /* 30px */
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.133333;
    margin-bottom: 14px;
    text-shadow: 0 0 4px rgba(60, 45, 35, 0.6), 0 0 6px rgba(60, 45, 35, 0.6);
  }
  #mainv .catch-box .catch-ja {
    font-size: 112.5%; /* 18px */
    margin-bottom: 0;
    letter-spacing: 0.1em;
    line-height: 1.333333;
    font-weight: 500;
  }
  #mainv .mainv-linkbtn {
    width: 240px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    transform: translateY(88px);
  }
  #mainv .mainv-linkbtn .link {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 100px;
    padding-left: 38px;
    box-sizing: border-box;
    background-color: #ff961e;
    clip-path: polygon(0 50%, 26px 0, 100% 0, 100% 100%, 26px 100%);
    transition: filter 0.3s ease-in-out;
  }
  #mainv .mainv-linkbtn .link .banner-text {
    font-family: "Noto Sans JP", sans-serif;
  }
  #mainv .mainv-linkbtn .link .banner-text .title-box {
    color: #ffffff;
    font-weight: 700;
    line-height: 1.55;
    padding-top: 10px;
    margin-bottom: -8px;
  }
  #mainv .mainv-linkbtn .link .banner-text .title-box .en_text {
    display: block;
    font-size: 125%; /* 20px */
    margin-bottom: -3px;
  }
  #mainv .mainv-linkbtn .link .banner-text .title-box .ja_text {
    display: block;
    font-size: 75%; /* 12px */
    line-height: 1.333333;
  }
  #mainv .mainv-linkbtn .link .banner-text .sc_text {
    display: inline-block;
    color: #3c2d23;
    font-size: 62.5%; /* 10px */
    line-height: 1.55;
    padding-left: 35px;
    position: relative;
  }
  #mainv .mainv-linkbtn .link .banner-text .sc_text:before {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    top: calc(50% + 2px);
    left: 0;
  }
  #mainv .mainv-linkbtn .link .banner-image {
    width: 114px;
    padding-top: 6px;
  }
  #mainv .mainv-linkbtn .link .banner-image .image {
    margin: 0;
    clip-path: polygon(0 50%, 26px 0, 100% 0, 100% 100%, 26px 100%);
  }
  #mainv .mainv-linkbtn .link .banner-image .image img {
    vertical-align: middle;
    object-fit: cover;
    object-position: center top;
    height: 88px;
  }
  #mainv .mainv-linkbtn .link:hover {
    filter: brightness(0.8);
  }
  /* COMMON */
  #content {
    margin: 0;
  }
  .colorbox-area {
    background-color: #f9f4ef;
    padding: 110px 0 60px;
  }
  .h-titlebox01 {
    font-family: "Noto Sans JP", sans-serif;
  }
  .h-titlebox01 .en-text {
    display: block;
    font-size: 150%; /* 24px */
    font-weight: 700;
    line-height: 1.307692;
    margin-bottom: -3px;
  }
  .h-titlebox01 .h-title01 {
    font-size: 87.5%; /* 14px */
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #ff961e;
    line-height: 1.95;
  }
  /* HOME-ABOUTUS */
  #home-aboutus {
    margin-bottom: 45px;
  }
  #home-aboutus .main-box {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
  }
  #home-aboutus .main-box .image-box {
    width: 45.866666%;
    clip-path: polygon(0 0, calc(100% - 57px) 0, 100% 50%, calc(100% - 57px) 100%, 0 100%);
    margin-bottom: 15px;
  }
  #home-aboutus .main-box .image-box .image {
    margin: 0;
  }
  #home-aboutus .main-box .image-box .image img {
    height: 160px;
    vertical-align: middle;
    object-fit: cover;
  }
  #home-aboutus .main-box .text-box {
    padding: 0 30px;
  }
  #home-aboutus .main-box .text-box .h-titlebox01 {
    position: absolute;
    top: 48px;
    left: 50%;
  }
  #home-aboutus .main-box .text-box .h-titlebox01 .en-text {
    margin-bottom: -8px;
  }
  #home-aboutus .main-box .text-box .title-box {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
  }
  #home-aboutus .main-box .text-box .title-box .title {
    font-size: 112.5%;
  }
  #home-aboutus .main-box .text-box .text-area {
    margin-bottom: 22px;
  }
  #home-aboutus .main-box .text-box .link-btn {
    text-align: center;
  }
  /* HOME-RESEARCH */
  #home-research {
    margin-bottom: 40px;
  }
  #home-research .h-titlebox01 {
    margin-bottom: 12px;
  }
  #home-research .group-box > .one-block {
    display: flex;
    flex-direction: column-reverse;
  }
  #home-research .group-box > .one-block:not(:last-of-type) {
    margin-bottom: 40px;
  }
  #home-research .group-box > .one-block .text-box .title-box {
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 13px;
  }
  #home-research .group-box > .one-block .text-box .title-box .title {
    font-size: 112.5%; /* 18px */
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: -4px;
  }
  #home-research .group-box > .one-block .text-box .title-box .en-text {
    font-weight: 300;
    color: #ff961e;
    line-height: 1.333333;
    margin: 0;
  }
  #home-research .group-box > .one-block .text-box .text-area {
    margin-bottom: 23px;
  }
  #home-research .group-box > .one-block .text-box .btn-type02 {
    text-align: right;
  }
  #home-research .group-box > .one-block .image-box {
    margin-bottom: 15px;
  }
  #home-research .group-box > .one-block .image-box .image {
    margin-bottom: 0;
  }
  #home-research .group-box > .one-block .image-box .image img {
    vertical-align: middle;
    width: 100%;
    max-height: 280px;
    object-fit: cover;
    object-position: center top;
  }
  /* HOME-LINKS */
  #home-links .links-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-right: 1px;
  }
  #home-links .links-box > .one-block {
    aspect-ratio: 175/114;
  }
  #home-links .links-box > .one-block .links {
    display: grid;
    place-items: center;
    height: 100%;
    color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
    position: relative;
    overflow: hidden;
  }
  #home-links .links-box > .one-block .links:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #3c2d23;
    opacity: 0.6;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
  }
  #home-links .links-box > .one-block .links .text-box {
    color: #ffffff;
    isolation: isolate;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
  }
  #home-links .links-box > .one-block .links .text-box .en-text {
    display: block;
    font-size: max(106.25%, 4.53333vw); /* 17px */
    font-weight: 700;
    line-height: 1.75;
    margin-bottom: max(-1px, -1vw);
  }
  #home-links .links-box > .one-block .links .text-box .title {
    font-size: max(81.25%, 3.466666vw); /* 13px */
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: 0.1em;
  }
  #home-links .links-box > .one-block .links .text-box .lady {
    font-family: "Noto Sans JP", sans-serif;
    width: 200%;
    font-size: max(62.5%, 2.666666vw);
    font-weight: 600;
    margin-bottom: 0;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
  }
  #home-links .links-box > .one-block.achievement .links {
    background-image: url("../images/home/links-achievement.jpg");
    clip-path: polygon(0 50%, 21.019108% 0, 87.898089% 0, 100% 25%, 91.082802% 50%, 100% 75%, 87.898089% 100%, 21.019108% 100%);
  }
  #home-links .links-box > .one-block.activity .links {
    background-image: url("../images/home/links-activity.jpg");
    clip-path: polygon(100% 50%, 78.980891% 0, 12.738853% 0, 0 25%, 8.917197% 50%, 0 75%, 12.738853% 100%, 81.142857% 100%);
  }
  /* HOME-NEWS */
  #home-news {
    padding: 47px 0 0;
    margin-bottom: 60px;
  }
  #home-news .h-titlebox01 {
    margin-bottom: 29px;
  }
  #home-news .news-box .news-list {
    margin-bottom: 50px;
  }
  #home-news .news-box .btn-type02 {
    text-align: center;
  }
  /* HOME-RECRUIT */
  #home-recruit {
    background-color: #f9f4ef;
    padding: 42px 0 0;
  }
  #home-recruit .h-titlebox01 {
    margin-bottom: 21px;
  }
  #home-recruit .main-box .text-box {
    margin-bottom: 18px;
  }
  #home-recruit .main-box .text-box .lab-links {
    width: 100%;
    aspect-ratio: 495/520;
    position: relative;
  }
  #home-recruit .main-box .text-box .lab-links > a {
    transition: filter 0.3s ease-in-out;
  }
  #home-recruit .main-box .text-box .lab-links > a:hover {
    filter: brightness(0.8);
  }
  #home-recruit .main-box .text-box .lab-links > .one-block {
    display: block;
    width: 40%;
    aspect-ratio: 198/172;
    font-family: "Noto Sans JP", sans-serif;
    box-sizing: border-box;
    color: #ff961e;
    background-color: #ffffff;
    text-decoration: none;
    clip-path: polygon(0 50%, 25.252525% 0, 74.747474% 0, 100% 50%, 74.747474% 100%, 25.252525% 100%);
    position: absolute;
    text-align: center;
    font-weight: 700;
  }
  #home-recruit .main-box .text-box .lab-links > .one-block .label {
    line-height: 1.55;
    font-size: 2.933333vw; /* 11px */
    padding-top: 3.733333vw;
    margin-bottom: 1.333333vw;
  }
  #home-recruit .main-box .text-box .lab-links > .one-block .label .l_up {
    display: block;
    margin-bottom: 14px;
    position: relative;
  }
  #home-recruit .main-box .text-box .lab-links > .one-block .label .l_up:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-image: url("../images/common/icon_multi-origin.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 13px);
  }
  #home-recruit .main-box .text-box .lab-links > .one-block .label .l_btm {
    display: block;
  }
  #home-recruit .main-box .text-box .lab-links > .one-block .s_title {
    font-size: 3.733333vw; /* 14px */
    margin-bottom: 0;
    letter-spacing: 0.05em;
  }
  #home-recruit .main-box .text-box .lab-links > .one-block:after {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 198/172;
    pointer-events: none;
    background-image: url("../images/home/lab-links_border-orange.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  #home-recruit .main-box .text-box .lab-links > .one-block.label {
    color: #be9664;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  #home-recruit .main-box .text-box .lab-links > .one-block.label {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #home-recruit .main-box .text-box .lab-links > .one-block.lab_ap {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #home-recruit .main-box .text-box .lab-links > .one-block.lab_sb {
    top: 33.333333%;
    left: 0;
    transform: translateY(-50%);
  }
  #home-recruit .main-box .text-box .lab-links > .one-block.lab_npm {
    top: 33.333333%;
    right: 0;
    transform: translateY(-50%);
  }
  #home-recruit .main-box .text-box .lab-links > .one-block.lab_wp {
    top: 66.666666%;
    left: 0;
    transform: translateY(-50%);
  }
  #home-recruit .main-box .text-box .lab-links > .one-block.lab_os {
    top: 66.666666%;
    right: 0;
    transform: translateY(-50%);
  }
  #home-recruit .main-box .text-box .lab-links > .one-block.relation {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #home-recruit .main-box .text-box .lab-links > .one-block.relation .s_title {
    padding-top: 3.2vw;
    margin-bottom: 1.333333vw;
  }
  #home-recruit .main-box .text-box .lab-links > .one-block.label {
    display: grid;
    place-items: center;
  }
  #home-recruit .main-box .text-box .lab-links > .one-block.label:after {
    background-image: url("../images/home/lab-links_border-cream.svg");
  }
  #home-recruit .main-box .text-box .lab-links > .one-block.label .hand-img {
    font-size: 3.2vw; /* 11px */
    margin-bottom: 0;
  }
  #home-recruit .main-box .text-box .lab-links > .one-block.label .hand-img:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 15px;
    background-image: url("../images/common/icon_hand.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: text-bottom;
    padding: 0 0 4px 5px;
  }
  #home-recruit .main-box .text-box .lab-links > .one-block.bg-orange {
    color: #ffffff;
    background-color: #ff961e;
  }
  #home-recruit .main-box .text-box .lab-links > .one-block.bg-orange:after {
    background-image: url("../images/home/lab-links_border-white.svg");
  }
  #home-recruit .main-box .text-box .lab-links > .one-block.bg-orange .label .l_up:before {
    background-image: url("../images/common/icon_multi-white.svg");
  }
  #home-recruit .main-box .text-box .lab-links > .one-block .fuc-btn .btn {
    display: block;
    font-size: 3.2vw; /* 12px */
  }
  #home-recruit .main-box .text-box .lab-links > .one-block .fuc-btn .btn.btn01 {
    margin-bottom: -1px;
  }
  #home-recruit .main-box .images-box {
    position: relative;
    margin-bottom: 1px;
  }
  #home-recruit .main-box .images-box .image {
    width: 54.133333%;
    aspect-ratio: 203/111;
    margin: 0;
    clip-path: polygon(0 50%, 15.763546% 0, 100% 0, 100% 100%, 15.763546% 100%);
    margin-inline: auto 0;
  }
  #home-recruit .main-box .images-box .image:first-of-type {
    margin-bottom: 1px;
  }
  #home-recruit .main-box .images-box .image:nth-child(3) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    clip-path: polygon(100% 50%, 84.236455% 0, 0 0, 0 100%, 84.236455% 100%, 100% 50%);
    margin: 0;
  }
  #home-recruit .main-box .images-box .image img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    object-fit: cover;
  }
}

/*# sourceMappingURL=page-home.css.map */
