@charset "UTF-8";

/* =================================== */
/*
/*     Name: Object CSS
/*    Description: Object Settings
/*
/*    Create: 171019
/*
/*    1:Component - .c-*
/*    2:Project - .p-*
/*    3:Utility - .u-*
/*
/*
/* =================================== */

/* ===================================

1: Component

====================================== */

/* heading
------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    clear: both;
    margin: 0;
    font-weight: normal;
    font-feature-setting : "pkna" 1;
}
.ttl--Xl { /* 基本h2に適用 */
    font-size: 3.8rem !important;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.2 !important;
}
.fs__serif {
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-weight: 400 !important;
}
.ttl--Ll { /* 基本h3に適用 */
    font-size: 3.0rem !important;
    line-height: 1.4 !important;
}
.ttl--L { /* 基本h3に適用 */
    font-size: 2.6rem !important;
    line-height: 1.4 !important;
    font-weight: 400;
    margin-bottom: 30px;
}
.ttl--M {
    font-size: 2.4rem !important;
    line-height: 1.6 !important;
    font-weight: 600 !important;
		font-family: YakuHanJP,"Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
.ttl--S {
    font-size: 2.0rem !important;
    font-weight: 400;
    line-height: 1.8 !important;
}
.ttl--Ss {
    font-size: 1.8rem !important;
    font-weight: 600 !important;
    line-height: 1.8 !important;
    margin-bottom: 15px;
		font-family: YakuHanJP,"Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
.ttl--subtitle {
    font-size: 1.8rem !important;
    font-weight: bold !important;
    line-height: 1.8 !important;
    color: #85B1DF !important;
		font-family: YakuHanJP,"Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
.ttl--laed {
    font-size: 1.8rem !important;
    font-weight: 400;
    text-align: center;
    position: relative;
    line-height: 2.0 !important;
}

@media only screen and (max-width: 48em) {
/* heading
------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    font-size: 16px;
    clear: both;
    margin: 0;
    font-weight: normal;
}
.ttl--Xl { /* 基本h2に適用 */
    font-size: 2.8rem !important;
}
.ttl--Ll { /* 基本h3に適用 */
    font-size: 2.4rem !important;
}
.ttl--L { /* 基本h3に適用 */
    font-size: 2.2rem !important;
    font-weight: 400;
    margin-bottom: 30px;
}
.ttl--M {
    font-size: 2.0rem !important;
}
.ttl--S {
    font-size: 1.8rem !important;
}
.ttl--Ss {
    font-size: 1.6rem !important;
    margin-bottom: 15px;
}
.ttl--subtitle {
    font-size: 1.4rem !important;
    color: #85B1DF !important;
    line-height: 1.8 !important;
}
.ttl--laed {
    font-size: 1.4rem !important;
    text-align: left;
    line-height: 1.8 !important;
}
.ttl--S br, .ttl--Ss br, .ttl--laed br, .ttl--subtitle br {
    display: none;
}
.cl {
    padding: 4px 10px 4px 10px;
}
}
/* button
------------------------------------------ */

.btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    height: 50px;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.btn > * {
    height: 50px;
    line-height: 50px;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    padding: 0 20px !important;
}
.btn > *:before {
    content: "";
    display: block;
}
.btn > *:after {
    content: "";
    display: block;
}
.btn > *:before, .btn > *:after {
    position: absolute;
    width: 0;
    height: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    opacity: 0;
}
.btn > *:before {
    left: -1px;
    top: -1px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}
.btn > *:after {
    right: -1px;
    bottom: -1px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.btn.blue > * {
    background-color: #015EAE;
    border: 1px solid #015EAE;
    font-weight: 700;
}
.btn.blue > a:hover {
    background-color: #F5AF3C;
    border: 1px solid #F5AF3C !important;
}
.btn.blue_s {
    height: 38px;
}
.btn.blue_s > * {
    height: 38px;
    line-height: 38px;
    background-color: #015EAE;
    border: 1px solid #015EAE;
    font-size: 16px;
}
.btn.blue_s > a:hover {
    background-color: #F5AF3C;
    border: 1px solid #F5AF3C !important;
}
.btn.blue_line > * {
    color: #015EAE !important;
    border: 1px solid #015EAE;
    font-weight: 700;
}
.btn.blue_line > a:hover {
    border: 1px solid #015EAE !important;
    background-color: #015EAE;
    color: #fff !important;
}
.btn.blue_line > *:before {
    border-left: 1px solid #015EAE;
    border-top: 1px solid #015EAE;
}
.btn.blue_line > *:after {
    border-right: 1px solid #015EAE;
    border-bottom: 1px solid #015EAE;
}
.btn.orange > * {
    background-color: #F5AF3C;
    border: 1px solid #F5AF3C;
    font-weight: 700;
    color: #015EAE;
}
.btn.orange > a:hover {
    background-color: #015EAE;
    border: 1px solid #015EAE !important;
    color: #F5AF3C;
}
.btn.gradation > * {
    background: -webkit-gradient(linear, left top, right top, from(rgba(5, 79, 178, 1)), to(rgba(254, 12, 118, 1)));
    background: linear-gradient(90deg, rgba(5, 79, 178, 1), rgba(254, 12, 118, 1));
    border: 0px;
    font-weight: 700;
    color: #015EAE;
}
.btn.gradation > a:hover {
    background: linear-gradient(120deg, rgba(254, 12, 118, 1), rgba(5, 79, 178, 1));
    /*border: 1px solid #015EAE !important;*/
    color: #F5AF3C;
    opacity: 0.8;
}
.btn.small {
    height: 38px;
}
.btn.small > * {
    height: 38px;
    line-height: 38px;
}
.btn.gray {
}
.btn.gray > * {
    background-color: #9fa0a0;
    border: 1px solid #9fa0a0;
}
.gray_line {
    height: 40px;
}
.gray_line > * {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    font-size: 14px;
    color: #2e3642 !important;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.btn.gray_line > *:before {
    left: -1px;
    top: -1px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.btn.gray_line > *:after {
    right: -1px;
    bottom: -1px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.btn_center {
    width: 240px;
    margin: 0 auto;
}
.btn.arrow a {
    padding: 0 36px 0 20px !important;
}
.btn.arrow:after {
    content: "";
    display: block;
}
.btn.arrow:after {
    position: absolute;
    width: 8px;
    height: 12px;
    background: url("../images/common/cursol_toright_white.png") no-repeat left center;
    background-size: 8px 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 15px;
}
.btn.blue.arrow:after {
    background: url("../images/common/cursol_toright_white.png") no-repeat left center;
}
.btn.blue_s.arrow:after {
    background: url("../images/common/cursol_toright_white.png") no-repeat left center;
}
.btn.blue_line.arrow:after {
    background: url("../images/common/cursol_toright.png") no-repeat left center;
}
.btn.blue_line.arrow:after:hover {
 background: url("../images/common/cursol_toright_white.png") no-repeat left center;
}
.btn.arrow.small:after {
    display: none;
}
.btn.arrow.small a {
    padding: 0 20px 0 20px !important;
}
.btn.arrow.gray:after {
    background: none;
    background-size: 8px 14px;
}
.btn.center {
    margin-left: auto;
    margin-right: auto;
}
.btn:hover > * {
    border-color: transparent;
}
.btn:hover > *:before, .btn:hover > *:after {
    opacity: 1;
    width: 96%;
    width: calc(100% + 2px);
    height: 96%;
    height: calc(100% + 2px);
}
.btn.arrow:hover:after {
    -webkit-animation: movebtnArrow 400ms ease;
    -moz-animation: movebtnArrow 400ms ease;
    -ms-animation: movebtnArrow 400ms ease;
}
.btn.arrow.reverse:hover:after {
    -webkit-animation: movebtnArrowReverse 400ms ease;
    -moz-animation: movebtnArrowReverse 400ms ease;
    -ms-animation: movebtnArrowReverse 400ms ease;
}
 @-webkit-keyframes movebtnArrow {
 from {
 opacity: 0;
 right: 30px;
}
 to {
 opacity: 1;
 right: 15px;
}
}
 @-webkit-keyframes movebtnArrowReverse {
 from {
 opacity: 0;
 left: 30px;
}
 to {
 opacity: 1;
 left: 15px;
}
}

@media only screen and (max-width: 48em) {
main .btn {
    width: auto !important;
}
.btn > * {
    font-size: 14px !important;
    width: auto;
}
}

/* popup
------------------------------------------ */

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 999999;
}

.popup-content {
    background-color: #FFF;
    margin: 60% auto;
    /*padding: 20px;*/
    border: 1px solid #888;
    width: 70%;
    max-width: 300px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
}

.close-btn {
    color: #aaaaaa;
    /*float: right;*/
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    margin-left:94%;
}

.close-btn:hover,
.close-btn:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* popup_pc
------------------------------------------ */

.popup_pc {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 999999;
}

.popup-content_pc {
    background-color: #FFF;
    margin: 15% auto;
    /*padding: 20px;*/
    border: 1px solid #888;
    width: 70%;
    max-width: 300px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
}

.close-btn_pc {
    color: #aaaaaa;
    /*float: right;*/
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    margin-left:94%;
}

.close-btn_pc:hover,
.close-btn_pc:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* newslist
------------------------------------------ */

.c-newslist {
    padding-top: 10px;
    border-top: 1px solid #DDDDDD;
}
.c-newslist .news_cl {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 16px !important;
    border-bottom: 1px solid #DDDDDD;
    text-align: left;
}
.c-newslist .news_cl:before, .c-newslist .news_cl:after {
    content: "";
    display: table;
}
.c-newslist .news_cl:after {
    clear: both;
}
.c-newslist .news_cl span.day {
    float: left;
    width: 230px;
    display: block;
    height: 60px;
    line-height: 60px;
}
.c-newslist .news_cl span.news_contents {
    margin: 16px 0 16px 230px;
    display: block;
}
.c-newslist .news_cl span.news_contents a {
    line-height: 1.8 !important;
}
.c-newslist .tag {
    margin-left: 10px;
    min-width: 60px;
    text-align: center;
}

@media only screen and (max-width: 40rem) {
.c-newslist .news_cl span.day {
    float: none;
    width: auto;
    display: block;
    height: auto;
    line-height: 1.8;
    padding-top: 10px;
    font-size: 1.4rem;
}
.c-newslist .news_cl span.news_contents {
    margin: 15px 0;
    display: block;
    font-size: 1.4rem;
}
}
/*
 txt-description
----------------------------------------------------------- */

.txt-description {
    margin: 30px 0 0;
}
.txt-description:after {
    content: "";
    display : block;
    clear : both;
}
.txt-description dt {
    float: left;
    clear: left;
    padding: 25px 0;
    color: #00428b;
    font-weight: bold;
    line-height: 1.8;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
.txt-description dd {
    padding: 25px 0 25px 25%;
    border-top: 1px solid #ccc;
}

@media screen and (max-width: 48em) {
.txt-description {
    margin: 0;
    border-bottom: 1px solid #ccc;
}
.txt-description dt {
    position: relative;
    float: none;
    padding: 18px 0;
    border-top: 1px solid #ccc;
}
.txt-description dt i.icon:before {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: "";
    width: 16px;
    height: 2px;
    background: #255277;
}
.txt-description dt i.icon:after {
    position: absolute;
    top: 50%;
    right: 17px;
    display: block;
    content: "";
    width: 2px;
    height: 16px;
    margin-top: -7px;
    background: #255277;
}
.txt-description dt.is-active .icon:after {
    display: none;
}
.txt-description dd {
    padding: 0 0 20px;
    border-top: none;
    line-height: 1.6;
}
}
/*
 list_center
----------------------------------------------------------- */

ul.list_center {
    list-style-type: none;
    padding-left: 0;
    display: table;
    margin: auto;
}
ul.list_center li {
    padding: 10px;
    margin: 10px;
    display: table-cell;
    text-align: center;
    font-size: 14px;
    vertical-align: top;
}
ul.list_center li img {
    display: block;
    text-align: center;
    margin: 0 auto 10px;
}
/*
 list ul ol
----------------------------------------------------------- */

ul.c-listnomal li {
    list-style-type: disc !important;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCCCCC;
}
ul.c-listnomal li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
ol.c-listnomal li {
    list-style-type: decimal !important;
}
/*
 lyout glid [
----------------------------------------------------------- */

.row {
    max-width: 118rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}
.row .row {
    margin-right: -1rem;
    margin-left: -1rem;
}

@media print, screen and (min-width: 48em) {
.row .row {
    margin-right: -2rem;
    margin-left: -2rem;
}
}

@media print, screen and (min-width: 53em) {
.row .row {
    margin-right: -2rem;
    margin-left: -2rem;
}
}

@media print, screen and (min-width: 64em) {
.row .row {
    margin-right: -2rem;
    margin-left: -2rem;
}
}

@media screen and (min-width: 75em) {
.row .row {
    margin-right: -2rem;
    margin-left: -2rem;
}
}
.row .row.collapse {
    margin-right: 0;
    margin-left: 0;
}
.row.expanded {
    max-width: none;
}
.row:not(.expanded) .row {
    max-width: none;
}
.row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}
.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0;
}
.column, .columns {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-right: 1rem;
    padding-left: 1rem;
    min-width: initial;
}

@media print, screen and (max-width: 48em) {
.small-12.column .small-12.column, .small-12.columns .small-12.columns {
    margin-bottom: 20px;
}
}

@media print, screen and (min-width: 48em) {
.column, .columns {
    padding-right: 2rem;
    padding-left: 2rem;
}
}
.column.row.row, .row.row.columns {
    float: none;
    display: block;
}
.row .column.row.row, .row .row.row.columns {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
}
.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.small-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.small-offset-0 {
    margin-left: 0%;
}
.small-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.small-offset-1 {
    margin-left: 8.3333333333%;
}
.small-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.small-offset-2 {
    margin-left: 16.6666666667%;
}
.small-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.small-offset-3 {
    margin-left: 25%;
}
.small-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.small-offset-4 {
    margin-left: 33.3333333333%;
}
.small-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.small-offset-5 {
    margin-left: 41.6666666667%;
}
.small-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.small-offset-6 {
    margin-left: 50%;
}
.small-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.small-offset-7 {
    margin-left: 58.3333333333%;
}
.small-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.small-offset-8 {
    margin-left: 66.6666666667%;
}
.small-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.small-offset-9 {
    margin-left: 75%;
}
.small-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.small-offset-10 {
    margin-left: 83.3333333333%;
}
.small-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.small-offset-11 {
    margin-left: 91.6666666667%;
}
.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.small-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.small-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.small-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.small-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.small-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.small-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-up-1 > .column, .small-up-1 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.small-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-up-2 > .column, .small-up-2 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.small-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-up-3 > .column, .small-up-3 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.small-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-up-4 > .column, .small-up-4 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.small-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-up-5 > .column, .small-up-5 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.small-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-up-6 > .column, .small-up-6 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.small-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-up-7 > .column, .small-up-7 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
}
.small-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-up-8 > .column, .small-up-8 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}
.small-collapse > .column, .small-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}
.small-uncollapse > .column, .small-uncollapse > .columns {
    padding-right: 0.6666666667rem;
    padding-left: 0.6666666667rem;
}

