﻿@charset "utf-8";
.sp {
    display: none;
}

.pc {
    display: block;
}

.pc_none {
    display: none;
}

.u900_only {
    display: none;
}

@media screen and (max-width:900px) {
    .u900_only {
        display: block;
    }
    .u900_none {
        display: none;
    }
}

#container {
    width: 100%;
}

.wrapper {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 0;
}
/*============================
header
============================*/

.header {
    width: 100%;
    height: 77px;
    border-bottom: 2px solid #eee;
}

.header a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}

.header .logo {
    float: left;
}

.header .logo img {
    margin: 15px 30px;
}

@media (max-width:1000px) {
    .header .logo img {
        margin: 19px 10px;
        width: 250px;
    }
}

@media (max-width:800px) {
    .header .logo img {
        margin: 21px 10px;
        width: 220px;
    }
}

.header .gnavi {
    float: right;
}

.header .gnavi ul li {
    float: left;
    font-weight: bold;
    line-height: 75px;
    height: 75px;
}

.header .gnavi ul li a {
    display: block;
    padding: 0 20px;
}

@media (max-width:1000px) {
    .header .gnavi ul li a {
        padding: 0 15px;
    }
}

.header .gnavi ul li.contact span {
    font-size: 12px;
    border: 1px solid #fff;
    padding: 1px 4px;
    margin: 0 0 0 5px;
}

.header .gnavi ul li.contact a {
    background: #204e93;
    color: #fff;
    padding: 0 30px;
    font-size: 16px;
}

@media (max-width:900px) {
    .header .gnavi ul li.contact a {
        padding: 0 15px;
        font-size: 14px;
    }
}
/*============================
footer
============================*/

footer {
    background-color: #000;
}

.l-footer-inner2 {
    width: 94%;
    max-width: 1120px;
    margin: 0 auto;
    padding: 50px 0;
    font-size: 14px;
}

.l-footer-sitemap2 {
    display: flex;
    justify-content: space-between;
}

.l-footer-sitemap2-main {
    display: flex;
}

.l-footer-sitemap2-main .main-left {
    margin-right: 50px;
}

.l-footer-sitemap2-main .main-left img {
    width: 250px;
}

.l-footer-sitemap2-main .main-left .l-footer-sitemap__link li {
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 20px;
    width: 250px;
}

.l-footer-sitemap2-main .main-right .l-footer-sitemap__link li {
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 16px;
    width: 250px;
}

.l-footer-sitemap2-main .l-footer-sitemap__link2 li {
    display: block;
    margin: 12px 0;
    color: #ddd;
}

.l-footer-sitemap2-sub {
    position: relative;
}

.l-footer-sitemap2-sub .l-footer-sitemap__link {
    position: absolute;
    right: 0;
    bottom: 0px;
    text-align: right;
}

.l-footer-sitemap2-sub .l-footer-sitemap__link li {
    margin: 8px 0;
}

.l-footer-sitemap2-sub .l-footer-sitemap__link li img {
    width: 12px;
    height: auto;
    margin-left: 5px;
}

.l-footer-relatedservices {
    margin: 50px 0;
}

.l-footer-relatedservices p {
    font-size: 16px;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 16px;
}

.l-footer-relatedservices li {
    display: block;
    margin: 12px 0;
    line-height: 1.6;
}

.l-footer-sitemap2-main li a,
.l-footer-sitemap2-sub .l-footer-sitemap__link li a,
.l-footer-relatedservices li a {
    color: #fff;
}

.l-footer-sitemap2-main li:hover,
.l-footer-sitemap2-sub .l-footer-sitemap__link li:hover,
.l-footer-relatedservices li:hover {
    opacity: 0.7;
}

.l-footer-copy2 p {
    text-align: center;
    font-size: 11px;
    color: #fff;
}

@media screen and (max-width:900px) {
    .footer-logo {
        margin-bottom: 32px;
    }
    .l-footer-sitemap2 {
        flex-direction: column;
    }
    .l-footer-sitemap2-main .main-left {
        margin-right: 0;
        width: 100%;
    }
    .l-footer-sitemap2-main .main-left .l-footer-sitemap__link li {
        width: 100%;
    }
    .l-footer-sitemap2-main .l-footer-sitemap__link2 li {
        font-size: 14px !important;
        border-bottom: none !important;
        margin: 12px 0 !important;
    }
    .footer-linebanner {
        width: 100%;
        max-width: 400px;
        display: block;
        margin: 0 auto;
    }
    .l-footer-sitemap2-sub .l-footer-sitemap__link {
        position: initial;
        text-align: left;
        margin-top: 30px;
    }
}
/*============================
#breadcrumb
============================*/

ol.breadcrumb {
    padding: 20px 30px;
}

