@media (max-width: 768px) {
    .sp {
        display: block;
    }

    .pc {
        display: none !important;
    }
}

:root,
html {
    font-size: 100px;
}

@media screen and (max-width: 1750px) and (min-width: 769px) {

    :root,
    html {
        font-size: 5.71429vw;
    }
}

@media screen and (max-width: 768px) {

    :root,
    html {
        font-size: 26.62044vw;
    }
}

main {
    color: #353125;
    font-weight: 500;
    line-height: 1.5;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    position: relative;
    /*z-index: -100;*/
    overflow-x: hidden;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .05em;
}

main a {
    text-decoration: none !important;
}

main * {
    box-sizing: border-box;
}

.wrap {
    max-width: 97.5rem;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 768px) {
    main {
        padding-top: 2em;
        font-size: 3.2vw;
    }

    .wrap {
        padding-right: 0.18rem;
        padding-left: 0.18rem;
    }
}

img,
video {
    max-width: 100%;
}


.sp {
    display: none;
}

@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    br.sp {
        display: inline;
    }
}

html:not(.mobile) a[href^="tel:"] {
    pointer-events: none;
}

.pr {
    position: relative;
}

.ab {
    position: absolute;
}

em {
    font-style: normal;
}

.flex {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.juc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.jus {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.alc {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.mincho {
    font-family: "Noto Serif JP", serif;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

main {
    /*z-index: -99;*/
}

/************
margin
************/
.mb100 {
    margin-bottom: 100px;
}

.mb90 {
    margin-bottom: 90px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb70 {
    margin-bottom: 70px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb50 {
    margin-bottom: 50px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.dblock {
    display: block;
}

@media (max-width: 768px) {
    .mb100 {
        margin-bottom: 16vw;
    }

    .mb90 {
        margin-bottom: 90px;
    }

    .mb80 {
        margin-bottom: 80px;
    }

    .mb70 {
        margin-bottom: 70px;
    }

    .mb60 {
        margin-bottom: 8vw;
    }

    .mb50 {
        margin-bottom: 6.6vw;
    }

    .mb40 {
        margin-bottom: 8.6vw;
    }

    .mb30 {
        margin-bottom: 8vw;
    }

    .mb20 {
        margin-bottom: 6.6vw;
    }

    .mb10 {
        margin-bottom: 1em;
    }
}

/************
container
************/
nav.container_00 {
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
    max-width: 100%;
}

.container_02 {
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
    max-width: 100%;
}

.container_03 {
    margin-left: auto;
    margin-right: auto;
    width: 1280px;
    max-width: 100%;
}

.container_04 {
    margin-left: auto;
    margin-right: auto;
    width: 725px;
    max-width: 100%;
}

.container_05 {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    max-width: 100%;
}

.container_06 {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    max-width: 100%;
}

/************
font
************/
.font30 {
    font-size: 30px;
}

.font24 {
    font-size: 24px;
}

.font23 {
    font-size: 23px;
}

.font22 {
    font-size: 22px;
}

.font21 {
    font-size: 21px;
}

.font20 {
    font-size: 20px;
}

.font19 {
    font-size: 19px;
}

.font18 {
    font-size: 18px;
}

.font17 {
    font-size: 17px;
}

.font16 {
    font-size: 16px;
}

.font15 {
    font-size: 15px;
}

.font14 {
    font-size: 14px;
}

.font13 {
    font-size: 13px;
}

.font12 {
    font-size: 12px;
}

.font10 {
    font-size: 10px;
}

.tac {
    text-align: center;
}

.boldm,
main b {
    font-weight: bold;
}

@media (max-width: 768px) {
    .font30 {
        font-size: 6.4vw;
    }

    .font24 {
        font-size: 6.4vw;
    }

    .font23 {
        font-size: 6.4vw;
    }

    .font22 {
        font-size: 4.8vw;
    }

    .font21 {
        font-size: 4.8vw;
    }

    .font20 {
        font-size: 4.8vw;
    }

    .font19 {
        font-size: 4.8vw;
    }

    .font18 {
        font-size: 4.8vw;
    }

    .font17 {
        font-size: 4.8vw;
    }

    .font16 {
        font-size: 4.2vw;
    }

    .font15 {
        font-size: 4vw;
    }

    .font14 {
        font-size: 3.2vw;
    }

    .font13 {
        font-size: 3.2vw;
    }

    .font12 {
        font-size: 3.2vw;
    }

    .font10 {
        font-size: 3.2vw;
    }
}

.green {
    color: #58bca6;
}

/************
nav
************/
#nav_lp {
    border-top: 2px solid #d3d3d3;
}

#nav_lp li {
    width: 20%;
}

#nav_lp li a {
    padding: 30px 0;
    letter-spacing: 0;
    border-bottom: 2px solid #d3d3d3;
}

#nav_lp li a:hover {
    border-bottom: 2px solid #58bca6;
    opacity: 1;
}

@media (max-width: 850px) {

    #nav_lp li {
        width: 50%;
    }

    #nav_lp ul li:nth-child(odd) a {
        border-right: 2px solid #d3d3d3;
    }

    #nav_lp li:last-child {
        display: none;
    }
}

