@charset "UTF-8";

html {
    font-size: 10px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    body {
        background: url(/images/pc_bgi.jpg);
    }

    .top {
        background-image: url(/images/top_footer_min.png);
    }

    .fset1 {
        background-image: url(/images/top_c_bgi.png);
    }

    .fset2 {
        background-image: url(/images/top_re_bgi.png);
    }

    .fset3 {
        background-image: url(/images/top_ro_bgi.png);
    }

    .his_img {
        background-image: url(/images/sp_history-min.jpg);
    }

}

body {
    background: url(/images/pc_bgi_x.jpg);
    background-size: cover;
    background-attachment: fixed;
    font-size: 1.6rem;
    line-height: 1.7;
    font-family: "Noto Sans JP";
    font-feature-settings: "palt";
    letter-spacing: normal;
    overflow-x: hidden;
}

h1 {
    font-size: 3rem;
    color: #1D3478;
}

h2 {
    font-size: 3.6rem;
    color: #1D3478;
}

a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
}

.slick-dots {
    display: none;
}

.top {
    background-image: url(/images/top_footer_min_x.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

/* Privacy policy */
.pp {
    font-size: 1.8rem;
    letter-spacing: -.1rem;
}

.pp>p,
.pp>div {
    margin-bottom: 2rem;
}

.pp>div>span {
    font-weight: bold;
}

.pp>div>ul {
    text-indent: 1em;
}

.pp_u {
    text-indent: 2em !important;
}

.pp>div>ol>li>a {
    color: #000;
}

.pp>div>ol {
    margin-bottom: 9rem;
}

@media screen and (max-width:414px) {

    /* sp */
    .pc_only {
        display: none;
    }

    h2 {
        font-size: 3.6rem;
    }

    h3 {
        font-size: 2.4rem;
    }

    p {
        font-size: 1.6rem;
    }

    dt,
    dd {
        font-size: 1.6rem;
    }

    .tl>div {
        font-size: 1.6rem;
        margin-bottom: 6rem;
    }

    section {
        max-width: 700px;
        padding: 0 2rem;

    }

    /* .top {
        margin-bottom: 6rem;
    } */

    main {
        padding-top: 6rem;
    }

    main .pg_tl {
        font-size: 2.5rem;
    }

    .h_wp {
        margin: auto 0;
    }

    .pp {
        max-width: 730px;
    }

}



@media screen and (min-width:415px) {

    /* pc */


    .vacant {
        padding-bottom: 100px;
    }

    .sp_only {
        display: none;
    }

    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 4rem;
        font-weight: bold;
    }

    h3 {
        font-size: 2rem;
        line-height: 1.5;
        padding-bottom: 1em;
        padding-top: 1em;
    }

    p {
        font-size: 1.8rem;
    }

    section {
        box-sizing: border-box;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 4rem;

    }

    .h_wp {
        display: flex;
        max-width: 1200px;
        width: 100%;
        margin: auto;
        padding: 1rem;
    }

    main .pg_tl {
        font-size: 3rem;
    }

    .tl_wp {
        max-width: 1200px;
        margin: 0 auto;
    }

    .pp {
        max-width: 1000px;
        width: 100%;
    }


}

/* Common ↓ */
/* header */
header {
    display: flex;
}

header .logo>a>img {
    vertical-align: middle;
}

.header-layout {
    background-color: #fff;
    width: 100vw;
    position: fixed;
    z-index: 100;
}

header>div>nav {
    width: 100%;
    margin: 0 auto;
    padding: 1.5rem 0;
}

header>div>nav ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

header>div>nav>ul>li {
    margin: auto 1.5rem;
    text-align: center;
}

header>div>nav>ul>li>a {
    color: #1D3478;
    font-weight: bold;
}

/* Common ↑ */

@media screen and (max-width:414px) {

    /* sp */
    /* header */
    header {
        padding: 1rem;
    }

    .header-layout {
        height: 40px;
    }

    header .logo {
        width: 170px;
    }

    header .logo>img {
        vertical-align: middle;
    }

    /*　hbb　*/
    .hamburger {
        display: block;
        position: fixed;
        z-index: 3;
        right: 22px;
        top: 12px;
        width: 42px;
        height: 42px;
        cursor: pointer;
        text-align: center;
    }

    .hamburger span {
        display: block;
        position: absolute;
        width: 30px;
        height: 2px;
        left: 6px;
        background: #555;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .hamburger span:nth-child(1) {
        top: 10px;
    }

    .hamburger span:nth-child(2) {
        top: 20px;
    }

    .hamburger span:nth-child(3) {
        top: 30px;
    }

    .hamburger.active span:nth-child(1) {
        top: 16px;
        left: 6px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 16px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    nav.sp_gn {
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        color: #000;
        text-align: center;
        transform: translateY(-100%);
        width: 100%;
    }

    nav.sp_gn ul {
        flex-direction: column;
        background: rgba(255, 255, 255, 0.6);
        margin: 0 auto;
        padding: 0;
        width: 100%;
    }

    nav.sp_gn ul li {
        list-style-type: none;
        padding: 0;
        border-bottom: 1px solid #fff;
    }

    nav.sp_gn ul li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }

    nav.sp_gn ul li:hover {
        background: #ddd;
    }

    nav.sp_gn ul li a {
        font-size: 2rem;
        display: block;
        color: #000;
        padding: 1.6rem 0;
        text-decoration: none;
    }

    nav.sp_gn.active {
        background-image: url(/images/hbm_img.jpg);
        background-size: cover;
        padding-top: 12%;
        padding-bottom: 80%;
        transform: translateY(0%);
    }

    .sp_ct {
        margin-top: 5rem;
    }

    .btn,
    a.btn,
    button.btn {
        font-weight: 700;
        position: relative;
        display: inline-block;
        padding: 1rem 4rem;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        letter-spacing: 0.1em;
        color: #212529;
        border-radius: 0.5rem;
    }

    a.b-ct {
        max-width: 250px;
        width: 100%;
        font-size: 2rem;
        display: block;
        padding: 1rem 0 1rem 2.2rem;
        margin: 15px auto 0 auto;
        color: #fff;
        border-radius: 100vh;
        background: #FBC60E;
    }

    a.b-ct i.fa-position-left {
        font-size: 1.6rem;
        left: 2rem;
    }

    a.b-ct .number {
        line-height: 1;
        display: inline-block;
        margin-top: 0.5rem;
        padding: 0.25rem 2rem;
        letter-spacing: 0;
        color: #eb6100;
        border-radius: 0.5rem;
        background: #fff;
    }

    a.b-ct:hover {
        color: #fff;
    }

    a.btn-tel {
        font-size: 2rem;
        max-width: 250px;
        width: 100%;
        display: block;
        margin: 0 auto;
        padding: 1rem 0 1rem 2.2rem;
        color: #fff;
        border-radius: 100vh;
        background: #1D3478;
    }

    a.btn-tel i {
        font-size: 1.6rem;
    }

    a.btn-tel i.fa-position-left {
        font-size: 2rem;
        left: 2rem;
    }

    a.btn-tel .number {
        line-height: 1;
        display: inline-block;
        margin-top: 0.5rem;
        padding: 0.25rem 2rem;
        letter-spacing: 0;
        color: #094;
        border-radius: 0.5rem;
        background: #fff;
    }

    a.btn-tel:hover {
        color: #fff;
    }

    .fa-position-left {
        position: absolute;
        top: calc(50% - 0.5em);
        left: 1rem;
    }

    .fa-position-right {
        position: absolute;
        top: calc(50% - 0.5em);
        right: 1rem;
    }

}

@media screen and (min-width:415px) {

    /* pc */
    /* header */
    header .logo {
        max-width: 30%;
        width: 100%;
        margin: auto;
    }

    header>div>nav {
        margin: auto;
        font-size: 1.8rem;
        width: 80rem;
    }

    .header-layout {
        height: 100px;
    }

    .header-layout.transform {
        background: white;
        padding: 1rem 0;
    }
}

/* Common ↓*/
/* main */
.sd_t {
    color: #fff;
    position: absolute;
}

.tl {
    text-align: center;
}

.tl_c {
    text-align: center;
    margin: 2% auto 5%;
}

/* The feature */
.feature_set {
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 2rem 0;
}

.feature_set>div {
    width: 100%;
}

.fset1 {
    background-image: url(/images/top_c_bgi_x.png);
    background-size: cover;
}

.fset2 {
    background-image: url(/images/top_re_bgi_x.png);
    background-size: cover;
    margin: 10rem 0;
}

.fset3 {
    background-image: url(/images/top_ro_bgi_x.png);
    background-size: cover;
}

.feature_set img {
    width: 100%;
}

.feature_set .ft_tx {
    width: 100%;
}

.ft_tx h3 {
    position: relative;
    color: #1D3478;
}

.ft_tx h3:before {
    content: "";
    background: #9F9D9D;
}

.ft_tx h3:after {
    content: "";
    background: #1D3478;
}

.botton {
    width: 100%;
    color: #fff;
    background: #1D3478;
    border-radius: 100vh;
    text-align: center;
    margin-left: 0;
}

.b_link {
    color: #fff;
}

/* infomation */
.info {
    position: relative;
}

.info>dl {
    border-bottom: 1px dotted #ABABAB;
    display: flex;
}

/* footer */
footer {
    background: #0B3870;
    padding-top: 3%;
}

.f_tx {
    padding: 0 2rem;
    color: #fff;
}

a.btn {
    color: #fff;
    padding: 1rem 1.6rem;
}

a.btn:hover {
    color: #FBC60E;
    background: #fff;
}

a.btn-hv {
    border-radius: 100vh;
}

.f_nav ul {
    line-height: 1;
    list-style: none;
    display: flex;
    justify-content: center;
    font-size: 1.4rem;
}

.f_nav li {
    margin: 1rem 0;
    text-align: center;
}

.f_nav li:first-child {
    padding: 0 1em;
}

.f_nav li:nth-child(n+2) {
    border-left: 1px solid #fff;
    padding: 0 1em;
}

.f_nav li a {
    color: #fff;
}

.f_cp {
    text-align: center;
    color: #fff;
    padding-bottom: 2%;
    font-size: 1.2rem;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

/* Common ↑*/

@media screen and (max-width:414px) {
    /* 414pxまで */

    /* sp*/
    /* slider */
    .sd_t {
        font-size: 3rem;
        top: 27.5rem;
        padding-left: 2rem;
    }

    .slick {
        position: relative;
        top: 0%;
        margin: 100px auto;
        width: 80%;
    }

    .slide {
        position: relative;
    }

    .slide img {
        height: auto;
        width: 100%;
    }

    .slide_content {
        display: block;
        opacity: 0;
        transform: translate(-50%, 20%);
        transition: 0s;
    }

    .slide_content.on {
        opacity: 1;
        transform: translate(-50%, -50%);
        transition: .5s;
    }

    /*slick setting*/
    ul.slick {
        width: 100vw;
        margin: 0;
        z-index: -1;
    }

    /* Our services */
    .tl {
        margin: 8rem auto 6rem;
    }

    .tl>h2 {
        font-size: 3rem;
    }

    .tl>p {
        text-align: left;
        letter-spacing: -0.1rem;
    }

    /* feature */

    .ft_tx h3 {
        line-height: 1.3;
        font-size: 2rem;
        padding-bottom: 1rem;
    }

    .ft_tx h3:before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
    }

    .ft_tx h3:after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 34.6vw;
        height: 3px;
    }

    .f_tx {
        padding: 0;
    }


    .feature_set .ft_tx {
        max-width: 300px;
        width: 100%;
        padding: 0 2rem;
    }

    /*feature more botton */
    .botton {
        max-width: 140px;
        width: 100%;
        font-size: 1.6rem;
        margin: 0 auto;
        margin-top: 1.5rem;
        padding: .5rem;
    }

    .fset2,
    .fset3 {
        margin-top: 5rem;
    }

    .sp_ftx {
        display: flex;
        flex-direction: column;
    }

    .child_1 {
        order: 1;
    }

    .child_2 {
        order: 2;
    }

    .btn {
        display: none;
    }

    /* infomation */
    .info {
        /* margin-bottom: -20%; */
        padding-bottom: 9rem;
    }

    .info_wp {
        margin: 0 -2rem;
        padding-bottom: 16.5rem;
    }

    .info>dl {
        font-size: 1.6rem;
        border-bottom: 1px dotted #ABABAB;
        display: flex;
        margin: 0 1rem 1rem 1rem;
        padding: 0 1rem 1rem 1rem;
    }

    .info>dl>dt:nth-child(n+2) {
        margin-left: 1.5rem;
    }

    .f_nav nav {
        width: 85%;
        margin: 0 auto;
    }

    .f_nav li {
        margin: .5rem 0;
    }

    .f_cp {
        padding: 1.5rem 0 .5rem;
    }
}

