@charset "UTF-8";
/*====================================================*/
/*@Page Common*/
/*====================================================*/
.page_main_block {
    padding: 0;
}

main.page {
    padding-bottom: 120px;
}

/********************************************/
/* bread_crumb */
/********************************************/
.bread_crumb_block {
    padding-top: 30px;
    margin-bottom: 40px;
}

.bread_crumb li {
    display: inline-block;
    color: #333;
}

.bread_crumb li:after {
    content: '/';
    margin: 0 0.3em;
}

.bread_crumb li:last-child:after {
    content: none;
}

.bread_crumb li a {
    color: inherit;
}

.bread_crumb li a span {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bread_crumb li span {
    color: inherit;
    font-size: 1.4rem;
}

.bread_crumb li a:hover span {
    text-decoration: underline;
    color: #282b71;
}

/*====================================================*/
/*@Page main ttl*/
/*====================================================*/
.page_main_ttl {
    padding: 115px 0;
    background: url(../img/common/page-ttl.png) no-repeat center/cover;
}

.page_main_ttl .ttl {
    max-width: 1460px;
    font-size: 4.8rem;
    font-family: "ab-tombo-bold", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.page_main_ttl .ttl b {
    font-size: 1em;
    font-weight: 700;
    font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/*====================================================*/
/*@ business_page_block */
/*====================================================*/
@media print, screen and (min-width: 769px) {
    .business_page_block .office_list {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.business_page_block .office_list li {
    padding: 20px 15px;
    background: #fff;
    border-radius: 10px;
}

@media print, screen and (min-width: 769px) {
    .business_page_block .office_list li {
        width: 31%;
    }
}

.business_page_block .office_list li .ttl {
    min-height: 2.8em;
    margin-bottom: 2em;
    line-height: 1.3;
}

.business_page_block .office_list li .ttl span {
    color: #2f76b2;
    font-weight: bold;
    font-size: 1.3em;
}

.business_page_block .point_list li:not(:last-child) {
    margin-bottom: 40px;
}

.business_page_block .point_list .ttl {
    margin-bottom: 10px;
}

@media print, screen and (min-width: 769px) {
    .business_page_block .purchase_list {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .business_page_block .purchase_list li {
        width: 31%;
    }
}

.business_page_block .purchase_list li {
    line-height: 1.8;
}

.business_page_block .bus_point_block {
    background: #fff;
    padding: 80px 0;
}

/*====================================================*/
/* item_page_block */
/*====================================================*/
.item_page_block .item_list a {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.item_page_block .item_list a:hover {
    opacity: .7;
}

/*====================================================*/
/* company_page_block */
/*====================================================*/
.company_guide_block .guide_table {
    width: 100%;
    max-width: 380px;
    margin-bottom: 80px;
}

.company_guide_block .guide_table th,
.company_guide_block .guide_table td {
    padding: 0.5em 0;
    text-align: left;
    font-size: 1.6rem;
}

@media print, screen and (min-width: 769px) {
    .company_guide_block .office_list {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .company_guide_block .office_list li {
        width: 30%;
    }
}

.company_guide_block .office_list .ttl {
    margin-bottom: 1em;
    text-align: center;
    font-size: 1.8rem;
}

.company_guide_block .office_list .ttl span {
    display: inline-block;
    min-width: 90%;
    padding: 0.7em;
    background: #80b7dd;
    border-radius: 10px;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
}

.company_guide_block .office_list .office_table {
    width: 100%;
    margin-bottom: 20px;
}

.company_guide_block .office_list .office_table th,
.company_guide_block .office_list .office_table td {
    padding: 0.8em 0.8em;
    background: #fff;
    border: solid 1px #b2b2b1;
    text-align: left;
}

.company_guide_block .office_list .map_box {
    position: relative;
}

.company_guide_block .office_list .map_box:after {
    display: block;
    content: "";
    padding-top: 50%;
}

.company_guide_block .office_list .map_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*====================================================*/
/* recruit_page_block */
/*====================================================*/
.recruit_page_block .recruit_list {
    margin-bottom: 100px;
}

@media print, screen and (min-width: 769px) {
    .recruit_page_block .recruit_list {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .recruit_page_block .recruit_list li {
        width: 31%;
    }
}

.recruit_page_block .recruit_list li a {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.recruit_page_block .recruit_list li a:hover {
    opacity: .7;
}

.recruit_page_block .recruit_list li .ttl {
    margin-bottom: 0.5em;
    position: relative;
    padding: 3.4em 0;
    color: #464ff9;
    text-align: center;
    font-size: 2.3rem;
    font-weight: 700;
    z-index: 2;
}

.recruit_page_block .recruit_list li .ttl:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: -1;
}

.recruit_page_block .recruit_list li p {
    letter-spacing: 0;
}

.recruit_page_block .recruit_list .circle .ttl:after {
    width: 100%;
    height: 100%;
    background: url(../img/recruit/bg-circle.png) no-repeat top left/contain;
}

.recruit_page_block .recruit_list .triangle .ttl:after {
    width: 100%;
    height: 100%;
    background: url(../img/recruit/bg-triangle.png) no-repeat top left/contain;
}

.recruit_page_block .recruit_list .square .ttl:after {
    width: 100%;
    height: 100%;
    background: url(../img/recruit/bg-square.png) no-repeat top left/contain;
}

/*====================================================*/
/* job_page_block */
/*====================================================*/
.post_3_list {
    margin-bottom: 100px;
    flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
    .post_3_list {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .post_3_list:after {
        display: inline-block;
        content: "";
        width: 30%;
    }
    .post_3_list li {
        width: 30%;
    }
}

.post_3_list li {
    margin-bottom: 50px;
}

.post_3_list li a {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.post_3_list li a:hover .img {
    opacity: .7;
}

.post_3_list li a:hover .ttl {
    color: #464ff9;
}

.post_3_list .img {
    margin-bottom: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.post_3_list .date {
    display: block;
    margin-bottom: 0.5em;
    font-size: 1.6rem;
    font-weight: 500;
}

.post_3_list .ttl {
    margin-bottom: 0.3em;
    font-size: 1.6rem;
    font-family: "ab-tombo-bold", sans-serif;
    font-style: normal;
    font-weight: 400;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/********************************************/
/* single */
/********************************************/
.job_single_block .job_content {
    margin-bottom: 100px;
    padding: 10px;
    background: #fcfce9;
    border-radius: 10px;
}

.job_single_block .job_content table {
    width: 100%;
}

.job_single_block .job_content table th,
.job_single_block .job_content table td {
    line-height: 1.8;
    text-align: left;
    vertical-align: top;
    padding: 2em;
    font-size: 1.6rem;
    font-weight: 500;
}

.job_single_block .job_content table th {
    border-right: solid 1px #ccc;
}

/*====================================================*/
/* schedule_page_block */
/*====================================================*/
.schedule_list {
    margin-bottom: 100px;
}

.schedule_list li {
    background: #fff;
    margin-bottom: 50px;
}

@media print, screen and (min-width: 769px) {
    .schedule_list li {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .schedule_list li .img {
        width: 49%;
    }
    .schedule_list li .txt_box {
        width: 51%;
        padding: 40px;
    }
}

.schedule_list li.break_box {
    display: block;
    padding: 40px;
    text-align: center;
}

.schedule_list li.break_box .time,
.schedule_list li.break_box .ttl {
    color: #d9001b;
}

@media screen and (max-width: 768px) {
    .schedule_list li .txt_box {
        padding: 30px 20px;
    }
}

.schedule_list li .time {
    margin-bottom: 0.3em;
    font-size: 1.6rem;
    font-weight: 700;
}

.schedule_list li .ttl {
    margin-bottom: 0.3em;
    font-size: 2.4rem;
    font-weight: 700;
}

/*====================================================*/
/* number_page_block */
/*====================================================*/
.number_page_block {
    padding-bottom: 70px;
}

.number_page_block .number_list {
    margin-bottom: 100px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media print, screen and (min-width: 769px) {
    .number_page_block .number_list:after {
        display: inline-block;
        width: 30%;
        content: "";
    }
    .number_page_block .number_list li {
        width: 30%;
    }
}

.number_page_block .number_list li {
    margin-bottom: 80px;
}

.number_page_block .number_list li .txt_base {
    margin-top: 20px;
}

.number_page_block .number_list li .txt_base p {
    font-weight: 500;
}

/*====================================================*/
/* entry_page_block */
/*====================================================*/
/********************************************/
/* mailform */
/********************************************/
.form_box .form_list li {
    margin-bottom: 25px;
}

.form_box .form_list li ::placeholder {
    color: #282b71;
}

.error {
    padding-top: 1em;
}

input[type="text"],
input[type="tel"],
input[type="email"],
select,
textarea {
    width: 100%;
    padding: 0.8em 1.5em;
    border: solid 1px #282b71;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    height: 14em;
}

.submit_btn {
    margin-top: 70px;
}

.submit_btn .input_btn {
    display: inline-block;
    min-width: 400px;
    padding: 0.8em 1em;
    border: solid 2px #80b7dd;
    border-radius: 10px;
    background: #80b7dd;
    color: #fff;
    font-size: 2.4rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.submit_btn .input_btn:hover {
    background: #fff;
    color: #80b7dd;
}

/*====================================================*/
/* contact_page_block */
/*====================================================*/
/********************************************/
/* post */
/********************************************/
.news_single_block .date {
    display: block;
    margin-bottom: 0.3em;
    font-size: 1.8rem;
    font-weight: 500;
}

.news_single_block .ttl {
    margin-bottom: 1.2em;
    padding-bottom: 0.3em;
    border-bottom: solid 1px #000;
    font-size: 2.4rem;
    line-height: 1.5;
}

/********************************************/
/*page_numbers */
/********************************************/
.page_numbers {
    display: inline-block;
    width: 100%;
    margin: 10px 0;
    text-align: center;
}

.page_numbers li {
    display: inline-block;
    min-width: 30px;
    margin: 0 10px 10px 0;
    text-align: center;
}

.page_numbers li span,
.page_numbers li a {
    display: block;
    padding: 0 0.2em;
    border: solid 1px #333;
    background: #fff;
    line-height: 35px;
    color: #333;
    font-size: 1.8rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.page_numbers li a.next, .page_numbers li a.prev {
    border: none;
    background: none;
}

.page_numbers li a:hover {
    border-color: #eee;
    background: #eee;
}

.page_numbers li .current {
    background: #333;
    color: #fff;
}

/*=============================================*/
/*media query    Tablet */
/*=============================================*/
/*=============================================*/
/*media query    Tablet ipad 5.7inch */
/*=============================================*/
@media screen and (max-width: 768px) {
    /*====================================================*/
    /*@Page main ttl*/
    /*====================================================*/
    .page_main_ttl {
        padding: 40px 0 30px;
    }
    .page_main_ttl .ttl {
        font-size: 2.8rem;
    }
    /*====================================================*/
    /*@ business_page_block */
    /*====================================================*/
    .business_page_block .office_list li {
        margin-bottom: 20px;
    }
    .business_page_block .office_list li .ttl {
        min-height: auto;
    }
    /*====================================================*/
    /* company_page_block */
    /*====================================================*/
    .company_guide_block .office_list li:not(:last-child) {
        margin-bottom: 60px;
    }
    .company_guide_block .office_list .ttl {
        font-size: 1.8rem;
    }
    .company_guide_block .office_list .ttl span {
        display: block;
        width: 100%;
    }
    .company_guide_block .office_list .map_box:after {
        padding-top: 65%;
    }
    /*====================================================*/
    /* recruit_page_block */
    /*====================================================*/
    .recruit_page_block .recruit_list li {
        max-width: 350px;
        margin: 0 auto 50px;
    }
    /*====================================================*/
    /* job_page_block */
    /*====================================================*/
    .post_3_list li {
        width: 100%;
        max-width: 350px;
        margin: 0 auto 50px;
    }
    /********************************************/
    /* single */
    /********************************************/
    .job_single_block .job_content {
        padding: 15px;
    }
    .job_single_block .job_content table {
        display: block;
    }
    .job_single_block .job_content table tbody,
    .job_single_block .job_content table tr {
        display: block;
    }
    .job_single_block .job_content table tr {
        border-bottom: solid 1px #ccc;
    }
    .job_single_block .job_content table th,
    .job_single_block .job_content table td {
        display: block;
        width: 100%;
        padding: 1em 0;
        font-size: 1.4rem;
    }
    .job_single_block .job_content table th {
        border-right: none;
    }
    .job_single_block .job_content table td {
        padding-top: 0;
    }
    /*====================================================*/
    /* number_page_block */
    /*====================================================*/
    .number_page_block .number_list li {
        max-width: 350px;
        margin: 0 auto 60px;
    }
    .submit_btn .input_btn {
        display: block;
        width: 100%;
        min-width: auto;
    }
}

/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/
