/* WordPress Gallery
------------------------------------------ */
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);
.gallery {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.gallery:after {
    display: table;
    content: "";
    clear: both;
}

.gallery-item {
    margin: 0;
    float: left;
    padding: 0.5em;
}

.gallery-item img {
    width: 100%;
}

.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}

.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery-columns-3 .gallery-item {
    width: 33.3333%
}

.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery-columns-6 .gallery-item {
    width: 16.6667%
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%
}

.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.page-top {
    display: none;
    width: 4em;
    height: 4em;
    position: fixed;
    right: 0px;
    bottom: 4px;
    background: url('/square_top.svg') transparent;
    opacity: 0.6;
}

@media screen and (max-width: 59.3125em) {
    .page-top {
        width: 3em;
        height: 3em;
    }
}

/* =WordPress Core
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.logged-in.admin-bar .l-header-variable,
.logged-in.admin-bar .l-header-minimal {
    top: 32px;
}

.mw_wp_form_confirm .u-hidden-mw-wp-confirm {
    display: none !important;
}

.mw_wp_form_confirm .c-forms__privacy {
    display: none !important;
}

.mw_wp_form_confirm #zipauto,
.mw_wp_form_confirm .c-forms__note,
.mw_wp_form_confirm .c-forms__block.is-privacy-policy {
    display: none !important;
}

.mw_wp_form_confirm .c-forms__privacy a,
.mw_wp_form_confirm .c-forms__block a {
    text-decoration: none !important;
    color: inherit !important;
    pointer-events: none !important;
}

.wp-embedded-content {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 16px;
    margin-bottom: 16px;
}

.l-header__heading img.l-header__logo-img-color {
    display: none;
}

.l-header__heading.is-display .l-header__logo-img {
    display: none;
}

.l-header__heading.is-display .l-header__logo-img-color {
    display: flex;
}

.l-header.is-fixed .l-header__heading.is-display .l-header__logo-img-color {
    display: none;
}

.c-block-news__item.is-nolink .c-block-news__item-texts::after {
    display: none;
}

.c-post-navs .c-button.is-arrow-left:after,
.c-post-navs .c-button-social>a.is-arrow-left:after {
    content: '';
}

.c-breadcrumb__inner span {
    color: #ccc;
}

.c-breadcrumb__inner .breadcrumb_last {
    color: #111;
}

.l-footer {
    background-color: #333333;
}

.l-footer__menublock {
    border-bottom: solid 1px #f2f2f2;
}

.l-footer__btm {
    margin-top: 2rem;
}

.hidden {
    visibility: hidden;
}

.text-lg {      /* large text 既定の1.3倍 */
    word-break: keep-all !important;
    font-size: 1.3em !important;
}
.text-blg {     /* bit large text */
    word-break: keep-all !important;
    font-size: 1.2em !important;
}
.text-xlg {
    word-break: keep-all !important;
    font-size: 1.4em !important;
}
.text-xxlg {
    word-break: keep-all !important;
    font-size: 1.6em !important;
}

.indent li {
    word-break: keep-all !important;
    margin-left:  2.0em !important;
    text-indent: -2.0em !important;
}

.pannel img {
    flex-shrink: 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px;
    max-width: 256px !important;
    max-height: 160px !important;
}
.pannel img:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
.u-pts50 table {
    text-align: center;
    wiidth: 100%;
}
.u-pts50 table th {
    padding: 10px;
    border-right: 1px solid #ffffff;
    background-color: #122b66;
    border-top: #122b66;
    color: #fff;
}
.u-pts50 table td {
    padding: 10px;
    border-right: 1px solid #ffffff;
}
/******************** 20210323 ********************/

body.logged-in .l-page-header {
    margin-top: 4.5rem;
}

@media screen and (max-width: 59.3125em) {
    body.logged-in .l-page-header {
        margin-top: 0.2rem;
    }
}

.c-block-news__item-category {
    padding: .2rem 0.2rem;
}


/* フォーム調整 */

body.contact .c-box-text,
body.confirm .c-box-text,
body.complete .c-box-text {
    padding: 2.33333rem 0 0;
}

.c-forms-simple__privacy {
    position: relative;
}

.c-forms-simple__privacy>label,
.c-forms-simple__privacy span.error {
    display: inline-block;
}

.c-forms-simple__privacy span.error {
    position: absolute;
    bottom: -30px;
}

@media screen and (max-width: 59.3125em) {
    .c-forms-simple__privacy span.error {
        bottom: -17px;
    }
}

.mw_wp_form_confirm .c-forms-simple__privacy.u-mbs.is-lg,
.mw_wp_form_confirm .c-box-text {
    margin: 0 auto;
    display: none;
}

.c-accordion__flex img {
    max-width: 55%;
}

.c-accordion__flex .c-button {
    margin-left: 3%;
}

.l-header__search-form button[type='submit'] {
    background: #ccc;
    width: 50px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
}

.l-header__spsearch-form button[type='submit'] {
    width: 50px;
    height: 60px;
    background: #d2d1d1;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d2d1d1;
}


/*************** 20210330 先方調整  ***************/

.c-block-news__item-text {
    padding-right: 24px;
}

.c-box-links-lg__item-title small {
    font-size: 18px;
}

body.single .c-news-header__date {
    margin-left: 0;
}

body.single .c-block-news__item-option.is-single {
    padding-left: 0;
}


/*************** 20210330 全体微調整  ***************/


.c-box-service__numbers-item {
    padding: 4rem 1.6rem 3.6rem;
}

.c-block-related__box {
    max-width: 100%;
}

.c-box-service__lists-item-title {
    justify-content: flex-start;
}

.c-box-links-lg__item {
    height: 14rem;
}

.c-box-links-lg__item-title {
    margin-top: 7px;
}

.c-box-links-lg__item-title small {
    line-height: 1.5;
}

.c-box-links-lg__item-title small i.fa {
    margin-left: 3px;
}

@media screen and (max-width: 59.3125em) {
    .c-box-links-lg__item {
        height: 10rem;
    }
    .c-box-links-lg__item-title small {
        font-size: 14px;
    }
    .c-slidebar-menu ul li a {
        position: relative;
    }
    .c-slidebar-menu ul li a i.fa {
        position: absolute;
        top: 50%;
        right: 11px;
        transform: translateY(-8px);
    }
}

.c-card-number__item-content,
.c-block-service-first.is-simple .c-block-service-first__card-content {
    position: static;
}

.c-card-number__item,
.c-block-service-first__card-item {
    position: relative;
}

.c-anchor-nav__list.is-wrap .c-anchor-nav__item {
    display: block;
}

.c-anchor-nav__list.is-wrap .c-anchor-nav__item img {
    vertical-align: middle;
}

@media screen and (max-width: 59.3125em) {
    .c-anchor-nav__list.is-wrap .c-anchor-nav__item {
        display: flex;
    }
    .c-anchor-nav__list.is-wrap .c-anchor-nav__item img {
        vertical-align: middle;
    }
}

@media all and (-ms-high-contrast: none) {
    .c-block-related__box-image {
        max-width: 407px;
    }
    .c-block-related__box-text {
        max-width: 560px;
    }
    .c-box-service__lists-item-title {
        justify-content: flex-start;
        padding-top: 12px;
    }
}


/***************************** 20210401 カード調整 *****************************/

.c-block-service-first.is-simple .c-block-service-first__card {
    justify-content: flex-start;
}

.c-block-service-first.is-simple .c-block-service-first__card-item {
    max-width: 100%;
    /*width: 23.73333rem;*/
    width: calc(355 / 1138 * 100%);
    margin-right: 3.2%;
}

.c-block-service-first.is-simple .c-block-service-first__card-item:nth-child(3n) {
    margin-right: 0px;
}

@media screen and (max-width: 59.3125em) {
    .c-block-service-first.is-simple .c-block-service-first__card {
        justify-content: flex-start;
    }
    .c-block-service-first.is-simple .c-block-service-first__card-item {
        max-width: 100%;
        /*width: 23.73333rem;*/
        width: 100%;
        margin-right: 0;
    }
    .c-block-service-first.is-simple .c-block-service-first__card-item:nth-child(3n) {
        margin-right: 0px;
    }
    .c-box-service__boxes-image img {
        width: 100%;
    }
    .c-anchor-nav__list {}
    .c-anchor-nav__list .c-anchor-nav__item,
    .c-anchor-nav__list.is-wrap .c-anchor-nav__item {
        /*width: 48%;*/
        width: 100%;
        border: 1px solid #ccc;
        min-height: 83px;
        margin-bottom: 1rem;
    }
    .c-anchor-nav__list.is-wrap {
        justify-content: space-between;
    }
    .c-anchor-nav__list.is-wrap .c-anchor-nav__item:nth-of-type(5n) {
        border-left: 1px solid #ccc;
    }
    .l-page-header {
        height: 7rem;
        /*height: 6.66667rem;*/
    }
    .l-page-header__head {
        /*top: auto;*/
        top: -10px;
    }
    .l-page-header__accenttitle {
        /*bottom: 1.33333rem;*/
        bottom: -6px;
    }
    /* 余白調整 */
    .c-block-cl {
        padding-bottom: 0;
    }
    body.page-template-template-service .c-breadcrumb {
        margin-bottom: 9px;
    }
    body.page-template-template-service .c-block-service-first__block {
        padding-bottom: 0;
    }
    body.page-template-template-service .c-box-service {
        padding-bottom: 16px;
    }
    body.page-template-template-service .c-block-related {
        padding-top: 36px;
    }
    body.page-template-template-service .c-box-voice {
        padding: 3.33333rem 0 3rem !important;
    }
    /* 引っ越しサービス配下 */
    body.invoice .c-box-step,
    body.invoice .c-block-related,
    body.outside .c-box-step {
        padding: 3rem 0 2.26667rem;
    }
    body.corporation .c-block-service-first__block,
    body.insurance .c-block-service-first__block,
    body.arrival .c-block-service-first__block,
    body.outside .c-block-service-first__block {
        padding-top: 0;
        padding-bottom: 0;
    }
    body.corporation .c-block-service-first__title-second,
    body.insurance .c-block-service-first__title-second,
    body.arrival .c-block-service-first__title-second,
    body.outside .c-block-service-first__title-second {
        padding-top: 36px;
        padding-bottom: 36px;
    }
    /* 通関サービス配下 */
    body.customs-service .c-block-service-first__block .c-block-service-first__title,
    body.limits .c-block-service-first__block .c-block-service-first__title {
        padding-top: 32px;
    }
    body.limits .c-block-service-first__block .c-block-service-first__title {
        padding-bottom: 32px;
    }
    body.forwarding .c-block-service-first__block .c-block-service-first__title {
        padding-top: 32px;
    }
    body.customs-service .c-anchor-nav {
        margin-top: 2.26667rem;
    }
    /* KSE国際手配配下 */
    body.introduction .c-block-service-first__block .c-block-service-first__title,
    body.invoice .c-block-service-first__block .c-block-service-first__title,
    body.cargo .c-block-service-first__block .c-block-service-first__title {
        padding-top: 32px;
    }
    body.introduction .c-block-service-first__block .c-block-service-first__title,
    body.cargo .c-block-service-first__block .c-block-service-first__title,
    body.cargo .c-block-service-first__block {
        padding-bottom: 0;
    }
    body.cargo .c-block-cargo {
        padding-top: 24px;
    }
    body.introduction .c-anchor-nav {
        margin-top: 2.26667rem;
    }
    /*.c-anchor-nav {

	}*/
}

