@charset "utf-8";

/* header
----------------------------------------------------------- */
.header_bg .inner {
    z-index: 2;
    padding: 20px 0px;
}

.logo_menu {
    position: relative;
    justify-content: flex-end;
}

.site_logo {
    margin-right: auto;
}

.site_logo img {
    height: 75px;
}

.site_logo img.logo_1 {
    padding-right: 8px;
}

.header_bg .eyecatch {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 700px;
    overflow: hidden;
}

.header_bg .eyecatch h1 {
    color: #fff;
    font-weight: bold;
}

/* G-navi
----------------------------------------------------------- */
#g_navi {
    margin-top: 25px;
}

#g_navi nav {
    margin: 0 auto 0px;
}

.nav-unshown {
    display: none;
}

#g_navi li {
    position: relative;
    float: left;
}

#g_navi li a {
    position: relative;
    padding: 0px 12px;
    font-size: 18px;
    text-align: center;
    color: #333;
    transition: .5s;
    letter-spacing: 1.5px;
    font-weight: 500;
}

#g_navi li.active a,
#g_navi li a:hover {
    text-decoration: none;
}

#g_navi li.lang_switch {
    margin-left: 15px;
}

#g_navi li.lang_switch a {
    display: inline-block;
    background: #b9b9b9;
    color: #fff;
}

#g_navi li.lang_switch a:hover,
#g_navi li.lang_switch a.active {
    background: #333;
}

/* 固定 */
.fixed {
    position: fixed;
    top: 0;
    padding: 0;
    width: 100%;
    z-index: 1000;
}

#g_navi.fixed {
    border-bottom: 1px solid #ddd;
}

#g_navi.fixed li {
    bottom: -1px;
}

#g_navi.fixed nav {
    width: 100%;
}

/* breadcrumb
----------------------------------------------------------- */
#breadcrumb {
    position: relative;
    margin: 0px;
    padding: 5px 0px;
    font-size: 12px;
}

#breadcrumb:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}

#breadcrumb ul {
    position: relative;
    z-index: 3;
    width: 1076px;
    white-space: nowrap;
    margin: 0px auto;
    overflow-x: auto;
    overflow-y: hidden;
}

#breadcrumb li {
    display: inline-block;
    display: inline;
    zoom: 1;
    vertical-align: middle;
    color: #999;
}

#breadcrumb li a {
    display: block;
    padding: 0 12px 0 10px;
    max-width: 360px;
    height: 18px;
    line-height: 18px;
    text-decoration: none;
    color: #999;
    white-space: nowrap;
}

#breadcrumb li a:after {
    position: relative;
    display: block;
    margin-top: -10px;
    margin-left: auto;
    margin-right: -15px;
    height: 8px;
    width: 10px;
    content: " ";
    -webkit-transform: skew(-45deg);
    border-right: 1px solid #999;
}

#breadcrumb li a:before {
    float: right;
    display: block;
    margin-bottom: -10px;
    margin-left: auto;
    margin-right: -15px;
    height: 8px;
    width: 10px;
    content: " ";
    -webkit-transform: skew(45deg);
    border-right: 1px solid #999;
}

#breadcrumb li:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
    line-height: 32px;
    padding: 0 22px 0 10px;
}

/* lead
----------------------------------------------------------- */
.lead {
    position: relative;
    height: 254px;
    background: url(../images/events/200401_start.jpg) left center no-repeat;
    background-size: cover;
}

.lead .inner {
    display: table;
}

.lead .inner:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    background-color: rgb(33 33 33 / 60%);
}

.lead .txt {
    display: table-cell;
    vertical-align: middle;
    height: 254px;
}

.lead h1 {
    font-size: 58px;
    line-height: 1.4;
    color: #fff;
    letter-spacing: 4.5px;
    font-weight: 500;
}

.lead a {
    color: #fff;
    /* font-size: 100%; */
    margin-right: 0.5%;
}

.lead a:hover {
    color: #bf6d6d;
}

.lead li {
    display: inline;
}

/* 基本タイトル
----------------------------------------------------------- */
.event_title h2 {
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 10px;
}