@media print, screen and (min-width: 48em) {
.medium-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.medium-offset-0 {
    margin-left: 0%;
}
.medium-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.medium-offset-1 {
    margin-left: 8.3333333333%;
}
.medium-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.medium-offset-2 {
    margin-left: 16.6666666667%;
}
.medium-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.medium-offset-3 {
    margin-left: 25%;
}
.medium-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.medium-offset-4 {
    margin-left: 33.3333333333%;
}
.medium-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.medium-offset-5 {
    margin-left: 41.6666666667%;
}
.medium-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.medium-offset-6 {
    margin-left: 50%;
}
.medium-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.medium-offset-7 {
    margin-left: 58.3333333333%;
}
.medium-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.medium-offset-8 {
    margin-left: 66.6666666667%;
}
.medium-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.medium-offset-9 {
    margin-left: 75%;
}
.medium-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.medium-offset-10 {
    margin-left: 83.3333333333%;
}
.medium-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.medium-offset-11 {
    margin-left: 91.6666666667%;
}
.medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.medium-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.medium-up-1 > .column, .medium-up-1 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.medium-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.medium-up-2 > .column, .medium-up-2 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.medium-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.medium-up-3 > .column, .medium-up-3 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.medium-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.medium-up-4 > .column, .medium-up-4 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.medium-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.medium-up-5 > .column, .medium-up-5 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.medium-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.medium-up-6 > .column, .medium-up-6 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.medium-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.medium-up-7 > .column, .medium-up-7 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
}
.medium-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.medium-up-8 > .column, .medium-up-8 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}
}

@media print, screen and (min-width: 48em) and (min-width: 48em) {
.medium-expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
}

@media print, screen and (min-width: 48em) {
.medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.medium-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.medium-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media print, screen and (min-width: 40em) {
.row.medium-unstack > .column, .row.medium-unstack > .columns {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
}

@media print, screen and (min-width: 40em) {
.medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}
.medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 2rem;
    padding-left: 2rem;
}
}

@media print, screen and (min-width: 45em) {
.mlarge-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.mlarge-offset-0 {
    margin-left: 0%;
}
.mlarge-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.mlarge-offset-1 {
    margin-left: 8.3333333333%;
}
.mlarge-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.mlarge-offset-2 {
    margin-left: 16.6666666667%;
}
.mlarge-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.mlarge-offset-3 {
    margin-left: 25%;
}
.mlarge-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.mlarge-offset-4 {
    margin-left: 33.3333333333%;
}
.mlarge-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.mlarge-offset-5 {
    margin-left: 41.6666666667%;
}
.mlarge-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.mlarge-offset-6 {
    margin-left: 50%;
}
.mlarge-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.mlarge-offset-7 {
    margin-left: 58.3333333333%;
}
.mlarge-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.mlarge-offset-8 {
    margin-left: 66.6666666667%;
}
.mlarge-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.mlarge-offset-9 {
    margin-left: 75%;
}
.mlarge-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.mlarge-offset-10 {
    margin-left: 83.3333333333%;
}
.mlarge-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.mlarge-offset-11 {
    margin-left: 91.6666666667%;
}
.mlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.mlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.mlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.mlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.mlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.mlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.mlarge-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mlarge-up-1 > .column, .mlarge-up-1 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.mlarge-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mlarge-up-2 > .column, .mlarge-up-2 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.mlarge-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mlarge-up-3 > .column, .mlarge-up-3 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.mlarge-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mlarge-up-4 > .column, .mlarge-up-4 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.mlarge-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mlarge-up-5 > .column, .mlarge-up-5 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.mlarge-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mlarge-up-6 > .column, .mlarge-up-6 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.mlarge-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mlarge-up-7 > .column, .mlarge-up-7 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
}
.mlarge-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mlarge-up-8 > .column, .mlarge-up-8 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}
}

@media print, screen and (min-width: 53em) and (min-width: 53em) {
.mlarge-expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
}

@media print, screen and (min-width: 53em) {
.mlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.mlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.mlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.mlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.mlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.mlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.mlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
}
.row.mlarge-unstack > .column, .row.mlarge-unstack > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media print, screen and (min-width: 53em) {
.row.mlarge-unstack > .column, .row.mlarge-unstack > .columns {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
}

@media print, screen and (min-width: 53em) {
.mlarge-collapse > .column, .mlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}
.mlarge-uncollapse > .column, .mlarge-uncollapse > .columns {
    padding-right: 2rem;
    padding-left: 2rem;
}
}

@media print, screen and (min-width: 64em) {
.large-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.large-offset-0 {
    margin-left: 0%;
}
.large-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.large-offset-1 {
    margin-left: 8.3333333333%;
}
.large-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.large-offset-2 {
    margin-left: 16.6666666667%;
}
.large-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.large-offset-3 {
    margin-left: 25%;
}
.large-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.large-offset-4 {
    margin-left: 33.3333333333%;
}
.large-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.large-offset-5 {
    margin-left: 41.6666666667%;
}
.large-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.large-offset-6 {
    margin-left: 50%;
}
.large-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.large-offset-7 {
    margin-left: 58.3333333333%;
}
.large-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.large-offset-8 {
    margin-left: 66.6666666667%;
}
.large-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.large-offset-9 {
    margin-left: 75%;
}
.large-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.large-offset-10 {
    margin-left: 83.3333333333%;
}
.large-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.large-offset-11 {
    margin-left: 91.6666666667%;
}
.large-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.large-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.large-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.large-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.large-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.large-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.large-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.large-up-1 > .column, .large-up-1 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.large-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.large-up-2 > .column, .large-up-2 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.large-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.large-up-3 > .column, .large-up-3 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.large-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.large-up-4 > .column, .large-up-4 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.large-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.large-up-5 > .column, .large-up-5 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.large-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.large-up-6 > .column, .large-up-6 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.large-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.large-up-7 > .column, .large-up-7 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
}
.large-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.large-up-8 > .column, .large-up-8 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}
}

@media print, screen and (min-width: 64em) and (min-width: 64em) {
.large-expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
}

@media print, screen and (min-width: 64em) {
.large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.large-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.large-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.large-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
}
.row.large-unstack > .column, .row.large-unstack > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media print, screen and (min-width: 64em) {
.row.large-unstack > .column, .row.large-unstack > .columns {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
}

@media print, screen and (min-width: 64em) {
.large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}
.large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 2rem;
    padding-left: 2rem;
}
}

@media screen and (min-width: 75em) {
.xlarge-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.xlarge-offset-0 {
    margin-left: 0%;
}
.xlarge-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.xlarge-offset-1 {
    margin-left: 8.3333333333%;
}
.xlarge-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.xlarge-offset-2 {
    margin-left: 16.6666666667%;
}
.xlarge-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.xlarge-offset-3 {
    margin-left: 25%;
}
.xlarge-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.xlarge-offset-4 {
    margin-left: 33.3333333333%;
}
.xlarge-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.xlarge-offset-5 {
    margin-left: 41.6666666667%;
}
.xlarge-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.xlarge-offset-6 {
    margin-left: 50%;
}
.xlarge-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.xlarge-offset-7 {
    margin-left: 58.3333333333%;
}
.xlarge-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.xlarge-offset-8 {
    margin-left: 66.6666666667%;
}
.xlarge-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.xlarge-offset-9 {
    margin-left: 75%;
}
.xlarge-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.xlarge-offset-10 {
    margin-left: 83.3333333333%;
}
.xlarge-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.xlarge-offset-11 {
    margin-left: 91.6666666667%;
}
.xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}
.xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}
.xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}
.xlarge-up-1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.xlarge-up-2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.xlarge-up-3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.xlarge-up-4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.xlarge-up-5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.xlarge-up-6 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.xlarge-up-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
}
.xlarge-up-8 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}
}

@media screen and (min-width: 75em) and (min-width: 75em) {
.xlarge-expand {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
}

@media screen and (min-width: 75em) {
.xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.xlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.xlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
}
.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media screen and (min-width: 75em) {
.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
}
}

@media screen and (min-width: 75em) {
.xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}
.xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 2rem;
    padding-left: 2rem;
}
}
.shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}
.column-block {
    margin-bottom: 1.3333333333rem;
}
.column-block > :last-child {
    margin-bottom: 0;
}

@media print, screen and (min-width: 48em) {
.column-block {
    margin-bottom: 4rem;
}
.column-block > :last-child {
    margin-bottom: 0;
}
}
/*
 tableoutline [
----------------------------------------------------------- */

table.tableoutline {
    width: 100%;
    padding: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
    border-top: 1px solid #ccc;
}
table.tableoutline tbody tr {
    margin: 0px;
    padding: 0px;
}
table.tableoutline tbody td {
    padding: 20px 0;
    margin: 0px;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid #ccc;
}
table.tableoutline tbody th {
    background-image: none;
    margin: 0;
    text-align: left;
    vertical-align: top;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 48em) {
table {
    font-size: 100%;
    width: 100%;
    position: relative;
}
tr {
    position: relative;
}
td {
    display: block !important;
}
th {
    display: block !important;
}
table.tableoutline {
    width: 100%;
    padding: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
    position: relative !important;
}
table.tableoutline tbody td {
    padding: 4px 0 15px;
    margin: 0px;
    vertical-align: top;
    text-align: left;
}
table.tableoutline tbody th {
    margin: 0px;
    text-align: left;
    vertical-align: top;
    padding: 15px 0 4px;
    font-weight: bold;
    border-bottom-style: none;
    border-top-style: none;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
div#container table .taC {
    padding: 10px;
    text-align: center;
    display: table-cell;
    margin: 0;
}
}
/*
 table
----------------------------------------------------------- */

