@charset "utf-8";

#fixedMenu + h1 {
    display: none;
}

.slider {
    height: 50vw;

}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.swiper-slide > div {
    width: 45%;
    margin-left: 10%;
    text-align: center;
}

.swiper-slide > div > p {
    font-weight: bold;
    text-align: justify;
    font-size: 1.4vw;
    width: 90%;
    margin: 50px auto 10px;

}

.swiper-slide > div:nth-of-type(1) > p {
    color: #003f5a;
}


.swiper-slide > div:nth-of-type(2) > p {
    color: #000;
}


.swiper-slide > div:nth-of-type(3) > p {
    color: #003f5a;
}

.swiper-slide > div img {
    width: 90%;
    height: auto;
}

.swiper-container {
    width: 100%;
    height: 100%;
}


.swiper-wrapper > div:nth-of-type(1) {
    background: url(../img/main02.png) 0 0 no-repeat;
    background-position: center;
    background-size: cover;

}

.swiper-wrapper > div:nth-of-type(2) {
    background: url(../img/main01.png) 0 0 no-repeat;
    background-position: center;
    background-size: cover;
}

.swiper-wrapper > div:nth-of-type(3) {
    background: url(../img/main03.png) 0 0 no-repeat;
    background-position: center;
    background-size: cover;
}

.swiper-wrapper > div:nth-of-type(4) {
    background: url(../img/spMain02.png) 0 0 no-repeat;
    background-position: center;
    background-size: cover;
}

.swiper-wrapper > div:nth-of-type(5) {
    background: url(../img/spMain01.png) 0 0 no-repeat;
    background-position: center;
    background-size: cover;
}

.swiper-wrapper > div:nth-of-type(6) {
    background: url(../img/spMain03.png) 0 0 no-repeat;
    background-position: center;
    background-size: cover;
}

.swiper-wrapper > div:nth-of-type(n+4) {
    display: none;
}

.dediagonal > div {
    display: none;
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;

}

.btn > div {
    width: 45%;

    background: #ffff;


}

.btn > div a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 8px 30px;
    font-size: 1.5vw;
}

.btn > div a:hover {
    opacity: 0.8;
}

.btn > div:first-of-type a {
    background: #f15a24;
}

.btn > div:first-of-type a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f09d";
    color: #fff;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    padding-right: 0.2rem;
}

.btn > div:last-of-type a {
    background: #003f5a;
}

.btn > div:last-of-type a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    color: #fff;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    padding-right: 0.2rem;
}


.topics {
    width: 80%;
    margin: 0 auto;

}

.topics > div,
.handling > div,
.globalservice > div {
    padding: 50px 0;
}

.topics li:first-of-type {
    border-top: 1px solid #003f5a;
}

.topics li {
    border-bottom: 1px solid #003f5a;

}

.topics ul {
    padding: 0;
    height: 200px;

}

.topics dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0;
    padding: 10px;
}

.topics dt {
    margin-right: 10px;
}

.topics dd {
    margin: 0;

}

.handling {
    width: 80%;
    margin: 0 auto;
}

.handling ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.handling li {
    background: #003f5a;
    padding: 10px;
    width: calc(100% / 2 - 10px);
    margin-bottom: 20px;
}

.handling li > h3 {
    text-align: center;
    color: #fff;
}

.handling li > img {
    width: 100%;
}

.compliance {
    margin: 0 auto;
    width: 80%;

}

.compliance p{
    padding: 10px;
    border: 1px solid #ccc;
}

.compliance > div{
    padding: 50px 0;
}

.globalservice {
    margin: 0 auto;
    width: 80%;

}

.globalservice > div {
    /*position: relative;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../img/global.png) 0 0 /cover no-repeat;
}


.globalservice > div > div {
    /* position: absolute;*/
    width: 450px;

}

.globalservice > div p {}

.globalservice > div p + div {}

.globalservice > div p + div a {
    color: #fff;
    text-align: center;
    display: block;
    text-decoration: none;
    background: #00a99d;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
}

.globalservice > div p + div a:hover {
    background: #51bcb2;

}

.globalservice img {
    width: 100%;
    height: auto;
}

/*決済サービス*/

body#settlment section:first-of-type > div > h2 {
    color: #00a99d;
    font-size: 3.5vw;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 80px;
    line-height: 6.5vw;
}

body#settlment section:first-of-type > div > h2 br {
    display: none;
}

body#settlment section:first-of-type > div > p br {
    display: none;
}