.head_title {
    position: relative;
    margin-bottom: 40px;
}

.head_title h2 {
    position: relative;
    margin-bottom: 30px;
    color: #416583;
    font-size: 30px;
    letter-spacing: 2.5px;
    font-weight: bold;
}

.head_title h2.en {
    font-size: 36px;
    letter-spacing: 4.5px;
    font-weight: 500;
}

.head_title h2:after {
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0%;
    width: 200px;
    height: 1px;
    margin-left: 0px;
    background-color: #416583;
}

.head_title.t_center h2:after {
    left: 50%;
    margin-left: -100px;
}
.jobhunting {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
.head_title1 {
    text-align: left;
    width: 70%;
}
.head_title1 h3 {
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 26px;
    letter-spacing: 2.5px;
    font-weight: bold;
    
}
.head_title1 h3:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 60px;
    background: #333;
    right: -80px;
    bottom: 50%;
}
.head_title1 h2 {
    color: black;
    font-size: 22px;
    font-weight: bold;
    padding-top: 20px;
}
.head_title1 p {
    padding-top: 10px;
    font-size: 15px;
}


.head_title h3 {
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 26px;
    letter-spacing: 2.5px;
    font-weight: bold;
    
}

.head_title h3:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 60px;
    background: #333;
    right: -80px;
    bottom: 50%;
}

.imp_subtitle {
    margin-top: 16px;
    letter-spacing: 1px;
    font-size: 12px;
    display: block;
    color: #416583;
    line-height: 1.125;
    text-transform: capitalize;
    word-break: break-word;
}

.head_area {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.head_area2 {
    margin-bottom: 30px;
    text-align: center;
}

.head_area2 h1,
.head_area2 h2 {
    position: relative;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 600;
}

.head_area2 h2:after {
    position: absolute;
    content: '';
    bottom: -15px;
    left: 50%;
    width: 100px;
    height: 1px;
    margin-left: -50px;
    background-color: #416583;
}

#main .head_area2 {
    text-align: left;
}

#main .head_area2 h2 {
    display: block;
    padding: 0px;
    text-align: left;
    font-size: 22px;
    margin-bottom: 20px;
}

#main .head_area2 h2:before,
#main .head_area2 h2:after {
    display: none;
}

.heading h3 {
    margin: 15px 0px;
    font-size: 20px;
    font-weight: bold;
    color: #416583;
}

.heading h4 {
    position: relative;
    margin: 20px 0px 20px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: bold;
}

.heading h4:before {
    content: "\f13a";
    font-family: "Font Awesome 5 Free";
    top: 3px;
    left: 0px;
    position: absolute;
    color: #416583;
    font-size: 22px;
}

/* about
----------------------------------------------------------- */
.home .about .in {
    padding: 60px 0px;
}

.home .about p {
    font-size: 16px;
    font-weight: 500;
}

.home .about .lt_blk {
    margin-top: 50px;
}

.about .lt_blk {
    width: 65%;
    margin-right: 5%;
}

.about .rt_blk {
    flex: 1;
}

.about .rt_blk img {
    width: 300px;
    height: auto;
}

.ab_pict_c {
    width: 300px;
    height: 300px;
    border-radius: 50%;
}

:root {
    --percentage: 100%;
}

.event_title {
    margin-bottom: 20px;
}
.event_title ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
}

.event_title li {
    list-style: none;
    margin: 0 5px;
}
.event_title img{
    margin-bottom: 30px;
}
.ab_pict_scale {
    width: var(--percentage, 100%);
    display: block;
    margin: auto;
    text-align: center;
    margin-bottom: 3%;
}

.about_area .in {
    width: 80%;
}

.about_area .head_title {
    margin-bottom: 30px;
}

/* News&Event（TOP）
------------------------------------------------------*/
.news_area {
    background: #f7f7f7;
    border-bottom: 1px solid #ddd;
}

.news_tl h2 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #777;
    letter-spacing: 1.2px;
    font-weight: 500;
}

.lr_ct .flex_lt {
    width: 20%;
}

.lr_ct {
    align-items: center;
}