.l-header__wrapper {
    margin: 0;
}


/*@media screen and (max-width: 59.3125em) {*/


/*	body.home .l-header__heading {*/


/*		display: block;*/


/*	}*/


/*}*/


/********************** 20210407 先方修正 **********************/

.c-block-media-file__item {}

.c-block-media-file__item-image {
    /*box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.2);*/
    box-shadow: 5px 10px 30px rgb(0 0 0 / 5%);
}

.c-block-media-file__item-title {
    text-align: center;
    padding: 0 8px 16px 8px;
    color: #002BA0;
}

.c-block-vision__gallery {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 36px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.c-block-vision__gallery .c-block-vision__gallery__item {
    width: 27%;
    margin-left: 3%;
    margin-right: 3%;
}

.c-block-service-first__title-second.is-illust {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.c-block-service-first__title-second.is-illust .c-heading {
    max-width: 66%;
}

.c-block-service-first__title-second.is-illust .c-block-service-first__title-second__illust {
    width: calc(240 / 1140 * 100%);
    margin-right: 100px;
    margin-left: auto;
}

.c-block-service-first__title-second.is-illust.is-link .c-heading {
    max-width: 72%;
}

.c-block-service-first__title-second.is-illust.is-link .c-block-service-first__title-second__illust {
    margin-right: 0px;
}

@media screen and (max-width: 59.3125em) {
    .c-breadcrumb {
        margin-top: 0;
    }
    .c-block-service-first__title-second.is-illust {
        position: relative;
        z-index: 100;
        margin-bottom: -50px;
    }
    .c-block-service-first__title-second.is-illust .c-heading {
        max-width: 100%;
        margin-bottom: 24px;
    }
    .c-block-service-first__title-second.is-illust .c-block-service-first__title-second__illust {
        display: flex;
        justify-content: space-around;
        align-items: center;
        text-align: center;
        width: 120px;
        height: 120px;
        overflow: hidden;
        border-radius: 1000px;
        margin-right: auto;
        margin-left: auto;
        padding: 9px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        background-color: white;
    }
    .c-block-service-first__title-second.is-illust .c-block-service-first__title-second__illust img {}
}

.c-card-office__list.is-icon .c-card-office__item-text {
    position: relative;
    margin-top: 12px;
    margin-bottom: 12px;
}

.c-card-office__list.is-icon .c-card-office__item-text.is-tel,
.c-card-office__list.is-icon .c-card-office__item-text.is-fax {
    margin-top: 8px;
    margin-bottom: 8px;
    padding-left: 40px;
}

.c-card-office__list.is-icon .c-card-office__item-text i.fa {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 30px;
    height: 30px;
    background-color: #002BA0;
    line-height: 1;
    font-size: 16px;
    color: white;
    text-align: center;
    border-radius: 1000px;
    padding: 7px 4px 3px 4px;
}

.c-card-office__list.is-icon .c-card-office__item-button {
    margin-top: 1.66667rem;
}

.l-page-header-service__subtitle {
    font-size: 2.8rem;
}

@media screen and (max-width: 59.3125em) {
    .l-page-header-service__subtitle {
        font-size: 1.2rem;
    }
}


/************************ 20210409 line-height letter-spacing 調整 ************************/

.c-block-service-first__title-second .c-heading {
    line-height: 1.4;
}

.c-block-service-first__text,
.c-box-service__box-title,
.c-box-service__box-text,
.c-box-step__item-title,
.c-box-step__item-text,
.l-offer__text,
.c-main-visual__text,
.c-banners-front__item-text,
.c-card-number__text,
.c-block-news__item-text,
.c-block-news__item-title,
.c-block-news__item-option,
.l-footer__btm-text,
.c-card-number__item-text,
.c-box-service__numbers-text,
.c-box-service__lists-item-title,
.c-box-service__lists-item-text,
.c-heading.is-sm,
.c-block-fright-about__box-text,
.c-block-fright-about__item,
.c-box-service__boxes-title,
.c-box-service__boxes-text,
p,
.c-block-related__block-text,
.c-block-related__listbox-item-title,
.c-block-related__listbox-item-text,
.c-block-related__box-simple-text,
.c-block-related__lists-text,
.c-block-related__lists-item,
.c-tabs__navs li,
.c-box-product__text,
.c-box-product__box,
.c-card__item-title,
.c-card__item-text,
.c-box-voice__item-text,
.c-box-delivery__item-title,
.c-box-delivery__item-text,
.c-box-delivery__item-subtitle,
.c-box-delivery__item-text,
.c-box-label__text,
.c-box-text__box-text p,
.c-block-related__smbox-item,
.c-block-related__smbox-title,
.c-block-related__block-title,
.c-block-cargo__title,
.c-block-cargo__text,
.c-button,
.c-block-service-first__card-text,
.c-table tr th,
.c-table tr td,
.c-block-gallery__item-title,
.c-card__text,
.c-card-office__item-text.is-address,
.c-block-movie__item-title,
.c-heading,
.c-block-related__block-text,
.c-block-related__block-title,
.c-block-greeting__text,
.c-block-vision__item-text,
.c-block-vision__ones-text,
.c-block-media-file__item-title,
.c-block-sitemap__item,
.l-header__nav a,
.l-header__button-inner,
.c-card-network__item-title,
.c-heading small,
.c-block-request__item-title span,
.c-block-request__item-title small,
.c-block-request__item-link span,
.c-box-links-lg__item-title small,
.l-footer__menus-item,
.l-footer__menus-title,
.l-footer__btns-button,
.c-main-visual__nav-item,
.c-card-original__text {
    line-height: 1.65 !important;
    letter-spacing: 0.5px !important;
}

.c-box-service__numbers-title,
.c-block-service-first__card-title {
    line-height: 1.35 !important;
    letter-spacing: 0.5px !important;
}


/************************ 20210409 サービス配下、コンテンツ更新 ************************/
.c-block-service-first__text{
	font-size: 1.2em
}
.c-block-service-first__thumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.c-block-service-first__thumbs {}

.c-block-service-first__thumbs__imagewrap {
    position: relative;
}

.c-block-service-first__thumbs .c-block-service-first__thumbs__image {
    width: calc(680 / 1400 * 100%);
    /*position: absolute;*/
}

.c-block-service-first__thumbs .c-block-service-first__thumbs__text {
    width: 50%;
}


/*
*20210412_修正
*/

.c-breadcrumb {
    margin-top: -70px;
}

.c-block-service-first {
    z-index: 1;
}

.c-block-service-first::before {
    z-index: -1;
}

.c-block-service-first__block {
    padding-bottom: 0;
}

.c-block-service-first__box {
    background-color: #fff;
    margin-top: 0;
    min-height: 350px;
}

.c-block-service-first__title-second {
    padding-bottom: 94px;
}

.c-block-service-first__image {
    width: calc(740 / 1920 * 100%);
    height:300px;
    right: 0;
    top: 0;
    bottom: auto;
    max-height: inherit;
    padding-top: calc(568 / 1920 * 100%);
}

.l-section.is-color-white {
    background-color: #fff;
}

@media screen and (max-width: 59.3125em) {
    .c-breadcrumb {
        margin-top: -30px;
    }
    .c-block-service-first__title-second {
        padding-bottom: 32px;
        margin-bottom: 0;
    }
    .c-block-service-first__title-second.is-illust {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .c-block-service-first__title-second.is-image .c-block-service-first__title-second__illust {
        padding-bottom: 0;
        margin-bottom: -20px;
    }
    .c-block-service-first__image {
        width: 100%;
        right: 0;
        padding-top: calc(488 / 1920 * 100%);
    }
    .c-block-service-first__title-second.is-illust.is-link .c-heading {
        max-width: 100%;
    }
    .c-block-service-first__title-second.is-illust.is-link .c-block-service-first__title-second__illust {
        margin-left: auto;
        margin-right: auto;
    }
}

.c-box-service__box-thumbbox {
    margin-top: 2.4rem;
    padding-left: 4.26667rem;
    display: flex;
    flex-direction: row-reverse;
}

.c-box-service__box-thumbbox__image {
    width: 17.33333rem;
    min-width: 17.33333rem;
    margin-left: 3.33333rem;
}

.c-box-service__box-thumbbox__text {}

@media screen and (max-width: 59.3125em) {
    .c-box-service__box-thumbbox {
        margin-top: 2.4rem;
        padding-left: 0;
        display: block;
        width: 100%;
    }
    .c-box-service__box-thumbbox__image {
        width: 100%;
        margin-top: 0;
        margin-bottom: 2.4rem;
        margin-left: 0;
    }
}

.c-box-service__lists-item.is-image {
    margin-top: 2.4rem;
    padding-left: 0;
    display: flex;
    flex-direction: row-reverse;
}

.c-box-service__lists-image {
    width: 17.33333rem;
    min-width: 17.33333rem;
    margin-left: 3.33333rem;
}

.c-box-service__lists-content {
    margin-left: 0;
    margin-right: auto;
}

@media screen and (max-width: 59.3125em) {
    .c-box-service__lists-item.is-image {
        margin-top: 2.4rem;
        padding-left: 0;
        display: block;
    }
    .c-box-service__lists-image {
        width: 100%;
        margin-top: 0;
        margin-bottom: 2.4rem;
        margin-left: 0;
    }
    .c-box-service__lists-content {}
}

@media screen and (max-width: 59.3125em) {
    .c-breadcrumb {
        margin-top: 0;
    }
}

@media screen and (max-width: 59.3125em) {
    .c-card-original__item-image .bg-img {
        width: 100% !important;
        height: 100% !important;
    }
}


/* table色変更 */

.c-table tr th,
.l-post-content table tr th {
    background-color: #EEEEEE;
}


/* 2021/04/19 ヘッダーロゴ修正 */

@media screen and (max-width: 59.3125em) {
    .l-header.is-currneter .l-header__heading.is-display {
        display: none !important;
    }
    .l-header__heading.is-display {
        display: none !important;
    }
}


/*********************************** 2021/04/20 サイトデザイン全体修正 ******************************************/


/* ヘッダー */

.l-header__submenu {
    margin-top: 19px;
    margin-bottom: 8px;
}

.l-header__nav>ul>li>a {
    padding-bottom: 22px;
}

.c-block-over {
    padding: 3.1rem 0 2rem;
}

.c-block-over__item {
    margin-bottom: 1.6rem;
}


/* トップページ */

.c-card-network__item-title {
    margin-top: 1.6rem;
}

.c-card-network__item {
    min-height: 19.5rem;
}

.c-block-news__item-title {
    font-weight: 700;
}

.c-block-news__head .c-heading.is-xlg {
    text-align: center;
}

.c-block-news__button {
    text-align: center;
}

@media screen and (max-width: 59.3125em) {
    .c-card-network__item-title {
        margin-top: 2px;
    }
    .c-card-network__item {
        min-height: 12.46667rem;
    }
    .c-block-news__item-category {
        font-size: 11px;
    }
    .c-block-news__item-title {
        margin-top: 1.2rem;
    }
    .c-block-request__item-title span {
        font-size: 1.3rem;
    }
}


/* サービス一覧 */

.c-card-number {
    margin-top: 4rem;
}

.c-breadcrumb {
    margin-top: 0;
}

.c-card-number__item-content {
    padding: 1rem 1.2rem 1.4rem;
}

.c-card-number__item-text {
    margin-top: 9px;
}


/* サービス第一階層 */

.c-block-service-first__title-second {
    padding-bottom: 64px;
}

.c-block-related__box {
    margin-top: 3.33333rem;
}

.c-box-service__numbers-title.is-sm {
    font-size: 1.1rem;
}

.c-box-step__item {
    box-shadow: 5px 5px 40px rgb(0 0 0 / 15%);
}

.c-box-step__item-text {
    margin-top: 0.4rem;
}

.c-block-related__block-image {
    width: 29.26667rem;
    min-width: 29.26667rem;
}

.c-anchor-nav {
    margin-top: 4rem;
    padding-bottom: 4.66667rem;
}

.c-box-service__box-inner {
    padding: 3.4rem 4rem 4rem;
}

.c-box-service__box-text {
    margin-top: 1rem;
}

.c-box-service__lists-item-title {
    padding-bottom: 10px !important;
}

.c-box-service__lists-item-text {
    margin-top: 0;
}

.c-box-service__lists-item {
    margin-bottom: 1.8rem;
}

.c-block-fright-about__block {
    margin-top: 3rem;
}

.c-box-service__box-thumbbox {
    margin-top: 1.4rem;
}

@media screen and (max-width: 59.3125em) {
    .c-box-service__box-thumbbox {
        margin-top: 1.1rem;
    }
    .c-box-service__box-thumbbox__image {
        margin-bottom: 1.1rem;
    }
    .c-box-service__box-inner {
        padding: 2.13333rem;
    }
    .c-box-service__boxes-text {
        font-size: 0.9rem;
    }
    .c-box-service__boxes {
        padding: 1.5rem;
    }
    .c-box-service__box-boxes {
        margin-top: 1.6rem;
    }
    .c-box-service__boxes-title {
        font-size: 1.06667rem;
    }
    .c-block-related__box {
        margin-top: 1.33333rem;
    }
    .c-box-service__contents {
        margin-top: 1.6rem;
    }
    .c-block-related__block-image {
        width: 100%;
        min-width: auto;
        margin-right: 0;
        margin-bottom: 1.6rem;
    }
    .c-block-related__block-image {
        margin-bottom: 1.2rem;
    }
    .c-box-service__numbers-item {
        padding: 3rem 1.6rem 3rem;
    }
    .c-tabs__navs li>a {
        padding: 1rem .8rem;
    }
    .c-box-step__item-numbers {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .c-box-step__item-content {
        padding: 1.6rem 1.86667rem;
    }
    .c-box-step__item-title {
        margin-top: 0;
        margin-right: 0;
    }
    .c-block-related__listbox {
        padding: 1.6rem 1.8rem;
    }
    .c-block-related__listbox-item-text {
        margin-top: 5px;
    }
    .c-anchor-nav {
        margin-top: 2.66667rem;
        ;
        padding-bottom: 2.66667rem;
        ;
    }
}


/* グローバルネットワーク 国内事業所 */

.c-card-office__item-text.is-address {
    min-height: 66px;
}

.c-card-office__item {
    margin-bottom: 100px;
    padding-left: 12px;
    padding-right: 12px;
}

.c-card-office__item-text {
    font-size: 13px;
}

.c-card-office__item-image {
    position: relative;
}

.c-card-office__item-image:before {
    position: absolute;
    width: 95%;
    height: 92%;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.5);
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 5;
}

.c-card-office__item-image .bg-img {
    position: relative;
    z-index: 3;
}

@media screen and (max-width: 59.3125em) {
    .c-card-office__item {
        margin-bottom: 60px;
    }
}


/* グローバルネットワーク 海外ネットワーク */

.c-block-related__lists {
    margin-top: 1.06667rem;
}

body.page-id-550 .c-block-customs-links {
    background-color: white;
}


/* お知らせ */

.c-block-news.is-onecolumn {
    margin: 3rem 0;
}

.c-box-archive__block ul li {
    width: 20%;
    margin-right: 0;
}

.c-accordion__flex img {
    max-width: 34%;
}

@media screen and (max-width: 59.3125em) {
    .c-block-news.is-onecolumn {
        margin: 1rem 0;
    }
    .c-box-archive__block ul li {
        width: 50%;
        margin-right: 0;
    }
    .c-accordion__flex img {
        max-width: 100%;
    }
    .c-accordion__flex .c-button {
        margin-left: 0;
    }
}


/* 動画 */

.c-block-movie__item {
    margin-bottom: 4.8rem;
}

@media screen and (max-width: 59.3125em) {
    .c-block-movie__item {
        margin-bottom: 2.8rem;
    }
}


/* 広告デザイン */

.c-ads-list {}

.c-ads-list__item {
    margin-bottom: 56px;
}

.c-ads-list__item img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 59.3125em) {
    .c-ads-list__item {
        margin-bottom: 36px;
        padding-left: 12px;
        padding-right: 12px;
    }
}


/* 企業紹介　CI */

.c-block-cl {
    padding-bottom: 0;
}

.c-block-cl__blocks {
    margin: 7.33333rem 0;
}

.c-block-cl__item {
    margin-bottom: 72px;
}

.c-block-cl__item {
    margin-bottom: 62px !important;
}

@media screen and (max-width: 59.3125em) {
    .c-block-cl__title {
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }
    .c-block-cl__blocks {
        margin: 3.33333rem 0;
    }
    .c-block-cl__list {
        margin-top: 0;
    }
    .c-block-cl__item-buttons {
        margin-top: 12px;
    }
}


/* 企業紹介　ライセンス */

.c-block-media-file__item {
    width: 14rem;
}

.c-block-media-file__item-title {
    font-size: 14px;
}

.c-block-media-file__item-image.is-border,
.c-block-media-file__item-image {
    border: none;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}

.c-block-media-file__item-image {
    height: 17.8rem;
    /*box-shadow: 2px 2px 9px rgb(0 0 0 / 15%);*/
    box-shadow: 5px 10px 30px rgb(0 0 0 / 5%);
}

@media screen and (max-width: 59.3125em) {
    .c-block-media-file__item {
        width: calc(50% - 10px);
    }
    .c-block-media-file__item-image.is-border,
    .c-block-media-file__item-image {
        width: 100%;
    }
    .c-block-media-file__item-title {
        font-size: 10px;
    }
    .c-block-media-file__item-image {
        height: 14.5rem;
    }
}


/* 企業紹介 経営ビジョン */

.c-block-vision__head {
    padding-top: 70px;
    padding-bottom: 42px;
}

.c-block-vision__item {
    margin-bottom: 3.26667rem;
    position: relative;
}

.c-block-vision__item-content {
    position: static;
    padding: 3rem .66667rem 9.33333rem
}

.c-block-vision__item-actplan {
    position: static;
    padding: 3rem .66667rem 3.3rem
}

.c-block-vision__item-eng {
    left: 0;
    width: 100%;
    text-align: center;
    right: auto;
    bottom: 56px;
    ;
    z-index: 0;
    font-size: 4.36667rem;
}

@media screen and (max-width: 59.3125em) {
    .c-block-vision__item-eng {
        font-size: 3.36667rem;
    }
}

.c-block-vision__item-title,
.c-block-vision__item-text {
    position: relative;
    z-index: 2;
}

.c-block-vision__item-text {
    margin-top: 0.8rem;
    font-size:1.4rem;}

.c-block-vision__gallery {
    width: 60%;
}

.c-block-vision__gallery__item img {
    box-shadow: 2px 2px 9px rgb(0 0 0 / 10%);
}

.c-block-vision__list {
    position: relative;
}

.c-block-vision__illust {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 101;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 1000px;
    padding: 24px;
    border: 8px solid #f4f4f4;
    background-color: white;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
}

.c-block-vision__illust__item {
    width: 200px;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.c-block-vision__ones-title.is-lg {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 54px;
}

.c-block-vision__ones-title.is-lg img {
    width: 34%;
}

@media screen and (max-width: 59.3125em) {
    .c-block-vision__head {
        padding: 1.33333rem;
    }
    .c-block-vision__gallery {
        width: 100%;
    }
    .c-block-vision__item-content {
        position: static;
        padding: 3rem .66667rem 8.33333rem
    }
    .c-block-vision__illust {
        display: none;
    }
    .c-block-vision__ones-title.is-lg {
        margin-top: 24px;
        margin-bottom: 34px;
    }
    .c-block-vision__ones-title.is-lg img {
        width: 70%;
    }
    .c-block-vision__item-number {
        top: -1rem;
    }
}

.c-breadcrumb {
    background-color: #f4f4f4;
}

.c-breadcrumb.is-simple,
.c-breadcrumb.is-has-child {
    background-color: white;
}

@media screen and (max-width: 59.3125em) {
    .c-breadcrumb {
        background-color: white;
    }
}


/************************** 2021/04/21 デザイン調整 **************************/

body.single-post .c-block-news.is-onecolumn {
    margin: 1rem 0;
}

body.single-post .c-post-navs {
    margin: 4.26667rem 0 7rem;
}

@media screen and (max-width: 59.3125em) {
    body.single-post .c-post-navs {
        margin: 2.13333rem 0 5rem;
    }
    body.single-post .c-block-news.is-onecolumn {
        margin: 0;
    }
}

.c-block-media-file .c-block-media-file__list {
    margin-top: 24px;
}

.c-block-related {
    padding: 3.6rem 0 5.33333rem;
}

.c-block-cl__blocks.is-symbol {
    margin: 3.33333rem 0;
}

@media screen and (max-width: 59.3125em) {
    .c-block-cl__blocks.is-symbol {
        margin: 2.33333rem 0;
    }
    .c-block-cl {
        padding-top: 0;
    }
}

@media screen and (max-width: 59.3125em) {
    .c-block-greeting__block {
        margin-top: 32px;
    }
}


/* 会社組織、会社概要・沿革 */

body.page-id-537 .l-main,
body.page-id-535 .l-main {
    padding-top: 24px;
}


/* ライセンス */

body.page-id-536 .c-block-media-file .c-block-media-file__list {
    margin-top: 0;
}

body.page-id-550 .c-block-related__block {
    margin-top: 2.5rem;
}

.c-block-service-first__title-second,
.c-block-service-first__title-second.is-illust.is-image,
.c-block-service-first__title-second.is-illust.is-link {
    padding-bottom: 32px;
}

.c-block-service-first.is-simple .c-block-service-first__card {
    margin-top: 46px;
}

@media screen and (max-width: 59.3125em) {
    .c-block-service-first__title-second {
        padding-bottom: 28px;
    }
    .c-block-service-first__title-second.is-illust.is-image,
    .c-block-service-first__title-second.is-illust.is-link {
        padding-bottom: 0;
    }
}

.c-block-service-first__title {
    padding-top: 56px;
}

.c-block-service-first__title .c-heading.is-lg {
    margin-bottom: 0;
}

@media screen and (max-width: 59.3125em) {
    .c-block-service-first__title .c-heading.is-lg {
        margin-bottom: 24px
    }
}

.c-block-service-first__title-second {}

@media screen and (max-width: 59.3125em) {
    body.page-id-537 .c-anchor-nav {
        margin-top: 24px;
        padding-bottom: 0;
    }
    .c-box-catalog__item-links {
        width: 93%;
    }
    .c-box-catalog__item-button {
        max-width: 100%;
        margin-right: 0;
    }
    .c-tabs.js-tabs.is-column ul>li>a {
        padding: 1rem .8rem;
        font-size: 14px;
    }
}

.c-block-service-first.is-simple {
    padding-bottom: 5rem;
}

.c-box-gallery {
    padding-bottom: 12px;
}

@media screen and (max-width: 59.3125em) {
    .c-block-service-first.is-simple {
        padding-bottom: 0;
    }
}


/* 会社概要 */

body.page-id-537 .c-anchor-nav {
    margin-top: 40px;
    padding-bottom: 0;
}

body.page-id-537 .c-anchor-nav .c-anchor-nav__item,
body.page-id-537 .c-anchor-nav .c-anchor-nav__item:first-of-type,
body.page-id-537 .c-anchor-nav__list.is-wrap .c-anchor-nav__item:nth-of-type(5n) {
    border-left: 0;
    border-right: 0;
}

body.page-id-537 .c-anchor-nav .c-anchor-nav__item {
    border-right: 1px solid #ccc !important;
}

body.page-id-537 .c-anchor-nav__list.is-wrap .c-anchor-nav__item:nth-of-type(4n + 1) {
    border-left: 1px solid #ccc;
}

@media screen and (max-width: 59.3125em) {
    body.page-id-537 .c-anchor-nav .c-anchor-nav__item {
        border: 1px solid #ccc !important;
    }
}

@media screen and (max-width: 59.3125em) {
    body.page-id-561 .c-block-service-first__title {
        margin-bottom: 0;
    }
}


/* 20210421 最終調整 */

body.page-id-546 .c-ads-list__item {
    margin-bottom: 70px;
}

.c-ads-list__item img {
    box-shadow: 5px 10px 30px rgb(0 0 0 / 5%);
}

.c-block-media-file__item {
    margin: 0 .66667rem 5rem;
}

@media screen and (max-width: 59.3125em) {
    .c-block-media-file__item {
        margin: 0 0 2.13333rem;
    }
    body.page-id-546 .c-ads-list__item {
        margin-bottom: 56px;
    }
}

.c-anchor-nav__list.is-wrap .c-anchor-nav__item {
    position: relative;
    text-align: left;
    margin-top: 12px;
    margin-bottom: 12px;
}

.c-anchor-nav__list.is-wrap .c-anchor-nav__item img {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 20px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-anchor-nav__list.is-wrap .c-anchor-nav__item {
        padding-left: 38px;
        font-size: 14px;
    }
    .c-anchor-nav__list .c-anchor-nav__item,
    .c-anchor-nav__list.is-wrap .c-anchor-nav__item {
        font-size: 14px;
    }
    .c-block-service-first__text {
        font-size: 14px;
    }
    .c-block-cargo__text {
        font-size: 14px;
    }
    .c-block-cargo__telbox-item-link a {
        font-size: 14px;
    }
    body {
        font-size: 14px;
    }
    .c-box-service__lists-item-title {
        font-size: 16px;
    }
    .c-box-service__lists-item-text {
        font-size: 14px;
    }
    .c-card__item-text {
        font-size: 14px;
    }
    .c-box-voice__item-text {
        font-size: 14px;
    }
    .c-accordion__title {
        font-size: 14px;
    }
    .c-block-service-first.is-simple .c-block-service-first__card-text {
        font-size: 14px;
    }
    .c-box-step__item-label {
        margin-bottom: 8px;
    }
    .c-block-related__lists-text,
    .c-block-related__block-text {
        font-size: 14px;
    }
    .c-block-vision__ones-text {
        font-size: 14px;
    }
    input[type="text"],
    input[type="url"],
    input[type="search"],
    input[type="email"],
    input[type="password"],
    input[type="tel"] {
        font-size: 14px;
    }
    .c-banners-front{
        margin-top:-300px;
        padding-top:10px;
    }

}

.c-box-service__lists-item-title span {
    height: 2.66667rem;
}

.c-block-gallery__item-image {
    width: 100%;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-block-gallery__item-image {
        width: 100%;
    }
}

.c-block-gallery__list {
    display: block;
}

body {
    width: 100%;
    overflow-x: hidden;
}

.gallery-item {}

.gallery-item .gallery-icon {
    border: 1px solid #d8d8d8;
}

.gallery-item .wp-caption-text {
    font-size: 11px;
    text-align: center;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    padding: 8px;
}

body.page-id-561 .c-block-service-first__title {
    margin-bottom: 40px;
}

body.page-id-573 .c-box-step__item-title.is-icon {
    margin-bottom: 24px;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    body.page-id-573 .c-box-step__item-title.is-icon {
        margin-bottom: 16px;
    }
}


/* 20210507 サービス配下に画像追加 */

.c-box-step__item.is-image .c-box-step__item-content {
    position: relative;
    display: flex;
}

.c-box-step__item.is-image .c-box-step__item-content__inner {}

.c-box-step__item.is-image .c-box-step__item-image {
    max-width: 232px;
    margin-right: 0;
    margin-left: auto;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-box-step__item.is-image .c-box-step__item-content {
        position: relative;
        display: block;
    }
    .c-box-step__item.is-image .c-box-step__item-content__inner {}
    .c-box-step__item .c-box-step__item-image,
    .c-box-step__item.is-image .c-box-step__item-image {
        max-width: 232px;
        margin-right: auto;
        margin-left: auto;
    }
}


/******************** 20210526 ********************/

.c-box-step__item.is-image .c-box-step__item-content__inner {
    display: flex;
    flex-wrap: wrap;
}

.c-box-step__item-titles {
    width: 100%;
}


/******************** 20210709 ********************/

.l-footer__btm-text a {
    color: #fff;
    text-decoration: none;
}

.c-card-office__item-content {
    display: flex;
}

.c-card-office__item-content-texts {
    width: 100%;
}

.c-card-office__item-content-link {
    flex: none;
    width: 60px;
}

.c-card-office__item-image {
    background: url("/kor/wp-content/themes/kokusaiexpress-official-html/dist/assets/images/img-frame-gold.png")no-repeat center center / cover;
    height: auto;
    padding: 5px;
}

.c-card-office__item-image::before {
    display: none;
}

.c-card-office__item-image .bg-img {
    left: 0;
    display: block;
}

.c-block-fright-about__item:before {
    content: "・";
    display: inline;
    color: #a2a2a2;
}

.c-box-service__boxes-text {
    margin-bottom: 20px;
}

.c-box-service__boxes-text.is-list {
    margin-top: 0;
    margin-bottom: 0;
}

.c-box-service__boxes-text.is-list:before {
    content: "・";
    display: inline;
    color: #a2a2a2;
}

.c-block-related__listbox-item-text.is-list:before {
    content: "・";
    display: inline;
    color: #a2a2a2;
}

.c-block-related__block-text.is-list:before {
    content: "・";
    display: inline;
    color: #a2a2a2;
}

.c-block-related__lists-item:before {
    content: "・";
    display: inline;
    color: #a2a2a2;
}


/*.c-block-related__block-text:before {*/


/*	content: "・";*/


/*	display: inline;*/


/*	color: #a2a2a2;*/


/*}*/

.c-block-related__block-text.is-list-none:before {
    display: none;
}

.c-block-related__lists-text.is-list:before {
    content: "・";
    display: inline;
    color: #a2a2a2;
}


/******************** 20210712 ********************/

.c-block-related__lists-text.is-list {
    margin-top: 0;
}

.c-block-related__lists>div:nth-child(2)>div:nth-child(2) {
    margin-top: .66667rem;
}

.c-box-product__text.is-list:before {
    content: "・";
    display: inline;
    color: #a2a2a2;
}

.c-box-product__text.is-list {
    margin-top: 0;
}


/*.c-tabs__content.is-active.js-tabs-content > div > div > div:nth-child(2) {*/


/*	margin-top: 2rem;*/


/*}*/

.c-box-service__lists-item-text.is-list:before {
    content: "・";
    display: inline;
    color: #a2a2a2;
}

.c-box-delivery__item-text.is-list:before {
    content: "・";
    display: inline;
    color: #a2a2a2;
}

.c-box-delivery__item-text.is-list {
    margin: 0;
}

div.c-box-delivery__item-subcontent>div:nth-child(2) {
    margin-top: 1.33333rem;
}

.c-box-label__list-text:before {
    content: "・";
    display: inline;
    color: #a2a2a2;
}

.c-block-images__text:before {
    content: "・";
    display: inline;
    color: #a2a2a2;
}

.c-box-label__list-text.is-lg {
    font-size: 1.2em;
}

.c-block-related__box-simple-list-text:before {
    content: "・";
    display: inline;
    color: #a2a2a2;
}

.c-block-related__listbox-item-list-text:before {
    content: "・";
    display: inline;
    color: #a2a2a2;
}

.c-block-related__listbox-item-title>span {
    flex: none;
}

.c-block-related__block-list-text:before {
    content: "・";
    display: inline;
    color: #a2a2a2;
}

.c-block-media-file__item-image.js-modal-image {
    background: url("/kor/wp-content/themes/kokusaiexpress-official-html/dist/assets/images/img-frame-silver.png")no-repeat center center / cover;
}

.c-block-media-file__item-image.js-modal-image>.bg-img {
    top: -18px;
    width: 80%;
    left: -1px;
    height: 81%;
}

@media screen and (max-width: 59.3125em) {
    .c-block-media-file__item {
        width: calc(50% - 10px);
    }
    .c-block-media-file__item-image.js-modal-image {
        height: auto;
    }
    .c-block-media-file__item-image {
        height: auto;
        position: relative;
    }
    .c-block-media-file__item-image::before {
        content: "";
        display: block;
        width: 100%;
        padding-top: calc(267/197*100%);
    }
    .c-block-media-file__item-image.js-modal-image>.bg-img {
        top: -14px;
    }
}

.c-block-media-file__item-image {
    box-shadow: none;
}

.c-block-media-file.is-license .c-block-media-file__item-image {
    background: url("/kor/wp-content/themes/kokusaiexpress-official-html/dist/assets/images/img-frame-01.png")no-repeat center center / cover;
    position: relative;
    height: 19rem;
}

.c-block-media-file.is-license .c-block-media-file__item-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 22;
    background: url("/kor/wp-content/themes/kokusaiexpress-official-html/dist/assets/images/img-frame-02.png")no-repeat center center / cover;
    width: 100%;
    height: 100%;
}

.c-block-media-file.is-license .bg-img {
    width: 100%;
    height: 90%;
    left: 0;
}

@media screen and (max-width: 59.3125em) {
    .c-block-media-file.is-license .c-block-media-file__item-image {
        height: auto;
    }
    .c-block-media-file.is-license .c-block-media-file__item-image:before {
        content: "";
        display: block;
        width: 100%;
        padding-top: calc(285/197*100%);
    }
    .c-block-media-file.is-license .bg-img {
        height: 87%;
    }
}


/******************** 20210713 ********************/

.l-header__splang-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.l-header__splang-container>span {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 10px;
    letter-spacing: .1em !important;
}

.l-header__splang-container>img {
    border: 1px solid rgba(0, 0, 0, .3);
    margin-bottom: 1px;
}

.l-header.js-fixedheader.is-fixed .l-header__heading.is-color {
    display: block !important;
}

* {
    font-feature-settings: 'palt' !important;
    letter-spacing: normal !important;
}

.c-heading.is-special {
    font-size: 30px;
    margin-bottom: 18px;
    display: flex;
    font-weight: normal;
    padding-bottom: 10px;
}

.c-heading.is-special>span {
    display: inline-block;
    padding-left: 8px;
    line-height: 0.9;
}

.c-heading.is-special>img {
    width: 3px;
    height: 30px;
}

.c-box-buttons {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    padding-top: 23px;
}

.c-box-buttons__block {
    width: 21%;
}

.c-box-buttons__block:first-child {
    margin-right: 5.5%;
}

.c-box-buttons__button {
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    padding: 0.3em 1em;
    line-height: 1.7em !important;
    background-color: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    border: 2px solid #666;
    border-radius: 3px;
    color: #666;
    transition: all 300ms ease 0ms;
}

.c-box-buttons__button::after {
    font-size: 1.6em;
    transition: all 300ms ease 0ms;
    line-height: 1em;
    font-family: FontAwesome;
    content: "\f105";
    opacity: 0;
    position: absolute;
    margin-left: -1em;
    text-transform: none;
    -webkit-font-feature-settings: "kern" off;
    font-feature-settings: "kern" off;
    font-variant: none;
    font-style: normal;
    font-weight: 400;
    text-shadow: none;
}

.c-box-buttons__button:hover {
    border: 2px solid transparent;
    padding: 0.3em 2em 0.3em 0.7em;
    background-color: rgba(0, 0, 0, 0.05);
    opacity: 1 !important;
}

.c-box-buttons__button:hover:after {
    opacity: 1;
    margin-left: 6px;
}

@media screen and (max-width: 950px) {
    .c-box-buttons__block {
        width: 50%;
    }
    .c-box-buttons__block:first-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 500px) {
    .c-box-buttons__block {
        width: 100%;
    }
    .c-box-buttons__block:first-child {
        margin-bottom: 30px;
    }
}

.c-breadcrumb {
    position: relative;
    z-index: 10;
}


/******************** 20210715 ********************/

@media screen and (max-width: 84.375em) {
    .l-header__nav ul li {
        margin-left: 2.2rem;
    }
}

@media screen and (max-width: 1100px) {
    .l-header__nav ul li {
        margin-left: 1.15rem;
    }
}

@media screen and (max-width: 81.25em) {
    .c-main-visual__nav-item {
        padding: 0 1.8rem;
    }
}

@media screen and (max-width: 1110px) {
    .c-main-visual__nav-item {
        padding: 0 1.4rem;
    }
}

.c-box-relocation {
    display: flex;
    margin-top: 4.26667rem;
    flex-wrap: wrap;
}

.c-box-relocation__title {
    margin-bottom: 15px;
}

.c-box-relocation__image {
    width: 29.6667%;
    margin-right: 5.5%;
}

.c-box-relocation__list {
    width: 64.833%;
}

.c-box-relocation__item:not(:last-child) {
    margin-bottom: 15px;
}

.c-box-relocation__texts>li {
    text-indent: -9px;
    padding-left: 9px;
}

.c-box-relocation__texts>li:before {
    content: "・";
    display: inline;
    color: #a2a2a2;
}

@media screen and (max-width: 950px) {
    .c-box-relocation__image {
        width: 100%;
        margin-bottom: 30px;
    }
    .c-box-relocation__list {
        width: 100%;
    }
}


/******************** 20210716 ********************/

.service > ul > li{
    list-style-type: circle;
    list-style-position: inside;
    line-height: 60px;
}

.c-box-service-link {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    align:center;
}

.c-box-service-link__block {
    width: 23.1%;
}

@media screen and (max-width: 950px) {
    .c-box-service-link__block {
        width: 50%;
        display: flex;
        justify-content: space-between;
    }
    .c-box-service-link__link {
        width: 100% !important;
        box-shadow: none !important;
        padding-top: 10px!important;
        padding-right: 10px!important;
        padding-bottom: 10px!important;
        padding-left: 10px!important;
        margin-top: 10px!important;
        margin-right: 5px!important;
        margin-bottom: 10px!important;
        margin-left: 5px!important;
    }
    .c-box-service-link__sub-link {
        width: calc(50% - 5px) !important;
        box-shadow: none !important;
        padding-top: 10px!important;
        padding-right: 10px!important;
        padding-bottom: 10px!important;
        padding-left: 10px !important;
        margin-top: 10px!important;
        margin-right: 0 !important;
        margin-bottom: 10px!important;
        margin-left: 0px!important;
    }
    .c-box-service-link__sub-link:nth-child(2n) {
        margin-left: 10px!important;
    }
    .c-box-service-link__sub-link:not(:last-child) {
        margin-right: 0 !important;
    }
    .c-box-service-link__sub-link.is-two:not(:last-child) {
        margin-right: 0 !important;
    }
    .c-box-service-link__sub-link.is-three:not(:last-child) {
        margin-right: 0 !important;
    }
    .c-box-service-link__block:not(:last-child) {
        margin-right: 0 !important;
    }
    .c-box-service-link__title {
        font-size: 10px !important;
    }
    .c-box-service-link__text {
        font-size: 10px !important;
    }
}

.c-box-service-link__block:not(:last-child) {
    margin-right: 2.5%;
}

.c-box-service-link__block:nth-of-type(4n) {
    margin-right: 0; 
}

.c-box-service-link__link {
    text-decoration: none;
    display: block;
    background-color: #ffffff;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    margin-top: 10px!important;
    margin-bottom: 0 !important;
    box-shadow: 6px 6px 18px 0 rgb(0 0 0 / 30%);
}

.c-box-service-link__sub-link {
    width: calc(25% - 12px);
    text-decoration: none;
    display: block;
    background-color: #ffffff;
    border-radius: 20px 20px 20px 20px;
    overflow: hidden;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    margin-top: 10px!important;
    margin-bottom: 0 !important;
    box-shadow: 6px 6px 18px 0 rgb(0 0 0 / 30%);
}

.c-box-service-link__sub-link:not(:last-child) {
    margin-right: 16px;
}

.c-box-service-link__sub-link.is-two {
    width: calc(50% - 10px);
}

.c-box-service-link__sub-link.is-three {
    width: calc(33.3% - 10px);
}

.c-box-service-link__sub-link.is-two:not(:last-child) {
    margin-right: 15px;
}

.c-box-service-link__sub-link.is-three:not(:last-child) {
    margin-right: 15px;
}

.c-box-service-link__link>a {
    text-decoration: none;
}

.c-box-service-link__link>p {
    display: none !important;
}

.c-box-service-link__link>a>p {
    display: none !important;
}

.c-box-service-link__sub-link>a {
    text-decoration: none;
}

.c-box-service-link__sub-link>p {
    display: none !important;
}

.c-box-service-link__sub-link>a>p {
    display: none !important;
}

.c-box-service-link__image {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.c-box-service-link__title {
    text-align: center;
    font-size: 18px;
    color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
}

.c-box-service-link__text {
    color: #666;
    text-align: center;
}


/********************************************** 20210719  **********************************************/

.c-company-map__image-container {
    background: #fff;
    padding: 3rem 1rem;
}

.c-company-map__image-container>img {
    width: 100%;
    display: block;
    max-width: 910px;
    margin: auto;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-company-map__image-container {
        padding: 1rem;
    }
}

.c-block-over {
    background: #002ba0;
}

.c-block-over__list>.c-block-over__item {
    border: 1px solid #fff !important;
    background: #002ba0;
    color: #fff !important;
}

.c-block-over__list>.c-block-over__item:hover {
    border: 1px solid #fff !important;
    background: white;
    color: #002ba0 !important;
}

.c-block-over__item::after {
    background: url("/kor/wp-content/themes/kokusaiexpress-official-html/dist/assets/images/icon-white-triangle.png") no-repeat center center/cover !important;
}

.c-block-over__item:hover::after {
    background: url("/kor/wp-content/themes/kokusaiexpress-official-html/dist/assets/images/icon-button-triangle.png") no-repeat center center/cover !important;
}

.c-main-visual {
    height: 53.33333rem;
}

.c-main-visual__movie {
    width: 100%;
    height: 53.33333rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    overflow: hidden;
    transition: all ease-in-out .5s;
    opacity: 1;
    visibility: visible;
}

.c-main-visual__movie video {
    transition: all ease-in-out .5s;
    opacity: 1;
    visibility: visible;
}

.c-main-visual__movie.is-hidden,
.c-main-visual__movie.is-hidden video {
    opacity: 0;
    visibility: hidden;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
    .c-main-visual {
        height: auto;
    }
}

@media screen and (max-width: 59.3125em) {
    .c-box-service__box-title span {
        min-width: 40px;
    }

    .c-main-visual__movie.is-hidden,
    .c-main-visual__movie.is-hidden video {
        opacity: 0;
        visibility: hidden;
    }
}

@media (max-width:800px){
    .c-main-visual__image video{
        opacity: 0;
        visibility: hidden;
    }
}


.flow-wrapper {
    display: flex;
    flex-direction: column;
    width: 1200px;
    margin-top: 20px;
}

.flow-card-img-layout {
    display: none;
    float: right;
    width: 1px;
    height: 150px;
}

.flow-card-line {
    display: flex;
    margin-left: -20px;
    margin-top: 20px;
}

.flow-card-line.--reverse {
    flex-direction: row-reverse;
    margin-top: 20px;
}

.flow-card {
    font-family: "Nanum Gothic";
    font-feature-settings: "palt";
    padding: 12px 32px;
    height: 266px;
    border-radius: 20px;
    background: #fff;
    border: 3px solid #f4f4f4;
    border-radius: 20px;
    position: relative;
    margin-left: 20px;
    box-sizing: content-box;
}

.--reverse .flow-card {
    height: 200px;
}

.flow-card.--size-mid {
    width: 449px;
}

.flow-card.--size-sml {
    width: 250px;
}

.flow-card.--size-lrg {
    width: 590px;
}

.flow-card-title {
    margin-top: 12px;
    display: flex;
    align-items: center;
    position: relative;
}

.flow-card-title-num {
    width: 24px;
    height: 24px;
    background: #1882dd;
    border-radius: 100%;
    font-size: 12px;
    color: white;
    line-height: 24px;
    text-align: center;
}

.flow-card-title-txt {
    margin-left: 9px;
    font-size: 18px;
}

.flow-card-title-day {
    margin-left: 6px;
    font-size: 14px;
    color: #1882dd;
    ;
    align-self: bottom;
}

.flow-card-main {
    margin-top: 20px;
    position: relative;
    height: calc(100% - 44px);
}

.flow-card-main-txt {
    font-size: 14px;
    ;
    width: 75%;
    white-space: pre-line;
    color: #707070;
    z-index: 10;
    position: relative;
}

.flow-card-main-img {
    position: absolute;
    bottom: 16px;
    right: 0;
    z-index: 1;
}

.flow-card-arrow {
    position: absolute;
    z-index: 100;
}

.flow-card-arrow img {
    width: 32px;
}

.flow-card-arrow.--pos-right {
    top: calc(50% - 16px);
    right: -16px;
    transform: rotate(-90deg);
}

.flow-card-arrow.--pos-bottom {
    bottom: -24px;
    left: calc(50% - 16px);
    ;
    transform: rotate(0deg);
}

.flow-card-arrow.--pos-left {
    top: calc(50% - 16px);
    left: -16px;
    transform: rotate(90deg);
}

@media screen and (max-width:640px) {
    .flow-wrapper {
        width: 90%;
        margin: auto;
    }
    .flow-card-line {
        margin-left: 0px;
    }
    .flow-card-line,
    .flow-card-line.--reverse {
        margin-top: 0;
        flex-direction: column;
    }
    .flow-card {
        padding: 20px;
        height: auto;
        margin-left: 0;
        margin-top: 34px;
    }
    .--reverse .flow-card {
        height: auto;
    }
    .flow-card.--size-mid {
        width: calc(100% - 40px);
    }
    .flow-card.--size-sml {
        width: calc(100% - 40px);
    }
    .flow-card.--size-lrg {
        width: calc(100% - 40px);
    }
    .flow-card-title {
        height: 48px;
    }
    .flow-card-title-num {
        width: 36px;
        height: 36px;
        font-weight: bold;
        font-size: 16px;
        letter-spacing: 0.1em;
        text-align: center;
        color: #f4f4f4;
        line-height: 36px;
    }
    .flow-card-title-txt {
        position: absolute;
        top: 0;
        left: 50px;
        margin-left: 0;
        font-weight: bold;
        font-size: 18px;
        letter-spacing: 0.1em;
        line-height: 26px;
        text-align: left;
        color: #111;
        word-break: keep-all;
    }
    .flow-card-title-day {
        position: absolute;
        top: 28px;
        left: 50px;
        margin-left: 0;
        font-size: 14px;
        letter-spacing: 0.1em;
        line-height: 26px;
        text-align: left;
        color: #1882dd;
    }
    .flow-card-main {
        height: auto;
        margin-top: 0;
    }
    .flow-card-main-txt {
        width: 100%;
    }
    .flow-card-img-layout {
        display: block;
        float: right;
        width: 1px;
        position: relative;
    }
    .flow-card.--mb-sml .flow-card-img-layout {
        height: 60px;
    }
    .flow-card.--mb-mdl .flow-card-img-layout {
        height: 180px;
    }
    .flow-card.--mb-lrg .flow-card-img-layout {
        height: 200px;
    }
    .flow-card-main-img {
        position: relative;
        margin: 12px auto;
        width: 128px;
        bottom: auto;
        right: auto;
        float: right;
        clear: both;
    }
    .flow-card-arrow.--pos-left,
    .flow-card-arrow.--pos-right,
    .flow-card-arrow.--pos-bottom {
        top: auto;
        bottom: -36px;
        left: calc(50% - 24px);
        ;
        right: auto;
        transform: rotate(0deg);
    }
    .flow-card-arrow img {
        width: 48px;
    }
}

.l-container {
    height: 100%;
}
.l-header1 {
    background-color: #E31D2E;
    position: fixed;
    height: 65px;
    opacity: 0.9;
    width:100%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    margin: auto;
    box-sizing: border-box;
    white-space: nowrap;
}

.l-header1__content {
    width: 100%;
    margin-left: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.l-header1__head {
    display: flex;
}

.l-header1__lang {
    margin-left: 2.66667rem;
    display: flex;
    align-items: center;
    position: relative;
}

.l-header1__lang span {
    display: block;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: 0.15em;
    color: #aaa;
}

.l-header1__lang-text {
    width: 5.33333rem;
    border-bottom: 1px solid #111;
    margin-left: 1.33333rem;
    color: #111;
    font-family: "Nanum Gothic";
    font-weight: normal;
    font-size: 0.85em;
    letter-spacing: 0.05em;
    text-align: left;
    color: #111;
}

.l-header1__lang-list {
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 1.73333rem;
    right: 0;
    width: 6.73333rem;
    background: #111;
    padding: 0.33333rem;
}

.l-header1__lang-text::after {
    content: "\f078";
    font-family: FontAwesome;
    ;
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #111;
    font-size: .66667rem;
    display: flex;
    align-items: center;
}

.l-header1__submenu {
    display: flex;
    justify-content: flex-end;
    padding-right: 18px;
    position: relative;
    z-index: 10;
    color:#111;
}

.l-header1__submenu a {
    font-family: "Nanum Gothic";
    text-decoration: none;
    font-size: 0.85em;
    color:#0003ba;
    font-weight: bold;
    margin-left: 0.85em;
}

.l-header1__heading {
    position: relative;
}

.l-header1__heading a {
    display: flex;
    align-items: center;
}

.l-header1__heading img {
    width: 300px;
}

.l-header1__links {
    display: flex;
    align-items: center;
    height: 100%;
}

.l-header1__nav {
    position: relative;
}

.l-header1__nav ul {
    display: flex;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
}

.l-header1__nav li {
    text-decoration: none;
    list-style: none;
    padding-left: 17px;
    padding-bottom: 15px;
    padding-right: 18px;
    position: relative;
    color:#111;
}

.l-header1__nav li:nth-child(1) {
    padding-left: 40px;
}

.l-header1__nav>ul>li>a::after {
    content: "";
    position: absolute;
    margin: auto;
    width: 100%;
    display: block;
    bottom: -17px;
    box-sizing: border-box;
    height: 3px;
    background: #002ba0;
    transition: .3s transform;
    transform: scale(0);
}

.l-header1__nav>ul>li>a:hover:after {
    transform: scale(1);
}

.l-header1__nav>ul>li>a {
    font-family: "Nanum Gothic";
    font-weight: bold;
    font-size: 1.2em;
    letter-spacing: 0.1em;
    text-align: right;
    color: white;
    text-decoration: none;
    position: relative;
    position: relative;
}

.l-header1__submenu {
    margin-top: 19px;
    margin-bottom: 8px;
}

.l-header1__search form {
    top: -4px;
    right: 3.5em;
    position: absolute;
    display: flex;
    z-index: -1;
    pointer-events: none;
}

.l-header1__search form[data-clickable=true] {
    z-index: 10;
}

.l-header1__search-icon {
    margin-left: 1em;
    ;
    border-left: 1px solid #fff;
    padding-left: 1em;
    z-index: 1;
    position: relative;
}

.l-header1__search-form button {
    appearance: none;
}

#search-active {
    display: none;
}

#search-active:checked+div {
    width: 100%;
    z-index: 100;
}

.l-header1__search-form div {
    width: 0%;
    overflow: hidden;
    pointer-events: auto;
}

.l-header1__search-form div input {
    width: 224px;
    height: 32px;
    border-radius: 16px;
    background: #fff;
    border: 2px solid #fff;
    text-indent: 1em;
}

.l-header1__button {
    width: 128px;
    height: 65px;
    background: #cb120a;
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    margin-left: 2.66667rem;
    font-weight: bold;
    font-size: .86667rem;
    justify-self: flex-end;
}

.c-block-over1 {
    display: flex;
    background: transparent;
    position: fixed;
    margin: auto;
    width: 80%;
    height: 111px;
    background: #333;
    opacity: 0.9;
    margin-top: 14px;
    left: 70%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    justify-content: space-between;
}

.c-block-over1 {

}

.c-block-sub-list{

}


.c-block-over1__container{
    width: 80%;
    justify-content: center;
}
.c-block-over1__container .l-container{
    width:auto;
    display: flex;
    justify-content: center;
}
.c-block-over1.--lrg{
    height:201px;
}

.--triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #0003ba transparent;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.c-block-main__item {
    width: 25%;
    height: 81px;
    background: #fff;
    display: block;
    margin: 15px;
    padding: 0 20px;
    font-size: 1.5em;
    text-decoration: none;
    color: #111111;
    font-family: "Nanum Gothic";
    font-weight: Bold;
    position: relative;
}

.c-block-main__item-main,
.c-block-main__item-sub {
    /* margin-left: 30px; */
}

.c-block-main__item-sub {
    margin-top: 12px;
    font-size: 0.87rem;
    display: block;
    color: #0003ba;
    font-weight: bold;
}


.c-block-over1__list {
    display: flex;
    height: 100%;
    position: relative;
    align-items: center;
}

.--lrg .c-block-over1__list{
    height:auto;
    flex-wrap: nowrap;
    align-items: baseline;
    margin-top: 2em;
}
.--lrg .c-block-over1__list2{
    height:25%;
    flex-wrap: nowrap;
    margin-top: 2em;;
    align-items: baseline;
    display: flex;
}
.c-block-over1__subitem{
    display: flex;
    flex-direction: column;
    margin-left: 1em;
}
.c-block-over1__subitem a{
    margin-top: 1em;
}
.c-block-over1__subitem a:before{
    content:"-  ";
    margin-right: 1em;
}
.c-block-over1__subitem-list .c-block-over1__item-inner{
    border-right:0px;
}
.c-block-over1__subitem-list:nth-child(3) .c-block-over1__item-inner{
    border-right:1px solid white ;
}
.c-block-over1__subitem a{
    width:auto;
    height: 30%;
    font-family: "Nanum Gothic";
    font-weight: bold;
    font-size: 0.85em;
    letter-spacing: 0.1em;
    line-height: 1em;
    text-align: left;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
    transition: .3s;
    margin-left: -1px;
}

.c-block-over1__item {
    width:auto;
    height: 30%;
    font-family: "Nanum Gothic";
    font-weight: bold;
    font-size: 1em;
    letter-spacing: 0.1em;
    line-height: 1em;
    text-align: left;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
    transition: .3s;
    margin-left: -1px;
}

.line-2 .c-block-over1__item {
    width: auto;
}

.c-block-over1__item:hover {
    color: #1882DD;
}

.current-page {
    color: #1882DD;
    pointer-events: none;
}

.c-block-over1__item-inner {
    border-left:1px solid white;
    border-right:1px solid white;
    padding-left:1em;
    padding-right:1em;
}

.c-block-over1__item-inner {
    position: relative;
}

/* .c-block-over1__item-inner:after {
    display: block;
    content: "";
    position: absolute;
    background-color: #1882DD;
    width: 100%;
    height: 2px;
    bottom: -8px;
    transform: scale(0);
    transition: .3s;
} */

/* .c-block-over1__item-inner:hover:after {
    transform: scale(1);
} */

.is-color {
    display: none;
}

.c-block-over1 {
    transition: .5s;
    transition-delay: .5s;
    max-width: 1140px;;
}

.l-header1__nav ul li:hover .c-block-over1 {
    transition: .3s;
    opacity: 1;
    visibility: visible;
}

.l-header1__lang-list {
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 1.73333rem;
    right: 0;
    width: 6.73333rem;
    background: #fff;
    padding: .33333rem;
}

.l-header1__lang-block:hover .l-header1__lang-list {
    opacity: 1;
    visibility: visible;
    transition: .3s;
}

.l-header1__lang-list a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #111;
    font-size: .86667rem;
    padding: 0.2rem 0;
}