body#settlment section:first-of-type > div > div:first-of-type {
    padding: 20px;
    background: #0071bc;
    color: #fff;
    font-size: 2vw;
    margin-bottom: 50px;
    text-align: justify;

}

body#settlment section:nth-of-type(2) > div > dl dl dd {
    text-align: justify;
}

body#settlment section:first-of-type > div > div:first-of-type p {
    margin: 0;
}

body#settlment section:first-of-type > div > div:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

body#settlment section:first-of-type > div > div:last-of-type p:first-of-type {
    width: 98vw;
    font-size: 1.5vw;

}

body#settlment section:first-of-type > div > div:last-of-type img {
    width: 100%;
    height: auto;

}


body#settlment section:nth-of-type(2) > div > dl {
    margin-bottom: 80px;

}

body#settlment section:nth-of-type(2) > div > dl dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

body#settlment section:nth-of-type(2) > div > dl > dt {
    font-size: 1.2rem;
    color: #003f5a;
}

body#settlment section:nth-of-type(2) > div > dl dl dt {
    margin-right: 20px;
}

body#settlment section:nth-of-type(2) > div > dl h3 {
    color: #003f5a;
    font-size: 1rem;
}

body#settlment section:nth-of-type(2) > div > dl dl dd {}

/*--------------------------------------------*/


/*選ばれる理由*/

body#OurAdvantages main section > div > h2 {
    color: #00a99d;
    font-size: 3.5vw;
    font-weight: bold;
    text-align: left;
    text-decoration: underline;
    margin-bottom: 0.8vw;
}

body#OurAdvantages main section > div > p {
    color: #003f5a;
    font-size: 2vw;
    font-weight: bold;
}

body#OurAdvantages main section > div div h2 {
    color: #003f5a;
    font-weight: bold;
    font-size: 3vw;
    padding: 10px;
    border: 3px solid #003f5a;
    border-radius: 5px;
    text-align: left;
    display: inline-block;
    margin-bottom: 30px;
}

body#OurAdvantages main section > div > div {
    margin-top: 100px;
}

body#OurAdvantages main section > div > div dl {
    margin-bottom: 60px;
}

body#OurAdvantages main section > div > div dt {
    color: #c89e53;
    border-bottom: 1px solid #000;
    font-size: 3vw;
    text-align: left;
    padding-bottom: 10px;
}

body#OurAdvantages main section > div > div dd {
    padding-top: 10px;
    font-weight: bold;
}

/*--------------------------------------------*/


/*海外の事業者様へ*/

body#GlobalService main {
    background: url(../img/global_bg.png) 0 0 /cover no-repeat;
}

body#GlobalService section > div p {
    padding: 20px;
    border: 3px solid #00a99d;
    color: #003f5a;
    font-weight: bold;
    font-size: 2vw;
    margin-bottom: 10vw;
    text-align: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body#GlobalService section > div dl {
    margin-bottom: 5vw;
}

body#GlobalService section > div dl dt {
    color: #003f5a;
    font-weight: bold;
    font-size: 1.6vw;
    border-left: 5px solid #003f5a;
    height: 1.5vw;
    line-height: 1.8vw;
    text-indent: 8px;
    margin-bottom: 1vw;
}


body#GlobalService section > div dl dd {
    font-size: 1vw;
}

/*--------------------------------------------*/

/*会社概要*/


body#CompanyOverview section > div div {
    border: 1px solid #000;
    max-width: 1024px;
    margin: 0 auto
}

body#CompanyOverview section > div dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;



}

body#CompanyOverview section > div dl dt {
    color: #fff;
    background: #003f5a;
    border-bottom: 1px solid #fff;
    width: calc(100% / 5);
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 180px;
}

body#CompanyOverview section > div dl dd {
    color: #003f5a;
    border-bottom: 1px solid #000;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    height: 50px;


}

body#CompanyOverview section > div dl:last-of-type dt,
body#CompanyOverview section > div dl:last-of-type dd {
    border-bottom: 0;
}

body#CompanyOverview section > div ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 0;
    margin: 0 auto;
    margin-top: 5vw;
    max-width: 1024px;
}

body#CompanyOverview section > div ul li {
    width: 50%;
    height: 25%;
}

body#CompanyOverview section > div ul li img {
    width: 100%;
    height: auto;
}

body#CompanyOverview section > div ul li:first-of-type {
    margin-right: 20px;
}

body#CompanyOverview section > div ul a {
    display: block;
}