dl.table, .table dt, .table dd {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
dl.table {
}
.table dt, .table dd {
    padding: 10px 10px 0 10px;
    margin-bottom: 30px;
}
.table dt {
    width: 30%;
    float: left;
    font-weight: 600;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
.table dd {
    margin-left: 30%;
    padding-bottom: 10px;
}

@media print, screen and (max-width: 48em) {
.table dt, .table dd {
    padding: 0 10px 0 10px;
    margin-bottom: 20px;
    font-size: 1.4rem;
}
}
/*
 form [
----------------------------------------------------------- */

.attention {
    margin: 0 0 0;
    display: block;
    color: #F15253;
    font-size: 1.6rem;
    padding: 10px 0 0;
    font-weight: 700;
}
.attention_box {
    border: 2px solid #F15253;
    font-size: 1.6rem !important;
    line-height: 2;
    padding: 30px;
    background-color: #FDF0F0;
    color: #F15253;
    margin-bottom: 20px;
    font-weight: bold;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
.attention_box h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
}
abbr.ico-req {
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
    background-color: #005EAC;
    border-bottom: none !important;
    display: inline-block;
    padding: 4px 8px;
    line-height: 1;
    margin-right: 6px;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
th abbr.ico-req {
    float: right;
    margin-top: 2px;
    margin-right: 0;
}
select {
    padding: 0 0 0 10px;
    height: 36px;
    line-height: 36px;
    font-size: 1.6rem;
    outline: 0;
    border: 1px solid #ccc;
}
input[type="text"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="button"], input[type="submit"] {
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 1.6rem;
    outline: 0;
    border-radius: 3px;
    border: 1px solid #ccc;
    vertical-align: middle;
}
input[type="submit"] {
    /*background-color: #005EAC;*/
    color: #fff;
    padding: 0 30px;
    /*border: 1px solid transparent;*/
    min-width: 200px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(5, 79, 178, 1)), to(rgba(254, 12, 118, 1)));
    background: linear-gradient(90deg, rgba(5, 79, 178, 1), rgba(254, 12, 118, 1));
    border: 1px;
    font-weight: 600;
}
input[type="submit"]:hover {
    /*filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;*/
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    background: linear-gradient(120deg, rgba(254, 12, 118, 1), rgba(5, 79, 178, 1));    
    opacity: 0.8;
}
input[type="submit"].btn_sub01 {
    background-color: #e62739;
    color: #fff;
    border: 1px solid #e62739;
}
input[type="submit"].btn_sub02 {
    background-color: #e62739;
    color: #fff;
    border: 1px solid #e62739;
}
input[type="button"] {
    background-color: #005EAC;
    color: #fff;
    padding: 0 30px;
    border: 1px solid transparent;
    min-width: 160px;
}
input[type="button"]:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
input[type="button"].btn_save {
    background-color: #9fa0a0;
    color: #fff;
}
input[type="button"].btn_delete {
    background-color: #222;
    color: #fff;
}
input[type="radio"], input[type="checkbox"] {
    display: inline-block;
    margin-right: 6px;
}
input[type="radio"] + label, input[type="checkbox"] + label {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    font-size: 1.6rem;
    line-height: 1.6;
    cursor: pointer;
}
.comp--contact_item label {
    margin-bottom: 8px;
}
input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="email"]:focus, textarea:focus {
    background-color: #FFFBC7;
}

@media (min-width: 1px) {
input[type="radio"], input[type="checkbox"] {
    display: none;
    margin: 0;
}
input[type="radio"] + label, input[type="checkbox"] + label {
    padding: 0 0 0 24px;
}
input[type="radio"] + label::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #FFF;
}
input[type="checkbox"] + label::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #FFF;
}
input[type="radio"] + label::before {
    border: 1px solid #555;
    border-radius: 30px;
}
input[type="checkbox"] + label::before {
    border: 1px solid #555;
}
input[type="radio"]:checked + label::before {
    border: 1px solid #005EAC;
}
input[type="checkbox"]:checked + label::before {
    border: 1px solid #005EAC;
}
input[type="radio"]:checked + label::after, input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    top: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}
input[type="radio"]:checked + label::after {
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #005EAC;
    border-radius: 8px;
}
input[type="checkbox"]:checked + label::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #005EAC;
    border-bottom: 3px solid #005EAC;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
input[type="radio"].static + label::before {
    border: 1px solid #555;
}
input[type="radio"].static:checked + label::before {
    border: 1px solid #555;
}
input[type="radio"].static:checked + label::after {
    background: #555;
}
}
textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 20px;
    font-size: 14px;
    width: 100%;
}
 input::-webkit-input-placeholder {
 color: #999;
}
input:-moz-placeholder {
 color: #999;
}
input::-moz-placeholder {
 color: #999;
}
input:-ms-input-placeholder {
 color: #999;
}
 input:focus::-webkit-input-placeholder {
 color: transparent;
}
input:focus:-moz-placeholder {
 color: transparent;
}
input:focus::-moz-placeholder {
 color: transparent;
}
input:focus:-ms-input-placeholder {
 color: transparent;
}
table.tableform {
    width: 100%;
    padding: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
}
table.tableform tbody tr {
    margin: 0px;
    padding: 0px;
}
table.tableform tbody td {
    padding: 18px;
    margin: 0px;
    vertical-align: middle;
    text-align: left;
}
table.tableform tbody th {
    background-image: none;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    padding: 20px;
    width: 230px;
    white-space: nowrap;
}
table.tableform tbody tr:nth-child(odd) {
    background-color: #F7F7F7;
}
.comp--tel {
    border: 1px solid #005EAC;
    padding: 30px;
    text-align: center;
    color: #005EAC;
    margin-bottom: 40px;
}
.comp--tel p {
    text-align: center;
    color: #005EAC;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
.comp--tel p span {
    font-size: 2.2rem;
}

@media only screen and (max-width: 48em) {
table.tableform {
    width: 100%;
    padding: 0px;
    border-collapse: collapse;
    border-spacing: 0px;
    position: relative !important;
}
table.tableform tbody td {
    padding: 4px 10px 15px;
    margin: 0px;
    vertical-align: top;
    text-align: left;
}
table.tableform tbody th {
    margin: 0px;
    text-align: left;
    vertical-align: top;
    padding: 15px 10px 4px;
    font-weight: bold;
    border-bottom-style: none;
    border-top-style: none;
    width: auto;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
.comp--tel p span {
    display: block;
    padding-top: 8px;
}
.comp--tel p span a span {
    display: inline-block;
    padding-top: 0;
}
}
/*
 tab [
----------------------------------------------------------- */

ul.tab {
    list-style: none;
    display: table;
    width: 100%;
}
ul.tab li {
    display: table-cell;
    width: 50%;
    padding: 26px 0;
    background-color: #E0E7E9;
    color: #545454;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    position: relative;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
ul.tab li span {
    font-size: 14px;
    display: block;
    line-height: 1.2;
    margin-bottom: 8px;
}
ul.tab li:hover {
    color: #fff;
    background-color: #5C6970;
}
ul.tab li.active {
    color: #fff;
    background-color: #5C6970;
}
ul.tab li.active:after {
    content: "";
    background-image: url(../images/common/ico_tab_on.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 16px;
    position: absolute;
    bottom: -16px;
    display: block;
    width: 100%;
}
div.tabContent {
    clear: both;
    margin: 0 auto;
    display: none;
}
div.active {
    display: block;
}
/* ===================================

2:Project toppage

====================================== */

/*
 cover  [
----------------------------------------------------------- */

.cover_wrap {
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
    max-height: 800px !important;
    min-height: 700px !important;
    overflow: hidden;
}

@media only screen and (max-width: 48em) {
.cover_wrap {
    max-height: 400px !important;
    min-height: 400px !important;
}
}

.cover {
    text-align: left;
    clear: both;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
    z-index: 5;
    width: 100%;
    /*display: table; 20250623*/
    max-height: 700px !important;
    min-height: 700px !important;
}
/*20250623
.cover h1 {
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 700;
    font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif !important;
    margin-bottom: 20px;
}*/

@media only screen and (max-width: 48em) {

.cover {
    max-height: 400px !important;
    min-height: 400px !important;
}
}

/*20250623追加*/

.cover_txt{
	width:118rem;
	height: 700px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	color: #fff;
	position: relative;
	z-index: 10;
}
.cover_txt h1{
	margin: 0 0 30px;
	overflow: hidden;
}
.cover_txt h1 span{
	display: block;
	opacity: 0;
	animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.cover_txt h1 span:nth-of-type(1){
  animation-name: fadein01;
  animation-duration: 0.5s;
}
.cover_txt h1 span:nth-of-type(2){
  animation-name: fadein01;
  animation-duration: 0.5s;
	animation-delay: 0.1s;
}
.cover_txt h1 span:nth-of-type(3){
  animation-name: fadein01;
  animation-duration: 0.5s;
	animation-delay: 0.2s;
}
.cover_txt p:nth-of-type(1){
	font-size: 2.4rem;
	animation-name: fadein01;
  animation-duration: 2s;
}
.cover_txt p:nth-of-type(2){
	animation-name: fadein01;
  animation-duration: 2.5s;
}
.cover_txt .link_btn a{
	background: url("../images/our-value/sec02_btn.png") right center no-repeat;
	padding: 0 25px 0 0;
	color: #fff;
	font-size: 2.4rem;
	line-height: 25px;
	font-weight: 700;
}
@keyframes fadein01{
  0% {
     opacity: 1;
     transform: translateY(80px);
  }
  100% {
     opacity: 1;
     transform: translateY(0);
  }
}

@media only screen and (max-width: 1220px) {
	.cover_txt{
		width:100%;
		padding: 0 20px;
	}
}
@media only screen and (max-width: 1160px) {
	.cover_txt h1 img{
		width:100%;
		height: auto;
	}
}
@media only screen and (max-width: 48em) {
	.cover_txt{
		height: 400px;
	}
	.cover_txt p:nth-of-type(1),
	.cover_txt .link_btn a{
	font-size: 1.6rem;
	}
}

/*ここから下*/

.cover_wrap_video.webp {
  background-image: url(../mov/mov.webp);
}
@media only screen and (max-width: 30em) {
  .cover_wrap_video {
    background-image: url(../mov/mov_sp.jpg);
  }
}
.cover_wrap_video_global.webp {
  background-image: url(../mov/cropped-and-compressed.webp);
}
@media only screen and (max-width: 30em) {
  .cover_wrap_video_global {
    background-image: url(../mov/cropped-and-compressed_sp.jpg);
  }
}

.item.video {
  z-index: 0;
}
.item.video > video {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50% !important;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 1750px;
}
@media only screen and (max-width: 1422px) {
  .item.video > video {
    width: auto;
    height: 100%;
    min-height: 650px;
  }
}
@media only screen and (max-width: 48em) {
  .item.video > video {
    min-height: auto;
  }
}
@media only screen and (max-width: 48em) {
  .item.video {
    z-index: 0;
  }
}
.ipad #movie {
    display: none;
}
.iphone #movie {
    display: none;
}
.ipod #movie {
    display: none;
}
.android #movie {
    display: none;
}
#movie video {
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
    width: auto;
}