.l-header1__lang-list a img {
    width: 1.33333rem;
    margin-right: 0.53333rem;
    border: 1px solid #aaa;
}

.l-header1__button-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.l-header1__button-inner i {
    font-size: 1.5em;
    ;
}

@media screen and (max-width: 1280px) {
    .l-header1__nav>ul>li>a {
        font-size: 0.5em;
        ;
    }
   
    .l-header1__lang {
        margin-left: 1rem
    }
    .l-header1__heading img {
        width: 160px;
    }
    .c-block-over1 {
        width: 100%;
    }
}

@media screen and (max-width:950px) {
    .l-header1 {
        position: fixed;
        background-color: #E31D2E;
        height: 3.33333rem;
        z-index: 999;
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
        width: 100%;
        border-radius: 0%;
        opacity: 1;
        margin-top: 0;
    }
    .l-header1__content {
        padding: 0 3.33333rem 0 0.93333rem;
    }
    .l-header1__head {
        width: 100%;
    }
    .l-header1__links {
        display: none;
        ;
    }
    .l-header1__head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
    }
    .l-header1__lang {
        display: none;
    }
}
.c-slidebar-menu ul li span span:before,.c-slidebar-menu ul li span span:after{
    display:none;
}
.c-slidebar-menu ul {
    margin-top: 2.4rem;
}
/*
.c-slidebar-menu ul li a,
.c-slidebar-menu ul li span {
    padding: 0;
}
*/
.is-open .hdr-mb-menu{
    display:block;
}
.hdr-mb-menu {
    background-color: #fff;
    display:none;
}
.c-slidebar-menu ul li a, .c-slidebar-menu ul li span {
    padding: 1.2rem;
}
.c-slidebar-menu ul li span span{
    padding: 0;
}
.c-slidebar-menu ul li.is-open span {
    padding: 0;
}
.c-slidebar-menu ul li.is-open span span{
    display:none;
}
.hdr-mb-menu-sub {
    margin-left: 0.8rem;
    font-size: 0.87rem;
    display: block;
    color: #0003ba;
    font-weight: bold;
}
.hdr-mb-menu-sub:after{
    content: "";
    display: block;
    width: 1rem;
    height: 0.2rem;
    background-color: #0003ba;
    position: absolute;
    top: 0.8rem;
    right: 0.5rem;
    transform: translateY(-50%);
}
.hdr-mb-menu-main {
    margin-left: 0.8rem;
    font-size: 1.5em;
    text-decoration: none;
    color: #111111;
    font-family: "Nanum Gothic";
    font-weight: Bold;
}