ol.breadcrumb li {
    float: left;
}

ol.breadcrumb li:after {
    content: ">";
    float: right;
    margin: 0 5px;
}

ol.breadcrumb li:last-child:after {
    content: "";
}

ol.breadcrumb li a:hover {
    text-decoration: underline;
}
/*============================
low 下層ページ
============================*/

.low a:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    opacity: 0.70;
}
/*low_visual*/

.low_visual {
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    background: url("") 85% 100% no-repeat, linear-gradient(150deg, rgba(214, 241, 252, 1) 10%, rgba(221, 221, 238, 1) 90%);
}

.low_visual h1.ttl {
    width: 1200px;
    margin: 0 auto;
    color: #204e93;
    font-size: 30px;
    font-weight: bold;
}

.low_visual h1.ttl span {
    color: #111;
    font-size: 16px;
    font-weight: bold;
}
/*pager*/

.pager {
    margin-bottom: 20px;
}

.pager p {
    float: left;
}

.pager ul.page-numbers {
    /* float: right; */
    
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.pager ul.page-numbers li.prev.disable {
    float: left;
    margin: 0 3px;
}

.pager ul.page-numbers li.prev.disable span.prev.page-numbers {
    float: left;
    margin: 0 3px;
}

.pager ul.page-numbers li {
    float: left;
    margin: 0 3px;
}

.pager ul.page-numbers li span.page-numbers.current {
    float: left;
    margin: 0 3px;
    padding: 3px 5px;
    color: #204e93;
    border: 1px solid #204e93;
    border-radius: 4px;
}

.pager ul.page-numbers li a.page-numbers {
    float: left;
    margin: 0 3px;
}

.pager ul.page-numbers li span.page-numbers.dots {
    float: left;
    margin: 0 3px;
}

.pager ul.page-numbers li.next {
    float: left;
    margin: 0 3px;
}

.pager ul.page-numbers li.next a.next.page-numbers {
    float: left;
    margin: 0 3px;
}
/*select box arrow*/
/*矢印を削除*/

.search select,
#contact form p select {
    -webkit-appearance: none;
    appearance: none;
}
/*矢印を削除(IE用)*/

.search select::-ms-expand,
#contact form p select::-ms-expand {
    display: none;
}
/*column_detail*/

.column {
    width: 1100px;
    margin: 32px auto 100px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
/*side*/

.left_side {
    width: 750px;
}

#side {
    width: 290px;
}
/*column_header*/

.column_header .icon {
    background: #F2F6FF;
    border-radius: 5px;
    padding: 3px 10px;
    display: inline-block;
    margin-bottom: 14px;
}

.column_header .icon a {
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #204E93;
}

.column_header .icon a:hover {
    opacity: .7;
}

.column_detail .column_header h1 {
    font-weight: bold;
    font-size: 30px;
    line-height: 42px;
    color: #111;
    margin-bottom: 20px;
    text-align: left;
}

.column_list .column_header h1 {
    font-weight: bold;
    font-size: 30px;
    line-height: 42px;
    color: #111;
    margin-bottom: 50px;
    text-align: center;
}

.column_header_bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 28px;
}

.column_header .date {
    font-size: 14px;
    line-height: 17px;
    color: #111;
    margin-right: 40px;
}

.column_header .tag a {
    font-size: 14px;
    line-height: 17px;
    color: #204E93;
    margin-right: 14px;
}

.column_header .tag a:hover {
    text-decoration: underline;
}

.column_header .tag a::before {
    content: '#';
}
/*eye_catch*/

.column_detail .eye_catch {
    margin-bottom: 40px;
}

.column_detail .eye_catch img {
    width: 100%;
}

.column_detail .left_side .lead_txt {
    margin-bottom: 40px;
}

.column_detail .left_side .lead_txt p {
    font-size: 16px;
    line-height: 32px;
    color: #111;
}
/*table_of_contents*/

#rtoc-mokuji-wrapper {
    background: #F2F6FF;
    padding: 30px 34px 5px;
    margin-bottom: 50px;
}

#rtoc-mokuji-wrapper #rtoc-mokuji-title {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    color: #204E93;
    margin-bottom: 30px;
}

#rtoc-mokuji-wrapper ul.level-1 li a {
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    color: #111;
    /*border-bottom: 1px solid #ddd;
    padding-bottom: 14px;*/   
    /* margin-bottom: 20px; */
    margin-bottom: 25px;
}

#rtoc-mokuji-wrapper ul.level-1 li a:hover {
    text-decoration: underline;
}

#rtoc-mokuji-wrapper ul.level-1 li ul.level-2 li a {
    display: block;
    font-weight: initial;
    font-size: 16px;
    line-height: 1;
    color: #555;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 20px;
    padding: 0 30px;
}

