<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    margin: 0 20px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
    z-index: 10;
    transition: all .3s ease-in;
}

.slick-prev {
    bottom: 29px;
    right: calc(50px + 160px + 10px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 7px 6.5px 0;
    border-color: transparent #fff transparent transparent;
}

.slick-prev:hover {
    border-color: transparent #AEAEAE transparent transparent;
}

.slick-next {
    bottom: 29px;
    right: calc(50px - 17px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6.5px 0 6.5px 7px;
    border-color: transparent transparent transparent #fff;
}

.slick-next:hover {
    border-color: transparent transparent transparent #AEAEAE;
}

@media screen and (max-width: 1039px) {
    .slick-prev {
        bottom: 29px;
        right: calc(30px + 120px + 10px);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6.5px 7px 6.5px 0;
        border-color: transparent #fff transparent transparent;
    }

    .slick-prev:hover {
        border-color: transparent #AEAEAE transparent transparent;
    }

    .slick-next {
        bottom: 29px;
        right: calc(30px - 17px);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6.5px 0 6.5px 7px;
        border-color: transparent transparent transparent #fff;
    }

    .slick-next:hover {
        border-color: transparent transparent transparent #AEAEAE;
    }
}

#mainvisual {
    height: calc(100vh - 135px);
    overflow: hidden;
}

#mainvisual .mainvisual_slide {
    height: 100%;
}

#mainvisual .swiper-slide {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

#mainvisual .swiper-slide .copy {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.78);
    text-align: right;
}

#mainvisual .swiper-slide .copy span {
    font-size: 80%;
}

#mainvisual .swiper-slide .copyright {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

#mainvisual .swiper-slide .readcopy {
    position: absolute;
    bottom: 120px;
    width: 100%;
}

#mainvisual .swiper-slide .readcopy p {
    padding: 0 10%;
    font-size: 4.5rem;
    font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
    margin-top: 25px;
    line-height: 1.5;
    color: #fff;
    text-shadow: 0 0 60px #000;
    margin-top: 0;
    font-weight: 400;
}

#mainvisual .swiper-slide &gt; img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#mainvisual .img img {
    width: 100%;
}

#mainvisual .caption {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 22px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    z-index: 2;
    bottom: 25px;
    right: calc(50px + 160px + 30px + 7px);
}

#mainvisual .slider_area {
    position: relative;
}

#mainvisual .progress {
    position: absolute;
    right: 50px;
    bottom: 38px;
    width: 160px;
    height: 4px;
    background: #eee;
}

#mainvisual .progress .bar {
    display: block;
    width: 0%;
    height: 4px;
    background: #AEAEAE;
}

#mainvisual .slick-dots {
    width: 160px;
    height: 4px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 30px;
    right: 50px;
}

#mainvisual .slick-dots li {
    width: 30%;
    height: 4px;
    background: #fff;
}

#mainvisual .slick-dots li button {
    width: 100%;
    height: 4px;
}

#mainvisual .slick-dots li.slick-active, #mainvisual .slick-dots li:hover {
    background: #AEAEAE;
}

#mainvisual .slick-dots li button, #mainvisual .slick-dots li button:before {
    color: transparent;
    opacity: 0;
}

#content {
    padding-bottom: 0 !important;
}

#read_box {
    position: relative;
    background: url(../../../img/read_box_bg.png) no-repeat center center;
    background-size: cover;
}

#read_box .inner {
    padding: 100px 0;
    max-width: 1190px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

@media screen and (max-width: 1039px) {
    #read_box .inner {
        width: 100%;
        padding: 10% 4% 0;
        box-sizing: border-box;
    }
}

#read_box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(../../../img/read_box_bar.png) repeat 0 0;
    animation: gradient 20s linear infinite;
    overflow: hidden;
    width: 100vw;
    height: 6px;
    z-index: 1;
}

#read_box h2 {
    font-size: 5.8rem;
    font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
    font-weight: 700;
    line-height: 1.2;
}

#read_box h2 span {
    font-size: 1.7rem;
    display: block;
}

#read_box .read {
    display: flex;
    align-items: center;
    justify-content: center;
}

#read_box .read h2 {
    font-size: 3.5rem;
    font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 25px;
    padding-right: 40px;
    position: relative;
    color: #129391;
}

#read_box .read h2::after {
    content: "";
    position: absolute;
    right: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
    width: .5em;
    height: 2px;
    background-color: #129391;
}

#read_box .read .readcopy {
    font-size: 3.5rem;
    font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
    font-weight: 700;
    margin-top: 25px;
    line-height: 1.2;
    color: #129391;
}

#read_box .readcopy {
    font-size: 2.7rem;
    font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
    font-weight: 700;
    margin-top: 25px;
}

#read_box .copy {
    font-weight: 700;
    margin-top: 40px;
    line-height: 2;
    font-size: 2rem;
}

#field {
    padding: 80px 30px;
}

