@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Oswald:wght@200;300;400;500;600&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

/*========================= 初期値 =========================*/
html {
    font-size: 62.5%;
    box-sizing: border-box;
    background: #fff;
    margin-top: 0 !important;
    width: 100%;
    margin-bottom:120px;
}
body {
    font-family: 'Noto Sans JP', Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Segoe UI", "Helvetica Neue", HelveticaNeue, Meiryo, sans-serif;
    color: var(--basic);
    text-decoration-line: none;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    line-height: 2.6rem;
    text-decoration-line: none;
    text-decoration: none;
    border-bottom: none;
    margin: 0;
    font-feature-settings: "palt";
    background-color:white;
}
:root {
    /* 色指定 */
    --basic: #0b2d4c;
    --light: #faf6f0;
    --sub: #2c8dc4;
    --acc: #e0af4f;
    --yellow: #d7b365;
}
a {
    text-decoration-line: none;
    text-decoration: none;
    color: var(--basic);
}
a, a:visited, a:hover, a:active {
    color: var(--basic);
    ext-decoration-line: none;
    text-decoration: none;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
img {
    max-width:100%;
    height: auto;
}
header {
    line-height: inherit;
}
li > ul, li > ol {
    margin-left: 0;
}
li {
    list-style:none;
}

/*========================= common =========================*/
.dn-sp { display: block; }
.dn-pc { display: none; }
.dn-sp_pro { display: block; }
.dn-pc_pro {  display: none; }

.sizeXXS { font-size: .5rem; }
.sizeXS { font-size: .75rem; }
.sizeS { font-size: 1.25rem; }
.sizeM { font-size: 1.5rem; }
.sizeL { font-size: 1.75rem; }
.sizeXL { font-size: 2.0rem; }
.sizeXXL { font-size: 2.4rem; }

.wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
}
.wrapper-ovh {
    width: 1200px;
    margin: 0 auto;
}
.tac {
    text-align: center;
}
.tar {
    text-align: right;
}
.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.aic {
    align-items: center;
}
.jss {
    flex-wrap:wrap;
}
.others-li.jss {
    justify-content: space-between;
    flex-wrap:wrap;
}
.oswald {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}
.til {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items:flex-end;
}
.til h2 {
    font-size: 3.4rem;
    font-weight: bold;
    margin-right: 10px;
}
.til p {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: var(--sub);
    text-transform:uppercase;
    line-height: 1.6rem;
    padding-top: 10px;
}
.til2 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: bold;
    padding-left: 1.8rem;
    position:relative;
    margin-bottom: 2rem;
    border-left:4px solid var(--sub);
}
.til2 span {
    font-size: 2.8rem;
    color: var(--sub);
    font-weight: bold;
    margin-right: 2px;
}
.til2-wh, .til2-wh span {
    color: #fff;
}
.til2-wh:before {
    background: #fff;
}
.bg {
    background: #f8f8f8;
}
.bg-r {
    position:relative;
}
.bg-r>svg {
    position:absolute;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.bg-blue {
    background: linear-gradient(90deg, #7ed9ff, #2d9fe0);
}
.box-top {
    padding-top: 4rem;
    padding-bottom: 4rem;
}
.box-top_contact {
    padding-top: 40px;
    padding-bottom: 40px;
}

/*========================= FV =========================*/
#fv {
    position: relative;
    height: 340px;
    background: url('../img/fv_bg.jpg');
    background-size: cover;
    border-top: solid 10px var(--sub);
}
#fv .inner {
    width: 1040px;
    position: relative;
    height: 310px;
    background: url('../img/fv_img.png') no-repeat;
    background-position: right;
    margin: 20px auto;
}
#fv h2 {
    font-size: 6rem;
    line-height: 4.8rem;
    font-weight: bold;
    padding: 40px 0 30px;
    position: relative;
    letter-spacing: 0.3em;
    color: var(--sub);
    margin-bottom: 0;
}
#fv h2:after{
    content:'';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 60px;
    height: 4px;
    background: var(--acc);
}
#fv p {
    font-size: 2.6rem;
    line-height: 4rem;
    font-weight: bold;
    padding: 0;
    letter-spacing: 0.1em;
}