/************
fv
************/
#fv img {
    max-width: 2840px;
}

/************
sec01
************/
.sec_li_bg {
    width: 48%;
    padding: 50px 4.5%;
    background-color: #fafafa;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.case_box li.sec_li_bg {
    width: 32%;
}

.sec01_ab {
    top: -105px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sec01_img {
    height: 150px;
}

.sec01_img img {
    vertical-align: top;
}

@media (max-width: 768px) {
    #sec01 h2 img {
        width: 74%;
    }

    .sec_li {
        padding-left: 1em;
        padding-right: 1em;
    }

    .sec_li_bg {
        width: 100%;
        padding: 5em 4.5%;
        margin-bottom: 2em;
    }

    .case_box li.sec_li_bg {
        width: 100%;
    }

    .sec01_ab {
        top: -9em;
    }

    .sec01_img {
        height: 43vw;
    }

    .case_box .font20 {
        font-size: 5.3vw;
    }
}

/************
sec02
************/
.ttl_bg {
    margin-bottom: -80px;
    padding: 75px 10px 0 10px;
    min-height: 400px;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: 1280px;
    background-position: top center;
    z-index: -1;
}

.sec_li_bg dt {
    width: 3em;
}

.sec_li_bg dd {
    width: calc(100% - 3em);
}

#sec02 .sec_li_bg {
    padding-bottom: 110px;
    position: relative;
}

.btn_ab {
    margin-left: 9%;
    margin-right: 9%;
    width: 82%;
    position: absolute;
    bottom: 35px;
    left: 0;
}


.ttl_bg_fuli {
    padding: 25px 10px;
    background-color: #58bca6;
    border-radius: 10px;
    position: relative;
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
}

.ttl_bg_fuli:after {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    background-image: url(../images/arrow_01.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 44px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -20px;
    z-index: -1;
}

main a.under_link {
    color: #00baff;
    text-decoration: underline !important;
}

@media (max-width: 768px) {
    #sec02 h2 img {
        width: 72%;
    }

    .ttl_bg {
        margin-bottom: 3em;
        padding: 5em 10px 0 10px;
        min-height: 100vw;
        background-image: url(../images/sp/bg.jpg);
        background-size: 100%;
    }

    .w72 {
        width: 72%;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    #sec02 h3.font22 {
        font-size: 5.8vw;
    }

    #sec02 img[width="480"] {
        width: 72%;
    }

    .sec_li_bg dl {
        padding-left: 2.5em;
        font-size: 4.2vw;
    }

    .btn_ab {
        margin-left: 13%;
        margin-right: 13%;
        width: 74%;
        position: static;
    }


    .ttl_bg_fuli {
        padding: 1.2em 10px;
        border-radius: 8px;
    }

    .ttl_bg_fuli:after {
        background-size: 5.3vw;
        bottom: -13px;
    }
    .sec_li_bg dt{
        font-weight: bold;
    }
    .sec_li_bg dt,
    .sec_li_bg dd {
        width: 100%;
    }
}