#field .inner {
    margin: 0 auto;
    max-width: 1360px;
}

#field .inner ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    width: calc(100% + 5px);
    margin-left: -5px;
}

#field .inner ul li {
    width: calc(33.3333% - 5px);
    margin-left: 5px;
    margin-bottom: 5px;
}

#field .inner ul li a {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    background-color: #f0f0f0;
    overflow: hidden;
    transition: all .3s ease;
    position: relative;
    text-decoration: none;
}

#field .inner ul li a span {
    color: #000;
    position: relative;
    font-size: 1.8rem;
    font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
    font-weight: 700;
    z-index: 5;
    transition: all .3s ease;
    padding: 10px;
    box-sizing: border-box;
    margin-top: auto;
}

#field .inner ul li a span::after {
    content: "\f006";
    font-family: "fontello", serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    right: 10px;
    font-size: 15px;
    color: #c5000a;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#field .inner ul li a img {
    position: relative;
    transform: scale(1);
    width: 100%;
    height: 179px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    transition: all .3s ease;
    top: 0;
    left: 0;
}

#field .inner ul li a:hover {
    background-color: #222;
}

#field .inner ul li a:hover span {
    color: #fff;
}

#case {
    background-color: #f0f0f0;
    overflow: hidden;
    padding: 0 50px;
}

#case .swiper_area {
    position: relative;
}

#case .inner {
    padding: 100px 0;
    max-width: 1190px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (max-width: 1039px) {
    #case .inner {
        width: 100%;
        padding: 10% 4% 0;
        box-sizing: border-box;
    }
}

#case .inner ul {
    display: flex;
    width: 100%;
    margin-top: 50px;
}

#case .inner ul li {
    width: 33%;
    max-width: 380px;
}

#case .inner ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    transition: all .3s ease;
}

#case .inner ul li a img {
    opacity: 1;
    transition: all .3s ease;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#case .inner ul li a:hover {
    color: #c5000a;
}

#case .inner ul li a:hover img {
    opacity: .5;
}

#case .inner ul li a .text {
    margin-top: 10px;
    font-size: 1.6rem;
}

#case .inner ul li a .text .data {
    font-weight: 700;
}

#case .inner ul li a .text .title {
    margin-top: 5px;
    font-weight: 700;
}

#case .inner ul li a .text .cat {
    display: flex;
    margin-top: 5px;
    font-size: 1.4rem;
}

#case .inner ul li a .text .cat span:first-child {
    flex-shrink: 0;
}

#case .inner ul li a .text .tag {
    display: flex;
    margin-top: 2px;
    font-size: 1.4rem;
}

#case .inner ul li a .text .tag span:first-child {
    flex-shrink: 0;
}

#case .inner .swiper-button-prev, #case .inner .swiper-rtl .swiper-button-next {
    left: -15px;
    right: auto;
    transition: .25s;
    transform: translateX(-100%);
    color: #000;
    z-index: 2;
}

#case .inner .swiper-button-prev::after, #case .inner .swiper-rtl .swiper-button-next::after {
    font-size: 30px;
}

#case .inner .swiper-button-prev:hover, #case .inner .swiper-rtl .swiper-button-next:hover {
    transform: translateX(-100%);
    left: -25px;
}

#case .inner .swiper-button-next, #case .inner .swiper-rtl .swiper-button-prev {
    right: -15px;
    left: auto;
    transition: .25s;
    transform: translateX(100%);
    color: #000;
    z-index: 2;
}

#case .inner .swiper-button-next::after, #case .inner .swiper-rtl .swiper-button-prev::after {
    font-size: 30px;
}

#case .inner .swiper-button-next:hover, #case .inner .swiper-rtl .swiper-button-prev:hover {
    transform: translateX(100%);
    right: -25px;
}

.modaal-content-container .more_btn {
    margin: 20px 0;
}

.modal_case {
    display: flex;
    width: calc(100% + 20px);
    margin-left: -20px;
    flex-wrap: wrap;
}

.modal_case li {
    width: calc(25% - 20px);
    margin-left: 20px;
    margin-bottom: 30px;
    max-width: 380px;
}

.modal_case li a {
    display: block;
    text-decoration: none;
    color: #000;
    transition: all .3s ease;
    background-color: #f0f0f0;
    flex-direction: column;
    height: 100%;
    text-decoration: none;
}

.modal_case li a img {
    opacity: 1;
    transition: all .3s ease;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.modal_case li a:hover {
    color: #c5000a;
}

.modal_case li a:hover img {
    opacity: .5;
}

.modal_case li a .text {
    padding: 10px;
    font-size: 1.3rem;
}

.modal_case li a .text .data {
    font-weight: 700;
}

.modal_case li a .text .title {
    margin-top: 5px;
    font-weight: 700;
}

.modal_case li a .text .cat {
    display: flex;
    margin-top: 5px;
    font-size: 1.2rem;
}

.modal_case li a .text .cat span:first-child {
    flex-shrink: 0;
}

.modal_case li a .text .tag {
    display: flex;
    margin-top: 2px;
    font-size: 1.2rem;
}

.modal_case li a .text .tag span:first-child {
    flex-shrink: 0;
}

#modal_area {
    display: none;
}