@media screen and (min-width:0px) and (max-width:640px) {
    #fv {
        height: auto;
        border-top: solid 7px var(--sub);
    }
    #fv .inner {
        width: 90%;
        height: auto;
        background-position: center bottom;
        background-size: contain;
        margin: 20px auto 15px;
        padding-bottom: 200px;
    }
    #fv h2 {
        font-size: 4rem;
        text-align: center;
        padding: 20px 0 15px;
    }
    #fv h2:after{
        left: 50%;
        transform: translateX(-50%);
        height: 3px;
    }
    #fv p {
        font-size: 1.6rem;
        line-height: 2.8rem;
        text-align: center;
        letter-spacing: 0.05em;
    }
}

/*========================= カテゴリ =========================*/
.cate-box {
    margin: -48px auto 0;
    padding-bottom: 72px;
    padding: 16px 16px 20px;
}
.cate-box_con {
    box-sizing: border-box;
    position:relative;
    background: #fff;
    padding: 20px 40px;
    box-shadow: 0px 0px 16px rgba(0,0,0,0.1);
    border-radius:8px;
}
.cate-box_con .ttl_box {
    text-align: center;
}
.cate-box_li .cate-box_txt {
    width: 40%;
}
.cate-box_txt {
    position: relative;
}
.cate-box_txt:before {
    position: absolute;
    display: block;
    content: url('../img/dl.png');
    top: -40px;
    left: 20px;
}
.cate-box_txt h3 {
    font-size: 2.4rem;
    line-height: 3.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.cate-box_txt h3 span {
    font-size: 2.6rem;
    color: var(--sub);
    font-weight: bold;
    margin-right: 2px;
}
.cate-box_txt p {
    font-weight: bold;
}
.cate-btn_box {
    width: 75%;
    margin: 20px auto 0;
}
.cate-btn_li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-lines: multiple;
}
.cate-btn_li>li {
    font-weight: bold;
    width: 49%;
    margin-bottom: 10px;
    box-sizing:border-box;
}
.button019 a {
    height: 65px;
    background: #f4f7f8;
    border-radius: 2px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 12px 20px;
    color: var(--sub);
    border: 1px solid var(--sub);
    border-image: linear-gradient(to bottom right, var(--sub) 0%, #13589f 100%);
    border-image-slice: 1;
    transition: 0.2s ease-in-out;
    font-weight: bold;
    line-height: 2.2rem;
}
.button019 a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 24px;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.2s;
    width: 6px;
    height: 6px;
    border-image: linear-gradient(to bottom right, var(--sub) 0%, #13589f 100%);
    border-image-slice: 1;
    border-top: solid 1px var(--sub);
    border-right: solid 1px var(--sub);
    transform: translateY(-50%) rotate(45deg);
}
.button019 a:before {
    content: "";
    position: absolute;
    top: 50%;
    right:10px;
    transition: right 0.2s;
    bottom: 0;
    border-radius:999px;
    border:1px solid var(--sub);
    width: 32px;
    height: 32px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background: #fff;
}
.button019 a:hover:after {
    right: 10px;
    border-color:#fff;
    border-image: linear-gradient(to bottom right, #fff 0%, #fff 0%);
    border-image-slice: 1;
}
.button019 a:hover:before {
    right: -4px;
    background: var(--sub);
}

@media screen and (min-width:0px) and (max-width:769px) {
    .cate-box {
        margin: 15px auto 10px;
        padding: 0 16px 20px;
    }
    .cate-box_con {
        padding: 20px 0;
        box-shadow: none;
    }
    .cate-box_con.wrapper {
        padding: 0 5px;
    }
    .cate-box_con .ttl_box {
        text-align: left;
    }
    .cate-box_txt:before {
        content: '';
        background: url('../img/dl.png') no-repeat;
        background-size: contain;
        width: 110px;
        height: 110px;
        transform: rotate(25deg);
        top: -30px;
        right: 0;
        left: auto;
    }
    .cate-box_txt h3 {
        font-size: 2.4rem;
        line-height: 3.4rem;
        text-align: left;
        margin-bottom: 10px;
    }
    .cate-box_txt h3 span {
        font-size: 2.4rem;
    }
    .cate-box_txt p {
        font-weight: normal;
        font-size: 16px;
        line-height: 2.4rem;
    }
    .cate-btn_li li{
        font-size: 14px;
        width: 100%;
    }
    .button019 a {
        height: 60px;
        padding: 12px 10px;
        line-height: 2rem;
    }
    ul.cate-btn_li,
    ul.flex.jss.service-li,
    ul.others-li.flex.jss {
        padding: 0;
    }
}

/*========================= download-copy =========================*/
.download-copy {
    padding-top: 16px;
    padding-bottom: 24px;
}
.download-copy img {
    margin-bottom: 4px;
    width: 56px;
    height: auto;
}
.download-copy_txt {
    font-size: 1.8rem;
    line-height: 2.4rem;
    position:relative;
    width: 300px;
    margin: 0 auto;
}
.download-copy_txt span {
    font-weight: bold;
    background: linear-gradient(transparent 50%, #f6d28c 50%);
}
.download-copy_txt:before {
    content: '';
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 2px;
    height: 48px;
    background: var(--sub);
    transform: rotate(-18deg);
}
.download-copy_txt:after {
    content: '';
    position: absolute;
    right: 4px;
    bottom: 0;
    width: 2px;
    height: 48px;
    background: var(--sub);
    transform: rotate(18deg);
}

@media screen and (min-width:0px) and (max-width:769px) {
    .wrapper.download-copy {
        margin-bottom: 20px;
    }
}

/*========================= checkbox1 =========================*/
.all-btn {
    margin-bottom: 48px;
}
.dw_btn {
    padding-left: 0;
    font-size: 2.0rem;
    line-height: 2.0rem;
    display: inline-block;
    cursor: pointer;
    margin-left: 30px;
    padding: 5px 0px;
    border-radius: 5px;
    background: var(--acc);
    border: 1px solid var(--acc);
    transition: .2s;
    font-weight: bold;
    text-align: center;
    width: 430px;
    position: relative;
}
.dw_btn a {
    color: #ffffff;
}
.dw_btn::after {
    position: absolute;
    transition: 0.3s;
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 33px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.Form-box .chkbox label::before {
    content: '';
    width: 32px;
    cursor: pointer;
    height: 32px;
    display: inline-block;
    position: absolute;
    background-color: #fff;
    border: 1px solid #e2e2e2;
    transition: .1s;
    border-radius: 2px;
    top: 4px;
    right: 4px;
    box-shadow: 3px 0px 12px rgba(0,0,0,0.08);
}
.Form-box .chkbox_all label::before {
    content: '';
    width: 32px;
    height: 32px;
    display: inline-block;
    position: absolute;
    background-color: #fff;
    border: 1px solid #e4e9ed;
    border-radius: 2px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    box-shadow: 3px 0px 12px rgba(217,217,217,0);
}
.Form-box .chkbox label.wp_chk_item {
    display: block;
}
.Form-box .chkbox input[type=checkbox] {
    display: none;
}
.Form-box .chkbox input[type=checkbox]:checked + label:before {
    padding-left: 4px;
    padding-top: 1px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f00c";
    font-size: 2.0rem;
    border: none;
    color: #fff;
    border:1px solid var(--sub);
    background: var(--sub);
}
.Form-box .chkbox input[type=checkbox]:checked + label.wp_chk_item:before {
    padding-left: 3px;
    padding-top: 1px;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f00c";
    font-size: 2.4rem;
    border: none;
    color: #fff;
    border:1px solid var(--sub);
    background: var(--sub);
    box-shadow:0px 0px 8px 2px rgba(0, 105, 190, 0.1);
}
.Form-box .chkbox input[type=checkbox]:checked + label.wp_chk_item {
    border:2px solid var(--sub);
    box-shadow:0px 0px 8px 2px rgba(0, 105, 190, 0.1)
}
.Form-box .chkbox input[type=checkbox]:checked + .service-li li {
    border:2px solid #006cf0;
}
.Form-box .chkbox input[type=checkbox]:checked + .sizeXL {
    color: var(--sub);
}
.Form-box .chkbox.m-box {
    margin-bottom: 16px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap:wrap;
}

/*========================= sevice =========================*/
.service-li li {
    width: 25%;
    padding: 1rem 0.6rem;
}
.service-li li label {
    border-radius: 6px;
    border: 1px solid #e2e2e2;
    box-shadow: 4px 0px 12px #efefef;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 48px;
    height: 100%;
}
.service-li:after {
    content: "";
    display: block;
    width: 24%;
}
.com-til {
    font-size: 1.3rem;
    line-height: 1.6rem;
    margin-bottom: 1rem;
    display: inline-block;
}
.service-til {
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: bold;
}
.service-txt_con {
    padding: 16px 12px 16px 12px;
    position: relative;
}
.check-grid .chkbox img {
    display: block;
    border-radius: 3px 3px 0 0;
    width: 100%;
    height: 140px;
    object-fit: contain;
    background-color: #f5f5f5;
    object-position: 50% 50%;
    aspect-ratio: 6 / 4;
}
.form input {
    background: white;
}
.form input:focus {
    outline: 1px var(--sub) solid;
}

.tip_con {
    position: relative;
    padding: 0 5px 15px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.tip_con span {
    margin: 0 auto;
    width: 120px;
    height: 32px;
    display: inline-block;
    border: 1px solid var(--basic);
    border-radius: 0px;
    font-weight: normal;
    font-size: 13px;
    color: var(--basic);
    line-height: 2;
    transition: .2s;
    cursor: help;
}
.tip {
    width: 285px;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 0;
    padding: 10px;
    border-radius: 3px;
    background-color: #666;
    font-size: 1.3rem;
    line-height: 2rem;
    text-align: left;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: 0.5s all;
    text-align: justify;
}
.tip h3 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.tip .txt {
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}
.tip::before {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom: 12px solid #666;
    position: absolute;
    bottom: 99%;
    left: 50%;
    transform: translateX(-50%);
}
.tip_con .wrap:hover .tip {
    top: 100%;
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .service-box .jss li {
        width: 32%;
    }
    .tip_con {
        padding-bottom: 5px;
    }
    .tip_con span {
        margin-bottom: 10px;
    }
    .tip {
        display: none;
        position: relative;
        visibility: visible;
        top: 0;
        opacity: 1;
        margin-top: 0;
    }
    .tip.active {
        display: block;
    }
    .tip::before {
        content: none;
    }
    .tip_con .wrap:hover .tip {
        top: 0;
    }
}

/*========================= others =========================*/
.others-li li {
    width: 23%;
    border-radius: 2px;
    height: 240px;
    box-sizing: border-box;
    padding: 24px 24px;
    background: #fff;
    position: relative;
    transition: .4s;
}
.others-li li:hover {
    margin-top: -4px;
    margin-bottom: 4px;
    box-shadow: 0px 0px 16px rgba(0,0,0,0.1);
}
a.others-con {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition:.4s;
}
.others-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 90%;
}
.others-box_img {
    margin-bottom: 4px;
}
.others-box_img img {
    background: #f8f8f8;
}
.others-box h3 {
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 24px;
}
.others-box h3 span {
    color: var(--sub);
    font-size: 2rem;
}
.button006 {
    position:absolute;
    bottom: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    background: #f8f8f8;
    transition: .3s;
}
.button006:hover {
    background: #dcf0f4;
}
.button006>a.others-more {
    position: relative;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button006>a.others-more:before {
    right: 2px;
    content: '';
    position: absolute;
    top: 25.5px;
    transform: translateY(calc(-50% - 2px)) rotate(40deg);
    width: 14px;
    height: 1px;
    background-color: var(--sub);
    transition: 0.3s;
}
.button006>a.others-more:after {
    content: '';
    position: absolute;
    top: 28px;
    right: 4px;
    transform: translateY(-50%);
    width: 48px;
    height: 1px;
    background-color: var(--sub);
    transition: 0.3s;
}
.button006>a.others-more:hover:after {
    right: -1px;
}
.button006>a.others-more:hover:before {
    right: -2px;
}
.tag {
    position: absolute;
    top: -32px;
    right: -32px;
    transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
}
.tag p {
    position: relative;
    box-shadow: 0px 0px 16px rgba(0,0,0,0.2);
    width: 100px;
    height: 100px;
    border-radius: 999px;
    background: #ffc600;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.8rem;
    background:var(--acc);
    text-align: center;
    color: #fff;
}
.tag p span {
    width: 100%;
    position: absolute;
    letter-spacing: 0.01em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.button003>a.others-more2 {
    font-size: 1.4rem;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 6px 24px;
    color: var(--basic);
    transition: 0.3s ease-in-out;
    font-weight: bolg;
}
.button003>a.others-more2:hover {
    background: #fff;
    color: var(--basic);
    border-bottom: 1px solid var(--basic);
}
.button003>a.others-more2:after {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid var(--basic);
    border-right: 1px solid var(--basic);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button003>a.others-more2:hover:after {
    border-color: var(--basic);
}

/*========================= contact =========================*/
.wrapper-contact {
    width: 720px;
    margin: 0 auto;
}
.title-box {
    text-align: left;
}
#download .til-c {
    margin-bottom: 40px;
}
#download .til-c p {
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    color: var(--sub);
    text-transform: uppercase;
    line-height: 1.6rem;
}
#download .til-c h2{
    margin-right: 0;
    text-align: center;
    font-size: 3.4rem;
    font-weight: bold;
}
#contact-table {
    width: 100%;
    margin-bottom: 10px;
}
#contact-table th {
    width: 40%;
}
#contact-table td {
    width: 60%;
}
#download .sizeS {
    font-size: 1.4rem;
    line-height: 1.4rem;
    font-weight: bold;
    margin-bottom: 3px;
}
.input-box_frm {
    width: 100%;
    box-sizing: border-box;
    padding: 8px 16px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin-bottom: 12px;
    background: #fff;
}
.frm-20 {
    width: 20%;
}
.frm-30 {
    width: 30%;
}
.frm-50 {
    width: 48%;
}
.frm-60 {
    width: 60%;
}
.frm-80 {
    width: 80%;
}
.policy-txt a {
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: bold;
    color: var(--acc);
    margin-bottom: 24px;
    display: inline-block;
    transition:.2s;
}
.policy-txt a span {
    border-bottom:1px solid var(--acc);
}
.policy-txt a:hover {
    opacity:0.6;
}
.policy-chk_li {
    width: 90%;
    margin: 0 auto 20px;
    line-height: 2.6rem;
}
.policy-chk_li li {
    margin-bottom: 16px;
}
.policy-chk_li li:last-of-type {
    margin-bottom: 0;
}
.attention-txt {
    width: 560px;
    margin: 0 auto 16px;
    line-height: 2.2rem;
    color: #ff3939;
}
#download .chkbox label::before {
    width: 32px;
    height: 32px;
    box-shadow: none;
    left: -40px;
    top: -8px;
}
button#submit_1, button#addDocument {
    background: var(--acc);
    border: 1px solid var(--acc);
    transition: .2s;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    width: 400px;
    margin: 0 auto;
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 1.7rem;
    border-radius: 8px;
    position: relative;
    box-sizing: border-box;
    padding-left: 24px;
    padding-right: 40px;
}
button#submit_1::after, button#addDocument::after {
    position: absolute;
    transition: 0.3s;
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 25px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
button#submit_1::before, button#addDocument::before {
    content:"";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 10px;
    border-radius: 999px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
