@charset "UTF-8";
a {
    cursor: pointer;
    display: block
}

img {
    max-width: 100%
}

ol,
ul {
    list-style: none
}
@font-face {
  font-family: 'NotoSansCJKJP';
  src: url("../fonts/NotoSansCJKjp-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'NotoSansCJKJP';
  src: url("../fonts/NotoSansCJKjp-Medium.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'NotoSansCJKJP';
  src: url("../fonts/NotoSansCJKjp-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
    font-family: 'NotoSansCJKJP';
    src: url("../fonts/NotoSansCJKjp-Black.otf") format("opentype");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Akkurat';
    src: url("../fonts/Akkurat-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}



.bottom-header {
    position: relative;
    z-index: 1;
}
.is-visible {
    opacity: 1
}

.delay-1 {
    animation-delay: .25s;
    -webkit-transition-delay: .25s;
    transition-delay: .25s
}

.delay-2 {
    animation-delay: .5s;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}

.delay-3 {
    animation-delay: .75s;
    -webkit-transition-delay: .75s;
    transition-delay: .75s
}

.delay-4 {
    animation-delay: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s
}

.delay-5 {
    animation-delay: 1.25s;
    -webkit-transition-delay: 1.25s;
    transition-delay: 1.25s
}

.delay-6 {
    animation-delay: 1.75s;
    -webkit-transition-delay: 1.75s;
    transition-delay: 1.75s
}

.duration-1s {
    animation-duration: 1s!important
}

.duration-2s {
    animation-duration: 2s!important
}

.duration-3s {
    animation-duration: 3s!important
}

.duration-4s {
    animation-duration: 4s!important
}
@-webkit-keyframes float{
    0%{
        -webkit-transform:translatey(0px)
    }
    50%{
        -webkit-transform:translatey(-10px)
    }
    100%{
        -webkit-transform:translatey(0px)
    }
}
@-moz-keyframes float{
    0%{
        -moz-transform:translatey(0px)
    }
    50%{
        -moz-transform:translatey(-10px)
    }
    100%{
        -moz-transform:translatey(0px)
    }
}
@-o-keyframes float{
    0%{
        -o-transform:translatey(0px)
    }
    50%{
        -o-transform:translatey(-10px)
    }
    100%{
        -o-transform:translatey(0px)
    }
}
@keyframes float{
    0%{
        transform:translatey(0px)
    }
    50%{
        transform:translatey(-10px)
    }
    100%{
        transform:translatey(0px)
    }
}
div#back-to-top {
    z-index: 9999;
    bottom: 3%!important;
    right: 14px!important;
}

#back-to-top a {
    display: block;
    background: url(../images/returntop.png) no-repeat center center #ff6600;
    text-indent: -9999px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -o-transition: .4s all ease;
    transition: .4s all ease;
    width: 50px;
    height: 50px;
    background-size: 100%
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: "";
    clear: both;
    display: block
}


.container {
    width: 1090px!important
}

.header {
    position: relative;
    width: 100%
}

.top-header {
    width: 100%;
    padding: 10px 0;
    padding-bottom: 4px;
}
.center-header {
    background: #1b2588;
}
.text-center-header p {
    margin: 0;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.top-header.scroll-to-fixed-fixed {
    position: fixed;
    background: #fff;
    z-index: 1000;
    border-bottom: #ff6600 solid 3px
}

.image-logo {
    padding-top: 0
}

.image-logo img {
    width: 100%
}
.button-right-top-header {
    float: left;
    width: 35%;
    padding-left: 10px;
}

.button-right-top-header a {
    background: url(../images/button-contact.png) no-repeat;
    display: inline-block;
    background-size: 100% 100%;
    padding: 15px 40px;
    transition: all .3s ease 0s;
}
.button-right-top-header a:hover {
    transform: translateY(-7px);
}
.icon-button-right-top-header {
    float: left;
    width: 26px;
    height: 26px;
}
.banner-top-bottom-header picture {
    width: 100%;
    height: 100%;
    display: block;
}
.button-right-top-header p {
    float: left;
    margin: 0;
    padding: 0;
    color: #000;
    padding-left: 3px;
    font-size: 19px;
    margin-top: -2px;
}

.icon-button-right-top-header img {
    display: block;
}
/** Header **/
.icon-top-info {
    width: 30px;
    float: left;
}
.text-top-info {
    float: left;
}
.sub-info-right-top-header {
    float: right;
}

.bottom-info-right-top-header p {
    font-size: 14px;
    margin: 0;
    letter-spacing: 0.6px;
}
.text-top-info p {
    color: #41489b;
    font-family: Akkurat;
    padding-top: 3px;
    padding-left: 2px;
    margin: 0;
    font-size: 30px;
    letter-spacing: 1.3px;
}
.info-right-top-header {
    width: 65%;
    float: left;
}
.top-info-right-top-header:after {
    content: "";
    display: block;
    clear: both;
}
.bottom-header {
    position: relative;
    z-index: 1;
    background-image: url(../images/banner.jpg);
    background-size: 100%;
    padding-top: 46%;
}
.banner-top-bottom-header img {
    width: 100%;
}
.banner-bot-bottom-header {
    position: absolute;
    width: 100%;
    top: 0;
}
.content-bottom-header {
    margin-top: 10%;
}
.text1-top-content-bottom-header p {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 900;
    font-style: normal;
}
.text2-top-content-bottom-header {
    margin-top: 10%;
}

.text2-top-content-bottom-header h2 {
    font-size: 147px;
    letter-spacing: 0px;
    text-shadow: 1px 1px 42px #000;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 900;
    font-style: normal;
}
.bot-content-bottom-header {
    color: #f2d932;
    width: 69%;
    margin: 0 auto;
    display: flex;
}

.text1-bot-content-bottom-header h2 {
    font-size: 60px;
    font-weight: bold;
    margin: 0;
    text-shadow: 1px 1px 42px #000;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 900;
    font-style: normal;
}

.text2-bot-content-bottom-header {
    text-align: left;
}

.text2-bot-content-bottom-header h2 {
    font-size: 105px;
    margin: 0;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 900;
    font-style: normal;
    text-shadow: 1px 1px 42px #000;
}
.text3-bot-content-bottom-header p {
    margin: 0;
    font-size: 95px;
    line-height: 1;
    float: left;
    padding-top: 77px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 900;
    font-style: normal;
    text-shadow: 1px 1px 42px #000;
}
span.f-p-text3-bot-content-bottom-header {
    line-height: 167px;
    display: block;
    float: left;
    font-family: Akkurat;
    font-size: 255px;
    text-shadow: 1px 1px 42px #000;
}
.bot-content-bottom-header:after {content: "";display: block;clear: both;}

.text3-bot-content-bottom-header:after {content: "";display: block;clear: both;}

/** End header **/
/** main ll **/
.main-ll {
    background: #fdf4e8;
    padding: 35px 0px;
}
.title-content-main-ll h3 {
    color: #388ba3;
    line-height: 1.5;
    font-size: 40px;
    margin-top: 0;
    font-weight: 700;
    font-style: normal;
}

.orther-content-main-ll p {
    font-size: 48px;
    color: #ff6600;
    font-weight: bold;
    margin: 0;
}

.orther-content-main-ll p span {
    color: #000;
    font-weight: normal;
    font-size: 24px;
}
.orther-content-main-ll {
    margin-top: 30px;
}
/** End main ll **/
/** main ll1 **/
.main-ll1 {
    border-top: 3px solid #ff6600;
    position: relative;
}

.main-ll1:after {
    content: "";
    background: url(../images/back-sub.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -100px;
    width: 100%;
    height: 122px;
    z-index: 9;
}
.title-main-all h3 {
    text-align: center;
    font-size: 45px;
    color: #d13b53;
    font-weight: bold;
    line-height: 1.3;
}
.title-main-ll1 h3 {
    font-size: 40px;
    color: #ff6600;
    font-weight: bold;
    margin: 0;
}
.main-content-main-ll1 {
    padding-top: 25px;
}

.main-content-main-ll1 ul {
    padding-inline-start: 0;
    padding: 0 3%;
}

.main-content-main-ll1 ul li {
    float: left;
    width: 50%;
    margin-bottom: 15px;
}

.icon-check {
    float: left;
}

.icon-check img {
    width: 100%;
}

.main-content-main-ll1 ul li p {
    float: left;
    padding-left: 4px;
    padding-top: 2px;
}

.main-content-main-ll1 ul:after {
    content: "";
    display: block;
    clear: both;
}
/** End main ll1 **/
/** main ll2 **/
.back-main-ll2 img {
    width: 100%;
}
.main-ll2 {
    position: relative;
}
.back-main-ll2 {
    background-image: url(../images/banner-ll.png);
    padding-top: 46.46%;
    background-size: 100% 100%;
}

.item-main-main-ll2 {
    position: absolute;
    top: 0;
    background: url(../images/back-black.png);
    background-size: 100% 100%;
    padding: 65px 60px;
    text-align: center;
}


.item-main-main-ll2 p {
    color: #fff;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    font-family: NotoSansCJKJP;
    margin: 0;
}

.item-main-main-ll2 span {
    color: #f2d932;
    font-size: 40px;
    font-weight: bold;
}
.item-main-main-ll2.item1-ll2 {
    top: 33%;
    left: 15%;
}
.item-main-main-ll2.item2-ll2 {
    top: 48%;
    left: 28%;
    padding: 80px 39px;
}

.item-main-main-ll2.item3-ll2 {
    top: 20%;
    right: 28%;
    padding: 80px 52px;
}

.item-main-main-ll2.item4-ll2 {
    top: 51%;
    right: 28%;
    padding: 80px 52px;
}

.item-main-main-ll2.item5-ll2 {
    top: 35.5%;
    right: 15%;
    padding: 65px 52px;
}
/** End main ll2 **/
/**  main want **/
.main-want {
    background-image: url(../images/back-want.png);
    background-attachment: fixed;
    background-position: top center;
    position: relative;
    padding: 145px 0px;
    padding-bottom: 160px;
}
.main-want:after {
    content: "";
    position: absolute;
    background: #4d3e3a;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}
.main-main-want {
    position: relative;
    z-index: 9;
}
.title-main-want h3 {
    font-size: 40px;
    font-weight: bold;
    display: inline-block;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}
.detail-short-main-want p {
    margin: 0;
    margin-bottom: 20px;
}

.content-main-want {
    margin: 0px 0;
    margin-top: 20px;
    margin-bottom: 0px;
}

.item-conten-main-want {
    width: 18.9%;
    float: left;
    border: 1px solid #fff;
    padding: 60px 2px;
    margin: 0px 5px;
}

.content-main-want:after {content: "";display: block;clear: both;}

.item-conten-main-want p {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0;
}
.other-main-want p {
    font-size: 40px;
    font-weight: 600;
}

.other1-main-want p {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.5;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-bottom: 6px;
}

.other-main-want {
    margin-top: 30px;
    margin-bottom: 60px;
}
.title-main-want {
    margin-bottom: 25px;
}

.detail-short-main-want {
    margin-bottom: 40px;
}
.line-main-want {
    width: 100%;
    text-align: center;
}
.ab-line-main-want {
    position: absolute;
    width: 100%;
    bottom: -9%;
}
/** End main want **/
/**  main machin **/
.main-machin {
    padding: 75px 0px;
    background: #fdf4e8;
}

.org-main-machin {
    background: #fff;
}

.title-main-machin h3 {
    margin: 0;
    margin-top: 10px;
    font-size: 40px;
    font-weight: bold;    
    color: #40342c;
}

.title-main-machin h3.sm-title {
    font-size: 30px;
    font-weight: 600;
}
.title-main-machin h3 span {
    font-size: 30px;
}
.main-main-machin {
    margin: 30px 0px;
    margin-bottom: 25px;
}
.itemt-content-main-machin {
    width: 20%;
    float: left;
    margin-left: -16px;
    background-image: url(../images/cri.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 31%;
    position: relative;
}

.content-main-machin {
    margin: 0% 0%;
        margin-top: 20px;
        padding-left: 0;
        background: url(../images/back-cri.png) no-repeat;
        padding-top: 21.32%;
        background-position: top center;
}

.itemt-content-main-machin.item3-main-machin p {
    top: 51px;
}

.content-main-machin:after {
    content: "";
    display: block;
    clear: both;
}
.itemt-content-main-machin p {
    color: #ff6600;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.5;
    position: absolute;
    top: 73px;
    width: 100%;
}
/** End main machin **/
/**  main contact **/
.main-contact {
    background: url(../images/back-but.png) no-repeat;
    background-size: 100% 100%;
    padding: 110px 0px;
}
.title-main-contact h3 {
    font-size: 36px;
    font-weight: bold;
    color: #40342c;
}
.button-main-contact {}

.button-main-contact a {
    background: url(../images/button-contact-white.png) no-repeat;
    display: inline-block;
    background-size: 100% 100%;
    padding: 36px 130px;
    padding-bottom: 41px;
    transition: all .3s ease 0s;
    position: relative;
}
.button-main-contact a:hover {
    transform: translateY(-7px);
}
.icon-button-main-contact {
    float: left;
}

.button-main-contact a p {
    color: #40342c;
    font-size: 24px;
    float: left;
    margin: 0;
    padding-top: 2px;
    padding-left: 5px;
}

.icon-arrow-main-contact {
        /* position: inherit; */
    /* right: 38px; */
    /* top: 36px; */
    float: left;
    padding-left: 30px;
}

.icon-button-main-contact img {
    width: 85%;
}
.title-main-contact {
    margin-bottom: 20px;
}
/** End main contact **/
/**  main sup **/
.main-sup {
    background: url(../images/back-caro.png) no-repeat;
    background-size: 100% 100%;
    padding: 110px 0px;
    position: relative;
    padding-bottom: 100px;
}
.item-main-main-sup {
    border: 3px solid #ff6600;
    border-radius: 7px;
    background: #fff;
    margin-bottom: 25px;
}

.left-top-item-main-sup {
    background: #ff6600;
    width: 41px;
    height: 41px;
    padding-left: 1px;
    border-radius: 20px;
    text-align: center;
    float: left;
}

.left-top-item-main-sup p {
    color: #fff;
    font-family: Akkurat;
    font-size: 24px;
    line-height: 1.7;
}

.right-top-item-main-sup {
    width: calc(100% - 41px);
    float: left;
}

.item-main-main-sup:after {
    content: "";
    display: block;
    clear: both;
}

.right-top-item-main-sup p {
    color: #ff6600;
    font-weight: 600;
    text-align: center;
    margin: 0;
    font-size: 24px;
    line-height: 1.5;
}

.top-item-main-sup:after {content: "";display: block;clear: both;}

.top-item-main-sup {
    padding: 10px 15px;
}
.item-main-main-sup.item3-main-sup .right-top-item-main-sup p {
    color: #ff6600;
    font-weight: bold;
    text-align: center;
    margin: 0;
    font-size: 36px;
    line-height: 1;
}
.item-main-main-sup.item3-main-sup .top-item-main-sup {
    border-bottom: 3px solid #ff6600;
    padding: 20px 15px;
}
.title-bot-item-main-sup {
}

.bot-item-main-sup {
    text-align: center;
}

.title-bot-item-main-sup h3 {
    font-size: 40px;
    font-weight: bold;
    color: #ff6600;
    margin-bottom: 50px;
    margin-top: 55px;
}

.item-main-bot-item-main-sup {
    width: 33.3%;
    float: left;
}

.main-bot-item-main-sup {
    margin: 0% 10%;
}

.name-main-bot-main-sup {
    color: #ff6600;
    font-size: 18px;
}
.detail-main-bot-main-sup p {
    line-height: 1.5;
}
.img-main-bot-main-sup {
    margin: 10px 0;
    height: 100px;
}

.item-main-bot-item-main-sup.item3-bot-item-main-sup .img-main-bot-main-sup {
    padding-top: 13px;
}

.img-main-bot-main-sup img {
    width: auto;
    height: 100%;
}
.main-bot-item-main-sup:after {
    content: "";
    display: block;
    clear: both;
}
.other-bot-item-main-sup {
    margin: 36px 0px;
    margin-bottom: 65px;
}

.other-bot-item-main-sup p {
    font-weight: bold;
    font-size: 40px;
    color: #ff6600;
    letter-spacing: 0px;
}
.img-ab-main-sup {
    position: absolute;
    bottom: 0px;
    right: 134px;
}

.text-main-main-sup {
    text-align: center;
    margin-top: 55px;
}

.text-main-main-sup p {
    font-weight: bold;
    margin-top: 27px;
}

.text-main-main-sup p span {
    font-size: 40px;
    color: #ff6600;
}
.detail-main-note p {
    line-height: 1.5;
    font-size: 17px;
}
.img-ab-main-sup img {
    width: 96%;
}
/** end main sup **/
/**  main question **/
.main-question {
    background: #fdf4e8;
    padding: 75px 0px;
    display: none;
}

.white-main-question {
    background: #fff;
    padding: 10% 0;
    text-align: center;
}

.white-main-question p {
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
}
/** end main question **/
/** main note **/
.main-note {
    background: url(../images/back-note.png) no-repeat;
    background-size: cover;
    position: relative;
    padding: 160px 0px;
}
.title-main-note h3 {
    font-weight: bold;
    line-height: 1.5;
    font-size: 30px;
}
.main-note:after {
    content: "";
    position: absolute;
    background: #000;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}

.main-main-note {
    position: relative;
    z-index: 9;
}
p.sub-other-main-note {
    padding-right: 73px;
}
.detail-main-note {
    margin: 30px 0;
}
/** end main note **/
/**  main tree **/
.main-tree {
    background: #f2d932;
    text-align: center;
    padding: 60px 0px;
}

.main-tree p {
    font-size: 48px;
    color: #40342c;
    font-weight: bold;
    margin: 0;
}
/** end main tree **/
/**  main form contact **/
.main-form-contact {
    padding: 90px 0px;
}

.main-main-form-contact p {
    margin: 0;
}
.title-main-main-form-contact {
    background: #ff6600;
    text-align: center;
    color: #fff;
    border: 1px solid #ff6600;
    border-radius: 10px 10px 0px 0px;
}

.title-main-main-form-contact h3 {
    margin: 10px 0px;
    font-size: 25px;
}

.bot-main-main-form-contact {
    border: 3px solid #ff6600;
    border-radius: 0px 0px 10px 10px;
    padding: 20px 0px;
    padding-bottom: 15px;
}
.content-left-bot-main-main-form-contact {
    text-align: center;
    display: flex;
}
.icon-bot-main-main-form-contact {width: 32px;margin-right: 10px;}

.text-bot-main-main-form-contact {text-align: left;}

.text-bot-main-main-form-contact p.large-bot-contact {
    font-family: Akkurat;
    padding-top: 3px;
    padding-left: 2px;
    margin: 0;
    font-size: 30px;
    letter-spacing: 1.3px;
    color: #f60;
}

.text-bot-main-main-form-contact p {
    font-size: 14px;
    margin: 0;
    letter-spacing: 0.6px;
}

.left-bot-main-main-form-contact {
    border-right: 3px solid #f60;
}
.dis-left-bot-main-main-form-contact {
    display: inline-block;
    padding-top: 6px;
}

.left-bot-main-main-form-contact {
    text-align: center;
}
.button-bot-main-main-form-contact a {
    background: url(../images/button-contact2.png) no-repeat;
    display: inline-block;
    background-size: 100% 100%;
    padding: 21px 55px;
    transition: all .3s ease 0s;
}
.button-bot-main-main-form-contact a:hover {
    transform: translateY(-7px);
}
.button-bot-main-main-form-contact a p {
    float: left;
    margin: 0;
    padding: 0;
    color: #000;
    padding-left: 13px;
    font-size: 19px;
    margin-top: -2px;
}
.button-bot-main-main-form-contact {
    display: inline-block;
}

.right-bot-main-main-form-contact {
    text-align: center;
}
.text-bot-main-main-form-contact p.large-bot-contact {
    font-family: Akkurat;
    padding-top: 3px;
    padding-left: 2px;
    margin: 0;
    font-size: 32px;
    letter-spacing: 1.3px;
    color: #f60;
}
.icon-button-right-contact {
    float: left;
    width: 26px;
    height: 26px;
    margin-top: -4px;
}
/** end main form contact **/
/**  main logo ft **/
.main-logo-ft {
    margin: 10px 0px;
    margin-bottom: 30px;
}
/** end main logo ft **/
/** footer **/
.footer {
    background: #1b2588;
    padding: 25px 0px;
}
.footer .main-footer {
    font-family: 'NotoSansCJKJP';
    font-size: 14px;
}
/** end footer **/
@media only screen and (max-width: 1700px) and (min-width: 1401px){
    .content-bottom-header {
        margin-top: 5%;
    }
    .item-main-main-ll2.item1-ll2 {
        top: 27%;
        left: 11%;
    }
    .item-main-main-ll2.item2-ll2 {
        top: 49%;
        left: 28%;
        padding: 80px 39px;
    }
    .item-main-main-ll2.item3-ll2 {
        top: 16%;
        right: 28%;
        padding: 80px 52px;
    }
    .item-main-main-ll2.item4-ll2 {
        top: 56%;
        right: 28%;
        padding: 80px 52px;
    }
    .item-main-main-ll2.item5-ll2 {
        top: 35.5%;
        right: 10%;
        padding: 65px 52px;
    }
}
@media only screen and (max-width: 1753px) and (min-width: 1501px){
    .img-ab-main-sup {
        position: absolute;
        bottom: 0px;
        right: 9px;
        width: 408px;
    }
}
@media only screen and (max-width: 1500px) and (min-width: 1401px){
    .img-ab-main-sup {
        position: absolute;
        bottom: 0px;
        right: 9px;
        width: 408px;
    }
}
@media only screen and (max-width: 1400px) and (min-width: 1200px){

}
@media screen and (max-width:1400px) {
    .img-ab-main-sup {
        display: none;
    }
    .content-bottom-header {
        margin-top: 5%;
    }
    .img-ab-main-sup {
        position: absolute;
        bottom: 0px;
        right: 0px;
    }
    .item-main-main-ll2.item2-ll2 {
        top: 53%;
        left: 27%;
        padding: 80px 53px;
    }
    .item-main-main-ll2.item3-ll2 {
        top: 17%;
        right: 31%;
        padding: 80px 60px;
    }
    .item-main-main-ll2.item4-ll2 {
        top: 55%;
        right: 31%;
        padding: 80px 60px;
    }
    .item-main-main-ll2.item5-ll2 {
        top: 36%;
        right: 15%;
    }
}
@media only screen and (max-width: 1399px) and (min-width: 1311px){
    .content-bottom-header {
        margin-top: 5%;
    }
    .item-main-main-ll2.item1-ll2 {
        top: 29%;
        left: 10%;
    }
    .item-main-main-ll2.item2-ll2 {
        top: 53%;
        left: 28%;
        padding: 80px 39px;
    }
    .item-main-main-ll2.item3-ll2 {
        top: 15%;
        right: 27%;
        padding: 80px 52px;
    }
    .item-main-main-ll2.item4-ll2 {
        top: 58%;
        right: 27%;
        padding: 80px 52px;
    }
    .item-main-main-ll2.item5-ll2 {
        top: 36%;
        right: 8%;
    }
}
@media only screen and (max-width: 1310px) and (min-width: 1025px){
    .main-content-main-ll1 ul li {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }
    .item-main-main-ll2 p {
        color: #fff;
        font-size: 18px;
        line-height: 1.3;
        font-weight: 600;
        font-family: NotoSansCJKJP;
    }
    .item-main-main-ll2 span {
        color: #f2d932;
        font-size: 30px;
        font-weight: bold;
    }
    .item-main-main-ll2.item5-ll2 {
        top: 36%;
        right: 7%;
        padding: 52px 43px;
    }
    .item-main-main-ll2.item3-ll2 {
        top: 14%;
        right: 25%;
        padding: 66px 39px;
    }
    .item-main-main-ll2.item1-ll2 {
        top: 17%;
        left: 6%;
    }
    .item-main-main-ll2.item2-ll2 {
        top: 38%;
        left: 23%;
        padding: 66px 31px;
    }
    .item-main-main-ll2.item4-ll2 {
        top: 56%;
        right: 25%;
        padding: 66px 39px;
    }
    .item-main-main-ll2 {
        position: absolute;
        top: 0;
        background: url(../images/back-black.png);
        background-size: 100% 100%;
        padding: 50px 40px;
        text-align: center;
    }
    .text1-bot-content-bottom-header h2 {
        font-size: 35px;
        font-weight: bold;
    }
    .text2-bot-content-bottom-header h2 {
        font-size: 63px;
        margin: 0;
    }
    .left-bot-content-bottom-header {
        display: inline-block;
    }
    
    .right-bot-content-bottom-header {
        display: inline-block;
    }
    .text2-top-content-bottom-header {
        margin-top: 4%;
    }
    .text2-top-content-bottom-header h2 {
        font-size: 77px;
    }
    span.f-p-text3-bot-content-bottom-header {
        line-height: 88px;
        display: block;
        float: left;
        font-size: 122px;
        
    }
    .text3-bot-content-bottom-header p {
        margin: 0;
        font-size: 53px;
        line-height: 1;
        float: left;
        padding-top: 35px;
        text-shadow: 1px 1px 42px #000;
    }
    .bot-content-bottom-header {
        color: #f2d932;
        width: 100%;
        margin: 0 auto;
        display: block;
    }
}
@media screen and (max-width:1024px) {
    .content-main-machin {
        padding-left: 9.5%;
    }
    .main-want {
        background-attachment: fixed;
        background-position: top center;
        background-size: cover;
    }
    .itemt-content-main-machin p {
        color: #ff6600;
        font-weight: 600;
        font-size: 26px;
        line-height: 1.5;
        position: absolute;
        top: 68px;
        width: 100%;
    }
    .container {
        width: 100%!important;
    }
    .info-right-top-header {
        width: 61%;
        float: left;
    }
    .button-right-top-header {
        float: left;
        width: 39%;
        padding-left: 10px;
    }
    .content-bottom-header {
        margin-top: 6%;
    }
    .text1-top-content-bottom-header p {
        font-weight: 900;
        padding-left: 23px;
    }
    .text2-top-content-bottom-header {
        margin-top: 5%;
    }
    .text2-top-content-bottom-header h2 {
        font-size: 70px;
        font-weight: bold;
        letter-spacing: 0px;
    }
    .text1-bot-content-bottom-header h2 {
        font-size: 30px;
        font-weight: bold;
        margin: 0;
    }
    .bot-content-bottom-header {
        display: block;
        width: 39%;
    }
    .left-bot-content-bottom-header {
        float: left;
        width: 65%;
    }
    .text1-bot-content-bottom-header h2 {
        font-size: 32px;
        font-weight: bold;
        margin: 0;
        text-shadow: 1px 1px 25px #000;
        text-align: left;
    }
    .text2-bot-content-bottom-header {
        text-align: left;
    }
    .text2-bot-content-bottom-header h2 {
        font-size: 58px;
        font-weight: bold;
        margin: 0;
        text-shadow: 1px 1px 25px #000;
    }
    .right-bot-content-bottom-header {
        float: left;
        width: 34%;
    }
    span.f-p-text3-bot-content-bottom-header {
        line-height: 88px;
        display: block;
        float: left;
        font-size: 130px;
        text-shadow: 1px 1px 25px #000;
    }
    .text3-bot-content-bottom-header p {
        margin: 0;
        font-size: 48px;
        font-weight: bold;
        line-height: 1;
        float: left;
        padding-top: 44px;
        text-shadow: 1px 1px 25px #000;
    }
    .main-ll1:after {
        content: "";
        background: url(../images/back-sub.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        bottom: -76px;
        width: 100%;
        height: 95px;
        z-index: 9;
    }
    .item-main-main-ll2 p {
        color: #fff;
        font-size: 16px;
        line-height: 1.3;
        font-weight: 600;
    }
    .item-main-main-ll2 span {
        color: #f2d932;
        font-size: 22px;
    }
    .item-main-main-ll2 {
        padding: 40px 32px;
    }
    .item-main-main-ll2.item1-ll2 {
        top: 25%;
        left: 17%;
    }
    .item-main-main-ll2.item2-ll2 {
        top: 43%;
        left: 31%;
        padding: 50px 25px;
    }
    .item-main-main-ll2.item3-ll2 {
        top: 16%;
        right: 23%;
        padding: 50px 31px;
    }
    .item-main-main-ll2.item4-ll2 {
        top: 50%;
        right: 23%;
        padding: 50px 31px;
    }
    .item-main-main-ll2.item5-ll2 {
        top: 33%;
        right: 9%;
        padding: 40px 34px;
    }
    .content-main-want {
        margin: 0px 20px;
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .item-conten-main-want {
        width: 18.9%;
        float: left;
        border: 1px solid #fff;
        padding: 45px 2px;
        margin: 0px 5px;
    }
    .item-conten-main-want p {
        font-size: 26px;
    }
    .main-sup {
        padding: 60px 0px;
        position: relative;
    }
    .img-ab-main-sup {
        display: none;
    }
    .main-contact {
        padding: 90px 0px;
    }
    .main-note {
        position: relative;
        padding: 50px 0px;
    }
}
@media(max-width:992px) {
    .main-want {
        background-attachment: initial;
        background-size: cover;
    }
    .button-bot-main-main-form-contact a {
        padding: 21px 44px;
        transition: all .3s ease 0s;
    }
    
    .footer {
        padding-bottom: 20px
    }
    
    .main-all {
        margin-top: 0
    }
    
    .top-header {
        position: initial;
        height: auto;
        padding: 0;
    }
    .container {
        width: 100%!important
    }
    .right-top-header {
        padding: 0!important
    }
    
}
@media only screen and (max-width: 991px) and (min-width: 767px){
    .main-want {
        background-attachment: initial;
        background-size: cover;
    }
    .itemt-content-main-machin p {
        top: 49px;
        width: 100%;
    }
    .itemt-content-main-machin.item3-main-machin p {
        top: 39px;
    }
    .main-content-main-ll1 ul li {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }
    .itemt-content-main-machin p {
        color: #ff6600;
        font-weight: 600;
        font-size: 17px;
        line-height: 1.5;
    }
    .footer {
        margin-top: 0;
    }
    .info-right-top-header {
        width: 88%;
        float: left;
    }
    .button-right-top-header {
        float: left;
        width: 12%;
        padding-left: 0;
        height: 58px;
        line-height: 58px;
        background: #f2d932;
        text-align: center;
    }
    .button-right-top-header a {
        background: #f2d932;
        display: block;
        background-size: 100% 100%;
        padding: 0;
        width: 100%;
        height: 58px;
        line-height: 58px;
        text-align: center;
        transition: all .3s ease 0s;
    }
    .icon-button-right-top-header {
        float: none;
        width: 26px;
        height: 26px;
        margin: 0 auto;
        padding-top: 15px;
    }
    .bottom-info-right-top-header p {
        line-height: 1.6;
    }
    .image-logo {
        padding-top: 2px;
    }
    .image-logo img {
        width: 73%;
    }
    .content-bottom-header {
        margin-top: 7%;
    }
    .text1-top-content-bottom-header p {
        font-weight: 900;
        font-size: 25px;
        padding-left: 20px;
    }
    .text2-top-content-bottom-header {
        margin-top: 2%;
    }
    .text2-top-content-bottom-header h2 {
        font-size: 75px;
    font-weight: bold;
    letter-spacing: 0px;
    }
    .text1-bot-content-bottom-header h2 {
        font-size: 30px;
        font-weight: bold;
        margin: 0;
    }
    .bot-content-bottom-header {
        display: block;
        width: 52%;
    }
    .left-bot-content-bottom-header {
        float: none;
    width: auto;
    display: inline-block;
    }
    .text1-bot-content-bottom-header h2 {
        font-size: 32px;
        font-weight: bold;
        margin: 0;
        text-shadow: 1px 1px 25px #000;
        text-align: left;
    }
    .text2-bot-content-bottom-header {
        text-align: left;
    }
    .text2-bot-content-bottom-header h2 {
        font-size: 58px;
        font-weight: bold;
        margin: 0;
        text-shadow: 1px 1px 25px #000;
    }
    .right-bot-content-bottom-header {
        float: none;
    width: auto;
    display: inline-block;
    }
    span.f-p-text3-bot-content-bottom-header {
        line-height: 88px;
        display: block;
        float: left;
        font-size: 130px;
        text-shadow: 1px 1px 25px #000;
    }
    .text3-bot-content-bottom-header p {
        margin: 0;
        font-size: 48px;
        font-weight: bold;
        line-height: 1;
        float: left;
        padding-top: 44px;
        text-shadow: 1px 1px 25px #000;
    }
    .main-content-main-ll1 ul {
        padding-inline-start: 0;
        padding: 0 4%;
    }
    .main-ll1:after {
        content: "";
        background: url(../images/back-sub.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        bottom: -70px;
        width: 100%;
        height: 90px;
        z-index: 9;
    }
    .item-main-main-ll2 p {
        color: #fff;
        font-size: 16px;
        line-height: 1.3;
        font-weight: 600;
    }
    .item-main-main-ll2 span {
        color: #f2d932;
        font-size: 22px;
    }
    .item-main-main-ll2 {
        padding: 40px 32px;
    }
    .item-main-main-ll2.item1-ll2 {
        top: 25%;
        left: 7%;
    }
    .item-main-main-ll2.item2-ll2 {
        top: 47%;
        left: 25%;
        padding: 50px 25px;
    }
    .item-main-main-ll2.item3-ll2 {
        top: 12%;
        right: 18%;
        padding: 50px 31px;
    }
    .item-main-main-ll2.item4-ll2 {
        top: 55%;
        right: 18%;
        padding: 50px 31px;
    }
    .item-main-main-ll2.item5-ll2 {
        top: 34%;
        right: 0%;
        padding: 40px 34px;
    }
    .content-main-want {
        margin: 0px 0px;
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .item-conten-main-want {
        width: 18.6%;
        float: left;
        border: 1px solid #fff;
        padding: 38px 8px;
        margin: 0px 5px;
    }
    .item-conten-main-want p {
        font-size: 18px;
        font-weight: bold;
    }
    .ab-line-main-want {
        position: absolute;
        width: 100%;
        bottom: -7%;
    }
    
    .content-main-machin {
        margin: 0% 1%;
        margin-top: 20px;
        padding-left: 13.5%;
    }
    .main-contact {
        padding: 50px 0px;
    }
    .main-sup {
        padding: 60px 0px;
    }
    .other-bot-item-main-sup p {
        font-size: 27px;
    }
    .main-note {
        padding: 0px 0px;
    }
    .title-main-note h3 {
        font-weight: bold;
        line-height: 1.5;
        font-size: 22px;
    }
    .detail-main-note {
        margin: 23px 0;
    }
    p.sub-other-main-note {
        padding-right: 73px;
    }
    .main-tree p {
        font-size: 29px;
        margin: 0;
    }
    .main-form-contact {
        padding: 53px 0px;
    }
}
@media only screen and (max-width: 768px) and (min-width: 650px) {
    .back-main-ll2 {
        background-image: url(../images/banner-ll-sp.png);
    padding-top: 119.46%;
    background-size: cover;
    }
    .left-bot-content-bottom-header {
        float: none;
        width: auto;
    }
    .main-content-main-ll1 ul li {
        float: left;
        width: 100%;
        margin-bottom: 15px;
    }
    .orther-content-main-ll p {
        font-size: 35px;
        color: #ff6600;
        font-weight: bold;
        margin: 0;
    }
    body {
        font-size: 20px;
    }
    .title-content-main-ll h3 {
        color: #388ba3;
        line-height: 1.5;
        font-size: 30px;
        margin-top: 0;
        font-weight: 700;
        font-style: normal;
    }
    .itemt-content-main-machin p {
        top: 55px;
    width: 100%;
    }
    
    .itemt-content-main-machin.item3-main-machin p {
        top: 42px;
    }
    .itemt-content-main-machin p {
        color: #ff6600;
        font-weight: 600;
        font-size: 17px;
        line-height: 1.5;
    }
    .title-main-contact h3 {
        font-size: 29px;
        font-weight: bold;
        color: #40342c;
    }
    .button-main-contact a {
        background: url(../images/button-contact-white.png) no-repeat;
        display: inline-block;
        background-size: 100% 100%;
        padding: 36px 99px;
        padding-bottom: 41px;
        transition: all .3s ease 0s;
        position: relative;
    }
    .detail-main-bot-main-sup p {
        font-size: 15px;
    }
    .footer {
        margin-top: 0;
    }
    .info-right-top-header {
        width: 88%;
        float: left;
    }
    .button-right-top-header {
        float: left;
        width: 12%;
        padding-left: 0;
        height: 58px;
        line-height: 58px;
        background: #f2d932;
        text-align: center;
    }
    .button-right-top-header a {
        background: #f2d932;
        display: block;
        background-size: 100% 100%;
        padding: 0;
        width: 100%;
        height: 58px;
        line-height: 58px;
        text-align: center;
        transition: all .3s ease 0s;
    }
    .icon-button-right-top-header {
        float: none;
        width: 26px;
        height: 26px;
        margin: 0 auto;
        padding-top: 15px;
    }
    .bottom-info-right-top-header p {
        line-height: 1.6;
    }
    .image-logo {
        padding-top: 2px;
    }
    .image-logo img {
        width: 71%;
    }
    .content-bottom-header {
        margin-top: 7%;
    }
    .text1-top-content-bottom-header p {
        font-weight: 900;
        font-size: 25px;
        padding-left: 20px;
    }
    .text2-top-content-bottom-header {
        margin-top: 2%;
    }
    .text2-top-content-bottom-header h2 {
        font-size: 60px;
        font-weight: bold;
        letter-spacing: 0px;
    }
    .text1-bot-content-bottom-header h2 {
        font-size: 30px;
        font-weight: bold;
        margin: 0;
    }
    .bot-content-bottom-header {
        display: block;
        width: 50%;
    }
    .left-bot-content-bottom-header {
        float: none;
    width: auto;
    display: inline-block;
    }
    .text1-bot-content-bottom-header h2 {
        font-size: 25px;
    font-weight: bold;
    margin: 0;
    text-shadow: 1px 1px 25px #000;
    text-align: left;
    }
    .text2-bot-content-bottom-header {
        text-align: left;
    }
    .text2-bot-content-bottom-header h2 {
        font-size: 45px;
    font-weight: bold;
    margin: 0;
    text-shadow: 1px 1px 25px #000;
    }
    
    .right-bot-content-bottom-header {
        float: none;
    width: auto;
    display: inline-block;
    }
    span.f-p-text3-bot-content-bottom-header {
        line-height: 71px;
    display: block;
    float: left;
    font-size: 100px;
    text-shadow: 1px 1px 25px #000;
    }
    .text3-bot-content-bottom-header p {
        margin: 0;
    font-size: 41px;
    font-weight: bold;
    line-height: 1;
    float: left;
    padding-top: 32px;
    text-shadow: 1px 1px 25px #000;
    }
    .main-content-main-ll1 ul {
        padding-inline-start: 0;
        padding: 0 4%;
    }
    .main-ll1:after {
        content: "";
        background: url(../images/back-sub.png) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        bottom: -46px;
        width: 100%;
        height: 57px;
        z-index: 9;
    }
    .item-main-main-ll2 p {
        color: #fff;
        font-size: 20px;
        line-height: 1.3;
        font-weight: 600;
    }
    .item-main-main-ll2 span {
        color: #f2d932;
        font-size: 30px;
    }
    .item-main-main-ll2 {
        padding: 40px 40px;
    }
    .item-main-main-ll2.item1-ll2 {
        top: 22%;
        left: 19%;
    }
    .item-main-main-ll2.item2-ll2 {
        top: 45%;
        left: 19%;
        padding: 53px 25px;
    }
    .item-main-main-ll2.item3-ll2 {
        top: 10%;
        right: 17%;
        padding: 53px 36px;
    }
    .item-main-main-ll2.item4-ll2 {
        top: 57%;
        right: 17%;
        padding: 53px 36px;
    }
    .item-main-main-ll2.item5-ll2 {
        top: 34%;
        right: 17%;
        padding: 40px 36px;
    }
    .content-main-want {
        margin: 0px 0px;
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .item-conten-main-want {
        width: 18.3%;
        float: left;
        border: 1px solid #fff;
        padding: 38px 1px;
        margin: 0px 5px;
    }
    .item-conten-main-want p {
        font-size: 16px;
        font-weight: bold;
    }
    .title-main-machin h3 {
        margin: 0;
        margin-top: 10px;
        font-size: 31px;
        font-weight: bold;
        color: #40342c;
    }
    .title-main-machin h3.sm-title {
        font-size: 25px;
        font-weight: 600;
    }
    .other1-main-want p {
        font-size: 30px;
        font-weight: 600;
        line-height: 1.5;
        border-bottom: 1px solid #fff;
        display: inline-block;
        padding-bottom: 6px;
    }
    .other-main-want p {
        font-size: 30px;
        font-weight: 600;
    }
    .ab-line-main-want {
        position: absolute;
        width: 100%;
        bottom: -7%;
    }
    
    .content-main-machin {
        margin: 0% 0%;
        margin-top: 20px;
        padding-left: 0;
        background-size: 100%;
        padding-top: 22.32%;
    }
    .itemt-content-main-machin {
        width: 22%;
    }
    .main-contact {
        padding: 50px 0px;
    }
    .main-sup {
        padding: 60px 0px;
    }
    .other-bot-item-main-sup p {
        font-size: 27px;
        line-height: 1.4;
    }
    .main-note {
        padding: 0px 0px;
    }
    .title-main-note h3 {
        font-weight: bold;
        line-height: 1.5;
        font-size: 22px;
    }
    .detail-main-note {
        margin: 23px 0;
    }
    p.sub-other-main-note {
        padding-right: 73px;
    }
    .main-tree p {
        font-size: 29px;
        margin: 0;
    }
    .main-form-contact {
        padding: 53px 0px;
    }
}
@media only screen and (max-width: 649px) and (min-width: 601px) {
    
    .image-logo img {
        width: 78%;
    }
    .content-bottom-header {
        margin-top: 2%;
    }
    .itemt-content-main-machin p {
        color: #ff6600;
        font-weight: 600;
        font-size: 22px;
        line-height: 1.5;
    }
    .main-content-main-ll1 {
        padding-top: 0;
    }
    .title-main-ll1 h3 {
        font-size: 24px;
        color: #ff6600;
        font-weight: bold;
        margin: 0;
        margin-top: 40px;
    }
    .text-center-header p {
        font-size: 18px;
    }
    .button-right-top-header a:hover {
        transform: none;
    }
    body {
        font-size: 15px;
    }
    .image-logo {
        padding-top: 6px;
    }
    .left-top-header {
        padding-right: 0;
    }
    .info-right-top-header {
        width: 77%;
        float: left;
        padding-top: 3px;
        padding-right: 10px;
    }
    .icon-top-info {
        width: 25px;
        float: left;
    }
    .text-top-info p {
        font-size: 20px;
    }
    .bottom-info-right-top-header p {
        font-size: 9px;
        margin: 0;
        line-height: 1;
    }
    .button-right-top-header {
        float: left;
        width: 23%;
        padding-left: 0;
        height: 55px;
        line-height: 65px;
        background: #f2d932;
        text-align: center;
    }
    .button-right-top-header a {
        background: #f2d932;
        display: block;
        background-size: 100% 100%;
        padding: 0;
        width: 100%;
        height: 55px;
        line-height: 65px;
        text-align: center;
        transition: all .3s ease 0s;
    }
    .icon-button-right-top-header {
        float: none;
        width: 26px;
        height: 26px;
        margin: 0 auto;
        padding-top: 13px;
    }
    .text1-top-content-bottom-header p {
        font-weight: 900;
        padding-left: 14px;
        font-size: 24px;
    }
    .text2-top-content-bottom-header {
        margin-top: 4%;
    }
    .text2-top-content-bottom-header h2 {
        font-size: 73px;
        font-weight: bold;
        letter-spacing: 0px;
        text-shadow: 1px 1px 25px #000;
    }
    .bot-content-bottom-header {
        display: block;
        width: 100%;
    }
    .left-bot-content-bottom-header {
    display: inline-block;
    float: none;
    width: auto;
}
    .text1-bot-content-bottom-header h2 {
        font-size: 32px;
        font-weight: bold;
        margin: 0;
        text-shadow: 1px 1px 25px #000;
        text-align: left;
    }
    .text2-bot-content-bottom-header {
        text-align: left;
    }
    .text2-bot-content-bottom-header h2 {
        font-size: 58px;
        font-weight: bold;
        margin: 0;
        text-shadow: 1px 1px 25px #000;
    }
   .right-bot-content-bottom-header {
    float: none;
    width: auto;
    display: inline-block;
}
    span.f-p-text3-bot-content-bottom-header {
        line-height: 88px;
        display: block;
        float: left;
        font-size: 130px;
        text-shadow: 1px 1px 25px #000;
    }
    .text3-bot-content-bottom-header p {
        margin: 0;
        font-size: 48px;
        font-weight: bold;
        line-height: 1;
        float: left;
        padding-top: 44px;
        text-shadow: 1px 1px 25px #000;
    }
    .title-content-main-ll h3 {
        font-size: 25px;
    }
    .orther-content-main-ll p {
        font-size: 25px;
    }
    .main-content-main-ll1 ul {
        padding-inline-start: 0;
        padding: 0;
    }
    .main-content-main-ll1 ul li {
        float: left;
        width: 100%;
    }
    .main-content-main-ll1 ul li p {
        float: left;
        padding-left: 4px;
        margin: 0 0 5px;
    }
    .main-ll1:after {
        bottom: -46px;
        height: 59px;
    }
    .item-main-main-ll2 {
        padding: 35px 30px;
    }
    .item-main-main-ll2.item1-ll2 {
        top: 15%;
        right: 77px;
        padding: 35px 30px;
        left: initial;
    }
    .item-main-main-ll2.item2-ll2 {
        top: 26.6%;
        left: 23%;
        padding: 45px 22px;
    }
    .item-main-main-ll2.item3-ll2 {
        top: 39%;
        right: 12%;
        padding: 45px 31px;
    }
    .item-main-main-ll2.item4-ll2 {
        top: 63%;
        right: 12%;
        padding: 43px 31px;
    }
    .item-main-main-ll2.item5-ll2 {
        top: 50.5%;
        right: 47%;
        padding: 35px 30px;
    }
    .item-main-main-ll2 p {
        color: #fff;
        font-size: 16px;
        line-height: 1.3;
        font-weight: 600;
    }
    .item-main-main-ll2 span {
        color: #f2d932;
        font-size: 23px;
    }
    .title-main-want h3 {
        font-size: 25px;
    }
    .title-main-want {
        margin-bottom: 5px;
    }
    .detail-short-main-want {
        margin-bottom: 30px;
    }
    .content-main-want {
        margin: 0px 0px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .item-conten-main-want {
        width: 30%;
        float: left;
        border: 1px solid #fff;
        padding: 62px 2px;
        margin: 0px 5px;
        margin-bottom: 10px;
    }
    .item-conten-main-want p {
        font-size: 16px;
        font-weight: bold;
    }
    .bot-content-main-want:after {content: "";display: block;clear: both;}

    .top-content-main-want:after {content: "";display: block;clear: both;}
    .back-main-ll2 {
        background-image: url(../images/banner-ll-sp.png);
        padding-top: 111.46%;
        background-size: 100% 100%;
    }
    .bot-content-main-want {
        text-align: center;
    }
    .m-bot-content-main-want {
        display: inline-block;
    }
    .m-bot-content-main-want .item-conten-main-want {
        width: 177.3px;
    }
    .main-want {
        background-image: url(../images/back-want-sp.png);
        background-repeat: no-repeat;
        background-attachment: initial;
        background-position: initial;
        background-size: 100%;
        position: relative;
        padding: 0;
        padding-bottom: 66px;
    }
    .other-main-want {
        margin-top: 0px;
        margin-bottom: 27px;
    }
    .other-main-want p {
        font-size: 23px;
        font-weight: 600;
    }
    .other1-main-want p {
        font-size: 23px;
        font-weight: 600;
        line-height: 1.5;
        border-bottom: 1px solid #fff;
        display: inline-block;
        padding-bottom: 3px;
        margin: 0 0 3px;
    }
    .ab-line-main-want {
        position: absolute;
        width: 100%;
        bottom: -5%;
    }
    .title-main-machin h3.sm-title {
        font-size: 17px;
    }
    .title-main-machin h3 {
        font-size: 23px;
    }
    .title-main-machin h3 span {
        font-size: 17px;
    }
    .content-main-machin {
        margin: 0% 2%;
        margin-top: 20px;
        padding-left: 0;
    }
    .itemt-content-main-machin {
        margin-left: 0;
        margin: 0px 3px;
    }
    .top-content-main-machin .itemt-content-main-machin {
        width: 31%;
    }
    .bot-content-main-machin {
        text-align: center;
    }
    
    .p-bot-content-main-machin {
        display: inline-block;
    }
    
    .p-bot-content-main-machin .itemt-content-main-machin {
        width: 175.88px;
        padding-top: 55%;
    }
    .main-machin {
        padding: 25px 0px;
    }
    .title-main-contact h3 {
        font-size: 19px;
    }
    .main-contact {
        background: url(../images/back-but-sp.png) no-repeat;
        background-size: 100% 100%;
        padding: 57px 0px;
    }
    .title-main-contact h3 {
        font-size: 19px;
        font-weight: bold;
        color: #40342c;
    }
    .button-main-contact a {
        padding: 16px 48px;
        padding-bottom: 21px;
    }
    .icon-button-main-contact img {
        width: 75%;
    }
    .button-main-contact a p {
        font-size: 18px;
        margin: 0;
        padding-top: 2px;
        padding-left: 0;
    }
    .icon-arrow-main-contact {
        padding-left: 5px;
    }
    .icon-arrow-main-contact img {
        width: 80%;
    }
    .main-sup {
        padding: 50px 0px;
    }
    .top-item-main-sup {
        padding: 15px 10px;
    }
    .left-top-item-main-sup {
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 30px;
        margin-top: 3px;
    }
    .left-top-item-main-sup p {
        margin: 0;
        font-size: 28px;
    }
    .right-top-item-main-sup {
        width: calc(100% - 50px);
        float: left;
        padding-left: 10px;
    }
    .right-top-item-main-sup p {
        text-align: left;
    }
    .item-main-main-sup.item3-main-sup .right-top-item-main-sup p {
        text-align: left;
        margin: 0;
        font-size: 25px;
        padding-top: 12px;
    }
    .main-bot-item-main-sup {
        margin: 0% 0%;
    }
    .item-main-bot-item-main-sup {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }
    .name-main-bot-main-sup {
        color: #ff6600;
        font-size: 21px;
    }
    .title-bot-item-main-sup h3 {
        margin: 38px 0px;
        margin-top: 50px;
    }
    .other-bot-item-main-sup {
        margin: 0px 0px;
        margin-bottom: 50px;
    }
    .other-bot-item-main-sup p {
        font-size: 25px;
        line-height: 1.6;
    }
    .text-main-main-sup {
        text-align: center;
        margin-top: 30px;
    }
    .text-main-main-sup p {
        font-size: 20px;
    }
    .text-main-main-sup p span {
        font-size: 36px;
    }
    .main-question {
        padding: 50px 0px;
    }
    .white-main-question {
        padding: 20% 0;
    }
    .white-main-question p {
        font-size: 20px;
    }
    .main-note {
        background: url(../images/back-note-sp.png) no-repeat;
        padding: 30px 0px;
        background-size: cover;
    }
    .title-main-note h3 {
        font-weight: bold;
        line-height: 1.5;
        font-size: 19px;
    }
    p.sub-other-main-note {
        padding-right: 52px;
    }
    .main-note:after {
        opacity: 0;
    }
    .main-tree p {
        font-size: 30px;
    }
    .main-form-contact {
        padding: 60px 0px;
    }
    .main-footer {
        font-size: 11px;
    }
}
@media(max-width:600px) {
    .main-main-machin {
        margin: 25px 0px;
    }
    .back-main-ll2 {
        background-image: url(../images/banner-ll.png);
        background-image: url(../images/banner-ll-sp.png);
        padding-top: 120%;
        background-size: 100%;
    }
    .bottom-header {
        position: relative;
        z-index: 1;
        background-image: url(../images/banner-sp.jpg);
        background-size: 100%;
        padding-top: 140%;
    }
    .main-content-main-ll1 {
        padding-top: 0;
    }
    .title-main-ll1 h3 {
        font-size: 24px;
        color: #ff6600;
        font-weight: bold;
        margin: 0;
        margin-top: 40px;
    }
    .text-center-header p {
        font-size: 18px;
    }
    .button-right-top-header a:hover {
        transform: none;
    }
    body {
        font-size: 15px;
    }
    .image-logo {
        padding-top: 6px;
    }
    .left-top-header {
        padding-right: 0;
    }
    .info-right-top-header {
        width: 77%;
        float: left;
        padding-top: 3px;
        padding-right: 10px;
    }
    .icon-top-info {
        width: 25px;
        float: left;
    }
    .text-top-info p {
        font-size: 20px;
    }
    .bottom-info-right-top-header p {
        font-size: 9px;
        margin: 0;
        line-height: 1;
    }
    .button-right-top-header {
        float: left;
        width: 23%;
        padding-left: 0;
        height: 55px;
        line-height: 65px;
        background: #f2d932;
        text-align: center;
    }
    .button-right-top-header a {
        background: #f2d932;
        display: block;
        background-size: 100% 100%;
        padding: 0;
        width: 100%;
        height: 55px;
        line-height: 65px;
        text-align: center;
        transition: all .3s ease 0s;
    }
    .icon-button-right-top-header {
        float: none;
        width: 26px;
        height: 26px;
        margin: 0 auto;
        padding-top: 13px;
    }
    .text1-top-content-bottom-header p {
        font-weight: 900;
        padding-left: 14px;
        font-size: 24px;
    }
    .text2-top-content-bottom-header {
        margin-top: 4%;
    }
    .text2-top-content-bottom-header h2 {
        font-size: 73px;
        font-weight: bold;
        letter-spacing: 0px;
        text-shadow: 1px 1px 25px #000;
    }
    .bot-content-bottom-header {
        display: block;
        width: 100%;
    }
    .left-bot-content-bottom-header {
        float: left;
        width: 65%;
    }
    .text1-bot-content-bottom-header h2 {
        font-size: 32px;
        font-weight: bold;
        margin: 0;
        text-shadow: 1px 1px 25px #000;
        text-align: left;
    }
    .text2-bot-content-bottom-header {
        text-align: left;
    }
    .text2-bot-content-bottom-header h2 {
        font-size: 58px;
        font-weight: bold;
        margin: 0;
        text-shadow: 1px 1px 25px #000;
    }
    .right-bot-content-bottom-header {
        float: left;
        width: 34%;
    }
    span.f-p-text3-bot-content-bottom-header {
        line-height: 88px;
        display: block;
        float: left;
        font-size: 130px;
        text-shadow: 1px 1px 25px #000;
    }
    .text3-bot-content-bottom-header p {
        margin: 0;
        font-size: 48px;
        font-weight: bold;
        line-height: 1;
        float: left;
        padding-top: 44px;
        text-shadow: 1px 1px 25px #000;
    }
    .title-content-main-ll h3 {
        font-size: 25px;
    }
    .orther-content-main-ll p {
        font-size: 25px;
    }
    .main-content-main-ll1 ul {
        padding-inline-start: 0;
        padding: 0;
    }
    .main-content-main-ll1 ul li {
        float: left;
        width: 100%;
    }
    .main-content-main-ll1 ul li p {
        float: left;
        padding-left: 4px;
        margin: 0 0 5px;
    }
    .main-ll1:after {
        bottom: -46px;
        height: 59px;
    }
    .item-main-main-ll2 {
        padding: 35px 30px;
    }
    .item-main-main-ll2.item1-ll2 {
        top: 8%;
        right: 49px;
        padding: 35px 30px;
    }
    .item-main-main-ll2.item2-ll2 {
        top: 23.6%;
        left: 7%;
        padding: 45px 22px;
    }
    .item-main-main-ll2.item3-ll2 {
        top: 39%;
        right: 12%;
        padding: 45px 31px;
    }
    .item-main-main-ll2.item4-ll2 {
        top: 70%;
        right: 12%;
        padding: 43px 31px;
    }
    .item-main-main-ll2.item5-ll2 {
        top: 54.5%;
        right: 47%;
        padding: 35px 30px;
    }
    .item-main-main-ll2 p {
        color: #fff;
        font-size: 16px;
        line-height: 1.3;
        font-weight: 600;
    }
    .item-main-main-ll2 span {
        color: #f2d932;
        font-size: 23px;
    }
    .title-main-want h3 {
        font-size: 25px;
    }
    .title-main-want {
        margin-bottom: 5px;
    }
    .detail-short-main-want {
        margin-bottom: 30px;
    }
    .content-main-want {
        margin: 0px 0px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .item-conten-main-want {
        width: 30%;
        float: left;
        border: 1px solid #fff;
        padding: 20px 2px;
        margin: 0px 5px;
        margin-bottom: 10px;
    }
    .item-conten-main-want p {
        font-size: 16px;
        font-weight: bold;
    }
    .bot-content-main-want:after {content: "";display: block;clear: both;}

    .top-content-main-want:after {content: "";display: block;clear: both;}

    .bot-content-main-want {
        text-align: center;
    }
    .m-bot-content-main-want {
        display: inline-block;
    }
    .m-bot-content-main-want .item-conten-main-want {
        width: 118px;
    }
    .main-want {
        background-image: url(../images/back-want-sp.png);
        background-repeat: no-repeat;
        background-attachment: initial;
        background-position: initial;
        background-size: 100%;
        position: relative;
        padding: 0;
        padding-bottom: 66px;
    }
    .other-main-want {
        margin-top: 0px;
        margin-bottom: 27px;
    }
    .other-main-want p {
        font-size: 23px;
        font-weight: 600;
    }
    .other1-main-want p {
        font-size: 23px;
        font-weight: 600;
        line-height: 1.5;
        border-bottom: 1px solid #fff;
        display: inline-block;
        padding-bottom: 3px;
        margin: 0 0 3px;
    }
    .ab-line-main-want {
        position: absolute;
        width: 100%;
        bottom: -5%;
    }
    .title-main-machin h3.sm-title {
        font-size: 17px;
    }
    .title-main-machin h3 {
        font-size: 23px;
    }
    .title-main-machin h3 span {
        font-size: 17px;
    }
    .content-main-machin {
        margin: 0% 0%;
    margin-top: 10px;
    padding-left: 0;
    background: url(../images/back-cri-sp.png) no-repeat;
    background-size: 100%;
    padding-top: 62.32%;
    background-position: top center;
    }
    .itemt-content-main-machin {
        margin-left: 0;
        margin: 0px 3px;
    }
    .top-content-main-machin .itemt-content-main-machin {
        width: 31%;
    }
    .bot-content-main-machin {
        text-align: center;
    }
    
    .p-bot-content-main-machin {
        display: inline-block;
    }
    
    .p-bot-content-main-machin .itemt-content-main-machin {
        width: 113px;
    }
    .main-machin {
        padding: 25px 0px;
    }
    .title-main-contact h3 {
        font-size: 19px;
    }
    .main-contact {
        background: url(../images/back-but-sp.png) no-repeat;
        background-size: 100% 100%;
        padding: 57px 0px;
    }
    .title-main-contact h3 {
        font-size: 19px;
        font-weight: bold;
        color: #40342c;
    }
    .button-main-contact a {
        padding: 16px 48px;
        padding-bottom: 21px;
    }
    .icon-button-main-contact img {
        width: 75%;
    }
    .button-main-contact a p {
        font-size: 18px;
        margin: 0;
        padding-top: 2px;
        padding-left: 0;
    }
    .icon-arrow-main-contact {
        padding-left: 5px;
    }
    .icon-arrow-main-contact img {
        width: 80%;
    }
    .main-sup {
        padding: 50px 0px;
    }
    .top-item-main-sup {
        padding: 15px 10px;
    }
    .left-top-item-main-sup {
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 30px;
        margin-top: 3px;
    }
    .left-top-item-main-sup p {
        margin: 0;
        font-size: 28px;
    }
    .right-top-item-main-sup {
        width: calc(100% - 50px);
        float: left;
        padding-left: 10px;
    }
    .right-top-item-main-sup p {
        text-align: left;
    }
    .item-main-main-sup.item3-main-sup .right-top-item-main-sup p {
        text-align: left;
        margin: 0;
        font-size: 25px;
        padding-top: 12px;
    }
    .main-bot-item-main-sup {
        margin: 0% 0%;
    }
    .item-main-bot-item-main-sup {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }
    .name-main-bot-main-sup {
        color: #ff6600;
        font-size: 21px;
    }
    .title-bot-item-main-sup h3 {
        margin: 38px 0px;
        margin-top: 50px;
    }
    .other-bot-item-main-sup {
        margin: 0px 0px;
        margin-bottom: 50px;
    }
    .other-bot-item-main-sup p {
        font-size: 25px;
        line-height: 1.6;
    }
    .text-main-main-sup {
        text-align: center;
        margin-top: 30px;
    }
    .text-main-main-sup p {
        font-size: 20px;
    }
    .text-main-main-sup p span {
        font-size: 36px;
    }
    .main-question {
        padding: 50px 0px;
    }
    .white-main-question {
        padding: 20% 0;
    }
    .white-main-question p {
        font-size: 20px;
    }
    .main-note {
        background: url(../images/back-note-sp.png) no-repeat;
        padding: 30px 0px;
        background-size: 100% 100%;
    }
    .title-main-note h3 {
        font-weight: bold;
        line-height: 1.5;
        font-size: 19px;
    }
    p.sub-other-main-note {
        padding-right: 52px;
    }
    .main-note:after {
        opacity: 0;
    }
    .main-tree p {
        font-size: 30px;
    }
    .main-form-contact {
        padding: 60px 0px;
    }
    .main-footer {
        font-size: 11px;
    }
}
@media only screen and (max-width: 600px) and (min-width: 479px){
    
    .title-main-ll1 h3 {
        font-size: 24px;
        color: #ff6600;
        font-weight: bold;
        margin: 0;
        margin-top: 40px;
    }
    .text-center-header p {
        font-size: 18px;
    }
    div#back-to-top {
        right: 4%!important
    }
    #back-to-top a {
        width: 40px;
        height: 40px
    }
    .button-right-top-header a:hover {
        transform: none;
    }
    body {
        font-size: 15px;
    }
    .image-logo {
        padding-top: 6px;
    }
    .left-top-header {
        padding-right: 0;
    }
    .info-right-top-header {
        width: 77%;
        float: left;
        padding-top: 3px;
        padding-right: 10px;
    }
    .icon-top-info {
        width: 25px;
        float: left;
    }
    .text-top-info p {
        font-size: 20px;
    }
    .bottom-info-right-top-header p {
        font-size: 9px;
        margin: 0;
        line-height: 1;
    }
    .button-right-top-header {
        float: left;
        width: 23%;
        padding-left: 0;
        height: 55px;
        line-height: 65px;
        background: #f2d932;
        text-align: center;
    }
    .button-right-top-header a {
        background: #f2d932;
        display: block;
        background-size: 100% 100%;
        padding: 0;
        width: 100%;
        height: 55px;
        line-height: 65px;
        text-align: center;
        transition: all .3s ease 0s;
    }
    .icon-button-right-top-header {
        float: none;
        width: 26px;
        height: 26px;
        margin: 0 auto;
        padding-top: 13px;
    }
    .text1-top-content-bottom-header p {
        font-weight: 900;
        padding-left: 14px;
        font-size: 24px;
    }
    .text2-top-content-bottom-header {
        margin-top: 4%;
    }
    .text2-top-content-bottom-header h2 {
        font-size: 73px;
        font-weight: bold;
        letter-spacing: 0px;
        text-shadow: 1px 1px 25px #000;
    }
    .bot-content-bottom-header {
        display: block;
        width: 100%;
    }
    .left-bot-content-bottom-header {
        float: none;
        width: auto;
        display: inline-block;
    }
    .text1-bot-content-bottom-header h2 {
        font-size: 32px;
        font-weight: bold;
        margin: 0;
        text-shadow: 1px 1px 25px #000;
        text-align: left;
    }
    .text2-bot-content-bottom-header {
        text-align: left;
    }
    .text2-bot-content-bottom-header h2 {
        font-size: 58px;
        font-weight: bold;
        margin: 0;
        text-shadow: 1px 1px 25px #000;
    }
    .image-logo img {
        width: 88%;
    }
    .right-bot-content-bottom-header {
        float: none;
        width: auto;
        display: inline-block;
    }
    span.f-p-text3-bot-content-bottom-header {
        line-height: 88px;
        display: block;
        float: left;
        font-size: 130px;
        text-shadow: 1px 1px 25px #000;
    }
    .text3-bot-content-bottom-header p {
        margin: 0;
        font-size: 48px;
        font-weight: bold;
        line-height: 1;
        float: left;
        padding-top: 44px;
        text-shadow: 1px 1px 25px #000;
    }
    .title-content-main-ll h3 {
        font-size: 25px;
    }
    .orther-content-main-ll p {
        font-size: 25px;
    }
    .main-content-main-ll1 ul {
        padding-inline-start: 0;
        padding: 0;
    }
    .main-content-main-ll1 ul li {
        float: left;
        width: 100%;
    }
    .main-content-main-ll1 ul li p {
        float: left;
        padding-left: 4px;
        margin: 0 0 5px;
    }
    .main-ll1:after {
        bottom: -34px;
        height: 41px;
    }
    .item-main-main-ll2 {
        padding: 35px 30px;
    }
    .item-main-main-ll2.item1-ll2 {
        top: 8%;
        right: 61px;
        padding: 35px 30px;
        left: inherit;
    }
    .itemt-content-main-machin p {
        color: #ff6600;
        font-weight: 600;
        font-size: 20px;
        line-height: 1.5;
    }
    .item-main-main-ll2.item2-ll2 {
        top: 23.6%;
    left: 19%;
    padding: 45px 22px;
    }
    .item-main-main-ll2.item3-ll2 {
        top: 39%;
        right: 12%;
        padding: 45px 31px;
    }
    .item-main-main-ll2.item4-ll2 {
        top: 70%;
        right: 12%;
        padding: 43px 31px;
    }
    .item-main-main-ll2.item5-ll2 {
        top: 54.5%;
        right: initial;
        left: 19%;
        padding: 35px 30px;
    }
    .item-main-main-ll2 p {
        color: #fff;
        font-size: 16px;
        line-height: 1.3;
        font-weight: 600;
    }
    .item-main-main-ll2 span {
        color: #f2d932;
        font-size: 23px;
    }
    .title-main-want h3 {
        font-size: 25px;
    }
    .title-main-want {
        margin-bottom: 5px;
    }
    .detail-short-main-want {
        margin-bottom: 30px;
    }
    .content-main-want {
        margin: 0px 0px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .item-conten-main-want {
        width: 30%;
        float: left;
        border: 1px solid #fff;
        padding: 52px 2px;
        margin: 0px 5px;
        margin-bottom: 10px;
    }
    .item-conten-main-want p {
        font-size: 16px;
        font-weight: bold;
    }
    .bot-content-main-want:after {content: "";display: block;clear: both;}

    .top-content-main-want:after {content: "";display: block;clear: both;}

    .bot-content-main-want {
        text-align: center;
    }
    .m-bot-content-main-want {
        display: inline-block;
    }
    .m-bot-content-main-want .item-conten-main-want {
        width: 156.89px;
    }
    .main-want {
        background-image: url(../images/back-want-sp.png);
        background-repeat: no-repeat;
        background-attachment: initial;
        background-position: initial;
        background-size: 100%;
        position: relative;
        padding: 0;
        padding-bottom: 66px;
    }
    .other-main-want {
        margin-top: 0px;
        margin-bottom: 27px;
    }
    .other-main-want p {
        font-size: 23px;
        font-weight: 600;
    }
    .other1-main-want p {
        font-size: 23px;
        font-weight: 600;
        line-height: 1.5;
        border-bottom: 1px solid #fff;
        display: inline-block;
        padding-bottom: 3px;
        margin: 0 0 3px;
    }
    .ab-line-main-want {
        position: absolute;
        width: 100%;
        bottom: -5%;
    }
    .title-main-machin h3.sm-title {
        font-size: 17px;
    }
    .title-main-machin h3 {
        font-size: 23px;
    }
    .title-main-machin h3 span {
        font-size: 17px;
    }
    .content-main-machin {
        margin: 0% 0%;
    margin-top: 10px;
    padding-left: 0;
    background: url(../images/back-cri-sp.png) no-repeat;
    background-size: 100%;
    padding-top: 62.32%;
    background-position: top center;
    }
    .itemt-content-main-machin {
        margin-left: 0;
        margin: 0px 3px;
    }
    .top-content-main-machin .itemt-content-main-machin {
        width: 31%;
    }
    .bot-content-main-machin {
        text-align: center;
    }
    
    .p-bot-content-main-machin {
        display: inline-block;
    }
    .itemt-content-main-machin p {
        top: 49px;
        width: 100%;
    }
    .p-bot-content-main-machin .itemt-content-main-machin p {
        top: 56px;
    }
    .itemt-content-main-machin.item3-main-machin p {
        top: 41px;
    }
    .p-bot-content-main-machin .itemt-content-main-machin {
        width: 153.27px;
        padding-top: 48%;
    }
    .main-machin {
        padding: 25px 0px;
    }
    .title-main-contact h3 {
        font-size: 19px;
    }
    .main-contact {
        background: url(../images/back-but-sp.png) no-repeat;
        background-size: 100% 100%;
        padding: 57px 0px;
    }
    .title-main-contact h3 {
        font-size: 19px;
        font-weight: bold;
        color: #40342c;
    }
    .button-main-contact a {
        padding: 16px 48px;
        padding-bottom: 21px;
    }
    .icon-button-main-contact img {
        width: 75%;
    }
    .button-main-contact a p {
        font-size: 18px;
        margin: 0;
        padding-top: 2px;
        padding-left: 0;
    }
    .icon-arrow-main-contact {
        padding-left: 5px;
    }
    .icon-arrow-main-contact img {
        width: 80%;
    }
    .main-sup {
        padding: 50px 0px;
    }
    .top-item-main-sup {
        padding: 15px 10px;
    }
    .left-top-item-main-sup {
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 30px;
        margin-top: 3px;
    }
    .left-top-item-main-sup p {
        margin: 0;
        font-size: 28px;
    }
    .right-top-item-main-sup {
        width: calc(100% - 50px);
        float: left;
        padding-left: 10px;
    }
    .right-top-item-main-sup p {
        text-align: left;
    }
    .item-main-main-sup.item3-main-sup .right-top-item-main-sup p {
        text-align: left;
        margin: 0;
        font-size: 25px;
        padding-top: 12px;
    }
    .main-bot-item-main-sup {
        margin: 0% 0%;
    }
    .item-main-bot-item-main-sup {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }
    .name-main-bot-main-sup {
        color: #ff6600;
        font-size: 21px;
    }
    .title-bot-item-main-sup h3 {
        margin: 38px 0px;
        margin-top: 50px;
    }
    .other-bot-item-main-sup {
        margin: 0px 0px;
        margin-bottom: 50px;
    }
    .other-bot-item-main-sup p {
        font-size: 25px;
        line-height: 1.6;
    }
    .text-main-main-sup {
        text-align: center;
        margin-top: 30px;
    }
    .text-main-main-sup p {
        font-size: 20px;
    }
    .text-main-main-sup p span {
        font-size: 36px;
    }
    .main-question {
        padding: 50px 0px;
    }
    .white-main-question {
        padding: 20% 0;
    }
    .white-main-question p {
        font-size: 20px;
    }
    .main-note {
        background: url(../images/back-note-sp.png) no-repeat;
        padding: 30px 0px;
        background-size: cover;
    }
    .title-main-note h3 {
        font-weight: bold;
        line-height: 1.5;
        font-size: 19px;
    }
    p.sub-other-main-note {
        padding-right: 52px;
    }
    .main-note:after {
        opacity: 0;
    }
    .main-tree p {
        font-size: 30px;
    }
    .main-form-contact {
        padding: 60px 0px;
    }
    .main-footer {
        font-size: 11px;
    }
    .bot-content-bottom-header {
        display: block;
        width: 85%;
    }
    
}

@media(max-width:480px) {
    .title-main-main-form-contact h3 {
        margin: 10px 0px;
        font-size: 20px;
    }
    .dis-left-bot-main-main-form-contact {
        margin-bottom: 40px;
    }
    .text-bot-main-main-form-contact p.large-bot-contact {
        font-size: 45px;
        padding-bottom: 11px;
    }
    .text-bot-main-main-form-contact p {
        font-size: 18px;
    }
    .left-bot-main-main-form-contact {
        border-right: none;
    }
    .itemt-content-main-machin p {
        color: 
        #ff6600;
        font-weight: 600;
        font-size: 17px;
        line-height: 1.5;
    }
    .detail-short-main-want p {
        margin: 0;
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 0.7;
    }
    .main-content-main-ll1 {
        padding-top: 0;
    }
    .title-main-ll1 h3 {
        font-size: 24px;
        color: #ff6600;
        font-weight: bold;
        margin: 0;
        margin-top: 40px;
    }
    .text-center-header p {
        font-size: 18px;
    }
    .button-right-top-header a:hover {
        transform: none;
    }
    body {
        font-size: 15px;
    }
    .image-logo {
        padding-top: 6px;
    }
    .left-top-header {
        padding-right: 0;
    }
    .info-right-top-header {
        width: 77%;
        float: left;
        padding-top: 3px;
        padding-right: 10px;
    }
    .icon-top-info {
        width: 25px;
        float: left;
    }
    .text-top-info p {
        font-size: 22px;
    }
    .bottom-info-right-top-header p {
        font-size: 10.5px;
        margin: 0;
        line-height: 1;
    }
    .button-right-top-header {
        float: left;
        width: 23%;
        padding-left: 0;
        height: 55px;
        line-height: 65px;
        background: #f2d932;
        text-align: center;
    }
    .button-right-top-header a {
        background: #f2d932;
        display: block;
        background-size: 100% 100%;
        padding: 0;
        width: 100%;
        height: 55px;
        line-height: 65px;
        text-align: center;
        transition: all .3s ease 0s;
    }
    .icon-button-right-top-header {
        float: none;
        width: 26px;
        height: 26px;
        margin: 0 auto;
        padding-top: 13px;
    }
    .text1-top-content-bottom-header p {
        font-weight: 900;
        padding-left: 14px;
        font-size: 24px;
    }
    .text2-top-content-bottom-header {
        margin-top: 4%;
    }
    .text2-top-content-bottom-header h2 {
        font-size: 59px;
        font-weight: 900;
        letter-spacing: 0px;
        text-shadow: 1px 1px 25px 
        #000;
    }
    .bot-content-bottom-header {
        display: block;
        width: 95%;
    }
    .left-bot-content-bottom-header {
        float: none;
        width: auto;
        display: inline-block;
    }
    .text1-bot-content-bottom-header h2 {
        font-size: 25px;
        font-weight: 900;
        margin: 0;
        text-shadow: 1px 1px 25px 
        #000;
        text-align: left;
    }
    .text2-bot-content-bottom-header {
        text-align: left;
    }
    .text2-bot-content-bottom-header h2 {
        font-size: 44px;
        font-weight: bold;
        margin: 0;
        text-shadow: 1px 1px 25px #000;
    }
    .right-bot-content-bottom-header {
        float: none;
        width: auto;
        display: inline-block;
    }
    span.f-p-text3-bot-content-bottom-header {
        line-height: 68px;
        display: block;
        float: left;
        font-size: 107px;
        text-shadow: 1px 1px 25px 
        #000;
    }
    .text3-bot-content-bottom-header p {
        margin: 0;
    font-size: 37px;
    font-weight: 900;
    line-height: 1;
    float: left;
    padding-top: 32px;
    text-shadow: 1px 1px 25px #000;
    }
    .title-content-main-ll h3 {
        font-size: 24px;
    }
    .orther-content-main-ll p {
        font-size: 22px;
    }
    .detail-content-main-ll p {
        font-size: 23px;
    }
    .main-content-main-ll1 ul {
        padding-inline-start: 0;
        padding: 0;
    }
    .main-content-main-ll1 ul li {
        float: left;
        width: 100%;
        margin-bottom: 5px;
    }
    .main-content-main-ll1 ul li p {
        float: left;
    padding-left: 4px;
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: bold;
    }
    .main-ll1:after {
        bottom: -30px;
    height: 38px;
    }
    
    .item-main-main-ll2 {
        padding: 35px 30px;
    }
    .item-main-main-ll2.item1-ll2 {
        top: 6%;
        right: 35px;
        padding: 35px 32px;
        left: initial;
    }
    .item-main-main-ll2.item2-ll2 {
        top: 22.3%;
        left: 3%;
        padding: 45px 22px;
    }
    .item-main-main-ll2.item3-ll2 {
        top: 38%;
        right: 8%;
        padding: 45px 31px;
    }
    .item-main-main-ll2.item4-ll2 {
        top: 69%;
        right: 8%;
        padding: 45px 31px;
    }
    .item-main-main-ll2.item5-ll2 {
        top: 55%;
        right: initial;
        padding: 35px 30px;
        left: 3%;
    }
    .item-main-main-ll2 p {
        color: #fff;
        font-size: 18px;
        line-height: 1.3;
        font-weight: 600;
    }
    .item-main-main-ll2 span {
        color: #f2d932;
        font-size: 26px;
    }
    .title-main-want h3 {
        font-size: 26px;
    }
    .title-main-want {
        margin-bottom: 5px;
    }
    .detail-short-main-want {
        margin-bottom: 30px;
    }
    .content-main-want {
        margin: 0px 0px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .item-conten-main-want {
        width: 30%;
    float: left;
    border: 1px solid #fff;
    padding: 34px 2px;
    margin: 0px 5px;
    margin-bottom: 10px;
    }
    .item-conten-main-want p {
        font-size: 17px;
        font-weight: bold;
    }
    .bot-content-main-want:after {content: "";display: block;clear: both;}

    .top-content-main-want:after {content: "";display: block;clear: both;}

    .bot-content-main-want {
        text-align: center;
    }
    .m-bot-content-main-want {
        display: inline-block;
    }
    .m-bot-content-main-want .item-conten-main-want {
        width: 117px;
    }
    .main-want {
        background-image: url(../images/back-want-sp.png);
        background-repeat: no-repeat;
        background-attachment: initial;
        background-position: initial;
        background-size: 100%;
        position: relative;
        padding: 0;
        padding-bottom: 66px;
    }
    .other-main-want {
        margin-top: 0px;
        margin-bottom: 27px;
    }
    .other-main-want p {
        font-size: 23px;
        font-weight: 600;
    }
    .other1-main-want p {
        font-size: 23px;
        font-weight: 600;
        line-height: 1.5;
        border-bottom: 1px solid #fff;
        display: inline-block;
        padding-bottom: 3px;
        margin: 0 0 3px;
    }
    .ab-line-main-want {
        position: absolute;
        width: 100%;
        bottom: -5%;
    }
    .title-main-machin h3.sm-title {
        font-size: 17px;
    }
    .title-main-machin h3 {
        font-size: 23px;
    }
    .title-main-machin h3 span {
        font-size: 17px;
    }
    .content-main-machin {
        margin: 0% 0%;
    margin-top: 10px;
    padding-left: 0;
    background: url(../images/back-cri-sp.png) no-repeat;
    background-size: 100%;
    padding-top: 62.32%;
    background-position: top center;
    }
    .itemt-content-main-machin {
        margin-left: 0;
        margin: 0px 3px;
    }
    .itemt-content-main-machin p {
        top: 48px;
    }
    .itemt-content-main-machin.item3-main-machin p {
        top: 41px;
    }
    .top-content-main-machin .itemt-content-main-machin {
        width: 31%;
    }
    .bot-content-main-machin {
        text-align: center;
    }
    
    .p-bot-content-main-machin {
        display: inline-block;
    }
    
    .p-bot-content-main-machin .itemt-content-main-machin {
        width: 119px;
        padding-top: 47%;
    }
    .main-machin {
        padding: 25px 0px;
    }
    .title-main-contact h3 {
        font-size: 19px;
    }
    .main-contact {
        background: url(../images/back-but-sp.png) no-repeat;
        background-size: 100% 100%;
        padding: 57px 0px;
    }
    .title-main-contact h3 {
        font-size: 18px;
        font-weight: bold;
        color: 
        #40342c;
    }
    .button-main-contact a {
        padding: 16px 30px;
    padding-bottom: 21px;
    }
    .icon-button-main-contact img {
        width: 75%;
    }
    .button-main-contact a p {
        font-size: 17px;
        margin: 0;
        padding-top: 2px;
        padding-left: 0;
    }
    .icon-arrow-main-contact {
        padding-left: 5px;
    }
    .icon-arrow-main-contact img {
        width: 80%;
    }
    .main-sup {
        padding: 50px 0px;
    }
    .top-item-main-sup {
        padding: 15px 10px;
    }
    .left-top-item-main-sup {
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 30px;
        margin-top: 3px;
    }
    .left-top-item-main-sup p {
        margin: 0;
        font-size: 28px;
    }
    .right-top-item-main-sup {
        width: calc(100% - 50px);
        float: left;
        padding-left: 10px;
    }
    .right-top-item-main-sup p {
        text-align: left;
        font-size: 23px;
    }
    .item-main-main-sup.item3-main-sup .right-top-item-main-sup p {
        text-align: left;
        margin: 0;
        font-size: 25px;
        padding-top: 12px;
    }
    .main-bot-item-main-sup {
        margin: 0% 0%;
    }
    .item-main-bot-item-main-sup {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }
    .name-main-bot-main-sup {
        color: #ff6600;
        font-size: 21px;
    }
    .title-bot-item-main-sup h3 {
        margin: 38px 0px;
        margin-top: 50px;
        font-size: 30px;
    }
    .detail-main-bot-main-sup p {
        line-height: 1.5;
        font-size: 24px;
    }
    .detail-main-note p {
        line-height: 1.5;
        font-size: 18px;
    }
    .other-main-note p {
        font-size: 19px;
    }
    .other-bot-item-main-sup {
        margin: 0px 0px;
        margin-bottom: 50px;
    }
    .other-bot-item-main-sup p {
        font-size: 25px;
        line-height: 1.6;
    }
    .text-main-main-sup {
        text-align: center;
        margin-top: 30px;
    }
    .text-main-main-sup p {
        font-size: 20px;
    }
    .text-main-main-sup p span {
        font-size: 36px;
    }
    .main-question {
        padding: 50px 0px;
    }
    .white-main-question {
        padding: 20% 0;
    }
    .white-main-question p {
        font-size: 20px;
    }
    .main-note {
        background: url(../images/back-note-sp.png) no-repeat;
        padding: 30px 0px;
        background-size: cover;
    }
    .title-main-note h3 {
        font-weight: bold;
        line-height: 1.5;
        font-size: 18px;
    }
    p.sub-other-main-note {
        padding-right: 59px;
    }
    .main-note:after {
        opacity: 0;
    }
    .main-tree p {
        font-size: 30px;
    }
    .main-form-contact {
        padding: 60px 0px;
    }
    .main-footer {
        font-size: 11px;
    }
    
}

@media(max-width:376px) {
    .button-bot-main-main-form-contact {
        padding: 0px 10px;
    }
    .button-bot-main-main-form-contact a {
        padding: 18px 19px;
    }
    .text-bot-main-main-form-contact p.large-bot-contact {
        font-size: 33px;
        padding-bottom: 11px;
    }
    .text-bot-main-main-form-contact p {
        font-size: 14px;
    }
    .itemt-content-main-machin p {
        color: #ff6600;
        font-weight: 600;
        font-size: 17px;
        line-height: 1.5;
    }
    .itemt-content-main-machin p {
        top: 39px;
    }
    .itemt-content-main-machin.item3-main-machin p {
        top: 33px;
    }
    .detail-short-main-want p {
        margin: 0;
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 0.7;
    }
    body {
        line-height: 24px!important;
        font-size: 15px!important;
    }
    
    
    .vid-wrap {
        height: 190px
    }
    div#back-to-top {
        right: 4%!important
    }
    #back-to-top a {
        width: 40px;
        height: 40px
    }
    
   
    .nav-toggle {
        right: 14px;
        top: 17px
    }
    .button-right-top-header a:hover {
        transform: none;
    }
    body {
        font-size: 15px;
    }
    .image-logo {
        padding-top: 9px;
    }
    .left-top-header {
        padding-right: 0;
    }
    .info-right-top-header {
        width: 79%;
        float: left;
        padding-top: 6px;
        padding-right: 10px;
    }
    .icon-top-info {
        width: 25px;
        float: left;
    }
    .text-top-info p {
        font-size: 17px;
    }
    .bottom-info-right-top-header p {
        font-size: 8px;
        margin: 0;
        line-height: 1;
        letter-spacing: 0.6px;
    }
    .button-right-top-header {
        float: left;
        width: 21%;
        padding-left: 0;
        height: 47px;
        line-height: 47px;
        background: #f2d932;
        text-align: center;
    }
    .button-right-top-header a {
        background: #f2d932;
        display: block;
        background-size: 100% 100%;
        padding: 0;
        width: 100%;
        height: 47px;
        line-height: 47px;
        text-align: center;
        transition: all .3s ease 0s;
    }
    .icon-button-right-top-header {
        float: none;
        width: 26px;
        height: 26px;
        margin: 0 auto;
        padding-top: 12px;
    }
    .text1-top-content-bottom-header p {
        font-weight: 900;
        padding-left: 14px;    
        font-size: 15px;
    }
    .text2-top-content-bottom-header {
        margin-top: 4%;
    }
    .text2-top-content-bottom-header h2 {
        font-size: 56px;
        font-weight: bold;
        letter-spacing: 0px;
        text-shadow: 1px 1px 25px 
        #000;
    }
    .bot-content-bottom-header {
        display: block;
        width: 86%;
    }
    .left-bot-content-bottom-header {
        float: none;
        width: auto;
        display: inline-block;
    }
    .text1-bot-content-bottom-header h2 {
        font-size: 23px;
        font-weight: bold;
        margin: 0;
        text-shadow: 1px 1px 25px 
        #000;
        text-align: left;
    }
    .text2-bot-content-bottom-header {
        text-align: left;
    }
    .text2-bot-content-bottom-header h2 {
        font-size: 41px;
        font-weight: bold;
        margin: 0;
        text-shadow: 1px 1px 25px 
        #000;
    }
    .right-bot-content-bottom-header {
        float: none;
        width: auto;
        display: inline-block;
    }
    span.f-p-text3-bot-content-bottom-header {
        line-height: 63px;
        display: block;
        float: left;
        font-size: 100px;
        text-shadow: 1px 1px 25px #000;
    }
    .text3-bot-content-bottom-header p {
        margin: 0;
        font-size: 33px;
        font-weight: bold;
        line-height: 1;
        float: left;
        padding-top: 35px;
        text-shadow: 1px 1px 25px 
        #000;
    }
    .title-content-main-ll h3 {
        font-size: 18px;
    }
    .orther-content-main-ll p {
        font-size: 18px;
    }
    .main-content-main-ll1 ul {
        padding-inline-start: 0;
        padding: 0;
    }
    .main-content-main-ll1 ul li {
        float: left;
        width: 100%;
    }
    .main-content-main-ll1 ul li p {
        float: left;
        padding-left: 4px;
        margin: 0 0 5px;
        font-size: 17px;

    }
    .main-ll1:after {
        bottom: -30px;
    height: 38px;
    }
    .item-main-main-ll2 {
        padding: 35px 30px;
    }
    .item-main-main-ll2.item1-ll2 {
        top: 12%;
        right: 66px;
        padding: 25px 20px;
    }
    .item-main-main-ll2.item2-ll2 {
        top: 25%;
        left: 15%;
        padding: 33px 14px;
    }
    .item-main-main-ll2.item3-ll2 {
        top: 38%;
        right: 18%;
        padding: 33px 19px;
    }
    .item-main-main-ll2.item4-ll2 {
        top: 64%;
        right: 17.5%;
        padding: 33px 20px;
    }
    .item-main-main-ll2.item5-ll2 {
        top: 51%;
    right: initial;
    padding: 25px 21px;
    left: 15%;
    }
    .item-main-main-ll2 p {
        color: #fff;
        font-size: 13px;
        line-height: 1.3;
        font-weight: 600;
    }
    .item-main-main-ll2 span {
        color: #f2d932;
        font-size: 18px;
    }
    .title-main-want h3 {
        font-size: 18px;
    }
    .title-main-want {
        margin-bottom: 5px;
    }
    .detail-short-main-want {
        margin-bottom: 20px;
    }
    .content-main-want {
        margin: 0px 0px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .item-conten-main-want {
        width: 29.8%;
    float: left;
    border: 1px solid #fff;
    padding: 24px 2px;
    margin: 0px 5px;
    margin-bottom: 10px;
    }
    .item-conten-main-want p {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.5;
    }
    .bot-content-main-want:after {content: "";display: block;clear: both;}

    .top-content-main-want:after {content: "";display: block;clear: both;}

    .bot-content-main-want {
        text-align: center;
    }
    .m-bot-content-main-want {
        display: inline-block;
    }
    .m-bot-content-main-want .item-conten-main-want {
        width: 102.8px;
    }
    .main-want {
        background-image: url(../images/back-want-sp.png);
        background-repeat: no-repeat;
        background-attachment: initial;
        background-position: initial;
        background-size: 100%;
        position: relative;
        padding: 0;
        padding-bottom: 66px;
    }
    .other-main-want {
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .other-main-want p {
        font-size: 18px;
        font-weight: 600;
    }
    .other1-main-want p {
        font-size: 17px;
        font-weight: 600;
        line-height: 1.5;
        border-bottom: 1px solid #fff;
        display: inline-block;
        padding-bottom: 3px;
        margin: 0 0 3px;
    }
    .ab-line-main-want {
        position: absolute;
        width: 100%;
        bottom: -5%;
    }
    .title-main-machin h3.sm-title {
        font-size: 13px;
    }
    .title-main-machin h3 {
        font-size: 16px;
    }
    .title-main-machin h3 span {
        font-size: 13px;
    }
    .content-main-machin {
        margin: 0% 0%;
    margin-top: 10px;
    padding-left: 0;
    background: url(../images/back-cri-sp.png) no-repeat;
    background-size: 100%;
    padding-top: 62.32%;
    background-position: top center;
    }
    .itemt-content-main-machin {
    margin-left: 0;
    margin: 0px 3px;
    }
    .top-content-main-machin .itemt-content-main-machin {
        width: 31%;
    }
    .bot-content-main-machin {
        text-align: center;
    }
    
    .p-bot-content-main-machin {
        display: inline-block;
    }
    
    .p-bot-content-main-machin .itemt-content-main-machin {
        width: 102.67px;
    }
    .main-machin {
        padding: 25px 0px;
    }
    .title-main-contact h3 {
        font-size: 14px;
    }
    .main-contact {
        background: url(../images/back-but-sp.png) no-repeat;
        background-size: 100% 100%;
        padding: 57px 0px;
    }
    .title-main-contact h3 {
        font-size: 17px;
        font-weight: bold;
        color: #40342c;
    }
    .button-main-contact a {
        padding: 12px 35px;
        padding-bottom: 15px;
    }
    .icon-button-main-contact img {
        width: 60%;
    }
    .button-main-contact a p {
        font-size: 13px;
        margin: 0;
        padding-top: 2px;
        padding-left: 0;
    }
    .icon-arrow-main-contact {
        padding-left: 5px;
    }
    .icon-arrow-main-contact img {
        width: 60%;
    }
    .main-sup {
        padding: 50px 0px;
    }
    .top-item-main-sup {
        padding: 15px 10px;
    }
    .left-top-item-main-sup {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 30px;
        margin-top: 3px;
    }
    .left-top-item-main-sup p {
        margin: 0;
        font-size: 22px;
    }
    .right-top-item-main-sup {
        width: calc(100% - 40px);
        float: left;
        padding-left: 10px;
    }
    .right-top-item-main-sup p {
        text-align: left;
        font-size: 16px;
    }
    .item-main-main-sup.item3-main-sup .top-item-main-sup {
        padding: 15px 15px;
    }
    .item-main-main-sup.item3-main-sup .right-top-item-main-sup p {
        text-align: left;
        margin: 0;
        font-size: 21px;
        padding-top: 12px;
    }
    .main-bot-item-main-sup {
        margin: 0% 0%;
    }
    .item-main-bot-item-main-sup {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }
    .name-main-bot-main-sup {
        color: #ff6600;
        font-size: 17px;
    }
    .title-bot-item-main-sup h3 {
        margin: 20px 0px;
        margin-top: 30px;
        font-size: 23px;
    }
    .other-bot-item-main-sup {
        margin: 0px 0px;
        margin-bottom: 35px;
    }
    .other-bot-item-main-sup p {
        font-size: 17px;
        line-height: 1.6;
    }
    .text-main-main-sup {
        text-align: center;
        margin-top: 30px;
    }
    .text-main-main-sup p {
        font-size: 15px;
    }
    .text-main-main-sup p span {
        font-size: 25px;
    }
    .main-question {
        padding: 50px 0px;
    }
    .white-main-question {
        padding: 20% 0;
    }
    .white-main-question p {
        font-size: 20px;
    }
    .main-note {
        background: url(../images/back-note-sp.png) no-repeat;
        padding: 30px 0px;
        background-size: cover;
    }
    .title-main-note h3 {
        font-weight: bold;
        line-height: 1.5;
        font-size: 17px;
    }
    .detail-main-note p {
        line-height: 1.5;
        font-size: 17px;
    }
    p.sub-other-main-note {
        padding-right: 59px;
    }
    .main-note:after {
        opacity: 0;
    }
    .main-tree p {
        font-size: 20px;
    }
    .main-form-contact {
        padding: 60px 0px;
    }
    .main-footer {
        font-size: 7px;
    }
}

@media(max-width:360px) {
    .detail-main-note p {
        font-size: 16px;
    }
    .itemt-content-main-machin p {

        font-size: 13px;
    
    }
    .detail-short-main-want p {
        margin: 0;
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 0.7;
    }
    body {
        line-height: 24px!important;
        font-size: 15px!important;
    }
    
    
    .vid-wrap {
        height: 190px
    }
    div#back-to-top {
        right: 4%!important
    }
    #back-to-top a {
        width: 40px;
        height: 40px
    }
    
   
    .nav-toggle {
        right: 14px;
        top: 17px
    }
    .button-right-top-header a:hover {
        transform: none;
    }
    body {
        font-size: 15px;
    }
    .image-logo {
        padding-top: 9px;
    }
    .left-top-header {
        padding-right: 0;
    }
    .info-right-top-header {
        width: 79%;
        float: left;
        padding-top: 6px;
        padding-right: 10px;
    }
    .icon-top-info {
        width: 25px;
        float: left;
    }
    .text-top-info p {
        font-size: 16px;
    }
    .bottom-info-right-top-header p {
        font-size: 8px;
        margin: 0;
        line-height: 1;
        letter-spacing: 0.6px;
    }
    .button-right-top-header {
        float: left;
        width: 21%;
        padding-left: 0;
        height: 47px;
        line-height: 47px;
        background: #f2d932;
        text-align: center;
    }
    .button-right-top-header a {
        background: #f2d932;
        display: block;
        background-size: 100% 100%;
        padding: 0;
        width: 100%;
        height: 47px;
        line-height: 47px;
        text-align: center;
        transition: all .3s ease 0s;
    }
    .icon-button-right-top-header {
        float: none;
        width: 26px;
        height: 26px;
        margin: 0 auto;
        padding-top: 12px;
    }
    .text1-top-content-bottom-header p {
        font-weight: 900;
        padding-left: 14px;    
        font-size: 15px;
    }
    .text2-top-content-bottom-header {
        margin-top: 4%;
    }
    .text2-top-content-bottom-header h2 {

        font-size: 50px;
        font-weight: bold;
        letter-spacing: 0px;
        text-shadow: 1px 1px 25px 
    
        #000;
    
    }
    .bot-content-bottom-header {
        display: block;
        width: 90%;
    }
    .left-bot-content-bottom-header {
        float: left;
        width: 65%;
    }
    .text1-bot-content-bottom-header h2 {
        font-size: 21px;
        font-weight: bold;
        margin: 0;
        text-shadow: 1px 1px 25px #000;
        text-align: left;
    }
    .text2-bot-content-bottom-header {
        text-align: left;
    }
    .text2-bot-content-bottom-header h2 {
        font-size: 36px;
        font-weight: bold;
        margin: 0;
        text-shadow: 1px 1px 25px 
        #000;
    }
    .right-bot-content-bottom-header {
        float: left;
        width: 34%;
    }
    span.f-p-text3-bot-content-bottom-header {

        line-height: 62px;
        display: block;
        float: left;
        font-size: 87px;
        text-shadow: 1px 1px 25px 
    
        #000;
    
    }
    .text3-bot-content-bottom-header p {
        margin: 0;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    float: left;
    padding-top: 31px;
    text-shadow: 1px 1px 25px #000;
    }
    .title-content-main-ll h3 {
        font-size: 18px;
    }
    .orther-content-main-ll p {

        font-size: 17px;
    
    }
    .orther-content-main-ll p span {

        color: 
    
        #000;
        font-weight: normal;
        font-size: 17px;
    
    }
    .main-content-main-ll1 ul {
        padding-inline-start: 0;
        padding: 0;
    }
    .main-content-main-ll1 ul li {
        float: left;
        width: 100%;
    }
    .main-content-main-ll1 ul li p {

        float: left;
        padding-left: 4px;
        margin: 0 0 5px;
        font-size: 14px;
    
    }
    .main-ll1:after {
        bottom: -30px;
    height: 38px;
    }
    .item-main-main-ll2 {
        padding: 35px 30px;
    }
    .item-main-main-ll2.item1-ll2 {

        top: 8%;
        right: 32px;
        padding: 25px 20px;
    
    }
    .item-main-main-ll2.item2-ll2 {

        top: 25%;
        left: 8%;
        padding: 33px 14px;
    
    }
    .item-main-main-ll2.item3-ll2 {

        top: 39%;
        right: 10%;
        padding: 33px 19px;
    
    }
    .item-main-main-ll2.item4-ll2 {

        top: 70%;
        right: 10%;
        padding: 33px 20px;
    
    }
    .item-main-main-ll2.item5-ll2 {
        top: 56%;
        right: initial;
        padding: 25px 21px;
        left: 8%;
    
    }
    .item-main-main-ll2 p {
        color: #fff;
        font-size: 13px;
        line-height: 1.3;
        font-weight: 600;
    }
    .item-main-main-ll2 span {
        color: #f2d932;
        font-size: 18px;
    }
    .title-main-want h3 {
        font-size: 18px;
    }
    .title-main-want {
        margin-bottom: 5px;
    }
    .detail-short-main-want {
        margin-bottom: 20px;
    }
    .content-main-want {
        margin: 0px 0px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .item-conten-main-want p {

        font-size: 11px;
        font-weight: bold;
        line-height: 1.5;
    
    }
    .item-conten-main-want {

        width: 29.7%;
        float: left;
        border: 1px solid 
    
        #fff;
        padding: 32px 2px;
        margin: 0px 5px;
            margin-bottom: 0px;
        margin-bottom: 0px;
        margin-bottom: 10px;
    
    }
    .other1-main-want p {

        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
        border-bottom: 1px solid 
    
        #fff;
        display: inline-block;
        padding-bottom: 3px;
        margin: 0 0 3px;
    
    }
    .bot-content-main-want:after {content: "";display: block;clear: both;}

    .top-content-main-want:after {content: "";display: block;clear: both;}

    .bot-content-main-want {
        text-align: center;
    }
    .m-bot-content-main-want {
        display: inline-block;
    }
    .m-bot-content-main-want .item-conten-main-want {
        width: 98px;
    }
    .main-want {
        background-image: url(../images/back-want-sp.png);
        background-repeat: no-repeat;
        background-attachment: initial;
        background-position: initial;
        background-size: 100%;
        position: relative;
        padding: 0;
        padding-bottom: 66px;
    }
    .other-main-want {
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .other-main-want p {
        font-size: 18px;
        font-weight: 600;
    }
    .other1-main-want p {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
        border-bottom: 1px solid #fff;
        display: inline-block;
        padding-bottom: 3px;
        margin: 0 0 3px;
    }
    .ab-line-main-want {
        position: absolute;
        width: 100%;
        bottom: -5%;
    }
    .title-main-machin h3.sm-title {
        font-size: 13px;
    }
    .title-main-machin h3 {
        font-size: 16px;
    }
    .title-main-machin h3 span {
        font-size: 13px;
    }
    .content-main-machin {
        margin: 0% 0%;
    margin-top: 10px;
    padding-left: 0;
    background: url(../images/back-cri-sp.png) no-repeat;
    background-size: 100%;
    padding-top: 62.32%;
    background-position: top center;
    }
    .itemt-content-main-machin {

        margin-left: 0;
        margin: 0px 3px;
    
    }
    .top-content-main-machin .itemt-content-main-machin {
        width: 31%;
    }
    .bot-content-main-machin {
        text-align: center;
    }
    
    .p-bot-content-main-machin {
        display: inline-block;
    }
    
    .p-bot-content-main-machin .itemt-content-main-machin {

        width: 98.2px;
    
    }
    .main-machin {
        padding: 25px 0px;
    }
    .title-main-contact h3 {
        font-size: 14px;
    }
    .main-contact {
        background: url(../images/back-but-sp.png) no-repeat;
        background-size: 100% 100%;
        padding: 57px 0px;
    }
    .title-main-contact h3 {
        font-size: 19px;
        font-weight: bold;
        color: #40342c;
    }
    .button-main-contact a {
        padding: 12px 35px;
        padding-bottom: 15px;
    }
    .icon-button-main-contact img {
        width: 60%;
    }
    .button-main-contact a p {

        font-size: 12px;
        margin: 0;
        padding-top: 2px;
        padding-left: 0;
    
    }
    .icon-arrow-main-contact {
        padding-left: 5px;
    }
    .icon-arrow-main-contact img {
        width: 60%;
    }
    .main-sup {
        padding: 50px 0px;
    }
    .top-item-main-sup {
        padding: 15px 10px;
    }
    .left-top-item-main-sup {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 30px;
        margin-top: 3px;
    }
    .left-top-item-main-sup p {
        margin: 0;
        font-size: 22px;
    }
    .right-top-item-main-sup {
        width: calc(100% - 40px);
        float: left;
        padding-left: 10px;
    }
    .right-top-item-main-sup p {

        text-align: left;
        font-size: 15px;
    
    }
    .item-main-main-sup.item3-main-sup .top-item-main-sup {
        padding: 15px 15px;
    }
    .item-main-main-sup.item3-main-sup .right-top-item-main-sup p {
        text-align: left;
        margin: 0;
        font-size: 21px;
        padding-top: 12px;
    }
    .main-bot-item-main-sup {
        margin: 0% 0%;
    }
    .detail-main-bot-main-sup p {

        line-height: 1.5;
        font-size: 18px;
    
    }
    .other-main-note p {
        font-size: 16px;
    }
    .item-main-bot-item-main-sup {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }
    .name-main-bot-main-sup {
        color: #ff6600;
        font-size: 17px;
    }
    .title-bot-item-main-sup h3 {
        margin: 20px 0px;
        margin-top: 30px;
        font-size: 23px;
    }
    .other-bot-item-main-sup {
        margin: 0px 0px;
        margin-bottom: 35px;
    }
    .other-bot-item-main-sup p {
        font-size: 17px;
        line-height: 1.6;
    }
    .text-main-main-sup {
        text-align: center;
        margin-top: 30px;
    }
    .text-main-main-sup p {
        font-size: 15px;
    }
    .text-main-main-sup p span {
        font-size: 25px;
    }
    .main-question {
        padding: 50px 0px;
    }
    .white-main-question {
        padding: 20% 0;
    }
    .white-main-question p {
        font-size: 20px;
    }
    .main-note {
        background: url(../images/back-note-sp.png) no-repeat;
        padding: 30px 0px;
        background-size: cover;
    }
    .title-main-note h3 {
        font-weight: bold;
        line-height: 1.5;
        font-size: 16px;
    }
    p.sub-other-main-note {
        padding-right: 50px;
    }
    .main-note:after {
        opacity: 0;
    }
    .main-tree p {
        font-size: 20px;
    }
    .main-form-contact {
        padding: 60px 0px;
    }
    .main-footer {
        font-size: 7px;
    }
}

@media(max-width:320px) {
    .title-main-main-form-contact h3 {
        margin: 10px 0px;
        font-size: 16px;
    }
    .button-bot-main-main-form-contact a {
        padding: 18px 19px;
    }
    .button-bot-main-main-form-contact a p {
        padding-left: 5px;
        font-size: 16px;
        margin-top: -2px;
    }
    .text-bot-main-main-form-contact p.large-bot-contact {
        font-size: 28px;
        padding-bottom: 5px;
    }
    .text-bot-main-main-form-contact p {
        font-size: 12px;
    }
    .content-left-bot-main-main-form-contact {
        padding: 0px 10px;
    }
    .bot-content-bottom-header {

        display: block;
        width: 100%;
    
    }
    .left-bot-content-bottom-header {

        float: none;
        width: auto;
        display: inline-block;
    
    }
    .right-bot-content-bottom-header {

        float: none;
        width: auto;
        display: inline-block;
    
    }
    .text2-bot-content-bottom-header h2 {

        font-size: 45px;
        font-weight: bold;
        margin: 0;
        text-shadow: 1px 1px 25px 
    
        #000;
    
    }
    .other-main-note p {
        font-size: 16px;
    }
    .itemt-content-main-machin p {
        font-size: 13px;
        top: 35px;
    }
    .itemt-content-main-machin.item3-main-machin p {
        top: 28px;
    }
    .detail-short-main-want p {
        margin: 0;
        margin-bottom: 20px;
        font-size: 15px;
        line-height: 0.7;
    }
    .title-main-ll1 h3 {
        font-size: 18px;
    }
    .main-content-main-ll1 {
        padding-top: 0px;
    }
    .orther-content-main-ll p span {
        font-size: 13px;
    }
    .left-top-header {
        padding-right: 10px;
    }
    body {
        line-height: 22px!important;
        font-size: 13px!important;
    }
    
   
    
    div#back-to-top {
        right: 4%!important
    }
    #back-to-top a {
        width: 40px;
        height: 40px
    }
    .button-right-top-header a:hover {
        transform: none;
    }
    body {
        font-size: 15px;
    }
    .image-logo {
        padding-top: 9px;
    }
    .left-top-header {
        padding-right: 0;
    }
    .info-right-top-header {
        width: 77%;
        float: left;
        padding-top: 6px;
        padding-right: 10px;
    }
    .icon-top-info {
        width: 25px;
        float: left;
    }
    .text-top-info p {
        font-size: 17px;
    }
    .bottom-info-right-top-header p {
        font-size: 8px;
        margin: 0;
        line-height: 1;
        letter-spacing: 0.6px;
    }
    .button-right-top-header {
        float: left;
        width: 23%;
        padding-left: 0;
        height: 47px;
        line-height: 47px;
        background: #f2d932;
        text-align: center;
    }
    .button-right-top-header a {
        background: #f2d932;
        display: block;
        background-size: 100% 100%;
        padding: 0;
        width: 100%;
        height: 47px;
        line-height: 47px;
        text-align: center;
        transition: all .3s ease 0s;
    }
    .icon-button-right-top-header {
        float: none;
        width: 26px;
        height: 26px;
        margin: 0 auto;
        padding-top: 12px;
    }
    .text1-top-content-bottom-header p {
        font-weight: 900;
        padding-left: 14px;    
        font-size: 15px;
    }
    .text2-top-content-bottom-header {
        margin-top: 4%;
    }
    .text2-top-content-bottom-header h2 {
        font-size: 49px;
        font-weight: bold;
        letter-spacing: 0px;
        text-shadow: 1px 1px 25px #000;
    }
    .bot-content-bottom-header {
        display: block;
        width: 100%;
    }
    .left-bot-content-bottom-header {
        float: none;
        width: auto;
        display: inline-block;
    }
    .text1-bot-content-bottom-header h2 {
        font-size: 25px;
        font-weight: bold;
        margin: 0;
        text-shadow: 1px 1px 25px #000;
        text-align: left;
    }
    .text2-bot-content-bottom-header {
        text-align: left;
    }
    .text2-bot-content-bottom-header h2 {
        font-size: 45px;
        font-weight: bold;
        margin: 0;
        text-shadow: 1px 1px 25px #000;
    }
    .right-bot-content-bottom-header {
        float: none;
        width: auto;
        display: inline-block;
    }
    span.f-p-text3-bot-content-bottom-header {
        line-height: 70px;
        display: block;
        float: left;
        font-size: 100px;
        text-shadow: 1px 1px 25px #000;
    }
    .text3-bot-content-bottom-header p {
        margin: 0;
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
    float: left;
    padding-top: 34px;
    text-shadow: 1px 1px 25px #000;
    }
    .title-content-main-ll h3 {
        font-size: 18px;
    }
    .orther-content-main-ll p {
        font-size: 18px;
    }
    .main-content-main-ll1 ul {
        padding-inline-start: 0;
        padding: 0;
    }
    .main-content-main-ll1 ul li {
        float: left;
        width: 100%;
    }
    .main-content-main-ll1 ul li p {
        float: left;
        padding-left: 4px;
        margin: 0 0 5px;
        font-size: 14px;
    }
    .main-ll1:after {
        bottom: -30px;
    height: 38px;
    }
    .item-main-main-ll2 {
        padding: 35px 30px;
    }
    .item-main-main-ll2.item1-ll2 {
        top: 11%;
        right: 46px;
        padding: 25px 20px;
    }
    .item-main-main-ll2.item2-ll2 {
        top: 25.6%;
        left: 8%;
        padding: 33px 14px;
    }
    .item-main-main-ll2.item3-ll2 {
        top: 40.5%;
        right: 15%;
        padding: 33px 19px;
    }
    .item-main-main-ll2.item4-ll2 {
        top: 70%;
        right: 14%;
        padding: 33px 20px;
    }
    .item-main-main-ll2.item5-ll2 {
        top: 55.5%;
        right: 48%;
        padding: 25px 21px;
    }
    .item-main-main-ll2 p {
        color: #fff;
        font-size: 13px;
        line-height: 1.3;
        font-weight: 600;
    }
    .item-main-main-ll2 span {
        color: #f2d932;
        font-size: 18px;
    }
    .title-main-want h3 {
        font-size: 18px;
    }
    .title-main-want {
        margin-bottom: 5px;
    }
    .detail-short-main-want {
        margin-bottom: 20px;
    }
    .content-main-want {
        margin: 0px 0px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .item-conten-main-want {
        width: 29.8%;
        float: left;
        border: 1px solid #fff;
        padding: 15px 2px;
        margin: 0px 5px;
        margin-bottom: 10px;
    }
    .item-conten-main-want p {
        font-size: 11px;
    font-weight: bold;
    line-height: 1.5;
    }
    .bot-content-main-want:after {content: "";display: block;clear: both;}

    .top-content-main-want:after {content: "";display: block;clear: both;}

    .bot-content-main-want {
        text-align: center;
    }
    .m-bot-content-main-want {
        display: inline-block;
    }
    .m-bot-content-main-want .item-conten-main-want {
        width: 86.41px;
    }
    .main-want {
        background-image: url(../images/back-want-sp.png);
        background-repeat: no-repeat;
        background-attachment: initial;
        background-position: initial;
        background-size: 100%;
        position: relative;
        padding: 0;
        padding-bottom: 66px;
    }
    .other-main-want {
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .other-main-want p {
        font-size: 18px;
        font-weight: 600;
    }
    .other1-main-want p {
        font-size: 17px;
        font-weight: 600;
        line-height: 1.5;
        border-bottom: 1px solid #fff;
        display: inline-block;
        padding-bottom: 3px;
        margin: 0 0 3px;
    }
    .ab-line-main-want {
        position: absolute;
        width: 100%;
        bottom: -5%;
    }
    .title-main-machin h3.sm-title {
        font-size: 13px;
    }
    .title-main-machin h3 {
        font-size: 16px;
    }
    .title-main-machin h3 span {
        font-size: 13px;
    }
    .content-main-machin {
        margin: 0% 0%;
    margin-top: 10px;
    padding-left: 0;
    background: url(../images/back-cri-sp.png) no-repeat;
    background-size: 100%;
    padding-top: 62.32%;
    background-position: top center;
    }
    .itemt-content-main-machin {
        margin-left: 0;
        margin: 0px 3px;
    }
    .top-content-main-machin .itemt-content-main-machin {
        width: 31%;
    }
    .bot-content-main-machin {
        text-align: center;
    }
    
    .p-bot-content-main-machin {
        display: inline-block;
    }
    
    .p-bot-content-main-machin .itemt-content-main-machin {
        width: 86.3px;
    }
    .main-machin {
        padding: 25px 0px;
    }
    .title-main-contact h3 {
        font-size: 14px;
    }
    .main-contact {
        background: url(../images/back-but-sp.png) no-repeat;
        background-size: 100% 100%;
        padding: 57px 0px;
    }
    .title-main-contact h3 {
        font-size: 19px;
        font-weight: bold;
        color: #40342c;
    }
    .button-main-contact a {
        padding: 12px 35px;
        padding-bottom: 15px;
    }
    .icon-button-main-contact img {
        width: 60%;
    }
    .button-main-contact a p {
        font-size: 13px;
        margin: 0;
        padding-top: 2px;
        padding-left: 0;
    }
    .icon-arrow-main-contact {
        padding-left: 5px;
    }
    .icon-arrow-main-contact img {
        width: 60%;
    }
    .main-sup {
        padding: 50px 0px;
    }
    .top-item-main-sup {
        padding: 15px 10px;
    }
    .left-top-item-main-sup {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 30px;
        margin-top: 3px;
    }
    .left-top-item-main-sup p {
        margin: 0;
        font-size: 22px;
    }
    .right-top-item-main-sup {
        width: calc(100% - 40px);
        float: left;
        padding-left: 10px;
    }
    .right-top-item-main-sup p {
        text-align: left;
        font-size: 16px;
    }
    .item-main-main-sup.item3-main-sup .top-item-main-sup {
        padding: 15px 15px;
    }
    .item-main-main-sup.item3-main-sup .right-top-item-main-sup p {
        text-align: left;
        margin: 0;
        font-size: 21px;
        padding-top: 12px;
    }
    .main-bot-item-main-sup {
        margin: 0% 0%;
    }
    .item-main-bot-item-main-sup {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }
    .name-main-bot-main-sup {
        color: #ff6600;
        font-size: 17px;
    }
    .title-bot-item-main-sup h3 {
        margin: 20px 0px;
        margin-top: 30px;
        font-size: 23px;
    }
    .other-bot-item-main-sup {
        margin: 0px 0px;
        margin-bottom: 35px;
    }
    .other-bot-item-main-sup p {
        font-size: 17px;
        line-height: 1.6;
    }
    .text-main-main-sup {
        text-align: center;
        margin-top: 30px;
    }
    .text-main-main-sup p {
        font-size: 15px;
    }
    .text-main-main-sup p span {
        font-size: 25px;
    }
    .main-question {
        padding: 50px 0px;
    }
    .white-main-question {
        padding: 20% 0;
    }
    .white-main-question p {
        font-size: 20px;
    }
    .main-note {
        background: url(../images/back-note-sp.png) no-repeat;
        padding: 30px 0px;
        background-size: cover;
    }
    .title-main-note h3 {
        font-weight: bold;
        line-height: 1.5;
        font-size: 14px;
    }
    .detail-main-note p {
        font-size: 14px;
    }
    
    p.sub-other-main-note {
        padding-right: 50px;
    }
    .main-note:after {
        opacity: 0;
    }
    .main-tree p {
        font-size: 20px;
    }
    .main-form-contact {
        padding: 60px 0px;
    }
    .main-footer {
        font-size: 7px;
    }
    
}
@media only screen and (max-width: 321px) and (min-width: 287px) {
    .other-main-note p {
        font-size: 14px;
    }
    .itemt-content-main-machin p {
        font-size: 11px;
        top: 35px;
    }
    .p-bot-content-main-machin .itemt-content-main-machin p {
        top: 32px;
    }
    .itemt-content-main-machin.item3-main-machin p {
        top: 28px;
    }
    .detail-short-main-want p {
        margin: 0;
            margin-bottom: 0px;
        margin-bottom: 20px;
        font-size: 12px;
        line-height: 0.7;
    }
    .title-main-ll1 h3 {
        font-size: 18px;
    }
    .main-content-main-ll1 {
        padding-top: 0px;
    }
    .orther-content-main-ll p span {
        font-size: 13px;
    }
    .left-top-header {
        padding-right: 10px;
    }
    body {
        line-height: 22px!important;
        font-size: 13px!important;
    }
    
   
    
    div#back-to-top {
        right: 4%!important
    }
    #back-to-top a {
        width: 40px;
        height: 40px
    }
    .button-right-top-header a:hover {
        transform: none;
    }
    body {
        font-size: 15px;
    }
    .image-logo {
        padding-top: 9px;
    }
    .left-top-header {
        padding-right: 0;
    }
    .info-right-top-header {
        width: 77%;
        float: left;
        padding-top: 6px;
        padding-right: 10px;
    }
    .icon-top-info {
        width: 20px;
        float: left;
    }
    .text-top-info p {
        font-size: 15px;
    }
    .bottom-info-right-top-header p {
        font-size: 6px;
        margin: 0;
        line-height: 1;
        letter-spacing: 0.6px;
    }
    .button-right-top-header {
        float: left;
        width: 23%;
        padding-left: 0;
        height: 47px;
        line-height: 47px;
        background: #f2d932;
        text-align: center;
    }
    .button-right-top-header a {
        background: #f2d932;
        display: block;
        background-size: 100% 100%;
        padding: 0;
        width: 100%;
        height: 47px;
        line-height: 47px;
        text-align: center;
        transition: all .3s ease 0s;
    }
    .icon-button-right-top-header {
        float: none;
        width: 26px;
        height: 26px;
        margin: 0 auto;
        padding-top: 12px;
    }
    .text1-top-content-bottom-header p {
        font-weight: 900;
        padding-left: 14px;    
        font-size: 15px;
    }
    .text2-top-content-bottom-header {
        margin-top: 4%;
    }
    .text2-top-content-bottom-header h2 {
        font-size: 53px;
        font-weight: bold;
        letter-spacing: 0px;
        text-shadow: 1px 1px 25px #000;
    }
    .bot-content-bottom-header {
        display: block;
        width: 100%;
    }
    .left-bot-content-bottom-header {
        float: none;
        width: auto;
        display: inline-block;
    }
    .text1-bot-content-bottom-header h2 {
        font-size: 21px;
        font-weight: bold;
        margin: 0;
        text-shadow: 1px 1px 25px #000;
        text-align: left;
    }
    .text2-bot-content-bottom-header {
        text-align: left;
    }
    .text2-bot-content-bottom-header h2 {
        font-size: 38px;
        font-weight: bold;
        margin: 0;
        text-shadow: 1px 1px 25px #000;
    }
    .right-bot-content-bottom-header {
        float: none;
        width: auto;
        display: inline-block;
    }
    span.f-p-text3-bot-content-bottom-header {
        line-height: 64px;
        display: block;
        float: left;
        font-size: 103px;
        text-shadow: 1px 1px 25px #000;
    }
    .text3-bot-content-bottom-header p {
        margin: 0;
    font-size: 38px;
    font-weight: bold;
    line-height: 1;
    float: left;
    padding-top: 27px;
    text-shadow: 1px 1px 25px #000;
    }
    .title-content-main-ll h3 {
        font-size: 16px;
    }
    .orther-content-main-ll p {
        font-size: 16px;
    }
    .main-content-main-ll1 ul {
        padding-inline-start: 0;
        padding: 0;
    }
    .detail-content-main-ll p {
        font-size: 15px;
    }
    .main-content-main-ll1 ul li {
        float: left;
        width: 100%;
    }
    .main-content-main-ll1 ul li p {
        float: left;
        padding-left: 4px;
        margin: 0 0 5px;
        font-size: 12px;
    }
    .main-ll1:after {
        bottom: -26px;
        height: 32px;
    }
    .item-main-main-ll2 {
        padding: 35px 30px;
    }
    .item-main-main-ll2.item1-ll2 {
        top: 9%;
    right: 13px;
    padding: 25px 24px;
    }
    .item-main-main-ll2.item2-ll2 {
        top: 24.6%;
    left: 6%;
    padding: 33px 18px;
    }
    .item-main-main-ll2.item3-ll2 {
        top: 39.5%;
        right: 4%;
        padding: 33px 23px;
    }
    .item-main-main-ll2.item4-ll2 {
        top: 70%;
        right: 4%;
        padding: 33px 23px;
    }
    .item-main-main-ll2.item5-ll2 {
        top: 55.5%;
        right: initial;
        padding: 25px 25px;
        left: 6%;
    }
    .item-main-main-ll2 p {
        color: #fff;
        font-size: 13px;
        line-height: 1.3;
        font-weight: 600;
    }
    .item-main-main-ll2 span {
        color: #f2d932;
        font-size: 18px;
    }
    .title-main-want h3 {
        font-size: 18px;
    }
    .title-main-want {
        margin-bottom: 5px;
    }
    .detail-short-main-want {
        margin-bottom: 20px;
    }
    .content-main-want {
        margin: 0px 0px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .item-conten-main-want {
        width: 29.4%;
        float: left;
        border: 1px solid 
        #fff;
        padding: 25px 2px;
        margin: 0px 5px;
            margin-bottom: 0px;
        margin-bottom: 10px;
    }
    .item-conten-main-want p {
        font-size: 11px;
    font-weight: bold;
    line-height: 1.5;
    }
    .bot-content-main-want:after {content: "";display: block;clear: both;}

    .top-content-main-want:after {content: "";display: block;clear: both;}

    .bot-content-main-want {
        text-align: center;
    }
    .m-bot-content-main-want {
        display: inline-block;
    }
    .m-bot-content-main-want .item-conten-main-want {
        width: 86.41px;
    }
    .main-want {
        background-image: url(../images/back-want-sp.png);
        background-repeat: no-repeat;
        background-attachment: initial;
        background-position: initial;
        background-size: 100%;
        position: relative;
        padding: 0;
        padding-bottom: 66px;
    }
    .other-main-want {
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .other-main-want p {
        font-size: 15px;
        font-weight: 600;
    }
    .other1-main-want p {
        font-size: 15px;
        font-weight: 600;
        line-height: 1.5;
        border-bottom: 1px solid #fff;
        display: inline-block;
        padding-bottom: 3px;
        margin: 0 0 3px;
    }
    .ab-line-main-want {
        position: absolute;
        width: 100%;
        bottom: -5%;
    }
    .title-main-machin h3.sm-title {
        font-size: 13px;
    }
    .title-main-machin h3 {
        font-size: 16px;
    }
    .title-main-machin h3 span {
        font-size: 13px;
    }
    .content-main-machin {
        margin: 0% 0%;
    margin-top: 10px;
    padding-left: 0;
    background: url(../images/back-cri-sp.png) no-repeat;
    background-size: 100%;
    padding-top: 62.32%;
    background-position: top center;
    }
    .itemt-content-main-machin {
        margin-left: 0;
        margin: 0px 3px;
    }
    .top-content-main-machin .itemt-content-main-machin {
        width: 30%;
    }
    .bot-content-main-machin {
        text-align: center;
    }
    
    .p-bot-content-main-machin {
        display: inline-block;
    }
    
    .p-bot-content-main-machin .itemt-content-main-machin {
        width: 83.52px;
    }
    .main-machin {
        padding: 50px 0px;
    }
    .title-main-contact h3 {
        font-size: 14px;
    }
    .main-contact {
        background: url(../images/back-but-sp.png) no-repeat;
        background-size: 100% 100%;
        padding: 57px 0px;
    }
    .title-main-contact h3 {
        font-size: 19px;
        font-weight: bold;
        color: #40342c;
    }
    .button-main-contact a {
        padding: 12px 25px;
    padding-bottom: 15px;
    }
    .icon-button-main-contact img {
        width: 60%;
    }
    .button-main-contact a p {
        font-size: 11px;
        margin: 0;
        padding-top: 2px;
        padding-left: 0;
    }
    .detail-main-bot-main-sup p {
        line-height: 1.5;
        font-size: 14px;
    }
    .icon-arrow-main-contact {
        padding-left: 5px;
    }
    .icon-arrow-main-contact img {
        width: 60%;
    }
    .main-sup {
        padding: 50px 0px;
    }
    .top-item-main-sup {
        padding: 15px 10px;
    }
    .left-top-item-main-sup {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 30px;
        margin-top: 3px;
    }
    .left-top-item-main-sup p {
        margin: 0;
        font-size: 22px;
    }
    .right-top-item-main-sup {
        width: calc(100% - 40px);
        float: left;
        padding-left: 10px;
    }
    .right-top-item-main-sup p {
        text-align: left;
        font-size: 16px;
    }
    .item-main-main-sup.item3-main-sup .top-item-main-sup {
        padding: 15px 15px;
    }
    .item-main-main-sup.item3-main-sup .right-top-item-main-sup p {
        text-align: left;
        margin: 0;
        font-size: 21px;
        padding-top: 12px;
    }
    .main-bot-item-main-sup {
        margin: 0% 0%;
    }
    .item-main-bot-item-main-sup {
        width: 100%;
        float: left;
        margin-bottom: 30px;
    }
    .name-main-bot-main-sup {
        color: #ff6600;
        font-size: 17px;
    }
    .title-bot-item-main-sup h3 {
        margin: 20px 0px;
        margin-top: 30px;
        font-size: 23px;
    }
    .other-bot-item-main-sup {
        margin: 0px 0px;
        margin-bottom: 35px;
    }
    .other-bot-item-main-sup p {
        font-size: 17px;
        line-height: 1.6;
    }
    .text-main-main-sup {
        text-align: center;
        margin-top: 30px;
    }
    .text-main-main-sup p {
        font-size: 15px;
    }
    .text-main-main-sup p span {
        font-size: 25px;
    }
    .main-question {
        padding: 50px 0px;
    }
    .white-main-question {
        padding: 20% 0;
    }
    .white-main-question p {
        font-size: 20px;
    }
    .main-note {
        background: url(../images/back-note-sp.png) no-repeat;
        padding: 30px 0px;
        background-size: cover;
    }
    .title-main-note h3 {
        font-weight: bold;
        line-height: 1.5;
        font-size: 14px;
    }
    .detail-main-note p {
        font-size: 14px;
    }
    
    p.sub-other-main-note {
        padding-right: 44px;
    }
    .main-note:after {
        opacity: 0;
    }
    .main-tree p {
        font-size: 20px;
    }
    .main-form-contact {
        padding: 60px 0px;
    }
    .main-footer {
        font-size: 7px;
    }
    
}