.kv--movie_btn {
	width: 180px;
	display: block;
    margin-bottom: 0;
    position: relative;
}
.kv--movie_btn .kv__button {
	background-color:#005EAD;
	border-radius: 50px;
	display: block;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	font-size: 1.4rem;
	color: #fff;
	line-height: 50px;
	text-align: right;
	padding-right:25px;
}
.kv--movie_btn .kv__button:before {
    content: "";
width: 0;
height: 0;
display:block;
position:absolute;
    top: 19px;
left:20px;
border-style: solid;
border-width: 6px 0 6px 10px;
border-color: transparent transparent transparent #F5AF3C;

}
.kv--movie_btn .kv__button:hover {
    background-color:#F5AF3C;
    font-weight:bold;
}
.kv--movie_btn .kv__button:hover:before {
border-color: transparent transparent transparent #005EAD;

}
.kv--movie_btn.bg-pink a {
  background-color: #FE0C76;
}
.kv--movie_btn.bg-pink a:hover {
  background-color: #F5AF3C;
}
#kv-date {
    position: absolute;
    left: 30px;
    bottom: 110px;
    margin-bottom: 0;
    z-index: 5002;
    text-align: left;
}
.bg-dot {
    background: url(../images/common/bg_dot.png) repeat center;
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: transform .6s ease, opacity .6s ease;
    -webkit-transition: opacity .6s ease, -webkit-transform .6s ease;
    transition: opacity .6s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .6s ease;
    transition: transform .6s ease, opacity .6s ease, -webkit-transform .6s ease;
    opacity: 0.6;
}
.bg-cubic {
    background: url(../images/common/lyer_block02.png) no-repeat center;
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 120%;
    top: -10%;
}
.animated.go .bg-cubic {
    -webkit-animation-name: bgscale;
    animation-name: bgscale;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.bg-cubic2 {
    background: url(../images/common/lyer_block.png) no-repeat center;
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 120%;
    top: -10%;
}
.animated.go .bg-cubic2 {
    -webkit-animation-name: bgscale;
    animation-name: bgscale;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.bg-cubic3 {
    background: url(../images/common/lyer_block03.png) no-repeat center;
    z-index: 3;
    position: absolute;
    width: 100%;
    height: 120%;
    top: -10%;
}
.animated.go .bg-cubic3 {
    -webkit-animation-name: bgscale;
    animation-name: bgscale;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
 @-webkit-keyframes bgscale {
 0% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
 100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
 @keyframes bgscale {
 0% {
-webkit-transform: scale(0.8);
transform: scale(0.8);
}
 100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
video {
    display: block;
}
.bg-steam {
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: none;
}
.bg-steam video {
    margin: auto;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
    width: auto;
    max-height: 800px !important;
    min-height: 490px !important;
}
@media only screen and (max-width: 48em) {
}
@media only screen and (max-width: 48em) {



.bg-steam video {
    max-height: 400px !important;
    min-height: 400px !important;
}

.kv--movie {
    width: 40%;
    margin-bottom: 20px;
}

.kv--movie_btn {
    width: 166px;
}
.kv--movie_btn .kv__button {
    border-radius: 40px;
    font-size: 1.2rem;
    line-height: 40px;
}
.kv--movie_btn .kv__button:before {
    top: 14px;
}
.bg-cubic2, .bg-cubic3, .bg-cubic {
    background-size: 150%;
}
}

/*
 comp--topics  [
----------------------------------------------------------- */

.comp--topics {
    background-color: #F4F5F5;
    position: relative;
    padding: 0 2rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.p-dl_news {
    height: 80px;
    color: #102129;
}
.p-dl_news dt {
    float: left;
    width: 130px;
    height: 80px;
    line-height: 80px;
    color: #005EAC;
    font-size: 20px;
    text-align: left;
    position: relative;
    font-weight: 200;
}
.p-dl_news dd {
    line-height: 50px;
    margin-left: 130px;
    color: #fff;
    font-size: 16px;
}
.p-dl_news dd a {
}
.ticker {
    line-height: 80px;
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.ticker ul {
    width: 100%;
    position: relative;
    line-height: 50px;
}
.ticker ul li {
    width: 99%;
    line-height: 80px;
    /* display: none;*/
    color: #005EAC;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis; /* Safari */
    -o-text-overflow: ellipsis; /* Opera */
    white-space: nowrap;
    overflow: hidden;
    /*display: none;*/
}

@media only screen and (max-width: 48em) {
.p-dl_news {
    height: auto;
    padding-bottom: 20px;
}
.p-dl_news dt {
    float: none;
    width: 100%;
    height: auto;
    line-height: 2.0;
    padding-top: 10px;
}
.p-dl_news dd {
    line-height: 1.6;
    margin-left: 0;
    color: #fff;
    font-size: 14px;
}
.ticker {
    line-height: 1.8;
    width: 100%;
    text-align: left;
    position: relative;
}
.ticker ul {
    width: 100%;
    position: relative;
    line-height: 1.8;
}
.ticker ul li {
    width: 99%;
    line-height: 1.8;
    /* display: none; */
    color: #005EAC;
    text-overflow: initial;
    -webkit-text-overflow: initial;
    -o-text-overflow: initial;
    white-space: initial;
    overflow: auto;
}
}
/*
 comp__section--service_list [
----------------------------------------------------------- */
.comp__section--service_list {
    background-color: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.comp__section--service_list .row {
    max-width: inherit;
}
.comp__section--service_list .column {
    padding: 0;
}
.comp__section--service_list .column div {
    position: relative;
}
.comp__section--service_list .comp__thumbnail-service_list a figure:before {
    opacity: 0.2;
}
.comp__section--service_list h2 {
    position: absolute;
    top: 50%;
    margin: -18px 0 0;
    width: 100%;
    text-align: center;
    font-size: 3.8rem;
    line-height: 1;
    font-weight: 100;
    color: #fff;
    z-index: 101;
}
.comp__section--service_list img {
    width: 100%;
}
.comp__section--service_list a h3 {
    padding: 3rem 10% 3rem !important;
    line-height: 1.8;
    font-size: 1.5rem;
    color: #2e3642;
    font-weight: 500;
}
.comp__section--service_list a:hover h3 {
    color: #005EAD;
}
.comp__section--service_list .comp--seminars a {
    display: block;
    background-color: #005EAD;
    height: 100%;
}
.comp__section--service_list .comp--seminars * {
    color: #fff;
}
.comp__section--service_list .comp--seminars a:hover {
    display: block;
    background-color: #F6AD3C;
    color: #fff;
}
.comp__section--service_list .comp--seminars a:hover h3 {
    color: #fff;
}

/*
solutionページ用 [
----------------------------------------------------------- */

.comp__section--service_list.solution .comp__thumbnail-service_list a figure:before {
    opacity: 0.4;
}

.comp__section--service_list.solution h2 {
    margin: -24px 0 0;
}
.comp__section--service_list.solution h2 span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
}

@media only screen and (max-width: 1180px) {
.comp__section--service_list h2 {
    margin: -16px 0 0;
    font-size: 3.2rem;
}
}

@media only screen and (max-width: 48em) {
.comp__section--service_list h2 {
    margin: -10px 0 0;
    font-size: 2.0rem;
}
.comp__section--service_list a h3 {
    line-height: 1.6;
    font-size: 1.3rem;
}
    .comp__section--service_list.solution h2 {
        margin: -16px 0 0;
        font-size: 1.6rem;
    }
    .comp__section--service_list.solution h2 span {
        display: block;
        font-size: 10px;
        font-weight: 700;
        padding: 5px;
    }
}
/*
 comp__section--stats [
----------------------------------------------------------- */

.comp__section--stats {
    background-color: rgba(31, 37, 45, 0.9);
    background-image: url(../images/home/bg_globalmap.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0 80px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.comp__section--stats * {
    color: #fff;
}
.comp__title--stats h2 {
    font-size: 4.8rem;
    font-weight: 100;
    line-height: 1.2;
    margin-bottom: 10px;
}
.comp__title--stats h3 {
    font-size: 2rem;
}
.comp__section--stats dl {
    text-align: center;
}
.comp__section--stats dt {
    margin-bottom: 6px;
    line-height: 1.4;
    font-size: 1.6rem;
}
.comp__section--stats dd span {
    font-size: 6.0rem;
    font-weight: 100;
    display: block;
    line-height: 1;
    color: #fff;
    margin-bottom: 8px;
}
.comp__section--stats dd {
    color: #F6AD3C;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}

@media only screen and (max-width: 48em) {
.comp__title--stats h2 {
    font-size: 3rem;
    text-align: center;
}
.comp__title--stats h3 {
    text-align: center;
    margin-bottom: 20px;
}
.comp__section--stats dt {
    line-height: 1.8;
    font-size: 1.2rem;
}
.comp__section--stats dd {
    font-size: 1.4rem;
}
.comp__section--stats dd span {
    font-size: 4.0rem;
}
.comp__section--stats {
    background-position: right center;
    background-repeat: no-repeat;
    padding: 60px 0 60px;
    background-size: 200%;
}
}
/*
 comp--client-list [
----------------------------------------------------------- */

#section--home .comp__section--basic {
    background-color: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.comp--client-list figure img {
    max-width: 100%;
    height: auto;
}
.comp__section--cs {
    background-color: #F4F5F5;
}
.comp__section--cs .row {
    max-width: 150rem;
}
.comp__section--cs .small-12.medium-6.column .row {
    margin: 0;
}
.comp__section--cs .column {
    padding: 0;
}
.comp__thumbnail-cs_list {
    height: 100%;
}
.comp__thumbnail-cs_list div.comp__visual {
    position: relative;
    overflow: hidden;
    max-height: 200px;
}
.comp__thumbnail-cs_list.featured div.comp__visual {
    max-height: 365px;
}
.comp__thumbnail-cs_list a {
    background-color: #fff;
}
.comp__thumbnail-cs_list div .label {
    background-color: #fff;
    border: none;
    font-weight: 600;
    padding: 0.6rem;
    z-index: 99;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
.comp__thumbnail-cs_list .label {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.comp__thumbnail-cs_list h2 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 10px;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
.comp__thumbnail-cs_list.featured h2 {
    font-size: 2.2rem;
}
.comp__thumbnail-cs_list a p {
    color: #2e3642;
    font-size: 1.4rem;
}
.comp__thumbnail-cs_list a:hover p {
    color: #005EAD;
}
.comp__thumbnail-cs_list.featured a p {
    color: #2e3642;
    font-size: 1.6rem;
}
.comp__thumbnail-cs_list .comp__content {
    padding: 8% 6% 8%;
}
.comp__thumbnail-cs_list a:hover h2 {
    color: #F6AD3C;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.comp__thumbnail-cs_list a:hover p {
    color: #F6AD3C;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.comp__thumbnail-cs_list a:hover .btn.blue_s span {
    background-color: #F6AD3C;
    border: 1px solid #F6AD3C;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.text_1sentence {
    max-height: 50px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    margin-bottom: 0;
}
.text_2sentence {
    max-height: 50px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    margin-bottom: 0;
}
.img-jtb {
    position: absolute;
    bottom: 0;
}

@media only screen and (max-width: 1280px) {
.text_1sentence {
    -webkit-line-clamp: 2 !important;
}
}

@media only screen and (max-width: 48em) {
.comp__section--cs .small-12.medium-6 {
    margin-bottom: 0 !important
}
.text_1sentence {
    max-height: inherit !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: initial !important;
    -webkit-box-orient: vertical !important;
    margin-bottom: 0;
}
.text_2sentence {
    max-height: inherit !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: initial !important;
    -webkit-box-orient: vertical !important;
    margin-bottom: 0;
}
.comp__thumbnail-cs_list.featured h2 {
    font-size: 1.8rem;
}
.comp__thumbnail-cs_list.featured a p {
    color: #2e3642;
    font-size: 1.4rem;
}
.comp__thumbnail-cs_list a p {
    color: #2e3642;
    font-size: 1.2rem;
}
.comp__section--cs .small-12.column, .comp__section--cs .small-12.columns {
    margin-bottom: 20px;
}
.img-jtb {
    position: relative;
    bottom: 0;
}
.comp__thumbnail-cs_list div .label {
    font-size: 1rem;
}
}
/*
 comp__news-list [
----------------------------------------------------------- */

.comp__news-list {
    margin-bottom: 3.0rem;
}
.comp__news-list li {
    border-bottom: 1px solid #ccc;
    padding: 2rem 0;
}
.comp__news-list li:first-child {
    border-top: 1px solid #ccc;
}
.comp__news-list li span.tag {
    display: inline-block !important;
}
.comp__news-list li span.time {
    font-weight: 600;
    font-size: 1.4rem;
    display: inline-block;
    margin-right: 1rem;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
.comp__news-list li a {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 8px;
    padding-top: 8px;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
.comp__news-list li span.non-link {
    font-weight: 600;
    display: inline-block;
    margin-bottom: 8px;
    padding-top: 8px;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
.teaser {
    font-size: 1.4rem;
    display: block;
}

@media only screen and (max-width: 48em) {
.comp__news-list li {
    font-size: 1.4rem;
}
}
/*
 comp__section--contact [
----------------------------------------------------------- */

.comp__section--contact {
    background-color: #FFF;
    text-align: center;
    padding: 5.0rem 0 3.0rem;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-image: url(../images/our-value/5st_bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 60%;
}
.comp__section--contact * {
    color: #005EAD;
}
.comp__section--contact .column {
    padding: 0;
}
.comp__section--contact h4 {
    font-size: 2.4rem;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 10px;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
.comp__section--contact p {
    font-size: 1.4rem;
    /*margin-bottom: 30px;*/
}
.comp__section--contact .tel {
    font-size: 2.4rem;
    width: 250px;
    border-left: 1px solid #005EAD;
    display: inline-block;
}

@media only screen and (max-width: 48em) {
.comp__section--contact {
    padding: 5.0rem 2.0rem 4.0rem;
}
.comp__section--contact .column {
    text-align: center !important;
}
.comp__section--contact h4 {
    font-size: 2.0rem;
}
.comp__section--contact .tel {
    border-left: none;
    display: inline-block;
}
}
/* ===================================

3:Project contents share

====================================== */

/*
 hero_wrap  [
----------------------------------------------------------- */

#section--content .hero_wrap {
    text-align: left;
    clear: both;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    display: table;
    max-height: 600px !important;
    min-height: 460px !important;
    height: 460px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}
#section--content .hero_wrap .hero__valign {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    z-index: 4;
    position: relative;
}
.hero_wrap p {
    font-size: 6.0rem;
    font-weight: 100;
    line-height: 1.2;
    margin-bottom: 0rem;
}
.hero_wrap h1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
#section--content .hero_wrap .bg-dot {
    background: url(../images/common/bg_dot.png) repeat center;
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: transform .4s ease, opacity .4s ease;
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: transform .4s ease, opacity .4s ease;
    transition: transform .4s ease, opacity .4s ease, -webkit-transform .4s ease;
    opacity: 0.4;
}
#section--content .hero_wrap .bg-dot.op--2 {
    -webkit-transition: transform .2s ease, opacity .2s ease;
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, opacity .2s ease;
    transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
    opacity: 0.2;
}
#section--content .hero_wrap .bg-dot.op--3 {
    -webkit-transition: transform .3s ease, opacity .3s ease;
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    opacity: 0.3;
}

@media only screen and (max-width: 48em) {
#section--content .hero_wrap {
    max-height: 260px !important;
    min-height: 260px !important;
    height: 260px;
}
#section--content .hero_wrap .hero__valign {
    padding: 0 20px;
}
.hero_wrap p {
    font-size: 3.6rem;
    font-weight: 100;
    line-height: 1.2;
    margin-bottom: 0rem;
}
.hero_wrap h1 {
    font-size: 16px;
}
.hero_wrap .breadcrumbs {
    display: none;
}
}
/*
 breadcrumbs [
----------------------------------------------------------- */

.breadcrumbs {
    margin: 0 0 0 0;
    list-style: none;
    white-space: nowrap;
}
.breadcrumbs br {
    display: none;
}
.breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.breadcrumbs::after {
    clear: both;
}
.breadcrumbs li {
    font-size: 1.4rem;
    color: #2e3642;
    cursor: default;
    display: inline-block;
    white-space: nowrap;
}
.breadcrumbs li:not(:last-child)::after {
    position: relative;
    top: 1px;
    margin: 0 0.75rem;
    opacity: 1;
    content: "/";
    color: #2e3642;
}
.breadcrumbs a {
    color: #005EAD;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}
.breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed;
}

@media only screen and (max-width: 48em) {
.breadcrumbs li {
    font-size: 1.2rem;
}
}
/*
 hero_wrap breadcrumbs [
----------------------------------------------------------- */

.hero_wrap .breadcrumbs {
    position: absolute;
    top: 30px;
    left: 3rem;
    z-index: 5;
}
.hero_wrap .breadcrumbs li {
    color: #F4F5F5;
}
.hero_wrap .breadcrumbs li:not(:last-child)::after {
    color: #F4F5F5;
}
.hero_wrap .breadcrumbs a {
    color: #F4F5F5;
}
.hero_wrap .breadcrumbs .disabled {
    color: #999;
    cursor: not-allowed;
}
/*
 comp__page-title_simple [ use to sinple page h1
----------------------------------------------------------- */
.comp__page-title_simple.lines-blue {
    border-bottom: 6px solid #005EAC;
    padding-bottom: 40px;
    border-top: none;
}
.comp__page-title_simple.lines-black {
    border-bottom: 6px solid #201e1e;
    padding-bottom: 40px;
    border-top: none;
}
.comp__page-title_simple h1 {
    font-size: 3.0rem;
    font-weight: 100;
    color: #005EAC;
}
/*
 comp__page-title_contact-us [ use to sinple page h1
----------------------------------------------------------- */
/* 20250607
.comp__page-title_contact-us.lines-blue {
    border-bottom: 6px solid #005EAC;
    padding-bottom: 40px;
    border-top: none;
    text-align: center;
}*/
.comp__page-title_contact-us.lines-black {
    border-bottom: 6px solid #201e1e;
    padding-bottom: 40px;
    border-top: none;
    text-align: center;
}
.comp__page-title_contact-us h1 {
    font-size: 3.0rem;
    font-weight: 600;
    color: #005EAC;
}
@media only screen and (max-width: 48em) {
    .comp__page-title_contact-us h1 {
    font-size: 2.0rem;
}
}
/*
 comp__section__title[ use to h2,h3 comp
----------------------------------------------------------- */

.comp__section__title {
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.comp__section__title h2 {
    font-size: 3.0rem;
    color: #005EAC;
    font-weight: 200;
    margin-right: 20px;
}
.comp__section__title h3 {
    font-size: 1.8rem;
    color: #85B1DF;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
.comp__section__title.lines-blue {
    border-bottom: 6px solid #005EAC;
    padding-bottom: 40px;
    border-top: none;
}

@media only screen and (max-width: 48em) {
.comp__section__title h2 {
    font-size: 2.4rem;
}
.comp__section__title h3 {
    font-size: 1.4rem;
}
}
/*
 comp__awords
----------------------------------------------------------- */

.comp__awords figure, .comp__awords p {
    font-size: 1.4rem;
}
.comp__awords figure+p {
    margin-top: 1rem;
    margin-bottom: 3.0rem
}
.comp__awords-large figure.flL {
    margin-right: 2.0rem;
}
.comp__awords-large p {
    font-size: 1.4rem;
}

@media only screen and (max-width: 48em) {
.comp__awords-large p, .comp__awords p {
    font-size: 1.2rem;
}
}
/*
 sort filter[
----------------------------------------------------------- */

ul#filter {
    border-bottom: 1px solid #ccc;
}
ul#filter li {
    display: inline-block;
    padding: 0 20px 20px;
    font-weight: 400;
    cursor: pointer;
    color: #585858;
    position: relative;
}
ul#filter li.active {
    color: #005EAC;
}
ul#filter li:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(0) translateX(0);
    width: 0;
    bottom: -1px;
    background: #005EAD;
    height: 1px;
    -webkit-transition-property: left, width;
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
ul#filter li:hover:before, ul#filter li:focus:before, ul#filter li:active:before {
    left: 0;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(0) translateX(0);
    width: 100%;
}
ul#filter li.active:before {
    left: 0;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(0) translateX(0);
    width: 100%;
}
#Grid {
    text-align: justify;
}
#Grid .mix {
    display: none;
}

@media only screen and (max-width: 48em) {
ul#filter {
    border-bottom: none;
    width: 100%;
    max-width: inherit;
    overflow-x: scroll;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
ul#filter li {
    padding: 0 8px 20px;
    font-size: 1.3rem;
    white-space: nowrap;
    border-bottom: 1px solid #ccc;
}
}
/*
 comp__thumbnail-list [
----------------------------------------------------------- */

.comp__thumbnail-list {
    margin-bottom: 60px !important;
}
.comp__thumbnail-list div.comp__visual {
    position: relative;
    padding: 20px 0;
}
.comp__thumbnail-list a {
    border-top: 6px solid #005EAC;
    padding-top: 20px !important;
}
.comp__thumbnail-list span.nolink {
    /* border-top: 6px solid #005EAC; */
    padding-top: 20px !important;
    display: block;
}
.comp__thumbnail-list a:hover {
    border-top: 6px solid #F6AD3C !important;
}
.comp__thumbnail-list div .label {
    background-color: #fff;
    font-weight: 600;
    padding: 0.6rem;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
.comp__thumbnail-list h2 {
    font-size: 2.6rem;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 1.2;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
.comp__thumbnail-list h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
.comp__thumbnail-list.media h4 {
    font-size: 2.6rem;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
    font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
.comp__thumbnail-list .label {
    padding: 0.8rem;
    background-color: #fff;
    margin-right: 6px;
}
.comp__thumbnail-list .flag {
    margin-left: 1rem;
    display: inline-block;
}
.comp__thumbnail-list .date {
    border: 0;
    color: #2e3642;
    text-align: right;
    margin-left: auto;
    padding: 0.6rem;
}
.comp__thumbnail-list p {
    color: #2e3642;
    font-size: 1.4rem;
}
.comp__thumbnail-list .comp__content {
    padding: 0;
}
.comp__thumbnail-list.solution.video-case-study h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding-top: 15px;
    color: #005EAD;
}
.comp__thumbnail-list.solution.video-case-study p {
    color: #2e3642;
    font-size: 1.4rem;
    margin-top: 0;
}
.comp__thumbnail-list.solution.video-case-study iframe {
    width: 100%;
    height: 265px;
}
.comp__thumbnail-list a:hover h2 {
    color: #F6AD3C;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.comp__thumbnail-list a:hover h3 {
    color: #F6AD3C;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.comp__thumbnail-list a:hover p {
    color: #F6AD3C;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.comp__thumbnail-list.solution {
    margin-bottom: 40px !important;
}
.comp__thumbnail-list.solution a {
    padding-top: 40px !important;
}
.comp__thumbnail-list.solution h2 {
    font-size: 2.6rem;
}
.comp__thumbnail-list.solution h3 {
    font-size: 1.2rem;
    margin-bottom: 0;
}
.comp__thumbnail-list.solution p {
    font-size: 1.6rem;
    color: #005EAC;
    margin-top: 15px;
    margin-bottom: 30px;
}
.comp__thumbnail-list.solution .small-9.medium-8 .btn span.w180 {
    width: inherit !important;
    font-size: 14px !important;
}
.comp__thumbnail-list.casestudies h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding-top: 15px;
}
.comp__thumbnail-list.casestudies h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding-top: 15px;
}
.comp__thumbnail-list.consultant h3 {
    color: #005EAC;
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.comp__thumbnail-list.industry h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding-top: 15px;
}
.comp__thumbnail-list.insight h2 {
    font-size: 1.8rem;
    margin-bottom: 10px;
    padding-top: 15px;
}
.comp__thumbnail-list.insight .comp__visual {
    padding: 0 0 0;
    margin-bottom: 10px;
}
.mix.medium-12 .comp__thumbnail-list.insight h2 {
    font-size: 2.4rem;
    line-height: 1.6;
}
.mix.medium-12 .comp__thumbnail-list.insight p {
    font-size: 1.6rem;
}
.mix.medium-12 .comp__thumbnail-list.insight {
    margin-bottom: 30px !important;
}
.comp__thumbnail-list.seminar a {
    padding-top: 30px !important;
}
.comp__thumbnail-list.seminar h2 {
    font-size: 2.0rem;
    line-height: 1.6;
}
.comp__thumbnail-list.seminar p {
    font-size: 1.6rem;
}
.comp__thumbnail-list.seminar ul.logo-list {
        text-align: left;
}
.comp__thumbnail-list.seminar ul.logo-list li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 20px;
}
.comp__thumbnail-list.seminar ul.logo-list li img {
    max-height: 40px;
    width: auto;
}
.comp__thumbnail-list.seminar .label.free {
    margin: 0 0 30px;
}
.comp__thumbnail-list.seminar.archives {
    border-top: 6px solid #005EAC;
    padding-top: 30px !important;
}

@media only screen and (max-width: 40rem) {
.comp__thumbnail-list {
    margin-bottom: 40px !important;
}
.comp__thumbnail-list h2 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 0;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
.comp__thumbnail-list.media h4 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 10;
    font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
.comp__thumbnail-list a p {
    font-size: 1.3rem;
    margin-bottom: 0;
}
.comp__thumbnail-list.solution h2 {
    font-size: 2.0rem;
}
.comp__thumbnail-list.solution p {
    font-size: 1.4rem;
}
.comp__thumbnail-list.seminar h2 {
    font-size: 1.6rem;
    line-height: 1.6;
}
.comp__thumbnail-list.seminar fwB {
    display: block;
    margin: 10px;
}
.small-6 .comp__thumbnail-list.casestudies h2 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    padding-top: 0;
}
.small-6 .comp__thumbnail-list.casestudies h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    padding-top: 0;
}
.comp__thumbnail-list.seminar ul.logo-list li img {
    max-height: 30px;
    width: auto;
}
.comp__thumbnail-list.seminar .comp__content span.fwB {
    display: block;
    margin-bottom: 4px;
}
.comp__thumbnail-list.seminar p {
    font-size: 1.4rem;
}
.mix.medium-12 .comp__thumbnail-list.insight h2 {
    font-size: 1.8rem;
    line-height: 1.4;
}
.mix.medium-12 .comp__thumbnail-list.insight p {
    font-size: 1.4rem;
}
.mix.medium-12 .comp__thumbnail-list.insight {
    margin-bottom: 0 !important;
}
.mix .comp__thumbnail-list.insight {
    margin-bottom: 0px !important;
}
.mix .comp__thumbnail-list.insight p {
    margin-bottom: 0px !important;
}
.mix .comp__thumbnail-list.insight {
    margin-bottom: 0px !important;
}
}

/* YOUR INDUSTRY
---------------------------------------------------------- */

.comp__thumbnail-list.industry img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 800px) {
.comp__thumbnail-list.industry img {
    height: auto;
}
}
/* access map
---------------------------------------------------------- */

