@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
*{
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
     min-width: 0;
    min-height: 0;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align: baseline;
    background:transparent;
    text-decoration: none;
    cursor: pointer;
}
body{
    font-size: 1.6rem;
    line-height: 2;
    color: #000000;
    font-family: "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    word-break: break-word;
    font-weight: 400;
}
.NotoSansJP {
    font-family: "Noto Sans JP", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}
.NotoSans {
    font-family: "Noto Sans", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
}
/*remove highlight color touch on mobile*/
input,textarea,button,select,div,a,span {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a, input, div, select, textarea, img, button {
    outline: none;
}
a:focus, a:visited, input:focus, select:focus, textarea:focus, button:focus {
    outline: none !important;
    box-shadow: none;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
button {
    font-family: inherit;
    cursor: pointer;
}
img {
    width /***/: auto;
    height: auto;
    border: none;
    vertical-align: bottom;
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}
a {text-decoration: none;
    cursor: pointer;
}
.hover:hover{
    transition: all .3s;
    opacity: 0.7;
    filter:alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.container {
    margin: 0 auto;
    max-width: 1040px;
    position: relative;
    z-index: 10;
    padding-left: 20px;
    padding-right: 20px;
}
.anchor-link{
    position: relative;
    top: -130px;
    display: block;
    line-height: 0;
}
.wrapper{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.d-block{
    display: block;
}
.hdn{
    display: none !important;
}
.no-cursor{
    cursor: auto !important;
}
.hdn-scroll{
    overflow: hidden;
}
b, strong{
    font-weight: 700;
}
@media(max-width: 750px){
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .anchor-link{
        top: -70px;
    }
}
@media(max-width: 374px){
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/*
==============================================================
=========================== pagetop ==========================
==============================================================
*/
/* #pagetop ================================================== */
#pagetop {
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 70px;
    display: inline-block;
    bottom: 30px;
    right: 20px;
    position: fixed;
    z-index: 900;
    cursor: pointer;
    display: none ;
    background: #00B196;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
#pagetop:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -7px;
    margin-top: -4px;
    width: 14px;
    height: 14px;
    border-color: #fff;
    border-width: 0 2px 2px 0px;
    border-style: solid;
    display: inline-block;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transition: .3s;
}
#pagetop:hover:before{
    margin-top: -8px;
}
@media(max-width: 750px){
    #pagetop {
        width: 40px;
        height: 40px;
        right: 10px;
    }
    #pagetop:before{
        width: 12px;
        height: 12px;
        margin-left: -6px;
    }
}
/*
==============================================================
========================== Animation =========================
==============================================================
*/
@-webkit-keyframes aniHeaderMenu {
    0% {-webkit-transform: translate3d(0, -80%, 0);transform: translate3d(0, -80%, 0);}
    100% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@keyframes aniHeaderMenu {0% {-webkit-transform: translate3d(0, -80%, 0);transform: translate3d(0, -80%, 0);}
100% {-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
}
@-webkit-keyframes backgroundIMG{
0% {opacity: 0;}
20% {opacity: 0.2;}
40% {opacity: 0.4;}
60% {opacity: 0.6;}
80% {opacity: 0.8;}
100% {opacity: 1; }
}
@keyframes backgroundIMG {
0% {opacity: 0;}
20% {opacity: 0.2;}
40% {opacity: 0.4;}
60% {opacity: 0.6;}
80% {opacity: 0.8;}
100% {opacity: 1;}
}
.fade-in {
opacity: 0;
filter: blur(4px) brightness(105%);
transition: opacity 2s ease, filter 2s ease;
}
.fade-in.is-view {
opacity: 1;
filter: blur(0) brightness(100%);
}
.fade-up {
opacity: 0;
transform: translateY(60px);
-webkit-transform: translateY(60px);
filter: blur(4px) brightness(105%);
transition: opacity 1.5s ease, transform 1.5s ease, filter 1.5s ease;
}
.fade-up.is-view {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
filter: blur(0) brightness(100%);
}
.fade-down {
opacity: 0;
transform: translateY(-40px);
-webkit-transform: translateY(-40px);
filter: blur(5px) brightness(105%);
transition: opacity 1.5s ease, transform 1.5s ease, filter 1.5s ease;
}
.fade-down.is-view {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
filter: blur(0) brightness(100%);
}
.fade-left {
opacity: 0;
transform: translateX(-40px);
-webkit-transform: translateX(-40px);
filter: blur(5px) brightness(105%);
transition: opacity 1.5s ease, transform 1.5s ease, filter 1.5s ease;
}
.fade-left.is-view {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
filter: blur(0) brightness(100%);
}
.fade-right {
opacity: 0;
transform: translateX(40px);
-webkit-transform: translateX(40px);
filter: blur(5px) brightness(105%);
transition: opacity 1.5s ease, transform 1.5s ease, filter 1.5s ease;
}
.fade-right.is-view {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
filter: blur(0) brightness(100%);
}
.zoom-in {
opacity: 0;
overflow: hidden;
transform: scale(0.7, 0.7);
-webkit-transform: scale(0.7, 0.7);
transition: opacity 1.5s ease, transform 1.5s ease;
}
.zoom-in.is-view {
opacity: 1;
transform: scale(1, 1);
-webkit-transform: scale(1, 1);
}
.zoom-out {
opacity: 0;
overflow: hidden;
transform: scale(1.2, 1.2);
-webkit-transform: scale(1.2, 1.2);
transition: opacity 1.5s ease, transform 1.5s ease;
}
.zoom-out.is-view {
opacity: 1;
transform: scale(1, 1);
-webkit-transform: scale(1, 1);
}
.roll-left {
position: relative;
overflow: hidden;
}
.roll-left img {
opacity: 0;
transition: opacity 1.5s ease .5s;
}
.roll-left:after {
content: '';
position: absolute;
top: 0;
bottom: 0;background: #f0ebe4;
}
.roll-left.is-view img {
    opacity: 1;
}
.roll-left.is-view:after {
    animation: rollLeft 1.5s ease;
}
@keyframes rollLeft {
    0% {
        left: 0;
        right: 100%;
    }
    50% {
        left: 0;
        right: 0;
    }
    100% {
        left: 100%;
        right: 0;
    }
}
@-webkit-keyframes rollLeft {
    0% {
        left: 0;
        right: 100%;
    }
    50% {
        left: 0;
        right: 0;
    }
    100% {
        left: 100%;
        right: 0;
    }
}
.roll-right {
    position: relative;
    overflow: hidden;
}
.roll-right img {
    opacity: 0;
    transition: opacity 1.5s ease .5s;
}
.roll-right:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: #3a6531;
}
.roll-right.is-view img {
    opacity: 1;
}
.roll-right.is-view:after {
    animation: rollRight 1.5s ease;
}
@keyframes rollRight {
    0% {
        right: 0;
        left: 100%;
    }
    50% {
        right: 0;
        left: 0;
    }
    100% {
        right: 100%;
        left: 0;
    }
}
@-webkit-keyframes rollRight {
    0% {
        right: 0;
        left: 100%;
    }
    50% {
        right: 0;
        left: 0;
    }
    100% {
        right: 100%;
        left: 0;
    }
}
@media (min-width: 768px) {
    .delay1 {
        transition-delay: .4s;
    }
    .delay2 {
        transition-delay: .6s;
    }
    .delay3 {
        transition-delay: .8s;
    }
    .delay4 {
        transition-delay: 1.2s;
    }
}
/*
==============================================================
========================= End Animation ======================
==============================================================
*/
/*
==============================================================
======================= hamburger menu =======================
==============================================================
*/
.hamburger-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.2s;
    z-index: 1100;
    width: 80px;
    height: 80px;
    background: #FF0000;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
}
.hamburger-menu .bar,
.hamburger-menu .bar:after,
.hamburger-menu .bar:before {
    width: 42px;
    height: 4px;
    transition: 0.2s;
    background: #fff;
}
.hamburger-menu .bar{
    position: relative;
    width: 42px;
    line-height: 1;
    transition: all 0ms 300ms;
}
.hamburger-menu .bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: -13px;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu .bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu.active .bar{
    background: none !important;
}
.hamburger-menu.active .bar:before {
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    top: 0;
}
.hamburger-menu.active .bar:after {
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    top: 0;
}
@media(max-width:860px){
    .hamburger-menu {
        display: flex;
    }
    .hamburger-menu.bottom{
        display: none;
    }
    header.open-menu .hamburger-menu.bottom {
        display: flex;
        bottom: 0;
        right: 0;
        top: unset;
    }
}
/*
==============================================================
====================== End hamburger menu ====================
==============================================================
*/
/*
==============================================================
============================ Common ==========================
==============================================================
*/
.lb-sp{
    display: none;
}
.lb-pc{
    display: block;
}
.lb-sm{
    display: none !important;
}
.slick-track{
    height: 100%;
}
.btn {
  background: #E01F06;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    display: flex;
    align-items: center;
    padding: 25px 20px;
    font-weight: 700;
    border-radius: 6px;
    transition: .3s;
    min-width: 297px;
    text-align: center;
    display: inline-block;
    letter-spacing: 0.02em;
}
.btn:hover {
    background: #409ADA
}
.btn span {
    position: relative;
    padding-right: 30px;
}
@media(max-width:750px){
    .lb-sp{
        display: block;
    }
    .lb-pc{
        display: none;
    }
}
/*
==============================================================
========================== End common ========================
==============================================================
*/
/*
==============================================================
============================ Header ==========================
==============================================================
*/
header{
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}
header .logo{
    position: relative;
    display: inline-block;
    padding-left: 40px;
}
header .logo img{
    width: 220px;
}
header h1 {
    display: block;
}
header .right{
    flex: 1;
    display: flex;
    justify-content: flex-end;
    padding: 20px;
}
header .right a{
    background: #E01F06;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1;
    display: flex;
    align-items: center;
    padding: 25px 20px;
    font-weight: 700;
    border-radius: 6px;
    transition: .3s;
    min-width: 297px;
    text-align: center;
    display: inline-block;
    letter-spacing: 0.02em;
}
header .right a i{
    display: inline-block;
    padding-left: 15px;
}
header .right a span{
    display: inline;
    padding-left: 33px;
    position: relative;
}
header .right a span::before{
    content: "";
    position: absolute;
    width: 25px;
    height: 20px;
    background: url(../img/ic-comment.png) no-repeat;
    background-size: 100% !important;
    background-position: center !important;
    left: 0;
    top: 50%;
    margin-top: -10px;
}
header .right a:hover{
    transition: all .3s;
    background: #409ADA;
}
.fixed-nav header{
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0;
    background: rgb(255, 255, 255, .9);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation: aniHeaderMenu .3s ease forwards;
            animation: aniHeaderMenu .3s ease forwards;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1);
}
@media(max-width: 860px) {
    header .right a {
        font-size: 1.6rem;
        padding: 19px 20px;
        min-width: 240px;
    }
    header .logo img {
        width: 160px;
    }
    header .logo {
        padding-left: 20px;
    }
    header .right {
        padding: 10px 20px;
    }
  
}
@media(max-width: 768px){
    header {
        padding-left: 15px;
        justify-content: center;
    }
    header .right {
        padding: 10px 15px;
    }
    header .logo{
        position: relative;
        padding-left: 0px;
    }
      header .right a span {
        padding-left: 24px;
    }
    header .right a span::before {
        width: 20px;
        height: 16px;
        margin-top: -8px;
    }
    header .right a {
        font-size: 1.2rem;
        padding: 12px 10px;
        min-width: 181px;
    }
    header .logo img {
        width: 120px;
    }
    .fixed-nav header{
        -webkit-animation: unset;
                animation: unset;
        padding-left: 15px;
    }
}
@media(max-width: 374px){
    header .logo img {
        width: 100px;
    }
}
/*
==============================================================
=========================== Home =============================
==============================================================
*/
.home .main-visual {
    position: relative;
}
.home .main-visual img {
    width: 100%;
}
.home .main-visual .txt {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home .main-visual .txt .inner {
    background: #fff;
    display: inline-block;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1;
    min-width: 540px;
    border-radius: 32px;
    padding: 47px 20px;
}
.home .main-visual .txt .inner .sm {
    font-size: 2.4rem;
}
.home .main-visual .txt .inner h1 {
    color: #E01F06;
    line-height: 1.24;
    font-size: 6rem;
    letter-spacing: 0.02em;
    font-weight: 900;
    padding-top: 20px;
}
.home .main-visual .txt .inner h1 span {
    letter-spacing: -0.04em;
}
@media(max-width: 1024px){
    .home .main-visual .txt .inner {
        font-size: 1.8rem;
    }
    .home .main-visual .txt .inner .sm {
        font-size: 1.6rem;
    }
    .home .main-visual .txt .inner h1 {
        font-size: 4.5rem;
    }
    .home .main-visual .txt .inner {
        min-width: 350px;
        padding: 30px 20px;
        border-radius: 25px;
    }
}
@media(max-width: 374px){
    .home .main-visual .txt .inner {
        width: 90%;
        min-width: unset;
    }
    .home .main-visual .txt .inner h1 {
        font-size: 3.5rem;
    }
    .home .main-visual .txt .inner {
        font-size: 1.6rem;
    }
     .home .main-visual .txt .inner .sm {
        font-size: 1.4rem;
    }
}
/* problems */
.home .problems {
    background: #FEEAD6;
    border-top: 7px solid #E01F06;
}
.home .problems .content {
    padding: 60px 0 40px
}
.home .problems h2 {
    font-size: 3.2rem;
    line-height: 1.2;
    color: #fff;
    background: url(../img/problems-bg.png) no-repeat;
    background-size: 100% 100%!important;
    background-position: top !important ;
    padding: 16px 15px;
}
.cl1 {
    color: #FBFF88;
    padding: 0 !important;
}
.home .problems img {
    width: 100%;
}
@media(max-width:750px){
    .home .problems h2 {
        font-size: 1.8rem;
        padding: 6px 15px;
        background: url(../img/problems-bg-sp.png) no-repeat;
        background-size: 100% !important;
    }
    .home .problems .content {
        padding: 30px 0 30px;
    }
    .home .problems {
        border-top: 3px solid #E01F06;
    }
}
/* equipment */
.home .equipment {
    background: #FEEAD6;
    padding-bottom: 40px;
}
.home .equipment h2 {
    font-size: 4rem;
    line-height: 1.6;
    text-align: center;
    font-size: 4rem;
    letter-spacing: 0.06em;
    background: #FF721A;
    color: #fff;
    padding: 5px 0;
}
.home .equipment h2 .lg {
    font-size: 4.8rem;
    line-height: 1;

}
.home .equipment .item h3 {
    font-size: 3.2rem;
    background: #E01F06;
    color: #fff;
    padding: 6px 15px 6px 100px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    position: relative;
    border-radius: 50vh 25vh 25vh 50vh;
    z-index: 10;
}
.home .equipment .item.fm1 {
    position: relative;
    z-index: 1;
}
.home .equipment .item h3 .no {
    font-size: 4.4rem;
    font-family: "Noto Sans", "Yu Gothic", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 50%;
    margin-top: -40px;
    z-index: 1;
     background: #E01F06;
}
.home .equipment .items {
    padding-top: 25px;
    padding-bottom: 100px;
}
.home .equipment .item {
    padding-top: 40px;
}
.home .equipment .item .inner-box .inner {
    display: flex;
    flex-wrap: wrap;
    font-size: 2.4rem;
    line-height: 2;
    padding: 60px 30px 40px;
    border-radius: 0 0 15px 15px;
    background: #fff;
    margin-top: -40px;
}
.home .equipment .item.fm1 .inner-box .inner {
    align-items: center;
    padding: 65px 30px 0px;
}
.home .equipment .item.fm1 .inner-box  .txt {
    width: 58%;
    padding-bottom: 68px;
}
.home .equipment .item.fm1 .inner-box  .txt .desc {
    width: max-content;
    margin: 0 auto;
    padding-top: 20px;
}
.home .equipment .item.fm1 .inner-box  .img {
    width: 42%;
    position: relative;
    min-height: 100px;
}
.home .equipment .item.fm1 .inner-box .img img {
    margin-left: -30%;
}
.home .equipment .item.fm2 .inner-box .inner {
    align-items: center;
}
.home .equipment .item.fm2 .inner-box .left {
    width: 37%;
}
.home .equipment .item.fm2 .inner-box .right {
    width: 63%;
    margin-left: -15px;
}
.home .equipment .item.fm2 .inner-box .right .tl-box {
    text-align: center;
}
.home .equipment .item.fm2 .inner-box .right .sub {
    color: #409ADA;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.6;
    position: relative;
    display: inline-block;
    padding: 0 20px;
}
.home .equipment .item.fm2 .inner-box .right .sub::before,
.home .equipment .item.fm2 .inner-box .right .sub::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 20px;
    background-size: 100% !important;
    margin-top: -8px;
    top: 50%;
}
.home .equipment .item.fm2 .inner-box .right .sub::before {
    background: url(../img/equipment02-line1.png) no-repeat;
    left: 0;
}
.home .equipment .item.fm2 .inner-box .right .sub::after {
    background: url(../img/equipment02-line2.png) no-repeat;
    right: 0;
}
.home .equipment .item h4 {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    padding-bottom: 15px;
    text-align: center;
}
.home .equipment .item .item-list h4 {
    line-height: 1.4;
}
.home .equipment .img-box {
    text-align: center;
    width: 100%;
    padding-top: 15px;
}
.home .equipment .img-box img {
    max-width: 740px;
    width: 100%;
}
.home .equipment .item-list {
    width: 100%;
    padding-top: 60px;
} 
.home .equipment .item-list ul {
    display: flex;
    flex-wrap: wrap;
}
.home .equipment .item-list ul li {
    width: 38.85%;
    padding: 6px;
}
.home .equipment .item-list ul li:last-child{
    width: 22.3%;
}
.home .equipment .item-list ul li .img {
    width: 100%;
    padding-top: 292px;
    position: relative;
}
.home .equipment .item-list ul li .img img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}
.home .equipment .item-list ul li .txt {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
    padding-top: 16px;
    margin: 0 -5px;
}
.home .equipment .item.fm3 .txt-box {
    width: 100%;
    padding-top: 30px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: 0.02em;
}
.home .equipment .item.fm3 .txt-box .tl {
    font-size: 4.4rem;
    color: #E01F06;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
    padding-bottom: 20px;
}
.home .equipment .item.fm3 .txt-box .tl .lg {
    font-size: 5.8rem;
    line-height: 1;
}
.home .equipment .item.fm3 .inner{
    padding-bottom: 0;
    border-radius: 0;
    position: relative;
}
.home .equipment .item.fm3 .inner .ct-img {
    text-align: center;
    width: 100%;
}
.home .equipment .item.fm3 .inner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 105px;
    background: url(../img/equipment03-bg.png) no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    bottom: -105px;
    left: 0;
}
@media(max-width:1024px){
    .home .equipment .item h3 {
        font-size: 2.5rem;
    }
    .home .equipment .item.fm2 .inner-box .left {
        width: 34%;
    }
    .home .equipment .item.fm2 .inner-box .right {
        width: 66%;
    }
}
@media(max-width:960px) {
    .home .equipment h2 {
        font-size: 3rem;
    }
    .home .equipment h2 .lg {
        font-size: 3.2rem;
    }
}
@media(max-width:860px) {
    .home .equipment .item.fm2 .inner-box .right .tl-box .lb-sp {
        display: block;
    }
    .home .equipment .item-list ul li .txt {
        font-size: 1rem;
    }
    .home .equipment .item-list ul li .img {
        padding-top: 230px;
    }
    .home .equipment .item.fm3 .txt-box .tl .lg {
        font-size: 4rem;
        line-height: 1;
    }
    .home .equipment .item.fm3 .txt-box .tl {
        font-size: 3rem;
    }
    .home .equipment .item-list h4 .lb-sp {
        display: block;
    }
    .home .equipment .item.fm1 .inner-box .img img {
        margin-left: -10%;
    }
}
@media(max-width:750px){
    .home .equipment .item .inner-box .inner {
        font-size: 1.8rem;
    }
    .home .equipment .item .inner-box .inner .txt {
        width: 100%;
    }
    .home .equipment .item.fm2 .inner-box .right img {
        margin: 0 auto;
        width: 80%;
        display: block;
    }
    .home .equipment .item h4 {
        font-size: 2.2rem;
        line-height: 1.5;
    }
    .home .equipment .item.fm2 .inner-box .right .sub {
        font-size: 1.25rem;
    }
    .home .equipment .item.fm1 .inner-box .img {
        width: 60%;
        padding-top: 30px;
    }
     .home .equipment .item.fm1 .inner-box .inner {
        justify-content: center;
     }
    .home .equipment .item.fm1 .inner-box  .img img {
        position: relative;
        width: 100%;
        top: 0;
    }
    .home .equipment .item.fm1 .inner-box .inner {
        padding: 70px 30px 40px;
    }
    .home .equipment .item h3 {
        font-size: 2rem;
        line-height: 1.4;
    }
    .home .equipment .item.fm1 .inner-box .txt .desc {
        padding-top: 0;
    }
     .home .equipment .item.fm2 .inner-box .left {
        width: 100%;
        padding-top: 25px;
    }
    .home .equipment .item.fm2 .inner-box .right {
        width: 100%;
        padding-top: 25px;
        margin-left: 0;
    }
    .home .equipment .item .inner-box .inner {
        padding: 40px 15px 30px;
        border-radius: 0 0 10px 10px;
    }
    .home .equipment .item h3 {
        padding-left: 80px;
        border-radius: 10px;
    }
    .home .equipment .item h3 .no {
        font-size: 3rem;
        width:50px;
        height: 50px;
        left: 15px;
        margin-top: -25px;
        border: 2px solid #fff;
    }
    .home .equipment .item-list ul li .img {
        padding-top: 0;
    }
    .home .equipment .item-list ul li .img img {
        position: unset;
    }
     .home .equipment .item-list ul li {
        width: 100% !important;
        padding-bottom: 25px;
     }
     .home .equipment .item-list ul li .txt {
        font-size: 1.4rem;
    }
    .home .equipment .item.fm3 .inner {
        border-radius: 0;
        padding-bottom: 0;
    }
    .home .equipment .item.fm3 .txt-box .tl {
        font-size: 2.5rem;
        line-height: 1.5;
    }
    .home .equipment .item.fm3 .txt-box .tl .lg {
        font-size: 3rem;
    }
    .home .equipment .img-box {
        overflow-x: auto;
    }
    .home .equipment .img-box img {
        width: 740px;
    }
    .home .equipment .ct-img {
        position: relative;
    }
     .home .equipment .img-scroll {
        position: absolute;
        display: inline-block;
        font-size: 1.2rem;
        line-height: 1;
        padding: 42px 10px 6px 10px;
        background: rgb(0, 0, 0, .5);
        color: #fff;
        border-radius: 4px;
        top: 50%;
        margin-top: -30px;
        left: 50%;
        margin-left: -38px;

    }
    .home .equipment .img-scroll::after {
        content: "";
        position: absolute;
        width: 30px;
        height: 30px;
        background: url(../img/ic-scrolling.png) no-repeat;
        background-size: 100% !important;
        top: 6px;
        left: 50%;
        margin-left: -15px;
    }
    .home .equipment .item-list {
        padding-top: 40px;
    }
    .home .equipment .item.fm3 .txt-box {
        padding-top: 10px;
    }
    .home .equipment .item.fm1 .inner-box .img img {
        margin-left: 0;
    }
    .home .equipment .item .inner-box .inner .txt {
        padding-top: 10px;
        padding-bottom: 0;
    }
    .home .equipment .item.fm1 .inner-box .inner {
        padding: 50px 30px 0px;
    }
    .home .equipment .item.fm1 .inner-box .img {
        width: 80%;
        padding-top: 20px;
        max-width: 400px;
    }
    .home .equipment .items {
        padding-top: 0;
    }
}
@media(max-width:374px){
    .home .equipment .item h3 {
        font-size: 1.6rem;
    }
    .home .equipment .item .inner-box .inner .txt {
        font-size: 1.4rem;
    }
    .home .equipment .item.fm1 .inner-box .img img {
        width: 100%;
    }
}
/* consultation */
.consultation {
    padding: 40px 0;
    background: url(../img/consultation-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}
.consultation .inner {
    background: #fff;
    border-radius: 16px;
    padding: 45px 20px;
    text-align: center;
}
.consultation .inner .btn {
    position: relative;
}
.consultation .inner .btn::after,
.consultation .inner .btn::before {
    display: none
}
.consultation .inner .btn .tag {
    position: absolute;
    background: url(../img/tag.png) no-repeat;
    background-size: 100%;
    width: 89px;
    top: 50%;
    height: 88px;
    left: -50px;
    margin-top: -60px;
    padding: 0 !important;
}
.consultation .inner .btn {
    min-width: 560px;
    font-size: 3.2rem;
    padding: 30px 20px;
    border-bottom: 5px solid #A41300;
}
.consultation .inner .btn .ic {
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    /* position: absolute; */
    padding: 0 !important;
    position: relative;
    margin-left: 10px;
}
.consultation .inner .btn .ic::before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #E01F06;
    border-right: 2px solid #E01F06;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -5px;
}
@media(max-width:750px){
    .consultation .inner .btn {
        min-width: 320px;
        font-size: 2rem;
        padding: 20px 20px;
        padding-right: 40px;
    }
    .consultation .inner .btn .tag {
        width: 55px;
        height: 55px;
        left: -30px;
        margin-top: -50px;
    }
    .consultation .inner {
        background: #fff;
        border-radius: 8px;
        padding: 30px 30px;
        text-align: center;
    }
    .consultation .inner .btn .ic {
        width: 20px;
        height: 20px;
        position: absolute;
        right: 30px;
        top: 50%;
        margin-top: -10px;
        margin-left: 0;
    }
}
@media(max-width:428px) {
    .consultation .inner .btn .tag {
        left: -15px;
         margin-top: -50px;
         width: 45px;
         height: 45px;
    }
    .consultation .inner .btn {
        font-size: 1.6rem;
        min-width: 280px;
    }
    .consultation .inner .btn .ic {
        right: 20px;
        width: 16px;
        height: 16px;
        margin-top: -8px;
    }
}
@media(max-width:374px) {
    .consultation .inner .btn .tag {
        left: -15px;
        margin-top: -50px;
        width: 45px;
        height: 45px;
    }
    .consultation .inner .btn {
        font-size: 1.6rem;
        min-width: unset;
        width: 100%;
        padding-right: 35px;
    }
    .consultation .inner .btn .ic {
        right: 15px;
        width: 16px;
        height: 16px;
        margin-top: -8px;
    }
    .consultation .inner {
        padding: 20px;
    }
}
/* products */
.products {
    padding-top: 82px;
    padding-bottom: 80px;
}
.products .tl {
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.6
}
.products .tl .sub {
    font-size: 3.2rem;
    position: relative;
    padding-left: 85px;
    display: inline-block;
}
.products .tl .sub::before{
    content: "";
    position: absolute;
    width: 72px;
    height: 46px;
    background: url(../img/ic-hot.png)no-repeat;
    background-size: 100% !important;
    left: 0;
    top: 50%;
    margin-top: -23px;
}
.products .tl h2 {
    font-size: 5.2rem;
}
.products .tl h2 span {
    position: relative;

}
.products .tl h2 span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: url(../img/dotted.png) repeat;
    left: 0;
    bottom: -8px;
}
.products .items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-top: 50px;
}
.products .items .item {
    width: 50%;
    padding: 10px;
}
.products .items .item .inner {
    position: relative;
}
.products .items .item .img {
    padding-top: 66.9%;
    position: relative;
    border: 2px solid #F5F5F5;
    border-radius: 16px;
    overflow: hidden;
}
.products .items .item .inner .tag {
    position: absolute;
    width: 138px;
    height: 138px;
    background: #00B196;
    color: #fff;
    z-index: 1;
    top: 0;
    left: 0;
    border-radius: 50%;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: -30px;
}
.products .items .item .img img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    object-position: center;
    height: 100%;
}
.products h3 {
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.6;
    padding-bottom: 10px;
    text-align: center;
    padding-top: 25px;
}
.products .items.fm1 {
    padding-top: 0;
}
.products .items.fm1 .item {
    width: 33.33%;
}
.products .items.fm1 .item .img {
    padding-top: 102.5%;
}
.products .items.fm1 .item .img img {
    object-fit: cover;
    width: 100%;
}
.products .items.fm1 .item .cl2 {
    color: #868686;
}
.products .items .item  .txt {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
    text-align: center;
    padding-top: 15px;
}
@media(max-width: 860px){
    .products .tl h2 {
        font-size: 4rem;
    }
    .products .tl .sub {
        font-size: 2.4rem;
        padding-left: 70px;
    }
    .products .tl .sub::before {
        width: 58px;
        height: 38px;
        margin-top: -19px;
    }
    .products .items .item .inner .tag {
        width: 100px;
        height: 100px;
        font-size: 2rem;
    }
    .products h3 {
        font-size: 2.4rem;
    }
}
@media(max-width:750px){
     .products .tl h2 {
        font-size: 2.5rem;
    }
    .products .tl .sub {
        font-size: 1.8rem;
        padding-left: 50px;
    }
    .products .tl .sub::before {
        width: 40px;
        height: 26px;
        margin-top: -13px;
    }
    .products {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .products .items {
        margin: 0;
    }
    .products .items .item {
        width: 100%;
        padding: 10px 0;
    }
    .products .items .item .img {
        padding: unset;
    }
    .products .items .item .img img{
        position: unset;
        object-fit: unset;
        width: 100%;
        height: auto;
    }
    .products .items.fm1 .item .img {
        padding-top: 0;
    }
    .products .items.fm1 .item {
        width: 100%;
    }
}
/* circulation */
.home .circulation {
    background: #FEEAD6;
    padding: 80px 0 50px;
}
.home .circulation h2 {
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.6;
    text-align: center;
}
.home .circulation .items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-top: 30px;
}
.home .circulation .items .item {
    width: 33.33%;
    padding: 10px;
}
.home .circulation .items .item h3 {
    font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.6;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.home .circulation .items .item h3 img {
    margin-right: 10px;
    height: 48px;
}
.home .circulation .items .item h4 {
    font-size: 2rem;
    line-height: 1.32;
    font-weight: 500;
    padding-top: 10px;
}
.home .circulation .items .item h4 .sm {
    font-size: 1.4rem;
    font-weight: 500;
}
.home .circulation .items .item {
    font-size: 1.4rem;
    line-height: 1;
}
.home .circulation .items .item p {
    padding: 7px 0;
}
.home .circulation .items .item .img {
    padding-top: 86%;
    position: relative;
}
.home .circulation .items .item .img img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.home .circulation .items .item p span {
    background: #231815;
    color: #fff;
    font-size: 1.2rem;
    padding: 5px 8px;
    border-radius: 50vh;
    line-height: 1;
    display: inline-block;
    margin-right: 8px;

}
.home .circulation .items .item span.b2 {
    background: #00B196;
}
.home .circulation .items .item span.lb-lg {
    padding: unset;
}
@media(max-width: 1024px){
    .home .circulation .items .item {
        font-size: 1.4rem;
        line-height: 1;
    }
    .home .circulation .items .item span.lb-lg {
        display: block;
        background: unset;
        height: 14px;
    }
}
@media(max-width: 860px){
    .home .circulation .items .item h4 {
        font-size: 1.6rem;
        padding-bottom: 5px;
    }
    .home .circulation .items .item {
        font-size: 1.2rem;
    }
    .home .circulation .items .item p span {
        font-size: 1rem;
    }
    .home .circulation .items .item p {
        padding: 3px 0;
    }
    .home .circulation .items .item span.lb-lg {
        height: 6px;
    }
    .home .circulation .items .item h3 {
        font-size: 2.5rem
    }
    .home .circulation .items .item h3 img {
        margin-right: 10px;
        height: 40px;
    }
    .home .circulation h2 {
        font-size: 3rem;
    }
}
@media(max-width:750px){
    .home .circulation .items .item {
        width: 100%;
        padding-top: 30px;
    }
    .home .circulation h2 {
        font-size: 2.5rem;
    }
    .home .circulation .items {
        padding-top: 20px;
    }
    .home .circulation {
        padding: 40px 0 25px;
    }
     .home .circulation .items .item h4 {
        font-size: 1.8rem;
        padding-bottom: 5px;
    }
    .home .circulation .items .item {
        font-size: 1.4rem;
    }
    .home .circulation .items .item p span {
        font-size: 1.2rem;
    }
}
/* company */
.home .company {
    background: #F5F5F5;
    padding: 110px 0;
}
.home .company h2 {
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.6;
    text-align: center;
}
.home .company ul {
    padding-top: 45px;
}
.home .company ul li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1.6;
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    padding: 8px 0;
}
.home .company ul li .lbl {
    width: 160px;
    font-weight: 700;
}
.home .company ul li .desc {
    flex: 1;
}
.home .company ul li .desc a {
    color: #E01F06;
    border-bottom: 1px solid #E01F06;
    line-height: 1.2;
    display: inline-block;
    margin-left: 23px;
    position: relative;
    transition: .3s;
}
.home .company ul li .desc a::before{
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #E01F06;
    border-right: 2px solid #E01F06;
    transform: rotate(45deg);
    left: -25px;
    top: 50%;
    margin-top: -5px;
    transition: .3s
}
.home .company ul li .desc a:hover {
    color: #409ADA;
    border-bottom: 1px solid #409ADA;
}
.home .company ul li .desc a:hover::before {
    border-color: #409ADA;
}
@media(max-width:750px){
    .home .company {
        padding: 40px 0;
    }
    .home .company h2 {
        font-size: 2.5rem;
    }
    .home .company ul {
        padding-top: 25px;
    }
    .home .company ul li {
        font-size: 1.6rem;
    }
    .home .company ul li .lbl {
        width: 140px;
    }
}
@media(max-width:374px) {
    .home .company ul li {
        font-size: 1.4rem;
    }
    .home .company ul li .lbl {
        width: 120px;
    }
}
/* consultation-form */
.home .consultation-form {
    padding: 85px 0 100px;
}
.home .consultation-form h2 {
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.6;
    text-align: center;
}
.home .consultation-form .form-wrap {
  /* margin-bottom: 60px; */
  margin-bottom: 0px;
  border:  1px solid #C8C8C8;
  border-radius: 8px;
  overflow: hidden;
  margin-top: 50px;
}
.home .consultation-form .form-wrap form {
  margin: 0px 0 0px 0;
}
.home .consultation-form .form-wrap .form-group {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: 400;
  border-bottom: 1px solid #C8C8C8;
  position: relative;
}
.home .consultation-form .form-wrap .form-group::before {
    content: "";
    position: absolute;
    background: #F5F5F5;
    width: 305px;
    height: 100%;
    left: 0;
    top: 0;
    border-right: 1px solid #C8C8C8;
}
.home .consultation-form .form-wrap .form-group:last-child {
  border-bottom: none;
}
.home .consultation-form .form-wrap .form-group .label {
  width: 305px;
  text-align: left;
  padding: 0 20px;
  display: block;
  position: relative;
  font-weight: 700;
  padding: 20px;
}
.home .consultation-form .form-wrap .form-group .label-required {
    padding: 4px 6px;
    background-color: #E01F06;
    color: #fff;
    border-radius: 3px;
    font-size: 1.4rem;
    line-height: 1;
    display: inline-block;
    letter-spacing: .02em;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -11px !important;
}
.home .consultation-form .form-wrap .form-group .specific-label .label-required{
    margin-left: 0;
    margin-top: 5px;
}
.home .consultation-form .form-wrap .form-group .input  {
    flex: 1;
    padding: 15px 20px;
}
.home .consultation-form .form-wrap .form-group .input p {
    margin-bottom: 5px;
    line-height: 1;
}
.home .consultation-form .form-wrap .form-group .input input{
    height: 40px;
    border-radius: 6px;
    padding: 0 16px;
    border: 1px solid #C8C8C8;
    width: 100%;
}
.home .consultation-form .form-wrap .form-group .post-code {
    flex: 1;
    padding: 0 12px;
}
.home .consultation-form .form-wrap .form-group .post-code .inner{
  display: flex;
  align-items: center;
  justify-content: left;
  width: 85%;
}
.home .consultation-form .form-wrap .form-group .post-code label {
  display: flex;
  margin: 0 0px;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  color: #c8c8c8;
}
.home .consultation-form .form-wrap .form-group .post-code .input{
    padding: 20px 8px;
}
.home .consultation-form .btn {
    min-width: 273px;
    position: relative;
    padding-right: 45px;
}
.home .consultation-form .btn .ic {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    padding: 0 !important;
    margin-top: -10px;
    top: 50%;
    right: 40px;
}
.home .consultation-form .btn .ic::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 1px solid #E01F06;
    border-right: 1px solid #E01F06;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -3px;
    left: 50%;
    margin-left: -4px;
}
.home .consultation-form .txt-bottom {
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
    padding-top: 80px;
}

@media (max-width: 750px) {
    
    .home .consultation-form .form-wrap .form-group {
        flex-wrap: wrap;
    }
    .home .consultation-form .form-wrap .form-group .label {
        width: 100%;
    }
    .home .consultation-form .form-wrap .form-group .input {
        flex: auto;
    }
    .home .consultation-form .form-wrap .form-group::before {
        display: none;
    }
    .home .consultation-form .form-wrap .form-group .label {
        background: #F5F5F5;
    }
    .home .consultation-form .form-wrap .form-group .post-code .inner {
        width: 100%;
    }
    .home .consultation-form .form-wrap {
        margin-bottom: 30px;
        margin-top: 25px;
    }
    .home .consultation-form {
        padding: 40px 0 50px;
    }
    .home .consultation-form h2 {
        font-size: 2.5rem;
    }
    .home .consultation-form .txt-bottom {
        font-size: 1.6rem;
        padding-top: 40px;
    }
    .home .consultation-form .form-wrap .form-group .label {
        padding: 10px 20px;
    }
}
.ct_iframe{
    position: relative;
    display: flex;
    width: 100%;
    padding-top: 100%;
}
.ct_iframe iframe{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
/*
==============================================================
========================= End Home ===========================
==============================================================
*/