button#submit_1:hover, button#addDocument:hover {
    background: transparent;
    color:  var(--acc);
}
button#submit_1:hover:after, button#addDocument:hover:after {
    border-color: var(--acc);
    right: 27px;
}
button#submit_1:hover:before, button#addDocument:hover:before {
    border-color: var(--acc);
    right: 12px;
}
#contact-table th {
    text-align: left;
}

/*========================= footer =========================*/
.footer__copyright {
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.8rem;
    background: var(--basic);
}
.tobfooter__links {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #005295;
    flex-wrap: wrap;
}
.tobfooter_li>li:first-of-type {
    width: 30%;
}
.tobfooter_li>li:last-of-type {
    width: 60%;
}
.footeritem_li {
    flex-wrap:wrap;
}
.footeritem_li li {
    margin-bottom: 4px;
    font-size: 1.4rem;
    color: #fff;
    position: relative;
    padding-right: 14px;
    margin-left: 14px;
}
.footeritem_li li:first-of-type {
    padding-left: 0;
}
.footeritem_li li::after {
    content:'';
    width: 1px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.footeritem_li li:last-of-type::after {
    content: '';
    width: 1px;
    height: 16px;
    position: inherit;
    right: 0;
    top: 0;
    background: #fff;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.footeritem_li li a {
    color: #fff;
    transition: .1s;
}
.footeritem_li li a:hover {
    opacity: 0.6;
}
.logo-ftr {
    width: 130px;
    height: auto;
}
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 16px;
    bottom: 16px;
    background: #005295;
    border: 1px solid #fff;
}
#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    transition: .2s;
}
#page_top ahove r{
    opacity: 0.6;
}
#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 1.8rem;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -4px;
    bottom: 0;
    right: 2px;
    left: 0;
    margin: auto;
    text-align: center;
}