.map_area {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}
.map_area #map_canvas {
    width: 100%;
    height: 500px;
    position: relative;
}
.map-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-top: 10px;
}
.map-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ===================================

4:Project solutions

====================================== */

/*
 comp__section--solution_tab  [
----------------------------------------------------------- */

.comp__section--solution_tab {
    background-color: #fff;
}
.comp__section--solution_tab .row {
    max-width: inherit;
}
.comp__section--solution_tab .column {
    padding: 0;
}
.comp__section--solution_tab .column div {
    position: relative;
}
.comp__section--solution_tab .column a .comp__media {
    background-color: #2466a2;
}
.comp__section--solution_tab .column a .comp__media:after {
    content: "";
    border: 10px solid #fff;
    position: absolute;
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%;
    z-index: 100;
}
.comp__section--solution_tab .column a:hover .comp__media:after {
    border: 10px solid #F5AF3C;
}
.comp__section--solution_tab img {
    width: 100%;
}
.comp__section--solution_tab .comp__content {
    padding: 4.0rem 2.0rem !important;
    text-align: center;
    border-right: 1px solid #ccc;
    border-bottom: 6px solid #005EAC;
}
.comp__section--solution_tab a:hover .comp__content {
    border-bottom: 6px solid #F5AF3C;
}
.comp__section--solution_tab .small-4.medium-4.column:last-child .comp__content {
    border-right: none;
}
.comp__section--solution_tab h2 {
    position: absolute;
    top: 50%;
    margin: -18px 0 0;
    width: 100%;
    text-align: center;
    z-index: 101;
    text-align: center;
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 100;
    color: #FFF;
    margin-bottom: 20px;
}
.comp__section--solution_tab h2 span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
}
.comp__section--solution_tab a:hover h2 {
    color: #F6AD3C;
}
.comp__section--solution_tab a h3 {
    line-height: 1.8;
    font-size: 1.6rem;
    color: #2e3642;
    text-align: center;
    position: relative;
    padding: 0 0 30px !important;
}
.comp__section--solution_tab a:hover h3 {
    color: #F6AD3C;
}
.comp__section--solution_tab .comp__content:after {
    content: "";
    background: url(../images/common/ico_arrow_under.png) no-repeat left top;
    width: 40px;
    height: 20px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -20px;
}
.comp__section--solution_tab a:hover .comp__content:after {
    background: url(../images/common/ico_arrow_under_orange.png) no-repeat left top;
}

