@charset "utf-8";

html {
    overflow-x: hidden;
}
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    overflow-x: hidden;
}
.sp-view {
    display: none;
}
img {
    display: block;
    max-width: 100%;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style-type: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}
video {
    display: block;
    width: 100%;
}
.sp-btn {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

p {
    margin: 0;
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
.menu-btn {
    display: none;
}
.sp-sns {
    display: none;
}
.nav-item-sp {
    display: none;
}
.inner {
    width: 90%;
    max-width: 1320px;
    margin: auto;
}
.h2_ttl {
    position: relative;
    z-index: 2;
}
.h2_ttl h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 15px;
}
.h2_ttl span {
    font-weight: bold;
    line-height: 1;
}
.h2_ttl>span {
    display: block;
}
.h2_ttl [data-aos=fade-right] {
    transform: translate(-5px);
}

header {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    padding-right: 70px;
    padding-top: 34px;
    padding-bottom: 14px;
    z-index: 14;
}
.page header {
    position: absolute;
    top: 0;
    left: 0;
}
header.sby {
    padding-top: 10px;
    position: fixed;
    transform: translateY(-100%);
}
header.active {
    transform: translateY(0%);
    padding-top: 10px;
    transition: all .3s;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.logo {
    padding-left: 40px;
}
.logo img {
    display: none;
    height: 40px;
}
.top .logo img {
    display: none;
}
.page .logo img {
    display: block;
}
.sby .logo img {
    display: block;
}
.nav {
    display: flex;
    align-items: center;
}

.nav ul {
    display: flex;
}

.nav ul li {
    margin-right: 30px;
    line-height: 20px;
}
.nav ul li a {
    font-size: 14px;
    display: block;
    position: relative;
    color: #000;
}
.nav ul li a:hover {
    color: #fff;
}
.nav ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #00479d;
    z-index: -1;
    transition: .2s;
}
.nav ul li a:hover::before {
    width: 100%;
}

.hd-contact {
    display: flex;
    align-items: baseline;
    border-left: 1px solid;
    padding-left: 45px;
}

.hd-contact p {
    line-height: 20px;
}

.hd-contact p.tel {
    font-size: 22px;
    margin-left: 14px;
    font-weight: 700;
}
.page main {
    padding-top: 70px;
}

section.mv {
    position: relative;
    padding-left: 100px;
    padding-top: 70px;
}

.mv_logo {
    width: 15vw;
    height: 15vw;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0px;
    background: #fff;
    z-index: 15;
}

.mv_logo img {
    width: 8vw;
}

.mv_txt {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    width: calc(100% - 100px);
    right: 0;
    padding-left: 100px;
    background: rgba(0,0,0,0.3);
}

.mv_txt h1 {
    font-size: 50px;
    margin-bottom: 20px;
}

.mv_txt p {
    font-size: 20px;
}

.mc_contacnt {
    position: fixed;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 20px;
    z-index: 14;
    transform: translateY(100%);
    transition: all .3s;
}
.mc_contacnt.active {
    transform: translateY(0%);
    transition: all .3s;
}
.mc_contacnt.none {
    bottom: -150px;
    transition: all .3s;
}


.mv .mc_contacnt {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 20px;
    z-index: 14;
    transform: translateY(0%);
}
.mv .mc_contacnt.active {
    position: fixed;
    animation: mc_contacnt .3s forwards;
    transition: all .3s;
}
.mv .mc_contacnt.none {
    bottom: -150px;
    transition: all .3s;
}
@keyframes mc_contacnt {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0px);
    }
}

.btn,
a.btn,
button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

.btn_type01 {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 1.5rem 6rem;
    color: #fff;
    border-radius: 0;
    background: #fff;
    z-index: 1;
    border: 1px solid #00479d;
    position: relative;
}

.btn_type01 span {
    position: relative;
    font-size: 22px;
    color: #00479d;
    display: flex;
    align-items: center;
}
.btn_type01:hover span {
    color: #fff;
}
.btn_type01 span img {
    width: 60px;
    margin-right: 10px;
}
.btn_type01  span img.on {
    display: none;
}
.btn_type01:hover  span img.off {
    display: none;
}
.btn_type01:hover  span img.on {
    display: block;
}

.btn_type01:before {
    position: absolute;
    top: 0;
    left: 30px;
    width: 150%;
    height: 500%;
    content: '';
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateX(-92%) translateY(-70%) rotate(135deg);
    transform: translateX(-92%) translateY(-70%) rotate(135deg);
    background: #00479d;
}

.btn_type01:hover:before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateX(-8%) translateY(-25%) rotate(135deg);
    transform: translateX(-8%) translateY(-25%) rotate(135deg);
}

.btn_type02 {
    width: 300px;
    display: block;
    overflow: hidden;
    color: #fff;
    border-radius: 0;
    background: #fff;
    z-index: 1;
    border: 1px solid #00479d;
    position: relative;
}

.btn_type02 span {
    position: relative;
    font-size: 20px;
    color: #00479d;
    display: flex;
    justify-content: center;
    width: 100%;
    line-height: 50px;
    font-weight: 700;
}
.btn_type02:hover span {
    color: #fff;
}
.btn_type02 span img {
    width: 60px;
    margin-right: 10px;
}
.btn_type02  span img.on {
    display: none;
}
.btn_type02:hover  span img.off {
    display: none;
}
.btn_type02:hover  span img.on {
    display: block;
}

.btn_type02:before {
    position: absolute;
    top: 0;
    left: 30px;
    width: 150%;
    height: 500%;
    content: '';
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateX(-80%) translateY(-70%) rotate(135deg);
    transform: translateX(-80%) translateY(-70%) rotate(135deg);
    background: #00479d;
}

.btn_type02:hover:before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateX(-25%) translateY(-25%) rotate(135deg);
    transform: translateX(-25%) translateY(-25%) rotate(135deg);
}

section.news {
    padding: 85px 0 80px;
}
.news-blk {
    border: 1px solid;
    padding: 60px 0px;
    margin-top: 25px;
}
.news-in {
    width: 90%;
    max-width: 1000px;
    margin: auto;
}
.news-in li {
    display: flex;
    align-items: flex-start;
    line-height: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid;
    margin-bottom: 25px;
}
.news-in li p {
    margin-right: 35px;
    font-weight: bold;
}
.news-in li a {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.news .btn_type02 {
    margin: 40px auto 0;
}

section.about {
    padding-top: 100px;
    background: #eee;
}
.about-in {
    background-image: url(img/about-bg.jpg);
    background-size: 1000px auto;
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-bottom: 180px;
}
.about_txt {
    margin-top: 30px;
    margin-bottom: 80px;
}
section.reason {
    padding-top: 85px;
}
.reason-blk {
    display: flex;
    flex-wrap: wrap;
    margin-top: 55px;
}
.reason_item {
    width: 50%;
    background-color: #fff;
    overflow: hidden;
}
.reason_item a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}
.reason_item[data-aos=fade-right] {
    transform: translateX(-20px);
}
.reason_item[data-aos=fade-left] {
    transform: translateX(20px);
}
.reason_item img {
    z-index: 1;
    transition: all .3s;
}
.reason_item a:hover img {
    transform: scale(1.1, 1.1);
    transition: all .3s;
    opacity: .6;
}