.lr_ct .flex_rt {
    flex: 1;
    max-height: 300px;
    padding-top: 20px;
    overflow-y: scroll;
    transition: .3s;
}

.article_list .article {
    display: table;
    width: 100%;
    padding: 12px;
    border-bottom: 1px solid #ddd;
}

.article_list li.article:first-child {
    padding-top: 0px;
}

.article_list li.article:last-child {
    border-bottom: 0px;
}

.article_list .data {
    display: table-cell;
    width: 180px;
}

.article_list .case_list .data {
    display: table-cell;
    width: 166px;
}

.article_list .time {
    display: inline-block;
    position: relative;
    top: -1px;
    width: 150px;
}

.article_list .quest_area {
    display: inline-block;
    width: 40px;
}

.article_list .cat,
.day_cat .cat {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 100px;
    padding: 1px 0px;
    background: #999;
    text-align: center;
    font-size: 11px;
    color: #fff;
    letter-spacing: 1px;
}

.article_list .cat.type_yellow,
.day_cat .cat.type_yellow {
    background: #bfb16d;
}

.article_list .cat.type_red,
.day_cat .cat.type_red {
    background: #bf6d6d;
}

.article_list .cat.type_green,
.day_cat .cat.type_green {
    background: #7BBF6D;
}

.article_list .cat.type_blue,
.day_cat .cat.type_blue {
    background: #6D93BF;
}

.article_list .cat a,
.day_cat .cat a {
    color: #fff;
}

.article_list .cat a:hover,
.day_cat .cat a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.article_list .area_txt {
    display: table-cell;
}

.article_list .area_txt a {
    color: #333;
    text-decoration: underline;
}

.article_list .area_txt a:hover {
    text-decoration: none;
}

.article_list p {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    line-height: 2 !important;
    font-size: 13px;
}

/* News&Event（list）
------------------------------------------------------*/
.member_list2 {
    margin-top: 40px;
    margin-bottom: 30px;

}

.member_list2.flex_in {
    -webkit-justify-content: left;
    -moz-justify-content: left;
    justify-content: left;
}

.member_list2.flex_in:before {
    content: "";
    display: block;
    order: 1;
}

.member_list2.flex_in:after {
    content: "";
    display: block;
}

.member_list2 li {
    list-style-type: decimal;
    width: 65%;
    height: auto;
    margin: 0px auto 20px;
    padding: 0px;
    text-align: left;
}

.news_list {
    margin-top: 40px;
}

.news_list li {
    width: 260px;
    height: auto;
    margin: 0px 4px 15px;
}

.news_list li a {
    display: block;
    color: #333;
}

.news_list li a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.news_list li .img {
    width: 260px;
    margin: 0 auto;
    overflow: hidden;
}

.news_list li .img img {
    transition: 1s all;
}

.news_list li .img img:hover {
    transform: scale(1.1, 1.1);
    transition: 1s all;
}

.day_cat {
    display: table;
    margin: 10px 0px;
    padding: 0px 10px;
}

.day_cat .day,
.day_cat .cat {
    display: table-cell;
}

.day_cat .day {
    padding-right: 10px;
}

.news_list li .txt {
    text-align: left;
    padding: 0px 10px;
}

.news_list li h2 {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}

.news_list li p {
    font-size: 13px;
    line-height: 1.4;
}

/* 記事詳細
------------------------------------------------------*/
.blog {
    width: 800px;
    margin: 0px auto 50px;
    padding: 30px;
    background-color: #fff;
}

.blog .head {
    margin-bottom: 30px;
}

.blog .head h1.tl {
    margin-top: 15px;
    font-size: 28px;
    line-height: 36px;
    font-weight: bold;
}

.blog .blog_area h2 {
    margin: 40px 0px 30px;
    padding: 16px 16px 16px;
    font-size: 22px;
    font-weight: bold;
    line-height: 34px;
    background-color: #f2f2f2;
}

.blog .blog_area h3 {
    margin: 40px 0px 30px;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    border-top: 1px solid #777;
    border-bottom: 1px solid #999;
    padding: 16px 0px 16px 10px;
}