/************
sec03 sec04
************/
#sec03 dt,
#sec04 dt {
    width: 110px;
    text-align: center;
}

.tbl_border {
    position: relative;
    margin: 0;
    text-align: left;
}

.tbl_border:before,
.tbl_border:after {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
}

.tbl_border:before {
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
    bottom: 0;
}

.tbl_border:after {
    width: 110px;
    border-bottom: 3px solid #58bca6;
    bottom: -1px;
    left: 0;
}

#sec03 dd,
#sec04 dd {
    width: calc(100% - 110px);

}

#sec03 dt,
#sec04 dt,
#sec03 dd,
#sec04 dd {
    padding: 25px 0;
}

#sec03 dd,
#sec04 dd {
    padding: 25px;
}

#sec03 dd li,
#sec04 dd li {
    list-style: outside;
    margin-left: 1em;
    margin-bottom: 10px;
}

.green.tbl_border,
p.tbl_border {
    padding-bottom: 25px;
}

.staff_ {
    margin-top: 60px;
    padding: 30px 30px 30px 0;
    background-color: #f1ecdc;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.staff_01 {
    padding: 0 40px;
    width: 200px;
}

.staff_01 img {
    margin-top: -40px;
}

.staff_02 {
    width: calc(100% - 200px);
}

.staff_02 p:nth-child(1) {
    color: #c2b070;
    font-weight: bold;
}

@media (max-width: 768px) {

    #sec03,
    #sec04 {
        padding-left: 1em;
        padding-right: 1em;
    }

    #sec03 dt,
    #sec04 dt {
        width: 29%;
    }

    #sec03 dd,
    #sec04 dd {
        width: 71%;

    }

    #sec03 dt,
    #sec04 dt,
    #sec03 dd,
    #sec04 dd {
        padding: 25px 0;
    }

    #sec03 dd,
    #sec04 dd {
        padding: 25px;
    }

    .green.tbl_border,
    p.tbl_border {
        padding-bottom: 25px;
    }

    .staff_ {
        margin-top: 4em;
        margin-bottom: 5.25em;
        padding: 30px 2em 30px 2em;
        display: block;
    }

    .staff_01 {
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .staff_01 img {
        margin-top: -3em;
        width: 34%;
    }

    .staff_02 {
        width: 100%;
    }

    .staff_02 p:nth-child(1) {
        margin-top: .5em;
        margin-bottom: .7em;
    }

    .staff_02 p:nth-child(2) {
        font-size: 4.8vw;
    }
}

/************
タブ切り替え全体のスタイル
************/

/*タブのスタイル*/
.tab_item {
    width: 50%;
    border-bottom: 5px solid #58bca6;
    display: block;
    float: left;
    transition: all 0.2s ease;
}

.tab_item:hover {
    cursor: pointer;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
    padding-bottom: 10px;
    display: block;
}

.tabs_on {
    display: none;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item .tabs_on {
    display: block;
}

.tabs input:checked + .tab_item .tabs_off {
    display: none;
}

.tabs img {
    vertical-align: bottom;
}

.step__ > div {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}

.step__ > div:last-child {
    margin-bottom: 0;
}

.ico_new_02 img {
    position: absolute;
    left: -90px;
    top: -50px;
}

@media (max-width: 768px) {
    /*タブのスタイル*/

    /*タブ切り替えの中身のスタイル*/
    .tab_content {
        padding: 3.5em 0 0;
    }

    .step__ > div {
        margin-bottom: 1em;
    }

    .ico_new_02 {
        display: block;
        width: 100%;
    }

    .ico_new_02 img {
        left: -10px;
        top: -2.5em;
        width: 16.4vw;
    }
}

/************
sec04
************/
.indent {
    padding-left: 1em;
}

/************
sec05
************/
.ttl_sec05 {
    padding: 1em;
    border: 1px solid #4b4636;
    border-radius: 30px;
    background-color: #ffffff;
    font-size: 15px;
}

.sec_li_bg p {
    margin-top: 20px;
}

#sec05 .sec_li_bg {
    margin-bottom: 25px;
}