@media screen and (min-width:415px) {
    /* 415px以上 */

    /* pc */
    /* slider */
    .sd_t {
        /* width: 462px; */
        font-size: 2em;
        top: 6em;
        left: 7rem;
    }

    .slick {
        position: relative;
        top: 0%;
        margin: 100px auto;
        width: 80%;
    }

    .slide {
        position: relative;
    }

    .slide img {
        height: auto;
        width: 100%;
    }

    .slide_content {
        display: block;
        opacity: 0;
        transform: translate(-50%, 20%);
        transition: 0s;
    }

    .slide_content.on {
        opacity: 1;
        transform: translate(-50%, -50%);
        transition: .5s;
    }

    ul.slick {
        width: 100vw;
        margin: 0;
        z-index: -1;
    }


    /* services */
    .tl {
        margin: 8rem auto 4rem;
    }

    .tl>p {
        margin-top: 3rem;
    }

    /* feature */

    .feature_set {
        display: flex;
    }

    .feature_set .ft_tx {
        margin-left: 3.5%;
        max-width: 1000px;
        width: 100%;
    }

    .ft_tx h3:before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 90%;
        height: 3px;
    }

    .ft_tx h3:after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 34.6%;
        height: 3px;
    }

    .fset1,
    .fset2,
    .fset3 {
        margin: auto -4rem;
    }

    .f_ad>div,
    .f_tel>div {
        padding-right: 1.6rem;
    }

    .f_nav nav {
        width: 85%;
        margin: 0 auto;
    }

    /*feature more botton */
    .botton {
        max-width: 200px;
        width: 100%;
        padding: .8rem;
        font-size: 2rem;
        margin: 5rem auto 0;
    }

    /* infomation */
    .info {
        padding-bottom: 23rem;
    }

    .info>dl {
        width: 80%;
        font-size: 1.8rem;
        border-bottom: 1px dotted #ABABAB;
        display: flex;
        margin: 0 auto;
    }

}

