@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700&display=swap);
@import url(https://use.fontawesome.com/releases/v5.10.2/css/all.css);
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
    display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

li {
    list-style: none;
}

a,
a:link {
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
    height: auto;
    vertical-align: bottom;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type="radio"]::-ms-check,
input[type="checkbox"]::-ms-check {
    display: none;
}

i {
    font-style: normal;
}

textarea {
    resize: none;
    font-family: sans-serif;
}

* {
    box-sizing: border-box;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
    font-size: 62.5%;
    overflow: auto;
}

body {
    margin: auto;
    width: auto;
    font-family: Hiragino Sans,"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",Roboto,"Droid Sans",YuGothic,"游ゴシック",Meiryo,"メイリオ",Verdana,"ＭＳ Ｐゴシック",sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -o-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

a, b, dd, dt, li, p, span, td, th {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #4e5255;
}

h1, h2, h3, h4, h5, h6 {
    color: #4e5255;
}

.sp_only {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .sp_only {
        display: block !important;
    }
    .pc_only {
        display: none !important;
    }
}

.center {
    margin: auto;
    text-align: center;
    line-height: 180%;
}

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

/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.main_width {
    width: 96%;
    max-width: 1000px;
    margin: auto;
}

.main_width.size1140 {
    max-width: 1140px;
}

.main_width.size1080 {
    max-width: 1080px;
}

.main_width.size1340 {
    max-width: 1340px;
}

.main_width.size1200 {
    max-width: 1200px;
}

.main_width.size920 {
    max-width: 920px;
}

section {
    padding: 80px 0;
}

/********************************************/
/*layout Base */
/********************************************/
/***************************/
/**Color */
/***************************/
.co_black {
    color: #4e5255;
}

.co_brown {
    color: #6A5C45;
}

.co_blue {
    color: #1e86cb;
}

.co_green {
    color: #90bb35;
}

.co_orange {
    color: #fca81a;
}

.co_blue_green {
    color: #3B80AD;
}

.co_white {
    color: #fff;
}

/***************************/
/**bg */
/***************************/
.bg_light_blue {
    background-color: #F5FFFF;
}

.bg_black {
    background-color: #4e5255;
}

.bg_brown {
    background-color: #6A5C45;
}

.bg_blue {
    background-color: #1e86cb;
}

.bg_green {
    background-color: #90bb35;
}

.bg_orange {
    background-color: #fca81a;
}

.bg_blue_green {
    background-color: #3B80AD;
}

.bg_white {
    background-color: #fff;
}

.bg_light_gray {
    background-color: #EFEEEA;
}

.border_shadow {
    position: relative;
}

.border_shadow:after {
    position: absolute;
    right: -9px;
    bottom: -9px;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/common/border-blue.png) no-repeat center/cover;
}

/********************************************/
/* txt */
/********************************************/
.line_white {
    background: linear-gradient(transparent 60%, #fff 60%);
    font-size: 1em;
    color: inherit;
}

.line_yellow {
    background: linear-gradient(transparent 60%, #FEE521 60%);
    font-size: 1em;
    color: inherit;
}

.fo_vdl {
    font-family: vdl-megamaru, sans-serif;
    font-weight: 400;
    font-style: normal;
}

/********************************************/
/* ttl */
/********************************************/
.border_bottom_base_ttl {
    text-align: center;
    font-size: 3.2rem;
    font-family: vdl-megamaru, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 1.8em;
}

.border_bottom_base_ttl span {
    display: inline-block;
    position: relative;
    font-size: 1em;
    padding: 0 2em;
    padding-bottom: 0.4em;
}

.border_bottom_base_ttl span:after {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    width: 4.5em;
    height: 5px;
    background-color: #fee521;
    margin: auto;
}

/********************************************/
/* btn */
/********************************************/
.base_arrow_btn {
    display: inline-block;
}

.base_arrow_btn a {
    position: relative;
    display: block;
    background-color: #fff;
    border: 2px solid #fff;
    font-weight: bold;
    padding: 1.1em 3em 0.9em;
    border-radius: 25px;
    -webkit-box-shadow: 0 1px 5px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 5px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px 3px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.base_arrow_btn a:after {
    position: absolute;
    right: 0.8em;
    top: 0;
    bottom: 0;
    content: '';
    width: 8px;
    height: 13px;
    margin: auto;
    background: url(../img/common/arrow-right-green.svg) no-repeat center/100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.base_arrow_btn a span {
    font-size: 1em;
    color: inherit;
}

.base_arrow_btn a:hover {
    background-color: #fff;
}

.base_arrow_btn a:hover:after {
    right: 0.4em;
}

.base_arrow_btn.yellow_ver a {
    background-color: #fee521;
    border: 2px solid #fee521;
}

.base_arrow_btn.yellow_ver a:after {
    background: url(../img/common/arrow-right-brown.svg) no-repeat center/100%;
}

.base_arrow_btn.yellow_ver a:hover {
    background-color: #fff;
}

.base_arrow_btn.white_ver a:hover {
    background-color: #fee521;
}

/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/
@media screen and (max-width: 767px) {
    /***************************/
    /**bg */
    /***************************/
    .border_shadow:after {
        right: -5px;
        bottom: -5px;
    }
    /********************************************/
    /* ttl */
    /********************************************/
    .border_bottom_base_ttl {
        font-size: 2.5rem;
    }
    /********************************************/
    /* btn */
    /********************************************/
}

/*=============================================*/
/*  layout                               */
/*=============================================*/
/********************************************/
/*header */
/********************************************/
header .logo {
    text-align: center;
    width: 50%;
    max-width: 330px;
    margin: 0 auto 30px;
}

header .main_nav_pc {
    text-align: center;
}

header .main_nav_pc .nav_list {
    letter-spacing: -1em;
}

header .main_nav_pc .nav_list > * {
    letter-spacing: normal;
}

header .main_nav_pc .nav_list li {
    display: inline-block;
}

header .main_nav_pc .nav_list li a {
    display: block;
    padding: 0.5em 2.4em;
}

header .main_nav_pc .nav_list li i {
    position: relative;
    display: block;
    margin-bottom: 8px;
}

header .main_nav_pc .nav_list li span {
    position: relative;
    font-size: 1.6rem;
    font-family: vdl-megamaru, sans-serif;
    font-weight: 400;
    font-style: normal;
}

header .main_nav_pc ul li a span {
    top: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

header .main_nav_pc ul li a:hover span {
    color: #1e86cb;
    top: -5px;
}

header .main_nav_pc ul li a i {
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

header .main_nav_pc ul li a:hover i {
    top: -10px;
}

header .main_nav_pc ul li a .svg_img ellipse,
header .main_nav_pc ul li a .svg_img path {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

header .main_nav_pc ul li a:hover .svg_img ellipse,
header .main_nav_pc ul li a:hover .svg_img path {
    color: #1e86cb;
    fill: currentColor;
}

header .main_nav_pc ul li.home i svg {
    max-width: 57px;
}

header .main_nav_pc ul li.about i svg {
    max-width: 65px;
}

header .main_nav_pc ul li.initiatives i svg {
    max-width: 43px;
}

header .main_nav_pc ul li.topics i svg {
    max-width: 72px;
}

header .main_nav_pc ul li.staff i svg {
    max-width: 51px;
}

header .main_nav_pc ul li.voice i svg {
    max-width: 64px;
}

.header_border_top {
    position: relative;
}

.header_border_top:before {
    position: absolute;
    left: 0;
    right: 0;
    top: -169px;
    content: '';
    width: 100%;
    max-width: 1690px;
    height: 170px;
    margin: auto;
    background: url(../img/top/header-top-parts.png) no-repeat center top/cover;
}

.header_border_top .logo {
    position: absolute;
    left: 0;
    right: 0;
    top: -100px;
}

.header_border_top .main_nav_pc {
    padding-top: 180px;
    padding-bottom: 90px;
}

.header_border_top {
    margin-bottom: 25px;
}

.header_border_top:after {
    position: absolute;
    left: 0;
    bottom: -25px;
    content: '';
    width: 100%;
    height: 25px;
    background: url(../img/common/border-blue.png) no-repeat center/cover;
}

/********************************************/
/* Aside contact_box */
/********************************************/
.contact_box .border_shadow {
    position: relative;
}

.contact_box .border_shadow:after {
    position: absolute;
    right: -9px;
    bottom: -9px;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/common/border-blue.png) no-repeat center/cover;
}

.contact_box {
    position: relative;
    padding-top: 200px;
    margin-bottom: 50px;
    text-align: center;
}

.contact_box .inner {
    position: relative;
    background-color: #fee521;
    z-index: 1;
}

.contact_box .inner:before {
    position: absolute;
    left: 0;
    right: 0;
    top: -100px;
    content: '';
    width: 90%;
    height: 100px;
    margin: auto;
    background: url(../img/common/balloon-yellow.svg) no-repeat center top/cover;
}

.contact_box .ruby {
    position: relative;
    top: -2em;
    font-size: 1.6rem;
    text-align: center;
}

.contact_box .ttl {
    text-align: center;
    margin-bottom: 1em;
    font-size: 3.2rem;
    font-family: vdl-megamaru, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.contact_box .ttl span {
    display: inline-block;
    font-size: 1em;
    padding: 0 0.5em;
}

.contact_box .txt {
    margin-bottom: 2em;
    font-size: 1.6rem;
}

.contact_box .txt p {
    line-height: 1.9;
}

.contact_box .contact_bottom .inner_bottom {
    display: inline-block;
    position: relative;
}

.contact_box .contact_bottom .inner_bottom:before {
    position: absolute;
    left: -170px;
    top: 0;
    bottom: 0;
    content: '';
    width: 150px;
    height: 140px;
    margin: auto;
    background: url(../img/common/contact-illust-left.svg) no-repeat center/100%;
}

.contact_box .contact_bottom .inner_bottom:after {
    position: absolute;
    right: -170px;
    top: 0;
    bottom: 0;
    content: '';
    width: 151px;
    height: 153px;
    margin: auto;
    background: url(../img/common/contact-illust-right.svg) no-repeat center/100%;
}

.contact_box .contact_bottom {
    padding-bottom: 50px;
    overflow-x: hidden;
}

.contact_box .contact_bottom .border_center_ttl {
    display: block;
    position: relative;
    width: 100%;
    max-width: 510px;
    margin: 0 auto 1.5em;
}

.contact_box .contact_bottom .border_center_ttl:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    margin: auto;
    background-color: #707070;
}

.contact_box .contact_bottom .border_center_ttl span {
    position: relative;
    padding: 0 1.5em;
    background-color: #fee521;
    z-index: 1;
}

.contact_box .contact_bottom .tel_link li {
    margin-bottom: 0.3em;
    font-family: vdl-megamaru, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.0rem;
    color: #1e86cb;
    text-shadow: 2px 2px 0px white, 2px 2px 0px white;
}

.contact_box .contact_bottom .tel_link li a {
    font-size: 1em;
    color: inherit;
}

.contact_box .contact_bottom .time {
    margin-bottom: 2em;
    font-size: 1.4rem;
}

/********************************************/
/* footer */
/********************************************/
.footer_main_box {
    padding-top: 500px;
}

.footer_main_box .inner {
    position: relative;
    background-color: #90bb35;
    padding-bottom: 60px;
}

.footer_main_box .inner:after {
    position: absolute;
    left: 0;
    top: -279px;
    content: '';
    width: 100%;
    height: 280px;
    background: url(../img/common/footer-illust.png) no-repeat center bottom/cover;
}

.footer_main_box .main_width {
    padding-top: 55px;
}

.footer_main_box .main_width .left {
    width: 50%;
    float: left;
    margin-right: 10%;
}

.footer_main_box .main_width .right {
    width: 40%;
    float: right;
    padding-top: 45px;
}

.footer_main_box .left {
    padding: 0 35px;
}

.footer_main_box .left .logo {
    max-width: 400px;
    margin: 0 auto 30px;
}

.footer_main_box .info {
    margin-bottom: 20px;
}

.footer_main_box .info dt, .footer_main_box .info dd {
    padding: 0 0.3em;
    line-height: 1.6;
}

.footer_main_box .info dt {
    width: 6em;
    float: left;
}

.footer_main_box .info dd {
    padding-left: 6em;
}

.footer_main_box .sns_link li {
    display: inline-block;
    margin-right: 30px;
}

.footer_main_box .sns_link li:last-child {
    margin-right: 0;
}

.footer_main_box .sns_link li .svg_img ellipse,
.footer_main_box .sns_link li .svg_img path {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.footer_main_box .sns_link li a {
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.footer_main_box .sns_link li a:hover .svg_img ellipse,
.footer_main_box .sns_link li a:hover .svg_img path {
    color: #fff;
    fill: currentColor;
}

.footer_main_box .right .link_list {
    font-size: 1.6rem;
    display: inline-block;
    width: 11em;
    vertical-align: top;
}

.footer_main_box .right .link_list li {
    padding: 0.3em 0;
    letter-spacing: 0.05em;
}

.footer_main_box .right .link_list li a {
    position: relative;
    left: 0;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.footer_main_box .right .link_list li a:hover {
    left: 0.3em;
    color: #fff;
}

.footer_main_box .right .link_list:nth-child(2) {
    padding-top: 1.9em;
}

/********************************************/
/*fix_btn */
/********************************************/
.fix_btn {
    position: fixed;
    top: 0;
    height: 100%;
    right: 0;
    z-index: 5;
}

.fix_btn .inner {
    position: relative;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.fix_btn .rec_bnr {
    width: 200px;
    margin-right: 30px;
}

.fix_btn li {
    margin-bottom: 20px;
    text-align: right;
}

.fix_btn li:last-child {
    margin-bottom: 0;
}

.fix_btn li img {
    width: 55px;
}

/*======================================================*/
/*  @TOP PAGE                               */
/*======================================================*/
/********************************************/
/*Main visual */
/********************************************/
.top_main_slider_block {
    position: relative;
}

.top_main_slider_block .main_txt {
    position: absolute;
    right: 10%;
    bottom: 10%;
    width: 40%;
    max-width: 211px;
    z-index: 1;
}

.top_main_slider_block .js_fade_slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.page_top_slide_ver {
    z-index: 2;
}

footer,
header,
.main_content {
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.main_content {
    z-index: 2;
}

/********************************************/
/* top_concept_block */
/********************************************/
.top_concept_block {
    position: relative;
    padding: 0;
    margin-bottom: 25px;
}

.top_concept_block:after {
    position: absolute;
    left: 0;
    bottom: -25px;
    content: '';
    width: 100%;
    height: 25px;
    background: url(../img/common/border-blue.png) no-repeat center/cover;
}

.top_concept_block .inner {
    position: relative;
    padding: 25px 0 75px;
}

.top_concept_block .inner:before, .top_concept_block .inner:after {
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    width: 90%;
    max-width: 820px;
    height: 55px;
    margin: auto;
}

.top_concept_block .inner:before {
    top: -55px;
    background: url(../img/top/parts-trapezoid-top.svg) no-repeat center top/cover;
}

.top_concept_block .inner:after {
    bottom: -55px;
    background: url(../img/top/parts-trapezoid-bottom.svg) no-repeat center top/cover;
    z-index: 1;
}

.top_concept_block .concept_ttl {
    text-align: center;
}

.top_concept_block .concept_ttl i {
    display: block;
    margin-bottom: 30px;
    margin: auto;
}

.top_concept_block .concept_ttl i img {
    width: 90%;
    max-width: 400px;
}

.top_concept_block .concept_ttl b {
    position: relative;
    display: block;
    margin-bottom: 0.5em;
    font-size: 3.2rem;
    font-family: vdl-megamaru, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.top_concept_block .concept_ttl b:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    margin: auto;
    background-color: #707070;
}

.top_concept_block .concept_ttl b span {
    display: inline-block;
    position: relative;
    padding: 0 1.5em;
    background-color: #fff;
    color: #1e86cb;
    font-size: 1em;
}

.top_concept_block .txt {
    margin-bottom: 1.8em;
    font-size: 1.8rem;
}

.top_concept_block .txt p {
    font-size: 1em;
    line-height: 1.8;
    color: #6A5C45;
}

.top_concept_block .balloon_list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 12px;
}

.top_concept_block .balloon_list li {
    width: 27%;
    margin-right: 9.5%;
}

.top_concept_block .balloon_list li:nth-child(3n) {
    margin-right: 0;
}

.top_concept_block .balloon_list li .ttl {
    display: block;
    position: relative;
    top: -1.7em;
    color: #fff;
    font-size: 2.0rem;
    font-family: vdl-megamaru, sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 1em 0;
    text-align: center;
}

.top_concept_block .base_arrow_btn a {
    padding: 0.7em 3em 0.7em;
}

/********************************************/
/* top_topics_block*/
/********************************************/
.top_topics_block {
    padding: 100px 0 120px;
}

.top_topics_block .up_box {
    margin-bottom: 50px;
}

.top_topics_block .up_box .left {
    width: 45%;
    float: left;
    margin-right: 3%;
}

.top_topics_block .up_box .right {
    width: 52%;
    float: right;
}

.top_topics_block .left .ttl {
    position: relative;
    margin-bottom: 0.6em;
    padding-left: 90px;
    font-size: 3.2rem;
    font-family: vdl-megamaru, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.top_topics_block .left .ttl a {
    display: block;
    position: relative;
    font-size: 1em;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.top_topics_block .left .ttl a:after {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    content: '';
    width: 13px;
    height: 19px;
    margin: auto;
    background: url(../img/common/arrow-right-blue.svg) no-repeat center/100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.top_topics_block .left .ttl:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    content: '';
    width: 73px;
    height: 36px;
    margin: auto;
    background: url(../img/common/nav-ico-topics.svg) no-repeat center/100%;
}

.top_topics_block .left .ttl a:hover {
    color: #1e86cb;
}

.top_topics_block .left .ttl a:hover:after {
    right: 0;
}

.top_topics_block .topics_list {
    border-top: 1px solid #707070;
}

.top_topics_block .topics_list li {
    display: table;
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #707070;
}

.top_topics_block .topics_list .date {
    display: table-cell;
    width: 12.5em;
    font-size: 1.4rem;
    vertical-align: middle;
    color: #1e86cb;
}

.top_topics_block .topics_list .date span {
    background-color: #1e86cb;
    color: #fff;
    font-size: 1em;
    padding: 0.5em 1em;
    border-radius: 25px;
    margin-left: 0.7em;
}

.top_topics_block .topics_list .post_ttl {
    display: table-cell;
    vertical-align: middle;
}

.top_topics_block .topics_list .post_ttl a {
    text-decoration: underline;
    color: #707070;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.top_topics_block .topics_list .post_ttl a:hover {
    color: #1e86cb;
    padding-left: 0.5em;
}

.top_topics_block .bnr_2_list {
    letter-spacing: -1em;
}

.top_topics_block .bnr_2_list > * {
    letter-spacing: normal;
}

.top_topics_block .bnr_2_list li {
    display: inline-block;
    width: 49%;
    margin-right: 2%;
    vertical-align: bottom;
}

.top_topics_block .bnr_2_list li:nth-child(2n) {
    margin-right: 0;
}

.top_topics_block .bnr_1_column a,
.top_topics_block .bnr_2_list a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.top_topics_block .bnr_1_column a:hover,
.top_topics_block .bnr_2_list a:hover {
    opacity: 0.7;
}

/********************************************/
/* top_support_block*/
/********************************************/
.top_support_block {
    position: relative;
    padding-top: 0;
    margin-bottom: 63px;
}

.top_support_block:after {
    position: absolute;
    left: 0;
    bottom: -63px;
    content: '';
    width: 100%;
    height: 63px;
    margin: auto;
    background: url(../img/top/parts-bottom-border-arrow.svg) no-repeat center bottom/cover;
}

.top_support_block .ttl {
    position: relative;
    text-align: center;
}

.top_support_block .ttl span img {
    position: relative;
    width: 90%;
    max-width: 710px;
}

.top_support_block .ttl:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 55px;
    background-color: #F5FFFF;
}

.top_support_block .center {
    position: relative;
    margin-bottom: 0.7em;
    color: #fff;
    font-size: 3.2rem;
    font-family: vdl-megamaru, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.balloon_4_list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.balloon_4_list li {
    text-align: center;
    width: 21%;
    margin-right: 5.33%;
}

.balloon_4_list li:nth-child(4n) {
    margin-right: 0;
}

.balloon_4_list li figure {
    margin-bottom: 25px;
}

.balloon_4_list li figure img {
    border-radius: 500px;
}

.balloon_4_list li p {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.7;
}

/********************************************/
/* top_about_block*/
/********************************************/
.top_about_block {
    padding: 90px 0 230px;
}

.top_about_block .main_ttl {
    text-align: center;
    margin-bottom: 1.5em;
    font-size: 2.8rem;
    text-align: center;
}

.top_about_block .main_ttl i {
    display: block;
    margin-bottom: 20px;
}

.top_about_block .main_ttl i img {
    max-width: 400px;
}

.top_about_block .main_ttl small {
    display: block;
    margin-bottom: 0.3em;
    font-size: 0.7em;
    color: #3B80AD;
}

.top_about_block .main_ttl b {
    font-size: 1em;
    color: #3B80AD;
}

.top_about_block .txt.center {
    width: 90%;
    max-width: 630px;
    margin: 0 auto 5em;
    padding-bottom: 2em;
    font-size: 1.6rem;
    border-bottom: 1px solid #707070;
}

.top_about_block .txt.center p {
    line-height: 1.9;
}

.txt_img_box_list {
    margin-bottom: 170px;
}

.txt_img_box_list > li {
    margin-bottom: 120px;
}

.txt_img_box_list > li:last-child {
    margin-bottom: 0;
}

.txt_img_box_list > li .img_box {
    width: 45%;
    float: right;
    margin-left: 5%;
}

.txt_img_box_list > li .txt_box {
    width: 50%;
    float: left;
}

.txt_img_box_list > li.img_left .img_box {
    float: left;
    margin-left: 0;
    margin-right: 5%;
}

.txt_img_box_list > li.img_left .txt_box {
    float: right;
}

.txt_img_box_list > li .txt_box .ttl {
    margin-bottom: 0.5em;
    font-size: 3.2rem;
    font-weight: bold;
    color: #3B80AD;
    line-height: 1.5;
}

.txt_img_box_list > li .txt_box .txt p {
    line-height: 1.8;
}

.txt_img_box_list > li .txt_box .txt li {
    line-height: 1.8;
    text-indent: -1em;
    padding-left: 1em;
}

.top_about_block .about_more_info_box {
    border: 1px solid #707070;
    padding: 0 80px 60px;
}

.top_about_block .about_more_info_box .ttl {
    position: relative;
    top: -1.8em;
    text-align: center;
    font-size: 1.8rem;
    width: 90%;
    max-width: 350px;
    margin: auto;
}

.top_about_block .about_more_info_box .ttl span {
    display: block;
    padding: 1em 1em;
    background-color: #4e5255;
    font-size: 1em;
    color: #fff;
}

.top_about_block .about_more_info_box .list {
    padding-top: 50px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.top_about_block .about_more_info_box .list li {
    position: relative;
    width: 45%;
    margin-right: 10%;
}

.top_about_block .about_more_info_box .list li:nth-child(2n) {
    margin-right: 0;
}

.top_about_block .about_more_info_box .list li .balloon {
    position: absolute;
    width: 100px;
    height: 100px;
    left: -50px;
    top: -50px;
    z-index: 2;
}

.top_about_block .about_more_info_box .list li figure {
    margin-bottom: 40px;
}

.top_about_block .about_more_info_box .list li img {
    display: block;
    position: relative;
    z-index: 1;
}

.top_about_block .about_more_info_box .list li .base_arrow_btn {
    display: block;
    max-width: 300px;
    margin: auto;
}

.top_about_block .about_more_info_box .list li .base_arrow_btn a {
    padding: 0.8em 3em 0.7em;
}

/********************************************/
/* top_oem_block*/
/********************************************/
.top_oem_block .ttl {
    text-align: center;
    font-size: 2.2rem;
    margin-bottom: 1em;
    color: #fff;
}

.top_oem_block .white_box {
    padding: 45px 30px 35px;
    text-align: center;
}

.top_oem_block .white_box .center_ttl {
    margin-bottom: 0.8em;
    font-size: 3.2rem;
}

.top_oem_block .white_box .message_box {
    display: inline-block;
    width: 90%;
    margin-bottom: 0.4em;
    padding: 0.7em 1em;
    border: 2px solid #707070;
    border-radius: 36px;
    font-size: 3.2rem;
}

.top_oem_block .white_box .message_box p {
    font-size: 1em;
    line-height: 1.7;
}

.top_oem_block .white_box .sab_txt {
    margin-bottom: 1.8em;
    font-size: 1.8rem;
}

.top_oem_block .white_box .base_arrow_btn {
    display: block;
    max-width: 320px;
    margin: auto;
}

.top_oem_block .white_box .sab_txt.blue_ver {
    margin: 1em 0;
    font-size: 2.4rem;
    color: #1e86cb;
}

.top_oem_block .white_box .ico {
    max-width: 342px;
    margin: 0 auto 30px;
}

.top_oem_block .white_box .txt_box {
    width: 96%;
    max-width: 670px;
    margin: 0 auto 1.1em;
    text-align: left;
    font-size: 1.8rem;
}

.top_oem_block .white_box .txt_box p {
    font-size: 1em;
    line-height: 1.7;
    font-weight: bold;
}

.top_oem_block .white_box .notice_box {
    width: 96%;
    max-width: 670px;
    margin: 0 auto 25px;
    background-color: #DAEBF7;
    padding: 30px 30px;
    text-align: left;
}

.top_oem_block .white_box .notice_box ul li {
    margin-bottom: 0.4em;
    padding-left: 1em;
    font-size: 1.6rem;
    text-indent: -1em;
    line-height: 1.5;
}

.top_oem_block .white_box .notice_box ul li:last-child {
    margin-bottom: 0;
}

.top_oem_block .white_box .base_arrow_btn {
    max-width: 580px;
}

/********************************************/
/*instagram_block */
/********************************************/
.instagram_block {
    padding: 140px 0 130px;
}

.instagram_block .center_ttl {
    margin-bottom: 50px;
    text-align: center;
}

.instagram_block .center_ttl img {
    width: 70%;
    max-width: 400px;
}

.instagram_block .insta_box {
    margin-bottom: 80px;
}

.instagram_block .insta_box:last-child {
    margin-bottom: 0;
}

/*=============================================*/
/*media query    Tablet */
/*=============================================*/
@media screen and (max-width: 1024px) {
    /*=============================================*/
    /*  layout                               */
    /*=============================================*/
    /********************************************/
    /*header */
    /********************************************/
    header .main_nav_pc .nav_list li a {
        padding: 0.5em 1.5em;
    }
    /*======================================================*/
    /*  @TOP PAGE                               */
    /*======================================================*/
    /********************************************/
    /*Main visual */
    /********************************************/
    .top_main_slider_block .main_txt {
        top: 20%;
        bottom: auto;
    }
    .top_main_slider_block .js_fade_slide img {
        height: 80vh;
    }
}

/*=============================================*/
/*media query    Tablet ipad 5.7inch */
/*=============================================*/
/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/
@media screen and (max-width: 767px) {
    /*=============================================*/
    /*Common Base*/
    /*=============================================*/
    a, b, dd, dt, li, p, span, td, th {
        font-size: 14px;
        font-size: 1.4rem;
    }
    /*=============================================*/
    /*  layout  Base                        */
    /*=============================================*/
    section {
        padding: 60px 0;
    }
    /*=============================================*/
    /*  layout                               */
    /*=============================================*/
    /********************************************/
    /*header */
    /********************************************/
    header .logo {
        width: 40%;
    }
    .header_border_top:before {
        top: -50px;
        height: 50px;
    }
    .header_border_top .logo {
        position: static;
        padding-bottom: 20px;
    }
    .header_border_top {
        margin-bottom: 50px;
    }
    .header_border_top:after {
        bottom: -15px;
        height: 15px;
        background: url(../img/common/border-blue-mini.png) no-repeat center/cover;
    }
    /*=============================================*/
    /*  Sp-menu*/
    /*=============================================*/
    .nav-fixed {
        position: fixed;
        width: 100%;
        z-index: 999;
    }
    .fixed {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .sp-menu-trigger,
    .sp-menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        cursor: pointer;
    }
    .sp-menu-trigger {
        position: fixed;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        background-color: #F5FFFF;
        z-index: 10;
    }
    .sp-menu-trigger span {
        position: absolute;
        background: #1e86cb;
        width: 25px;
        height: 3px;
        left: 0;
        right: 0;
        margin: auto;
        border-radius: 5px;
    }
    .sp-menu-trigger span:nth-of-type(1) {
        top: 16px;
    }
    .sp-menu-trigger span:nth-of-type(2) {
        top: 0;
        bottom: 0;
    }
    .sp-menu-trigger span:nth-of-type(3) {
        bottom: 15px;
    }
    .sp-menu-trigger.active span:nth-of-type(3),
    .sp-menu-trigger.active span:nth-of-type(2),
    .sp-menu-trigger.active span:nth-of-type(1) {
        opacity: 0;
    }
    .main_nav_sp ul {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(245, 255, 255, 0.9);
        width: 100%;
        height: 100%;
        -webkit-overflow-scrolling: touch;
        z-index: 9998;
        overflow-y: scroll;
        padding: 20px 20px 60px;
        box-sizing: border-box;
        text-align: center;
    }
    .main_nav_sp ul {
        display: none;
        letter-spacing: -1em;
    }
    .main_nav_sp ul > * {
        letter-spacing: normal;
    }
    .main_nav_sp ul li {
        display: inline-block;
        width: 50%;
        font-family: vdl-megamaru, sans-serif;
        font-weight: 400;
        font-style: normal;
        vertical-align: middle;
        text-align: center;
    }
    .main_nav_sp ul li a {
        position: relative;
        display: block;
        padding: 1em 1em 3em 1em;
    }
    .main_nav_sp ul li i {
        display: block;
        margin-bottom: 5px;
    }
    .main_nav_sp ul li span {
        position: absolute;
        display: block;
        width: 100%;
        left: 0;
        bottom: 1em;
        text-align: center;
    }
    .main_nav_sp ul li.home i svg {
        max-width: 57px;
    }
    .main_nav_sp ul li.about i svg {
        max-width: 65px;
    }
    .main_nav_sp ul li.initiatives i svg {
        max-width: 43px;
    }
    .main_nav_sp ul li.topics i svg {
        max-width: 72px;
    }
    .main_nav_sp ul li.staff i svg {
        max-width: 51px;
    }
    .main_nav_sp ul li.voice i svg {
        max-width: 64px;
    }
    .main_nav_sp ul li.close {
        display: block;
        width: 100%;
        margin-top: 20px;
        background-color: #ccc;
        border: 1px solid #ccc;
        padding: 1em;
        cursor: pointer;
    }
    .main_nav_sp ul li.close:before {
        content: "\f00d";
        font-family: "Font Awesome 5 Free";
        font-weight: bold;
        margin-right: 0.5em;
    }
    .main_nav_sp ul li.children {
        width: 100%;
        padding: 0 25%;
    }
    .main_nav_sp ul li.children a {
        padding-bottom: 1em;
    }
    /********************************************/
    /* Aside contact_box */
    /********************************************/
    .contact_box .border_shadow {
        width: 96%;
        margin: auto;
    }
    .contact_box .border_shadow:after {
        right: -5px;
        bottom: -5px;
    }
    .contact_box {
        position: relative;
        padding-top: 60px;
        margin-bottom: 50px;
        text-align: center;
    }
    .contact_box .inner:before {
        top: -50px;
        height: 50px;
    }
    .contact_box .ruby {
        top: -1em;
        font-size: 1.5rem;
    }
    .contact_box .ttl {
        font-size: 2.4rem;
    }
    .contact_box .txt {
        padding: 0 1em;
        margin-bottom: 2em;
        font-size: 1.3rem;
        text-align: left;
        text-align: justify;
        text-justify: inter-ideograph;
    }
    .contact_box .txt p {
        line-height: 1.7;
    }
    .contact_box .contact_bottom .inner_bottom {
        padding-bottom: 105px;
    }
    .contact_box .contact_bottom .inner_bottom:before {
        left: 0;
        top: auto;
        width: 107px;
        height: 100px;
    }
    .contact_box .contact_bottom .inner_bottom:after {
        right: 0;
        top: auto;
        width: 100px;
        height: 101px;
    }
    .contact_box .contact_bottom {
        padding-bottom: 20px;
    }
    .contact_box .contact_bottom .border_center_ttl {
        width: 94%;
        margin: 0 3% 1.5em;
        font-size: 1.6rem;
    }
    .contact_box .contact_bottom .border_center_ttl span {
        padding: 0 0.5em;
        font-size: 1em;
    }
    .contact_box .contact_bottom .tel_link li {
        margin-bottom: 0.5em;
        font-size: 2.0rem;
    }
    .contact_box .contact_bottom .time {
        margin-top: 1em;
        font-size: 1.3rem;
    }
    /********************************************/
    /* footer */
    /********************************************/
    .footer_main_box {
        padding-top: 150px;
    }
    .footer_main_box .inner {
        padding-bottom: 200px;
    }
    .footer_main_box .inner:after {
        top: -99px;
        height: 100px;
    }
    .footer_main_box .main_width {
        padding-top: 40px;
    }
    .footer_main_box .main_width .left {
        width: 96%;
        float: none;
        margin: 0 auto 0;
    }
    .footer_main_box .main_width .right {
        width: 100%;
        float: none;
        margin: 40px auto 0;
        padding-top: 0;
    }
    .footer_main_box .left {
        padding: 0 15px;
    }
    .footer_main_box .left .logo {
        max-width: 250px;
        margin: 0 auto 20px;
    }
    .footer_main_box .info {
        margin-bottom: 20px;
    }
    .footer_main_box .info dt, .footer_main_box .info dd {
        font-size: 1.4rem;
        margin-bottom: 0.6em;
    }
    .footer_main_box .sns_link {
        text-align: center;
    }
    .footer_main_box .right {
        letter-spacing: -1em;
    }
    .footer_main_box .right > * {
        letter-spacing: normal;
    }
    .footer_main_box .right .link_list {
        font-size: 1.5rem;
        width: 48%;
        margin-right: 4%;
    }
    .footer_main_box .right .link_list:nth-child(2) {
        margin-right: 0;
    }
    /********************************************/
    /*fix_btn */
    /********************************************/
    .fix_btn {
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
    .fix_btn .inner {
        position: static;
        transform: none;
    }
    .fix_btn .rec_bnr {
        width: 120px;
        margin: 0 0 5px 10px;
    }
    .fix_btn .list {
        width: 100%;
        margin: auto;
        letter-spacing: -1em;
    }
    .fix_btn .list > * {
        letter-spacing: normal;
    }
    .fix_btn .list li {
        display: inline-block;
        width: 40%;
        margin-right: 4%;
        margin-bottom: 0;
        text-align: center;
        vertical-align: bottom;
    }
    .fix_btn .list li:nth-child(2n) {
        margin-right: 0;
    }
    .fix_btn .list li:last-child {
        margin-bottom: 0;
    }
    .fix_btn .list li img {
        width: 100%;
    }
    /*======================================================*/
    /*  @TOP PAGE                               */
    /*======================================================*/
    /********************************************/
    /*Main visual */
    /********************************************/
    .top_main_slider_block .main_txt {
        top: auto;
        bottom: 15%;
        right: 5%;
        width: 35%;
        max-width: 180px;
    }
    .top_main_slider_block .js_fade_slide img {
        height: 65vh;
    }
    /********************************************/
    /* top_concept_block */
    /********************************************/
    .top_concept_block {
        margin-bottom: 15px;
    }
    .top_concept_block:after {
        bottom: -15px;
        height: 15px;
        background: url(../img/common/border-blue-mini.png) no-repeat center/cover;
    }
    .top_concept_block .inner {
        padding: 0 0 50px;
    }
    .top_concept_block .inner:before, .top_concept_block .inner:after {
        height: 50px;
    }
    .top_concept_block .inner:before {
        top: -50px;
        background: url(../img/top/parts-trapezoid-top.svg) no-repeat center top/contain;
    }
    .top_concept_block .inner:after {
        bottom: -50px;
        background: url(../img/top/parts-trapezoid-bottom.svg) no-repeat center top/contain;
    }
    .top_concept_block .concept_ttl {
        text-align: center;
    }
    .top_concept_block .concept_ttl i {
        margin-bottom: 30px;
    }
    .top_concept_block .concept_ttl i img {
        max-width: 250px;
    }
    .top_concept_block .concept_ttl b {
        font-size: 2.6rem;
        line-height: 1.6;
    }
    .top_concept_block .concept_ttl b span {
        padding: 0 0.5em;
        line-height: 1.4;
    }
    .top_concept_block .txt {
        font-size: 1.5rem;
    }
    .top_concept_block .balloon_list {
        letter-spacing: -1em;
        display: block;
        margin-bottom: 10px;
        text-align: center;
    }
    .top_concept_block .balloon_list > * {
        letter-spacing: normal;
    }
    .top_concept_block .balloon_list li {
        display: inline-block;
        width: 48%;
        margin-right: 4%;
        vertical-align: bottom;
    }
    .top_concept_block .balloon_list li:nth-child(2n) {
        margin-right: 0;
    }
    .top_concept_block .balloon_list li:nth-child(3n) {
        margin: auto;
    }
    .top_concept_block .balloon_list li .ttl {
        font-size: 1.6rem;
    }
    .top_concept_block .base_arrow_btn a {
        padding: 1em 3em 1em;
    }
    /********************************************/
    /* top_topics_block*/
    /********************************************/
    .top_topics_block {
        padding: 50px 0 50px;
    }
    .top_topics_block .up_box {
        margin-bottom: 30px;
    }
    .top_topics_block .up_box .left {
        width: 100%;
        float: none;
        margin: 0 0 20px;
    }
    .top_topics_block .up_box .right {
        width: 100%;
        float: none;
    }
    .top_topics_block .left .ttl {
        padding-left: 65px;
        font-size: 2.6rem;
    }
    .top_topics_block .left .ttl:before {
        width: 57px;
        height: 28px;
    }
    .top_topics_block .topics_list li {
        display: block;
        width: 100%;
        padding: 20px 0;
    }
    .top_topics_block .topics_list .date {
        display: block;
        width: 100%;
        margin-bottom: 1.2em;
    }
    .top_topics_block .topics_list .post_ttl a {
        font-size: 1.5rem;
    }
    /********************************************/
    /* top_support_block*/
    /********************************************/
    .top_support_block {
        margin-bottom: 40px;
    }
    .top_support_block:after {
        bottom: -40px;
        height: 40px;
    }
    .top_support_block .ttl span img {
        width: 100%;
    }
    .top_support_block .ttl:before {
        height: 30px;
    }
    .top_support_block .center {
        font-size: 2.5rem;
        line-height: 1.4;
    }
    .balloon_4_list {
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .balloon_4_list li {
        text-align: center;
        width: 48%;
        margin-right: 4%;
        margin-bottom: 30px;
    }
    .balloon_4_list li:nth-child(4n) {
        margin-right: 4%;
    }
    .balloon_4_list li:nth-child(2n) {
        margin-right: 0;
    }
    .balloon_4_list li figure {
        margin-bottom: 10px;
    }
    .balloon_4_list li p {
        font-size: 1.4rem;
    }
    /********************************************/
    /* top_about_block*/
    /********************************************/
    .top_about_block {
        padding: 50px 0 80px;
    }
    .top_about_block .main_ttl {
        margin-bottom: 1em;
        font-size: 2.3rem;
    }
    .top_about_block .main_ttl i img {
        max-width: 300px;
    }
    .top_about_block .txt.center {
        width: 100%;
        margin: 0 auto 3em;
        font-size: 1.4rem;
    }
    .top_about_block .txt.center p {
        font-size: 1em;
    }
    .txt_img_box_list {
        margin-bottom: 100px;
    }
    .txt_img_box_list > li {
        margin-bottom: 60px;
    }
    .txt_img_box_list > li:last-child {
        margin-bottom: 0;
    }
    .txt_img_box_list > li .img_box {
        width: 80%;
        float: none;
        margin: 0 auto 15px;
    }
    .txt_img_box_list > li .txt_box {
        width: 90%;
        float: none;
        margin: auto;
    }
    .txt_img_box_list > li.img_left .img_box {
        float: none;
        margin: 0 auto 15px;
    }
    .txt_img_box_list > li.img_left .txt_box {
        float: none;
    }
    .txt_img_box_list > li .txt_box .ttl {
        font-size: 2.3rem;
    }
    .top_about_block .about_more_info_box {
        padding: 0 20px 40px;
    }
    .top_about_block .about_more_info_box .ttl {
        font-size: 1.5rem;
    }
    .top_about_block .about_more_info_box .list {
        padding-top: 20px;
        display: block;
    }
    .top_about_block .about_more_info_box .list li {
        width: 90%;
        margin: 0 auto 40px;
    }
    .top_about_block .about_more_info_box .list li:nth-child(2n) {
        margin: 0 auto 0;
    }
    .top_about_block .about_more_info_box .list li .balloon {
        width: 80px;
        height: 80px;
        left: -10px;
        top: 50px;
    }
    .top_about_block .about_more_info_box .list li figure {
        margin-left: 30px;
        margin-bottom: 20px;
    }
    .top_about_block .about_more_info_box .list li .base_arrow_btn {
        display: inline-block;
    }
    .top_about_block .about_more_info_box .list li .base_arrow_btn a {
        padding: 0.8em 4em 0.7em;
    }
    /********************************************/
    /* top_oem_block*/
    /********************************************/
    .top_oem_block .ttl {
        font-size: 1.7rem;
    }
    .top_oem_block .white_box {
        padding: 35px 15px 35px;
    }
    .top_oem_block .white_box .center_ttl {
        margin-bottom: 0.8em;
        font-size: 1.8rem;
        line-height: 1.6;
    }
    .top_oem_block .white_box .message_box {
        width: 100%;
        margin-bottom: 0.8em;
        border: 1px solid #707070;
        border-radius: 15px;
        font-size: 1.8rem;
    }
    .top_oem_block .white_box .sab_txt {
        font-size: 1.5rem;
    }
    .top_oem_block .white_box .sab_txt.blue_ver {
        margin: 1em 0;
        font-size: 1.8rem;
        line-height: 1.6;
    }
    .top_oem_block .white_box .ico {
        width: 90%;
        margin: 0 auto 20px;
    }
    .top_oem_block .white_box .txt_box {
        font-size: 1.6rem;
    }
    .top_oem_block .white_box .notice_box {
        padding: 20px 20px;
        text-align: left;
    }
    .top_oem_block .white_box .notice_box ul li {
        font-size: 1.4rem;
    }
    .top_oem_block .white_box .base_arrow_btn a {
        line-height: 1.6;
        border-radius: 100px;
    }
    /********************************************/
    /*instagram_block */
    /********************************************/
    .instagram_block {
        padding: 60px 0 60px;
    }
    .instagram_block .center_ttl img {
        max-width: 250px;
    }
}