@media only screen and (max-width: 48em) {
.comp__section--solution_tab .comp__content {
    padding: 2.0rem 1.0rem 3.0rem !important;
}
.comp__section--solution_tab h2 {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 20px;
}
.comp__section--solution_tab h2 span {
    display: none;
}
.comp__section--solution_tab a h3 {
    display: none;
}
.comp__section--solution_tab .column a .comp__media:after {
    content: "";
    border: 4px solid #fff;
    position: absolute;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    z-index: 100;
}
.comp__section--solution_tab .comp__content:after {
    content: "";
    background: url(../images/common/ico_arrow_under.png) no-repeat left top;
    width: 20px;
    height: 10px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -10px;
    background-size: 20px;
}
}
/*
 comp__thumbnail-solution_featured  [
----------------------------------------------------------- */

.comp__thumbnail-solution_featured .row {
    max-width: 114rem !important;
    margin: 0 0 0 !important;
}
.comp__thumbnail-solution_featured .medium-6:last-child {
    display: table;
}
.comp__thumbnail-solution_featured .comp__content {
    background-color: #015EAE;
    vertical-align: middle;
    display: table-cell;
    padding: 0 5rem;
    color: #fff;
}
.comp__thumbnail-solution_featured .comp__content dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.comp__thumbnail-solution_featured .comp__content dt img {
    width: 70px;
    height: auto;
}
.comp__thumbnail-solution_featured .comp__content dd {
    margin-left: 20px;
}
.comp__thumbnail-solution_featured .comp__content h2 {
    font-size: 3.0rem;
    font-weight: 600;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
.comp__thumbnail-solution_featured .comp__content h3 {
    font-size: 1.2rem;
}
.comp__thumbnail-solution_featured a:hover .comp__content {
    background-color: #F6AD3C;
    color: #015EAE;
}
.comp__thumbnail-solution_featured a:hover .btn.orange > * {
    background-color: #015EAE;
    border: 1px solid #015EAE !important;
}

@media only screen and (max-width: 64em) {
.comp__thumbnail-solution_featured .comp__content p {
    font-size: 1.4rem;
}
.comp__thumbnail-solution_featured .comp__content h2 {
    font-size: 2.6rem;
}
}

@media only screen and (max-width: 48em) {
.comp__thumbnail-solution_featured .comp__content {
    display: block;
    padding: 3rem 2rem;
    color: #fff;
}
.comp__thumbnail-solution_featured .medium-6:last-child {
    display: block;
}
.comp__thumbnail-solution_featured .comp__content h2 {
    font-size: 2rem;
}
.comp__thumbnail-list.solution {
    margin-bottom: 0 !important;
}
.comp__thumbnail-solution_featured .comp__content p {
    font-size: 1.4rem;
}
}
/*
 comp__thumbnail-kv [ solution page key visual
----------------------------------------------------------- */
.comp__thumbnail-kv {
    position: relative;
    text-align: left;
}
.comp__thumbnail-kv .row {
    max-width: 100% !important;
    margin: 0 0 0 !important;
    background-color: #015eae;
}
.comp__thumbnail-kv .breadcrumbs {
    position: absolute;
    top: 30px;
    left: 3rem;
    z-index: 5;
}
.comp__thumbnail-kv .breadcrumbs li {
    color: #F4F5F5;
}
.comp__thumbnail-kv .breadcrumbs li:not(:last-child)::after {
    color: #F4F5F5;
}
.comp__thumbnail-kv .breadcrumbs a {
    color: #F4F5F5;
    display: inline-block!important;
}
.comp__thumbnail-kv .breadcrumbs a:hover {
    color: #85B1DF;
}
.comp__thumbnail-kv .breadcrumbs .disabled {
    color: #999;
    cursor: not-allowed;
}
.comp__thumbnail-kv .medium-6:last-child {
    display: table;
    width: 50%;
}
.comp__thumbnail-kv .comp__content {
    background-color: #015EAE;
    vertical-align: middle;
    display: table-cell;
    padding: 5rem 5rem;
    color: #fff;
}
.comp__thumbnail-kv .comp__visual {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 460px;
    max-height: 460px;
}
.comp__thumbnail-kv .comp__content h1 {
    font-size: 3.0rem;
    font-weight: 600;
    margin-bottom: 20px;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
.comp__thumbnail-kv.comp__industry .comp__content h1 {
    font-size: 3.0rem;
    font-weight: 600;
    margin-bottom: 20px;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
.comp__thumbnail-kv .comp__content h2 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.6;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
.comp__thumbnail-kv .comp__content p {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.6;
    font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}

@media only screen and (max-width: 920px) {
.comp__thumbnail-kv .comp__content h1 {
    font-size: 2.6rem;
}
.comp__thumbnail-kv .comp__content h2 {
    font-size: 1.6rem;
}
.comp__thumbnail-kv .comp__content p {
    font-size: 1.6rem;
}
}

@media only screen and (max-width: 48em) {
.comp__thumbnail-kv .medium-6:last-child {
    display: block;
    width: 100%;
}
.comp__thumbnail-kv .comp__content {
    display: block;
    padding: 5rem 2rem;
}
.comp__thumbnail-kv .comp__visual {
    min-height: 260px;
    max-height: 400px;
}
.comp__thumbnail-kv .comp__content h1 {
    font-size: 2rem;
}
    .comp__thumbnail-kv.comp__industry .comp__content h1 {
        font-size: 2rem;
    }
.comp__thumbnail-kv .comp__content h2 {
    font-size: 1.4rem;
}
.comp__thumbnail-kv .comp__content p {
    font-size: 1.4rem;
}
.comp__thumbnail-kv .breadcrumbs {
    display: none;
}
}
/*
 solution page other
----------------------------------------------------------- */

.comp__poDiagram {
    background-color: #F4F5F5;
    padding: 50px 50px;
    text-align: center;
}
.comp__point figure {
    margin-bottom: 20px;
    text-align: center;
}
.comp__point figure img {
    max-height: 100px;
    width: auto;
}
.comp__point h2 {
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    font-weight: 600;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
.comp__point p {
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    font-weight: 600;
    font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
.comp--step_schedule li {
    font-size: 1.8rem;
    font-weight: 600;
    padding: 4px 0 26px 50px;
    position: relative;
    overflow: hidden;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
.comp--step_schedule li p {
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
.comp--step_schedule li:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 200px;
    left: 20px;
    top: 40px;
    background-color: #005EAC;
}
.comp--step_schedule li:last-child:before {
    display: none;
}
.comp--step_schedule li i {
    border: 2px solid #005EAC;
    border-radius: 50%;
    color: #005EAC;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 15px 0 0;
    font-style: normal;
    font-size: 2.0rem;
    line-height: 36px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.mlr-responsive-1{
    margin-left: 10%;
    margin-right: 10%;
}
.mlr-responsive-2{
    margin-left: 20%;
    margin-right: 10%
}

/* faq */

.half {
  float: left;
  width: 100%;
}
/* Acordeon styles */
.faq {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  color: #fff;/* アコーディオン タブ文字色 */
  overflow: hidden;
}
.faq input {
  position: absolute;
  opacity: 0;
  z-index: -1; !important
}
.faq label {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #005eac;/* アコーディオン タブ背景色 */
  font-weight: bold;
  line-height: 2;
  cursor: pointer;
}
.faq-content {
  max-height: 0;
  overflow: hidden;
  background: #f2f2f2;/* タブ内背景色 */
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}

.faq-content p {
  margin: 1em;
  color: #2e3642;/* タブ内文字色 */
}
/* :checked */
.faq input:checked ~ .faq-content {
  max-height: 20em;
}
/* // faq */

/* marker */
.marker {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,250,0) 50%);
  background-repeat: repeat-x;
  background-size: 200% .8em;
  background-position: 0 .5em;
  transition: all 2s ease;
  font-weight: bold;
}
.marker.blue {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgb(195,242,251) 50%);
}
.marker.green {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgb(219,255,112) 50%);
}
.marker.pink {
  background-image: -webkit-linear-gradient(left, transparent 50%, rgb(255,221,230) 50%);
}
.marker.active{
  background-position: -100% .5em;
}
/* // marker */

@media only screen and (max-width: 48em) {
.comp__point h2 {
    font-size: 1.3rem;
    text-align: left;
}
.comp__point p {
    font-size: 1.3rem;
    text-align: left;
}
.comp__point h2 br {
    display: none;
}
.comp__point p br {
    display: none;
}
.comp--step_schedule li {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 6px 0 24px 50px;
    position: relative;
    overflow: hidden;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
.comp__poDiagram {
    padding: 30px 20px;
}
.comp__point figure img {
    max-height: 80px;
    width: auto;
}
.mlr-responsive-1{
    margin-left: 5%;
    margin-right: 5%;
}
.mlr-responsive-2{
    margin-left: 10%;
    margin-right: 10%;
}
}
/* ===================================

4:Project about

====================================== */

.comp__section--normaltile .comp__thumbnail-list a {
    border-top: none;
    padding-top: 0 !important;
}
.comp__section--normaltile .comp__thumbnail-list a:hover {
    border-top: none !important;
    padding-top: 0 !important;
}
.comp__section--normaltile .comp__thumbnail-list h2 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 10px;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
.comp__section--normaltile .comp__thumbnail-list p {
    margin-bottom: 0;
}
.comp__section--normaltile .comp__thumbnail-list p+p {
    padding-top: 20px;
}
.comp__section--normaltile .comp__thumbnail-list {
    margin-bottom: 30px !important;
}
.comp__section--normaltile .comp__thumbnail-list div.comp__visual {
    padding: 0 0 20px;
}
/* ===================================

5:Project philosophy

====================================== */

.comp__embox {
    padding: 70px 40px;
    background-color: #fff;
    margin-bottom: 40px;
    color: #005EAC;
}
.comp__embox.featured {
    background-color: #005EAC;
}
.comp__embox.featured * {
    color: #fff;
}
.comp__section__serif-title * {
    text-align: center;
}
.comp__section__serif-title h2 {
    font-size: 2.8rem;
    line-height: 1.6;
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-weight: 400;
}
.comp__section__serif-title h3 {
    font-size: 2.0rem;
    font-weight: 200;
}
.comp__embox .comp__section__content * {
    text-align: center;
}
.comp__embox .comp__section__content h4 {
    font-size: 2.8rem;
    line-height: 1.6;
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-weight: 400;
}
.comp__embox .comp__section__content p {
    margin-bottom: 0;
}
.comp__embox .comp__section__content h4+p {
    padding-top: 30px;
}
.comp__section__serif-title {
    position: relative;
}
.comp__section__serif-title:before {
    content: "";
    width: 50px;
    border-bottom: 6px solid #85B1DF;
    margin: 30px auto;
    z-index: 10;
    position: absolute;
    bottom: -30px;
    display: block;
    left: 50%;
}
.comp__section__serif-title:after {
    content: "";
    border-bottom: 6px solid #F5AF3C;
    width: 100px;
    margin: 30px auto;
    display: block;
}
.comp--nomber-list li {
    font-size: 3.2rem;
    line-height: 1.6;
    margin-bottom: 30px;
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-weight: 400;
}
.comp--nomber-list li i {
    border: 2px solid #005EAC;
    border-radius: 50%;
    color: #005EAC;
    text-align: center;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    font-style: normal;
    font-size: 2.0rem;
    line-height: 36px;
    font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "Yu Gothic", YuGothic, -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1020px) {
.comp__embox .comp__section__content h4 br {
    display: none !important;
}
}

@media only screen and (max-width: 48em) {
.comp__embox {
    padding: 50px 30px;
    background-color: #fff;
    margin-bottom: 30px;
    color: #005EAC;
}
.comp__section__serif-title h2 {
    font-size: 2.4rem;
}
.comp__embox .comp__section__content h4 {
    font-size: 2.0rem;
}
.comp--nomber-list li {
    font-size: 1.8rem;
}
}
/* ===================================

5:Project history

====================================== */

#history h2 {
    font-size: 6.6rem;
    font-weight: 100;
    line-height: 1.0;
    color: #005EAC;
    margin-bottom: 15px;
}
#history h3 {
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1;
    color: #005EAC;
    margin-bottom: 40px;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
#history dl.txt-comment dt {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 15px;
}
#history dl.txt-comment dd p {
    font-size: 1.4rem;
}
#history #seo {
    background-color: #F4F5F5;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}
#history #seo>.row:before {
    content: "";
    background-color: #C4DAF0;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 48%;
    top: 0;
}
#history #gs {
    background-color: #C4DAF0;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}
