@charset "utf-8";

/*-----------------------

　　setting

--------------------------*/

html {
    font-size: 62.5%;
    /* 10px */
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
	
}

body {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
    font-feature-settings: "palt";
    line-height: 1.4;
    height: 100%;
    background-color: #fff;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: .06em;
    box-sizing: border-box;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.6;
    font-weight: bold;
    font-weight: 500;
    font-style: normal;
}

p {
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: .06em;
}

a {
    color: #444444;
    text-decoration: none;
    transition: all 0.2s;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

button {
    cursor: pointer;
}

ul, ol {
    list-style: none;
}

li {
    list-style-type: none;
}

img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    -webkit-backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
}

button {
    cursor: pointer;
}

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

/*-----------------------

　　Top Page

--------------------------*/
#vegas {
    width: 100vw;
    height: 100vh;
}

.top_content {
    width: 100%;
    height: 100vh;
    position: relative;
}

.button_logo {
    width: 100%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.button_logo > .logo_txt_link > img {
    max-width: 500px;
    width: 100%;
    margin: auto;
}

@media screen and (max-width: 600px) {
    .button_logo > .logo_txt_link > img {
        max-width: 400px;
    }
} 

/*-----------------------

　　header

--------------------------*/

header {
    /* position: fixed; */
    position: absolute;
    z-index: 9999;
    background: rgba(255, 255, 255, 1);
    width: 100%;
}

header .inner {
    padding: 20px 30px;
    margin: auto;
    position: relative;
}

.header_logo {
    width: 300px;
}

.header_logo img {

    width: 100%;
}

.main_nav > ul > li > a {
    display: block;
    padding: 4px 0px 4px 4px;
    font-size: 1.5rem;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: .05em;
}

.main_nav a:hover {
    color: rgb(123, 123, 123);
}

.is-header {
    padding: 10px 30px !important;
}

.is-headernav {
    padding-top: 0 !important;
}

.page_container {
    max-width: 1200px;
    margin: auto;
    padding-top: 86px;
}

@media screen and (max-width: 999px) {
    .overlay {
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(57, 59, 67, 0.7);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
    }

    .header_nav {
        display: none;
        padding-top: 0 !important;
    }

    header .inner {
        max-width: 100%;
        padding: 0px !important;
    }

    .header_top {
        padding: 20px 0px;
        box-shadow: 0 0 5px rgb(0 0 0 / 40%);
        background-color: #fff;
    }

    .header_logo {
        width: 230px;
        padding-left: 23px;
    }

    .page_container {
        padding-top: 78px;
    }

    .main_nav > ul > li {
        border-bottom: 1px solid rgba(26, 26, 26, 0.1);
        background-color: #fff;
    }

    .main_nav > ul > li > a {
        display: block;
        padding: 20px 23px;
        font-size: 1.5rem;
        position: relative;
    }

    .main_nav li a::after {
        content: "";
        display: block;
        position: absolute;
        width: 7px;
        height: 7px;
        border: solid;
        border-width: 2px 2px 0 0;
        border-color: #333;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        pointer-events: none;
        top: 50%;
        right: 25px;
        margin: -5px 0 0;
    }
}

@media print,
screen and (min-width: 1000px) {
    header .inner {
        max-width: 1200px;
        padding: 20px 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: auto;
        position: relative;
    }

    .header_nav {
        display: block !important;
        position: relative;
        width: 100%;
        max-width: 700px;
        padding-left: 30px;
    }


    /* .page_container {
        padding: 75px 0 0px 0;
    } */

    .main_nav > ul {
        display: flex;
        justify-content: space-between;
    }

    .main_nav > ul > li > a {
        font-size: 1.6rem
    }
}

/*-------------
  メニューボタン
---------------*/
.Toggle {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 9px;
    right: 12px;
    cursor: pointer;
    z-index: 999;
    padding: 14px 0 0;
}

.btn_border {
    position: relative;
    margin: 0 auto;
}

.btn_border,
.btn_border::after,
.btn_border::before {
    display: block;
    width: 28px;
    height: 2px;
    border-radius: 3px;
    background: #333;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.btn_border::before,
.btn_border::after {
    content: '';
    position: absolute;
    background: #333;
}

.btn_border::before {
    top: -8px;
}

.btn_border::after {
    top: 8px;
}

.Toggle.close .btn_border {
    background-color: transparent;
}

.Toggle.close .btn_border::before,
.Toggle.close .btn_border::after {
    top: 0;
}

.Toggle.close .btn_border::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.Toggle.close .btn_border::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.r_btn_text {
    display: block;
    padding-top: 13px;
    font-size: 0.8rem;
    text-align: center;
    color: #000;
    font-weight: 500;
}

@media screen and (min-width: 1000px) {
    .Toggle {
        display: none;
    }
}


/*-----------------------

　　お問い合わせ

--------------------------*/
.part_page_ttl_container {
    background-color: #2d6eba;
    padding-top: min(1.806vw,18px);
    padding-bottom: min(1.4vw,6px);
    padding-inline: min(3.906vw,40px);
    margin-bottom: min(3.756vw,20px);;
}

.part_page_ttl h2 {
    color: #fff;
    font-size: clamp(1.8rem,3.95vw,4rem);
    font-weight: bold;
}
.contact_page_wrap {
    max-width: 1040px;
    margin: auto;
    padding: 40px 36px;
}

.form_box {
    padding: 40px 80px;
    font-size: 1.6rem;
    background-color: #f5f5f5;
}

.page_ttl_ja {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    margin: 0px 0 20px;
}

.form_box_header {
    padding: 0 20px;
}

.contact_header_txt {
    padding: 0 0 20px 0px;
    text-align: center;
    margin-bottom: 20px;
}

.contact_header_txt p {
    font-size: 1.6rem;
}

.contact_flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 60px;
    max-width: 600px;
    position: relative;
    z-index: 1;
}

.contact_flow::before {
    background: #ccc;
    content: "";
    z-index: -1;
    margin: auto;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.contact_flow li {
    border: 2px solid #2d6eba;
    background-color: #fff;
    color: #2d6eba;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 60px;
    width: 26%;
}

.contact_flow li.active {
    background-color: #2d6eba;
    color: #fff;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="date"],
textarea,
select {
    width: 100%;
    background-color: #fff;
    border: none;
}

.request_list {
    width: 100%;
}

.form_req {
    background-color: #e65c5c;
    color: #fff;
    padding: 2px 8px;
    margin-left: 10px;
    font-size: 1.1rem;
    font-weight: normal;
    float: right;
}
.form_any {
    background-color: #f6aa38;
}

input::placeholder {
    color: #ccc;
}

.address_form {
    width: 100%;
}

.address_form td span {
    display: block;
}

.request_detail_list {
    width: 100%;
}

.request_detail_list tr {
    padding: 20px 0px;
}

.request_detail_list th {
    text-align: left;
    margin-bottom: 15px;
    font-weight: normal;
}

.grand_select_block > div {
    display: inline-block;
}

.grand_select_block label {
    line-height: 40px;
    padding-right: 20px;
}

.class_item {
    padding-right: 20px;
}

.post_code {
    width: 100px !important;
}

.select_num {
    width: 3em;
}

.form_submit {
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.form_submit button:hover {
    opacity: 0.8;
}

.contact_form_check {
    text-align: center;
    margin-top: 60px;
}

.contact_form_check label {
    cursor: pointer;
}

.form_submit button {
    max-width: 340px;
    width: 100%;
    line-height: 1;
    background-color: #2d6eba;
    color: #fff;
    font-size: 18px;
    padding: 20px 0px;
    letter-spacing: .06em;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}

.hp_info_inner {
    padding: 20px 16px;
    margin: 40px auto 30px auto;
    letter-spacing: 0.09em;
    line-height: 1.87;
    background-color: #fff;
}

.hp_info_inner h4 {
    font-weight: bold;
    margin-bottom: 10px;
}

.hp_info_inner p {
    font-size: 1.5rem;
}

.hp_info_inner a {
    color: #1c98bb;
    font-size: 1.5rem;
}

.hp_info_check {
    text-align: center;
    padding: 20px;
}

.consent_btn {
    text-align: center;
    padding: 20px;
    background-color: #f7f7f7;
}


/*チェックボックス*/
.contact_checkbox_parts {
    width: 100%;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 0.1em; 
}

.checkbox_input{ display: none; }

.checkbox_parts{
    padding-left: 25px;
    position:relative;
    margin-right: 20px;
    line-height: 2.3;
}

.checkbox_parts::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
}
.checkbox_input:checked + .checkbox_parts {
     color: #e65c5c; 
     font-weight:bold; 
}

.checkbox_input:checked + .checkbox_parts::after{
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: 5px;
    width: 7px;
    height: 16px;
    transform: rotate(40deg);
    border-bottom: 2px solid #e65c5c;
    border-right: 2px solid #e65c5c;
}

.form_label label {
    display: inline-block;
}

/* ラジオボタン */
.radio_parts{
    padding-left: 10px;
    margin-right: 20px;
    line-height:2.3;
}


@media screen and (max-width:899px) {
    .contact_container {
        max-width: 800px;
    }

    .form_box {
        margin-bottom: 30px;
        padding: 40px 0px;
        font-size: 1.6rem;
    }

    .cnt_page_inner p {
        padding: 0px 0.4em;
    }

    .request_list tr,
    .request_list th,
    .request_list td,
    .request_detail_list tr,
    .request_detail_list th,
    .request_detail_list td {
        display: block;
    }

    .request_list tr {
        padding: 20px;
    }

    .request_list th {
        text-align: left;
        margin-bottom: 15px;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="password"],
    input[type="date"],
    input[type="file"],
    textarea,
    select {
        width: 100%;
        max-width: 100%;
        padding: 14px 10px;
        box-sizing: border-box;
    }

    .checkbox_parts {
        line-height: 2.3;
    }

    .hp_info_wrap {
        padding: 0 20px;
    }
}

@media print,
screen and (min-width: 900px) {

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="password"],
    input[type="date"],
    textarea,
    select {
        font-size: 16px;
        padding: 16px 18px;
        box-sizing: border-box;
    }

    .request_list tr,
    .request_list th,
    .request_list td,
    .request_detail_list tr,
    .request_detail_list th,
    .request_detail_list td {
        padding: 20px 16px;
    }

    .request_list th,
    .request_detail_list th {
        width: 34%;
        text-align: left;
    }

    .request_list td,
    .request_detail_list td {
        width: 63%;
    }

    .request_list th,
    .request_list td,
    .request_detail_list th,
    .request_detail_list td {
        font-weight: normal;
    }

    .address_form th,
    .address_form td {
        border-bottom: none;
    }
}

@media screen and (max-width:999px) {
    /* .page_container {
        padding: 59px 0 0px 0;
    } */

    .page_ttl_ja {
        font-size: 2.4rem;
        text-align: left;
    }

    .contact_header_txt {
        text-align: left;
    }
}

@media screen and (max-width:899px) {
    .contact_page_wrap {
        padding: 0 20px;
    }
    .news_page_contents_wrap {
        padding-top: 0;
    }
}

@media screen and (max-width:469px) {
    .request_list {
        width: 100%;
        table-layout: fixed;
        word-break: break-all;
        word-wrap: break-all;
    }
    .form_label label {
        display: block;
    }
}

/*-----------------------

　　入力内容確認ページ

--------------------------*/
.confirm_tb_border td,
.confirm_tb_border th {
    border-bottom: 1px dotted #ccc;
    line-height: 1.7;
}
.btn_apply {
    min-width: 260px;
    line-height: 1;
    background-color: #2d6eba;
    color: #fff;
    font-size: 18px;
    padding: 20px 30px;
    letter-spacing: .06em;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    display: inline-block;
    margin: 10px;
    box-sizing: border-box;
}

.btn_apply:hover {
    opacity: 0.8;
}

.btn_return {
    background-color: rgb(212, 212, 212);
    color: #333;
}

.btn_return:hover {
    background-color: rgb(158, 158, 158);
}

@media screen and (max-width:899px) {
    .confirm_tb_border td, .confirm_tb_border th {
        line-height: normal;
    }

    .confirm_tb_border th {
        border-bottom: none;
    }

    .confirm_tb_border td {
        padding-bottom: 20px;
    }
}

@media screen and (max-width:568px) {
    .btn_apply {
        min-width: auto;
        width: 100%;
        margin: 10px auto;
    }
}

/*-----------------------

　　お問い合わせ完了ページ

--------------------------*/
.regist_complete_inner {
    text-align: center;
    margin-top: 87px;
    font-weight: bold;
}

.regist_complete_inner h3 {
    font-size: 2.6rem;
    font-weight: bold;
}

.regist_complete_txt {
    padding: 40px 20px 80px;
}

.regist_complete_txt p {
    font-size: 1.7rem;
    line-height: 1.8;
    letter-spacing: 2px;
}

.top_return_btn {
    padding: 0 20px;
}

.top_return_btn a {
    padding: 21px 25px;
    margin-bottom: 40px;
}

.top_contact_buttons {
    display: flex;
    justify-content: center;
    gap: 40px;
}
.top_contact_buttons:hover{
    opacity: 0.8;
}
.top_contact_buttons a {
    display: block;
    padding: 16px 30px;
    color: #fff;
    background-color: #2d6eba;
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.8;
    border-radius: 4px;
    min-width: 200px;
}

.top_return_btn a:hover {
    opacity: 0.8;
}

@media screen and (max-width:420px) {
    .regist_complete_inner {
        text-align: left;
    }

    .regist_complete_inner h3 {
        font-size: 1.9rem;
        text-align: center;
    }

    .regist_complete_txt br {
        display: none;
    }
}

/*-----------------------

　　開発事例ページ

--------------------------*/
.dev_ex_ttl {
    display: flex;
}

.dev_ex_nn {
    font-size: 1.3rem;
    font-weight: normal;
    padding-bottom: 6px;
    letter-spacing: 0.08em;
}

.dev_ex_inner {
    padding: min(3.906vw, 40px);
}

.dev_ex_list_content {
    border-bottom: 2px dashed #c6d6e3;
    padding-bottom: 10px;
    padding-top: 10px;
}

.dev_no_border {
    border-bottom: none;
}

.dev_ex_item_ttl {
    font-size: clamp(2.3rem,2.45vw,2.9rem);
    margin-bottom: 0.6em;
}

.dev_ex_item_txt {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.7;
}

.dev_ex_row_wrap {
    display: flex;
}

.dev_ex_row_wrap dt {
    width: 59px;
}
.dev_ex_row_wrap > dt > span {
    padding: 0 6px;
}

.dev_ex_row_wrap dd {
    flex: 1;
}

@media screen and (min-width:689px) {
    .dev_ex_ttl {
        justify-content: space-between;
        align-items: end;
    }

    .dev_ex_list {
        display: flex;
        align-items: center;
        gap: min(2.906vw, 30px);
    }
    
    .dev_ex_list_img {
        width: 30%;
    }
    
    .dev_ex_list_content {
        width: 70%;
    }

    .dev_ex_item_txt {
        font-size: 1.7rem;
    }
}

@media screen and (max-width:690px) {
    .dev_ex_nn {
        padding-top: 10px;
    }

    .dev_ex_nn br {
        display: none;
    }

    .dev_ex_ttl {
        flex-direction: column;
    }

    .dev_ex_inner {
        padding-top: 0;
    }

    .dev_ex_list_img {
        text-align: center;
        padding: 20px;
    }

    .dev_ex_list_img img {
        max-width: 400px;
        width: 100%;
    }

    .dev_ex_item_ttl {
        font-size: clamp(1.9rem,2.15vw,2.4rem);
        margin-bottom: 0.5em;
    }
}

@media screen and (min-width:1000px) {
    .dev_ex_list_content {
        padding-bottom: 20px;
        padding-top: 10px;
        height: 100%;
    }

    .dev_ex_list {
        gap: min(3.906vw, 40px);
    }

    .dev_ex_list_img img {
        padding-bottom: 20px;
    }
}

/* Geek Guild について */
.geek_about {
    background-color: #2d6eba;
    color: #fff;
    padding: 20px 30px 40px 30px;
}

.geek_about_ttl {
    font-size: clamp(1.8rem,2.95vw,3rem);
    font-weight: bold;
    margin-bottom: 14px;
}

.geek_about_list li {
    list-style: inside;
    font-size: 1.4rem;
    line-height: 1.7;
    padding-left: 5px;
    margin-left: 5px;
}

.geek_about_table {
    font-size: 1.4rem;
}

.geek_about_table th {
    font-weight: normal;
}

.geek_about_table,
.geek_about_table td,
.geek_about_table th {
	border: 1px solid #fff;
	border-collapse: collapse;
}
.geek_about_table td,
.geek_about_table th {
	padding: 8px 10px;
}

@media screen and (min-width:768px) {
    .geek_about_inner {
        display: flex;
        gap: min(3.906vw, 40px);
        align-items: center;
    }

    .geek_about_right {
        flex: 1;
    }
    .geek_about_table {
        font-size: 1.4rem;
    }
}

@media screen and (max-width:769px) {
    .geek_about_left {
        max-width: 400px;
        margin: 0 auto 30px auto;
    }

    .geek_about_table {
        margin: 0 auto;
    }
	
    .geek_about_table th {
        text-align: center;
    }
 
}

@media screen and (max-width:400px) {
    .geek_about {
        padding: 20px 20px 40px 20px;
    }
    .geek_about_table td, .geek_about_table th {
        padding: 8px 6px;
    }
    .geek_about_table th {
        width: 60px;
    }
    .geek_about_table th {
        line-height: 1.7;
    }
} 