.blog .blog_area h4 {
    position: relative;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 15px 0px 12px 20px;
    color: #0974a7;
}

.blog .blog_area h4:after {
    position: absolute;
    top: .5em;
    left: .0em;
    content: '';
    width: 3px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    background-color: #416583;
}

.blog .blog_area p {
    margin-bottom: 30px;
    font-size: 15px;
    word-wrap: break-word;
    letter-spacing: 1px;
}

/* member
------------------------------------------------------*/
.member_list1 {
    margin-top: 40px;
    margin-bottom: 30px;

}

.member_list1.flex_in {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.member_list1.flex_in:before {
    content: "";
    display: block;
    order: 1;
}

.member_list1.flex_in:after {
    content: "";
    display: block;
}

.member_list1 li {
    height: auto;
    margin: 0px auto 20px;
    padding: 0px;
    background: #fff;
    border-radius: 5px;
}

.member_list1 li .img {
    margin-bottom: 20px;
    text-align: center;
}

.member_list1 li .img img {
    width: 260px;
    height: auto;
}

.member_list1 li h3 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.member_list1 li p {
    padding: 0px 3px 15px;
    line-height: 1.6;
    text-align: center;
}

.member_list1 li p span {
    display: inline-block;
    padding: 0px 5px;
    letter-spacing: 2px;
}

.member_list {
    margin-top: 40px;
    margin-bottom: 30px;
}

.member_list.flex_in {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.member_list.flex_in:before {
    content: "";
    display: block;
    width: 23%;
    order: 1;
}

.member_list.flex_in:after {
    content: "";
    display: block;
    width: 260px;
}

.member_list li {
    width: 260px;
    height: auto;
    margin: 0px auto 20px;
    padding: 0px;
    background: #fff;
    border-radius: 5px;
}

.member_list.slider li {
    background: none;
}

.member_list.slider li:focusr {
    outline: none;
}

.member_list li .img {
    margin-bottom: 20px;
    text-align: center;
}

.member_list li .img img {
    width: 260px;
    height: auto;
}

.member_list li h3 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.member_list li p {
    padding: 0px 3px 15px;
    line-height: 1.6;
    text-align: center;
}

.member_list li p span {
    display: inline-block;
    padding: 0px 5px;
    letter-spacing: 2px;
}

.member_list.slider li p span {
    padding: 0px 2px;
    letter-spacing: 0px;
}

.eng .member_list.slider li p span {
    letter-spacing: 2px;
}

.member_list li p span.mail {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    letter-spacing: 1px;
}

.member_br {
    display: block;
    margin-top: 8px;
}

ul.member_list_link {
    margin: 20px 0px 10px;
}

ul.member_list_link li {
    display: inline-block;
    min-width: 265px;
    text-align: center;
}

ul.member_list_link li a {
    display: block;
    margin: 2% 1%;
    padding: 15px;
    background: #f7f7f7;
    border: 1px solid #2572a0;
    font-weight: bold;
}

ul.member_list_link li a:hover {
    background: #2572a0;
    color: #fff;
    text-decoration: none;
}

.fa.fa-at,
.fa.fa-at:before {
    margin: 0;
    padding: 0;
}

/* dl
----------------------------------------------------------- */
dl.dl_base {
    display: flex;
    flex-wrap: wrap;
}

dl.dl_base dt {
    width: 30%;
    font-weight: bold;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}

dl.dl_base dd {
    padding: 15px;
    margin: 0;
    border-bottom: 1px solid #ddd;
    width: 70%;
}

@media screen and (max-width: 320px) {
    dl.dl_base {
        flex-flow: column nowrap;
    }

    dl.dl_base dt,
    dl.dl_base dd {
        width: 100%;
    }
}

/* footer
----------------------------------------------------------- */
#footer {
    clear: both;
    color: #cfcfcf;
    background-color: #416583;
    line-height: 1;
    margin: 0 auto;
    padding: 60px 0 0px;
}

#footer .flex_in {
    justify-content: center;
}

#footer address {
    clear: both;
    text-align: center;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 1px;
    padding: 4px;
}