/*========================= loader =========================*/
#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #888;
    z-index: 1;
    opacity: 0.5;
}
#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    z-index: 2;
}

#loader-bg {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #888;
    z-index: 1;
    opacity: 0.5;
}
#loader {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    z-index: 2;
}
.bottom-scroll-navi-detail {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem 1.6rem 0;
    z-index: 10000;
    padding-bottom:1rem;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0px 8px 4px rgba(0,0,0,.1);
}
.title-btn {
    font-weight: 500;
    float: left;
    position: relative;
    text-align: center;
    font-size: 1.9rem;
}
.bottunNavi_space {
    width: 100%;
    height: 117px;
}
.navi-num {
    color: #1eb3dd;
    font-size: 160%;
    position: relative;
    top: 2px;
    left: -1px;
}
.download-button {
    background: var(--acc);
    border-radius: 4px;
    display: block;
    font-weight: bold;
    color: white;
    max-width: 100%;
    width: 320px;
    font-size: 1.8rem;
    margin: 0 auto;
    padding: 1.6rem 1rem;
    margin-bottom: 0.6rem;
}
.bottom-scroll-navi-detail a {
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    margin:0 auto;
}

@media screen and (min-width:0px) and (max-width:640px) {
  .service-box .jss li{
    width: 90%;
      margin: 0 auto;
  }
}