.hdr-mb-menu--triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 15px 15px;
    border-color: transparent transparent #0003ba transparent;
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.c-slidebar-menu__children-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1.2rem;
}

.hdr-mb-menu-link {
    padding: 0;
}

.c-slidebar-menu__parent span:before{
    display: none;
}
.c-slidebar-menu__parent span:after{
    content:"\f196";
    font-family: 'FontAwesome';
    background: transparent;
    right:15px;
    height: 1rem;
}
.hdr-mb-menu-sub:after{
    content:"\f147";
    font-family: 'FontAwesome';
    background: transparent;
    right:10px;
}

/* animation */
.c-banners-front__item{
    opacity:0;
    transform: translateX(-100%);
}
.banner-slide-in{
    opacity:1;
    transform: translateX(0%) scale(1);
    transition: all 1s;
}
.banner-slide-in-anime{
/*  animation:shadow 1s ease-in-out; */
	/* border: 0.1rem solid #ffffff; */
    animation:size 3s ease-in-out;
}
/* size-animation */
 .banner-anim-wait{
    transform: scale(1);
} 

/* kiran animation */
.c-banners-front__item-content{
    position: relative;
    overflow: hidden;
}
/* .banner-slide-in-anime .c-banners-front__item-content::before {
  background-color: #002ba0;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
  animation:kiran 3s ease-in-out;
} */
  @keyframes kiran {
    0%{
        transform: scale(2) rotate(45deg);
        opacity: 0;
    }
    74%{
        transform: scale(2) rotate(45deg);
        opacity: 0;
    }
    75% {
      transform: scale(2) rotate(45deg);
      opacity: 0.5;
    }
    100% {
      transform: scale(50) rotate(45deg);
      opacity: 0;
    }
  }
  /* end kiran animation*/