@media screen and (min-width:415px) and (max-width:615px) {
    .f_nav nav {
        width: 85%;
        margin: 0 auto;
    }
}


@media screen and (min-width:616px) and (max-width:1031px) {

    /* footer */
    .f_nav ul {
        font-size: 1.4rem;
        padding-bottom: 1rem;
    }

    .f_nav li {
        margin: .5%;
    }

    .f_cp {
        padding: .5rem 0 1rem;
    }

    .fnav_top {
        width: 288px;
    }

    .fnav_mid {
        width: 288px;
    }

    .pc_wp {
        justify-content: center;
        display: flex;
    }

    .f_nav li:first-child,
    .f_nav li:nth-child(n+2) {
        padding: 0 1em;
    }

    .tb_only {
        border-left: 1px solid #fff;
        padding: 0 1em;
    }

}

@media screen and (max-width:750px) {

    /* 750pxまで */
    /* Infomation */
    .info>dl {
        font-size: 1.6rem;
        border-bottom: 1px dotted #ABABAB;
        display: flex;
        margin: 0 auto;
        padding: 1rem 1.5rem;
    }

    .info>dl>dt:nth-child(n+2) {
        margin-left: 1.5rem;
    }

    /* footer */
    footer .f_wp {
        max-width: 800px;
        width: 100%;
    }

    footer .f_logo {
        max-width: 50%;
        width: 100%;
    }

    .f_tx .f_logo>img {
        width: 100%;
    }

    .f_tx {
        font-size: 1.4rem;
        padding-bottom: 1.5rem;
    }

    .f_txwp {
        padding: 0 2rem;
        display: flex;
        flex-direction: column;
    }

    .office_ad {
        margin-left: 5rem;
    }
}