#product {
    padding: 80px 30px;
}

#product .inner {
    margin: 0 auto;
    max-width: 1360px;
}

#product .inner ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    width: calc(100% + 5px);
    margin-left: -5px;
}

#product .inner ul li {
    width: calc(33.3333% - 5px);
    margin-left: 5px;
    margin-bottom: 5px;
}

#product .inner ul li a {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    width: 100%;
    height:100%;
    background-color: #f0f0f0;
    overflow: hidden;
    transition: all .3s ease;
    position: relative;
    text-decoration: none;
}

#product .inner ul li a span {
    color: #000;
    position: relative;
    font-size: 1.8rem;
    font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
    font-weight: 700;
    z-index: 5;
    transition: all .3s ease;
    padding: 10px;
    box-sizing: border-box;
}

#product .inner ul li a span::after {
    content: "\f006";
    font-family: "fontello", serif;
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    right: 10px;
    font-size: 15px;
    color: #c5000a;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#product .inner ul li a img {
    position: relative;
    transform: scale(1);
    width: 100%;
    height: 179px;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    transition: all .3s ease;
    top: 0;
    left: 0;
}

#product .inner ul li a:hover {
    background-color: #222;
}

#product .inner ul li a:hover span {
    color: #fff;
}

#about {
    position: relative;
    height: 630px;
    background: url(../../../img/about_bg.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
    min-width: 1190px;
}

#about .img01 {
    position: absolute;
    top: 0;
    height: 526px;
    width: calc(878 / 1600 *100vw);
    min-width: 678px;
    transform: skew(-28deg);
    overflow: hidden;
    right: -140px;
}

#about .img01 span {
    width: 100%;
    height: 100%;
    transform: skew(28deg);
    left: -140px;
    display: block;
    position: absolute;
}

#about .img01 span img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    object-position: center center;
    width: 100%;
    height: 100%;
}

#about .img02 {
    position: absolute;
    bottom: 0;
    height: 65px;
    width: calc(620 / 1600 *100vw);
    min-width: 420px;
    transform: skew(-28deg);
    overflow: hidden;
    left: -20px;
}

#about .img02 span {
    width: 100%;
    height: 100%;
    transform: skew(28deg);
    right: -20px;
    display: block;
    position: absolute;
}

#about .img02 span img {
    object-fit: cover;
    font-family: 'object-fit: cover;';
    object-position: center center;
    width: 100%;
    height: 100%;
}

#about .inner {
    padding: 105px 0 65px;
    max-width: 1190px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (max-width: 1039px) {
    #about .inner {
        width: 100%;
        padding: 10% 4% 0;
        box-sizing: border-box;
    }
}

#about .inner .text {
    display: inline-block;
}

#about .inner .page {
    font-size: 2.3rem;
    font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
    font-weight: 700;
    line-height: 1.2;
}

#about .inner h2 {
    font-size: 5rem;
    font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
    font-weight: 700;
    line-height: 1.2;
    font-feature-settings: "palt";
    margin-top: 30px;
    background: #14a3ba;
    background: linear-gradient(87deg, #14a3ba 0%, #cb50e2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#about .inner .copy {
    margin-top: 20px;
    font-size: 1.8rem;
    font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
    font-weight: 700;
    line-height: 1.75;
    font-feature-settings: "palt";

}

#about .inner .copy span {
    font-size: 2.6rem;
}

#about .inner .copy + .more_btn {
    margin-top: 35px;
}

#about .inner .more_btn {
    font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
    font-weight: 700;
    font-size: 1.6rem;
    text-align: left;
    margin-top: 10px;
}

#about .inner .more_btn a {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 1.5rem;
    padding: 10px 20px;
    border-radius: 4px;
    width: 450px;
    box-sizing: border-box;
}

#strengths {
    background-color: #F7F7F7;
}

#strengths .inner {
    padding: 105px 0 80px;
    max-width: 1190px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (max-width: 1039px) {
    #strengths .inner {
        width: 100%;
        padding: 10% 4% 0;
        box-sizing: border-box;
    }
}

#strengths .inner ul {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

#strengths .inner ul li {
    width: 380px;
}

#strengths .inner ul li a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 40px 20px;
    box-sizing: border-box;
    box-shadow: 0 0 0 8px #F0F0F0 inset;
    position: relative;
    text-decoration: none;
}

#strengths .inner ul li a::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 0 0 0px #c5000a inset;
    transition: all .2s ease-in;
}

#strengths .inner ul li a h3 {
    font-size: 2.5rem;
    font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
    font-weight: 700;
    text-align: center;
    height: 2.6em;
    display: inline-flex;
    align-items: center;
}