body#CompanyOverview section > div ul a:hover {
    opacity: 0.6;
}

/*--------------------------------------------*/

/*採用情報*/

body#Recruit section > div h2 {
    max-width: 1024px;
    margin: 0 auto;
}

body#Recruit section > div h2 img {
    width: 100%;
    height: auto;
}

body#Recruit section > div h2 + p {
    max-width: 1024px;
    margin: 30px auto 80px;
    padding: 5px;
    text-align: justify;
}

body#Recruit section > div h3 {
    color: #fff;
    background: #003f5a;
    padding: 5px;
    text-align: center;
}

body#Recruit section > div .recuirments {

    border: 1px solid #000;
}


body#Recruit section > div dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #000;
    color: #003f5a;
    margin: 0 20px;
    padding: 0 20px;


}

body#Recruit section > div dl:last-of-type {
    border-bottom: 0;
}

body#Recruit section > div dl dt {
    font-weight: bold;
    min-width: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    margin: 0;
    font-weight: bold;

}

body#Recruit section > div dl dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    margin: 0;
}




body#Recruit section > div .entry {
    width: 298px;
    height: 60px;
    background: #003f5a;
    margin: 30px auto;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

body#Recruit section > div .entry a {
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

body#Recruit section > div .entry a:hover {
    background: #0071bc;
}

body#Recruit section > div .wrapedEntry {
    max-width: 1024px;

    margin: 0 auto;
    position: relative;
}

body#Recruit section > div #entryForm {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 1000;
    padding: 10px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #000;
    height: 100%;


}

body#Recruit section > div #entryForm form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

body#Recruit section > div #entryForm form > div {
    width: 49%;
    height: 50px;
    margin-bottom: 30px;
}



body#Recruit section > div #entryForm form div label,
body#Recruit section > div #entryForm form div input:not([type='checkbox']),
body#Recruit section > div #entryForm form div textarea {
    width: 100%;
    height: 50px;
}

body#Recruit section > div #entryForm form div.motivation {
    width: 100%;
    height: 80px;
}

body#Recruit section > div #entryForm form div.motivation * {
    height: 80px;
}

body#Recruit section > div #entryForm form .agreement p {
    display: inline;
    margin: 0;
    padding-left: 3px;
}

body#Recruit section > div #entryForm form .agreement {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;

}

body#Recruit section > div #entryForm form .submit {
    margin: 0 auto;
    width: 300px;
    color: #fff;

}

body#Recruit section > div #entryForm input[type='submit'],
body#Recruit section > div #entryForm input[type='button'] {
    background: #000;
    height: 60px;
    color: #fff;
    border: none;

}

body#Recruit section > div #entryForm h4 {
    color: #007bff;
}

/*--------------------------------------------*/

/*サイトマップ*/

body#sitemap section li {
    margin-bottom: 80px;
}

body#sitemap section li a {
    color: #003f5a;
    text-decoration: underline;
}

body#sitemap section li a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f105";
    color: #003f5a;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    padding-right: 0.2rem;
}

/*--------------------------------------------*/


/*プライバシーポリシー*/
body#privacy section > div > p,
body#privacy section > div > dl {
    margin-bottom: 60px;
}

body#privacy section > div > ol {
    padding-left: 20px;
}

body#privacy section > div > ol > li {
    list-style-type: decimal;
    margin-bottom: 20px;
}

/*--------------------------------------------*/


/*お問合せ*/

body#contact section > div p {}

body#contact section > div p + ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    margin-bottom: 80px;
}

body#contact section > div p + ul li.active {
    color: #000;
}

body#contact section > div p + ul li.active::before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #003f5a;
    -webkit-transform: skewX(-60deg);
    transform: skewX(-60deg);
    margin-bottom: 5px;
}

body#contact section > div p + ul li {
    width: calc(100% / 3 - 10px);
    text-align: center;
    color: #b3b3b3;
}


body#contact section > div p + ul li::before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: #b3b3b3;
    -webkit-transform: skewX(-60deg);
    transform: skewX(-60deg);
    margin-bottom: 5px;
}

body#contact section form > div input[type='checkbox'] br {

    display: none;
}

body#contact section form > div {
    margin-bottom: 30px;
}

body#contact section form > div label {
    margin-right: 20px
}

body#contact section form input[type='email'] {
    margin-bottom: 10px;
}

body#contact section form input[type='checkbox'] {
    margin-right: 3px;
}