@media screen and (min-width:751px) {

    /* footer */
    footer .f_logo {
        max-width: 20%;
        width: 100%;
        margin-right: 2rem;
    }

    .f_tx .f_logo>img {
        width: 100%;
    }

    .f_txwp {
        justify-content: center;
        display: flex;
        font-size: 1.8rem;
        margin-bottom: 3rem;
    }

    .f_tx {
        border-left: 1px solid #ABABAB;
        margin: auto 0;
    }

    .ft_tx h3:before {
        position: absolute;
        left: 0;
        bottom: 0;
        max-width: 800px;
        height: 3px;
    }

    .ft_tx h3:after {
        position: absolute;
        left: 0;
        bottom: 0;
        max-width: 150px;
        width: 100%;
        height: 3px;
    }

    .f_ad,
    .f_tel {
        display: flex;
    }

    .info>dl>dt:first-child {
        margin-left: 8rem;
    }

    .info>dl>dt:nth-child(n+2) {
        margin-left: 7rem;
    }

    .info>dl>dt {
        margin: 1.5rem 0;
    }

    .f_nav nav {
        width: 85%;
        margin: 0 auto;
        justify-content: center;
    }

    .f_cp {
        padding: 3rem 0 1rem;
    }

    .f_nav li:first-child,
    .f_nav li:nth-child(n+2) {
        padding: 0 1em;
    }

    .tb_only {
        border-left: 1px solid #fff;
        padding: 0 1em;
    }

}

@media screen and (min-width:1032px) {
    .f_nav nav {
        display: flex;
    }

    .pc_wp {
        justify-content: center;
        display: flex;
    }

    .pc_fonly {
        border-left: 1px solid #fff;
        padding: 0 1%;
    }
}