#strengths .inner ul li a p {
    margin-top: 50px;
    font-size: 1.8rem;
}

#strengths .inner ul li a:hover::before {
    box-shadow: 0 0 0 12px #c5000a inset;
}

#tm {
    padding: 105px 0 0;
    text-align: center;
}

#tm .inner .note {
    font-size: 1.5rem;
    font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
    font-weight: 500;
    margin-top: 15px;
}

#tm .inner ul {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 0;
}

#tm .inner ul li {
    width: 50%;
    height: 340px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#tm .inner ul li:nth-child(1) {
    background: url(../../../img/tm_bg01.png) no-repeat center center;
    background-size: cover;
}

#tm .inner ul li:nth-child(2) {
    background: url(../../../img/tm_bg02.png) no-repeat center center;
    background-size: cover;
}

#tm .inner ul li p.more_btn {
    margin-top: 0;
}

#re {
    margin-top: 60px;
    background: url(../../../img/temperature-measurement/re_bg.png) no-repeat center center;
    background-size: cover;
}

#re .inner {
    padding: 80px 0;
    max-width: 1190px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (max-width: 1039px) {
    #re .inner {
        width: 100%;
        padding: 10% 4% 0;
        box-sizing: border-box;
    }
}

#re .inner &gt; div {
    border: 3px solid #fff;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 40px;
    text-align: center;
}

#re .inner &gt; div h2 {
    font-size: 3.3rem;
    font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

#re .inner &gt; div h2 span {
    font-size: 140%;
    letter-spacing: 2px;
}

#re .inner &gt; div p {
    font-size: 1.8rem;
    font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
    font-weight: 700;
}

#re .inner &gt; div p.more_btn {
    margin-top: 30px;
    margin-bottom: 0;
}

#tm {
    padding: 105px 0 80px;
    background-color: #F8F8F8;
}

#re {
    margin-top: 0;
}

#news .inner {
    padding: 105px 0 80px;
    max-width: 1190px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (max-width: 1039px) {
    #news .inner {
        width: 100%;
        padding: 10% 4% 0;
        box-sizing: border-box;
    }
}

#news .inner ul {
    width: 100%;
    margin-top: 50px;
}

#news .inner ul li {
    display: flex;
    width: 100%;
    border-bottom: 1px dashed #D1D1D1;
    padding: 7px;
    align-items: center;
}

#news .inner ul li .data {
    font-size: 1.6rem;
    font-weight: 700;
    flex-shrink: 0;
    min-width: 6.5em;
}

#news .inner ul li .cat {
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    background-color: #CE4C4C;
    padding: 5px 15px;
    flex-shrink: 0;
    margin-left: 25px;
    text-align: center;
    width: 100px;
}

#news .inner ul li a, #news .inner ul li .nolink {
    margin-left: 25px;
    font-size: 1.6rem;
    line-height: 1.8;
}

#blog {
    background-color: #F8F8F8;
}

#blog .inner {
    padding: 100px 0;
    max-width: 1190px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

@media screen and (max-width: 1039px) {
    #blog .inner {
        width: 100%;
        padding: 10% 4% 0;
        box-sizing: border-box;
    }
}

#blog .inner ul {
    display: flex;
    width: calc(100% + 20px);
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-left: -20px;
}

#blog .inner ul li {
    width: calc(33.333% - 20px);
    margin-left: 20px;
    max-width: 380px;
}

#blog .inner ul li:nth-child(n+4) {
    display: none;
}

#blog .inner ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    transition: all .3s ease;
}

#blog .inner ul li a img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 250px;
    opacity: 1;
    transition: all .3s ease;
}

#blog .inner ul li a:hover {
    color: #c5000a;
}

#blog .inner ul li a:hover img {
    opacity: .5;
}

#blog .inner ul li a .text {
    margin-top: 10px;
    font-size: 1.6rem;
}

#blog .inner ul li a .text .data {
    font-weight: 700;
}

#blog .inner ul li a .text .title {
    margin-top: 5px;
}

#blog .inner ul li a .text .cat {
    display: flex;
    margin-top: 15px;
    font-size: 1.4rem;
}

#blog .inner ul li a .text .cat span:first-child {
    flex-shrink: 0;
}

#blog .inner ul li a .text .tag {
    display: flex;
    margin-top: 2px;
    font-size: 1.4rem;
}

#blog .inner ul li a .text .tag span:first-child {
    flex-shrink: 0;
}

@media screen and (max-width: 1300px) {
    #mainvisual {
        height: calc(100vh - 135px);
        overflow: hidden;
    }

    #mainvisual .mainvisual_slide {
        height: 100%;
    }

    #mainvisual .swiper-slide .readcopy p {
        font-size: 3.5rem;
    }

}