#chk_wp_all::before{
    left: 0;
}

#chk_wp_all p {
    padding-left: 40px;
}


.Form-box .comment-box {
  font-size: 1.8rem;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {

.Form-box .comment-box {
  font-size: 1.4rem;
}
}

.Form-box .chkbox label {
  padding-left: 0;
  font-size: 1.6rem;
  line-height: 3.0rem;
  display: inline-block;
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
}
.Form-box .categoryChild.chkbox label {
    position: relative;
}

.Form-box .chkbox .modal-open {
     margin: 24px auto 0;
}

#entry {
    text-align: center;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .Form-box .chkbox .modal-open {
        position: relative;
        margin-top: 15px;
    }

  .Form-box .chkbox label {
    font-size: 1.4rem;
  }
}


/*-----------------
-------ipad-----
--------------------
*/
@media screen and (max-width:769px) {
	body{
		font-size: 1.6rem;
    max-width:768px;
    box-sizing: border-box;


	}
html{
		box-sizing: border-box;
	margin-top: 0 !important;
}
img{
  max-width:100%;
  height: auto;
}


	.wrapper{
	max-width: 680px;
	margin: 0 auto;
		padding-left: 10px;
		padding-right: 10px;
		box-sizing: border-box;
}

	.dn-sp{
	display: none;
}
/*.dn-pc{
	display: block;
}*/
	}