/* Common ↓ */
/* product */
main .pg_tl {
    color: #fff;
    background-image: url(/images/bgi_bana.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3% 0 3% 9.6%;
}

.pi,
.pi_top {
    max-width: 1000px;
    margin: 0 auto;
}

.ct_tl {
    border-bottom: 3px solid #FBC60E;
}

.content {
    display: flex;
}

.bag_size {
    /* width: 27%; */
    width: 18.6%;
}

.bag_size>div {
    width: 100%;
}

.bag_size>div>span {
    margin-left: 27%;
}

.bag_size>div>img {
    width: 100%;
}

.content .ct_tx {
    max-width: 790px;
    width: 100%;
}

.content .al_img {
    width: 100%;
}

.content .al_img>img {
    /* width: 100%; */
    margin-top: 3rem;
}

.content .ex_wp {
    display: flex;
    margin-bottom: 3rem;
}

.content .ex_wp>div {
    color: #FBC60E;
    font-weight: bold;
    padding-left: 2%;
}

.ex {
    display: flex;
}

.content .ex {
    padding: 0.2% 0;
}

.content .ex>img {
    width: 100%;
}

.content .ct_img_wp {
    display: flex;
    justify-content: space-between;
}

.ct_img {
    width: 32.49%;
}

.content .ct_img_set {
    display: flex;
    width: 66.24%;
    justify-content: space-between;
}

/* .content .ct_img {
    width: 250px;
} */

.ct_img_wp img {
    width: 100%;
}

/* machinery */
.mc {
    display: flex;
    width: 83%;
    margin: 0% auto;
}

.mc>div>img {
    width: 100%;
    filter: drop-shadow(8px 8px 3px #D6D6D6);
}

.mc_set {
    width: 56%;
    margin-left: 5%;
}

.mc_set>dl:first-child,
.mc_set>dl:last-child {
    border-bottom: 1px solid#C9C9C9;
}

.mc_set>dl {
    width: 100%;
    font-size: 1.8rem;
    display: flex;
    margin: 0 auto;
    padding: 1.5rem 0;
    border-bottom: 1px dotted#C9C9C9;
}

.mc_set>dl>dd {
    margin-left: 9%;
    width: 22.5%;
}

.mc_amend {
    text-align: center;
    margin: 9rem auto 2rem auto;
    font-size: 2.4rem;
}

.details {
    color: #fff;
    background: #1D3478;
    text-align: center;
    border-radius: 100vh;
}

/* Common ↑*/

@media screen and (max-width:414px) {

    /* sp */
    /* product  */
    .pi {
        margin-top: 3rem;
    }


    .spbag_size {
        display: flex;
        margin: 0 auto 2.5rem auto;
    }

    .sb_img {
        width: 50%;
        margin: auto;
    }

    .sb_siz {
        font-size: 1.6rem;
        margin: auto;
        padding-left: 1rem;
    }

    .spbag_size>div>img {
        width: 100%;
    }

    .ct_tl {
        font-feature-settings: "palt"1;
        letter-spacing: normal;
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem;
        line-height: 1.3;
    }

    .content .ct_tx>div>div>div>img {
        width: 100%;
    }

    .content .ct_img_wp {
        display: flex;
        flex-direction: column;
    }

    .content .ct_img_vb {
        flex-direction: row;
    }

    .content .ct_img,
    .content .ct_img_set {
        margin-top: .8rem;
        width: 100%;
    }

    .content .ct_img_set>div {
        width: 100%;
    }

    .content .ct_img_set>div:first-child {
        margin-right: .8rem;
        margin-bottom: 1.5rem;
        margin-bottom: 0;
    }

    .content .al_img>img {
        width: 100%;
    }

    .mc .mc_img {
        display: none;
    }

    .mc>div {
        width: 100%;
    }

    .mc_set {
        margin: 0 auto;
    }

    .mc_amend {
        font-size: 2.4rem;
        margin: 9rem auto 2rem auto;
    }

    .mc_set>dl>dd {
        margin-left: 1.5rem;
    }

    .mc_set>dl>dt {
        margin-left: 1.5rem;
        width: 180px;
    }

    .content .ct_tx>div>p {
        margin-bottom: 1.5rem;
    }

    .details {
        width: 50%;
        margin: 0 auto 9rem auto;
        padding: .6rem;
        font-size: 1.8rem;
    }
}

@media screen and (min-width:415px) and (max-width:750px) {
    .mc .mc_img {
        display: none;
    }

    .mc>div {
        width: 100%;
    }

    .mc_set {
        margin: 0 auto;
    }

    .mc_amend {
        font-size: 2.4rem;
        margin: 9rem auto 2rem auto;
    }

    .mc_set>dl>dd {
        margin-left: 1.5rem;
    }

    .mc_set>dl>dt {
        margin-left: 1.5rem;
        width: 180px;
    }

    .content .ct_tx>div>p {
        margin-bottom: 1.5rem;
    }

    .content .ct_tx {
        margin-left: 2.3rem;
    }

    .details {
        width: 200px !important;
        margin: 0 auto 9rem auto;
        padding: .6rem;
        font-size: 1.8rem;
    }
}

@media screen and (min-width:415px) {

    /* pc */
    .pi {
        margin-top: 6rem;
    }


    .content {
        padding-top: 3rem;
    }

    .content .ex {
        width: 60px;
    }

    .content .ct_tx {
        margin-left: 6rem;
    }

    .b_siz {
        margin: 0 auto;
        text-align: center;
    }

    .ab_siz {
        max-width: 200px;
        width: 100%;
        margin: 0 auto;
    }

    .content .ex_wp>div {
        display: flex;
    }

    .content .ex_wp>div>p {
        padding-right: 2rem;
    }

    .content .ct_img_set>div {
        /* max-width: 250px;
        width: 100%; */
        width: 49.04%;
        /* margin-left: 1rem; */
    }

    .mc_img {
        width: 43%;
    }

    .mc_amend {
        margin: 9rem auto 2rem auto;
        font-size: 2.4rem;
    }

    .mc_set>dl>dt {
        margin-left: 3rem;
        max-width: 300px;
        width: 100%;
    }

    .mc_set>dl>dd {
        max-width: 100px;
        margin: 0 auto;
        width: 100%;
    }

    .content .ct_tx>div>p {
        margin-bottom: 3rem;
    }

    .content .ct_tx {
        margin-left: 2.3rem;
    }

    .details {
        width: 16%;
        margin: 0 auto 9rem auto;
        padding: 1.2rem;
        font-size: 1.6rem;
    }
}

/* Common ↓*/
/* Quality */
.ql_set {
    display: flex;
}

.ql_img>img {
    vertical-align: middle;
    width: 100%;
}

.ql_tl h3 {
    position: relative;
}

.ql_tl h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #9F9D9D;
}

.ql_tl h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #1D3478;
}