#rtoc-mokuji-wrapper ul.level-1 li ul.level-2 li:last-child a {
    /* border-bottom: 1px solid #ddd; */
    padding-bottom: 14px;
}
/*honbun*/

.column_detail .left_side .honbun h2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
    color: #204E93;
    border-bottom: 2px solid #204E93;
    padding-bottom: 8px;
    margin: 60px 0 32px;
}

.column_detail .left_side .honbun p {
    font-size: 16px;
    line-height: 32px;
    /* or 200% */
    color: #111;
    margin: 20px 0;
}

.column_detail .left_side .honbun h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    color: #111;
    border-left: 7px solid #204E93;
    padding-left: 10px;
    margin: 60px 0 32px;
}

.column_detail .left_side .honbun td {
    line-height: 1.6;
}

/*cta*/

.cta_contact {
    background: url(./img/bg_cta_contact.png) 100% 95% no-repeat, linear-gradient(142.53deg, rgba(206, 241, 252, 0.7) 10.62%, rgba(218, 215, 234, 0.7) 76.43%);
    background-size: 90px, 100%;
    padding: 28px 0 34px;
    margin-bottom: 0;
}
.honbun .cta_contact {
    padding: 6px 0 34px;
}

.cta_contact p.txt {
    font-weight: bold;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #204E93 !important;
    margin-bottom: 10px !important;
}

.cta_contact p.txt span {
    font-weight: bold;
    font-size: 26px;
    line-height: 26px;
    color: #204E93;
}

.cta_contact a {
    display: block;
    width: 520px;
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    color: #fff;
    background: #204E93;
    box-shadow: 0px 1px 3px rgba(17, 17, 17, 0.3);
    border-radius: 10px;
    padding: 25px 0;
    margin: 0 auto;
}

.cta_contact a:hover {
    opacity: .7;
}

.cta_contact a::before {
    content: url(./img/ico_arrow.svg);
    display: inline-block;
    width: 24px;
    margin-right: 10px;
}

.cta_contact a::after {
    content: url(./img/ico_arrow.svg);
    display: inline-block;
    width: 24px;
    margin-left: 10px;
    transform: rotate(180deg);
}

.cta_contact a span {
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #fff;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    padding: 3px 5px;
    vertical-align: 2px;
    margin-left: 10px;
}
/*cta_job*/

.cta_planner {
    background: url(./img/bg_planner_pc.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 14px 0;
}

.cta_design {
    background: url(./img/bg_designer_pc.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 14px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.cta_engineer {
    background: url(./img/bg_engineer_pc.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 14px 0;
}

.cta_all {
    background: url(./img/bg_all_pc.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 14px 0;
}

.cta_job a {
    display: block;
    width: 430px;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #111;
    border-radius: 5px;
    margin: 0 auto;
    height: 70px;
    background: url(./img/ico_bg_arrow.svg) 100% 100% no-repeat #fff;
    background-size: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.cta_job a:hover {
    opacity: .7;
}

.cta_job.cta_design a {
    width: 240px;
    margin: 0 10px;
}

.cta_job a span {
    font-weight: bold;
    font-size: 19px;
    line-height: 1;
    color: #204E93;
    vertical-align: middle;
    padding: 0;
}

.cta_img img {
    margin-right: 10px;
}

.cta_txt {
    text-align: left;
}
/*tag_section*/

.column_detail .left_side .tag_section {
    text-align: center;
    margin-bottom: 50px;
}

.column_detail .left_side .tag_section a {
    font-size: 14px;
    line-height: 1;
    color: #204E93;
    padding: 7px 10px;
    margin: 0 4px;
    border: 1px solid #204E93;
}
.column_detail .left_side .tag_section a::before {
    content: '#';
}
.column_detail .left_side .tag_section a:hover {
    background: #eaf1ff;
}
/*related*/

.column_detail .left_side .related h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #111;
    padding-left: 3% 0px;
    text-align: center;
    margin-bottom: 24px;
}

.column_detail .left_side .related h4::before {
    content: url(./img/ico_light.svg);
    width: 15px;
    height: 23px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: -2px;
}

.box_wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.column_detail .left_side .related .box {
    width: 234px;
}

.column_detail .left_side .related .box a:hover {
    opacity: .7;
}

.column_detail .left_side .related .box img {
    width: 100%;
}
/*right_side*/

#side #block-3 {
    display: none;
}


#side h2,
#side #block-6 h2,
#side #block-10 h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    color: #111;
    padding: 9px 0 9px 40px;
    background: #F2F6FF;
}

#side #block-6 h2 {
    background: url(./img/ico_category.svg) 10px 50% no-repeat #F2F6FF;
    background-size: 22px;
}

#side #block-10 h2 {
    background: url(./img/ico_tag.svg) 10px 50% no-repeat #F2F6FF;
    background-size: 22px;
    margin-bottom: 10px;
}

#side #block-6 ul {
    margin-bottom: 30px;
}