.reason_item p {
    font-size: 14px;
    font-weight: 700;
}
.reason_item .reason-ttl {
    font-size: 24px;
    margin-bottom: 20px;
}
.reason_item-in {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.reason .btn_type02 {
    margin: 45px 0 0 auto;
}

section.goods {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.goods_slider {
    width: 90%;
    max-width: 1320px;
    margin: auto;
    overflow: inherit;
    margin-top: 30px;
}
.goods_slider .good_item {
    width: 300px;
}
.goods_slider .good_item a:hover img {
    transform: translateY(-20px);
    transition: all .3s;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    width: 50px;
    height: 50px;
    right: 0;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    width: 50px;
    height: 50px;
    background-image: url(img/scroll_left_off.svg);
    content: "";
}
.swiper-button-prev:hover:after, .swiper-rtl .swiper-button-next:hover:after {
    background-image: url(img/scroll_left_on.svg);
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    width: 50px;
    height: 50px;
    left: 0;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    width: 50px;
    height: 50px;
    background-image: url(img/scroll_right_off.svg);
    content: "";
}
.swiper-button-next:hover:after, .swiper-rtl .swiper-button-prev:hover:after {
    background-image: url(img/scroll_right_on.svg);
}
.goods .btn_type02 {
    margin: 50px 0 0 auto;
}
.swi-btn {
    position: absolute;
    width: 130px;
    transform: translate(-50%, 100%);
    left: 50%;
    bottom: -50px;
    height: 60px;
}
section.flow {
    padding: 80px 0 90px;
    background: #eee;
}
.flow-blk {
    display: flex;
}
.flow_txt {
    width: 50%;
    margin-top: 30px;
}
.flow_txt p {
    width: 100%;
    max-width: 550px;
    margin-bottom: 80px;
}
.flow_step {
    width: 50%;
    position: relative;
}
.flow_step_item {
    display: flex;
    align-items: center;
    background-color: #eee;
    width: 100%;
}
.flow_step_item img {
    width: 260px;
}
.flow_step_item div {
    font-size: 20px;
    font-weight: bold;
    margin-left: 40px;
}
.flow_step_item div p {
    line-height: 1;
    color: #004799;
}
.flow_step_item div p.en {
    font-size: 36px;
    font-family: 'Montserrat', sans-serif;
    margin: 25px auto;
}
.flow_step .swiper-button-next {
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}
section.sns {
    padding: 100px 0 80px;
}
.brand {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 80px;
}
.brand_item {
    width: 49%;
}
.brand_item div {
    display: flex;
    margin-top: 30px;
}
.brand_item div.bd-sns {
    margin-top: 0;
}
.brand_item div p {
    margin-right: 10px;
}
.brand_item div img {
    width: 30px;
    margin-left: 15px;
}
.brand_item a:hover {
    opacity: .7;
}
.sns-blk {
    display: flex;
    justify-content: space-between;
}
.sns_item {
    width: 49%;
    background: #eee;
    height: 220px;
}
.sns_item a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.sns_item a:hover{
    opacity: .7;
}
.sns_item img {
    width: 80px;
    margin: 0px auto 20px;
}
.sns_item p {
    font-size: 32px;
    line-height: 1;
    color: #004799;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
section.works {
    padding: 80px 0 100px;
    background-color: #eee;
}
section.works p {
    margin-top: 30px;
}
.works_com {
    margin-top: 50px;
}
.works_com_list {
    margin-bottom: 30px;
}
.works_com_item {
    width: 420px;
    margin-right: 30px;
    text-align: center;
    border-radius: 15px;
    line-height: 60px;
    color: #fff;
}
.work_comp01 {
    background-color: #00479d;
}
.work_comp02 {
    background-color: #f3796d;
}
.work_comp03 {
    background-color: #539bf4;
}
.work_comp04 {
    background-color: #93a831;
}
.work_comp05 {
    background-color: #df9b3b;
}
.swiper-wrapper {
    transition-timing-function: linear;
}

section.other {
    display: flex;
    color: #fff;
}
.recruit {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.contact {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}
section.other a {
    color: #fff;
}
section.other a div {
    position: absolute;
    height: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

section.other img {
    transition: all .3s;
}
section.other a:hover img {
    transform: scale(1.1, 1.1);
    transition: all .3s;
    opacity: .6;
}
section.other h2 {
    font-size: 50px;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
}
section.other span {
    line-height: 1;
}
section.other p {
    font-weight: bold;
    line-height: 1;
}
section.company {
    padding: 110px 0 120px;
}
.company-in {
    display: flex;
    border-left: 1px solid;
    padding-left: 30px;
    margin-top: 30px;
    margin-bottom: 80px;
}
.company_txt {
    width: 50%;
}
.company dl {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0;
}
.company dt {
    width: 90px;
    font-weight: bold;
    padding-bottom: 10px;
}
.company dd {
    width: calc(100% - 90px);
    margin: 0;
    padding-bottom: 10px;
}
.map {
    width: 50%;
}
.map iframe {
    width: 100%;
    height: 420px;
}
.show {
    display: flex;
    margin-top: 40px;
    background: #f5ebdc;
    align-items: center;
}
.show img {
    width: 540px;
}
.show div {
    padding: 0 55px;
}
.show p:first-of-type {
    margin-bottom: 20px;
    font-size: 24px;
}  
footer {
    padding: 60px 0 50px;
    background: #004799;
    color: #fff;
}
.footer {
    display: flex;
    justify-content: space-between;
}
.ft-logo {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ft_logo {
    width: 220px;
}
.ft-sns {
    display: flex;
    margin-bottom: 35px;
}
.ft_sns-i {
    width: 30px;
    margin-right: 15px;
}
.ft-nav {
    display: flex;
    margin-bottom: 50px;
}
.ft-nav div {
    width: 140px;
    margin-left: 40px;
}
.ft-nav div:nth-of-type(3) {
    width: 195px;
}
.ft-nav p {
    font-size: 20px;
    line-height: 1;
    border-bottom: 1px solid;
    margin-bottom: 15px;
}
.ft-nav p a {
    color: #fff;
}
.ft-nav p label {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}
.ft-nav .ft_nav_item p {
    margin-bottom: 25px;
}
.ft-nav p span {
    font-size: 14px;
    display: block;
    padding: 10px 0;
}
.ft-nav li {
    font-size: 12px;
    margin-top: 10px;
    line-height: 1.5;
}
.ft-nav li a {
    color: #fff;
}

@media screen and (max-width:1650px) {
    .nav ul li {
        margin-right: 25px;
    }
}
@media screen and (max-width:1500px) {
    video {
        height: 700px;
        width: auto;
    }
    header {
        padding-right: 40px;
        padding-top: 18px;
    }
    .nav ul li {
        margin-right: 20px;
    }
    .hd-contact {
        display: block;
    }
    .hd-contact p {
        line-height: 30px;
    }
    .hd-contact p.tel {
        margin-left: 0;
    }
}
@media screen and (max-width:1250px) {
    header {
        padding-right: 5%;
        padding-top: 16px;
    }
    .nav ul {
        flex-wrap: wrap;
        width: 50vw;
    }
    .nav ul li {
        line-height: 30px;
    }
    .mv_txt {
        padding-left: 50px;
    }
    .hd-contact p {
        line-height: 25px;
    }
    .btn, a.btn, button.btn {
        width: 360px;
    }
    .btn_type01 {
        padding: 0;
    }
    .btn_type01 span {
        line-height: 60px;
        font-size: 20px;
        justify-content: center;
    }
    .btn_type01 span img {
        width: 40px;
    }
    
    .btn_type01:before {
        -webkit-transform: translateX(-79%) translateY(-70%) rotate(135deg);
        transform: translateX(-79%) translateY(-70%) rotate(135deg);
    }

    .btn_type01:hover:before {
        -webkit-transform: translateX(-25%) translateY(-25%) rotate(135deg);
        transform: translateX(-25%) translateY(-25%) rotate(135deg);
    }
}
@media screen and (max-width:1000px) {
    body.on {
        overflow: hidden;
    }
    .sp-btn {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 20;
        width: 100%;
        height: 50px;
    }
    .sp-btn.on {
        background: rgba(255, 255, 255, 0.5);
    }
    header {
        height: 50px;
        padding: 0px 5%;
        position: static;
        background: #fff;
        z-index: 13;
    }
    .page header {
        position: static;
    }
    header.sby {
        position: static;
        transform: translateY(0);
    }
    header.active {
        position: static;
        background: rgba(255, 255, 255, 0.5);
        z-index: 20;
    }
    header.on {
        z-index: 20;
    }
    .header {
        padding: 0;
        height: 0;
        overflow: hidden;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background: #eee;
        width: 100%;
        padding: 0;
        transition: all .3s;
    }
    .header.on {
        height: 100vh;
        transition: all .3s;
        z-index: 20;
    }
    .logo {
        display: none;
    }
    .nav {
        display: block;
        text-align: right;
        padding: 65px 5% 50px;
        background-color: #fff;

    }
    .nav ul {
        display: block;
        padding-bottom: 20px;
        border-bottom: 1px solid;
        margin-bottom: 30px;
        transform: translateY(10px);
        opacity: 0;
    }
    .header.on .nav ul {
        width: 100%;
        animation: menu 1s forwards 500ms;
    }
    .nav ul li {
        margin-right: 0px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .nav-item-sp {
        display: block;
    }
    .nav ul li a {
        display: block;
        position: relative;
    }
    .sp-sns {
        display: block;
        width: 100%;
        padding-top: 20px;
        transform: translateY(10px);
        opacity: 0;
    }
    .header.on .sp-sns {
        animation: menu 1s forwards 500ms;
    }
    @keyframes menu {
        0% {
            transform: translateY(5px);
            opacity: 0;
        }
        100% {
            transform: translateY(0px);
            opacity: 1;
        }
    }
    .sp-sns .ft-sns {
        justify-content: center;
    }
    .sp-sns .ft_sns-i {
        width: 40px;
        margin-right: 20px;
    }
    .hd-contact {
        display: flex;
        align-items: baseline;
        border-left: 0;
        padding-left: 0;
        z-index: 2;
        text-align: center;
        justify-content: center;
        margin-bottom: 0;
        transform: translateY(10px);
        opacity: 0;
    }
    .header.on .hd-contact {
        animation: menu 1s forwards 500ms;
    }
    .hd-contact p.tel {
        margin-left: 14px;
    }

    .menu-btn {
        display: block;
        width: 50px;
        height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 21;
    }
    .menu-btn::before,
    .menu-btn::after {
        content: "";
        width: 30px;
        height: 1px;
        position: absolute;
        left: 10px;
        background-color: #000;
    }
    .menu-btn::before {
        animation: menu-bar01 .5s forwards;
    }
    .menu-btn::after {
        animation: menu-bar03 .5s forwards;
    }
    .menu-btn.active::before {
        animation: active-menu-bar01 .5s forwards;
    }
    .menu-btn.active::after {
        animation: active-menu-bar03 .5s forwards;
    }
    @keyframes menu-bar01 {
        0% {
            top: 20px;
            transform: translateY(-50%) rotate(15deg);
        }
        50% {
            top: 20px;
            transform:translateY(-50%) rotate(0);
        }
        100% {
            top: 16px;
        transform:translateY(-50%) rotate(0);
        }
    }
    @keyframes menu-bar03 {
        0% {
            bottom: 20px;
        transform:translateY(50%) rotate(-15deg);
        }
        50% {
            bottom: 20px;
            transform: translateY(50%) rotate(0);
        }
        100% {
            bottom: 16px;
        transform:translateY(50%)  rotate(0);
        }
    }
    @keyframes active-menu-bar01 {
        0% {
            top: 16px;
        transform:translateY(-50%) rotate(0);
        }
        50% {
            top: 20px;
            transform:translateY(-50%) rotate(0);
        }
        100% {
            top: 20px;
        transform:translateY(-50%)  rotate(15deg);
        }
    }
    @keyframes active-menu-bar03 {
        0% {
            bottom: 16px;
        transform:translateY(50%) rotate(0);
        }
        50% {
            bottom: 20px;
        transform:translateY(50%) rotate(0);
        }
        100% {
            bottom: 20px;
        transform:translateY(50%) rotate(-15deg);
        }
    }
    .mc_contacnt {
        z-index: 12;
    }
    section.mv {
        padding-top: 0px;
    }
    .mv_txt {
        padding-right: 50px;
    }
}
@media screen and (max-width:800px) {
    video {
        width: 100%;
        height: auto;
    }
    body {
        font-size: 14px;
    }
    .pc-view {
        display: none;
    }
    .sp-view {
        display: block;
    }
    section.mv {
        position: relative;
        padding-left: 5%;
        padding-top: 0px;
    }
    img.mv_bg {
        width: 100%;
    }
    .mv_logo {
        width: 125px;
        height: 125px;
        top: -50px;
    }
    .mv_logo img {
        width: 70px;
    }
    .mv_txt {
        width: 100%;
        padding-left: 5%;
        transform: translateX(-50%);
        left: 50%;
        right: inherit;
        margin-left: 5%;
    }
    .mv_txt h1 {
        font-size: 35px;
        line-height: 1.25;
        margin-bottom: 5px;
    }
    .mv_txt p {
        font-size: 16px;
    }
    .mc_contacnt {
        padding-bottom: 0;
    }
    .btn, a.btn, button.btn {
        width: 220px;
    }
    .btn_type01 {
        padding: 0;
    }
    .btn_type01 span {
        line-height: 70px;
        font-size: 20px;
        justify-content: center;
    }
    .btn_type01 span img {
        width: 40px;
    }
    
    .btn_type01:before {
        -webkit-transform: translateX(-109%) translateY(-70%) rotate(135deg);
        transform: translateX(-109%) translateY(-70%) rotate(135deg);
    }

    .btn_type01:hover:before {
        -webkit-transform: translateX(-6%) translateY(-25%) rotate(135deg);
        transform: translateX(-6%) translateY(-25%) rotate(135deg);
    }
    .btn_type02 {
        width: 250px;
        margin: auto;
    }
    .btn_type02:before {
        -webkit-transform: translateX(-88%) translateY(-70%) rotate(135deg);
        transform: translateX(-88%) translateY(-70%) rotate(135deg);
    }
    .btn_type02:hover:before {
        -webkit-transform: translateX(-24%) translateY(-25%) rotate(135deg);
        transform: translateX(-24%) translateY(-25%) rotate(135deg);
    }
    .btn_type02 span {
        font-size: 16px;
    }
    .h2_ttl h2 {
        font-size: 30px;
    }
    .h2_ttl>span {
        font-size: 16px;
    }
    section.news {
        padding: 60px 0 70px;
    }
    .news-blk {
        padding: 30px 0 35px;
    }
    .news-in li {
        display: block;
        align-items: flex-start;
        line-height: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid;
        margin-bottom: 20px;
    }
    .news-in li p {
        margin-right: 35px;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .news-in li h3{
        font-size: 14px;
        font-weight: 450;
    }
    section.about {
        padding-top: 50px;
        background: #eee;
    }
    .about-in {
        background-image: url(img/about-bg_sp.jpg);
        padding-bottom: 175px;
        background-size: 85% auto;
    }
    .about_txt {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .about .btn_type02 {
        margin-left: 0;
    }
    section.reason {
        padding-top: 50px;
    }
    .reason-blk {
        display: block;
        margin-top: 40pxs;
    }
    .reason_item {
        width: 100%;
    }
    .reason_item p {
        font-size: 14px;
        padding: 0 5%;
        text-align: left;
    }
    .reason_item .reason-ttl {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .reason .btn_type02 {
        margin: 40px auto 0;
    }
    section.goods {
        padding-top: 90px;
    }
    .goods_slider {
        width: 200px;
        margin: 0 auto 130px;
    }
    .goods_slider .good_item {
        width: 200px;
    }
    .swi-btn {
        height: 50px;
        bottom: -40px;
    }
    .goods .btn_type02 {
        margin: 35px auto 0;
    }
    section.flow {
        padding: 50px 0 65px;
    }
    .flow-blk {
        display: block;
    }
    .flow_txt {
        width: 100%;
    }
    .flow_txt p {
        margin-bottom: 30px;
    }
    .flow_step {
        width: 100%;
    }
    .flow_step_item {
        display: block;
        padding-left: 25px;
    }
    .flow_step_item img {
        width: 225px;
    }
    .flow_step_item div {
        font-size: 16px;
        font-weight: bold;
        margin-left: 0px;
        text-align: center;
        width: 225px;
    }
    .flow_step_item div p.en {
        font-size: 25px;
    }
    .flow .btn_type02 {
        margin-top: 50px;
    }
    section.sns {
        padding-top: 50px;
    }
    .brand {
        display: block;
        margin-bottom: 60px;
    }
    .brand_item {
        width: 100%;
        margin-bottom: 40px;
    }
    .brand_item div {
        margin-top: 20px;
        justify-content: space-between;
        align-items: center;
    }
    .brand_item div p {
        font-size: 16px;
    }
    .brand_item div img {
        width: 40px;
    }
    .sns-blk {
        display: block;
    }
    .sns_item {
        height: auto;
        padding: 30px 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .sns_item img {
        width: 60px;
        margin-bottom: 5px;
    }
    .sns_item p {
        font-size: 20px;
    }
    section.works {
        padding: 50px 0 85px;
    }
    .works_com_list {
        margin-bottom: 20px;
    }
    .works_com_item {
        width: 200px;
        height: auto;
        line-height: 1.5;
        font-size: 16px;
        padding: 16px 10px;
        text-align: center;
        margin-right: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    section.other {
        display: block;
    }
    section.other h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .recruit{
        width: 100%;
    }
    .contact {
        width: 100%;
    }
    section.company {
        padding: 50px 0 105px;
    }
    .company-in {
        display: block;
        padding-left: 0;
        border-left: 0;
        margin-bottom: 60px;
    }
    .company_txt {
        width: 100%;
        padding-left: 16px;
        border-left: 1px solid;
        margin-bottom: 50px;
    }
    .company dt {
        width: 70px;
    }
    .company dd {
        width: calc(100% - 70px);
    }
    .map {
        width: 100%;
    }
    .map iframe {
        height: 225px;
    }
    .show {
        display: block;
        margin-top: 30px;
    }
    .show img {
        width: 100%;
    }
    .show div {
        padding: 25px 20px;
    }
    .show p:first-of-type {
        margin-bottom: 10px;
        font-size: 20px;
    }  
    footer {
        padding: 65px 0 30px;
        background: #004799;
        color: #fff;
    }
    .footer {
        display: block;
    }
    .ft-logo {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ft_logo {
        width: 220px;
        margin-bottom: 135px;
    }
    .ft-sns {
        display: flex;
        margin-bottom: 35px;
        justify-content: center;
    }
    .ft-logo p {
        font-size: 11px;
    }
    .ft-nav {
        display: none;
    }
}

.breadcrumb {
    font-size: 12px;
    margin-bottom: 10px;
}
.page header {
    padding-top: 14px;
    padding-bottom: 10px;
}
.page_mv {
    padding-left: calc((100% - 1320px) / 2);
    margin-bottom: 60px;
}
.sub_menu {
    margin-top: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 140px;
}
.sub_menu div {
    margin: 0 40px;
    width: 120px;
    text-align: center;
}
.sub_menu div a {
    display: block;
    line-height: 50px;
    position: relative;
    color: #000;
}
.sub_menu div a.off {
    border-bottom: 1px solid #000;
}
.sub_menu div a.on {
    border-bottom: 1px solid #004799;
}
.sub_menu div a::after {
    content: "";
    width: 0%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #004799;
}
.sub_menu div a.off:hover {
    border-bottom: 0;
    padding-bottom: 1px;
}
.sub_menu div a.off:hover::after {
    width: 100%;
    transition: all .3s;
}
.page-content {
    display: flex;
}
.page-fri {
    padding-bottom: 100px;
}
.com_ttl {
    width: 420px;
}
.com_ttl h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}
.com_txt {
    width: calc(100% - 420px);
}
.com_txt dl {
    margin: 0;
    padding-left: 40px;
    display: flex;
    flex-wrap: wrap;
    border-left: 1px solid;
}
.com_txt dl dt {
    width: 135px;
    padding-bottom: 25px;
    font-weight: bold;
}
.com_txt dl dd {
    width: calc(100% - 135px);
    margin: 0;
    padding-bottom: 25px;
}
.page-sec {
    padding: 90px 0 110px;
    background: #eee;
}
.location .com_txt p {
    margin-bottom: 40px;
}
.location iframe {
    width: 100%;
    height: 350px;
}
.c-com-show {
    margin-top: 90px;
}
.com-show {
    display: flex;
}
.com-show img {
    width: 430px;
}
.com-show div {
    padding-left: 50px;
    padding-right: 20px;
}
.com-show p:first-of-type {
    font-size: 24px;
    margin-bottom: 20px;
}
.com-busi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.com-busi div {
    width: calc((100% - 20px) / 2);
    margin-bottom: 30px;
}
.com-busi div p {
    font-weight: bold;
    margin-top: 15px;
}
.philosophy .com_ttl img {
    height: 150px;
    width: auto;
}
.philosophy .com_txt h2 {
    font-size: 24px;
    line-height: 2;
}
.philosophy .com_txt img {
    width: 400px;
    margin: 70px auto 50px;
}
@media screen and (max-width:1500px) {
    .page main {
        padding-top: 90px;
    }
    .com_ttl {
        width: 30%;
    }
    .com_txt {
        width: 70%;
    }
    .com-show img {
        width: 50%;
    }
}
@media screen and (max-width:1250px) {
    .page main {
        padding-top: 100px;
    }
    .page_mv {
        padding-left: 5%;
    }
    .com-show {
        display: block;
    }
    .com-show img {
        width: 100%;
    }
    .com-show div {
        padding-left: 0;
        padding-right: 0;
        padding-top: 30px;
    }
    .com-show p:first-of-type {
        font-size: 20px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width:1000px) {
    .breadcrumb {
        display: none;
    }
    .page main {
        padding-top: 50px;
    }
}
@media screen and (max-width:800px) {
    .page main {
        padding-top: 0px;
    }
    .page header::before {
        content: "";
        position: absolute;
        width: 140px;
        height: 30px;
        background-image: url(img/js_logo_2.svg);
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        left: 5%;
    }
    .sub_menu {
        margin-top: 50px;
        justify-content: flex-start;
        margin-bottom: 60px;
        flex-wrap: wrap;
    }
    .sub_menu div {
        width: calc((100% - 50px) / 3);
        margin: 0;
        margin-right: 25px;
        margin-bottom: 25px;
    }
    .sub_menu div:nth-of-type(3n) {
        margin-right: 0;
    }
    .page-content {
        display: block;
    }
    .com_ttl {
        width: 100%;
        margin-bottom: 40px;
    }
    .com_txt {
        width: 100%;
    }
    .com_txt dl {
        padding-left: 20px;
    }
    .com_txt dl dt {
        width: 85px;
    }
    .com_txt dl dd {
        width: calc(100% - 85px);
    }
    .page-sec {
        padding: 60px 0 105px;
    }
    .location iframe {
        height: 250px;
    }
    .c-com-show {
        margin-top: 65px;
    }
    .com-busi {
        display: block;
        margin-top: 40px;
    }
    .com-busi div {
        width: 100%;
        margin-bottom: 20px;
    }
    .philosophy .com_ttl img {
        height: 100px;
        width: auto;
        margin: 0 auto 60px;
    }
    .philosophy .com_txt h2 {
        font-size: 24px;
        line-height: 1.7;
        margin-bottom: 70px;
    }
    .philosophy .com_txt img {
        margin: 60px auto 30px;
    }
}

.flow-step {
    margin-top: 140px;
}
.flow-step .page_ttl h3 span {
    color: #004799;
    font-family: 'Montserrat', sans-serif;
}
.flow-step .com_txt {
    padding-left: 80px;
    padding-bottom: 165px;
    position: relative;
}
.flow-step .com_txt::before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #004799;
    position: absolute;
    left: 0;
    top: 5px;
}
.flow-step .com_txt::after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #004799;
    position: absolute;
    transform: translateX(-50%);
    left: 7px;
    top: 5px;
}
.flow-step .page-content:last-of-type .com_txt {
    padding-bottom: 0;
}
.flow-step .com_txt img {
    width: 260px;
    margin: auto;
    margin-bottom: 40px;
}
.flow-step .com_txt h3 {
    font-size: 20px;
    margin-bottom: 10px;   
}
.flow-step .com_txt p {
    margin-bottom: 20px;
}
.flow-step .com_txt p:last-of-type {
    margin-bottom: 0;
}
.flow-step .com_txt img.sp2 {
    width: 500px;
    margin-top: 50px;
}

@media screen and (max-width:800px) {
    .flow-step .com_ttl {
        padding-left: 50px;
        position: relative;
        margin-bottom: 0;
    }
    
    .flow-step .com_ttl::before {
        content: "";
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #004799;
        position: absolute;
        left: 0;
        top: 5px;
    }
    .flow-step .com_ttl::after {
        content: "";
        width: 1px;
        height: 100%;
        background-color: #004799;
        position: absolute;
        transform: translateX(-50%);
        left: 7px;
        top: 5px;
    }
    .flow-step .com_txt {
        padding-left: 50px;
        padding-bottom: 90px;
        padding-top: 40px;
    }
    .flow-step .com_txt::before {
        display: none;
    }
    .flow-step .com_txt h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.reason_menu {
    justify-content: space-around;
}
.reason_menu div {
    width: auto;
    margin: 0;
}
.reason_menu div a {
    padding: 0 12px;
}
.reason-content {
    padding: 100px 0 125px;
}
#reason1.reason-content {
    padding-top: 0;
}
.rea_ct_mv {
    margin-bottom: 40px;
}
.reason-content .com_txt h3 {
    margin-bottom: 10px;
}
.reason-content .com_txt>p {
    margin-bottom: 45px;
}
.rea1_blk {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.rea1_blk div {
    width: calc((100% - 50px) / 2);
}
p.furi {
    font-size: 12px;
    line-height: 1;
}
p.h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.img_mg {
    margin-bottom: 60px;
}

.rea_st_p {
    display: flex;
    margin-top: 20px;
    align-items: center;
    margin-bottom: 30px;
}
.rea_st_p p:first-of-type {
    display: inline-block;
    width: 140px;
    border: 1px solid;
    line-height: 1;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    margin-right: 20px;
}
.rea_st_p.cls p:first-of-type {
    color: #004799;
}
.rea2_blk {
    display: flex;
    justify-content: space-between;
}
.rea2_blk div {
    width: calc((100% - 144px) / 7);
    text-align: center;
}
.rea2_blk img {
    margin-bottom: 7px;
}
.ft_sm {
    font-size: 12px;
}

@media screen and (max-width:800px) {
    .reason-content {
        padding: 60px 0 80px;
    }
    .reason_menu {
        justify-content: space-between;
    }
    .reason_menu div {
        width: calc((100% - 25px) / 2);
        margin-right: 0;
    }
    .reason_menu div a {
        padding: 15px 5px;
        line-height: 20px;
    }
    .rea_ct_mv {
        margin-bottom: 22px;
    }
    .reason-content .com_txt>p {
        margin-bottom: 30px;
    }
    .rea1_blk {
        display: block;
    }
    .rea1_blk div {
        width: 100%;
        margin-bottom: 20px;
    }
    p.h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .rea_st_p {
        align-items: self-start;
        margin-bottom: 50px;
    }
    .rea_st_p p:first-of-type  {
        width: 125px;
        margin-right: 20px;
        font-size: 14px;
        padding: 8px 0;
    }
    .rea_st_p p:last-of-type {
        width: calc(100% - 145px);
    }
    .rea2_blk {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .rea2_blk div {
        width: calc((100% - 25px) / 2);
        margin-bottom: 25px;
        margin-right: 25px;
    }
    .rea2_blk div:nth-of-type(2n) {
        margin-right: 0;
    }
}

.recruit-in {
    margin-top: 50px;
    padding-bottom: 190px;
}
.com_txt dl dd span {
    display: block;
    margin-bottom: 0;
}
.com_txt dl dd .rc1 {
    text-indent: -5em;
    padding-left: 5em;
}
.com_txt dl dd .rc2 {
    text-indent: -5em;
    padding-left: 5em;
}
.com_txt dl dd .rc3 {
    text-indent: -3em;
    padding-left: 3em;
}
.com_txt dl dd .ft-sm {
    font-size: 12px;
    padding-left: 1em;
    text-indent: -1em;
}
.com_txt dl dd label {
    font-size: 12px;
}
@media screen and (max-width:800px) {
    .recruit-in {
        padding-bottom: 120px;
    }
}

.page-faq .page-fri,
.page-faq .page-sec {
    padding-bottom: 50px;
}
.page-trd {
    padding: 90px 0 100px;
}
.faq-top {
    margin-top: 90px;
    margin-bottom: 55px;
}

.fa-blk {
    margin-bottom: 40px;
    padding-bottom: 25px;
    border-bottom: 1px solid;
}
.fa-blk:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.q-blk {
    margin-bottom: 20px;
    padding-left: 50px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
}
.q-blk::before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(img/faq_q.svg);
    background-size: contain;
}
.a-blk {
    padding-left: 50px;
    position: relative;
}
.a-blk::before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(img/faq_a.svg);
    background-size: contain;
}
@media screen and (max-width:800px) {
    .page-trd {
        padding: 50px 0 60px;
    }
    .faq-top {
        margin-top: 55px;
    }
    .fa-blk {
        margin-bottom: 30px;
    }
    .q-blk {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.page-news {
    margin-top: 90px;
}
.news-list {
    margin-top: 50px;
}
.news-list .news-in {
    width: 100%;
}
.news-list li {
    margin-bottom: 35px;
}
.pagination {
    width: 90%;
    max-width: 1000px;
    margin: 60px auto;
}
.wp-pagenavi {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.wp-pagenavi a {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    margin-left: 30px;
}
.wp-pagenavi a:hover {
    border-radius: 50%;
    background: #00479d;
    color: #fff;
}
span.current {
    width: 50px;
    height: 50px;
    background: #00479d;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    margin-left: 30px;
    padding: 0;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: transparent;
}
.single-content {
    max-width: 1000px;
    margin: 50px auto 60px;
}
.single-content h1 {
    font-size: 32px;
    margin-bottom: 20px;
}
.date {
    font-weight: bold;
    margin-bottom: 20px;
}
.content-in {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 60px 0;
}
.content-in img {
    width: 100%;
    max-width: 800px;
    margin: auto;
    margin-bottom: 55px;
}
.content-in h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.content-in h3 {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid;
}
.content-in h3 a {
    text-decoration: underline;
}
.content-in h4 {
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}
.content-in h4::before {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    top: .25em;
    left: 0;
    background-color: #004799;
}
.content-in p {
    margin-bottom: 55px;
	word-break: break-all;
}
.content-in p a {
    text-decoration: underline;
}
.news-btn {
    margin: auto;
}

@media screen and (max-width:800px) {
    .page-news {
        margin-top: 60px;
    }
    .news-list li {
        margin-bottom: 25px;
    }
    .wp-pagenavi {
        justify-content: space-between;
    }
    .wp-pagenavi a {
        margin-left: 0;
    }
    span.current {
        margin-left: 0;
    }
    .single-content {
        max-width: 1000px;
        margin: 40px auto 50px;
    }
    .single-content h1 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .date {
        font-weight: 450;
        margin-bottom: 20px;
    }
    .content-in {
        padding: 35px 0 20px;
    }
    .content-in img {
        margin-bottom: 35px;
    }
    .content-in h2 {
        font-size: 20px;
    }
    .content-in h3 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .content-in h4 {
        margin-bottom: 20px;
    }
    .content-in p {
        margin-bottom: 40px;
    }
}

.contact-top {
    margin-top: 90px;
}
.contact-blk {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.contact-item {
    width: calc((100% - 40px) / 3);
}
.contaact-b {
    background: #eaeaea;
    margin-bottom: 20px;
}
.contaact-b a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 44px 0;
}
.contaact-b a:hover {
    opacity: .7;
}
.contaact-b img {
    width: 78px;
}
.contaact-b p {
    font-size: 22px;
    font-weight: bold;
    margin-top: 15px;
    color: #00479d;
}
@media screen and (max-width:800px) {
    .contact-top {
        margin-top: 50px;
    }
    .contact-blk {
        display: block;
        margin-top: 50px;
    }
    .contact-item {
        width: 100%;
        margin-bottom: 20px;
    }
    .contaact-b {
        margin-bottom: 15px;
    }
    .contaact-b a {
        padding: 20px 0;
    }
    .contaact-b img {
        width: 60px;
    }
    .contaact-b p {
        font-size: 20px;
        margin-top: 10px;
    }
}

.contact-content {
    margin-top: 50px;
}
.ct-txt {
    padding-left: 1em;
    text-indent: -1em;
    margin: 0;
}
form {
    margin-top: 60px;
}
.com_txt form dl {
    padding-left: 0;
    border-left: 0;
}
.com_txt form dl dt {
    width: 160px;
    padding-top: 14px;
    padding-bottom: 0;
}
.com_txt form dl dt span {
    position: relative;
}
.com_txt form dl dt span::after {
    content: "*";
    font-size: 16px;
    position: absolute;
    transform: translate(100%, 0%);
    right: -5px;
    top: 0.3em;
    color: #f00;
    line-height: 1;
}
.com_txt form dl dd {
    width: calc(100% - 160px);
    padding-bottom: 20px;
}
.com_txt form input[type=text] {
    width: 100%;
    font-size: 18px;
    padding: 15px 10px;
    border: 1px solid #c8c8c8;
}
.com_txt form textarea {
    width: 100%;
    resize: none;
    border: 1px solid #c8c8c8;
    height: 150px;
    padding: 10px;
    font-size: 18px;
}
.com_txt form dl.sub-item {
    display: block;
}
.com_txt form dl.sub-item dt {
    width: 100%;
}
.com_txt form dl.sub-item dd {
    width: 100%;
    padding: 10px 40px;
    border: 1px solid #c8c8c8;
    margin-top: 10px;
}
.com_txt form dl dd label {
    font-size: 16px;
}
.com_txt form dl.sub-item .ckb01 {
    display: flex;
    flex-wrap: wrap;
}
.com_txt form dl.sub-item .mwform-checkbox-field {
    padding: 5px 0;
    margin-left: 0;
}
.com_txt form dl.sub-item .mwform-checkbox-field:not(:last-of-type) {
    margin-right: 40px;
} 
.com_txt form dl.sub-item dd {
    margin-bottom: 20px;
}
.ct-list {
    padding: 15px 20px;
    background: #eee;
    margin-bottom: 40px;
    margin-top: 30px;
    font-size: 14px;
}
.ct-list li {
    position: relative;
    padding-left: 15px;
}
.ct-list li::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    transform: translateY(-50%);
    left: 0;
    top: .75rem;
    background-color: #000  ;
}
.ct-pp {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mw_wp_form .ct-pp .error {
    margin-left: 10px;
}
.ct-btn {
    display: flex;
    justify-content: center;
}
.back {
    width: 300px;
    font-size: 20px;
    line-height: 50px;
    border: 0;
    background: #c3c3c3;
    margin: auto 20px;
    display: block;
    margin-top: 60px;
    cursor: pointer;
}
.back:hover {
    opacity: .6;
}
.submit {
    width: 300px;
    font-size: 20px;
    line-height: 50px;
    border: 0;
    background: #00479d;
    color: #fff;
    margin: auto 20px;
    display: block;
    margin-top: 60px;
    cursor: pointer;
}
.submit:hover {
    opacity: .6;
}
.page-ct-ck .ct-ck {
    padding: 30px 40px;
    border: 1px solid #c8c8c8;
    margin-top: 60px;
}
.page-ct-ck form {
    margin-top: 0;
}
.page-ct-ck .com_txt form dl {
    width: 100%;
}
.page-ct-ck .com_txt form dl dt {
    width: 185px;
    text-align: left;
    padding: 0;
}
.page-ct-ck .com_txt form dl dd {
    width: calc(100% - 185px);
}
.page-ct-ck .com_txt form dl dt,
.page-ct-ck .com_txt form dl dd {
    padding: 5px 0;
}
.page-ct-ck .ct-list {
    display: none;
}
.page-ct-ck .ct-pp {
    display: none;
}
.page-ct-ck dt label {
    display: none;
}
.page-ct-ck .com_txt form dl dt span::after {
    display: none;
}
.page-ct-ck .com_txt form dl.sub-item {
    display: flex;
}
.page-ct-ck .com_txt form dl.sub-item dt {
    width: 185px;
    text-align: left;
}
.page-ct-ck .com_txt form dl.sub-item dd {
    width: calc(100% - 185px);
    text-align: left;
    border: 0;
    margin: 0;
    padding: 5px 0;
}
.fin_ttl {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: bold;
}
.page-ct-fin .submit {
    margin-left: 0;
    text-align: center;
}
.ckb01 input[type="checkbox"]{
    display: none;
}
.ckb01 .mwform-checkbox-field-text {
    position: relative;
    padding-left: 35px;
    line-height: 20px;
}
.ckb01 .mwform-checkbox-field-text::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #c9c9c9;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0%;
    box-sizing: border-box;
}
.ckb01 input[type="checkbox"]:checked + .mwform-checkbox-field-text::after {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #c9c9c9;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 3px;
    box-sizing: border-box;
}
.ct-pp input[type="checkbox"] {
    display: none;
}
.ct-pp .mwform-checkbox-field-text {
    padding-left: 40px;
    font-weight: bold;
    position: relative;
    line-height: 20px;
}
.ct-pp .mwform-checkbox-field-text::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #c9c9c9;
    position: absolute;
    left: 0;
    top: 0px;
    box-sizing: border-box;
}
.ct-pp input:checked + .mwform-checkbox-field-text::after {
    content: "";
    width: 14px;
    height: 14px;
    background-color: #c9c9c9;
    position: absolute;
    left: 3px;
    top: 3px;
    box-sizing: border-box;
}
.com_txt form input[type=text].sm-ip {
    width: 140px;
}
.contact-content h2 {
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 35px;
}
.contact-content h2 span {
    font-size: 30px;
}
.date-i {
    display: flex;
    align-items: center;
}
.date-i img {
    display: inline-block;
    margin-right: 15px;
    position: absolute;
    z-index: 1;
}
.com_txt form dl.sub-item dd.sub-tta {
    padding: 0;
    border: 0;
}
.sub-item label {
    display: inline-block;
    font-size: 12px;
    font-weight: 450;
}
@media screen and (max-width:800px) {
    .com_txt form dl {
        display: block;
    }
    .com_txt form dl dt {
        width: 100%;
        padding-top: 0;
        padding-bottom: 10px;
    }
    .com_txt form dl dd {
        width: 100%;
    }
    .com_txt form input[type=text] {
        padding: 10px;
    }
    .com_txt form dl.sub-item dd {
        padding: 15px 25px;
    }
    .com_txt form dl.sub-item .ckb01 {
        display: block;
    }
    .com_txt form dl.sub-item .mwform-checkbox-field:not(:last-of-type) {
        margin-right: 0;
        margin-bottom: 25px;
    }
    .submit {
       width: 75%;
       margin-top: 40px;
    }
    .page-ct-ck .ct-ck {
        padding: 20px 25px;
    }
    .page-ct-ck .com_txt form dl {
        width: 100%;
        display: block;
    }
    .page-ct-ck .com_txt form dl dt {
        padding-bottom: 0px;
    }
    .page-ct-ck .com_txt form dl dd {
        padding-top: 0px;
    }
    .page-ct-ck .com_txt form dl dt,
    .page-ct-ck .com_txt form dl dd {
        width: 100%;
    }
    .page-ct-ck .com_txt form dl.sub-item {
        display: block;
    }
    .page-ct-ck .com_txt form dl.sub-item dt {
        width: 100%;
    }
    .page-ct-ck .com_txt form dl.sub-item dd {
        width: 100%;
    }
    .fin_ttl {
        font-size: 27px;
        line-height: 1.5;
    }
    .page-ct-fin .submit {
        margin-left: auto;
    }
    .contact-content h2 {
        font-size: 14px;
        padding-bottom: 0px;
        margin-bottom: 20px;
    }
    .contact-content h2 span {
        font-size: 24px;
    }
}

.page-pro {
    margin-top: 85px;
}
.product-in {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
    padding-bottom: 100px;
}
.product-img {
    width: 600px;
}
.pro-swiper {
    position: relative;
    overflow: hidden;
}
.product-txt {
    width: calc(100% - 650px);
}
.pro-code {
    text-align: right;
    margin-bottom: 20px;
}
ul.pro-cat {
    display: flex;
    margin-bottom: 25px;
}
ul.pro-cat li {
    margin-right: 10px;
}
ul.pro-cat a {
    display: block;
    font-size: 14px;
    padding: 0px 15px;
    line-height: 30px;
    background: #ededed;
    border-radius: 15px;
}
ul.pro-cat a.cat {
    background-color: #004799;
    color: #fff;
}
.pro-name h2 {
    font-size: 24px;
}
.pro-info {
    border-top: 1px solid;
    border-bottom: 1px solid;
    margin: 35px 0;
    padding: 35px 0;
}
.pro-info dl {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}
.pro-info dl dt {
    width: 80px;
    padding: 10px 0;
    font-weight: bold;
}
.pro-info dl dd {
    width: calc(100% - 80px);
    margin: 0;
    padding: 10px 0;
}
.pro-ex {
    padding-bottom: 35px;
    margin-bottom: 35px;
}
.pro-contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pro-tel {
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding: 0 25px;
}
.pro-tel p {
    line-height: 20px;
}
.pro-tel p.tel {
    font-size: 22px;
    margin-left: 14px;
    font-weight: 700;
}
.product-img .swiper-button-next:after, .product-img .swiper-rtl .swiper-button-prev:after {
    background-image: url(img/pro_scroll_right.png);
}
.product-img .swiper-button-prev:after, .product-img  .swiper-rtl .swiper-button-next:after {
    background-image: url(img/pro_scroll_left.png);
}
@media screen and (max-width: 1500px) {
    .pro-tel {
        display: block;
        width: 300px;
        justify-content: center;
    }
    .pro-tel p {
        line-height: 30px;
    }
    .pro-tel p.tel {
        margin-left: 0;
    }
}
@media screen and (max-width: 1300px) {
    .pro-contact {
        display: block;
    }
    .pro-contact .btn_type02 {
        margin: auto;
    }
    .pro-tel {
        display: flex;
        width: 100%;
        justify-content: space-around;
        margin-top: 40px;
    }
}
@media screen and (max-width:800px) {
    .page-pro {
        margin-top: 50px;
    }
    .product-in {
        display: block;
        margin-top: 50px;
        padding-bottom: 35px;
    }
    .product-img {
        width: 100%;
        margin-bottom: 25px;
    }
    .product-txt {
        width: 100%;
    }
    .pro-info {
        padding: 25px 0;
        margin: 25px 0;
    }
    .pro-info dl dt {
        width: 65px;
        padding: 7px 0;
    }
    .pro-info dl dd {
        width: calc(100% - 65px);
        padding: 7px;
    }
    .pro-ex {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .pro-tel {
        justify-content: space-between;
    }
}

.page-goods-content {
    margin-top: 60px;
}
.search {
    margin-top: 60px;
}
.main-cat ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.main-cat ul li {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 30px;
    margin-right: 10px;
    background: #eee;
}
.main-cat ul li:nth-of-type(5n + 1) {
    width: 236px;
}
.main-cat ul li:nth-of-type(5n + 2) {
    width: 236px;
}
.main-cat ul li:nth-of-type(5n + 3) {
    width: 281px;
}
.main-cat ul li:nth-of-type(5n + 4) {
    width: 221px;
}
.main-cat ul li:nth-of-type(5n + 5) {
    width: 296px;
}
.main-cat ul li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 10px 10px 10px 15px;
    height: 100%;
}
.main-cat ul li:hover {
    background-color: #004799;
}
.main-cat ul li:hover a {
    color: #fff;
}
.main-cat ul li a img {
    height: 30px;
    width: auto;
    margin-right: 15px;
}
.main-cat ul li .on {
    display: none;
}
.main-cat ul li:hover .off {
    display: none;
}
.main-cat ul li:hover .on {
    display: block;
}
.main-cat ul li.on {
    background-color: #004799;
}
.main-cat ul li.on a {
    color: #fff;
}
.main-cat ul li.on .off {
    display: none;
}
.main-cat ul li.on .on {
    display: block;
}
.sub-cat {
    margin-top: 30px;
}
.sub-cat ul {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}
.sub-cat ul li {
    padding-right: 15px;
    font-size: 14px;
    margin-right: 15px;
    margin-bottom: 10px;
}
.sub-cat ul li input {
    display: none;
}
.ckd-txt {
    padding-left: 35px;
    position: relative;
    line-height: 20px;
    display: block;
    cursor: pointer;
}
.ckd-txt::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #c6c6c6;
    left: 0;
    top: 0;
}
.sub-cat ul li input:checked + .ckd-txt::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    background-image: url(img/goods/ckd.png);
    background-position:  center center;
    background-size: contain;
    background-repeat: no-repeat;
}
.tag {
    margin-top: 35px;
    padding-bottom: 40px;
    border-bottom: 1px solid;
    margin-bottom: 50px;
}
.tag ul {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}
.tag ul a {
    line-height: 30px;
    font-size: 14px;
    border-radius: 15px;
    background: #eee;
    display: block;
    padding: 0 15px;
    margin-right: 10px;
    margin-bottom: 10px;
}
.pro-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 200px;
    margin-top: 25px;
}
.pro-list-ttl {
    font-weight: bold;
}
.pro-item {
    width: calc((100% - 120px) / 4);
    margin-bottom: 80px;
}
.pro-item:not(:nth-of-type(4n)) {
    margin-right: 40px;
}
.pro-item ul.pro-cat {
    flex-wrap: wrap;
    margin-top: 20px;
}
.pro-item ul.pro-cat li {
    margin-bottom: 10px;
}
.search-cat p {
    font-weight: bold;
}
@media screen and (max-width:800px) {
    .search01 {
        border-top: 1px solid;
        border-bottom: 1px solid;
        margin-bottom: 40px;
    }
    .sp-search {
        text-align: center;
        padding: 15px 0;
    }
    .sp-search a {
        display: inline-block;
        position: relative;
        line-height: 20px;
    }
    .sp-search a::before {
        content: "";
        position: absolute;
        width: 20px;
        height: 20px;
        background-image: url(img/goods/search_close.svg);
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        left: -30px;
        top: 0;
    }
    .sp-search.on a::before {
        transform: rotate(180deg);
    }
    .page-goods-content {
        margin-top: 50px;
    }
    .search {
        margin-top: 50px;
    }
    .search02 {
        display: none;
    }
    .main-cat ul li:nth-of-type(5n + 1) {
        width: 100%;
    }
    .main-cat ul li:nth-of-type(5n + 2) {
        width: 100%;
    }
    .main-cat ul li:nth-of-type(5n + 3) {
        width: 100%;
    }
    .main-cat ul li:nth-of-type(5n + 4) {
        width: 100%;
    }
    .main-cat ul li:nth-of-type(5n + 5) {
        width: 100%;
    }
    .main-cat ul li a {
        padding: 5px 10px;
    }
    .sub-cat {
        margin-top: 20px;
    }
    .pro-item {
        width: calc((100% - 25px) / 2);
        margin-bottom: 35px;
    }
    .pro-item h3 {
        font-size: 14px;
    }
    .pro-item:not(:nth-of-type(4n)) {
        margin-right: 0;
    }
    .pro-item:not(:nth-of-type(2n)) {
        margin-right: 25px;
    }
    ul.pro-cat a {
        font-size: 12px;
    }
    .main-cat ul li {
        width: 100%;
        margin-bottom: 8px;
    }
    .main-cat ul li:not(:nth-of-type(5n)) {
        margin-right: 0;
    }
    .pro-item ul.pro-cat {
        margin: 15px 0;
    }
    ul.pro-cat a {
        line-height: 25px;
    }
    .tag {
        margin-top: 25px;
        border-bottom: 0;
        margin-bottom: 0px;
    }
    .pro-list {
        margin-bottom: 120px;
    }
}

.com_txt form input[type=text]:focus {
    outline: none;
}
.com_txt form input[type=text].cal {
    width: 250px;
    font-size: 16px;
    padding: 0;
    border: 0;
    position: relative;
    cursor: pointer;
    z-index: 2;
    padding-left: 60px;
    background: transparent;
    line-height: 50px;
}
.com_txt form input[type=text].cal::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    top: 0;
    background-image: url(img/date.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.date-i {
    position: relative;
}
.page-ct-ck .date-i img {
    display: none;
}