/* Hygiene */
.hm_set {
    border-bottom: 5px solid #FBC60E;
    background-color: #FFFFB9;
}

.hm_set>div>img {
    width: 100%;
    vertical-align: middle;
}

.arrow>img {
    vertical-align: middle;
}

.hm_tx>h3 {
    position: relative;
}

.hm_tx>h3:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #C6C69C;
    margin-top: .5rem;
}

.arrow {
    text-align: center;
}

/* Common ↑*/

@media screen and (max-width:414px) {

    /* sp */
    /* Quality */
    .ql_tl>h3 {
        line-height: 1.3;
        padding: 1.5rem 0;
        letter-spacing: -0.2rem;
    }

    .ql_tl>p {
        margin: 1.5rem 0;
    }

    .ql_img,
    .ql_tl {
        margin: 0 auto;
    }

    .ql_set {
        flex-direction: column;
    }

    .ql_set:nth-child(n+2) {
        margin-top: 8rem;
        margin-top: 6rem;
    }

    .ql_tl h3:before {
        width: 100%;
        height: 6px;
    }

    .ql_tl h3:after {
        width: 22.66vw;
        height: 6px;
    }

    .ql_01 {
        order: 1;
    }

    .ql_02 {
        order: 2;
    }

    /* Hygiene */
    .Hygiene {
        padding: 0;
    }

    .hm_tx {
        max-width: 300px;
        width: 100%;
        margin: 3rem auto;
    }

    .hm_tx>h3:after {
        left: -1.5rem;
    }

    .hm_tx>h3 {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        text-align: center;
        letter-spacing: -0.2rem;
    }

    .arrow {
        width: 25%;
        margin: 2rem auto;
    }

    .arrow>img {
        width: 50%;
    }

    .hm_set:last-child {
        margin-bottom: 9rem;
    }
}

@media screen and (min-width:415px) and (max-width:750px) {

    /* Hygiene */
    .hm_tx {
        max-width: 400px;
        width: 100%;
        margin: 3rem auto;
    }

    .hm_tx>h3:after {
        left: -1.5rem;
    }

    .hm_tx>h3 {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
        text-align: center;
        letter-spacing: -0.2rem;
    }

    .arrow {
        margin: 2rem 0;
    }

    .hm_set:last-child {
        margin-bottom: 9rem;
    }
}

@media screen and (min-width:415px) {

    /* pc */
    /* Quality */
    .ql_set {
        max-width: 1000px;
        width: 100%;
        margin: 0 auto 5rem auto;
    }

    .ql_img,
    .ql_tl {
        width: 40.32vw;
    }

    .ql_img:nth-child(2n),
    .ql_tl:nth-child(2n) {
        margin-left: 3rem;
    }

    .ql_tl h3 {
        padding-bottom: 5rem 0 2rem 0;
    }

    .ql_tl h3:before {
        width: 100%;
        height: 6px;
    }

    .ql_tl h3:after {
        width: 10.48vw;
        height: 6px;
    }

    .ql_tl>p {
        padding-top: 2rem;
    }

    .hm_tx>h3 {
        line-height: 1.7;
        margin-bottom: 1rem;
    }
}

@media screen and (min-width:751px) {

    /* Hygiene */
    .hm_sets {
        margin-top: 6rem !important;
    }

    .hm_set {
        display: flex;
        max-width: 1026px;
        width: 100%;
        margin: 0 auto;
    }

    .hm_img {
        max-width: 410px;
        width: 100%;
        /* max-height: 275px; */
    }

    .hm_tx {
        margin: 2rem auto;
        width: 52%;
    }

    .arrow {
        margin: 1.5rem 0;
    }

    .hm_set:last-child {
        margin-bottom: 9rem;
    }
}

/* Common ↓*/
/* company */
.management {
    margin: 0 auto;
}

/* company information*/
.cp_set>dl {
    width: 100%;
    font-size: 1.8rem;
    display: flex;
    margin: 1rem auto 0 auto;
    padding-bottom: 1rem;
    border-bottom: 1px solid#DDDDDD;
}

.cp_set>dl>dt {
    margin-left: 8rem;
}

.cp_set>dl a {
    color: #000 !important;
}

.com_img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.com_img>div>img {
    vertical-align: middle;
    width: 100%;
}

/* access */
.am_set {
    display: flex;
}

.am_set>div>img {
    vertical-align: middle;
    width: 100%;
}

.am_set>div>iframe {
    width: 100%;
    height: 100%;
}

/* History */
.his_set>dl {
    color: black;
    width: 100%;
    font-size: 1.8rem;
    padding: 3rem 0;
    border-bottom: 1px dotted#9E9E9E;
}