@keyframes opacity{
    0%{
        opacity:1
    }
    50%{
        opacity:0.5
    }
    100%{
        opacity:1;
    }
}
@keyframes shadow{
    0%{
        transform: translate(0px,0px);
        box-shadow:0px 0px 0px;
    }
    50%{
        transform: translate(-8px,-8px);
        box-shadow: 8px 8px 4px;
    }

    100%{
        transform: translate(0px,0px);
        box-shadow:0px 0px 0px;
    }
}

/* neon flicker */
@keyframes flicker {
    
    5%,25%,55%,75%,95%{
        box-shadow:
            0 0 .2rem #ffffff,
            inset 0 0 .2rem #ffffff,
            0 0 .8rem #00ff00;
    }
    0%,50%, 100% {
        box-shadow: 0 0 0;
    }
}
@keyframes size{
    0%,100%{
        transform: scale(1);
        z-index:10;
    }
    25%,75%{
        transform: scale(1.15);
    }
}
.c-card-original__item{
    opacity:0;
    transform: translateY(-50%);
    pointer-events: none;
}
.card-slide-in{
    opacity:1;
    transition: all .5s;
    transform: translateY(0%);
    pointer-events: all;
    
}
.card-slide-in:nth-child(2),.card-slide-in:nth-child(7){
    transition-delay: .125s;
}
.card-slide-in:nth-child(3),.card-slide-in:nth-child(5){
    transition-delay: .25s;
}
.card-slide-in:nth-child(4),.card-slide-in:nth-child(6){
    transition-delay: .5s;
}
.c-card-original__item-hover-inner {
    position: relative;
    height: auto;
    width: 100%;
    background: rgba(203,18,10,0.6);
    padding: 1.06667rem 1.6rem;
}