.sec_li_bg.w100 {
    width: 100%;
}

.sec_contact_li {
    width: 50%;
}

.sec_contact_02 p:nth-child(1) {
    margin-right: 20px;
}

@media (max-width: 768px) {
    #sec05 {
        position: relative;
    }

    #sec05:after {
        content: "";
        display: block;
        width: 100%;
        height: 100vw;
        background-image: url(../images/sp/bg_02.png);
        background-size: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
    }

    #sec05 h2 img {
        width: 49vw;
    }

    #sec05 .ttl_bg {
        margin-bottom: 0;
        padding: 5em 10px 0 10px;
        background-image: url(../images/sp/bg_02.jpg);
        background-size: 100%;
        z-index: -1;
    }

    #sec05 .container_04 {
        margin-top: -8em;
    }

    .ttl_sec05 {
        font-size: 4vw;
    }

    .sec_li_bg p {
        margin-top: 1em;
    }

    #sec05 .sec_li_bg {
        margin-bottom: 2em;
        padding: 4em;
    }

    .sec_li_bg.w100 {
        width: 100%;
    }

    .sec_contact_li {
        width: 100%;
    }

    .sec_contact_li:last-child {
        margin-top: 3em;
    }

    .sec_contact_02 p:nth-child(1) {
        margin-right: 0;
    }
}

#nav04 {
    margin-top: -160px;
    padding-top: 160px;
}

.nav___ {
    margin-top: -120px;
    padding-top: 120px;
}

main {
    text-align: left;
}

.sec_li_bg a,
#nav_lp li a {
    color: #353125;
}

.wide-content main h1 {
    background: #ffffff;
    border: 0px;
    text-align: center;
    margin-bottom: 30px;
}

.wide-content > h1 {
    display: none;
}

#menu {
    z-index: 999;
}

@media screen and (min-width: 769px) {

    .sp {
        display: none;
    }

    .sp iframe {
        width: 100%;
    }

    footer {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .title {
        font-size: .13rem;
    }

    .uk-navbar-toggle.close {
        font-size: .1em;
    }

    .uk-navbar-toggle.close img {}
}

@media only screen and (max-width: 767px) {

    .head-search .container form input[type="text"],
    .head-search .container form input[type="submit"] {
        font-size: 1em;
    }
}

main {
    text-align: left;
}

article.wide-content {
    max-width: 100%;
    width: 100%;
}

.wide-content > h1 {
    display: none;
}

#sec01 h1 {
    background: none;
    border: none;
}

#sec04 #hd03 li {
    margin-top: .2rem;
}

@media screen and (min-width: 769px) {
    #sec04 #hd03 ul li.box1 {
        width: 100%;
    }

    #sec04 #hd03 ul li.box2,
    #sec04 #hd03 ul li.box3,
    #sec04 #hd03 ul li.box4,
    #sec04 #hd03 ul li.box5 {
        width: 49%;
    }
}

@media screen and (max-width: 768px) {

    .wide-content {
        padding-left: 0;
        padding-right: 0;
    }

    main * {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }

    #sec03 h2 {
        white-space: nowrap;
    }

    #nav04 {
        margin-top: -200px;
        padding-top: 200px;
    }

    .nav___ {
        margin-top: -160px;
        padding-top: 160px;
    }

    img.sp {
        margin-left: auto;
        margin-right: auto;
    }
}