#history #gs>.row:before {
    content: "";
    background-color: #005EAC;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 48%;
    top: 0;
}
#history #gdm {
    background-color: #005EAC;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}
#history #gdm h2, #history #gdm h3, #history #gdm .txt-comment, #history #gdm dt {
    color: #fff;
}
#history #gdm>.row:before {
    content: "";
    background-color: #F6AD3D;
    width: 3px;
    height: 100%;
    position: absolute;
    left: 48%;
    top: 0;
}
#history .medium-offset-1.medium-offset-1 {
    z-index: 1;
}
#history .stats dl {
    margin: 0 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
#history .stats dl dt {
    background-position: top left;
    padding: 68px 0 0 0;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 60px;
    color: #005eac;
    font-weight: 400;
    font-size: 2.0rem;
    line-height: 1;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url(../images/about-us/history/ico_check.png);
    background-color: #F4F5F5;
}
#history #gs .stats dl dt {
    background-color: #C4DAF0;
}
#history #gdm .stats dl dt {
    background-color: #005EAC;
}
#history .stats dl dd {
    padding: 0;
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 80px);
    color: #fff;
}
#history .stats dl dd p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    padding: 0 10px;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
#history .stats dl dd .tx01 {
    display: table-cell;
    vertical-align: middle;
}
#history .stats dl dd figure {
    padding-top: 20px;
}
#history .stats dl dd figure+p {
    padding-top: 20px;
}
#history .stats dl dd p+p {
    padding-top: 10px;
}
#history .stats dl dd .tx01 span {
    border-bottom: 4px solid #f6ad3c;
}
#history .stats dl dd .blue {
    background: #005eac;
    text-align: center;
    position: relative;
    min-height: 100px;
    height: 100px;
    display: table;
    width: 100%;
}
#history .stats dl dd .blue:after {
    border-right: 10px solid #005eac;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    content: '';
    position: absolute;
    left: -10px;
    top: 20px;
}
#history .stats dl dd .white {
    background: #fff;
    color: #005eac;
    text-align: center;
    position: relative;
    min-height: 100px;
    height: 100px;
    display: table;
    width: 100%;
}
#history .stats dl dd .white:after {
    border-right: 10px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    content: '';
    position: absolute;
    left: -10px;
    top: 20px;
}
.comp-valuebox {
    border: #fff 1px solid;
    padding: 20px;
    color: #fff;
}

@media only screen and (max-width: 1024px) {
#history h2 {
    font-size: 4.8rem;
}
#history h3 {
    font-size: 1.6rem;
}
}

@media only screen and (max-width: 48em) {
#history h2 {
    font-size: 4.0rem;
}
#history h3 {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 30px;
}
#history #seo>.row:before, #history #gs>.row:before, #history #gdm>.row:before {
    left: 24px;
}
#history .small-12.medium-5.column {
    padding-left: 50px;
}
#history .stats dl {
    margin: 0 0 20px;
}
#history .stats dl:last-child {
    margin: 0 0 0;
}
#history .stats dl dt {
    width: 100%;
    line-height: 30px;
    background-position: top left;
    background-size: 30px auto;
    padding: 0 40px 0;
    float: none;
    text-align: left;
    background-color: transparent;
}
#history .stats dl dd {
    width: 100%;
    padding: 15px 0 0;
    float: none;
}
#history .stats dl dd .blue:after {
    border: none;
    border-bottom: 10px solid #005eac;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    content: '';
    position: absolute;
    top: -10px;
    left: 50px;
}
#history .stats dl dd .white:after {
    border: none;
    border-bottom: 10px solid #fff;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    content: '';
    position: absolute;
    top: -10px;
    left: 50px;
}
#history .stats dl dd .tx01 {
    font-size: 14px;
    line-height: 150%;
}
#history .stats dl dd p {
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
}
}
/* ===================================

4:Project Seminars

====================================== */

.comp-profilebox {
    border: 1px solid #ccc;
    padding: 30px;
}
.comp__article .comp-profilebox h2 {
    font-size: 1.8rem;
}
.comp__article .comp-profilebox h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.comp__article .comp-profilebox h4 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.8;
}
.comp-profilebox hr {
    margin: 30px 0;
}
.comp-profilebox hr {
    margin: 30px 0;
}
.company-logo {
    padding: 20px 0;
}