body#contact section form input[type='checkbox']:nth-of-type(n+2) {
    margin-left: 20px;
}

body#contact section form h4 + div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;

}

body#contact section form h4 {
    color: #003f5a;
    font-weight: bold;
}

body#contact section form input {
    margin-top: 3px;
}

body#contact section form input[type='text'],
body#contact section form input[type='email'],
body#contact section form input[type='tel'],
body#contact section form textarea {
    width: 100%;
    height: 45px;
    padding: 3px;
}

body#contact section form textarea {
    height: 200px;
}

.required::after {
    content: "必須";
    display: inline;
    color: #fff;
    background: #ed1e79;
    padding: 2px;
    border-radius: 3px;
    font-size: 90%;
    margin-left: 5px;

}


body#contact section form .agreement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


body#contact section form .submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



body#contact section input[type='button'],
body#contact section input[type='submit'] {
    text-align: center;
    background: #22b573;
    color: #fff;
    width: 300px;
    height: 60px;
    border: 0;
    cursor: pointer;

}

body#contact section form .submitBtn {
    background: #ff9d00;
}

body#contact .formTable {
    width: 500px;
    margin: 0 auto;
}

body#contact .formTable tr {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

body#contact .formTable th {
    width: 200px;
    display: block;
}

body#contact .formTable td {
    display: block;
    width: 300px;
}

body.thnax h4 {
    color: #003f5a;
}

body.thnax .small {
    text-align: center;
    margin-top: 100px;
    color: #00a99d;
}

/*--------------------------------------------*/


/*MacBookAir11*/
@media only screen and (max-device-height: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio:1) {

    body#settlment section:first-of-type > div > h2,
    body#OurAdvantages main section > div > h2 {
        font-size: 3.5vw;
    }

    body#settlment section:first-of-type > div > div:first-of-type,
    body#OurAdvantages main section > div > p,
    body#GlobalService section > div p {
        font-size: 2vw;
    }


}

/*----------------------------------------------*/