#side #block-6 ul li {
    border-bottom: 1px solid #ddd;
    /* padding: 11px 0; */
}

#side #block-6 ul li a {
    font-size: 16px;
    /* line-height: 1; */
    color: #111;
    display: block;
    padding: 12px 0;
}

#side #block-6 ul li a:hover {
    color: #999;
}

#side #block-10 p {
    display: inline;
    margin-right: 10px;
}

#side #block-10 p a {
    font-size: 16px !important;
    line-height: 30px;
    color: #111;
    white-space: nowrap;
}

#side #block-10 p a:hover {
    color: #999;
    text-decoration: underline;
}

#side #block-10 p a::before {
    content: '#';
}
/*floating*/

.floating {
    width: 250px;
    position: fixed;
    right: 0;
    bottom: 16px;
}

@media screen and (min-width: 1400px) {
    .floating {
        bottom: 8%;
    }
}
@media screen and (min-width: 1900px) {
    .floating {
        width: 300px;
    }
}

.floating img {
    width: 100%;
}

.floating a:hover {
    opacity: .7;
}
/*column_list*/

.column_list .list ul {
    margin-bottom: 50px;
}
/*column_box*/

.column_box {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.column_box .column_left .eye_catch {
    width: 268px;
    margin-right: 20px;
}

.column_box .column_left .eye_catch a:hover {
    opacity: .7;
}

.column_box .column_left .eye_catch img {
    width: 100%;
}

.column_box .column_right {
    display: flex;
    flex-direction: column;
}

.column_box .column_right .icon {
    margin-bottom: 8px;
}

.column_box .column_right .icon a {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    color: #204E93;
    padding: 7px 12px;
    background: #F2F6FF;
    border-radius: 5px;
}

.column_box .column_right .icon a:hover {
    opacity: .7;
}

.column_box .column_right h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #111;
}

.column_box .column_right .column_header_bottom {
    margin-top: auto;
    margin-bottom: 0;
    align-items: baseline;
}

.column_box .column_right .column_header_bottom .date {
    font-size: 12px;
    line-height: 1;
    color: #111;
    margin-right: 20px;
}

.column_box .column_right .column_header_bottom .tag a {
    font-size: 12px;
    line-height: 1;
    color: #204E93;
    margin-right: 10px;
}

.column_box .column_right .column_header_bottom .tag a::before {
    content: '#';
}

.column_box .column_right .column_header_bottom .tag a:hover {
    text-decoration: underline;
}
/*pagination*/
/*.pagination {
}
.pagination ul {
    display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
}
.pagination ul li {
margin: 0 10px;
}
.pagination ul li a {
    display: inline-block;
font-weight: bold;
font-size: 18px;
line-height: 26px;

color: #111;
}
.pagination ul li span {
display: inline-block;
font-weight: bold;
font-size: 18px;
line-height: 26px;

color: #204E93;


border: 1px solid #204E93;
border-radius: 4px;
width: 26px;
text-align: center;
}*/

.pagination {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 40px;
}

.pagination a,
.pagination span {
    margin: 0 10px;
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #111;
}

.pagination span.current {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #204E93;
    border: 1px solid #204E93;
    border-radius: 4px;
    width: 26px;
    text-align: center;
}

/* author */

.column_detail .left_side .honbun .author { 
    background-color: #F8F6FF; 
    display: flex; 
    justify-content: space-between; 
    padding: 30px; 
    margin: 80px 0 40px;
}
.column_detail .left_side .honbun .author-text { 
    width:68%;
    color: #555555; 
    line-height: 1.7; 
}
.column_detail .left_side .honbun .author-text p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}
.column_detail .left_side .honbun .author-text .title {
    border-bottom: 1px solid #204E93; 
    color: #111;
    margin: 0;
} 
.column_detail .left_side .honbun .author-text .name { 
    color: #204E93; 
    font-weight: 700; 
    font-size: 16px; 
    margin: 15px 0 5px;
} 
.column_detail .left_side .honbun .author-text .company {
    color: #111; 
    margin:  0 0 15px 0; 
} 
.column_detail .left_side .honbun .author img { 
    width: 30%;
    height: auto;
} 

@media(max-width:768px) { 
    .column_detail .left_side .honbun .author { 
        flex-direction: column; 
    } 
    .column_detail .left_side .honbun .author-text { 
        width: 100%; 
    } 
    .column_detail .left_side .honbun .author img { 
        width: 60%; 
        margin: 12px auto 0; 
    } 
}