.his_img {
    background-image: url(/images/sp_history-min_x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 1px 0;
}

/* Common ↑*/

@media screen and (max-width:414px) {

    /* sp */
    /* company */
    #tl_sc {
        font-size: 1.5rem;
    }

    .management>div>ul>li>span {
        letter-spacing: -.03em;
    }

    .management>div {
        margin: 4% 0;
    }

    .management>div>h4 {
        text-align: center;
        font-size: 1.8rem;
        margin-bottom: 2.5rem;
        display: flex;
        width: 100%;
        white-space: nowrap;
        align-items: center;
    }

    .m_tl:after {
        content: "";
        width: 100%;
        height: 1px;
        background: #707070;
        background-repeat: repeat;
        margin-left: 1rem;
    }

    .m_tl:before {
        content: "";
        width: 100%;
        height: 1px;
        background: #707070;
        margin-right: 2rem;
    }

    .management>div>ul {
        width: 100%;
        font-size: 1.6rem;
    }

    .management>div>ul>li {
        font-feature-settings: "palt";
        letter-spacing: normal;
        padding-bottom: .5rem;
        text-indent: -2.5rem;
        padding-left: 3rem;
    }

    .com_img {
        margin-top: 6rem;
    }

    .com_img>div:nth-child(even) {
        margin-left: 1rem;
    }

    .com_img>div:nth-child(3),
    .com_img>div:nth-child(4),
    .com_img>div:nth-child(5),
    .com_img>div:nth-child(6) {
        margin-top: 1rem;
    }

    /* Company information*/
    .cp_set>dl>dt,
    .cp_set>dl>dd {
        font-size: 1.6rem;
    }

    .cp_set>dl>dd {
        margin-left: 1rem;
        font-feature-settings: "palt";
        letter-spacing: normal;
    }

    .cp_set>dl>dt {
        margin-left: 1rem;
        width: 97px;
    }

    .com_img>div {
        width: 48%;
    }

    /* Access */
    .am_set {
        flex-direction: column;
    }

    .am_set>div>iframe {
        width: 100%;
        height: 17.5rem;
    }

    /* History */


    .his_set {
        padding-bottom: 9rem;
        padding-left: 20px;
        padding-right: 20px;
    }

    .his_set>dl {
        font-size: 1.4rem;
        padding: 1.5rem 0;
    }

    .his_set>dl>dt,
    .his_set>dl>dd {
        font-size: 1.4rem;
    }

    .his_set>dl>dd {
        margin-top: .5em;
        padding-left: .5em;
        line-height: 1.3;
    }
}

@media screen and (min-width:415px) and (max-width:750px) {

    /* company */
    #tl_sc {
        font-size: 1.5rem;
    }

    .management>div {
        margin: 4% 0;
    }

    .management>div>h4 {
        text-align: center;
        font-size: 1.8rem;
        margin-bottom: 2.5rem;
        display: flex;
        padding: 0 1rem;
        width: 100%;
        white-space: nowrap;
        align-items: center;
    }

    .m_tl:after {
        content: "";
        width: 100%;
        height: 1px;
        background: #707070;
        background-repeat: repeat;
        margin-left: 1rem;
    }

    .m_tl:before {
        content: "";
        width: 100%;
        height: 1px;
        background: #707070;
        margin-right: 2rem;
    }

    .management>div>ul {
        margin-left: 1.5rem;
        width: 100%;
        font-size: 1.6rem;
    }

    .management>div>ul>li {
        font-feature-settings: "palt";
        letter-spacing: normal;
        padding-bottom: .5rem;
    }

    .cp_set>dl>dt {
        width: 19%;
    }

    .child_2 {
        max-width: 300px;
        width: 100%;
    }

    .his_set {
        margin: 0 auto 9rem auto;
    }

    .his_set>dl {
        padding: 1.5rem 0;
    }

    .his_set>dl>dt {
        margin-left: 1rem;
        width: 100px;
    }

    .his_set>dl>dd {
        margin-left: 2.5%;
        width: 70%;
    }
}

@media screen and (min-width:415px) {

    /* pc */
    /* company */
    .cp_set>dl>dd {
        margin-left: 8rem;
        margin-right: 2.8vw;
    }

    /* Company information*/
    .com_img {
        margin-top: 6rem;
    }

    .com_img>div:nth-child(2),
    .com_img>div:nth-child(5) {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
    }

    .com_img>div:nth-child(4),
    .com_img>div:nth-child(5),
    .com_img>div:nth-child(6) {
        margin-top: 1.5rem;
    }

    .com_img>div {
        width: 28.22%;
    }

    /* Access */
    .am_set {
        max-width: 928px;
        width: 100%;
        margin: 0 auto;
    }

    .am_set>div>img {
        width: 100%;
    }

    .child_1 {
        width: 100%;
    }

    .am_set>div>iframe {
        width: 100%;
        height: 100%;
    }

}