@media screen and (min-width: 1560px) {
    #case .inner {
        padding: 100px 0;
        max-width: inherit;
    }

    #field {
        padding: 80px 50px;
    }

    #field .inner {
        max-width: inherit;
    }

    #field .inner ul li {
        width: calc(25% - 5px);
    }

    #field .inner ul li a img {
        height: calc(179 / 1560 * 100vw);
    }

    #product {
        padding: 80px 50px;
    }

    #product .inner {
        max-width: inherit;
    }

    #product .inner ul li {
        width: calc(25% - 5px);
    }

    #product .inner ul li a img {
        height: calc(179 / 1560 * 100vw);
    }

    #blog {
        padding: 0 50px;
    }

    #blog .inner {
        max-width: inherit;
    }

    #blog .inner ul li {
        width: calc(25% - 20px);
        margin-left: 20px;
        max-width: inherit;
    }

    #blog .inner ul li:nth-child(n+4) {
        display: block;
    }
}

@media screen and (max-width: 1039px) {
    #mainvisual {
        height: auto;
        overflow: hidden;
    }

    #mainvisual .mainvisual_slide {
        height: 100%;
    }

    #mainvisual .swiper-slide {
        margin: 0;
        padding: 0;
        width: 100%;
        height: 42vh;
        position: relative;
    }

    #mainvisual .swiper-slide .copy {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 1.3rem;
        font-weight: 700;
        color: #fff;
        display: inline-block;
        padding: 5px 12px;
        background-color: rgba(0, 0, 0, 0.78);
        text-align: right;
    }

    #mainvisual .swiper-slide .copyright {
        position: absolute;
        right: 10px;
        bottom: 10px;
        max-width: 20vw;
    }

    #mainvisual .swiper-slide .readcopy {
        position: absolute;
        bottom: 20px;
        transform: translateY(0%);
        width: 100%;
    }

    #mainvisual .swiper-slide .readcopy p {
        padding: 0 5%;
        font-size: calc(45 / 1040 * 100vw);
        font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
        margin-top: 25px;
        line-height: 1.5;
        color: #fff;
        text-shadow: 0 0 60px #000;
        margin-top: 0;
        font-weight: 400;
    }

    #mainvisual .slick-slide {
        margin: 0;
        padding: 0;
    }

    #mainvisual .img img {
        width: 100%;
    }

    #mainvisual .caption {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        height: 22px;
        color: #fff;
        font-size: 1.2rem;
        font-weight: 700;
        z-index: 2;
        bottom: 25px;
        right: calc(30px + 110px + 30px + 7px);
    }

    #mainvisual .slider_area {
        position: relative;
    }

    #mainvisual .progress {
        position: absolute;
        right: 30px;
        bottom: 38px;
        width: 120px;
        height: 4px;
        background: #eee;
    }

    #mainvisual .progress .bar {
        display: block;
        width: 0%;
        height: 4px;
        background: #AEAEAE;
    }

    #mainvisual .slick-dots {
        width: 120px;
        height: 4px;
        display: flex;
        justify-content: space-between;
        position: absolute;
        bottom: 30px;
        right: 30px;
    }

    #mainvisual .slick-dots li {
        width: 30%;
        height: 4px;
        background: #fff;
    }

    #mainvisual .slick-dots li button {
        width: 100%;
        height: 4px;
    }

    #mainvisual .slick-dots li.slick-active, #mainvisual .slick-dots li:hover {
        background: #AEAEAE;
    }

    #mainvisual .slick-dots li button, #mainvisual .slick-dots li button:before {
        color: transparent;
        opacity: 0;
    }

    #read_box {
        position: relative;
        background: url(../../../img/read_box_bg.png) no-repeat center center;
        background-size: cover;
    }

    #read_box .inner {
        text-align: center;
    }
}

@media screen and (max-width: 1039px) and (max-width: 1039px) {
    #read_box .inner {
        width: 100%;
        padding: 10% 4%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1039px) {
    #read_box::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background: url(../../../img/read_box_bar.png) repeat 0 0;
        animation: gradient 20s linear infinite;
        overflow: hidden;
        width: 100vw;
        height: 6px;
        z-index: 1;
    }

    #read_box h2 {
        font-size: 3.5rem;
        font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
        font-weight: 700;
        line-height: 1.2;
    }

    #read_box h2 span {
        font-size: 1.7rem;
        display: block;
    }

    #read_box .read {
        flex-direction: column;
    }

    #read_box .read h2 {
        font-size: 3rem;
        font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
        font-weight: 700;
        line-height: 1.2;
        margin-top: 5px;
        padding-right: 0;
        position: relative;
    }

    #read_box .read h2::after {
        display: none;
    }

    #read_box .read .readcopy {
        font-size: 1.7rem;
        font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
        font-weight: 700;
        margin-top: 25px;
        line-height: 1.2;
    }

    #read_box .readcopy {
        font-size: 1.4rem;
        font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
        font-weight: 700;
        margin-top: 4%;
    }

    #read_box .copy {
        font-weight: 700;
        margin-top: 6%;
        line-height: 2;
        font-size: 1.4rem;
    }

    #field {
        padding: 0;
    }
}