.l-header1__nav li {
    color:#fff;
    list-style : none;
}
.l-header1__logo-img-color{
    display: none;
}
.is-fixed-- .l-header1__logo-img-color,.is-currneter .l-header1__logo-img-color{
    display: block;
}
.l-header1__logo-img{
    display: block;
}
.is-fixed-- .l-header1__logo-img,.is-currneter .l-header1__logo-img{
    display: none;
}
.is-fixed-- .l-header1,.is-currneter .l-header1  {
    background: #E31D2E;
}

.is-fixed-- .l-header1__nav li,.is-currneter .l-header1__nav li {
    color:#111;
}
.is-fixed-- .l-header1__nav>ul>li>a,.is-currneter .l-header1__nav>ul>li>a  {
    color:#111;
}

.is-fixed-- .l-header1__search-icon,.is-currneter .l-header1__search-icon{
    border-left: 1px solid #111;
}

.l-header1__lang-text{
    color:white;
    border-bottom: 1px solid #fff;
}
.l-header1__lang-text::after {
    color:#fff;
}
.is-fixed-- .l-header1__lang-text,.is-currneter .l-header1__lang-text{
    color:#111;
    border-bottom: 1px solid #111;
}
.is-fixed-- .l-header1__lang-text::after,.is-currneter .l-header1__lang-text::after {
    color:#111;
}
.c-main-visual{
    position: fixed;
    z-index: -1;
}
.l-section--top-page{
    display: block;
    padding-top: 53.3333333rem;
}
.c-block-news {
    margin:0;
    padding: 8rem 0;
    background: rgba(255,255,255,0.8);
}
.c-card-network {
    margin:0;
    padding-top: 4rem;
}
.c-card-network__bg-bottom {
    height:56.66666667rem;
}