@media screen and (min-width:751px) {

    /* company */
    .management {
        display: flex;
    }

    .management>div>h4 {
        text-align: center;
        margin-bottom: 2rem;
        font-size: 1.8rem;
    }

    .management>div {
        width: 33%;
        padding: 0 2rem;
    }

    .management>div:nth-child(n+2) {
        border-left: 1px solid #707070;
    }

    .management>div:nth-child(2) {
        width: 30%;
    }

    .management>div>ul>li {
        font-size: 1.6rem;
        letter-spacing: -1px;
        margin-bottom: 1rem;
        padding-left: 2em;
        text-indent: -1.3em;
    }

    /* company */
    .cp_set>dl {
        max-width: 72.5%;
    }

    .cp_set>dl>dt {
        width: 14%;
    }

    .child_2 {
        max-width: 500px;
        width: 100%;
    }

    .his_set {
        width: 80%;
        margin: 0 auto 9rem auto;
    }

    .his_set>dl {
        display: flex;
    }

    .his_set>dl>dt {
        margin-left: 8rem;
        margin: 0 20px 0 80px;
        white-space: nowrap;
    }

    .his_set>dl>dd {
        margin-right: 80px;

    }

}

/* Common */
/* contact */
.form {
    background: #fff;
}

form>div>dl>div {
    display: flex;
}

form>div>dl>div>div {
    text-align: center;
    font-weight: bold;
}

form .md {
    background: #FBC60E;
    border-radius: 6px;
}

form .column {
    flex-direction: column;
}

.input {
    width: 100%;
    border-radius: 7px;
    border: 1px solid #CCCCCC;
    background: #F3F6FD;
}

::placeholder {
    color: #ccc
}

textarea {
    padding: 2%;
    height: 100%;
    border-radius: 7px;
    border: 1px solid #CCCCCC;
    background: #F3F6FD;
    font-family: "Noto Sans JP";
}

.error {
    color: #f00;
}

.result_message {
    padding-bottom: 120px;
    text-align: center;
}

.sbm {
    text-align: center;
}

.submit {
    background: #FFE89A;
    border-color: #FBC60E;
}

.submit:hover {
    color: #fff;
    background: #FBC60E;
}

@media screen and (max-width:750px) {

    /* sp */
    /* contact */
    .form {
        margin: 1.5rem auto 9rem auto;
        padding: 5rem 0;
    }

    form>div {
        padding: 0 4%;
    }

    form .caution {
        font-size: 1.4rem;
        margin: -2rem 0 3rem 0;
        padding-left: 1em;
    }

    form>div>dl>div>div {
        width: 10%;
        height: 2rem;
        margin: .5rem 1.5rem;
    }

    form>div>dl>div {
        margin-bottom: 1rem;
    }

    form>div>dl>dd {
        margin-top: .8rem;
    }

    form>div>dl {
        margin-bottom: 2rem;
        flex-direction: column;
    }

    form .md {
        font-size: 1.1rem;
    }

    input {
        font-size: 1.5rem;
        width: 95%;
        height: 5rem;
        padding: 0 1em;
        box-sizing: border-box;
    }

    textarea {
        font-size: 1.5rem;
        width: 100%;
        padding: 0 1em;
        box-sizing: border-box;
    }

    .submit {
        font-size: 1.8rem;
        border-radius: 35px;
        width: 180px;
    }
}

@media screen and (min-width:751px) {

    /* pc */
    /* Contact */
    .form {
        max-width: 1000px;
        width: 100%;
        margin: 8rem auto 9rem;
        padding-top: 6rem;
    }

    form>div {
        padding: 0 10rem;
    }

    form .caution {
        font-size: 1.6rem;
        margin: -1em 0 2rem 242px;
        padding-left: 1em;
    }

    form>div>dl>div>div {
        width: 40px;
        height: 3rem;
        font-size: 1.5rem;
        padding: 0.2rem 0;
        margin: 0.7rem auto;
    }

    form>div>dl {
        display: flex;
    }

    form>div>dl>div {
        padding: 2% 0;
    }

    form>div>dl>dt,
    form>div>dl>div>dt {
        width: 160px;
        font-size: 1.8rem;
        padding: 2% 0;
    }

    form>div>dl>dd {
        max-width: 560px;
        width: 100%;
        padding: 2rem 0 2rem 0;

    }

    form .md {
        margin-right: 40px;
    }

    form .fm_ct {
        min-width: 238px;
    }

    form .fm_tl {
        margin-left: auto;
    }

    .input {
        height: 5rem;
        font-size: 1.5rem;
        padding: 0 1em;
    }

    textarea {
        font-size: 1.5rem;
        padding: 0 1em;
        width: 97.5%;
        border-radius: 7px;
        border: 1px solid #CCCCCC;
        background: #F3F6FD;
        font-family: "Noto Sans JP";
    }

    .submit {
        font-size: 1.8rem;
        margin: 5rem auto;
        padding: 1rem 0;
        border-radius: 30px;
        width: 40%;
    }
}