@media screen and (min-width: 0px) and (max-device-width: 768px) {



    .slider {
        height: 80vh;
    }

    .swiper-slide > div {
        width: 100%;
        margin: 0;
        height: 100%;
        position: relative;
    }

    .swiper-slide > div > p {
        font-size: initial;
        background: rgba(255, 255, 255, 0.8);
        width: 100%;
        padding: 10px;
        margin-bottom: 0;
        position: absolute;
        bottom: 0;
    }

    .dediagonal > div {
        display: block;
    }

    .btn {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 80px;

    }

    .btn > div {
        width: 80%;
        margin: 0 auto 10px;
    }

    .btn > div a {
        font-size: 1.2rem;
        padding: 15px 30px;
    }

    .swiper-slide > div img {
        width: 70vw;
        position: absolute;
        margin-left: -35vw;
        bottom: 100px;
        -webkit-filter: drop-shadow(0 0 0.20rem #000);
        filter: drop-shadow(0 0 0.20rem #000);
    }

    .swiper-wrapper > div:nth-of-type(n+4) {
        display: block;
    }

    .swiper-wrapper > div:nth-of-type(-n+3) {
        display: none;
    }

    .topics > div,
    .handling > div,
    .globalservice > div {
        padding: initial;
    }

    main {
        -webkit-transform: skewY(-6deg);
        transform: skewY(-6deg);
        margin: 5.5% 0;
    }

    .dediagonal {
        -webkit-transform: skewY(6deg);
        transform: skewY(6deg);
    }

    section {
        margin-bottom: 50px;
    }

    section > div {
        width: 98% !important;
    }

    section > div > div {
        margin-top: 20px;
    }

    .topics dl {
        padding: 5px;
        font-size: 0.83rem;
    }

    .topics dt {}

    .handling li {
        width: 98vw;
    }

    .globalservice > div p {
        font-size: 5.5vw;
        text-align: justify;
        margin: 0 auto;
        width: 95%;
        margin-bottom: 40px;
        padding-top: 133px;

    }

    .globalservice > div {
        background: #fff url(../img/global_sp.png) 0 0 no-repeat;
        height: 212px;
        background-size: cover;

    }

    .globalservice > div > div {
        width: 98vw;

    }

    .globalservice > div img {
        display: none;
    }



    /*決済サービス*/

    body#settlment section:first-of-type > div > h2 {
        font-size: 7vw;
        margin-bottom: 20px;
        line-height: 2rem;
    }

    body#settlment section:first-of-type > div > h2 br {
        display: block;
    }

    body#settlment section:first-of-type > div > div:first-of-type {
        font-size: 0.8rem;
        padding: 10px;
    }

    body#settlment section:first-of-type > div > div:last-of-type p:first-of-type {
        font-size: 1rem;
    }

    /*---------------------*/

    /*選ばれる理由*/

    body#OurAdvantages main section > div > h2 {
        font-size: 6.5vw;
        margin-bottom: 2.5vw;
        text-align: justify;
        letter-spacing: 0.02rem;
    }

    body#OurAdvantages main section > div > p {
        font-size: 5vw;

        text-align: justify;

    }

    body#OurAdvantages main section > div > div {
        margin-top: 30px;
    }

    body#OurAdvantages main section > div div h2 {
        width: 100%;
        font-size: 4vw;
        text-align: center;
        padding: 3%;
    }

    body#OurAdvantages main section > div > div dt {
        font-size: 1.5rem;
    }


    /*---------------------*/




    /*採用情報*/

    body#Recruit section > div dl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        padding: initial;
    }

    body#Recruit section > div dl dt {
        min-width: initial;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: #003f5a;
        color: #fff;
    }

    /*---------------------*/

    /*海外の事業者様へ*/
    body#GlobalService #mainVisual h1 {
        padding-right: 35%;
    }

    body#GlobalService section > div p {
        padding: 5px;
        font-size: 1rem;
    }

    body#GlobalService section > div p br {
        display: none;
    }

    body#GlobalService section > div dl {
        margin-bottom: 50px;
    }

    body#GlobalService section > div dl dt {
        font-size: 1.2rem;
        margin-bottom: 10px;
        height: 15px;
        line-height: 1.0rem
    }

    body#GlobalService section > div dl dd {
        font-size: 0.8rem;
    }

    /*---------------------*/

    /*会社概要*/
    body#CompanyOverview section > div dl dt{
        min-width: 145px;
    }
    body#CompanyOverview section > div dl dt,
    body#CompanyOverview section > div dl dd {
        height: 80px;
        font-size: 3.9vw;
    }

    body#CompanyOverview section > div ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    body#CompanyOverview section > div ul li {
        margin-bottom: 20px;
        width: 100%;

    }

    body#CompanyOverview section > div ul li:first-of-type {
        margin-right: 0;
    }

    /*---------------------*/


    /*プライバシーポリシー*/
    body#privacy section > div {
        padding: 0 2vw;
    }

    body#privacy #mainVisual h1 {

        padding-right: 20%;
    }


    /*--------------------------------------------*/

    /* お問合せ*/
    body#contact section form > div input[type='checkbox'] br {

        display: block;
    }

    body#contact section form input[type='checkbox']:nth-of-type(3) {
        margin-left: 0px;
    }

    body#contact section form > div label br.checkbox {
        display: block;
    }

    /*--------------------------------------------*/


}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

    /*決済サービス*/

    body#settlment section:first-of-type > div > h2 {
        color: #00a99d;
        font-size: 3.5vw;
        font-weight: bold;
        text-align: center;
        text-decoration: underline;
        margin-bottom: 80px;
    }

    body#settlment section:first-of-type > div > h2 br {
        display: none;
    }

    body#settlment section:first-of-type > div > p br {
        display: none;
    }

    body#settlment section:nth-of-type(2) > div > dl dl {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    }

    body#settlment section:nth-of-type(2) > div > dl dl dt {
        width: 40%;
    }

    body#settlment section:nth-of-type(2) > div > dl dl dd {
        width: calc(60% - 20px);
    }

    body#settlment section:first-of-type > div > div:last-of-type {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
    }

    body#settlment section:first-of-type > div > div:last-of-type p:last-of-type {
        width: 30%;
    }

    /*--------------------------------------------*/


    /*選ばれる理由*/

    body#OurAdvantages main section > div > h2 {
        color: #00a99d;
        font-size: 3.5vw;
        font-weight: bold;
        text-align: left;
        text-decoration: underline;
        margin-bottom: 0.8vw;
    }

    body#OurAdvantages main section > div > p {
        color: #003f5a;
        font-size: 2vw;
        font-weight: bold;
    }

    body#OurAdvantages main section > div div h2 {
        color: #003f5a;
        font-weight: bold;
        font-size: 3vw;
        padding: 10px;
        border: 3px solid #003f5a;
        border-radius: 5px;
        text-align: left;
        display: inline-block;
        margin-bottom: 30px;
    }



}