@media screen and (max-width: 1039px) and (max-width: 1039px) {
    #field .inner {
        width: 100%;
        padding: 10% 4%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1039px) {
    #field .inner ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 8%;
        width: 100%;
        margin-left: 0;
    }

    #field .inner ul li {
        width: 49%;
        margin-left: 0;
        margin-bottom: 2%;
    }

    #field .inner ul li a span {
        font-size: 1.3rem;
        padding: 10px 10px 10px 5px;
    }

    #field .inner ul li a span::after {
        right: 5px;
    }

    #field .inner ul li a img {
        height: calc(76 / 414 *100vw);
    }

    #case {
        background-color: #F8F8F8;
        padding: 0 0;
    }

    #case .inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #case .inner .more_btn {
        width: 86%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 1039px) and (max-width: 1039px) {
    #case .inner {
        width: 100%;
        padding: 10% 4%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1039px) {
    #case .inner ul {
        width: 100%;
    }

    #case .inner ul li {
        width: 100%;
        max-width: inherit;
        margin: 0 auto 0;
    }

    #case .inner ul li a {
        display: block;
        text-decoration: none;
        color: #000;
        transition: all .3s ease;
    }

    #case .inner ul li a img {
        opacity: 1;
        transition: all .3s ease;
    }

    #case .inner ul li a:hover {
        color: #c5000a;
    }

    #case .inner ul li a:hover img {
        opacity: .5;
    }

    #case .inner ul li a .text {
        margin-top: 10px;
        font-size: 1.4rem;
    }

    #case .inner ul li a .text .data {
        font-weight: 700;
    }

    #case .inner ul li a .text .title {
        margin-top: 5px;
    }

    #case .inner ul li a .text .cat {
        display: flex;
        margin-top: 8px;
        font-size: 1.4rem;
    }

    #case .inner ul li a .text .cat span:first-child {
        flex-shrink: 0;
    }

    #case .inner ul li a .text .tag {
        display: flex;
        margin-top: 2px;
        font-size: 1.4rem;
    }

    #case .inner ul li a .text .tag span:first-child {
        flex-shrink: 0;
    }

    #case .inner .swiper-button-prev, #case .inner .swiper-rtl .swiper-button-next {
        left: 15px;
        right: auto;
        transition: .25s;
        transform: translateX(0%);
        color: #000;
        z-index: 2;
        background-color: #fff;
    }

    #case .inner .swiper-button-prev::after, #case .inner .swiper-rtl .swiper-button-next::after {
        font-size: 20px;
    }

    #case .inner .swiper-button-prev:hover, #case .inner .swiper-rtl .swiper-button-next:hover {
        transform: translateX(0%);
        left: 10px;
    }

    #case .inner .swiper-button-next, #case .inner .swiper-rtl .swiper-button-prev {
        right: 15px;
        left: auto;
        transition: .25s;
        transform: translateX(0%);
        color: #000;
        z-index: 2;
        background-color: #fff;
    }

    #case .inner .swiper-button-next::after, #case .inner .swiper-rtl .swiper-button-prev::after {
        font-size: 20px;
    }

    #case .inner .swiper-button-next:hover, #case .inner .swiper-rtl .swiper-button-prev:hover {
        transform: translateX(0%);
        right: 10px;
    }

    .modaal-content-container {
        padding: 30px 15px;
    }

    .modaal-content-container .more_btn {
        margin: 20px 0;
    }

    .modal_case {
        display: flex;
        width: calc(100% + 10px);
        margin-left: -10px;
        flex-wrap: wrap;
    }

    .modal_case li {
        width: calc(50% - 10px);
        margin-left: 10px;
        margin-bottom: 20px;
        max-width: 380px;
    }

    .modal_case li a {
        display: block;
        text-decoration: none;
        color: #000;
        transition: all .3s ease;
        background-color: #f0f0f0;
        flex-direction: column;
        height: 100%;
        text-decoration: none;
    }

    .modal_case li a img {
        opacity: 1;
        transition: all .3s ease;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .modal_case li a:hover {
        color: #c5000a;
    }

    .modal_case li a:hover img {
        opacity: .5;
    }

    .modal_case li a .text {
        padding: 10px;
        font-size: 1.4rem;
    }

    .modal_case li a .text .data {
        font-weight: 700;
    }

    .modal_case li a .text .title {
        margin-top: 5px;
        font-weight: 700;
    }

    .modal_case li a .text .cat {
        display: block;
        margin-top: 5px;
        font-size: 1.3rem;
        padding-top: 5px;
        border-top: 1px solid #ddd;
    }

    .modal_case li a .text .cat span:first-child {
        flex-shrink: 0;
        width: 100%;
    }

    .modal_case li a .text .tag {
        display: block;
        margin-top: 5px;
        font-size: 1.3rem;
        padding-top: 5px;
        border-top: 1px solid #ddd;
    }

    .modal_case li a .text .tag span:first-child {
        flex-shrink: 0;
        width: 100%;
    }

    #product {
        padding: 0;
    }
}