@media only screen and (max-width: 48em) {
.comp-profilebox {
    padding: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.comp__article .comp-profilebox h2 {
    font-size: 1.8rem;
}
.comp__article .comp-profilebox h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.comp__article .comp-profilebox h4 {
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.8;
}
.comp__article .comp-profilebox img {
    max-width: 180px;
    height: auto;
}
}
/* ===================================

4:Project details pages share

====================================== */
/*
 details [
----------------------------------------------------------- */

.comp__page-title .meta-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
}
.meta-group .section__title {
    font-size: 30px;
    font-weight: 100;
    color: #005EAC;
    line-height: 1.2;
    margin-bottom: 0;
    display: inline-block;
}
.meta-group .meta-col .section__title {
    margin-right: 15px;
}
.comp__page-title .title-group {
    border-top: 6px solid #005EAC;
    border-bottom: 6px solid #005EAC;
    padding: 20px 0;
    position: relative;
}
.comp__page-title .title-group figure {
    margin-bottom: 15px;
}
.comp__page-title .title-group h1 {
    font-size: 2.8rem;
    line-height: 1.6;
    font-family: 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', '游明朝', YuMincho, 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    color: #005EAC;
    font-weight: 400;
}
.title-group .meta-group {
    margin-bottom: 0;
    min-height: 50px;
    margin-top: 20px;
}
.title-group .meta-group h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    width: calc(100% - 200px);
}
.comp__thumbnail-content_featured .row {
    max-width: 100% !important;
    margin: 0 0 0 !important;
}
.comp__thumbnail-content_featured span:nth-of-type(1) {
    display: block;
    position: relative;
}
.comp__thumbnail-content_featured .medium-6:last-child {
    display: table;
}
.comp__thumbnail-content_featured .comp__content {
    background-color: #015EAE;
    vertical-align: middle;
    display: table-cell;
    padding: 5rem 5rem;
    color: #fff;
}
.comp__thumbnail-content_featured .comp__visual {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 500px;
}
.comp__thumbnail-content_featured .comp__content h3 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.comp__thumbnail-content_featured .comp__content h2 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 20px;
}
.comp__thumbnail-content_featured .comp__content.gray {
    background-color: #EEEEEE;
    color: #1F1F1F;
}
.comp__thumbnail-content_featured .comp__content.gray h3 {
    color: #005EAC;
}
#section--details .comp__thumbnail-list.solution {
    margin-bottom: 0 !important;
}
#section--details .comp__thumbnail-list {
    margin-bottom: 20px !important;
}
.comp__article {
    padding: 70px 100px;
    background-color: #fff;
}
.comp__article .figure {
    margin-left: -192px;
    margin-right: -192px;
    text-align: center;
}
.comp__article .figure_right {
    margin-right: -192px;
}
.comp__article .figure_left {
    margin-left: -192px;
}
.comp__article figcaption {
    padding-top: 20px !important;
    font-size: 14px;
    line-height: 1.6;
}
.comp__article p {
    font-size: 1.6rem;
    line-height: 2.2;
    margin-bottom: 1rem;
}
.comp__article p + p, .comp__article p + ul, .comp__article p + ol, .comp__article div + p, .comp__article p + iframe {
    margin-top: 30px;
}
.comp__article p + h2, .comp__article p + h3, .comp__article ul + h2, .comp__article ul + h3, .comp__article ol + h2, .comp__article ol + h3, .comp__article div + h2 {
    margin-top: 50px;
}
.comp__article p + div {
    margin-top: 30px;
    margin-bottom: 20px;
}
.comp__article h1 {
    font-size: 2.4rem;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 30px;
    color: #005EAC;
}
.comp__article h2 {
    font-size: 2.0rem;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 30px;
}
.comp__article h3 {
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: 600;
    margin-bottom: 30px;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
.comp__article ul, .comp__article ol {
    margin-bottom: 48px;
}
.comp__article ul {
    margin-left: 2.0rem;
    list-style-type: disc;
}
.comp__article ul li {
    list-style-type: disc;
}
.comp__article ol {
    margin-left: 2.0rem;
}
.comp__article ul, .comp__article ol {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6;
}
.comp__article li, .comp__article dd, .comp__article dt, .comp__article th, .comp__article td {
    line-height: 2em;
}
.comp__article a {
    display: inline-block;
    color: #005eac;
    border-bottom: 1px solid #005eac;
}
/*.comp__article .row {margin-bottom: 50px;}*/

.comp__article.outline {
    background-color: #005EAC;
}
.comp__article.outline * {
    color: #fff !important;
}
.comp__article.outline .row {
    margin-bottom: 30px;
}
.comp__article.outline .row:last-child {
    margin-bottom: 0;
}
.comp__article.outline h2 {
    font-size: 2.0rem;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 10px !important;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
ul.box-share {
    display: table;
    width: 100%;
}
.box-share li {
    display: table-cell;
    width: 50%;
}
.box-share li a {
    display: block;
    padding: 20px 15px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.box-share li a:hover {
    opacity: .7;
}
.box-share li a i {
    font-size: 30px;
    margin-right: 10px;
    vertical-align: middle;
}
.box-share li.sns-facebook a {
    background: #0866ff;
}
.box-share li.sns-twitter a {
    background: #000000;
}
.sns-share_sp {
    /*position: absolute;*/
    right: 0;
    bottom: 10px;
}
.sns-share_pc {
    position: absolute;
    right: 0;
    bottom: 10px;
}
.sns-share {
    position: absolute;
    right: 0;
    bottom: 10px;
}
.sns-share_sp li {
    display: inline-block;
}
.sns-share_sp li+li {
    margin-left: 0px;
}
.sns-share_sp li a:hover img {
    opacity: 0.8;
    cursor: pointer;
}
.sns-share_pc li {
    display: inline-block;
}
.sns-share_pc li+li {
    margin-left: 8px;
}
.sns-share_pc li a:hover img {
    opacity: 0.8;
    cursor: pointer;
}
.sns-share li {
    display: inline-block;
}
.sns-share li+li {
    margin-left: 8px;
}
.sns-share li a:hover img {
    opacity: 0.8;
}
.sns-side-share {
    position: fixed;
    bottom: 25px;
    width: 100%;
}
.sns-side-share .small-3 {
    padding-left: 10px;
    padding-right: 10px;
}
.sns-side-share .row .row {
    margin-left: 20px;
    padding-right: 20px;
}
.sns-side-share a:hover img {
    opacity: 0.8;
    cursor: pointer;
}

.floating-sidebar {
    width: 100%;
    overflow: auto;
    padding: 20px;
    border: 0;
}

.floating-sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.floating-sidebar li {
    padding: 10px 0;
    display: flex;
    align-items: flex-start;
}

.floating-sidebar .number {
    margin-right: 10px;
    color: #BBB;
    font-size: 1.4rem;
    line-height: 1.42857143;
}

.floating-sidebar .description {
    font-size: 1.4rem;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.42857143;
}

.floating-sidebar img {
    width: 80px;
    margin-right: 10px;
}

.floating-buttons {
    position: fixed;
    top:85%;
    left: calc((100vw - 82em) / 2);
    transform: translateY(-50%);
    z-index: 10;
}

.social-button {
    display: block;
    margin: 5px 0;
    color: white;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    width: 40px;
    height: 40px;
}

.youtube{
    width: 100%;
}

.flR.small-12.medium-6.column.youtube iframe {
  width: 100%;
  height: 315px;
}


@media only screen and (max-width: 64em) {
.comp__article {
    padding: 70px 70px;
}
.comp__article .figure {
    margin-left: -100px;
    margin-right: -100px;
    text-align: center;
}
.comp__article .figure_right {
    margin-right: -100px;
}
.comp__article .figure_left {
    margin-left: -100px;
}
.comp__article figcaption {
    font-size: 12px;
}
}

@media only screen and (max-width: 48em) {
.comp__page-title .meta-group {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 20px;
}
.comp__page-title .meta-group .date {
    font-size: 1.0rem;
}
.meta-col {
    max-width: 70%;
}
.meta-group .meta-col .section__title {
    margin-bottom: 0px;
    margin-right: 0px;
}
.comp__article {
    padding: 50px 20px;
}
.comp__article p {
    line-height: 2;
}
.comp__article .figure {
    text-align: center;
    margin-right: -50px;
    margin-left: -50px;
}
.comp__article .figure_right {
    text-align: center;
    margin-right: -50px;
    margin-left: -50px;
}
.comp__article .figure_left {
    text-align: center;
    margin-right: -50px;
    margin-left: -50px;
}
.comp__article figcaption {
    font-size: 12px;
    text-align: center;
}
.comp__thumbnail-content_featured .comp__visual {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 300px;
}
.comp__thumbnail-content_featured .comp__content {
    display: block;
    padding: 5rem 2rem;
}
.comp__thumbnail-content_featured .comp__content h3 {
    font-size: 2.0rem;
}
.comp__thumbnail-content_featured .comp__content h2 {
    font-size: 2.0rem;
}
.comp__thumbnail-content_featured .comp__content figure {
    text-align: center;
}
.meta-group .section__title {
    font-size: 1.6rem;
}
.comp__page-title .title-group h1 {
    font-size: 2.0rem;
    margin-bottom: 0px !important;
}
.comp__page-title .title-group figure img {
    height: 40px;
    width: auto;
}
.comp__page-title .title-group figure .nec img {
    height: 100px;
    width: auto;
}
.comp__article h1 {
    font-size: 2rem;
}
.comp__article h2 {
    font-size: 1.8rem;
}
.comp__article h3 {
    font-size: 1.8rem;
}
.comp__article p + h2, .comp__article p + h3, .comp__article ul + h2, .comp__article ul + h3, .comp__article ol + h2, .comp__article ol + h3, .comp__article div + h2 {
    margin-top: 30px;
}
.comp__article dd, .comp__article li, .comp__article dt, .comp__article th, .comp__article td, .comp__article td p {
    line-height: 1.8;
    font-size: 1.4rem;
}
.comp__article p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 1rem;
}
.sns-share_sp {
    /*position: absolute;*/
    text-align: right;
    align-self: flex-end;
}
.sns-share_pc {
    position: absolute;
    text-align: right;
    align-self: flex-end;
}
.sns-share {
    position: absolute;
    text-align: right;
    align-self: flex-end;
}
.box-share li a {
    font-size: 1.2rem;
    line-height: 1;
}
.box-share li a i {
    font-size: 30px;
    margin-right: 0;
    vertical-align: middle;
    display: block;
    margin-bottom: 8px;
}
.sns-side-share {
    bottom:0px;
    background-color:#FFF;
    /*padding-top:10px;
    padding-bottom:10px;
    padding-left: 40px;
    padding-right: 40px;*/
    margin-left: 0px;
}
.sns-side-share img {
    width: 30px;
}
.sns-side-share .small-3 {
    padding-left: 0px;
    padding-right: 0px;
}
.sns-side-share .row .row {
    margin-left: 0px;
    padding-right: 0px;
}
.title-group .meta-group {
    display: block;
}
.title-group .meta-group h2 {
    font-size: 16px;
    width: 100%;
}
#section--details .comp__thumbnail-list {
    margin-bottom: 40px !important;
}
}
/*
 CASE STUDIES details [
----------------------------------------------------------- */

.comp__page-title .title-group .comp__cs-logo {
    margin-bottom: 26px;
}
.comp__page-title .title-group .comp__cs-logo h1 {
    font-size: 2.6rem;
    line-height: 1.6;
}
.comp__page-title .title-group .comp__cs-logo h1+h2 {
    padding-top: 20px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}
.comp__page-title .title-group .comp__cs-logo figure {
    margin-bottom: 0;
    text-align: center;
}
.comp__page-title h2.company-name {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

@media only screen and (max-width: 48em) {
.comp__page-title .title-group .comp__cs-logo {
    margin-bottom: 0;
}
.comp__page-title h2.company-name {
    font-size: 14px;
}
.comp__page-title .title-group .comp__cs-logo h1 {
    font-size: 2rem;
    line-height: 1.6;
}
.comp__page-title .title-group .comp__cs-logo h1+h2 {
    font-size: 14px;
}
}
/* ===================================

4:Project share

====================================== */

/* nav page
---------------------------------------------------------- */
.nav-page {
    padding: 34px 20px;
    background: #fff;
    margin-top: 60px;
}
.nav-page .nav-page-wrap {
    display: block;
    width: 100%;
}
.contents-in {
    max-width: 1180px;
    margin: 0 auto;
}
.nav-page .nav-page-wrap a {
    display: block;
    width: 50%;
    line-height: 1.6;
    vertical-align: middle;
    position: relative;
    min-height: 50px;
}
.nav-page .nav-page-wrap a span {
    display: block;
    position: relative;
    min-height: 50px;
}
.nav-page .nav-page-wrap a.prev {
    border-right: 2px solid #00428b;
    float: left;
}
.nav-page .nav-page-wrap a.next {
    border-left: 2px solid #00428b;
    text-align: right;
    float: right;
}
.nav-page .nav-page-wrap a.prev span {
    padding: 0 10px 0 63px;
    height: 100%;
    display: block;
}
.nav-page .nav-page-wrap a.next span {
    padding: 0 63px 0 10px;
    height: 100%;
    display: block;
}
.nav-page .nav-page-wrap a .ico-arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0;
    border: 1px solid #00428b;
    border-radius: 50%;
    vertical-align: middle;
}
.nav-page .nav-page-wrap>a.prev .ico-arrow {
    left: 0;
    background: url(../images/insight/ico_arrow_prev.png) no-repeat center center, #f7f7f7;
}
.nav-page .nav-page-wrap>a.next .ico-arrow {
    right: 0;
    background: url(../images/insight/ico_arrow_next.png) no-repeat center center, #f7f7f7;
}
dl.js-toggle {
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #ccc;
    position: relative;
}
dl.js-toggle dt {
    position: relative;
    font-weight: bold;
    padding: 14px;
    cursor: pointer;
    -webkit-transition: 0.7s all;
    transition: 0.7s all;
    line-height: 1;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
dl.js-toggle dt span {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -2.5px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
dl.js-toggle dt.is-active span {
    margin-top: 2px;
}
dl.js-toggle dt span::before, dl.js-toggle dt span::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
dl.js-toggle dt span::before {
    width: 9px;
    height: 9px;
    border-top: 2px solid #575656;
    border-right: 2px solid #575656;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
dl.js-toggle dt.is-active span::before {
    border-color: #575656;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
}
dl.js-toggle dt:hover span::before {
    border-color: #575656;
}
dl.js-toggle dd {
    position: relative;
    display: none;
    padding: 0 14px 0;
}
[class^='comp__thumbnail'] {
    position: relative;
}
[class^='comp__thumbnail'] .thumbnail {
    padding-top: 18px;
    padding-bottom: 60px;
    border-top: 3px solid #005EAD;
}
[class^='comp__thumbnail'] a {
    display: block;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    height: 100%;
}
[class^="comp__thumbnail"] a .comp__media {
    position: relative;
    overflow: hidden;
    height: 100%;
}
[class^='comp__thumbnail'] a .comp__media img {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    z-index: 99;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
[class^='comp__thumbnail'] a .comp__media:before {
    display: block;
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #005EAD;
    opacity: 0;
    z-index: 100;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
[class^='comp__thumbnail'] a.orange .comp__media:before {
    display: block;
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F6AD3C;
    opacity: 0;
    z-index: 100;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
[class^='comp__thumbnail'] a:hover {
    color: #005EAD;
    border-color: #005EAD;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    cursor: pointer;
}
[class^='comp__thumbnail'] a:hover .teaser {
    color: #005EAD;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
[class^='comp__thumbnail'] a:hover .label, [class^='comp__thumbnail'] a:hover .tag {
    border-color: #F6AD3C;
    background-color: #F6AD3C;
    color: #005EAD;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    z-index: 101;
}
[class^='comp__thumbnail'] a:hover .comp__media:before {
    opacity: 0.5;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
[class^='comp__thumbnail'] a.orange:hove .comp__media:before {
 opacity: 0.5;
 -webkit-transition: opacity 0.2s ease-in-out;
 transition: opacity 0.2s ease-in-out;
}
[class^='comp__thumbnail'] a:hover .comp__media img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 2s ease-in-out;
    transition: -webkit-transform 2s ease-in-out;
    transition: transform 2s ease-in-out;
    transition: transform 2s ease-in-out, -webkit-transform 2s ease-in-out;
}
.label, .tag {
    border: 1px solid #005EAD;
    font-size: 1.2rem;
    text-transform: uppercase;
}
.tags{
    display: flex;
    justify-content: space-between;
}
.label {
    display: inline-block;
    padding: 0.6rem;
    border-radius: 0;
    font-size: 1.2rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    background: transparent;
    color: #005EAD;
    font-weight: 600;
	font-family: "Neue Helvetica W01", "Helvetica Neue", Helvetica, lato, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans Japanese Light", Meiryo, Arial, sans-serif;
}
.label.large {
    font-size: 16px;
    padding: 1.0rem;
}
.meta-group .label.large {
    font-size: 15px;
    padding: 0.6rem;
    vertical-align: super;
}
.label.disable {
    background-color: #ccc !important;
    color: #565656;
    border: 1px solid #ccc;
}
.label.orange {
    background-color: #F5AF3C !important;
    color: #fff;
    border: 1px solid #F5AF3C;
}
.label.free {
    min-width: 180px;
    text-align: center;
}

@media only screen and (max-width: 48em) {
.meta-group .label.large {
    font-size: 12px;
    vertical-align: top;
}
.nav-page .nav-page-wrap {
    font-size: 12px;
}
}
/* blog */
.comp__section--basic + .yarpp-related {
  margin: 1em 0 0;
}
.pagenation {
    background-color: #FFF;
    text-align: center;
    padding: 0rem 0 5rem;
}
/* download */
.materialImage {
  background-color: #ffc000;
}
.materialImage .comp__visual {
  max-height: 610px;
  background-color: #ffc000;
  background-size: contain;
}
.sample {
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
.sample iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}