.footer_area {
    width: 46%;
    margin: 0px 2%;
    padding: 3%;
    border: 1px solid #edf0f1;
    background: #f7f7f7;
    text-align: center;
    font-weight: bold;
}

.footer_area p {
    letter-spacing: 1.2px;
}

p.footer_info {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.footer_area p span {
    display: inline-block;
}

p.footer_address {
    margin-bottom: 5px;
}

.credit_ft_2 {
    margin-top: 60px;
    padding: 40px 0px;
    background: #333;
}

/* 英語版の文字調整 */
.eng .head_title h2,
.eng .head_title h3,
.eng .footer_area p {
    letter-spacing: 0.5px;
}

/* タブレットに適用させるCSS */
@media screen and (max-width:1024px) {

    header .in,
    #breadcrumb ul,
    #bread_all ul,
    #footer_body,
    #side,
    #side_wrap,
    #main,
    #main_area,
    .area,
    #content,
    iframe,
    .rt_prof,
    .lt_office_img,
    .member_list_blk .img,
    .member_list .img,
    .cta_area .flex_lt,
    .cta_area .flex_rt,
    .fta_icon .flex_lt,
    .home .article_list {
        width: 100%;
        float: none;
    }

    .inner,
    #content .in,
    .in {
        width: 96%;
        margin: 0 auto;
    }

    #g_navi nav {
        width: 100%;
    }

    #g_navi li a {
        padding: 0px 8px;
    }

    .header_bg .eyecatch h1 {
        text-align: center;
    }

    #main {
        margin: 0px;
        border-right: 0px;
        padding: 0px;
        padding: 20px;
        /* 20200519 */
    }

    .about .lt_blk {
        width: 55%;
        margin-right: 3%;
    }

    ul.member_list_link li {
        width: 33%;
    }

    ul.member_list_link {
        text-align: center;
    }
}