@media screen and (max-width: 1039px) and (max-width: 1039px) {
    #product .inner {
        width: 100%;
        padding: 10% 4%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1039px) {
    #product .inner ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 8%;
        width: 100%;
        margin-left: 0;
    }

    #product .inner ul li {
        width: 49%;
        margin-left: 0;
        margin-bottom: 2%;
    }

    #product .inner ul li a span {
        font-size: 1.3rem;
        padding: 10px 10px 10px 5px;
    }

    #product .inner ul li a span::after {
        right: 5px;
    }

    #product .inner ul li a img {
        height: calc(76 / 414 *100vw);
    }

    #about {
        position: relative;
        height: auto;
        background: url(../../../img/about_bg.png) no-repeat center center;
        background-size: cover;
        overflow: hidden;
        min-width: inherit;
    }

    #about .img01 {
        position: relative;
        top: 0;
        height: auto;
        width: 100%;
        min-width: inherit;
        transform: skew(0);
        overflow: hidden;
        right: 0;
    }

    #about .img01 span {
        width: 100%;
        height: 100%;
        transform: skew(0);
        left: 0;
        display: block;
        position: relative;
    }

    #about .img01 span img {
        object-fit: cover;
        font-family: 'object-fit: cover;';
        object-position: center center;
        width: 100%;
        height: 100%;
    }

    #about .img02 {
        display: none;
    }

    #about .inner {
        padding-top: 0 !important;
    }
}

@media screen and (max-width: 1039px) and (max-width: 1039px) {
    #about .inner {
        width: 100%;
        padding: 10% 4%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1039px) {
    #about .inner .text {
        display: block;
    }

    #about .inner .page {
        font-size: 2rem;
        font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
        font-weight: 700;
        line-height: 1.2;
    }

    #about .inner h2 {
        font-size: 4rem;
        font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
        font-weight: 700;
        line-height: 1.2;
        font-feature-settings: "palt";
        margin-top: 5%;
    }

    #about .inner .copy {
        margin-top: 20px;
        font-size: 1.4rem;
        font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
        font-weight: 700;
        line-height: 1.2;
        font-feature-settings: "palt";
        letter-spacing: 0.5px;
    }

    #about .inner .copy span {
        font-size: 2rem;
    }

    #about .inner .more_btn {
        font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
        font-weight: 700;
        font-size: 1.4rem;
    }

    #about .inner .more_btn a {
        width: 100%;
        margin: 0 auto;
    }

    #strengths {
        background-color: #F7F7F7;
        padding-top: 8%;
    }
}

@media screen and (max-width: 1039px) and (max-width: 1039px) {
    #strengths .inner {
        width: 100%;
        padding: 10% 4%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1039px) {
    #strengths .inner ul {
        display: block;
    }

    #strengths .inner ul li {
        width: 100%;
        margin-top: 7%;
    }

    #strengths .inner ul li a {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
        padding: 8%;
        box-sizing: border-box;
        box-shadow: 0 0 0 8px #F0F0F0 inset;
        position: relative;
        text-decoration: none;
    }

    #strengths .inner ul li a::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        box-shadow: 0 0 0 0px #c5000a inset;
        transition: all .2s ease-in;
    }

    #strengths .inner ul li a h3 {
        font-size: 2.5rem;
        font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
        font-weight: 700;
        text-align: center;
        height: auto;
        display: inline-flex;
        align-items: center;
    }

    #strengths .inner ul li a h3 .pcbr {
        display: none;
    }

    #strengths .inner ul li a p {
        margin-top: 5%;
        font-size: 1.8rem;
    }

    #strengths .inner ul li a p.img {
        width: 50%;
    }

    #tm {
        padding: 8% 0 0;
        text-align: center;
    }

    #tm .inner {
        padding: 10% 0 0;
    }

    #tm .inner .note {
        font-size: 1.5rem;
        font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
        font-weight: 500;
        margin-top: 15px;
    }

    #tm .inner ul {
        justify-content: space-between;
        margin: 8% 0 0;
    }

    #tm .inner ul li {
        width: 100%;
        height: auto;
        padding: 18% 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #tm .inner ul li:nth-child(1) {
        background: url(../../../img/tm_bg01.png) no-repeat center center;
        background-size: cover;
    }

    #tm .inner ul li:nth-child(2) {
        background: url(../../../img/tm_bg02.png) no-repeat center center;
        background-size: cover;
    }

    #tm .inner ul li p.btn {
        margin-top: 0;
        width: 80%;
    }

    #tm .inner ul li p.btn a {
        width: 100%;
        min-width: inherit;
    }

    #tm .inner p.btn {
        margin-top: 8%;
        margin-bottom: 0;
    }

    #tm .inner p.btn a {
        background-color: #c5000a;
        color: #fff;
        display: inline-flex;
        width: 80%;
        min-width: 320px;
        height: 5.6rem;
        border-radius: 6rem;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        border: 2px solid #c5000a;
        transition: all .3s ease;
        margin: 0 auto;
        font-size: 1.4rem;
    }

    #tm .inner p.btn a:hover {
        background-color: #fff;
        color: #c5000a;
    }

    #re {
        margin-top: 10%;
        background: url(../../../img/temperature-measurement/re_bg.png) no-repeat center center;
        background-size: cover;
    }

    #re .inner {
        padding: 10% 0;
    }
}