/*-----------------
-------ipad pro-----
--------------------
*/
@media screen and (max-width: 1024px) {
	.wrapper,.wrapper-contact{
/*	width: 950px;*/
	margin: 0 auto;
        
		box-sizing: border-box;
}

	.box-top{
/*
	padding-top: 32px;
		padding-bottom: 32px;
*/
}
	.dn-pc_pro{
	display: block;
}
		.dn-sp_pro{
	display: none;
}
/*	.cate-btn_box{
		width: 56%;
	}*/
	.service-li li{
	width: 32%;
	}
	.tag{
		right: -10px;
	}
	}

/*-----------------
-------ipad-----
--------------------
*/
@media screen and (max-width:769px) {
    body {
        font-size: 1.6rem;
        max-width: 100vw;
        box-sizing: border-box;
    }
    img {
        max-width: 100%;
        height: auto;
    }

    .wrapper, .wrapper-contact {
        max-width: 100%;
        margin: 0 auto;
        padding: 0 10px;
    }
	.service-li li{
	width: 50%;
		margin-top: 0;
	}
	.others-li li{
		width: 48%;
		margin-bottom: 32px;
	}
	.tobfooter_li>li:first-of-type{
		width: 100%;
		margin-bottom: 24px;
	}
	.tobfooter_li>li:last-of-type{
		width: 100%;
		text-align: center;
	}
}
/*----
	-------------
-------sp-----
--------------------
*/
@media screen and (max-width:640px){
  .dn-pc{
    display: block;
  }
  body{
/*	font-size: 1.4rem;*/
    max-width:640px;
    box-sizing: border-box;
	}
html{
		box-sizing: border-box;
	margin-top: 0 !important;
}
img{
  max-width:100%;
  height: auto;
}
	.wrapper, .wrapper-contact{
		width: 100%;
		box-sizing: border-box;
		padding-left: 16px;
		padding-right: 16px;
	}

	._service-li, .thers-li, .cate-box_li, .tobfooter_li{
		display: block;
	}
	 .others-li li, .cate-box_li .cate-box_txt, .cate-btn_box{
		width: 100%;
	}
.dw_btn{
    margin: 10px 0 0;
}

	._service-li li:last-of-type, .others-li li:last-of-type, .cate-btn_li>li:last-of-type{
		margin-bottom: 0;
	}
	.service-li li{
		width: 50%;
	}
	.others-li li{
		margin-bottom: 16px;
		height: 180px;
	}
	.check-grid .chkbox img{
		height: 140px;
	}
	#contact-table td{
		
	}
	#contact-table th,
  #contact-table td {
