* {
  line-height: 1.8;
}
@media screen and (min-width: 768px), print {
  .l-main {
    overflow: initial !important;
    min-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .mv {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 100vh;
  }
  .mv__ttl {
    position: relative;
    font-size: clamp(0px, 4vw, 85px);
    font-weight: bold;
    color: #fff;
    z-index: 2;
    padding-left: 90px;
    transform: translateY(-120px);
  }
  .mv__ttl strong {
    display: inline-block;
    line-height: 1.5;
    border-bottom: 3px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
  .mv__ttl small {
    display: block;
    font-size: clamp(0px, 3vw, 43px);
  }
  .mv__mov {
    position: absolute;
  }
  .mv__mov_wrap {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;
  }
  .mv__swiper {
    position: fixed !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    z-index: -1;
  }
  .mv__swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mv__swiper.active {
    display: none;
  }
  .news {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    z-index: 3;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, #fff 30%);
    width: 100%;
    padding-bottom: 6px;
  }
  .news__ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    height: 115px;
    width: 125px;
    font-size: 20px;
    background: #98a6b5;
    color: #fff;
    letter-spacing: 2px;
  }
  .news__txt {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    width: 330px;
    font-size: 14px;
    background: #fff;
  }
  .news__txt time {
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ccc;
  }
  .news__wrap {
    margin-right: 40px;
    display: flex;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    transition: 0.3s;
  }
  .news__wrap:hover {
    opacity: 0.7;
  }
  .frame {
    position: relative;
    background: #fff;
    z-index: 2;
  }
  .frame::after {
    content: "";
    position: absolute;
    top: 80px;
    right: 0;
    height: calc(100% + 200px);
    width: calc(100% - 200px);
    background: #f7f7f7;
    z-index: -1;
  }
  .service {
    padding-top: 120px;
  }
  .service .sec_inner {
    display: flex;
    align-items: center;
    padding-right: 0;
  }
  .service__ttl {
    position: relative;
    z-index: 1;
  }
  .service__ttl::after {
    content: "SERVICE";
  }
  .service__left {
    display: flex;
    justify-content: flex-end;
    width: 45%;
    padding-right: 50px;
  }
  .service__left_wrap {
    width: 490px;
  }
  .service__right {
    width: calc(100% - 45%);
  }
  .service__txt {
    font-size: 20px;
  }
  .service__link {
    margin-top: 40px !important;
  }
  .service__sImg {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 30vw;
    max-height: 400px;
    overflow: hidden;
  }
  .service__sImg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .service__sFtame {
    position: relative;
    display: block;
    padding: 25px 50px 40px;
    position: relative;
    background: #fff;
    width: calc(100% - 40px);
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
  }
  .service__sTtl {
    display: block;
    color: #98a6b5;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .service__sTxt {
    font-size: 14px;
  }
  .service__sTag {
    position: absolute;
    top: 35px;
    left: 20px;
    writing-mode: vertical-rl;
    font-size: 12px;
    font-family: 'Josefin Sans', sans-serif;
    color: #ccc;
    border-left: 1px solid #ddd;
    line-height: 1;
  }
  .service__sMore {
    position: absolute;
    right: 30px;
    bottom: 5px;
    font-size: 14px;
    font-family: 'Josefin Sans', sans-serif;
    display: flex;
    align-items: center;
    color: #98a6b5;
  }
  .service__sMore img, .service__sMore svg {
    display: inline-block;
    position: relative;
    top: -3px;
    margin-left: 10px;
  }
  .service .swiper-pagination-bullet {
    width: auto;
    height: auto;
    display: block;
    border-radius: initial;
    background: initial;
    opacity: initial;
  }
  .service img {
    max-width: 100%;
  }
  .about {
    margin-top: 150px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
  .about .sec_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .about__ttl::after {
    content: "ABOUT";
  }
  .about__left {
    width: 55%;
  }
  .about__left img {
    width: 100%;
  }
  .about__right {
    width: 45%;
    padding-left: 60px;
  }
  .about__txt {
    font-size: 20px;
  }
  .sec_area {
    margin-top: 180px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
  .sec_area .sec_inner {
    display: flex;
    justify-content: space-between;
  }
  .sec_area * > a {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
    width: 48%;
    padding: 0 50px;
    transition: 0.3s;
  }
  .sec_area * > a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s;
  }
  .sec_area * > a:hover {
    opacity: 0.7;
  }
  .sec_area * > a:hover::after {
    opacity: 0;
  }
  .sec_area__txt {
    text-align: left;
    margin-top: 40px;
    font-weight: bold;
  }
  .sec_area .product {
    background: url(../images/top/product_img01.jpg) center center no-repeat;
    background-size: cover;
  }
  .sec_area .product * {
    color: #fff;
    stroke: #fff;
  }
  .sec_area .product__wrap {
    position: relative;
    z-index: 1;
  }
  .sec_area .product::after {
    background: #98a6b5;
  }
  .sec_area .facility {
    background: url(../images/top/facility_img01.jpg) center center no-repeat;
    background-size: cover;
  }
  .sec_area .facility .sec_area__txt {
    color: #98a6b5;
  }
  .sec_area .facility .sec_area__view {
    color: #98a6b5;
  }
  .sec_area .facility__wrap {
    position: relative;
    z-index: 1;
  }
  .sec_area .facility::after {
    background: #fff;
  }
  .sec_area__view {
    display: flex;
    align-items: center;
    position: absolute;
    right: 20px;
    bottom: 30px;
    line-height: 1;
    font-weight: bold;
    z-index: 1;
  }
  .sec_area__view svg {
    margin-left: 15px;
    transform: translateY(-2px);
  }
  .sec_area__page_top {
    position: absolute;
    right: 10px;
    bottom: -100px;
    writing-mode: vertical-rl;
    color: #98a6b5;
    display: flex;
  }
  .sec_area__page_top img {
    margin-bottom: 15px;
    transition: 0.3s;
  }
  .sec_area__page_top:hover img {
    transform: translateY(-8px);
  }
  .sec_list {
    margin-top: 70px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .sec_list li {
    list-style: none;
    counter-increment: li;
  }
  .sec_list li a, .sec_list li span {
    position: relative;
    display: flex;
    align-items: center;
    padding: 22px 15px;
    color: #98a6b5;
    font-weight: bold;
    transition: 0.3s;
    font-size: 20px;
  }
  .sec_list li a::before, .sec_list li span::before {
    content: '0' counter(li);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    margin-right: 15px;
    transition: 0.1s;
  }
  .sec_list li a img, .sec_list li span img, .sec_list li a svg, .sec_list li span svg {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
  }
  .sec_list li a:hover, .sec_list li span:hover {
    background: #98a6b5;
  }
  .sec_list li a:hover, .sec_list li span:hover, .sec_list li a:hover *, .sec_list li span:hover * {
    color: #fff;
    stroke: #fff;
  }
  .sec_list li a:hover::before, .sec_list li span:hover::before, .sec_list li a:hover *::before, .sec_list li span:hover *::before {
    color: #fff;
  }
  .sec_list li:nth-of-type(n + 2) {
    border-top: 1px solid #ccc;
  }
  .sec_list li.swiper-pagination-bullet-active {
    background: #98a6b5 !important;
  }
  .sec_list li.swiper-pagination-bullet-active, .sec_list li.swiper-pagination-bullet-active * {
    color: #fff !important;
    stroke: #fff !important;
  }
  .sec_list li.swiper-pagination-bullet-active::before, .sec_list li.swiper-pagination-bullet-active *::before {
    color: #fff !important;
  }
}
@media screen and (max-width: 767px), print {
  .l-main {
    overflow: initial !important;
  }
  .mv {
    position: relative;
    overflow: hidden;
    display: flex;
    height: 100vh;
    background: #000;
  }
  .mv__ttl {
    position: relative;
    font-size: 11vw;
    font-weight: bold;
    color: #fff;
    z-index: 2;
    padding-left: 15px;
    padding-top: 30vw;
  }
  .mv__ttl strong {
    display: inline-block;
    line-height: 1.5;
  }
  .mv__ttl small {
    padding-top: 10px;
    margin-top: 5px;
    display: block;
    font-size: 5.7vw;
    border-top: 2px solid #fff;
  }
  .mv__mov {
    position: absolute;
  }
  .mv__mov_wrap {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
  }
  .mv__swiper {
    position: fixed !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    z-index: -1;
  }
  .mv__swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mv__swiper.active {
    display: none;
  }
  .news {
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    z-index: 3;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, #fff 30%);
    width: 100%;
    padding-bottom: 6px;
    z-index: 5;
  }
  .news__ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    width: 85px;
    font-size: 16px;
    background: #98a6b5;
    color: #fff;
    letter-spacing: 2px;
  }
  .news__txt {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    width: calc(100% - 85px);
    font-size: 12px;
    background: #fff;
  }
  .news__txt time {
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    color: #ccc;
  }
  .news__wrap {
    display: flex;
    justify-content: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    width: calc(100% - 20px);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, #fff 30%);
  }
  .frame {
    position: relative;
    background: #fff;
    z-index: 3;
  }
  .frame::after {
    content: "";
    position: absolute;
    top: -30px;
    right: 0;
    height: calc(100% + 200px);
    width: calc(100% - 50px);
    background: #f7f7f7;
    z-index: -1;
  }
  .service {
    overflow: hidden;
  }
  .service__ttl {
    position: relative;
    z-index: 1;
  }
  .service__ttl::after {
    content: "SERVICE";
  }
  .service__txt {
    font-size: 14px;
  }
  .service__link {
    margin-top: 20px !important;
    margin-bottom: 30px !important;
  }
  .service__right {
    margin-top: 20px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .service__sImg {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 50vw;
    max-height: 400px;
    overflow: hidden;
  }
  .service__sImg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .service__sFtame {
    position: relative;
    display: block;
    padding: 15px 15px 40px 40px;
    position: relative;
    background: #fff;
    width: calc(100% - 20px);
    margin-top: -80px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
  }
  .service__sTtl {
    display: block;
    color: #98a6b5;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .service__sTxt {
    font-size: 12px;
  }
  .service__sTag {
    position: absolute;
    top: 20px;
    left: 15px;
    writing-mode: vertical-rl;
    font-size: 12px;
    font-family: 'Josefin Sans', sans-serif;
    color: #ccc;
    border-left: 1px solid #ddd;
    line-height: 1;
  }
  .service__sMore {
    position: absolute;
    right: 20px;
    bottom: 5px;
    font-size: 12px;
    font-family: 'Josefin Sans', sans-serif;
    display: flex;
    align-items: center;
    color: #98a6b5;
  }
  .service__sMore img, .service__sMore svg {
    display: inline-block;
    position: relative;
    top: -3px;
    margin-left: 10px;
  }
  .service .swiper-pagination-bullet {
    width: auto;
    height: auto;
    display: block;
    border-radius: initial;
    background: initial;
    opacity: initial;
  }
  .service img {
    max-width: 100%;
  }
  .about {
    margin-top: 50px;
  }
  .about__ttl::after {
    content: "ABOUT";
  }
  .about__left {
    position: relative;
    z-index: 1;
  }
  .about__left img {
    width: 100%;
  }
  .about__txt {
    font-size: 14px;
  }
  .sec_area {
    margin-top: 50px;
  }
  .sec_area .sec_inner > div {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 40px 20px 60px;
  }
  .sec_area__ttl {
    text-align: center;
  }
  .sec_area__txt {
    text-align: left;
    margin-top: 20px;
    font-weight: bold;
    font-size: 14px;
  }
  .sec_area .product {
    background: url(../images/top/product_img01.jpg) center center no-repeat;
    background-size: 120% auto;
    transition: 0.3s;
  }
  .sec_area .product:hover {
    background-size: 125% auto;
  }
  .sec_area .product * {
    color: #fff;
    stroke: #fff;
  }
  .sec_area .facility {
    background: url(../images/top/facility_img01.jpg) center center no-repeat;
    background-size: 120% auto;
    transition: 0.3s;
    margin-top: 40px;
  }
  .sec_area .facility:hover {
    background-size: 125% auto;
  }
  .sec_area .facility .sec_area__txt {
    color: #98a6b5;
  }
  .sec_area .facility .sec_area__view {
    color: #98a6b5;
  }
  .sec_area__view {
    display: flex;
    align-items: center;
    position: absolute;
    right: 20px;
    bottom: 20px;
    line-height: 1;
    font-weight: bold;
    font-size: 14px;
  }
  .sec_area__view svg {
    margin-left: 15px;
    transform: translateY(-2px);
  }
  .sec_area__page_top {
    display: flex;
    position: absolute;
    right: 10px;
    writing-mode: vertical-rl;
    color: #98a6b5;
  }
  .sec_area__page_top img {
    margin-bottom: 15px;
  }
  .sec_list {
    margin-top: 30px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .sec_list li {
    list-style: none;
    counter-increment: li;
  }
  .sec_list li a, .sec_list li span {
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 15px;
    color: #98a6b5;
    font-weight: bold;
    transition: 0.3s;
    font-size: 14px;
  }
  .sec_list li a::before, .sec_list li span::before {
    content: '0' counter(li);
    font-family: 'Josefin Sans', sans-serif;
    font-size: 14px;
    margin-right: 15px;
    transition: 0.1s;
  }
  .sec_list li a img, .sec_list li span img, .sec_list li a svg, .sec_list li span svg {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
  }
  .sec_list li a:hover, .sec_list li span:hover {
    background: #98a6b5;
  }
  .sec_list li a:hover, .sec_list li span:hover, .sec_list li a:hover *, .sec_list li span:hover * {
    color: #fff;
    stroke: #fff;
  }
  .sec_list li a:hover::before, .sec_list li span:hover::before, .sec_list li a:hover *::before, .sec_list li span:hover *::before {
    color: #fff;
  }
  .sec_list li:nth-of-type(n + 2) {
    border-top: 1px solid #ccc;
  }
  .sec_list li.swiper-pagination-bullet-active {
    background: #98a6b5 !important;
  }
  .sec_list li.swiper-pagination-bullet-active, .sec_list li.swiper-pagination-bullet-active * {
    color: #fff !important;
    stroke: #fff !important;
  }
  .sec_list li.swiper-pagination-bullet-active::before, .sec_list li.swiper-pagination-bullet-active *::before {
    color: #fff !important;
  }
}