@media screen and (max-width: 1039px) and (max-width: 1039px) {
    #re .inner {
        width: 100%;
        padding: 10% 4%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1039px) {
    #re .inner &gt; div {
        border: 3px solid #fff;
        background-color: rgba(255, 255, 255, 0.6);
        padding: 6%;
        text-align: center;
    }

    #re .inner &gt; div h2 {
        font-size: 3.3rem;
        font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
        font-weight: 700;
        text-align: center;
        margin-bottom: 3%;
        line-height: 1;
    }

    #re .inner &gt; div h2 span {
        font-size: 140%;
        letter-spacing: 2px;
    }

    #re .inner &gt; div p {
        font-size: 1.8rem;
        font-family: "游明朝",YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝",serif;
        font-weight: 700;
    }

    #re .inner &gt; div p.btn {
        margin-top: 5%;
        margin-bottom: 0;
    }

    #re .inner &gt; div p.btn a {
        background-color: #c5000a;
        color: #fff;
        display: flex;
        width: 100%;
        height: 6rem;
        border-radius: 6rem;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        border: 2px solid #c5000a;
        box-sizing: border-box;
        transition: all .3s ease;
        margin: 0 auto;
        font-size: 1.4rem;
    }

    #re .inner &gt; div p.btn a:hover {
        background-color: #fff;
        color: #c5000a;
    }

    #tm {
        padding: 8% 0;
        background-color: #F8F8F8;
    }

    #re {
        margin-top: 0;
    }

    #news {
        padding-top: 8%;
    }
}

@media screen and (max-width: 1039px) and (max-width: 1039px) {
    #news .inner {
        width: 100%;
        padding: 10% 4%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1039px) {
    #news .inner ul {
        width: 100%;
        margin-top: 5%;
    }

    #news .inner ul li {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        border-bottom: 1px dashed #D1D1D1;
        padding: 5% 0;
        align-items: center;
    }

    #news .inner ul li .data {
        font-size: 1.4rem;
        font-weight: 700;
        flex-shrink: 0;
    }

    #news .inner ul li .cat {
        font-size: 1.2rem;
        font-weight: 700;
        color: #fff;
        background-color: #CE4C4C;
        padding: 1px 15px;
        flex-shrink: 0;
        margin-left: 3%;
    }

    #news .inner ul li a, #news .inner ul li .nolink {
        margin-left: 0;
        font-size: 1.4rem;
        line-height: 1.8;
        margin-top: 3%;
    }

    #blog {
        background-color: #F8F8F8;
    }

    #blog .inner {
        padding: 100px 0;
    }
}

@media screen and (max-width: 1039px) and (max-width: 1039px) {
    #blog .inner {
        width: 100%;
        padding: 10% 4%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1039px) {
    #blog .inner ul {
        display: block;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 0;
        margin-left: 0;
    }

    #blog .inner ul li {
        width: 100%;
        max-width: 380px;
        margin: 8% auto 0;
    }

    #blog .inner ul li a {
        display: block;
        text-decoration: none;
        color: #000;
        transition: all .3s ease;
    }

    #blog .inner ul li a img {
        opacity: 1;
        transition: all .3s ease;
    }

    #blog .inner ul li a:hover {
        color: #c5000a;
    }

    #blog .inner ul li a:hover img {
        opacity: .5;
    }

    #blog .inner ul li a .text {
        margin-top: 10px;
        font-size: 1.4rem;
    }

    #blog .inner ul li a .text .data {
        font-weight: 700;
    }

    #blog .inner ul li a .text .title {
        margin-top: 5px;
    }

    #blog .inner ul li a .text .cat {
        display: flex;
        margin-top: 15px;
        font-size: 1.4rem;
    }

    #blog .inner ul li a .text .cat span:first-child {
        flex-shrink: 0;
    }

    #blog .inner ul li a .text .tag {
        display: flex;
        margin-top: 2px;
        font-size: 1.4rem;
    }

    #blog .inner ul li a .text .tag span:first-child {
        flex-shrink: 0;
    }
}

@media (orientation: landscape) and (max-width: 1039px) {
    #mainvisual .swiper-slide {
        height: calc(80vh - 65px);
        max-height: 500px;
    }

    #mainvisual .swiper-slide .readcopy p {
        font-size: calc(35 / 1040 * 100vw);
    }

    #mainvisual .swiper-slide .readcopy p .spbr {
        display: none;
    }
}
</pre></body></html>