　　border-bottom: none;
    display: block;
	  width: 100%;
	}
	.frm-20{
		width: 30%;
	}
	.frm-30{
		width: 50%;
	}
	.frm-60{
		width: 70%;
	}
	.frm-80{
		width: 90%;
	}
	#download .btn-box{
		width: 100%;
/*		font-size: 1.8rem;*/
	}
	#download .btn-box::before, #download .btn-box::after{
		display: none;
	}
	.tag{
		top:-24px;
		right:-8px;
	}
	
	.tobfooter_li{
		text-align: center;
	}
	.logo-ftr{
		margin: 0 auto 24px;
	}
	
	.footer__copyright small{
		width: 100%;
    padding: 0 24px;
    box-sizing: border-box;
    margin: 0 auto;
		display: inline-block;
	}
	
	}

@media screen and (max-width:400px){
  body{
/*	font-size: 1.4rem;*/
    max-width:640px;
    box-sizing: border-box;
	}
html{
		box-sizing: border-box;
	margin-top: 0 !important;
}
img{
  max-width:100%;
  height: auto;
}
	.wrapper{
		width: 100%;
		box-sizing: border-box;
		padding-left: 16px;
		padding-right: 16px;
	}
		.fv-box{
		width: 90%;
	}
	.fv-box h2{
		font-size: 4rem;
	}

		.service-li li {
		width: 100%;
			
	}
	.service-li li:last-of-type{
		margin-bottom: 0;
	}
	.fv-box h2{
		line-height: 4.8rem;
	}
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

.footer {
    margin: 0 auto;
    position: relative;
}
.footer__inner {
    background: #fff;
    border-top: 2px solid #568fcc;
}
.tobfooter__links {
    background:var(--basic);
    padding:3.2rem 1.6rem;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.tobfooter__links .logo{
    position: static;
    width: 100px;
}
.tobfooter__links ul {
    text-align: right;
    width: 80%;
}
.tobfooter__links ul li {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 12px;
    line-height: 1.2rem;
}
.tobfooter__links ul li:not(:first-child) {
    border-left: 1px solid #fff;
    padding-left: 15px;
    margin-left: 15px;
}
.tobfooter__links ul li a {
    color: #fff !important;
    text-decoration: underline;
}
.footer__copyright {
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    padding: 0 0 18px;
}

@media screen and (max-width: 767px) {
    .tobfooter__links{
        height: 300px;
    }
    .tobfooter__links .logo{
        display: none;
    }
    .tobfooter__links ul{
        float: none;
        text-align: left;
        padding: 0;
        margin-left:0;
        width: 100%;
    }
    .tobfooter__links ul li{
        display: block;
        font-size: 1.3rem;
        line-height: 2.405rem;
    }
    .tobfooter__links ul li:not(:first-child){
        border-left: none;
        border-top: 1px solid #91b6de;
        padding-left: 0;
        margin-left: 0;
    }
    .tobfooter__links ul li a{
        display: block;
        padding: 12px 15px;
        position: relative;
    }
    .footer__copyright {
        padding: 30px 0 20px;
    }
}