@media screen and (max-width: 950px){
    .l-header1__logo-img-color{
        display: block;
    }
    .is-fixed-- .l-header1__logo-img-color{
        display: block;
    }
    .l-header1__logo-img{
        display: none;
    }
    .is-fixed-- .l-header1__logo-img{
        display: none;
    }
}

.l-container.is-lg{
    max-width: 1140px;
}
.c-banners-front__item {
    width:24rem;
}
.c-banners-front__item-image {
    min-width: 11.33333rem;
}
.c-banners-front{
    background: rgba(244, 244, 244,0.8);
}
.c-card-network__bg-bottom{
    opacity: 0.8;
}
.c-main-visual__nav{
    display: none;
}

.c-forms-simple__input{
    display: flex;
    justify-content: space-between;
}
.c-forms-simple__input ._small{
    width:25%;
}
.c-forms-simple__content .c-tabs__navs{
    width:100%;
}
.c-forms-simple__content .c-tabs__navs{
    width: 100%;
    display: flex;;
    justify-content: space-between;
}
.c-forms-simple__content .c-tabs__navs li{
    width:25%;
}
.img-align-wrapper{
    display: flex;
    margin: auto;
    position: relative;
    align-items: center;
    margin-top: 100px;
}
.img-align{
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    width:900px;
    max-width: 100%;;
}
.img-align img{
    width:266px;
    height:205px;
    object-fit: cover;
    margin-left:20px;
    margin-top: 20px;
}


.l-header1__heading img {
    min-width: 300px;
}

.mw_wp_form_preview{
    background-color: #F4F4F4;
}