/* スマホに適用させるCSS */
@media screen and (max-width:760px) {

    .inner,
    #content .in,
    .in {
        width: 90%;
        margin: 0 auto;
    }

    p {
        font-size: 13px;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .pc {
        display: none !important;
    }

    .mb {
        display: block !important;
    }

    /* lauout
    ----------------------------------------------------*/
    .home #wrapper {
        padding-top: 0px;
    }

    .home .header_bg {
        height: 380px;
    }

    .header_bg .inner {
        padding: 0px;
        height: 80px;
    }

    .header_bg .eyecatch .inner {
        height: auto;
    }

    .header_bg .flex_in {
        display: block;
        flex: auto;
    }

    .header_bg .eyecatch {
        position: relative;
        height: 300px;
        text-align: center;
        background: url(../images/experiment/eyecatch.jpg) center center no-repeat;
        background-size: cover;
    }

    .header_bg .eyecatch h1 {
        padding: 0px 20px;
    }

    .eng .header_bg .eyecatch h1 {
        padding: 0px 20px 0px 0px;
    }

    .header_bg .eyecatch:before {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        content: ' ';
        background-color: rgb(33 33 33 / 30%);
    }

    header .site_logo {
        padding-top: 18px;
    }

    header .site_logo img {
        height: 46px;
    }

    .site_logo img.logo_1 {
        padding-right: 4px;
    }

    .section {
        clear: both;
        width: 100%;
    }

    #content.wide .in {
        width: 100%;
        padding-top: 20px;
    }

    .entry-content {
        margin: 0px 0px;
        padding: 0px;
    }

    #main .entry-content.in {
        padding: 0px;
    }

    .w_80,
    .w_80_txt,
    w_60_txt {
        width: 100% !important;
    }

    .head_title h1,
    .head_title h2,
    section h1,
    section h2 {
        font-size: 18px;
        padding: 0 10px;
    }

    .head_title h3 {
        font-size: 16px;
    }

    #content {
        padding: 60px 0px 50px;
    }

    #breadcrumb,
    #bread_all {
        padding: 0px;
        margin-top: 50px;
        background: none;
    }

    /* TOP
    ----------------------------------------------------------- */
    .home #content .in {
        margin-top: 0px;
    }

    .home .lr_ct {
        padding-top: 30px;
    }

    .home .lr_ct .flex_lt {
        width: 100%;
    }

    .home .lr_ct .flex_rt {
        flex: auto;
        max-height: 300px;
    }

    .home .about .lt_blk {
        width: 100%;
        margin: 0 0 20px;
    }

    .home .about .rt_blk {
        display: none;
    }

    .home .about .rt_blk img {
        display: none;
    }

    .member_list li,
    .service_list li {
        width: 48%;
        margin-bottom: 15px;
    }

    .member_list li:last-child,
    .service_list li:last-child {
        margin-bottom: 0px;
    }

    .member_list li h3 {
        font-size: 16px;
    }

    .member_list li p {
        font-size: 12px;
    }

    .home #content {
        padding-bottom: 0px;
    }

    /* 細部の修正
    ----------------------------------------------------------- */

    /* lead  */
    .lead,
    .lead .txt {
        height: 120px;
    }

    .lead h1 {
        padding-left: 15px;
        font-size: 20px;
    }

    /* News（TOP） */
    .article_list .article {
        display: block;
    }

    .home .article_list li.article {
        padding: 10px;
        border-top: 1px solid #ddd;
        border-bottom: 0px;
    }

    .article_list .cat,
    .day_cat .cat {
        width: 100px;
        padding: 4px 0px;
        line-height: 1 !important;
    }

    .article_list .time {
        width: 150px;
    }

    .article_list .area_txt {
        display: block;
        padding-top: 1px;
    }

    .article_list p {
        font-size: 11px;
    }

    .article_list .article {
        padding: 20px 0 18px;
    }

    /* News（LIST） */
    .news_list li {
        width: 48%;
        margin: 0px auto 15px;
    }

    .news_list li .img {
        width: 100%;
        height: 100px;
    }

    .news_list li .day_cat {
        margin: 10px 0px 5px;
        padding: 0px 5px;
    }

    .news_list li .txt {
        padding: 0px 5px;
    }

    .news_list li h2 {
        font-size: 14px;
    }

    /* about */
    .ab_pict_c {
        width: 150px;
        height: 150px;
    }

    /* member link */
    ul.member_list_link li {
        min-width: 100%;
    }

    ul.member_list_link li a {
        margin: 2% 1%;
        padding: 10px;
    }

    /* blog  */
    .blog {
        width: 94%;
        padding: 12px;
        margin: 0 3% 30px;
    }

    .blog .head {
        margin-bottom: 20px;
    }

    .blog .head h1.tl {
        font-size: 24px;
        line-height: 32px;
    }

    .blog .blog_area h2 {
        font-size: 20px;
    }

    .blog .blog_area h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .blog .blog_area p {
        margin-bottom: 20px;
        font-size: 13px;
    }

    /* 開閉アイコン
    ----------------------------------------------------------- */
    #panel-btn {
        display: inline-block;
        position: absolute;
        top: 16px;
        right: 20px;
        z-index: 99999;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        /*background: #227ca9;*/
    }

    #panel-btn:hover {}

    #panel-btn:active,
    #panel-btn:focus {
        background: none;
    }

    .header_bg #panel-btn-icon,
    .header_bg #panel-btn-icon:before,
    .header_bg #panel-btn-icon:after {
        background: #333;
    }

    #panel-btn-icon {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 14px;
        height: 2px;
        margin: -1px 0 0 -7px;
        background: #333;
        transition: .2s;
    }

    #panel-btn-icon:before,
    #panel-btn-icon:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 14px;
        height: 2px;
        background: #333;
        transition: .3s;
    }

    #panel-btn-icon:before {
        margin-top: -6px;
    }

    #panel-btn-icon:after {
        margin-top: 4px;
    }

    #panel-btn .close {
        background: transparent;
    }

    #panel-btn .close:before,
    #panel-btn .close:after {
        margin-top: 0;
    }

    #panel-btn .close:before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        background: #fff;
    }

    #panel-btn .close:after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        background: #fff;
    }

    /* Gメニュー
    ----------------------------------------------------*/
    #g_navi {
        margin: 0px;
    }

    #nav-drawer {
        position: fixed;
        top: 32px;
        right: 20px;
        z-index: 99999;
    }

    /*アイコンのスペース*/
    #nav-open {
        display: inline-block;
        /* text-align: center; */
        width: 30px;
        height: 20px;
        vertical-align: middle;
    }

    /*ハンバーガーアイコンをCSSだけで表現*/
    #nav-open span,
    #nav-open span::before,
    #nav-open span::after {
        position: absolute;
        height: 2px;
        /*線の太さ*/
        width: 15px;
        /*長さ*/
        border-radius: 3px;
        background: #333;
        display: block;
        content: '';
        cursor: pointer;
    }

    #nav-open span:before {
        bottom: -6px;
    }

    #nav-open span:after {
        bottom: -12px;
    }

    /*閉じる用の薄黒カバー*/
    #nav-close {
        display: none;
        position: fixed;
        z-index: 99;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0;
        transition: .3s ease-in-out;
    }

    /*中身*/
    #nav-content {
        overflow: auto;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9999;
        width: 75%;
        max-width: 330px;
        height: 100%;
        background: #fff;
        transition: .3s ease-in-out;
        -webkit-transform: translateX(105%);
        transform: translateX(105%);
    }

    /*チェックが入ったらもろもろ表示*/
    #nav-input:checked~#nav-close {
        display: block;
        opacity: .5;
    }

    #nav-input:checked~#nav-content {
        background: #333;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
    }

    /*開いた際のエリア部分*/
    .nav-tl-menu {
        display: block;
        position: relative;
        padding: 20px 10px 18px 18px;
        font-size: 18px;
        letter-spacing: 3px;
        color: #fff;
        background: #000;
    }

    #nav-content li {
        display: inline-table !important;
        width: 100%;
        height: auto;
        float: none;
        padding: 0px;
        border-bottom: 1px solid #555;
    }

    #nav-content li:last-child {
        border-bottom: 0px;
    }

    #nav-content li a {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        color: #fff;
        height: auto;
        padding: 20px 10px 20px 28px;
        font-size: 14px;
        border: none;
        text-align: left;
    }

    #nav-content li a:before {
        content: '';
        position: absolute;
        top: 50%;
        display: inline-block;
        width: 10px;
        height: 1px;
        left: 8px;
        background-color: #ffffff;
    }

    #nav-content li a:hover {
        text-decoration: none;
    }

    #g_navi li a:after {
        content: none;
    }

    /* 言語切り替え */
    #g_navi li.lang_switch {
        margin: 10% auto;
        text-align: center;
    }

    #g_navi li.lang_switch a {
        width: 80px;
        padding: 10px;
        font-size: 13px;
        text-align: center;
    }

    #nav-content li.lang_switch a:before {
        content: none;
    }

    #g_navi li.lang_switch a:hover,
    #g_navi li.lang_switch a.active {
        background: #000;
    }

    /* 閉じるボタン */
    #nav-drawer .close {
        position: absolute;
        top: 18px;
        right: 20px;
        width: 20px;
        height: 20px;
    }

    #nav-drawer .close:before,
    #nav-drawer .close:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: 0;
        width: 20px;
        height: 2px;
        background: #fff;
    }

    #nav-drawer .close:before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    #nav-drawer .close:after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }

    /* フッター
    ----------------------------------------------------------- */
    #footer {
        padding: 40px 0px 0px;
    }

    .footer_area {
        width: 100%;
        margin: 2% 0px;
    }

    .footer_area p {
        letter-spacing: 0px;
    }

    p.footer_info {
        font-size: 14px;
    }

    .credit_ft_2 {
        margin-top: 30px;
        font-size: 11px;
    }

    /* 背景レイヤー
    ----------------------------------------------------------- */
    .bg_layer {
        display: none;
        background: rgba(0, 0, 0, 0.3);
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 3500;
    }
}

.backToTop {
    display: block;
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: #ccc;
    z-index: 9999;
}

.backToTop:hover {
    opacity: 0.7;
}

.backToTop_inner {
    display: inline-block;
    padding-top: 6px;
    font-size: 25px;
    color: #444;
}