@charset "UTF-8";
/* Theme Name:   TECHNO-PORT BASIC Child Theme URI:    http://www.techport.co.jp/ Description:  TECHNO-PORT BASIC Child Theme Author:テクノポート株式会社 Author URI:http://www.techport.co.jp/ Template:     tp-basic Version:      1.0.0
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900");

html {
    font-family: 'Noto Sans JP', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Noto Sans JP', sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@media only screen and (max-width: 991px) {
    body {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 991px) {
    body:not(.home) {
        /*padding-top: 40px;*/
        padding-top: 60px;
    }
}

img {
    -webkit-backface-visibility: hidden;
    image-rendering: -webkit-optimize-contrast;
}

.sp {
    display: none;
}

@media only screen and (max-width: 991px) {
    .sp {
        display: inline;
    }
}

@media only screen and (max-width: 991px) {
    .pc {
        display: none;
    }
}

/************* kv-slide *************/
#kv-slide {
    width: 100%;
    height: 900px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#kv-slide .r-visual, #kv-slide .l-visual {
    width: 50%;
    height: 100%;
}

#kv-slide .swiper-slide {
    position: relative;
}

#kv-slide .swiper-slide.catch {
    background: url("img/bg_slide01.png") no-repeat;
    background-size: cover;
}

#kv-slide .swiper-slide.catch .catch-block {
    position: absolute;
    width: 525px;
    right: 48px;
    top: 164px;
    color: #fff;
}

#kv-slide .swiper-slide.catch .catch-block h1 {
    font-size: 60px;
    font-weight: 900;
    letter-spacing: -0.05em;
}

#kv-slide .swiper-slide.catch .catch-block h1 + p {
    font-size: 20px;
    font-weight: 700;
    line-height: 2em;
}

#kv-slide .swiper-slide .title-block {
    width: 400px;
    height: 380px;
    padding: 60px 40px 0;
}

#kv-slide .swiper-slide .title-block .inner {
    position: relative;
    width: 100%;
    height: 100%;
}

#kv-slide .swiper-slide .title-block h2 {
    font-size: 36px;
    letter-spacing: -0.05em;
    line-height: 1.5em;
}

#kv-slide .swiper-slide .title-block h2 + p {
    font-size: 16px;
    font-weight: 600;
    line-height: 2em;
    letter-spacing: 0.01em;
    position: absolute;
    top: 140px;
    left: 0;
}

#kv-slide .swiper-slide .title-block .more {
    position: absolute;
    right: 0;
    bottom: 30px;
    color: #fff;
}

#kv-slide .swiper-slide .title-block .more:hover {
    color: #00a4dc;
}

#kv-slide .swiper-slide.marketing {
    background: url("img/bg_slide02.png") no-repeat;
    background-size: cover;
}

#kv-slide .swiper-slide.marketing .title-block {
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
}

#kv-slide .swiper-slide.pf-marketing {
    background: url("img/bg_slide03.png") no-repeat;
    background-size: cover;
}

#kv-slide .swiper-slide.pf-marketing .title-block {
    background: rgba(0, 0, 0, 0.65);
    color: #ffff00;
}

#kv-slide .swiper-slide.pf-marketing .title-block .more {
    color: #ffff00;
}

#kv-slide .swiper-slide.pf-marketing .title-block .more:hover {
    color: #00a4dc;
}

#kv-slide .swiper-slide.dg-marketing {
    background: url("img/bg_slide04.png") no-repeat;
    background-size: cover;
}

#kv-slide .swiper-slide.dg-marketing .title-block {
    background: rgba(33, 36, 87, 0.5);
    color: #fff;
    border: 1px solid rgba(220, 220, 220, 0.5);
}

#kv-slide .swiper-slide.tp-basic {
    background: url("img/bg_slide05.png") no-repeat;
    background-size: cover;
}

#kv-slide .swiper-slide.tp-basic .title-block {
    background: rgba(240, 240, 240, 0.85);
}

#kv-slide .swiper-slide.tp-basic .title-block .more {
    color: #000;
}

#kv-slide .swiper-slide.tp-basic .title-block .more:hover {
    color: #00a4dc;
}

#kv-slide .swiper-slide.monomado {
    background: url("img/bg_slide06.png") no-repeat;
    background-size: cover;
}

#kv-slide .swiper-slide.monomado .title-block {
    background: rgba(0, 0, 0, 0.5);
    color: #ffff00;
}

#kv-slide .swiper-slide.monomado .title-block .more:hover {
    color: #00a4dc;
}

#kv-slide .r-visual .title-block {
    position: absolute;
    left: 0;
    top: 260px;
}

#kv-slide .l-visual .title-block {
    position: absolute;
    right: 0;
    top: 260px;
}

@media only screen and (max-width: 991px) {
    #kv-slide {
        height: 450px;
    }
}

@media only screen and (max-width: 991px) {
    #kv-slide .swiper-slide.catch .catch-block {
        width: auto;
        right: 20px;
        top: 35px;
        left: 28px;
    }
}

@media only screen and (max-width: 991px) {
    #kv-slide .swiper-slide.catch .catch-block h1 {
        font-size: 21px;
        line-height: 1.5em;
    }
}

@media only screen and (max-width: 991px) {
    #kv-slide .swiper-slide.catch .catch-block h1 + p {
        font-size: 12px;
    }
}

@media only screen and (max-width: 991px) {
    #kv-slide .swiper-slide .title-block {
        width: 148px;
        height: 140px;
        padding: 0;
    }
}

@media only screen and (max-width: 991px) {
    #kv-slide .swiper-slide .title-block h2 {
        font-size: 18px;
        position: absolute;
        top: 50%;
        left: 12px;
        transform: translateY(-50%);
    }
}

@media only screen and (max-width: 991px) {
    #kv-slide .swiper-slide .title-block h2 + p {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    #kv-slide .swiper-slide .title-block .more {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    #kv-slide .r-visual .title-block {
        top: calc(50% - 70px);
    }
}

@media only screen and (max-width: 991px) {
    #kv-slide .l-visual .title-block {
        top: calc(50% - 70px);
    }
}

/************* Header *************/
#header {
    width: 100%;
    z-index: 1000;
    top: 0;
    -moz-transition: 0.7s;
    -webkit-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
}


#nav__global.m_fixed {
	left: 0;
	position: fixed;
	top: 0;
	z-index: 1000;
}

.header__pc .mega_menu{
	position: relative;
	z-index: 2000;
}

.header__pc .nav__global.m_fixed .mega_menu.depth_0{
	top:60px;
}

@media only screen and (max-width: 991px) {
    #header {
        position: fixed;
        top: 0;
        background: #fff;
    }
}

.header .header__logo .menu-toggle {
    background: #fff;
    color: #006ab7;
}

.header .header__logo .menu-toggle:before {
    display: none;
    font-size: 20px;
}

.header .header__logo .menu-toggle .menu-txt {
    margin-top: 18px;
    font-size: 9px;
    color: #666;
}

.header .header__logo .menu-toggle span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    right: 20px;
    width: 20px;
    height: 3px;
    background-color: #006ab7;
    border-radius: 2px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.header .header__logo .menu-toggle span:nth-of-type(1) {
    top: 24px;
}

.header .header__logo .menu-toggle span:nth-of-type(2) {
    top: 30px;
}

.header .header__logo .menu-toggle span:nth-of-type(3) {
    top: 36px;
}

.header .header__logo .menu-toggle.is-active {
    background: transparent;
    z-index: 10000;
}

.header .header__logo .menu-toggle.is-active .menu-txt {
    display: none;
}

.header .header__logo .menu-toggle.is-active span {
    background: #fff;
}

.header .header__logo .menu-toggle.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-315deg);
    transform: translateY(7px) rotate(-315deg);
}

.header .header__logo .menu-toggle.is-active span:nth-of-type(2) {
    opacity: 0;
}

.header .header__logo .menu-toggle.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-5px) rotate(315deg);
    transform: translateY(-5px) rotate(315deg);
}

.header__logo-image {
    margin-left: 30px;
    -webkit-box-flex: 0;
    flex-grow: 0;
}

.header__logo-image .mono {
    display: none;
}

@media only screen and (max-width: 991px) {
    .header__logo-image {
        margin-left: 0;
    }
}

.header__logo-inner {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    background: #fff;
}

@media only screen and (max-width: 991px) {
    .header__logo h1 {
        padding: 6px 10px 0;
    }
}

@media only screen and (max-width: 991px) {
    .header__logo img {
        height: 42px;
    }
}

.header__pc {
    padding: 0;
    height: 130px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.header__pc .header__logo-image {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.header__pc .header__logo-image a {
    margin-top: 5px;
    background: url("img/site_logo.png") no-repeat;
}

.header__pc .header__logo-image a img {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    width: 212px;
}

.header__pc .header__logo-image .site_copy {
    font-size: 16px;
    font-weight: 500;
    margin-left: 24px;
}

.fxe_wrapper {
    width: calc(165 / 1792* 100vw)!important;
	margin-left: calc(660 / 1792* 100vw);
}

@media only screen and (max-width: 1376px) {
.fxe_wrapper {
	margin-left: calc(460 / 1376* 100vw);
}

}

.header__pc .cta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-right: 48px;
}

.header__pc .cta .phone {
    font-size: calc(18 / 1366 * 100vw);
}

.header__pc .cta .download, .header__pc .cta .contact {
    font-size: calc(16 / 1366 * 100vw);
    position: relative;
    padding-left: calc(27 / 1366 * 100vw);
    margin-left: 1em;
}

.header__pc .cta .download:before, .header__pc .cta .contact:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 22px;
    height: 23px;
}

.header__pc .cta .download:hover, .header__pc .cta .contact:hover {
    color: #16478e;
}

.header__pc .cta .download:before {
    background: url("img/header_icon_dl.png") center center no-repeat;
    background-size: contain;
}

.header__pc .cta .contact:before {
    background: url("img/header_icon_mail.png") center center no-repeat;
    background-size: contain;
}

.header__pc .cta .cta_top .phone {
    text-align: center;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    padding-left: 20px;
}

.header__pc .cta .cta_top .phone:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 25px;
    background: url("img/icon_headert_tel.png") no-repeat;
    left: 50%;
    top: 9px;
    transform: translateX(-3.8em);
}

.header__pc .cta .cta_bottom {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header__pc .cta .cta_bottom .download, .header__pc .cta .cta_bottom .contact {
    color: #fff;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 40px;
    position: relative;
}

.header__pc .cta .cta_bottom .download:before, .header__pc .cta .cta_bottom .contact:before {
    content: '';
    position: absolute;
}

.header__pc .cta .cta_bottom .download:hover, .header__pc .cta .cta_bottom .contact:hover {
    color: #00a4dc;
}

.header__pc .cta .cta_bottom .download {
    width: 52.75%;
    padding-left: 5px;
}

.header__pc .cta .cta_bottom .download:before {
    background: url("img/icon_header_file.png") left center no-repeat;
    background-size: contain;
    width: 17px;
    height: 22px;
    left: 50%;
    top: 9px;
    transform: translateX(-5.6em);
}

.header__pc .cta .cta_bottom .contact {
    width: 36.75%;
    padding-left: 5px;
}

.header__pc .cta .cta_bottom .contact:before {
    background: url("img/icon_header_mail.png") left center no-repeat;
    background-size: contain;
    width: 20px;
    height: 15px;
    left: 50%;
    top: 13px;
    transform: translateX(-3.8em);
}

.header__pc .telephone {
    background: url("img/bg_telephone.png") right top no-repeat;
    line-height: 80px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    width: 270px;
    padding-left: 80px;
    position: relative;
    flex-grow: 0;
}

.header__pc .telephone:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 28px;
    background: url("img/icon_phone.png") no-repeat;
    left: 55px;
    top: 28px;
}

.header__pc .nav__global {
    width: 100%;
    height: 60px;
    background: #141d2a;
}

.header__pc .nav__global .menu {
    position: initial;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header__pc .nav__global .menu li {
    flex-shrink: 0;
    line-height: 1.2;
    text-align: center;
    display: flex;
    align-items: center;
    height: 60px;
}

.header__pc .nav__global .menu li a {
    padding: 0 30px;
    color: white;
}

@media only screen and (max-width: 1199px) {
    .header__pc .nav__global .menu li a {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1049px) {
    .header__pc .nav__global .menu li a {
        padding: 0 8px;
        font-size: 14px;
    }
}

/* .header__pc .nav__global .menu li.parent > a { position: relative; font-size: 12px; padding: 11px 45px 0; } */
.header__pc .nav__global .menu li.parent > a {
    position: relative;
    font-size: 15px;
    /*padding: 0 45px 0;*/
    padding: 0 22px 0;
}

.header__pc .nav__global .menu li.parent > a:before {
    position: absolute;
    top: -9px;
    left: 50%;
    font-size: 16px;
    font-weight: bold;
    transform: translateX(-50%);
}

.header__pc .nav__global .menu li.parent > a:hover {
    /*color: white;*/
}

.header__pc .nav__global .menu li.parent > a:hover:before {
    color: #8bb2eb;
}

/* .header__pc .nav__global .menu li.parent:nth-of-type(1) a:before { content: 'SOLUTION'; }
.header__pc .nav__global .menu li.parent:nth-of-type(2) a:before { content: 'SERVICE'; }
.header__pc .nav__global .menu li.parent:nth-of-type(3) a:before { content: 'WORKS'; }
.header__pc .nav__global .menu li.parent:nth-of-type(4) a:before { content: 'COMPANY'; } */
.header__pc .nav__global .menu-item-has-children > .sub-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    background: #16478e;
}

.header__pc .nav__global .menu .sub-menu li {
    margin-right: 2em;
}

.header__pc .nav__global .menu .sub-menu a {
    position: relative;
    min-width: auto;
}

/*.header__pc .nav__global .menu .sub-menu a:before {*/
/*    content: '/' !important;*/
/*    position: absolute;*/
/*    left: 0;*/
/*}*/

.header__pc .nav__global .menu .sub-menu a:hover {
    background: transparent;
    color: #00a4dc;
}

/*.header__pc .mega_menu {*/
/*    position: absolute;*/
/*    background: white;*/
/*    max-width: 1200px;*/
/*    width: 90vw;*/
/*    top: 130px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    -moz-transition: 0.5s;*/
/*    -webkit-transition: 0.5s;*/
/*    -ms-transition: 0.5s;*/
/*    transition: 0.5s;*/
/*    height: 0;*/
/*    overflow: hidden;*/
/*}*/

/*.home .header__pc .mega_menu {*/
/*    !*top: 185px;*!*/
/*}*/

/*.header__pc .mega_menu .menu_heading {*/
/*    width: 250px;*/
/*    min-height: 170px;*/
/*    background: #141d2a;*/
/*    font-size: 20px;*/
/*    font-weight: 500;*/
/*    color: white;*/
/*    text-align: center;*/
/*    line-height: 1.6;*/
/*    display: grid;*/
/*    place-content: center;*/
/*    display: none;*/
/*}*/

/*.header__pc .mega_menu .menu_heading .menu_heading_sub {*/
/*    font-size: 14px;*/
/*    !*margin: 40px auto 5px;*!*/
/*}*/

/*.header__pc .mega_menu .menu_content {*/
/*    !*width: calc(100% - 250px);*!*/
/*    align-self: center;*/
/*    padding: 18px 0;*/
/*}*/

/*.header__pc .mega_menu .sub-menu {*/
/*    position: relative;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -ms-flex-wrap: wrap;*/
/*    -webkit-flex-wrap: wrap;*/
/*    flex-wrap: wrap;*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*    top: 0;*/
/*}*/

/*.header__pc .mega_menu .sub-menu li {*/
/*    padding: 8px 0;*/
/*    margin-right: 16px;*/
/*    height: auto;*/
/*}*/

/*.header__pc .mega_menu .sub-menu li a {*/
/*    font-size: 16px;*/
/*    font-weight: bold;*/
/*    color: black;*/
/*    position: relative;*/
/*    line-height: 1.3;*/
/*    padding: 0 0 0 10px;*/
/*    margin-left: 30px;*/
/*    background: none;*/
/*}*/

/*.header__pc .mega_menu_in {*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*}*/

/*.header__pc .menu-item-has-children:hover .mega_menu {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*    height: auto;*/
/*}*/

/*.header__pc .menu-item-has-children.depth_1 {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*}*/

/*.header__pc .menu-item-has-children.depth_1:nth-child(1) {*/
/*    margin-top: 10px;*/
/*}*/

/*.header__pc .menu-item-has-children.depth_1 > a {*/
/*    width: 10em;*/
/*    flex-shrink: 0;*/
/*    pointer-events: none;*/
/*}*/

/*.header__pc .menu-item-has-children.depth_1 > a:before {*/
/*    display: none;*/
/*}*/

/*.header__pc .menu-item-has-children.depth_1 .mega_menu {*/
/*    position: relative;*/
/*    top: 0 !important;*/
/*    left: 0;*/
/*    transform: translateX(0);*/
/*    width: auto;*/
/*}*/

/*.header__pc .menu-item-has-children.depth_1 .mega_menu .menu_heading {*/
/*    display: none;*/
/*}*/

/*.header__pc .menu-item-has-children.depth_1 .mega_menu .menu_content {*/
/*    padding: 0;*/
/*    width: 100%;*/
/*}*/

/*.header__pc .menu-item-has-children.depth_1 .mega_menu .sub-menu li a {*/
/*    font-size: 15px;*/
/*}*/

#topics-bar {
    height: 80px;
    background: #141d2a;
    position: relative;
}

#topics-bar:before {
    content: "";
    position: absolute;
    background: #16478e;
    width: calc((100% - 1200px) / 2 + 56px);
    height: 100%;
    left: 0;
}

#topics-bar .topics-bar-inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 80px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

#topics-bar .topics-bar-inner a:hover {
    color: #fff;
}

#topics-bar h2 {
    position: relative;
    font-size: 16px;
    color: #00a4dc;
    z-index: 100;
    background: #16478e;
    padding-right: 60px;
    padding-left: 10px;
}

#topics-bar h2:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 60px 80px 0;
    border-color: transparent #141d2a transparent transparent;
}

#topics-bar .topics-row {
    color: #fff;
    flex-grow: 2;
}

#topics-bar .topics-row a:hover {
    color: #fff;
}

#topics-bar .topics-row .date {
    margin-right: 1em;
}

#topics-bar .more {
    color: #00a4dc;
    padding-right: 10px;
}

@media only screen and (max-width: 1069px) {
    #topics-bar {
        height: 40px;
    }
}

@media only screen and (max-width: 1069px) {
    #topics-bar .topics-bar-inner {
        line-height: 40px;
    }
}

@media only screen and (max-width: 1069px) {
    #topics-bar h2 {
        font-size: 13px;
        padding-left: 20px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 1069px) {
    #topics-bar h2:after {
        border-width: 0 30px 40px 0;
    }
}

@media only screen and (max-width: 1069px) {
    #topics-bar .topics-row {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    #topics-bar .topics-row {
        display: none;
    }
}

@media only screen and (max-width: 1069px) {
    #topics-bar .more {
        font-size: 11px;
    }
}

.topics-row-sp {
    display: none;
    line-height: 1.8em;
    border-bottom: 1px solid #a0a0a0;
    margin: 0 20px;
    padding: 15px 15px 20px;
}

.topics-row-sp a {
    font-size: 13px;
}

.topics-row-sp .date {
    display: block;
    font-weight: 600;
}

@media only screen and (max-width: 1069px) {
    .topics-row-sp {
        display: block;
    }
}

.page__header-custom-image {
    height: 30vw;
    max-height: 480px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.page__header-custom-image .page__header-inner {
    width: 1060px;
    max-width: 92%;
    margin: 0 auto;
    overflow: hidden;
}

.page__header-custom-image .page__header-inner h2 {
    font-size: 36px;
    margin-top: 6.625vw;
}

.page__header-custom-image .page__header-inner h2 .sub-title {
    display: block;
    font-size: 24px;
    margin-top: 2.375vw;
}

@media only screen and (max-width: 768px) {
    .page__header-custom-image .page__header-inner h2 .sub-title {
        margin-top: 20px;
    }
}

.page__header-custom-image .page__header-inner .page__header-archive-title {
    margin-top: 13.75vw;
    text-align: center;
}

.page__header-custom-image .page__header-inner .header-description {
    font-size: 16px;
    font-weight: bold;
    width: 93%;
    line-height: 2em;
    margin-top: 3.5vw;
}

@media only screen and (max-width: 768px) {
    .page__header-custom-image .page__header-inner .header-description {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .page__header-custom-image {
        height: 440px;
        background-size: cover !important;
    }
}

@media only screen and (max-width: 991px) {
    .page__header-custom-image .page__header-inner {
        padding: 60px 20px;
        width: 65%;
        margin-left: 2em;
    }
}

@media only screen and (max-width: 768px) {
    .page__header-custom-image .page__header-inner {
        width: auto;
        margin: 0 auto;
        padding: 60px 12px 0;
    }
}

@media only screen and (max-width: 991px) {
    .page__header-custom-image .page__header-inner h2 {
        margin-top: 60px;
        font-size: 25px;
    }
}

@media only screen and (max-width: 768px) {
    .page__header-custom-image .page__header-inner h2 {
        margin-top: 0;
        line-height: 1.2;
    }
}

@media only screen and (min-width: 1600px) {
    .page__header-custom-image .page__header-inner h2 {
        margin-top: 106px;
    }
}

@media only screen and (min-width: 1600px) {
    .page__header-custom-image .page__header-inner h2 .sub-title {
        margin-top: 38px;
    }
}

@media only screen and (max-width: 991px) {
    .page__header-custom-image .page__header-inner h2 .sub-title {
        font-size: 15px;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .page__header-custom-image .page__header-inner h2 .sub-title {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 1600px) {
    .page__header-custom-image .page__header-inner .page__header-archive-title {
        margin-top: 220px;
    }
}

@media only screen and (max-width: 991px) {
    .page__header-custom-image .page__header-inner .page__header-archive-title {
        margin-top: 162px;
        white-space: nowrap;
    }
}

@media only screen and (min-width: 1600px) {
    .page__header-custom-image .page__header-inner .header-description {
        margin-top: 56px;
    }
}

@media only screen and (max-width: 991px) {
    .page__header-custom-image .page__header-inner .header-description {
        font-size: 13px;
        width: auto;
        margin-top: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .archive .page__header-custom-image .page__header-inner {
        width: 100%;
    }
}

.page__header-title {
    font-size: 22px;
}

@media only screen and (max-width: 991px) {
    .page__header-title {
        font-size: 18px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 991px) {
    .page__header {
        margin-top: 25.7px;
    }

    .page__header-inner {
        padding: 10px 20px;
    }
}

/************* bread_crumb *************/
#bread_crumb {
    background: #fff !important;
}

#bread_crumb ul li {
    color: #666;
    font-size: 13px;
    margin: 0 0 0 20px;
}

#bread_crumb ul li.home a {
    font-size: 0;
}

#bread_crumb ul li.home a:before {
    content: "";
    background: url("img/icon_home.png") no-repeat;
    width: 21px;
    height: 16px;
}

#bread_crumb ul li a {
    color: #666;
}

#bread_crumb ul li:after {
    content: '＞';
    color: #666;
    font-size: 13px;
}

@media only screen and (max-width: 991px) {
    #bread_crumb {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        background: #004198 !important;
        padding: 0px 20px;
    }
}

@media only screen and (max-width: 991px) {
    #bread_crumb ul {
        margin: 0;
    }
}

@media only screen and (max-width: 991px) {
    #bread_crumb ul li {
        color: #fff;
        font-size: 8px;
        line-height: 25px;
        margin: 0 0 0 20px;
        padding-right: 0;
        display: inline-block;
        vertical-align: middle;
    }
}

@media only screen and (max-width: 991px) {
    #bread_crumb ul li.home {
        margin-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    #bread_crumb ul li.home a {
        float: none;
    }
}

@media only screen and (max-width: 991px) {
    #bread_crumb ul li.home a:before {
        background: url("img/icon_home_sp.png") no-repeat;
        background-size: contain;
        width: 15px;
        height: 10px;
        top: 3px;
    }
}

@media only screen and (max-width: 991px) {
    #bread_crumb ul li a {
        color: #fff;
    }
}

@media only screen and (max-width: 991px) {
    #bread_crumb ul li:after {
        color: #fff;
        font-size: 8px;
        top: -1px;
        left: -14px;
    }
}

/************* Nav *************/
@media only screen and (max-width: 991px) {
    .nav__global .menu {
        top: 0;
        background: #00a4dc;
        padding-top: 54px;
    }
}

.nav__global .menu > li {
    position: initial;
}

.nav__global .menu > li.nav-btn-contact a, .nav__global .menu > li.nav-btn-tel a, .nav__global .menu > li.nav-btn-file a {
    display: block;
    margin: 0 auto;
    padding-left: 0;
    width: 88.88%;
    height: 50px;
    line-height: 50px;
    background: #022469;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.nav__global .menu > li.nav-btn-contact a:before {
    content: '';
    position: absolute;
    width: 23px;
    height: 17px;
    background: url("img/icon_mail.png") no-repeat;
    background-size: contain;
    left: 45px;
    top: calc(50% - 9px);
}

.nav__global .menu > li.nav-btn-tel a:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: url("img/icon_headert_tel.png") center center no-repeat;
    background-size: contain;
    left: 45px;
    top: calc(50% - 11px);
}

.nav__global .menu > li.nav-btn-file a:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 28px;
    background: url("img/icon_sp_manu_faile.png") center center no-repeat;
    background-size: contain;
    left: 45px;
    top: calc(50% - 13px);
}

.nav__global .menu > li > a {
    font-size: 15px;
    padding: 0;
}

.nav__global .menu > li > a:hover {
    color: #8bb2eb;
}

@media only screen and (max-width: 991px) {
    .nav__global .menu > li {
        margin-bottom: 28px;
    }
}

@media only screen and (max-width: 991px) {
    .nav__global .menu > li > a {
        font-size: 18px;
        padding-left: 36px;
    }
}

@media only screen and (max-width: 991px) {
    .nav__global .menu > li > a:hover {
        color: #fff;
        background: #8cc6da;
    }
}

@media only screen and (max-width: 991px) {
    .nav__global .menu .sub-menu {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    .nav__global .menu .sub-menu li {
        padding: 0;
    }
}

@media only screen and (max-width: 991px) {
    .nav__global .menu .sub-menu li a {
        font-size: 13px;
        padding: 6px 8px 6px 48px;
    }
}

@media only screen and (max-width: 991px) {
    .nav__global .menu .sub-menu li a:before {
        content: '/';
        margin-right: 10px;
    }

    .nav__global .menu .sub-menu li.menu-item-has-children > a:before {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .nav__global .menu .menu-item-has-children > a > span {
        display: none;
    }
}

/************* Index Content *************/
@media only screen and (min-width: 1600px) {
    .home #main {
        background-size: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .home #main {
        padding-bottom: 180px;
    }
}

#index_content__service {
    text-align: center;
}

#index_content__service h2 {
    font-size: 100px;
    margin-bottom: 40px;
    color: #141d2a;
}

#index_content__service h2 .sub-ttl {
    display: block;
    font-size: 30px;
    margin-top: 14px;
}

#index_content__service .desc {
    font-size: 18px;
    font-weight: 600;
    line-height: 2em;
    margin-bottom: 72px;
}

#index_content__service .desc .link-text {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 2em;
}

@media only screen and (max-width: 991px) {
    #index_content__service .desc .link-text {
        font-size: 1.2em;
    }
}

#index_content__service .desc .link-text:hover {
    color: #16478e;
}

@media only screen and (max-width: 991px) {
    #index_content__service h2 {
        font-size: 50px;
        margin-bottom: 34px;
    }
}

@media only screen and (max-width: 991px) {
    #index_content__service h2 .sub-ttl {
        font-size: 14px;
        margin-top: 8px;
    }
}

@media only screen and (max-width: 991px) {
    #index_content__service .desc {
        font-size: 1em;
        font-weight: 500;
        margin-bottom: 22px;
    }
}

.index_content__service_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .index_content__service_list {
        width: auto;
    }
}

.index_content__service_list li {
    margin: 20px 40px;
}

@media only screen and (max-width: 991px) {
    .index_content__service_list li {
        width: 23.7%;
        margin-top: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .index_content__service_list li {
        width: 40%;
        margin: 20px 4%;
    }
}

.index_content__service_list li figure {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #16478e;
}

.index_content__service_list li figure:hover figcaption {
    top: 0;
    left: 0;
}

.index_content__service_list li figcaption {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (max-width: 991px) {
    /*     .index_content__service_list li:nth-child(3n + 1) { margin-left: 0; }  */
}

@media only screen and (max-width: 479px) {
    .index_content__service_list li {
        width: 45.7%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }

    .index_content__service_list li:nth-child(4n + 1) {
        margin-left: 1.5%;
    }
}

@media only screen and (max-width: 991px) {
    .index_content__service_list li figure {
        border: 1px solid #16478e;
    }
}

#index_content__works {
    background-color: #fafafa;
    background-image: url("img/bg_image_works.png");
    background-repeat: no-repeat;
    background-position: right top;
    padding-top: 80px;
    padding-bottom: 130px;
}

#index_content__works h2 {
    font-size: 100px;
    margin-bottom: 50px;
    color: #141d2a;
    text-align: center;
}

#index_content__works h2 .sub-ttl {
    display: block;
    font-size: 30px;
    margin-top: 14px;
}

#index_content__works .category-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    #index_content__works .category-list {
        display: none;
    }
}

#index_content__works .category-list li {
    font-weight: bold;
    margin: 10px;
}

#index_content__works .category-list li.current {
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    #index_content__works .category-list li.current {
        width: 90%;
        max-width: 320px;
    }
}

#index_content__works .category-list li a {
    display: inline-block;
    color: #141d2a;
    text-align: center;
    border: 1px solid #141d2a;
    padding: 8px 30px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    min-width: 230px;
}

#index_content__works .category-list li a:hover {
    background: #141d2a;
    color: #fff;
}

#index_content__works .category-list li.current a {
    background: #141d2a;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    #index_content__works {
        padding-top: 46px;
        padding-bottom: 56px;
        background-size: 160%;
    }
}

@media only screen and (max-width: 991px) {
    #index_content__works h2 {
        font-size: 50px;
        margin-bottom: 34px;
    }
}

@media only screen and (max-width: 991px) {
    #index_content__works h2 .sub-ttl {
        font-size: 14px;
        margin-top: 8px;
    }
}

@media only screen and (max-width: 991px) {
    #index_content__works .category-list li {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 16px;
        width: 90%;
        max-width: 320px;
    }
}

@media only screen and (max-width: 991px) {
    #index_content__works .category-list li a {
        padding: 8px 0;
        width: 100%;
        text-align: center;
        font-size: 12px;
    }
}

#index_content__project {
    background: #16478e url("img/bg_image_project.png") no-repeat;
    padding-top: 82px;
    position: relative;
}

#index_content__project:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: #fff;
    z-index: 1;
}

#index_content__project h2 {
    font-size: 100px;
    margin-bottom: 84px;
    color: #fff;
}

#index_content__project h2 .sub-ttl {
    display: block;
    font-size: 30px;
    margin-top: 8px;
    line-height: 1.5em;
}

#index_content__project .desc {
    font-size: 18px;
    font-weight: 600;
    line-height: 2em;
    color: #fff;
    margin-bottom: 72px;
}

#index_content__project .inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 10;
}

#index_content__project .inner .title-content {
    width: 455px;
}

#index_content__project .inner .project-content {
    width: calc(100% - 455px);
    margin-left: 45px;
}

#index_content__project .inner .project-content .project-list li {
    background: #ebebeb;
    width: 100%;
    margin-bottom: 27px;
    padding: 40px 50px;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

#index_content__project .inner .project-content .project-list li:hover a {
    opacity: 1;
}

#index_content__project .inner .project-content .project-list li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(20, 29, 42, 0.7);
    color: #fff;
    text-align: center;
    line-height: 302px;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

#index_content__project .inner .project-content .project-list li h3 {
    font-size: 30px;
    color: #16478e;
}

#index_content__project .inner .project-content .project-list li h3 .sub-ttl {
    font-size: 18px;
    color: #000;
    line-height: 1.5em;
    display: block;
    margin-bottom: 8px;
}

#index_content__project .inner .project-content .project-list li .l-content {
    width: 49.68%;
}

#index_content__project .inner .project-content .project-list li .l-content p {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 500;
}

#index_content__project .inner .project-content .project-list li .r-content {
    width: 40.9%;
    position: relative;
}

#index_content__project .inner .project-content .project-list li .r-content img {
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
}

@media only screen and (max-width: 991px) {
    #index_content__project {
        padding-top: 48px;
    }
}

@media only screen and (max-width: 991px) {
    #index_content__project:after {
        display: none;
    }
}

@media only screen and (max-width: 1139px) {
    #index_content__project h2 {
        margin-bottom: 34px;
    }
}

@media only screen and (max-width: 991px) {
    #index_content__project h2 {
        font-size: 50px;
        margin-bottom: 34px;
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    #index_content__project h2 .sub-ttl {
        font-size: 14px;
        margin-top: 8px;
    }
}

@media only screen and (max-width: 1139px) {
    #index_content__project .desc {
        margin-bottom: 34px;
    }
}

@media only screen and (max-width: 991px) {
    #index_content__project .desc {
        font-size: 13px;
        font-weight: 500;
        line-height: 1.75em;
        margin-bottom: 22px;
        text-align: center;
    }
}

@media only screen and (max-width: 1139px) {
    #index_content__project .inner {
        display: block;
    }
}

@media only screen and (max-width: 1139px) {
    #index_content__project .inner .title-content {
        width: 100%;
    }
}

@media only screen and (max-width: 1139px) {
    #index_content__project .inner .project-content {
        width: 100%;
        margin-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    #index_content__project .inner .project-content .project-list li {
        display: block;
        padding: 20px 28px;
    }
}

@media only screen and (max-width: 991px) {
    #index_content__project .inner .project-content .project-list li h3 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 991px) {
    #index_content__project .inner .project-content .project-list li h3 .sub-ttl {
        font-size: 14px;
        margin-bottom: 14px;
    }
}

@media only screen and (max-width: 1139px) {
    #index_content__project .inner .project-content .project-list li .l-content {
        width: calc(100% - 247px - 40px);
    }
}

@media only screen and (max-width: 991px) {
    #index_content__project .inner .project-content .project-list li .l-content {
        width: 100%;
    }
}

@media only screen and (max-width: 1139px) {
    #index_content__project .inner .project-content .project-list li .r-content {
        width: 247px;
        height: 235px;
    }
}

@media only screen and (max-width: 991px) {
    #index_content__project .inner .project-content .project-list li .r-content {
        width: 100%;
        height: auto;
        margin-top: 20px;
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    #index_content__project .inner .project-content .project-list li .r-content img {
        position: relative;
        left: auto;
        bottom: auto;
        transform: none;
    }
}

#index_content_news {
    margin-top: 100px;
}

#index_content_news .content_news__headline {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1050px;
    margin: 0 auto 24px;
}

#index_content_news .content_news__headline h2 {
    font-size: 26px;
    color: #16478e;
    margin-bottom: 0;
}

#index_content_news .content_news__headline h2 .jp-ttl {
    font-size: 18px;
    color: #000;
    margin-left: 20px;
}

#index_content_news .content_news__headline a.more-btn {
    color: #16478e;
    position: relative;
    height: 14px;
    padding-right: 44px;
}

#index_content_news .content_news__headline a.more-btn:hover {
    color: #000;
}

#index_content_news .content_news__headline a.more-btn:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 14px;
    right: 0;
    bottom: 0;
    background: url("img/arrow_blue.png") right bottom no-repeat;
}

#index_content_news .index_content_news__list {
    background: #fafafa;
    border: 1px solid #dcdcdc;
    max-width: 1050px;
    margin: 0 auto;
}

#index_content_news .index_content_news__list article:not(:last-child) {
    border-bottom: 1px solid #dcdcdc;
}

#index_content_news .index_content_news__list article > a {
    display: block;
}

#index_content_news .index_content_news__list article > a:hover {
    background: #fff;
}

#index_content_news .index_content_news__list article .article-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 28px 28px 28px 60px;
}

#index_content_news .index_content_news__list article .date {
    width: 150px;
    font-size: 14px;
    font-weight: bold;
}

#index_content_news .index_content_news__list article .news-body {
    font-size: 14px;
    width: calc(100% - 150px);
    color: #000;
}

#index_content_news .index_content_news__list article .news-body .article__title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

#index_content_news .index_content_news__list article .news-body .article__title + p {
    line-height: 1.6em;
    margin-top: 10px;
}

@media only screen and (max-width: 991px) {
    #index_content_news {
        margin-top: 56px;
    }
}

@media only screen and (max-width: 991px) {
    #index_content_news .content_news__headline h2 {
        font-size: 21px;
    }
}

@media only screen and (max-width: 991px) {
    #index_content_news .content_news__headline h2 .jp-ttl {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    #index_content_news .content_news__headline a.more-btn {
        font-size: 10px;
        height: 10px;
        padding-right: 24px;
    }
}

@media only screen and (max-width: 991px) {
    #index_content_news .content_news__headline a.more-btn:after {
        width: 20px;
        height: 8px;
        background-size: contain;
    }
}

@media only screen and (max-width: 991px) {
    #index_content_news .index_content_news__list article .article-inner {
        display: block;
        padding: 12px 28px;
    }
}

@media only screen and (max-width: 991px) {
    #index_content_news .index_content_news__list article .date {
        font-size: 12px;
    }
}

@media only screen and (max-width: 991px) {
    #index_content_news .index_content_news__list article .news-body {
        font-size: 12px;
        margin-top: 16px;
        width: auto;
    }
}

@media only screen and (max-width: 991px) {
    #index_content_news .index_content_news__list article .news-body .article__title {
        font-size: 12px;
    }
}

.case__list {
    margin: 0;
}

@media only screen and (max-width: 991px) {
    .content__works__list.case__list {
        display: block;
        padding: 0 28px;
    }
}

.content__works__list.case__list .case-item {
    position: relative;
    width: 30%;
    margin-right: 5%;
    border: 1px solid #dcdcdc;
    margin-top: 55px;
    background: #fff;
}

.content__works__list.case__list .case-item:nth-child(3n) {
    margin-right: 0;
}

.content__works__list.case__list .case-item .case-item-inner + a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 29, 42, 0.7);
    color: #fff;
    text-align: center;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.content__works__list.case__list .case-item .case-item-inner + a:hover {
    opacity: 1;
}

.content__works__list.case__list .case-item .case-item-inner + a .visit {
    text-align: center;
    top: 49%;
    display: block;
    position: relative;
}

.content__works__list.case__list .case-item .case-item-inner .image-box {
    text-align: center;
    position: relative;
    width: 100%;
}

.content__works__list.case__list .case-item .case-item-inner .image-box .industry {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    font-weight: bold;
    color: white;
    padding: 5px 16px;
}

.content__works__list.case__list .case-item .case-item-inner .image-box .industry.process {
    background: #178A04;
}

.content__works__list.case__list .case-item .case-item-inner .image-box .industry.product {
    background: #F49608;
}

.content__works__list.case__list .case-item .content-box { /*padding: 16px 20px 24px;*/
    padding: 16px 20px 12px;
    background: #fff;
}

.content__works__list.case__list .case-item .content-box p {
    line-height: 1em;
}

.content__works__list.case__list .case-item .content-box .case__terms {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #212121;
    border: 1px solid #bfbfbf;
    border-radius: 20px;
    padding: 6px 10px;
    margin-bottom: 5px;
}

.content__works__list.case__list .case-item .content-box div.case__terms {
    margin-right: 3px;
}

.content__works__list.case__list .case-item .content-box a.case__terms:hover {
    background: #16478e;
    color: #fff;
}

.content__works__list.case__list .case-item .content-box .case__title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 4px;
    margin-bottom: 14px;
    padding: 0 0 10px;
    background: none;
    border-bottom: 1px solid #dcdcdc;
    line-height: 1.4;
}

.content__works__list.case__list .case-item .content-box .case__title a:hover {
    color: #16478e;
}

.content__works__list.case__list .case-item .content-box .case__footer {
    color: #605C5C;
}

.content__works__list.case__list .case-item .content-box .case__footer-title {
    font-size: 15px;
    font-weight: bold;
}

.content__works__list.case__list .case-item .content-box .case__url {
    font-size: 12px;
    color: #16478e;
    /*border-bottom: 1px solid #dcdcdc;*/
    /*padding-bottom: 18px;*/
    margin-bottom: 0;
}

.content__works__list.case__list .case-item .content-box .case__desc {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 12px;
    margin-bottom: 8px;
    /*padding-bottom: 12px;*/
    /*border-bottom: 1px solid #dcdcdc;*/
}

.content__works__list.case__list .case-item .content-box .case__service {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0;
}

.content__works__list.case__list.archive .case-item {
    margin-top: 0;
}


.content__works__list.case__list .case-item .case__img {
    width: 100%;
    aspect-ratio: 3 / 2;
}

.content__works__list.case__list .case-item .case__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 991px) {
    .content__works__list.case__list .case-item {
        width: 100%;
        margin-right: 0;
        margin-top: 28px;
    }
}

@media only screen and (max-width: 991px) {
    .content__works__list.case__list .case-item .content-box .case__terms {
        font-size: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .content__works__list.case__list .case-item .content-box .case__title {
        font-size: 14px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 991px) {
    .content__works__list.case__list .case-item .content-box .case__url {
        font-size: 10px;
        padding-bottom: 12px;
    }
}

@media only screen and (max-width: 991px) {
    .content__works__list.case__list .case-item .content-box .case__desc {
        font-size: 13px;
    }
}

@media only screen and (max-width: 991px) {
    .content__works__list.case__list .case-item .content-box .case__service {
        font-size: 13px;
    }
}

@media only screen and (max-width: 991px) {
    .content__works__list.case__list.archive .case-item {
        margin-bottom: 20px;
    }
}

#case__archive .content__works__list.case__list .case-item {
    margin-top: 0;
    margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    #case__archive .content__works__list.case__list .case-item:first-of-type {
        margin-top: 40px;
    }
}

.index_content__works__btn {
    margin-top: 50px;
}

.index_content__works__btn .tp-btn {
    display: block;
    width: 370px;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    position: relative;
    border: none;
}

.index_content__works__btn .tp-btn:after {
    position: absolute;
    display: block;
    content: '';
    width: 29px;
    height: 13px;
    background: url("img/arrow_wht.png") no-repeat;
    background-size: contain;
    right: 47px;
    bottom: 19px;
}

.index_content__works__btn .tp-btn:hover {
    background: #707070;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .index_content__works__btn .tp-btn {
        width: 88.88%;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .index_content__works__btn .tp-btn:after {
        width: 15px;
        height: 8px;
        bottom: 10px;
    }
}

.case-carousel {
    width: 100%;
    overflow: hidden;
}

.carousel-navigation {
    position: relative;
    margin-bottom: 100px;
}

@media only screen and (max-width: 991px) {
    .carousel-navigation {
        margin-bottom: 30px;
        display: none;
    }
}

.lightbox .lb-image {
    border: none;
    border-radius: 0;
}

.lb-dataContainer {
    background: #000;
    padding-top: 10px;
    padding-bottom: 8px;
}

/************* Page Content *************/
body:not(.home) .content-wrap {
    padding-top: 48px;
}

@media only screen and (max-width: 991px) {
    body:not(.home) .content-wrap {
        padding-top: 20px;
    }
}

.post_content .page-overview {
    text-align: center;
    width: 1060px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.post_content .page-overview h2 {
    color: #16478e;
    font-size: 30px;
    background: none;
    margin: 0 0 10px 0;
    padding: 10px 0 0 0;
}

.post_content .page-overview h2:before {
    display: none;
}

.post_content .page-overview h2 .icon {
    display: block;
    margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
    .post_content .page-overview h2 .icon {
        margin-bottom: 10px;
    }
}

.post_content .page-overview .overview-txt {
    font-size: 16px;
    line-height: 2em;
    margin-top: 32px;
    color: #111;
}

@media only screen and (max-width: 991px) {
    .post_content .page-overview {
        width: 100%;
        padding: 20px 30px 0;
    }
}

@media only screen and (max-width: 991px) {
    .post_content .page-overview h2 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    .post_content .page-overview h2 .icon img {
        width: 38px;
    }
}

@media only screen and (max-width: 991px) {
    .post_content .page-overview .overview-txt {
        text-align: left;
        font-size: 1em;
        margin-top: 20px;
    }
}

.page-inner {
    width: 1200px;
    max-width: 95%;
    margin: 0 auto;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .page-inner {
        width: 100%;
        padding: 20px 20px 48px;
    }
}

.case-page-overview {
    text-align: center;
    width: 1060px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 1060px) {
    .case-page-overview {
        width: 100%;
    }
}

.case-page-overview .overview-txt {
    font-size: 16px;
    line-height: 2em;
    margin-top: 32px;
    margin-bottom: 1em;
    color: #111;
}

.content-gry {
    background: #e5edf1;
    padding-bottom: 24px;
}

.content-gry.light {
    background: #fafafa;
}

.content-gry .page-inner {
    width: 1060px;
}

.content-gry .page-inner-lg {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .content-gry {
        padding: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .content-gry .page-inner {
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width: 991px) {
    .content-gry .page-inner-lg {
        width: 100%;
        padding: 0;
    }
}

.content-blue {
    background: #16478e;
    padding-bottom: 24px;
    color: #fff;
}

.content-blue .page-inner {
    width: 1060px;
    max-width: 95%;
}

@media only screen and (max-width: 991px) {
    .content-blue .page-inner {
        width: 100%;
        padding: 0;
    }
}

.content-blue .page-inner-lg {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.content-blue .page-section .page-section-title {
    color: #fff;
}

.page-section {
    overflow: hidden;
}

.page-section .page-section-title-wrap {
    text-align: center;
}

.page-section .page-section-title {
    font-size: 30px;
    font-weight: bold;
    color: #141d2a;
    margin: 2.5em 0 2em;
    padding: 0 0 0.7em;
    text-align: center;
    background: none;
    border: none;
    position: relative;
    z-index: 1;
}

.page-section .page-section-title:before {
    content: '';
    position: absolute;
    left: calc(50% - 40px);
    top: 100%;
    width: 80px;
    height: 5px;
    background: #004198;
    border-radius: 2px;
    z-index: -1;
}

.page-section .page-section-title:after {
    display: none;
}

.page-section .page-section-title.sm {
    margin: 36px 0 20px;
}

.page-section .page-section-title.has_pattern {
    padding-top: 50px;
}

@media only screen and (max-width: 991px) {
    .page-section .page-section-title.has_pattern {
        padding-top: 42px;
    }
}

.page-section .page-section-title .section-title_sub_header {
    position: absolute;
    width: 200px;
    top: 0;
    left: calc(50% - 100px);
    font-size: 18px;
    font-weight: bold;
    border-radius: 20px;
}

@media only screen and (max-width: 991px) {
    .page-section .page-section-title .section-title_sub_header {
        font-size: 15px;
        width: 150px;
        left: calc(50% - 75px);
    }
}

.page-section .page-section-title .section-title_sub_header.pattern_1 {
    border: 3px solid #16478e;
    color: #16478e;
    background: #fff;
}

.page-section .page-section-title .section-title_sub_header.pattern_2 {
    border: 3px solid #00a4dc;
    color: #00a4dc;
    background: #fff;
}

.page-section .page-section-title .section-title_sub_header.pattern_3 {
    border: 3px solid #87cd82;
    color: #87cd82;
    background: #fff;
}

.page-section p.desc {
    font-size: 16px;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .page-section .page-section-title {
        font-size: 18px;
        margin: 0 0 1em;
    }

    .page-section .page-section-title:before {
        height: 3px;
    }
}

@media only screen and (max-width: 991px) {
    .page-section .page-section-title.sm {
        margin: 24px 0 20px;
    }
}

@media only screen and (max-width: 991px) {
    .page-section p.desc {
        font-size: 13px;
        text-align: left;
        line-height: 1.8;
        margin-bottom: 1em;
    }
}

.consulting-feature, .service-website, .service-web-consulting {
    margin-bottom: 120px;
}

@media only screen and (max-width: 991px) {
    .consulting-feature, .service-website, .service-web-consulting {
        margin-bottom: 20px;
    }
}

.consulting-feature .media, .service-website .media, .service-web-consulting .media {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media only screen and (max-width: 991px) {
    .consulting-feature .media, .service-website .media, .service-web-consulting .media {
        display: block;
    }
}

.consulting-feature .media:nth-child(2n) > div:nth-child(1), .service-website .media:nth-child(2n) > div:nth-child(1), .service-web-consulting .media:nth-child(2n) > div:nth-child(1) {
    order: 2;
}

.consulting-feature .media:nth-child(2n) > div:nth-child(2), .service-website .media:nth-child(2n) > div:nth-child(2), .service-web-consulting .media:nth-child(2n) > div:nth-child(2) {
    order: 1;
}

.consulting-feature .media > div, .service-website .media > div, .service-web-consulting .media > div {
    width: 50%;
    background: #fff;
}

@media only screen and (max-width: 991px) {
    .consulting-feature .media > div, .service-website .media > div, .service-web-consulting .media > div {
        width: 100%;
    }
}

.consulting-feature .media > div:nth-child(1), .service-website .media > div:nth-child(1), .service-web-consulting .media > div:nth-child(1) {
    padding: 38px 34px;
}

@media only screen and (max-width: 991px) {
    .consulting-feature .media > div:nth-child(1), .service-website .media > div:nth-child(1), .service-web-consulting .media > div:nth-child(1) {
        padding: 18px;
    }
}

.consulting-feature .media .media-title, .service-website .media .media-title, .service-web-consulting .media .media-title {
    color: #16478e;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 14px;
    padding: 0;
    background: none;
    border: none;
}

@media only screen and (max-width: 991px) {
    .consulting-feature .media .media-title, .service-website .media .media-title, .service-web-consulting .media .media-title {
        font-size: 15px;
    }
}

.consulting-feature .media .media-title .num, .service-website .media .media-title .num, .service-web-consulting .media .media-title .num {
    display: block;
    background: #16478e;
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: normal;
    font-size: 50px;
    text-align: center;
    line-height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: 0 auto 26px;
}

@media only screen and (max-width: 991px) {
    .consulting-feature .media .media-title .num, .service-website .media .media-title .num, .service-web-consulting .media .media-title .num {
        line-height: 40px;
        width: 40px;
        font-size: 25px;
        margin: 0 auto 15px;
    }
}

.consulting-feature .media .sub-title, .service-website .media .sub-title, .service-web-consulting .media .sub-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 1em;
    margin-top: 1em;
}

.consulting-feature .media p, .service-website .media p, .service-web-consulting .media p {
    font-size: 16px;
    line-height: 2em;
    color: #000;
    margin: 0;
}

@media only screen and (max-width: 991px) {
    .consulting-feature .media p, .service-website .media p, .service-web-consulting .media p {
        font-size: 13px;
        line-height: 1.8em;
    }
}

.consulting-feature .media .fig, .service-website .media .fig, .service-web-consulting .media .fig {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.consulting-feature .media .fig img, .service-website .media .fig img, .service-web-consulting .media .fig img {
    vertical-align: bottom;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1.3);
}

@media only screen and (max-width: 991px) {
    .consulting-feature .media .fig img, .service-website .media .fig img, .service-web-consulting .media .fig img {
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0) scale(1);
    }
}

.consulting-feature .media .fig .exp, .service-website .media .fig .exp, .service-web-consulting .media .fig .exp {
    font-size: 0.75em;
    margin: 1em 0;
}

.consulting-feature .media.left > div:nth-child(1), .service-website .media.left > div:nth-child(1), .service-web-consulting .media.left > div:nth-child(1) {
    order: 2;
}

.consulting-feature .media.left .fig, .service-website .media.left .fig, .service-web-consulting .media.left .fig {
    order: 1;
}

.service-website {
    margin-bottom: 40px;
}

.service-website .media .media-title {
    margin-top: 20px;
}

@media only screen and (max-width: 991px) {
    .service-website .media .media-title {
        margin-top: 10px;
    }
}

.service-website .customer-list {
    font-size: 0.9em;
    line-height: 2;
    margin: 2em 0;
}

@media only screen and (max-width: 991px) {
    .service-website .customer-list {
        font-size: 0.85em;
        line-height: 1.8;
    }
}

.service-web-consulting {
    margin-bottom: 48px;
    margin-top: 60px;
}

.service-web-consulting .media .fig img {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0);
}

.service-web-consulting .media .media-title {
    font-size: 30px;
    color: #ff0000;
    line-height: 2.5;
}

.service-web-consulting .media ul li {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 1em;
}

.service-web-consulting .media ul li:last-child {
    margin-bottom: 0;
}

.service-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
}

.service-content .card {
    width: 340px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}

.service-content .card .service-content-icon {
    text-align: center;
}

.service-content .card .service-content-icon a:hover img {
    transform: scale(1.05);
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

.service-content .card .service-content-title {
    font-size: 21px;
    font-weight: bold;
    color: #16478e;
    text-align: center;
    border-bottom: 6px solid #16478e;
    margin: 20px 0;
    padding: 0 0 10px;
    background: none;
}

.service-content .card .service-content-title a {
    color: #16478e;
}

.service-content .card .service-content-title a:hover {
    color: #00a4dc;
}

.service-content .card p {
    line-height: 1.875em;
    margin-bottom: 0;
}

.service-content .card .service-content-list {
    margin-left: 1.8em;
    margin-bottom: 10px;
}

.service-content .card .service-content-list li {
    color: #00a4dc;
    font-weight: bold;
}

.service-content .card .detail_link {
    margin-top: auto;
}

.service-content .card .detail_link a {
    display: block;
    margin: 0 auto;
    background: #08254f;
    width: 90%;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.service-content .card .detail_link a:hover {
    background: #004198;
}

.service-content.center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.service-content.center .card {
    width: 33.33%;
    padding: 0 24px;
}

@media only screen and (max-width: 991px) {
    .service-content.center .card {
        width: 100%;
        padding: 0;
    }
}

@media only screen and (max-width: 991px) {
    .service-content {
        display: block;
        font-size: 13px;
    }
}

@media only screen and (max-width: 991px) {
    .service-content .card {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .service-content .card .service-content-icon img {
        width: 60px;
    }
}

@media only screen and (max-width: 991px) {
    .service-content .card .service-content-title {
        font-size: 15px;
        margin: 10px 0;
        padding: 0 0 5px;
    }
}

.btn-show-case {
    display: block;
    background: #08254f;
    font-size: 16px;
    color: #fff !important;
    width: 500px;
    line-height: 80px;
    text-align: center;
    margin: 2em auto;
    position: relative;
}

.btn-show-case:after {
    content: "";
    position: absolute;
    width: 29px;
    height: 14px;
    background: url("img/arrow_wht.png") no-repeat;
    right: 50px;
    bottom: 25px;
}

.btn-show-case:hover {
    background: #004198;
}

@media only screen and (max-width: 991px) {
    .btn-show-case {
        width: 100%;
        height: 44px;
        max-width: 500px;
        font-size: 13px;
        line-height: 1.2;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (max-width: 991px) {
    .btn-show-case:after {
        display: none;
    }
}

.btn-tp-demo {
    display: block;
    background: #08254f;
    font-size: 16px;
    color: #fff !important;
    width: 420px;
    line-height: 68px;
    text-align: center;
    margin: 3em auto;
    padding-left: 30px;
    position: relative;
}

.btn-tp-demo:before {
    content: "";
    position: absolute;
    width: 29px;
    height: 27px;
    background: url("img/icon_pc.png") no-repeat;
    left: 109px;
    bottom: 20px;
}

.btn-tp-demo:hover {
    background: #004198;
}

@media only screen and (max-width: 991px) {
    .btn-tp-demo {
        width: 100%;
        max-width: 420px;
        font-size: 14px;
        line-height: 44px;
        padding-left: 8%;
    }
}

@media only screen and (max-width: 991px) {
    .btn-tp-demo:before {
        width: 25px;
        height: 23px;
        background-size: contain;
        left: 20%;
        bottom: 10px;
    }
}

.btn-style01 {
    display: block;
    background: #08254f;
    font-size: 16px;
    color: #fff !important;
    width: 88.88%;
    line-height: 68px;
    text-align: center;
    margin: 24px auto 0;
    position: relative;
}

.btn-style01 .em {
    font-weight: bold;
    color: #00a4dc;
}

.btn-style01:hover {
    background: #004198;
}

@media only screen and (max-width: 991px) {
    .btn-style01 {
        font-size: 11px;
        width: 100%;
        margin: 12px auto 0;
        line-height: 1;
        padding: 14px 0;
    }
}

.post_content .seika-dilemma {
    margin-top: 72px;
}

.post_content .seika-dilemma > h3 {
    font-size: 24px;
    font-weight: bold;
    color: #00a4dc;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
}

.post_content .seika-dilemma > h3:before, .post_content .seika-dilemma > h3:after {
    display: none;
}

.post_content .seika-dilemma .dilemma-list {
    width: 650px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.post_content .seika-dilemma .dilemma-list:before {
    content: "";
    position: absolute;
    width: 138px;
    height: 130px;
    background: url("img/shakehand.png") no-repeat;
    bottom: 0;
    left: calc(50% - 69px);
    background-size: 100%;
}

.post_content .seika-dilemma .dilemma-list li {
    list-style: none;
    width: 258px;
}

.post_content .seika-dilemma .dilemma-list li .title {
    font-size: 20px;
    font-weight: bold;
    color: #16478e;
    line-height: 1;
    margin-top: 34px;
    margin-bottom: 14px;
}

.post_content .seika-dilemma .dilemma-list li .face {
    margin-bottom: 3px;
}

.post_content .seika-dilemma .dilemma-list li .content {
    background: #abd3eb;
    color: #000;
    font-size: 16px;
    border-radius: 15px;
    padding: 20px;
    height: 230px;
}

.post_content .three-reason {
    width: 910px;
    margin: 0 auto;
}

.post_content .three-reason .three-reason-title {
    font-size: 24px;
    font-weight: bold;
    color: #00a4dc;
    padding: 0;
    background: none;
    border: none;
}

.post_content .three-reason ul {
    margin: 48px 0 72px;
}

.post_content .three-reason ul li {
    font-size: 20px;
    font-weight: bold;
    list-style: none;
    line-height: 1em;
    position: relative;
    margin-bottom: 40px;
    padding-left: 108px;
}

.post_content .three-reason ul li:nth-child(1):before {
    content: '01';
}

.post_content .three-reason ul li:nth-child(2):before {
    content: '02';
}

.post_content .three-reason ul li:nth-child(3):before {
    content: '03';
}

.post_content .three-reason ul li:before {
    position: absolute;
    font-size: 40px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    color: #16478e;
    display: inline-block;
    vertical-align: middle;
    left: 0;
}

.post_content .three-reason ul li:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 28px;
    background: url("img/arrow_3reason.png") no-repeat;
    left: 66px;
    top: -4px;
}

@media only screen and (max-width: 991px) {
    .post_content .seika-dilemma {
        margin-top: 0;
    }
}

@media only screen and (max-width: 991px) {
    .post_content .seika-dilemma > h3 {
        font-size: 15px;
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 991px) {
    .post_content .seika-dilemma .dilemma-list {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .post_content .three-reason {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .post_content .three-reason .three-reason-title {
        font-size: 15px;
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    .post_content .three-reason ul {
        margin: 0;
    }
}

@media only screen and (max-width: 991px) {
    .post_content .three-reason ul li {
        font-size: 13px;
        font-weight: normal;
        padding-left: 54px;
        margin-bottom: 13px;
    }
}

@media only screen and (max-width: 991px) {
    .post_content .three-reason ul li:before {
        font-size: 20px;
        top: calc(50% - 6px);
    }
}

@media only screen and (max-width: 991px) {
    .post_content .three-reason ul li:after {
        width: 11px;
        height: 14px;
        background-size: contain;
        left: 32px;
        top: calc(50% - 7px);
    }
}

.card-list__01 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.card-list__01.col-4 .card {
    width: 21.25%;
    margin-right: 5%;
}

.card-list__01.col-4 .card:last-child {
    margin-right: 0;
}

.card-list__01 .card {
    background: #08254f;
}

.card-list__01 .card .image img {
    width: 100%;
    height: auto;
}

.card-list__01 .card .detail {
    color: #fff;
    line-height: 2em;
    padding: 16px;
}

.card-list__01 .card .card-title {
    font-size: 16px;
}

.card-list__01 .card p {
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .card-list__01 {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 991px) {
    .card-list__01.col-4 .card {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 991px) {
    .card-list__01.col-4 .card:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .card-list__01 .card .card-title {
        font-size: 13px;
    }
}

@media only screen and (max-width: 991px) {
    .card-list__01 .card p {
        font-size: 11px;
        letter-spacing: -0.05em;
    }
}

.post_content .customer-list__01 {
    font-size: 0;
}

.post_content .customer-list__01 .customer-list__01-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    background: none;
    border: none;
}

.post_content .customer-list__01 .customer-list__01-title .sub-title {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    margin-left: 1em;
}

.post_content .customer-list__01 .customer {
    display: inline-block;
    vertical-align: top;
    width: 570px;
}

.post_content .customer-list__01 .customer:first-of-type {
    margin-right: 60px;
}

.post_content .customer-list__01 .customer .customer-title {
    font-size: 18px;
    font-weight: bold;
    color: #16478e;
    border-bottom: 2px solid #08254f;
    margin: 0;
    padding-bottom: 20px;
    padding-top: 0;
}

.post_content .customer-list__01 .customer p {
    font-size: 16px;
    line-height: 2em;
}

.post_content .web_marketing_flow {
    width: 970px;
    margin-left: auto;
    margin-right: auto;
}

.post_content .web_marketing_flow .web_marketing-title {
    font-size: 24px;
    font-weight: bold;
    color: #00a4dc;
    background: none;
    border: none;
}

.post_content .web_marketing_flow .flow {
    margin-left: 0;
}

.post_content .web_marketing_flow .flow li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    border: 2px solid #004198;
    height: 80px;
    margin-bottom: 40px;
}

.post_content .web_marketing_flow .flow li .step {
    background: #004198;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width: 158px;
    height: 100%;
    text-align: center;
}

.post_content .web_marketing_flow .flow li .step .num {
    font-size: 30px;
    margin-left: 14px;
}

.post_content .web_marketing_flow .flow li .head {
    width: 230px;
    font-size: 22px;
    font-weight: bold;
    padding-left: 18px;
}

.post_content .web_marketing_flow .flow li .desc {
    font-size: 16px;
    line-height: 1.5em;
}

.post_content .degital_marketing-overview .degital_marketing-overview-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
    background: none;
    border: none;
}

.post_content .degital_marketing-overview .degital_marketing-overview-title:before, .post_content .degital_marketing-overview .degital_marketing-overview-title:after {
    display: none;
}

.post_content .degital_marketing-overview .degital_marketing_read {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.post_content .degital_marketing-overview .degital_marketing_read_header, .post_content .degital_marketing-overview .degital_marketing_read_body {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.post_content .degital_marketing-overview .degital_marketing_read_header .read_item_title {
    background: #7d7d7d;
    color: #fff;
    width: 50%;
    border-bottom: none;
    font-size: 18px;
    padding: 0;
    line-height: 36px;
    position: relative;
}

.post_content .degital_marketing-overview .degital_marketing_read_header .read_item_title:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 0 18px 20px;
    border-color: transparent transparent transparent #7d7d7d;
    top: 0;
    left: 100%;
    z-index: 2;
}

.post_content .degital_marketing-overview .degital_marketing_read_header .read_item_title:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 0 22px 24px;
    border-color: transparent transparent transparent #fff;
    top: -4px;
    right: calc(100% - 24px);
    z-index: 1;
}

.post_content .degital_marketing-overview .read_item {
    width: 50%;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

.post_content .degital_marketing-overview .read_item ul { /*margin-bottom: 0;*/
}

.post_content .degital_marketing-overview .read_item li {
    line-height: 1.5;
}

.post_content .degital_marketing-overview .read_footer {
    color: #cc0000;
    font-weight: bold;
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.post_content .degital_marketing-overview .read_footer:before, .post_content .degital_marketing-overview .read_footer:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.post_content .degital_marketing-overview .read_footer:before {
    border-width: 10px 15px 10px 0;
    border-color: transparent #cc0000 transparent transparent;
    left: 0;
    top: -2px;
}

.post_content .degital_marketing-overview .read_footer:after {
    border-width: 10px 0 10px 15px;
    border-color: transparent transparent transparent #cc0000;
    right: 0;
    top: -2px;
}

.post_content .degital_marketing-overview .read_footer .line-left {
    position: absolute;
    width: calc(50% - 12em);
    height: 4px;
    background: #cc0000;
    left: 3px;
    top: calc(50% - 2px);
}

.post_content .degital_marketing-overview .read_footer .line-right {
    position: absolute;
    width: calc(50% - 12em);
    height: 4px;
    background: #cc0000;
    right: 3px;
    top: calc(50% - 2px);
}

.post_content .point-degital_marketing {
    width: 1060px;
    margin: 0 auto;
}

@media only screen and (max-width: 991px) {
    .post_content .customer-list__01 .customer-list__01-title {
        font-size: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .post_content .customer-list__01 .customer-list__01-title .sub-title {
        font-size: 11px;
    }
}

@media only screen and (max-width: 991px) {
    .post_content .customer-list__01 .customer {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .post_content .customer-list__01 .customer:first-of-type {
        margin-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .post_content .customer-list__01 .customer .customer-title {
        font-size: 13px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .post_content .customer-list__01 .customer p {
        font-size: 13px;
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 991px) {
    .post_content .web_marketing_flow {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .post_content .web_marketing_flow .web_marketing-title {
        font-size: 15px;
        margin: 0;
    }
}

@media only screen and (max-width: 991px) {
    .post_content .web_marketing_flow .flow li {
        height: auto;
        align-items: stretch;
        border-width: 1px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .post_content .web_marketing_flow .flow li .step {
        font-size: 10px;
        width: 70px;
        height: auto;
    }
}

@media only screen and (max-width: 991px) {
    .post_content .web_marketing_flow .flow li .step .num {
        font-size: 15px;
        margin-left: 5px;
    }
}

@media only screen and (max-width: 991px) {
    .post_content .web_marketing_flow .flow li .head {
        font-size: 12px;
        width: 8.5em;
        padding-left: 6px;
    }
}

@media only screen and (max-width: 991px) {
    .post_content .web_marketing_flow .flow li .desc {
        font-size: 12px;
        width: calc(100% - 70px - 8.5em);
        padding: 5px 8px 5px 0;
    }
}

@media only screen and (max-width: 991px) {
    .post_content .degital_marketing-overview .degital_marketing_read {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .post_content .degital_marketing-overview .read_footer {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .post_content .degital_marketing-overview .degital_marketing_read_header {
        margin-right: 20px;
    }

    .post_content .degital_marketing-overview .degital_marketing_read_header .read_item_title {
        font-size: 12px;
        padding-left: 2em;
    }

    .post_content .degital_marketing-overview .read_item {
        padding: 0 8px;
    }
}

@media only screen and (max-width: 991px) {
    .post_content .degital_marketing-overview .degital_marketing-overview-title {
        font-size: 15px;
        margin: 0;
    }
}

@media only screen and (max-width: 991px) {
    .post_content .point-degital_marketing {
        width: 100%;
    }
}

.btn-tp-dl {
    display: block;
    background: #cc0000;
    font-size: 16px;
    color: #fff !important;
    width: 420px;
    line-height: 2;
    text-align: center;
    margin: 3em auto;
    padding: 10px;
    position: relative;
    max-width: 88%;
}

.btn-tp-dl:hover {
    background: #9e0000;
}

.post_content .point-degital_marketing .point-title {
    font-size: 24px;
    font-weight: bold;
    color: #00a4dc;
    background: none;
    margin: 2.7em 0 1.36em;
    padding: .36em 0;
    border: none;
}

.post_content .point-degital_marketing .point-title:before, .post_content .point-degital_marketing .point-title:after {
    display: none;
}

.post_content .point-degital_marketing .point {
    margin-left: 0;
}

.post_content .point-degital_marketing .point li {
    list-style: none;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    margin-left: 108px;
    border-bottom: 4px solid #16478e;
    margin-bottom: 28px;
}

.post_content .point-degital_marketing .point li:before {
    position: absolute;
    background: #16478e;
    width: 52px;
    height: 52px;
    font-size: 32px;
    color: #fff;
    font-family: Arial, sans-serif;
    text-align: center;
    line-height: 52px;
    border-radius: 50%;
    left: -108px;
}

.post_content .point-degital_marketing .point li:nth-child(1):before {
    content: '1';
}

.post_content .point-degital_marketing .point li:nth-child(2):before {
    content: '2';
}

.post_content .point-degital_marketing .point li:nth-child(3):before {
    content: '3';
}

@media only screen and (max-width: 991px) {
    .post_content .point-degital_marketing .point-title {
        font-size: 13px;
        margin: 0;
    }
}

@media only screen and (max-width: 991px) {
    .post_content .point-degital_marketing .point li {
        font-size: 13px;
        font-weight: 400;
        line-height: 1.5em;
        margin-left: 40px;
        border-width: 2px;
        margin-bottom: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .post_content .point-degital_marketing .point li:before {
        font-size: 16px;
        width: 26px;
        height: 26px;
        line-height: 26px;
        left: -40px;
        top: calc(50% - 13px);
    }
}

@media only screen and (max-width: 991px) {
    .degital_marketing-service {
        /*padding-top: 0;
margin-top: -40px;*/
    }
}

.degital_marketing-service .page-section + p {
    margin: 2em 0 4em;
}

@media only screen and (max-width: 991px) {
    .degital_marketing-service .page-section + p {
        margin: 1em 0 0;
    }
}

.media-feature {
    background: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    counter-increment: number 1;
    margin-bottom: 20px;
}

.media-feature .content {
    width: 50%;
    padding: 40px;
}

.media-feature .content p {
    font-size: 16px;
    line-height: 1.8em;
    margin: 34px 0 0;
}

.media-feature .content p .em01 {
    font-weight: bold;
}

.media-feature .content p .em02 {
    font-weight: bold;
    color: #00a4dc;
}

.media-feature .image {
    width: 50%;
}

.media-feature .media-feature-title {
    height: 84px;
    margin: 0;
    padding: 0 0 0 60px;
    font-size: 20px;
    color: #16478e;
    line-height: 28px;
    position: relative;
    background: none;
    border: none;
}

.media-feature .media-feature-title:before {
    content: counter(number, decimal-leading-zero);
    position: absolute;
    width: 40px;
    height: 80px;
    left: 0;
    top: 3px;
    background: #00a4dc;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .media-feature {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    .media-feature .content {
        width: 100%;
        padding: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .media-feature .content p {
        font-size: 13px;
        margin: 20px 0 0;
    }
}

@media only screen and (max-width: 991px) {
    .media-feature .image {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    .media-feature .media-feature-title {
        font-size: 15px;
        line-height: 20px;
        padding: 0 0 0 40px;
        height: 60px;
        letter-spacing: -0.07em;
    }
}

@media only screen and (max-width: 991px) {
    .media-feature .media-feature-title:before {
        width: 26px;
        height: 55px;
    }
}

.tcp_feature .media-feature {
    position: relative;
}

.tcp_feature .media-feature:before {
    content: "";
    height: 12px;
    left: 98px;
    background: yellow;
    position: absolute;
}

.tcp_feature .media-feature:nth-of-type(2):before, .tcp_feature .media-feature:nth-of-type(3):before {
    width: 20.2em;
    top: 56px;
}

.tcp_feature .media-feature:nth-of-type(4):before {
    width: 12.8em;
    top: 84px;
}

.tcp_feature .media-feature:nth-of-type(5):before {
    width: 9em;
    top: 84px;
}

.tcp_feature .media-feature:nth-of-type(6):before {
    width: 12.6em;
    top: 56px;
}

.tcp_feature .media-feature:nth-of-type(7):before {
    width: 14em;
    top: 84px;
}

@media only screen and (max-width: 991px) {
    .tcp_feature .media-feature:nth-of-type(-n+5) .content {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 991px) {
    .tcp_feature .media-feature:before {
        height: 6px;
        left: 58px;
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .tcp_feature .media-feature:nth-of-type(2):before {
        width: 17.2em;
        top: 31px;
    }
}

@media only screen and (max-width: 991px) {
    .tcp_feature .media-feature:nth-of-type(3):before {
        width: 17.2em;
        top: 31px;
    }
}

@media only screen and (max-width: 991px) {
    .tcp_feature .media-feature:nth-of-type(4):before {
        width: 10.8em;
        top: 51px;
    }
}

@media only screen and (max-width: 991px) {
    .tcp_feature .media-feature:nth-of-type(5):before {
        width: 7.2em;
        top: 51px;
    }
}

@media only screen and (max-width: 991px) {
    .tcp_feature .media-feature:nth-of-type(6):before {
        width: 13.3em;
        top: 51px;
    }
}

@media only screen and (max-width: 991px) {
    .tcp_feature .media-feature:nth-of-type(7):before {
        width: 11.3em;
        top: 51px;
    }
}

.tcp-functions {
    overflow: hidden;
}

.tcp-functions .tcp-functions-title {
    font-size: 30px;
    font-weight: bold;
    color: #141d2a;
    margin: 48px 0;
    padding: 0 0 0 10px;
    text-align: center;
    border-bottom: 4px solid #16478e;
    background: none;
}

.tcp-functions .tcp-functions-title:before {
    display: none;
}

.tcp-functions .tcp-function-list ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
}

.tcp-functions .tcp-function-list ul li {
    background: url("img/icon_gear.png") 0 8px no-repeat;
    list-style: none;
    padding-left: 30px;
    margin-bottom: 6px;
    font-size: 16px;
    width: 46%;
}

.tcp-functions .tcp-function-list ul li:nth-child(2n) {
    margin-left: 8%;
}

@media only screen and (max-width: 991px) {
    .tcp-functions .tcp-functions-title {
        font-size: 18px;
        margin: 0px 0 14px;
        border-width: 2px;
    }
}

@media only screen and (max-width: 991px) {
    .tcp-functions .tcp-function-list ul {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    .tcp-functions .tcp-function-list ul li {
        width: 100%;
        font-size: 13px;
        line-height: 1.8em;
        background-size: 16px;
        background-position: 0 4px;
        padding-left: 22px;
        margin-bottom: 1em;
    }
}

@media only screen and (max-width: 991px) {
    .tcp-functions .tcp-function-list ul li:nth-child(2n) {
        margin-left: 0;
    }
}

.tcp-summary {
    background: #00a4dc;
    color: #fff;
    padding-bottom: 40px;
}

.tcp-summary .tcp-summary-title {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin: 48px 0 0;
    padding: 0 0 0 10px;
    text-align: center;
    background: none;
    border: none;
}

.tcp-summary .tcp-summary-title:before, .tcp-summary .tcp-summary-title:after {
    display: none;
}

.tcp-summary p.desc {
    width: 800px;
    margin: 1em auto;
    font-size: 16px;
}

.tcp-summary .tcp-btns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tcp-summary .tcp-btns a {
    display: block;
    background: #08254f;
    color: #fff;
    width: 420px;
    line-height: 68px;
    text-align: center;
    font-size: 16px;
    margin: 2em;
    padding-left: 35px;
    position: relative;
}

.tcp-summary .tcp-btns a:hover {
    background: #004198;
}

.tcp-summary .tcp-btns a .blue {
    color: #00a4dc;
}

.tcp-summary .tcp-btns a:before {
    position: absolute;
    content: "";
    width: 31px;
    height: 30px;
    left: 88px;
    top: calc(50% - 15px);
}

.tcp-summary .tcp-btns a.faq:before {
    background: url("img/icon_q.png") no-repeat;
}

.tcp-summary .tcp-btns a.buy:before {
    background: url("img/icon_cart.png") no-repeat;
}

@media only screen and (max-width: 991px) {
    .tcp-summary {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 991px) {
    .tcp-summary .tcp-summary-title {
        font-size: 18px;
        margin: 0px 0 14px;
        text-align: left;
    }
}

@media only screen and (max-width: 991px) {
    .tcp-summary p.desc {
        width: 100%;
        font-size: 13px;
        line-height: 1.8em;
    }
}

@media only screen and (max-width: 991px) {
    .tcp-summary .tcp-btns {
        display: block;
        margin-top: 2em;
    }
}

@media only screen and (max-width: 991px) {
    .tcp-summary .tcp-btns a {
        width: 100%;
        font-size: 14px;
        line-height: 44px;
        width: 88.88%;
        margin: 1em auto 0;
        padding-left: 18px;
    }
}

@media only screen and (max-width: 320px) {
    .tcp-summary .tcp-btns a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 991px) {
    .tcp-summary .tcp-btns a:before {
        width: 20px;
        height: 19px;
        background-size: 20px;
        left: 40px;
        top: calc(50% - 9px);
    }
}

@media only screen and (max-width: 991px) and (max-width: 991px) {
    .tcp-summary .tcp-btns a:before {
        left: 14px;
    }
}

@media only screen and (max-width: 991px) and (max-width: 320px) {
    .tcp-summary .tcp-btns a:before {
        left: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .tcp-summary .tcp-btns a.faq:before {
        background-size: contain;
    }
}

@media only screen and (max-width: 991px) {
    .tcp-summary .tcp-btns a.buy:before {
        background-size: contain;
    }
}

.monomado-info-graphic {
    padding-bottom: 80px;
}

.monomado-info-graphic .info-graphic-title {
    font-size: 28px;
    color: red;
    text-align: center;
    margin: 50px auto 16px;
    background: none;
    border: none;
}

.monomado-info-graphic .info-graphic-title:before, .monomado-info-graphic .info-graphic-title:after {
    display: none;
}

.monomado-info-graphic .info-graphic-title + img {
    margin: 0 auto;
}

.monomado-info-graphic .group-card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 980px;
    margin: 3em auto 2em;
}

.monomado-info-graphic .group-card .card {
    width: 450px;
    background: #b2e4f4;
    padding: 32px 35px 24px;
}

.monomado-info-graphic .group-card .card:nth-child(2n) {
    background: #b2c6e0;
}

.monomado-info-graphic .group-card .card .card-title {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    padding: 0;
    background: none;
    border: none;
}

.monomado-info-graphic .group-card .card .card-title .small {
    font-size: 16px;
    font-weight: normal;
}

.monomado-info-graphic .group-card .card p {
    font-size: 16px;
    line-height: 2em;
    margin: 1em 0 0;
}

.monomado-info-graphic .attention {
    font-size: 20px;
    text-align: center;
}

.monomado-info-graphic .attention .em {
    font-weight: bold;
    color: red;
    margin-right: 10px;
}

@media only screen and (max-width: 991px) {
    .monomado-info-graphic {
        padding-bottom: 0;
    }
}

@media only screen and (max-width: 991px) {
    .monomado-info-graphic .info-graphic-title {
        font-size: 15px;
        margin: 0 auto 8px;
    }
}

@media only screen and (max-width: 991px) {
    .monomado-info-graphic .group-card {
        width: 100%;
        margin: 1em auto;
    }
}

@media only screen and (max-width: 991px) {
    .monomado-info-graphic .group-card .card {
        width: 48%;
        padding: 17px 17px 12px;
    }
}

@media only screen and (max-width: 991px) {
    .monomado-info-graphic .group-card .card .card-title {
        font-size: 13px;
    }
}

@media only screen and (max-width: 991px) {
    .monomado-info-graphic .group-card .card .card-title .small {
        font-size: 12px;
        display: block;
        margin-top: 8px;
    }
}

@media only screen and (max-width: 991px) {
    .monomado-info-graphic .group-card .card p {
        font-size: 12px;
        line-height: 1.8em;
        margin: 0.5em 0 0;
    }
}

@media only screen and (max-width: 991px) {
    .monomado-info-graphic .attention {
        font-size: 13px;
        text-align: left;
        line-height: 1.8em;
    }
}

@media only screen and (max-width: 991px) {
    .monomado-info-graphic .attention .em {
        display: block;
    }
}

.monomado-case {
    background: #16478e;
    color: #fff;
}

.monomado-case .monomado-case-title {
    font-size: 30px;
    color: #fff;
    text-align: center;
    background: none;
    margin: 2.7em 0 1.36em;
    padding: .36em 0;
    border: none;
}

.monomado-case .monomado-case-title:before, .monomado-case .monomado-case-title:after {
    display: none;
}

.monomado-case .group-case {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.monomado-case .group-case .case-item {
    width: 370px;
}

.monomado-case .group-case .case-item .item-num {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
}

.monomado-case .group-case .case-item .item-num .num {
    display: inline-block;
    background: #00a4dc;
    font-size: 50px;
    font-family: Arial, sans-serif;
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    margin-left: 14px;
}

.monomado-case .group-case .case-item .content {
    background: #eee;
    color: #000;
}

.monomado-case .group-case .case-item .content-top {
    padding: 18px;
    height: 325px;
}

.monomado-case .group-case .case-item .image img {
    width: 100%;
    height: auto;
}

.monomado-case .group-case .case-item .content-bottom {
    padding: 0 20px 20px;
    overflow: hidden;
    height: 245px;
}

.monomado-case .group-case .case-item .item-title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
}

.monomado-case .group-case .case-item .item-title .sm {
    font-size: 20px;
    display: block;
}

.monomado-case .group-case .case-item .sub-h {
    color: #16478e;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0 0;
}

.monomado-case .group-case .case-item ol {
    font-size: 16px;
    margin: 0 30px;
}

.monomado-case .group-case .case-item ol li {
    list-style: decimal;
    line-height: 1.5em;
    margin-top: 10px;
}

.monomado-case .group-case .case-item ul {
    font-size: 16px;
    margin: 0 0 1em 0;
}

.monomado-case .group-case .case-item ul li {
    list-style: none;
    position: relative;
    line-height: 1.5em;
    margin-top: 10px;
    padding-left: 22px;
}

.monomado-case .group-case .case-item ul li:before {
    content: '';
    width: 16px;
    height: 16px;
    background: #000;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 6px;
}

.monomado-case .btn-monomado-more {
    display: block;
    background: #00a4dc;
    font-size: 16px;
    color: #fff;
    width: 500px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    margin: 5em auto;
    position: relative;
    padding-left: 30px;
}

.monomado-case .btn-monomado-more .em {
    font-weight: bold;
    color: yellow;
}

.monomado-case .btn-monomado-more:before {
    content: '';
    width: 29px;
    height: 27px;
    background: url("img/icon_pc.png") no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    left: 96px;
    top: calc(50% - 14px);
}

.monomado-case .btn-monomado-more:hover {
    background: #707070;
}

@media only screen and (max-width: 991px) {
    .monomado-case .monomado-case-title {
        font-size: 18px;
        margin: 0;
    }
}

@media only screen and (max-width: 991px) {
    .monomado-case .group-case {
        display: block;
        padding: 0 6.5%;
    }
}

@media only screen and (max-width: 991px) {
    .monomado-case .group-case .case-item {
        width: 100%;
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .monomado-case .group-case .case-item .item-num {
        font-size: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .monomado-case .group-case .case-item .item-num .num {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 38px;
    }
}

@media only screen and (max-width: 991px) {
    .monomado-case .group-case .case-item .content-top {
        height: auto;
    }
}

@media only screen and (max-width: 991px) {
    .monomado-case .group-case .case-item .content-bottom {
        height: auto;
    }
}

@media only screen and (max-width: 991px) {
    .monomado-case .group-case .case-item .item-title {
        font-size: 23px;
    }
}

@media only screen and (max-width: 991px) {
    .monomado-case .group-case .case-item .item-title .sm {
        font-size: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .monomado-case .group-case .case-item .sub-h {
        font-size: 13px;
    }
}

@media only screen and (max-width: 991px) {
    .monomado-case .group-case .case-item ol {
        font-size: 13px;
        margin: 0 15px;
    }
}

@media only screen and (max-width: 991px) {
    .monomado-case .group-case .case-item ul {
        font-size: 13px;
        margin: 0 0 0.5em 0;
    }
}

@media only screen and (max-width: 991px) {
    .monomado-case .btn-monomado-more {
        width: 88.88%;
        height: 45px;
        font-size: 14px;
        line-height: 45px;
        padding-left: 15px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 991px) {
    .monomado-case .btn-monomado-more:before {
        width: 19px;
        height: 17px;
        left: 13px;
        top: calc(50% - 8px);
    }
}

.news__title.article05__title {
    color: #111;
}

.post_content {
    font-size: 18px;
}

.post_content h2 {
    background: #141d2a;
    position: relative;
    padding: 4px 0px 4px 76px;
    margin-top: 2em;
    margin-bottom: 1.3em;
    color: #fff;
    font-size: 26px;
}

.post_content h2:before {
    content: "";
    position: absolute;
    background: #16478e;
    width: 60px;
    height: 100%;
    top: 0;
    left: 0;
    background: url("img/bg_h3.png") top right no-repeat;
    background-size: auto 101%;
}

.post_content h3 {
    padding: 0 0 .36em 0;
    font-size: 24px;
    border-bottom: 2px solid #ccc;
    margin: 0 0px 20px 0px;
    color: #333;
}

.post_content h3:after {
    content: ".";
    line-height: 0;
    width: 30%;
    display: block;
    overflow: hidden;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #000;
    position: absolute;
    bottom: -2px;
    left: 0;
}

.post_content h4 {
    margin: 8px 0 1.2em;
    padding: .9em 1em .8em;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #aaa;
    background: #fafafa;
}

.post_content .pb-row .col-2, .post_content .pb-row .col-4, .post_content .pb-row .company_profile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
}

.post_content .pb-row .col-2 .pg-col50, .post_content .pb-row .col-4 .pg-col50, .post_content .pb-row .company_profile .pg-col50 {
    width: 50%;
    padding-left: 24px;
    padding-right: 24px;
}

.post_content .pb-row .col-2 .pg-col60, .post_content .pb-row .col-4 .pg-col60, .post_content .pb-row .company_profile .pg-col60 {
    width: 60%;
    padding-left: 24px;
    padding-right: 24px;
}

.post_content .pb-row .col-2 .pg-col40, .post_content .pb-row .col-4 .pg-col40, .post_content .pb-row .company_profile .pg-col40 {
    width: 40%;
    padding-left: 24px;
    padding-right: 24px;
}

.post_content .pb-row .col-2 img, .post_content .pb-row .col-4 img, .post_content .pb-row .company_profile img {
    width: 100%;
    height: auto;
}

/*.post_content .company_profile__detail {*/
/*    display: -webkit-flex;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -ms-flex-wrap: wrap;*/
/*    -webkit-flex-wrap: wrap;*/
/*    flex-wrap: wrap;*/
/*}*/

/*.post_content .company_profile__detail dt, .post_content .company_profile__detail dd {*/
/*    font-size: 15px;*/
/*}*/

/*.post_content .company_profile__detail dt {*/
/*    width: 120px;*/
/*    border-bottom: 1px solid #ccc;*/
/*    line-height: 1.5;*/
/*    padding: 1em 0;*/
/*}*/

/*.post_content .company_profile__detail dd {*/
/*    width: calc(100% - 120px);*/
/*    margin-bottom: 0;*/
/*    border-bottom: 1px solid #ccc;*/
/*    line-height: 1.5;*/
/*    padding: 1em 0;*/
/*}*/

@media only screen and (max-width: 991px) {
    .post_content {
        font-size: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .post_content p {
        line-height: 1.85;
    }
}

@media only screen and (max-width: 991px) {
    .post_content h3 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    .post_content h4 {
        font-size: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .post_content .pb-row .col-2, .post_content .pb-row .col-4, .post_content .pb-row .company_profile {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    .post_content .pb-row .col-2 .pg-col50, .post_content .pb-row .col-4 .pg-col50, .post_content .pb-row .company_profile .pg-col50,
    .post_content .pb-row .col-2 .pg-col60, .post_content .pb-row .col-4 .pg-col60, .post_content .pb-row .company_profile .pg-col60,
    .post_content .pb-row .col-2 .pg-col40, .post_content .pb-row .col-4 .pg-col40, .post_content .pb-row .company_profile .pg-col40{
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .post_content .pb-row .col-2 .company_profile-title, .post_content .pb-row .col-4 .company_profile-title, .post_content .pb-row .company_profile .company_profile-title {
        margin-top: 0.7em;
    }
}

/*@media only screen and (max-width: 991px) {*/
/*    .post_content .company_profile__detail {*/
/*        display: block;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 991px) {*/
/*    .post_content .company_profile__detail dt, .post_content .company_profile__detail dd {*/
/*        font-size: 14px;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 991px) {*/
/*    .post_content .company_profile__detail dt {*/
/*        width: 100%;*/
/*        border-bottom: none;*/
/*        padding-bottom: 0;*/
/*    }*/
/*}*/

/*@media only screen and (max-width: 991px) {*/
/*    .post_content .company_profile__detail dd {*/
/*        width: 100%;*/
/*        padding-top: 0.5em;*/
/*    }*/
/*}*/

@media only screen and (max-width: 767px) {
    .blog__item {
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .blog__item .article06__img {
        width: 100%;
        height: auto;
    }
}

.marketing-wall {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 72px;
}

@media only screen and (max-width: 991px) {
    .marketing-wall {
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }
}

.marketing-wall .wall-item {
    width: 30%;
    background: #004198;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .marketing-wall .wall-item {
        width: 100%;
        max-width: 680px;
        margin-bottom: 40px;
    }
}

.marketing-wall .wall-item:after {
    content: '';
    position: absolute;
    width: 84px;
    height: 60px;
    background: url("img/arrow_wall.png") center center no-repeat;
    background-size: contain;
    top: 85px;
    left: calc(100% - 12px);
    z-index: 100;
}

@media only screen and (max-width: 991px) {
    .marketing-wall .wall-item:after {
        display: none;
    }
}

.marketing-wall .wall-item:nth-child(3n):after {
    display: none;
}

@media only screen and (max-width: 991px) {
    .marketing-wall .wall-item:last-child {
        margin-bottom: 0;
    }
}

.marketing-wall .wall-item figure {
    display: block;
    text-align: center;
    background: #fff;
    padding-bottom: 1em;
}

@media only screen and (max-width: 991px) {
    .marketing-wall .wall-item figure img {
        max-width: 180px;
    }
}

.marketing-wall .wall-item .wall-item-content {
    color: #fff;
    padding: 16px 16px 0;
}

.marketing-wall .wall-item .wall-item-content dl dt {
    display: inline-block;
    background: #fff;
    color: #004198;
    line-height: 1.5;
    padding: 0 20px;
    margin-bottom: 16px;
}

.marketing-wall .wall-item .wall-item-content dl dd {
    line-height: 1.5;
    font-size: 14px;
}

.marketing-wall .wall-item .wall-item-content dl dd ul {
    margin-bottom: 0;
}

.marketing-wall .wall-item .wall-item-content dl dd ul li {
    line-height: 1.5;
}

.can_content_marketing {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media only screen and (max-width: 768px) {
    .can_content_marketing {
        flex-direction: column;
        align-items: center;
    }
}

.can_content_marketing .can_item {
    background: url("img/bg_stripe_blue.jpg");
    font-size: 20px;
    font-weight: bold;
    color: #004198;
    line-height: 1.5;
    text-align: center;
    width: 470px;
    padding: 40px;
    margin: 20px;
    border-radius: 20px;
}

@media only screen and (max-width: 991px) {
    .can_content_marketing .can_item {
        font-size: 14px;
        padding: 20px;
        width: calc(50% - 48px);
    }
}

@media only screen and (max-width: 768px) {
    .can_content_marketing .can_item {
        width: 100%;
    }
}

.merit-table {
    margin-bottom: 80px;
}

.merit-table table {
    table-layout: fixed;
}

.merit-table table th, .merit-table table td {
    border: none;
}

.merit-table table th {
    font-size: 1.3em;
    font-weight: bold;
}

@media only screen and (max-width: 991px) {
    .merit-table table th {
        font-size: 1em;
    }
}

.merit-table table thead th {
    background: #004198;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .merit-table table thead th {
        line-height: 1;
        padding: 1em;
    }
}

.merit-table table thead th:first-child {
    background: none;
    width: 150px;
}

@media only screen and (max-width: 991px) {
    .merit-table table thead th:first-child {
        width: 110px;
    }
}

@media only screen and (max-width: 599px) {
    .merit-table table thead th:first-child {
        width: 50px;
    }
}

.merit-table table thead th:not(:first-child) {
    width: calc(50% - 75px);
}

.merit-table table thead th:nth-child(2) {
    border-right: 20px solid rgba(255, 255, 255, 0.3);
}

.merit-table table thead th:nth-child(3) {
    border-left: 20px solid rgba(255, 255, 255, 0.3);
}

.merit-table table tbody th {
    color: #004198;
}

.merit-table table tbody td {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

@media only screen and (max-width: 991px) {
    .merit-table table tbody td {
        font-size: 13px;
    }
}

.merit-table table tbody ul {
    margin-top: 1em;
    margin-bottom: 0;
}

.merit-table table tbody ul li {
    line-height: 1.5;
    margin-bottom: 1em;
}

.merit-table table tbody .merit th {
    background: #ff9999;
}

.merit-table table tbody .merit td {
    background: url("img/bg_stripe_pink.jpg");
}

.merit-table table tbody .merit td:nth-child(2) {
    border-right: 20px solid rgba(255, 255, 255, 0.3);
}

.merit-table table tbody .merit td:nth-child(3) {
    border-left: 20px solid rgba(255, 255, 255, 0.3);
}

.merit-table table tbody .demerit th {
    background: #99dbf1;
}

.merit-table table tbody .demerit td {
    background: url("img/bg_stripe_blue.jpg");
}

.merit-table table tbody .demerit td:nth-child(2) {
    border-right: 20px solid rgba(255, 255, 255, 0.3);
}

.merit-table table tbody .demerit td:nth-child(3) {
    border-left: 20px solid rgba(255, 255, 255, 0.3);
}

.service-flow {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    counter-reset: number;
}

@media only screen and (max-width: 768px) {
    .service-flow {
        flex-direction: column;
        align-items: center;
    }
}

.service-flow .service-item {
    width: 45%;
    margin: 0 2.5% 48px;
    padding: 1em;
    background: #f4f4f4;
    color: #333;
    counter-increment: number;
}

@media only screen and (max-width: 991px) {
    .service-flow .service-item {
        font-size: 14px;
    }
}

@media only screen and (max-width: 768px) {
    .service-flow .service-item {
        width: 100%;
        margin: 0 0 40px;
    }
}

.service-flow .service-item .service-item-title {
    font-size: 24px;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .service-flow .service-item .service-item-title {
        font-size: 18px;
    }
}

.service-flow .service-item .service-item-title:before {
    content: "STEP " counter(number);
    display: block;
    font-size: 0.8em;
    color: #004198;
}

.service-flow .service-item .service-desc {
    line-height: 1.5;
}

.service-flow .service-item .service-content-desc {
    background: #004198;
    color: #fff;
    padding: 12px;
    margin-top: 2em;
}

.service-flow .service-item .service-content-desc ul {
    margin-bottom: 1em;
}

@media only screen and (max-width: 991px) {
    .service-flow .service-item .service-content-desc ul li {
        line-height: 1.5;
    }
}

.service-flow .service-item .service-content-title {
    background: #00a4dc;
    color: yellow;
    text-align: center;
    margin-top: 0;
}

@media only screen and (max-width: 991px) {
    .service-flow .service-item .service-content-title {
        font-size: 18px;
    }
}

.post_content .page_solution_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

.post_content .page_solution_list .solution_item {
    width: calc((100% - 60px) / 2);
}

@media only screen and (max-width: 991px) {
    .post_content .page_solution_list .solution_item {
        width: 100%;
        max-width: 680px;
        padding: 0;
        margin: 0 auto 30px;
    }
}

.post_content .page_solution_list .solution_item figure {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
    height: 180px;
}

.post_content .page_solution_list .solution_item figure img {
    max-height: 100%;
}

@media only screen and (max-width: 991px) {
    .post_content .page_solution_list .solution_item figure {
        height: 140px;
        margin-bottom: 10px;
    }
}

.post_content .page_solution_list .solution_item .item_header {
    display: block;
    width: 100%;
    height: 150px;
    border: 1px solid #8bb2eb;
    color: #8bb2eb;
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .post_content .page_solution_list .solution_item .item_header {
        height: 115px;
    }
}

.post_content .page_solution_list .solution_item .item_header:hover {
    background: #484f67;
}

.post_content .page_solution_list .solution_item .item_title {
    display: block;
    font-size: 22px;
    color: #8bb2eb;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 16px;
    padding-bottom: 0;
    border-bottom: none;
}

@media only screen and (max-width: 991px) {
    .post_content .page_solution_list .solution_item .item_title {
        font-size: 18px;
        margin-top: 14px;
        margin-bottom: 13px;
    }
}

.post_content .page_solution_list .solution_item .item_title:after {
    display: none;
}

.post_content .page_solution_list .solution_item .item_sub_title {
    display: block;
    font-size: 16px;
    color: #e6e6ef;
    line-height: 1;
    margin-top: 24px;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .post_content .page_solution_list .solution_item .item_sub_title {
        font-size: 12px;
        margin-top: 20px;
    }
}

.post_content .page_solution_list .solution_item .item_dssc {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

@media only screen and (max-width: 991px) {
    .post_content .page_solution_list .solution_item .item_dssc {
        font-size: 15px;
    }
}

.solve .page-section .page-section-desc {
    color: white;
    font-weight: 600;
    text-align: center;
}

/************* Inquiry *************/
.inquiry-wrap {
    width: 88.88%;
    margin: 1em auto;
}

.inquiry-wrap form p {
    border-bottom: 1px solid #ccc;
    padding: 1.1em 1em;
    margin: 0;
}

.inquiry-wrap form label {
    width: 240px;
    display: inline-block;
    vertical-align: middle;
}

.inquiry-wrap form .input-email, .inquiry-wrap form .customer_name, .inquiry-wrap form .company_name, .inquiry-wrap form .input-tel, .inquiry-wrap form .input-addr, .inquiry-wrap form .input-contact_msg, .inquiry-wrap form .checkbox-list {
    display: inline-block;
    vertical-align: middle;
}

.inquiry-wrap form .input-contact_msg {
    height: 10em;
}

.inquiry-wrap form .input-email, .inquiry-wrap form .input-addr, .inquiry-wrap form .input-contact_msg {
    width: calc(88% - 240px);
    padding: 0.5em;
    background: #eee;
    border: none;
}

.inquiry-wrap form .customer_name, .inquiry-wrap form .company_name, .inquiry-wrap form .input-tel {
    width: calc(68% - 240px);
    padding: 0.5em;
    background: #eee;
    border: none;
}

.inquiry-wrap form .checkbox-list {
    width: calc(68% - 240px);
}

.inquiry-wrap form .checkbox-list label {
    width: auto;
}

.inquiry-wrap form .vertical-item + .vertical-item {
    line-height: 1.65em;
    /*&:nth-last-child(-n+4) { border-top: 1px solid #ccc;
}*/
}

.inquiry-wrap form .mw_wp_form .error {
    font-size: 12px;
    display: inline-block;
}

.inquiry-wrap.purchase form label {
    padding-right: 20px;
    line-height: 1.6em;
}

.inquiry-wrap.purchase form .vertical-item + .vertical-item:nth-last-child(-n+4) {
    border-top: none;
}

@media only screen and (max-width: 991px) {
    .inquiry-wrap {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .inquiry-wrap form p {
        padding: 0.5em 0;
    }
}

@media only screen and (max-width: 991px) {
    .inquiry-wrap form label {
        width: auto;
    }
}

@media only screen and (max-width: 991px) {
    .inquiry-wrap form label, .inquiry-wrap form .input-email, .inquiry-wrap form .customer_name, .inquiry-wrap form .company_name, .inquiry-wrap form .input-tel, .inquiry-wrap form .input-addr, .inquiry-wrap form .input-contact_msg, .inquiry-wrap form .checkbox-list {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    .inquiry-wrap form .input-email, .inquiry-wrap form .input-addr, .inquiry-wrap form .input-contact_msg {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .inquiry-wrap form .customer_name, .inquiry-wrap form .company_name, .inquiry-wrap form .input-tel {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .inquiry-wrap form .checkbox-list {
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .inquiry-wrap form .mw_wp_form .error {
        display: block;
    }
}

.send-btn-wrap {
    text-align: center;
    margin-top: 2em;
}

.send-btn-wrap input[type=submit], .send-btn-wrap input[type=reset] {
    display: inline-block;
    background: #16478e;
    color: #ccc;
    width: 180px;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    border: none;
    cursor: pointer;
}

.send-btn-wrap input[type=submit]:hover, .send-btn-wrap input[type=reset]:hover {
    background: #707070;
}

@media only screen and (max-width: 991px) {
    .send-btn-wrap input[type=submit], .send-btn-wrap input[type=reset] {
        width: 48%;
        line-height: 40px;
    }
}

/************* Footer *************/
#footer-contact {
    background: #141d2a;
    height: 390px;
}

#footer-contact .conpany-header {
    max-width: 1200px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-190px);
    background: url("img/bg_conpany_header_on.png") no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
}

#footer-contact .conpany-header a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    padding: 48px 0 30px;
    background: url("img/bg_conpany_header.png") no-repeat;
    background-size: cover;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

#footer-contact .conpany-header a:hover {
    background: none;
}

#footer-contact .conpany-header h2 {
    font-size: 30px;
    margin-bottom: 26px;
}

#footer-contact .conpany-header h2 .jp-ttl {
    font-size: 18px;
    color: #ccc;
    display: block;
    margin-top: 24px;
}

#footer-contact .conpany-header .logo {
    margin-bottom: 20px;
}

#footer-contact .footer-contact__content {
    overflow: hidden;
}

#footer-contact .footer-contact__content .logo {
    text-align: center;
    margin-top: 48px;
}

#footer-contact .footer-contact__content .logo img {
    width: 72px;
    height: auto;
}

#footer-contact .footer-contact__content .logo p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 30px;
}

#footer-contact .footer-contact__content p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #f3f1f1;
}

#footer-contact .footer-contact__content .btns {
    max-width: 916px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 48px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#footer-contact .footer-contact__content .btns li { /*width: 420px;*/
    width: 290px;
}

#footer-contact .footer-contact__content .btns li .btn-mailform {
    position: relative;
    padding-left: 30px;
}

#footer-contact .footer-contact__content .btns li .btn-mailform:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 22px; /*left: 68px;*/
    left: 55px;
    top: 23px;
    background: url("img/icon_mail.png") no-repeat;
}

#footer-contact .footer-contact__content .btns li .btn-tel {
    display: block; /* background: #16478e; */
    background: #006d4d;
    color: #ccc;
    font-size: 16px; /*line-height: 68px;*/
    line-height: 1.5;
    text-align: center;
    padding: 7px 0;
}

#footer-contact .footer-contact__content .btns li .proposal {
    position: relative;
    padding-left: 30px;
}

#footer-contact .footer-contact__content .btns li .proposal:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 22px;
    left: 30px;
    top: 23px;
    background: url("img/icon_doc.png") no-repeat;
    background-size: contain;
}

#footer-contact .footer-contact__content .btns li .btn-tel .phone-num {
    color: #f3f1f1;
    font-size: 20px;
    font-weight: 800;
    position: relative;
    padding-left: 28px; /*margin-left: 20px;*/
}

#footer-contact .footer-contact__content .btns li .btn-tel .phone-num:before {
    content: "";
    position: absolute;
    background: url("img/icon_phone_num.png") no-repeat;
    width: 21px;
    height: 23px;
    left: 0;
    top: 4px;
}

#footer-contact .footer-contact__content .btns li a {
    display: block; /* background: #16478e; */
    background: #006d4d;
    color: #ccc;
    font-size: 16px;
    line-height: 68px;
    text-align: center;
}

#footer-contact .footer-contact__content .btns li a:hover {
    background: #707070;
}

@media only screen and (max-width: 991px) {
    #footer-contact {
        height: auto;
    }
}

@media only screen and (max-width: 991px) {
    #footer-contact .conpany-header {
        transform: none;
        height: auto;
    }
}

@media only screen and (max-width: 991px) {
    #footer-contact .conpany-header a {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 991px) {
    #footer-contact .conpany-header h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
    #footer-contact .conpany-header h2 .jp-ttl {
        font-size: 14px;
        margin-top: 15px;
    }
}

@media only screen and (max-width: 991px) {
    #footer-contact .conpany-header .logo {
        height: 60px;
    }
}

@media only screen and (max-width: 991px) {
    #footer-contact .conpany-header .logo img {
        max-height: 100%;
    }
}

@media only screen and (max-width: 991px) {
    #footer-contact .conpany-header .logo + p {
        font-size: 11px;
    }
}

@media only screen and (max-width: 991px) {
    #footer-contact .footer-contact__content {
        padding: 48px 40px 10px;
    }
}

@media only screen and (max-width: 991px) {
    #footer-contact .footer-contact__content .logo {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    #footer-contact .footer-contact__content p {
        font-size: 14px;
        line-height: 1.8em;
    }
}

@media only screen and (max-width: 991px) {
    #footer-contact .footer-contact__content .btns {
        display: block;
        max-width: 420px;
        margin-top: 43px;
    }
}

@media only screen and (max-width: 991px) {
    #footer-contact .footer-contact__content .btns li {
        margin-bottom: 24px;
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    #footer-contact .footer-contact__content .btns li .btn-mailform:before {
        width: 23px;
        height: 17px;
        top: 14px;
        left: 48px;
        background-size: contain;
    }
}

@media only screen and (max-width: 991px) {
    #footer-contact .footer-contact__content .btns li .btn-tel {
        font-size: 14px;
        line-height: 46px;
        padding: 0;
    }
}

@media only screen and (max-width: 991px) {
    #footer-contact .footer-contact__content .btns li .proposal:before {
        left: 48px;
        top: 12px;
    }
}

@media only screen and (max-width: 991px) {
    #footer-contact .footer-contact__content .btns li .btn-tel .phone-num {
        font-size: 14px;
        padding-left: 20px;
        margin-left: 20px;
    }
}

@media only screen and (max-width: 991px) {
    #footer-contact .footer-contact__content .btns li .btn-tel .phone-num:before {
        width: 16px;
        height: 18px;
        top: 2px;
        background-size: contain;
    }
}

@media only screen and (max-width: 991px) {
    #footer-contact .footer-contact__content .btns li a {
        font-size: 14px;
        line-height: 45px;
    }
}

.home #footer-contact .footer-contact__content {
    transform: translateY(-126px);
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .home #footer-contact .footer-contact__content {
        transform: none;
    }
}

@media only screen and (max-width: 991px) {
    .home #footer-contact .footer-contact__content {
        padding: 48px 40px 20px;
    }
}

#footer.footer {
    border-top: none;
    margin: 0;
}

.footer-menu {
    background: #e1e5eb;
}

.footer-menu .inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-top: 96px;
    padding-bottom: 56px;
}

@media only screen and (max-width: 991px) {
    .footer-menu {
        display: none;
    }
}

.menu__home {
    margin-left: 40px;
}

.menu__home li {
    font-weight: 600;
    line-height: 1.6;
    margin: 0 0 1em;
    position: relative;
}

.footer__menu {
    width: auto;
}

.footer__menu .menu-item {
    margin-left: 1.9vw;
    line-height: 3em;
}

.footer__menu .sub-menu {
    margin-top: 0;
}

.footer__menu .sub-menu li {
    margin-left: 0;
    margin-bottom: 0;
}

.footer__menu .sub-menu li a {
    position: relative;
    padding-left: 20px;
}

.footer__menu .sub-menu li a:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 14px;
    background: url("img/fooer_list-mark.png") no-repeat;
    left: 0;
    top: 4px;
}

.footer__menu .sub-menu li.blank-link a:after {
    content: '\f35d';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    margin-left: 6px;
    position: relative;
    bottom: 1px;
}

@media only screen and (min-width: 1280px) {
    .footer__menu .menu-item {
        margin-left: 54px;
    }
}

#fnav_menu-3 .menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.footer__widget {
    padding: 28px 0 0;
}

@media only screen and (max-width: 991px) {
    .footer__widget {
        background: #e1e5eb;
    }
}

.footer__inner {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.footer__inner .footer__info-img {
    width: 120px;
}

.footer__inner .footer__info {
    width: auto;
    margin-left: 40px;
}

.footer__inner .footer__info .footer__info-company-name {
    font-size: 16px;
    font-weight: 600;
    color: #464646;
    margin-bottom: 14px;
}

.footer__inner .footer__info .footer__info-address {
    margin: 7px 0 0px;
}

.footer__inner .footer__info .footer__info-address .name {
    width: 100px;
}

.footer__inner .footer__info .footer__info-fb {
    margin-top: 28px;
}

@media only screen and (max-width: 991px) {
    .footer__inner {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    .footer__inner .footer__info-img {
        width: 100%;
        text-align: center;
    }
}

@media only screen and (max-width: 991px) {
    .footer__inner .footer__info {
        margin-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .footer__inner .footer__info .footer__info-address {
        font-size: 12px;
    }
}

@media only screen and (max-width: 991px) {
    .footer__inner .footer__info .footer__info-address .name {
        display: block;
        font-size: 13px;
        width: 100%;
    }
}

.copyright {
    background: none;
    color: #000;
    font-size: 13px;
}

@media only screen and (max-width: 991px) {
    .pb-row-inner {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/************* Image 配置 *************/
img.alignright {
    display: block;
    margin: 0 0 0 auto;
}

img.alignleft {
    display: block;
    margin: 0 auto 0 0;
}

img.aligncenter {
    display: block;
    margin: 0 auto;
}

/************* CTA ボタン 20201029 *************/
.header-contact {
    background: #e1e9f3;
    height: 110px;
    padding: 20px;
    margin-top: -50px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 991px) {
    .header-contact {
        margin-bottom: 10px;
    }
}

.content-primary {
    width: calc(100% - 4.24% - 294px);
}

@media only screen and (max-width: 991px) {
    .content-primary {
        width: auto;
    }
}

.content-primary .post_content .btns {
    max-width: 916px;
    margin-left: auto;
    margin-right: auto; /* margin-top: 48px; */
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.content-primary .post_content .btns li { /* width: 420px; */
    width: 290px;
    list-style-type: none;
}

.content-primary .post_content .btns li a {
    display: block; /*  background: #16478e; */
    background: #006d4d;
    color: #ccc;
    font-size: 16px;
    line-height: 68px;
    text-align: center;
}

.content-primary .post_content .btns li a:hover {
    background: #707070;
}

.content-primary .post_content .btns li .btn-mailform {
    position: relative;
    padding-left: 30px;
}

.content-primary .post_content .btns li .btn-mailform:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 22px; /* left: 68px; */
    left: 55px;
    top: 23px;
    background: url("img/icon_mail.png") no-repeat;
}

.content-primary .post_content .btns li .proposal {
    position: relative;
    padding-left: 30px;
}

.content-primary .post_content .btns li .proposal:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 22px;
    left: 30px;
    top: 23px;
    background: url("img/icon_doc.png") no-repeat;
    background-size: contain;
}

.content-primary .post_content .btns li .btn-tel {
    display: block; /* background: #16478e; */
    background: #006d4d;
    color: #ccc;
    font-size: 16px; /* line-height: 68px; */
    line-height: 1.5;
    text-align: center;
    padding: 7px 0;
}

.content-primary .post_content .btns li .btn-tel .phone-num {
    display: block;
    color: #f3f1f1;
    font-size: 20px;
    font-weight: 800;
    position: relative;
    padding-left: 28px; /* margin-left: 20px; */
}

.content-primary .post_content .btns li .btn-tel .phone-num:before {
    content: "";
    position: absolute;
    background: url("img/icon_phone_num.png") no-repeat;
    width: 21px;
    height: 23px;
    left: 60px;
    top: 4px;
}

@media only screen and (max-width: 991px) {
    .header-contact {
        margin-top: auto;
        height: 224px;
    }

    .content-primary .post_content .btns {
        display: block;
        max-width: 420px; /* margin-top: 43px; */
    }

    .content-primary .post_content .btns li {
        margin-bottom: 24px;
        width: 100%;
    }

    .content-primary .post_content .btns li a {
        font-size: 14px;
        line-height: 45px;
    }

    .content-primary .post_content .btns li .btn-mailform:before {
        width: 23px;
        height: 17px;
        top: 14px;
        left: 48px;
        background-size: contain;
    }

    .content-primary .post_content .btns li .proposal:before {
        left: 48px;
        top: 12px;
    }

    .content-primary .post_content .btns li .btn-tel {
        font-size: 14px;
        line-height: 45px;
        padding: 0;
    }

    .content-primary .post_content .btns li .btn-tel .phone-num {
        display: initial;
        font-size: 14px;
        padding-left: 20px;
        margin-left: 14px;
        margin-top: -23px;
    }

    .content-primary .post_content .btns li .btn-tel .phone-num:before {
        width: 16px;
        height: 18px;
        top: 3px;
        left: -1px;
        background-size: contain;
    }
}

/*# sourceMappingURL=style.css.map */


.content-primary .post_content .btns li a, .content-primary .post_content .btns li .btn-tel, #footer-contact .footer-contact__content .btns li a, #footer-contact .footer-contact__content .btns li .btn-tel {
    color: #ffffff !important;
}

.page-inner ul.btns li.grobal01 {
    margin: 20px auto -20px;
    width: 355px !important;
}

@media only screen and (max-width: 991px) {
    .page-inner ul.btns li.grobal01 {
        margin: -20px auto -20px;
        width: 100% !important;
    }
}

.content-primary .post_content .btns li.grobal01 .btn-mailform:before {
    background: none !important;
}

.content-primary .post_content .btns li.grobal01 .btn-mailform {
    padding-left: initial;
}

/* =================================
  リスティングサービス
================================= */
/* ------------------------------------ base */
#ads .bg-gray {
    background-color: #e5edf1;
}

#ads .ads-flex {
    display: flex;
}

@media only screen and (max-width: 991px) {
    #ads .bg-gray {
        padding-bottom: 20px;
    }

    #ads .ads-flex {
        flex-direction: column;
    }
}

#ads .ads-flex.space-between {
    justify-content: space-between;
}

#ads .ads-flex.content_center {
    justify-content: center;
}

#ads .ads-flex.space_evenly {
    justify-content: space-evenly;
}

#ads section {
    padding: 120px 0;
}

#ads section.pb0 {
    padding-bottom: 0;
}

#ads section.pt0 {
    padding-top: 0;
}

#ads section.pt20 {
    padding-top: 20px;
}

/* #ads section.ads-cta{
  padding: 0 0 50px;
} */
#ads .ads-title-sub {
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 60px;
    line-height: 1.5;
    color: #004198;
}

#ads .page-section-title {
    margin-top: 0;
}

#ads table, #ads td, #ads th {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    border-left: none;
    border-right: none;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    #ads .ads-title-sub {
        font-size: 14px;
    }

    #ads section {
        padding: 80px 0 0;
    }

    #ads section.pt20 {
        padding-bottom: 0;
    }
}

/* ------------------------------------ intro */
#ads .ads-intro {
    padding: 80px 0 130px;
}

#ads .ads-intro-item {
    width: 30%;
    margin-top: 50px;
}

#ads .ads-intro-item p {
    background-color: #fff;
    color: #16478e;
    padding: 1.5em 1em;
    border: 3px solid #006ab7;
    border-radius: 10px;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: bold;
}

#ads .ads-intro-text p {
    background-color: #006ab7;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: 0.1em;
    padding: 100px 1em 50px;
    margin-top: -60px;
    margin-bottom: 0;
}

#ads .ads-intro-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 50px 55px 0 55px;
    border-color: #e5edf1 transparent transparent transparent;
    margin: 80px auto;
}

@media only screen and (max-width: 991px) {
    #ads .ads-intro {
        padding: 50px 0 100px;
    }

    #ads .ads-intro-item {
        width: 100%;
        margin-top: 30px;

    }

    #ads .ads-intro-img {
        width: 100%;
        margin: 0 auto;
    }

    #ads .ads-intro-text p {
        font-size: 16px;
        padding: 40px 1em 30px;
        margin-top: -20px;
    }
}

/* ------------------------------------ merit */
#ads .ads-merit-img {
    padding: .5em 0 4em;
    max-width: 678px;
}

#ads .ads-merit-text {
    max-width: 522px;
    padding-left: 5em;
}

@media only screen and (max-width: 991px) {
    #ads .ads-merit p {
        text-align: justify;
    }

    #ads .ads-merit-img {
        padding: 1em 0 4em;
        width: 100%;
        margin: 0 auto;
    }

    #ads .ads-merit-text {
        max-width: none;
        width: 100%;
        padding-left: 0;
    }
}

/* ------------------------------------ in-house */
#ads .ads-inhouse-img,
#ads .ads-inhouse-text {
    width: 50%;
}

#ads .ads-inhouse-img-sp {
    display: none;
}

#ads .ads-inhouse-text {
    padding-right: 3em;
}

@media only screen and (max-width: 991px) {
    #ads .ads-inhouse-img,
    #ads .ads-inhouse-text {
        width: 100%;
    }

    #ads .ads-inhouse-img-sp {
        text-align: center;
        display: block;
        margin-bottom: 20px;
    }

    #ads .ads-inhouse-img {
        text-align: center;
        display: none;
    }

    #ads .ads-inhouse-text {
        padding-right: 0;
    }

    #ads .ads-inhouse p {
        text-align: justify;
    }
}

/* ------------------------------------ BtoB */
#ads .btb-item {
    margin-bottom: 80px;
}

#ads .btb-figure {
    background-color: #fff;
    border-radius: 10px;
    padding: 70px 20px;
    max-width: 1000px;
    margin: 0 auto;
}

#ads .btb-text p {
    text-align: center;
    line-height: 1.8;
    font-weight: bold;
}

#ads .btb-text-s {
    max-width: 800px;
    margin: 0 auto;
}

#ads .btb-text-s span {
    display: block;
    font-weight: bold;
    padding: 1.5em 1em;
}

#ads .btb-process-text {
    margin-right: 3em;
    min-width: 14em;
}

#ads .btb-process-text ul li {
    list-style: none;
    line-height: 2;
    padding-left: 5px;
}

#ads .btb-process-text ul {
    margin: 0;
}

#ads .btb-process-name {
    font-weight: bold;
    font-size: 1.2em;
    border-bottom: 2px solid #ccc;
    margin-bottom: 1em;
    line-height: 2;
    padding-left: 5px;
}

@media only screen and (max-width: 991px) {
    #ads .btb-item {
        margin-bottom: 50px;
    }

    #ads .btb-figure {
        background-color: #fff;
        border-radius: 10px;
        padding: 20px 20px 40px;
        max-width: 1000px;
        margin: 0 auto;
    }

    #ads .btb-process-text ul li {
        font-size: 14px;
        padding-left: 0;
    }

    #ads .btb-text p {
        text-align: justify;
    }

    #ads .btb-process-text {
        text-align: center;
        margin-right: 0;
        min-width: 14em;
        margin-bottom: 2.5em;
    }

    #ads .btb-process-name {
        font-size: 1em;
        padding-left: 0;
        padding-bottom: 3px;
    }

    #ads .btb-text-s span {
        padding: 1.5em 0;
    }

    #ads .btb-process-img {
        text-align: center;
    }
}

/* ------------------------------------ solution */
#ads .ads-solution-item {
    width: 30%;
    margin-top: 10px;
    text-align: center;
}

#ads .ads-solution-text {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin: 1em 0;
}

#ads .ads-solution-sub {
    text-align: justify;
    line-height: 2;
    padding: 1.5em 2em;
    color: #fff;
    min-height: 180px;
}

#ads .ads-solution-sub.a-type {
    background-color: #16478e;
}

#ads .ads-solution-sub.b-type {
    background-color: #00a4dc;
}

#ads .ads-solution-sub.c-type {
    background-color: #87cd82;
}

@media only screen and (max-width: 991px) {
    #ads .ads-solution-item {
        width: 100%;
        margin-top: 30px;
    }

    #ads .ads-solution-item:first-of-type {
        margin-top: 0;
    }

    #ads .ads-solution-item img {
        width: 160px;
    }

    #ads .ads-solution-text {
        font-size: 16px;
    }

    #ads .ads-solution-sub {
        padding: 1em;
        min-height: auto;
        font-weight: normal;
    }

    #ads .ads-solution-sub:last-of-type {
        margin-bottom: 0;
    }
}

/* ------------------------------------ TP point */
#ads .point-title {
    background-color: #006ab7;
    color: #fff;
    padding: .5em 1em;
}

#ads .point-title:first-of-type {
    margin-top: 30px;
}

#ads .point-sub {
    margin-top: 0;
    font-size: 20px;
    letter-spacing: 0.1em;
}

#ads .point-text {
    width: 60%;
    text-align: justify;
    padding-right: 3em;
}

#ads .point-img {
    width: 40%;
}

#ads .point-item {
    margin-bottom: 80px;
}

@media only screen and (max-width: 991px) {
    #ads .point-sub {
        font-size: 16px;
        text-align: justify;
    }

    #ads .point-text {
        width: 100%;
        padding-right: 0;
        order: 2;
    }

    #ads .point-img {
        width: 100%;
        text-align: center;
        order: 1;
        margin-bottom: 20px;
    }

    #ads .point-item {
        margin-bottom: 60px;
    }
}

/* ------------------------------------ Another */
#ads .another-text {
    width: 45%;
    text-align: justify;
}

#ads .another-table {
    max-width: 750px;
    width: 55%;
    padding: .5em 3em 0;
}

#ads .another-table tr {
    height: 80px;
}

#ads .another-table tr th {
    width: 22%;
    background-color: #f5f5f5;
}

#ads .another-table tr th:nth-of-type(1) {
    width: 25%;
}

#ads .another-table tr th:nth-of-type(2) {
    width: 31%;
}

#ads .another-table tr th.another-pickup,
#ads .another-pickup {
    background-color: #66b3cc;
    color: #fff;
}

#ads th.tp {
    font-weight: bold;
    padding: 0;
}

#ads .another-check {
    font-weight: bold;
    font-size: 22px;
}

@media only screen and (max-width: 991px) {
    #ads .another-text {
        width: 100%;
        order: 1;
        margin-top: 30px;
    }

    #ads .another-table {
        width: 100%;
        padding: 0;
        order: 2;
        margin: 0 auto;
    }

    #ads .another-table tr {
        font-size: 14px;
    }

    #ads .another-check {
        font-size: 20px;
    }
}

/* ------------------------------------ TP service */
#ads .service-text {
    width: 50%;
    text-align: justify;
}

#ads .service-table {
    max-width: 550px;
    width: 50%;
    padding: .5em 3em 0;
}

#ads .service-table tr {
    height: 70px;
}

#ads .service-table tr td:last-of-type {
    width: 25%;
}

#ads .service-table tr td:first-of-type {
    text-align: left;
    padding-left: 3em;
    padding-right: 1em;
}

#ads .service-table tr td {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#ads .service-bg {
    background-color: #66b3cc;
    color: #fff;
    font-weight: bold;
}

#ads .service-bg2 {
    background-color: #f5f5f5;
}

#ads .service-check {
    font-weight: bold;
    font-size: 22px;
}

@media only screen and (max-width: 991px) {
    #ads .service-text {
        width: 100%;
        margin-top: 30px;
    }

    #ads .service-table {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }

    #ads .service-table tr td:first-of-type {
        text-align: left;
        padding-left: 1em;
        padding-right: 1em;
    }
}

/* ------------------------------------ TP strategy */
#ads .strategy-item {
    margin-top: 80px;
}

#ads .strategy-num {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 80px;
    height: 80px;
    background-image: url(img/ads-strategy-num.png);
}

#ads .strategy-num span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}

#ads .strategy-head {
    position: relative;
    padding-left: 100px;
    margin-bottom: 50px;
}

#ads .strategy-head h4 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    background: none;
    border: none;
}

#ads .strategy-head h5 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #006ab7;
    background: none;
    border: none;

}

#ads .strategy-img {
    width: 50%;
}

#ads .strategy-img span {
    font-size: 12px;
    display: block;
    margin-top: 1em;
    padding-left: 1em;
    line-height: 1.4;
}

#ads .strategy-text {
    width: 50%;
    text-align: justify;
    padding-left: 3em;
    margin-top: -0.5em;
}

#ads .strategy-bottom {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 2;
    background-color: #006ab7;
    color: #fff;
    padding: 2em;
    border-radius: 5px;
    display: block;
    max-width: 800px;
    margin: 150px auto;
}

#ads .strategy-sub {
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    #ads .strategy-item {
        margin-top: 40px;
    }

    #ads .strategy-num {
        top: 10px;
        width: 40px;
        height: 40px;
        background-size: cover;
    }

    #ads .strategy-num span {
        font-size: 16px;
    }

    #ads .strategy-head {
        padding-left: 60px;
        margin-bottom: 30px;
    }

    #ads .strategy-head h4 {
        display: inline-block;
        height: 65px;
        padding: 0;
        margin: 0;
        font-size: 18px;
        font-weight: bold;
        color: #333;
        background: none;
        border: none;
    }

    #ads .strategy-head h5 {
        margin-left: -60px;
        font-size: 16px;
    }

    #ads .strategy-img {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    #ads .strategy-img span {
        font-size: 11px;
        display: block;
        margin-top: 1em;
        padding-left: 0;
        text-align: left;
    }

    #ads .strategy-text {
        width: 100%;
        text-align: justify;
        padding-left: 0;
        margin-top: 0;
    }

    #ads .strategy-bottom {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.8;
        background-color: #006ab7;
        color: #fff;
        padding: 1.5em 1em;
        border-radius: 5px;
        display: block;
        max-width: 800px;
        margin: 50px auto 100px;
    }
}

/* ------------------------------------ CTA */
#ads .ads-cta {
    padding-top: 0;
}

#ads .ads-cta .bg-cta {
    background-color: #faf6e1;
    padding: 60px 50px 80px;
    border-radius: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

/* CTA 資料ダウンロード ---- */
#ads .ads-cta-img {
    margin-right: 50px;
}

#ads .ads-cta-btn {
    margin-top: 20px;
    text-align: center;
}

#ads .ads-cta-btn .btn-proposal {
    position: relative;
    width: 350px;
    margin: 0 auto;
    background-color: #08254f;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 68px;
    text-align: center;
    margin-bottom: 20px;
}

#ads .ads-cta-btn .btn-proposal:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 22px;
    left: 30px;
    top: 23px;
    background: url(img/icon_doc.png) no-repeat;
    background-size: contain;
}

#ads .ads-cta-btn .btn-proposal:hover {
    background-color: #004198;
}

#ads .ads-cta-btn span {
    font-size: 14px;
    line-height: 1.5;
}

/* CTA お問い合わせ ---- */
#ads .ads-cta-text {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 50px;
    margin-bottom: 30px;
}

#ads .ads-cta .btns,
#ads .ads-cta .btns .btn-tel {
    margin-bottom: 0;
}

#ads .ads-cta .btns li:first-of-type {
    margin-right: 40px;
}

#ads .ads-cta .btns .btn-mailform,
#ads .ads-cta .btns .btn-tel {
    background-color: #08254f;
}

#ads .ads-cta .btns .btn-mailform:hover {
    background-color: #004198;
}

@media only screen and (max-width: 991px) {
    #ads .ads-cta-img {
        margin-right: 0;
        text-align: center;
    }

    #ads .ads-cta-img img {
        width: 200px;
    }

    #ads .ads-cta .bg-cta {
        background-color: #faf6e1;
        padding: 50px 20px;
        border-radius: 0;
        max-width: 1000px;
        margin: 0 auto;
    }

    #ads .ads-cta-btn .btn-proposal {
        position: relative;
        width: auto;
        max-width: 350px;
        margin: 0 auto;
        background-color: #08254f;
        display: block;
        color: #fff;
        font-size: 16px;
        line-height: 68px;
        text-align: center;
        margin-bottom: 20px;
    }

    #ads .ads-cta-btn .btn-proposal:before {
        content: "";
        position: absolute;
        width: 30px;
        height: 22px;
        left: 30px;
        top: 23px;
        background: url(img/icon_doc.png) no-repeat;
        background-size: contain;
    }

    #ads .ads-cta-btn .btn-proposal:before {
        display: none;
    }

    #ads .ads-cta-text {
        text-align: center;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
        margin-top: 50px;
        margin-bottom: 30px;
    }
}

/* =================================
  海外向けサービス
================================= */
/* ------------------------------------ ヘッダー */
.overseas-style.page__header-custom-image {
    /* height: 15vw;
  min-height: 200px; */
    height: auto;
    padding: 70px 0 60px;
}

.overseas-style.page__header-custom-image .page__header-inner {
    text-align: center;
}

@media only screen and (max-width: 991px) {
    .overseas-style.page__header-custom-image .page__header-inner {
        width: 100%;
    }
}

/* ------------------------------------ ヘッダータイトル */
.overseas-style.page__header-custom-image .page__header-inner h2 {
    font-size: 50px;
    margin-top: 0;
    margin-bottom: 1em;
}

.overseas-style.page__header-custom-image .page__header-inner h2.title-bg {
    margin-bottom: .5em;
    display: inline-block;
    background: rgba(25, 27, 46, 0.7);
    padding: .6em .8em;
}

@media only screen and (max-width: 991px) {
    .overseas-style.page__header-custom-image .page__header-inner h2 {
        font-size: 30px;
    }

    .overseas-style.page__header-custom-image .page__header-inner h2.title-bg {
        margin-bottom: 1em;
    }
}

/* ------------------------------------ ヘッダーディスクリプション */
.overseas-style.page__header-custom-image .page__header-inner .header-description {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
}

/* ------------------------------------ CTA */
.overseas-cta_area {
    width: 100%;
    /* padding: 160px 20px 80px !important; */
    padding: 80px 20px 80px !important;
}

.overseas-cta {
    display: block;
    background: #8bc34a;
    color: #fff !important;
    font-size: 30px;
    line-height: 80px;
    text-align: center;
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
    font-weight: bold;
}

.overseas-cta:hover {
    background: #006d4d;
}

@media only screen and (max-width: 991px) {
    .overseas-cta {
        font-size: 20px;
    }
}

#overseas .btn-show-case {
    font-size: 28px;
}

/* ------------------------------------ 背景色 */
#overseas .overseas_bg {
    background-color: #e5edf1;
}

@media only screen and (max-width: 991px) {
    #overseas .overseas_bg {
        padding: 40px 0 0;
        margin-bottom: 50px;
    }
}

/* =========================================== コンテンツ */
#overseas section {
    padding: 0 0 50px;
}

/* ------------------------------------ intro */
#overseas .os_intro h2 {
    margin-bottom: 1em;
}

#overseas .os_intro p {
    font-size: 18px;
    line-height: 2;
}

@media only screen and (max-width: 767px) {
    #overseas .os_intro h2 {
        font-size: 18px;
    }

    #overseas .os_intro p {
        font-size: 14px;
    }
}

/* ------------------------------------ success point */
#overseas .card_layout_01.has_sub_header .card .card_title {
    height: 100px;
}

#overseas .card_layout_01.has_sub_header .card p {
    width: 90%;
    text-align: left;
    margin-bottom: 1em;
}

#overseas .card_layout_01.has_header_color .card ul li {
    text-align: left;
}

#overseas .card_layout_01 .card .desc {
    text-align: left;
}

#overseas .overseas_bg .card_layout_01 .card {
    background: #fff;
}

/* ------------------------------------ solution */
#overseas .os_solution {
    padding: 0 80px;
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    #overseas .os_solution {
        padding: 0 30px;
        flex-direction: column;
    }
}

#overseas .os_solution-item {
    width: 30%;
    padding: 30px;
    background-color: #f0f0f0;
    border-radius: 20px;
}

#overseas .overseas_bg .os_solution-item {
    background-color: #fff;
}

@media only screen and (max-width: 767px) {
    #overseas .os_solution-item {
        width: 100%;
        margin-bottom: 20px;
    }
}

#overseas .os_solution-img {
    text-align: center;
    margin-bottom: 10px;
}

#overseas .os_solution-title {
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
}

/* ------------------------------------ other service */
#overseas .service-content.center .card {
    width: 40%;
    padding: 0 24px;
}

#overseas .other_service .card h4 {
    text-align: center;
    font-size: 24px;
    color: #16478e;
}

#overseas .other_service .card img {
    width: 60%;
}

#overseas .service-content-icon {
    margin-bottom: 1em;
}

#overseas .other_service .card .service-content-sub {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 2px solid #333;
    padding-bottom: 0.8em;
    margin-top: 1.5em;
    margin-bottom: 0.8em;
}

#overseas .other_service .detail_link {
    margin-top: 1em;
}

@media only screen and (max-width: 991px) {
    #overseas .service-content {
        display: flex;
    }

    #overseas .service-content.center .card {
        width: 50%;
        padding: 0 24px;
    }
}

@media only screen and (max-width: 768px) {
    #overseas .service-content {
        flex-direction: column;
    }

    #overseas .service-content.center .card {
        width: 100%;
        padding: 0;
    }

    #overseas .other_service .card h4 {
        margin-bottom: 1em;
        font-size: 18px;
    }

    #overseas .other_service .card .service-content-sub {
        margin-top: 1em;
        font-size: 16px;
    }
}

/* ------------------------------------ service */
#overseas .os_service {
    max-width: 800px;
}

#overseas .os_service .page-inner h4 {
    text-align: center;
    color: #16478e;
    margin-bottom: 0;
    font-size: 40px;
    padding: 0;
}

#overseas .os_service-img {
    /* width: 270px; */
    max-width: 100%;
}

#overseas .service_contents_lead {
    text-align: center;
}

#overseas .contents_list.fd-col ul {
    flex-direction: column;
}

#overseas .contents_list.fd-col ul li {
    width: 100%;
}

@media only screen and (max-width: 991px) {
    #overseas .os_service .page-inner h4 {
        font-size: 25px;
    }

    #overseas .os_service-img {
        width: auto;
    }

    #overseas .service_contents_list {
        margin-top: 30px;
    }

    #overseas .service_contents_list .contents_row .contents_list ul li:nth-child(2n) {
        margin-left: 0;
    }

    #overseas .service_contents_list .contents_row .contents_list ul li {
        width: 50%;
    }

    #overseas .contents_list.fd-col ul li {
        width: 100% !important;
    }
}

/* ------------------------------------ point */
@media only screen and (max-width: 991px) {
    #overseas .feature_list {
        margin-top: 30px;
    }
}

/* ------------------------------------ 3point */
#overseas .consulting-feature {
    /* margin-bottom: 0; */
}

#overseas .consulting-feature .media {
    height: 430px;
}

#overseas .consulting-feature .media > div:nth-child(1),
#overseas .service-website .media > div:nth-child(1),
#overseas .service-web-consulting .media > div:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (max-width: 991px) {
    #overseas .consulting-feature {
        margin-bottom: 50px;
    }

    #overseas .consulting-feature .media {
        height: auto;
        /* margin-bottom: 10px; */
    }

    #overseas .consulting-feature .media:last-of-type {
        margin-bottom: 0;
    }
}

/* ------------------------------------ flow 6step */
#overseas .flow-image {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 991px) {
    #overseas .feature_list {
        margin-top: 30px;
    }
}

/* ------------------------------------ flow 8step */
#overseas .website-flow .row.reverse:after {
    content: none;
}

#overseas .website-flow .row.reverse .flow_item:last-of-type:before {
    content: none;
}

@media only screen and (max-width: 991px) {
    #overseas .website-flow {
        margin-top: 40px;
    }

    #overseas .website-flow .flow_item .icon {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 768px) {
    #overseas .website-flow .flow_item {
        max-width: 300px;
        margin: 0 auto;
    }

    #overseas .website-flow .row.reverse .flow_item:last-of-type {
        padding-bottom: 0;
    }

    #overseas .website-flow .flow_item .item_content {
        flex-direction: row;
    }

    #overseas .website-flow .flow_item .icon {
        width: 50px;
        margin-top: 0;
    }

    #overseas .website-flow .flow_item .service-content-title {
        margin-top: 0;
    }
}

/* ------------------------------------ faq */
.faq {
    max-width: 1000px;
    margin: 0 auto;
}

.faq-item {
    padding: 15px 25px;
}

.faq-item_a {
    display: none;
}

.faq-item dt {
    background-color: #00479D;
    color: #fff;
    padding: 0 1.5em;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    position: relative;
    cursor: pointer;
}

.faq-item dt span {
    margin-right: 1em;
}

.faq-item dt i::after {
    position: absolute;
    top: 18px;
    right: 20px;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    transition: 0.3s;
}

.faq-item dt.close i::after {
    position: absolute;
    top: 18px;
    right: 20px;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(135deg);
    transition: 0.3s;
}

.faq-item dd {
    padding: 2em 1.5em;
    background-color: #fff;
    line-height: 1.7;
}

@media only screen and (max-width: 768px) {
    #overseas .content-gry {
        padding-top: 50px;
    }

    #overseas .faq-item {
        padding: 10px 0;
    }

    #overseas .faq-item dt {
        font-size: 16px;
    }

    #overseas .faq-item dt i::after {
        top: 20px;
        width: 8px;
        height: 8px;
    }

    #overseas .faq-item dd {
        padding: 1em 1em;
    }
}

/* ------------------------------------ form */
.faq-cta-item.cta #k3form_embed {
    display: block;
    padding: 60px 0 0 30px !important;
    width: 600px;
    max-width: 100%;
    margin: 0 auto !important;
}

#overseas #k3form_embed {
    display: block;
    padding: 80px 20px 0 !important;
    width: 600px;
    max-width: 100%;
    margin: 0 auto !important;
}

@media only screen and (max-width: 767px) {
    .faq-cta-item.cta #k3form_embed {
        display: block;
        padding: 50px 20px 0 !important;
    }

    #overseas #k3form_embed {
        display: block;
        padding: 50px 20px 0 !important;
    }
}

/* =================================
  Solution new
================================= */
.solution_list-new .solution_item-new {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.solution_list-new .solution_item-new:last-of-type {
    margin-bottom: 0;
}

.solution_list-new .solution_item-new .item_text {
    width: 70%;
    max-width: 700px;
    padding-left: 30px;
}

.solution_list-new .solution_item-new figure {
    width: 200px;
    text-align: center;
}

.solution_list-new .solution_item-new .item_title {
    position: relative;
    background-color: #fff;
    padding: .5em 1em;
    font-size: 22px;
    color: #141d2a;
    /* color: #8bb2eb; */
    border-bottom: none;
    text-align: center;
}

.solution_list-new .solution_item-new .item_title:after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}

.solution_list-new .solution_item-new .item_sub {
    color: #fff;
    text-align: left;
    line-height: 1.6;
    font-size: 16px;
}

.solution_list-new .solution_item-new .item_btn {
    display: block;
    border: 1px solid #8bb2eb;
    color: #8bb2eb;
    padding: .8em 1em;
    max-width: 250px;
    margin: 1.6em auto 0;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.solution_list-new .solution_item-new .item_btn:hover {
    background-color: #8bb2eb;
    color: #141d2a;
}

@media only screen and (max-width: 768px) {
    .solution_list-new .solution_item-new {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .solution_list-new .solution_item-new:last-of-type {
        margin-bottom: 40px;
    }

    .solution_list-new .solution_item-new .item_text {
        width: 100%;
        padding-left: 0;
    }

    .solution_list-new .solution_item-new figure {
        width: 100%;
        margin-bottom: 20px;
    }

    .solution_list-new .solution_item-new .item_title {
        font-size: 18px;
    }

    .solution_list-new .solution_item-new .item_sub {
        margin-bottom: 1.5em;
        font-size: 14px;
    }

    .solution_list-new .solution_item-new .item_btn {
        font-size: 14px;
    }
}

/* =================================
  グローバルメニュー調整
================================= */
.menu-item .br-none {
    /*display: none;*/
}

.menu_heading .br-none {
    display: inline-block;
}

/*.header__pc .nav__global .parent:nth-of-type(1) .sub-menu li:first-of-type,*/
/*.header__pc .nav__global .parent:nth-of-type(1) .sub-menu li:nth-of-type(2),*/
/*.header__pc .nav__global .parent:nth-of-type(1) .sub-menu li:nth-of-type(3),*/
/*.header__pc .nav__global .parent:nth-of-type(1) .sub-menu li:nth-of-type(4) {*/
/*    display: block;*/
/*    !*width: 100%;*!*/
/*}*/

/*!* .header__pc .nav__global .parent:nth-of-type(1) .sub-menu li:nth-of-type(3) {*/
/*    width: 100%;*/
/*} *!*/

/*.header__pc .nav__global .parent:nth-of-type(1) .sub-menu li:first-of-type a,*/
/*.header__pc .nav__global .parent:nth-of-type(1) .sub-menu li:nth-of-type(2) a,*/
/*.header__pc .nav__global .parent:nth-of-type(1) .sub-menu li:nth-of-type(3) a,*/
/*.header__pc .nav__global .parent:nth-of-type(1) .sub-menu li:nth-of-type(4) a {*/
/*    padding-left: 25px !important;*/
/*    font-size: 18px;*/
/*    !*margin-bottom: .5em;*!*/
/*}*/

/*.header__pc .nav__global .parent:nth-of-type(1) .sub-menu li:first-of-type a:before,*/
/*.header__pc .nav__global .parent:nth-of-type(1) .sub-menu li:nth-of-type(2) a:before,*/
/*.header__pc .nav__global .parent:nth-of-type(1) .sub-menu li:nth-of-type(3) a:before,*/
/*.header__pc .nav__global .parent:nth-of-type(1) .sub-menu li:nth-of-type(4) a:before {*/
/*    content: '▶︎' !important;*/
/*    position: absolute;*/
/*    left: 0;*/
/*}*/

/*.header__pc .nav__global .parent:nth-of-type(2) .sub-menu li:first-of-type {*/
/*    display: block;*/
/*    width: 100%;*/
/*}*/

/*.header__pc .nav__global .parent:nth-of-type(2) .sub-menu li:first-of-type a {*/
/*    padding-left: 25px !important;*/
/*    font-size: 18px;*/
/*    margin-bottom: .5em;*/
/*}*/

/*.header__pc .nav__global .parent:nth-of-type(2) .sub-menu li:first-of-type a:before {*/
/*    content: '▶︎' !important;*/
/*    position: absolute;*/
/*    left: 0;*/
/*}*/

/*.header__pc .nav__global .parent:nth-of-type(3) .sub-menu li a,*/
/*.header__pc .nav__global .parent:nth-of-type(3) .sub-menu li:nth-of-type(10) a,*/
/*.header__pc .nav__global .parent:nth-of-type(3) .sub-menu li:nth-of-type(15) a {*/
/*    padding-left: 25px !important;*/
/*    font-size: 18px;*/
/*}*/

/*.header__pc .nav__global .parent:nth-of-type(3) .sub-menu li a:before,*/
/*.header__pc .nav__global .parent:nth-of-type(3) .sub-menu li:nth-of-type(10) a:before,*/
/*.header__pc .nav__global .parent:nth-of-type(3) .sub-menu li:nth-of-type(15) a:before {*/
/*    content: '▶︎' !important;*/
/*    position: absolute;*/
/*    left: 0;*/
/*}*/


/* ===================================================
2023/02-/04 7p-renewal
====================================================== */
.service-content.center.half {
    justify-content: space-between;

}

.service-content.center .card-half {
    width: 48%;
    padding: 0 5px 3em;
}

@media only screen and (max-width: 991px) {
    .page-overview.service-half {
        padding-bottom: 0 !important;
    }

    .page-overview.service-half .page-inner {
        padding-bottom: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .service-content.center .card-half {
        width: 100%;
        padding: 0 0 3em;
    }
}

.service-content .card-half .service-content-title {
    font-size: 21px;
    font-weight: bold;
    color: #16478e;
    text-align: center;
    border-bottom: 6px solid #16478e;
    margin: 20px 0;
    padding: 0 0 10px;
    background: none;
}

.service-content .card-half .service-content-title span {
    display: inline-block;
    font-size: .7em;
}

.service-content .card-half .service-content-title a {
    color: #16478e;
}

.service-content .card-half p {
    text-align: left;
    line-height: 1.875em;
    margin-bottom: 1em;
}

.service-content .card-half .service-content-list {
    margin-left: 1.8em;
    margin-bottom: 1em;
}

@media only screen and (max-width: 768px) {
    .service-content .card-half .service-content-list {
        width: fit-content;
        margin: auto;
        /* margin-left: 1.8em; */
        margin-bottom: 1em;
    }
}

.service-content .card-half .service-content-list li {
    color: #00a4dc;
    font-weight: bold;
    text-align: left;
}

/* 責任者追加 */
.responsible-main {
    display: flex;
    margin-bottom: 3em;
}

.responsible-img,
.responsible-info {
    width: 50%;
    text-align: left;
}

.responsible-img {
    padding-right: 3em;
}

.responsible-name-item {
    margin-bottom: 2em;
}

.responsible-name-sub1 {
    display: block;
    margin-bottom: .6em;
}

.responsible-name {
    font-size: 1.8em;
    font-weight: bold;
}

.responsible-name-sub2 {
    font-size: 0.8em;
}

.responsible-ul-title {
    background: #ececec;
    font-weight: bold;
    padding: .5em 1em;
    line-height: 1 !important;
    margin-bottom: .8em !important;
}

.responsible-ul li {
    line-height: 1.5;
    margin-bottom: 0.3em;
}

.responsible-ul:last-of-type {
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 991px) {
    .responsible {
        padding-top: 0px !important;
    }

    .responsible-main {
        flex-direction: column;
        margin-bottom: 0;
    }

    .responsible-img,
    .responsible-info {
        width: 100%;
    }

    .responsible-img {
        padding-right: 0;
        margin-bottom: 2em;
        text-align: center;
    }

    .responsible-name {
        font-size: 1.5em;
    }
}

.responsible-blog-title {
    margin-bottom: .5em !important;
}

.responsible-blog-title a {
    color: #16478e !important;
    transition: all .3s;
}

.responsible-blog-title a:hover {
    opacity: .7;
}

.responsible-blog-sub {
    font-size: 0.9em;
    margin-bottom: 2em;
}

.responsible-blog {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 40px;
}

.responsible-blog-item {
    width: calc((100% - 80px) / 3);
    border: 1px solid #ddd;
    transition: all .3s;
}

.responsible-blog-item:hover {
    opacity: .7;
}

@media only screen and (max-width: 991px) {
    .responsible-blog {
        justify-content: center;
    }

    .responsible-blog-item {
        max-width: 300px;
        width: calc((100% - 40px) / 2);
    }
}

@media only screen and (max-width: 768px) {
    .responsible-blog {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .responsible-blog-item {
        width: 100%;
    }
}

.overseas-cta.add-icon-mail,
.overseas-cta.add-icon-cal,
.overseas-cta.add-icon-dl {
    position: relative;
    padding-left: 40px;
}

.overseas-cta.add-icon-mail:before,
.overseas-cta.add-icon-cal:before,
.overseas-cta.add-icon-dl:before {
    position: absolute;
    transform: translate(00%, -50%);
    top: 51%;
    left: 80px;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.overseas-cta.add-icon-mail:before {
    background-image: url(img/icon_mail.png);
    width: 30px;
    height: 22px;
}

.overseas-cta.add-icon-cal:before {
    background-image: url(/wp-content/uploads/2023/03/icon-cal.png);
}

.overseas-cta.add-icon-dl:before {
    background-image: url(/wp-content/uploads/2023/03/icon-dl.png);
}

.overseas-cta.add-icon-dl.micro-dl2:before {
    left: 50px;
}

@media only screen and (max-width: 991px) {
    .overseas-cta.add-icon-mail,
    .overseas-cta.add-icon-cal,
    .overseas-cta.add-icon-dl {
        position: relative;
        padding-left: .5em;
    }

    .overseas-cta.add-icon-mail:before,
    .overseas-cta.add-icon-cal:before,
    .overseas-cta.add-icon-dl:before {
        position: absolute;
        transform: translate(00%, -50%);
        top: 51%;
        left: 40px;
        content: "";
        display: block;
        width: 23px;
        height: 23px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .overseas-cta.add-icon-mail:before {
        width: 25px;
        height: 19px;
    }

    .overseas-cta.add-icon-dl.micro-dl2:before {
        left: 40px;
    }
}

.title-bg.title-bg2 {
    background: rgba(25, 27, 46, 0.4) !important;
}


.service-cost {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 3em;
}

.service-cost-title {
    color: #fff;
    background: #df3131;
    text-align: center;
    display: block;
    padding: .8em 1.5em;
    font-weight: bold;
    max-width: 300px;
    margin-right: 2em;
}

.service-cost-price {
    color: #df3131;
    font-weight: bold;
    line-height: 1 !important;
    margin-bottom: 0 !important;
}

.service-cost-price-num {
    font-size: 2.6em;
}

.service-cost-sub {
    color: #000;
    font-weight: normal;
}

@media only screen and (max-width: 991px) {
    .service-cost {
        flex-direction: column;
        margin-top: 2em;
    }

    .service-cost-title {
        margin-right: 0;
        font-size: 0.8em;
        margin-bottom: 1em;
    }
}

.contents_row .contents_list ul li span {
    display: block;
    font-size: 0.8em;
    padding-top: 0.2em;
}

.contents_row .contents_list.col-1 ul {
    flex-direction: column;
}

.contents_row .contents_list.col-1 ul li {
    width: 100% !important;
}


.flow-image-cap {
    display: block;
    width: 100%;
    max-width: 1020px;
    margin: 1em auto !important;
    padding: 0 10px;
}

@media only screen and (max-width: 767px) {
    .flow-image-cap {
        font-size: 13px;
        padding: 0;
    }
}

/* サービス内容と料金 */
.add-cost {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.add-cost-inner {
    display: flex;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #868686;
}

.add-cost-inner:last-of-type {
    margin-bottom: 0;
}

.add-cost-inner:first-of-type {
    padding-top: 1.5em;
    border-top: 1px solid #868686;
}

.add-cost-title {
    width: 20%;
    padding: .5em;
    text-align: center;
    border: 2px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add-cost-title p {
    display: block;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: bold;
}

.add-cost-desc {
    width: 80%;
    padding: .5em 0;
    padding-left: 2em;
    display: flex;
    align-items: center;
    font-size: 16px;
}

.add-cost-desc p {
    display: block;
    line-height: 1.5;
    margin-bottom: 0;
}

.add-cost-desc ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.add-cost-desc ul li {
    width: 50%;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 1em;
}

.add-cost-desc ul li:last-of-type {
    width: 100%;
    margin-bottom: 0;
}

.add-cost-bold {
    font-weight: 900;
    font-size: 1.8em;
    color: #006ab7;
    padding: 0 .2em;
    vertical-align: baseline;
}

.add-cost-price {
    display: flex;
    align-items: center;
    margin-bottom: 1.5em;
}

.add-cost-price:last-of-type {
    margin-bottom: 0;
}

.add-cost-price-title {
    background: #005ea2;
    color: #fff;
    text-align: center;
    font-weight: bold;
    width: 260px;
    padding: .8em;
    margin-right: 1em;
}

.add-cost-price-title.type_b {
    background: #1d96ec;
}

@media only screen and (max-width: 991px) {

    .add-cost {
        margin-top: 2em;
    }

    .add-cost-desc ul li {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .add-cost-sp-none {
        display: none;
    }

    .add-cost-inner {
        flex-direction: column;
        margin-bottom: 1.5em;
        padding-bottom: 1.5em;
        border-bottom: none;
    }

    /* .add-cost-inner:last-of-type{
    padding-bottom: 0;
  } */
    .add-cost-inner:first-of-type {
        padding-top: 1.5em;
        border-top: none;
    }

    .add-cost-title {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
    }

    .add-cost-desc {
        width: 100%;
        padding: 1.5em 0 .5em;
        padding-left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        line-height: 1.5;
    }

    .add-cost-desc ul {
        display: table;
    }
}

@media only screen and (max-width: 560px) {
    .add-cost-price {
        flex-direction: column;
    }

    .add-cost-price-title {
        background: #005ea2;
        color: #fff;
        text-align: center;
        font-weight: bold;
        width: 260px;
        padding: .4em;
        margin-right: 0;
        margin-bottom: .5em;
        font-size: 0.9em;
    }
}

/* サービス内容と料金 ------------------------ 2 */
.pack-cost {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.pack-cost-inner {
    display: flex;
    margin-bottom: 2em;
}

.pack-cost-inner:last-of-type {
    margin-bottom: 0;
}

.pack-cost-title {
    width: 6%;
    min-width: 50px;
    padding: 1em;
    text-align: center;
    border: 2px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pack-cost-title p {
    display: block;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: bold;
    writing-mode: vertical-rl;
}

.pack-cost-desc {
    width: 94%;
    padding: .5em 0;
    padding-left: 2em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.pack-cost-item {
    width: calc((100% - 20px) / 2);
    text-align: center;
}

.pack-cost-item-title {
    position: relative;
    background: #005ea2;
    color: #fff;
    text-align: center;
    font-weight: bold;
    width: 100%;
    padding: .8em;
    margin-bottom: 30px;
}

.pack-cost-item-title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #005ea2;
}

.pack-cost-item.type_b .pack-cost-item-title {
    background: #1d96ec;
}

.pack-cost-item.type_b .pack-cost-item-title:before {
    border-top: 15px solid #1d96ec;
}

.pack-cost-bold {
    font-weight: 900;
    font-size: 2em;
    color: #006ab7;
    padding: 0 .2em;
    padding-left: 0.5em;
    vertical-align: bottom;
}

.pack-cost-bold span {
    font-size: .5em;
    padding-left: 0.3em;
}

.pack-cost-item.type_b .pack-cost-bold {
    color: #1d96ec;
}

.pack-cost-item-sub {
    margin-top: 1.5em;
    border: 1px solid #ccc;
    display: flex;
}

.pack-cost-item-sub span {
    display: inline-block;
    width: 50%;
    padding: .7em .2em;
}

.pack-cost-item-sub1 {
    border-right: 1px solid #ccc;
    background: #ececec;
    font-feature-settings: "palt";
}


.pack-cost-desc.lists {
    flex-direction: column;
}

.pack-cost-list {
    display: flex;
    align-items: center;
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #868686;
}

.pack-cost-list:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.pack-cost-list-img {
    width: 140px;
    text-align: center;
}

.pack-cost-list-img img {
    width: 68px;
}

.pack-cost-list-title {
    width: 200px;
    font-weight: bold;
}

.pack-cost-list-text {
    width: calc(100% - 340px);
}

.pack-cost-list-text ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.pack-cost-list-text ul li {
    width: 50%;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 1em;
}

.pack-cost-list-text ul li.w100 {
    width: 100%;
}

.pack-cost-list-text ul li:last-of-type {
    width: 100%;
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {

    .pack-cost-desc {
        flex-direction: column;
    }

    .pack-cost-item {
        width: 100%;
        margin-bottom: 2em;
    }

    .pack-cost-item:last-of-type {
        margin-bottom: 0;
    }

    .pack-cost-list-text ul li {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {

    .pack-cost-list {
        flex-direction: column;
        align-items: center;
        margin-bottom: 2em;
        padding-bottom: 2em;
        border-bottom: 1px solid #868686;
    }

    .pack-cost-list-img {
        width: 100%;
        margin-bottom: 1em;
    }

    .pack-cost-list-title {
        width: 100%;
        text-align: center;
        margin-bottom: 1.5em;
    }

    .pack-cost-list-text {
        width: 100%;
    }

    .pack-cost-list-text ul {
        width: 100%;
    }
}

@media only screen and (max-width: 560px) {

    .pack-cost-inner {
        flex-direction: column;
        margin-bottom: 3em;
    }

    .pack-cost-inner:last-of-type {
        margin-bottom: 0;
    }

    .pack-cost-desc {
        width: 100%;
        padding: 0.5em 0;
        padding-left: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 16px;
    }

    .pack-cost-title {
        width: 100%;
        padding: .5em;
        margin-bottom: 1em;
    }

    .pack-cost-item-title {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .pack-cost-title p {
        writing-mode: horizontal-tb;
    }

    .pack-cost-item-sub {
        margin-top: 1em;
        font-size: 0.8em;
    }
}

.page__header-custom-image .page__header-inner.width_auto {
    width: auto;
}

/* -------------------------------------- ボタン装飾 */
.overseas-cta {
    box-shadow: 0 6px 0 #587f2b;
    transition: all .1s;
}

.overseas-cta:hover {
    background: #8bc34a;
    box-shadow: none;
    transform: translateY(6px);
}

.page__header-inner.width_auto {
    padding-bottom: 6px;
}


/* -------------------------------------- サービスリンクバナー */
.service-link-sec {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.service-link-sec-item {
    width: calc((100% - 80px) / 3);
    min-width: 300px;
}

.service-link-sec-title {
    margin-bottom: 0 !important;
}

.service-link-sec-list a {
    position: relative;
    display: block;
    width: 100%;
    background: #e5edf1;
    color: #16478e !important;
    text-align: left !important;
    padding: 1.2em 1em;
    margin-bottom: .8em;
}

.service-link-sec-list a:hover {
    opacity: .7;
}

.service-link-sec-list a::after {
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    right: 0;
    content: "";
    background-image: url(/wp-content/uploads/2023/05/arrow-maru.png);
    height: 19px;
    width: 19px;
}

@media only screen and (max-width: 767px) {
    .service-link-sec-item {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        min-width: none;
    }
}

/* -------------------------------------- SEO flow 5step */
.seo-flow-5step {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px 0px;
    padding: 1em;
    padding-top: 0.5em;
}

.seo-flow-5step-item {
    width: 33%;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
}

.seo-flow-5step-item::after {
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    right: -10px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 16px;
    border-color: transparent transparent transparent #c4c4c4;
}

.seo-flow-5step-item:last-of-type:after {
    display: none;
}

.seo-flow-5step-item-inner {
    padding: 8px;
    padding: 1.5em;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 8px 0px rgba(108, 108, 108, 0.3);
}

.seo-flow-5step-item-img {
    text-align: center;
    margin-bottom: .5em !important;
}

.seo-flow-5step-item-title {
    color: #16478e !important;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5 !important;
    margin-bottom: 1em !important;
}

.seo-flow-5step-item-img img {
    width: 100px;
}

.seo-flow-5step-item-text {
    display: inline-block;
    min-height: 96px;
    line-height: 1.7;
    font-size: 14px;
}

@media only screen and (max-width: 991px) {
    .seo-flow-5step {
        margin-top: 2em;
    }

    .seo-flow-5step-item {
        width: 50%;
    }
}

@media only screen and (max-width: 560px) {
    .seo-flow-5step {
        gap: 40px;
    }

    .seo-flow-5step-item {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px;
    }

    .seo-flow-5step-item::after {
        transform: translate(-50%, -50%);
        top: auto;
        bottom: -30px;
        right: auto;
        left: 50%;
        border-width: 20px 20px 0 20px;
        border-color: #c4c4c4 transparent transparent transparent;
    }

    .seo-flow-5step-item-title {
        font-size: 16px;
    }

    .seo-flow-5step-item-text {
        min-height: auto;
        font-size: 12px;
    }
}

/* -------------------------------------- SEO flow 8step */
.seo-flow-8step {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 0;
}

.seo-flow-8step-item {
    width: 25%;
    padding-right: 50px;
    position: relative;
}

.seo-flow-8step-item::after {
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    right: 10px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent #c4c4c4;
}

.seo-flow-8step-item:last-of-type:after {
    display: none;
}

.seo-flow-8step-item-title {
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-bottom: 1em !important;
}

.seo-flow-8step-item-img {
    text-align: center;
}

.seo-flow-8step-item-img img {
    width: 100px;
}

.seo-flow-8step-item-text {
    display: inline-block;
    min-height: 140px;
    line-height: 1.7;
    padding: .5em 1em;
    font-size: 16px;
}

.seo-flow-8step-item-cat {
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-bottom: 0 !important;
}

@media only screen and (max-width: 991px) {
    .seo-flow-8step-item {
        width: 50%;
    }
}

@media only screen and (max-width: 560px) {
    .seo-flow-8step-item {
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
    }

    .seo-flow-8step-item::after {
        transform: translate(-50%, -50%);
        top: auto;
        bottom: -30px;
        right: auto;
        left: 50%;
        border-width: 20px 20px 0 20px;
        border-color: #c4c4c4 transparent transparent transparent;
    }

    .seo-flow-8step-item-text {
        min-height: auto;
        font-size: 14px;
        padding-bottom: 1em;
    }
}

/* ========= type-1 */
.seo-flow-8step-item.type-1 .seo-flow-8step-item-inner {
    border: 1px solid #006ab7;
}

.seo-flow-8step-item.type-1 .seo-flow-8step-item-title {
    background: #006ab7;
}

.seo-flow-8step-item.type-1 .seo-flow-8step-item-cat {
    background: #006ab7;
}

/* ========= type-2 */
.seo-flow-8step-item.type-2 .seo-flow-8step-item-inner {
    border: 1px solid #00a4dc;
}

.seo-flow-8step-item.type-2 .seo-flow-8step-item-title {
    background: #00a4dc;
}

.seo-flow-8step-item.type-2 .seo-flow-8step-item-cat {
    background: #00a4dc;
}

/* ========= type-3 */
.seo-flow-8step-item.type-3 .seo-flow-8step-item-inner {
    border: 1px solid #7acfab;
}

.seo-flow-8step-item.type-3 .seo-flow-8step-item-title {
    background: #7acfab;
}

.seo-flow-8step-item.type-3 .seo-flow-8step-item-cat {
    background: #7acfab;
}

/* ========= type-4 */
.seo-flow-8step-item.type-4 .seo-flow-8step-item-inner {
    border: 1px solid #8bc34a;
}

.seo-flow-8step-item.type-4 .seo-flow-8step-item-title {
    background: #8bc34a;
}

.seo-flow-8step-item.type-4 .seo-flow-8step-item-cat {
    background: #8bc34a;
}

/* ========= type-5 */
.seo-flow-8step-item.type-5 .seo-flow-8step-item-inner {
    border: 1px solid #141d2a;
}

.seo-flow-8step-item.type-5 .seo-flow-8step-item-title {
    background: #141d2a;
}

.seo-flow-8step-item.type-5 .seo-flow-8step-item-cat {
    background: #141d2a;
}


/* -------------------------------------- フローティングボタン */
.floating-btn {
    position: fixed;
    z-index: 1000;
    transform: translate(0%, -50%);
    top: 50%;
    right: 0;
    display: flex;
    flex-direction: column;
    gap: 2em;
    opacity: 0;
    transition: all .3s;
}

.floating-btn-item {
    position: relative;
    display: block;
    writing-mode: vertical-rl;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
    transition: all .3s;
    padding: 1em 1.3em;
    height: 260px;
    font-weight: bold;
    font-size: 20px;
    padding-top: 2em;
    box-shadow: 0px 0px 5px rgba(121, 120, 120, 0.501);
    width: 72px;
}

.floating-btn-item:hover {
    opacity: .8;
}

.floating-btn-item.document-btn {
    background: #8bc34a;
}

.floating-btn-item.contact-btn {
    background: #08254f;
    letter-spacing: 0em;
}

.floating-btn-item.document-btn:before,
.floating-btn-item.contact-btn:before {
    position: absolute;
    transform: translate(-50%, -50%);
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.floating-btn-item.document-btn:before {
    top: 35px;
    left: 50%;
    background-image: url(/wp-content/uploads/2023/03/icon-dl.png);
}

.floating-btn-item.contact-btn:before {
    top: 55px;
    left: 50%;
    background-image: url(img/icon_mail.png);
}

@media only screen and (max-width: 560px) {
    .floating-btn {
        transform: translate(0%, 0%);
        top: auto;
        bottom: 0;
        right: auto;
        left: 0;
        display: flex;
        flex-direction: row;
        gap: 0;
        transition: all .3s;
        width: 100%;
    }

    .floating-btn-item {
        width: calc((100% - 50px) / 2);
        display: block;
        writing-mode: initial;
        letter-spacing: 0.1em;
        color: #fff;
        transition: all .3s;
        padding: 0;
        line-height: 50px;
        height: auto;
        font-size: 14px;
        padding-left: 1.5em;
    }

    .floating-btn-item.contact-btn {
        letter-spacing: .1em;
    }

    .floating-btn-item.document-btn:before {
        top: 50%;
        left: calc((50% - 2.5em));
    }

    .floating-btn-item.contact-btn:before {
        top: 50%;
        left: calc((50% - 2em));
    }
}


/* -------------------------------------- faq-cta */
.faq-cta {
    background: linear-gradient(90deg, #e5edf1 0%, #e5edf1 50%, #fff 50%, #fff 100%);
    padding-bottom: 0 !important;
}

.faq-cta .page-inner {
    display: flex;
}

.faq-cta-item {
    width: 50%;
}

.faq-cta-item.faq {
    padding-right: 10px;
    padding-bottom: 40px;
}

#overseas .faq-cta-item .faq-item dt {
    line-height: 1.5;
    padding-top: 1em;
    padding-right: 2em;
    padding-bottom: 1em;
}

#overseas .faq-cta-item .faq-item dt i::after {
    top: 40%;
}

#overseas .faq-cta #k3form_embed {
    padding: 60px 0 0 30px !important;
}

@media only screen and (max-width: 991px) {
    .faq-cta .page-inner {
        flex-direction: column;
        max-width: 100%;
        padding: 0;
    }

    .faq-cta-item {
        width: 100%;
    }

    .faq-cta {
        background: none;
    }

    .faq-cta-item.faq {
        background: #e5edf1;
        padding: 20px;
    }

    #overseas .faq-cta #k3form_embed {
        padding: 30px 20px 0 !important;
    }
}

/* -------------------------------------- cta 2column */
.overseas-cta_2col {
    display: flex;
    overflow: visible;
    justify-content: center;
    align-items: center;
}

.overseas-cta_2col-text {
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
    text-align: center;
}

.overseas-cta_2col-text .overseas-cta_2col-cap {
    border-bottom: 1px solid #333;
}

.overseas-cta_2col-text .overseas-cta_2col-title {
    display: block;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 0.4em;
}

.overseas-cta_2col .overseas-cta {
    margin: 0;
    margin-left: 2em;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    width: 400px;
    padding: 1em 0;
    padding-left: 60px;
}

.overseas-cta_2col .overseas-cta.add-icon-dl:before {
    left: 30px;
}

@media only screen and (max-width: 991px) {
    .overseas-cta_2col {
        flex-direction: column;
        padding: 0;
    }

    .overseas-cta_2col-text {
        margin-bottom: 60px !important;
    }

    .overseas-cta_2col-text span {
        font-size: 20px;
        margin-bottom: 0.4em;
    }

    .overseas-cta_2col .overseas-cta {
        margin-left: 0;
        font-size: 18px;
        width: 400px;
        padding-left: 50px;
    }

    .overseas-cta_2col .overseas-cta.add-icon-dl:before {
        left: 20px;
    }
}


.page-inner .overseas-cta_area {
    padding: 80px 0px !important;
}

/* -------------------------------------- head cta */
.head_title-cta {
    /* background: #e5edf1; */
    padding-bottom: 0 !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.head_title-cta::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.head_title-cta .page-inner {
    display: flex;
    align-items: center;
}

.head_title-cta-item {
    width: 50%;
    padding: 2em 1em;
}

.head_title-cta-item.inquiry-text {
    padding-right: 10px;
    z-index: 1;
}

.head_title-cta-item.inquiry-text h2 {
    line-height: 1.5;
    font-size: 32px;
    /* color:#16478e; */
    color: #fff;
    margin-bottom: .5em;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5);
}

.head_title-cta-item.inquiry-text p {
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 2.5em;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5);
}

.head_title-cta-item.inquiry-text .overseas-cta {
    margin: 0;
}

.head_title-cta-item.inquiry-text .overseas-cta.micro-cal::after {
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5);
}

.head_title-cta-item.cta {
    z-index: 1;
}

.head_title-cta-form #k3form_embed {
    padding: 0 2em !important;
    display: block;
    background: #fff;
}

@media only screen and (max-width: 991px) {
    .head_title-cta {
        padding-top: 60px !important;
    }

    .head_title-cta .page-inner {
        flex-direction: column;
        max-width: 100%;
        padding: 0 20px;
    }

    .head_title-cta-item {
        width: 100%;
    }

    .head_title-cta-item.inquiry-text {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    .head_title-cta-item.inquiry-text h2 {
        font-size: 24px;
    }

    .head_title-cta-item.inquiry-text p {
        font-size: 14px;
        margin-bottom: 2em;
    }

    .head_title-cta-item.inquiry-text .overseas-cta_area {
        padding: 50px 0 20px !important;
    }

    .head_title-cta-item.inquiry-text .overseas-cta {
        margin: 0 auto;
        font-size: 26px;
        line-height: 70px;
    }

    .head_title-cta-item.cta {
        display: none;
    }
}

@media only screen and (max-width: 560px) {
    .head_title-cta-item.inquiry-text p {
        margin-bottom: 4em;
    }

    .head_title-cta-item.inquiry-text .overseas-cta {
        font-size: 20px;
        line-height: 60px;
    }
}

/* -------------------------------------- theme-list */
.theme-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    gap: 30px;
}

p.theme-list-item {
    display: flex;
    justify-content: center;
    position: relative;
    background: #16478e;
    color: #fff;
    width: calc((100% - 60px) / 3);
    line-height: 1.5;
    display: block;
    padding: 1.5em 1em;
    font-size: 18px;
    font-weight: bold;
    border-radius: 15px;
}

p.theme-list-item::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 15px solid #16478e;
}

@media only screen and (max-width: 991px) {
    .theme-list {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-bottom: 2em;
    }

    p.theme-list-item {
        width: 100%;
        max-width: 350px;
        font-size: 16px;
    }
}

/* -------------------------------------- theme-text */
.theme-text {
    font-size: 18px;
}

.theme-text span {
    border-bottom: 1px solid #333;
}

.theme-text-ul {
    display: table;
    margin: 0 auto !important;
    background: #f0f0f0;
    padding: 1.5em 2.5em;
    padding-left: 3.5em;
    border-radius: 10px;
}

.theme-text-ul li {
    text-align: left;
    line-height: 1.5;
    margin-bottom: 1em;
    font-size: 18px;
}

.theme-text-ul li:last-of-type {
    margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .theme-text {
        font-size: 16px;
    }
}

/* -------------------------------------- btn-show-case */
.btn-show-case {
    font-size: 30px;
    font-weight: bold;
}

@media only screen and (max-width: 991px) {
    .btn-show-case {
        font-size: 18px !important;
        padding: 1em;
        height: auto;
    }
}

/* -------------------------------------- result-list */
.result-list {

    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding-top: 3em;
    padding-bottom: 3em;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.result-list-item {
    width: calc(100% / 3);
}

.result-list-item.last {
    width: 160px;
    margin-left: 40px;
}

p.result-list-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: .5em;
    color: #16478e;
}

.result-list-item ul {
    margin-bottom: 0;
}

.result-list-link {
    display: block;
    width: 100%;
    max-width: 800px;
    margin: 0 auto !important;
    text-align: center;
    background: #fff;
    padding-bottom: 3.5em;
    border-radius: 0 0 10px 10px;
}

.result-list-link p {
    margin-bottom: 0;
    border: 1px solid #16478e;
    display: inline-block;
    width: 100%;
    max-width: 320px;
}

.result-list-link a {
    font-weight: bold;
}

@media only screen and (max-width: 991px) {
    .result-list {
        justify-content: flex-start;
        padding: 2em 2em;
    }

    .result-list-item {
        width: 100%;
        /*max-width: 220px;*/
    }

    .result-list-item.last {
        width: 100%;
        margin-left: 0;
    }

    p.result-list-title {
        font-size: 16px;
    }
}

/* -------------------------------------- knowledge */
h4.knowledge-blog-title {
    color: #16478e !important;
}

.knowledge-blog {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 4em;
}

.knowledge-blog:last-of-type {
    margin-bottom: 0;
}

.knowledge-blog-item {
    width: calc((100% - 80px) / 3);
    transition: all .3s;
}

.knowledge-blog-item img {
    border: 1px solid #ddd;
    margin-bottom: 1em;
}

.knowledge-blog-item p {
    color: #333;
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
}

.knowledge-blog-item:hover {
    opacity: .8;
}

@media only screen and (max-width: 991px) {
    .knowledge-blog {
        justify-content: center;
    }

    .knowledge-blog-item {
        max-width: 300px;
        width: calc((100% - 40px) / 2);
    }
}

@media only screen and (max-width: 768px) {
    .knowledge-blog {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .knowledge-blog-item {
        width: 100%;
    }
}

.post_content .seo-flow-5step-item-title a {
    color: #203A72;
}


/* ==================== 資料DLブロック用 ======== */
.insert-dl {
    position: relative;
    display: flex;
    align-items: center;
    background: #f6f6f6;
    padding: 2.5em;
    border: 2px solid #16478e;
    gap: 3em;
    margin-top: 2em;
    margin-bottom: 2em;
}

.insert-dl-item {
    width: calc(100% - 300px - 3em);
}

.insert-dl-img {
    width: 100%;
    max-width: 300px;
}

h5.insert-dl-title {
    position: absolute !important;
    transform: translate(0%, -50%);
    top: 0;
    left: 1.5em;
    margin: 0 !important;
    padding: .3em 1.5em !important;
    line-height: 1.2;
    text-align: center;
    background: #16478e;
    color: #fff;
    border-radius: 5px;
}

p.insert-dl-text {
    margin: 0;
    padding: 0;
    line-height: 1.7;
}

p.insert-dl-text .marker {
    background: linear-gradient(transparent 60%, #ff9 60%);
}

.insert-dl-btn {
    margin-top: 2em;
    font-weight: bold;
}

.insert-dl-btn p {
    margin: 0;
    margin-bottom: .5em;
    padding: 0;
    line-height: 1.7;
    text-align: center;
}

.insert-dl-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: .3em 1.5em;
    line-height: 1.5;
    background: #16478e;
    color: #fff;
    text-align: center;
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
    font-size: 1.1em;
    color: #fff !important;
}

@media only screen and (max-width: 768px) {
    .insert-dl {
        flex-direction: column-reverse;
        padding: 2.5em 1em 1.5em;
        gap: 1.5em;
    }

    .insert-dl-item {
        width: 100%;
    }

    .insert-dl-img {
        margin: 0 auto;
    }

    h5.insert-dl-title {
        transform: translate(-50%, -50%);
        left: 50%;
        font-size: 1em !important;
        white-space: nowrap;
    }
}

/* ==================== 調査資料 CTAブロック用 ======== */
.cta_research {
    position: relative;
    display: flex;
    background: #f6f6f6;
    padding: 2.5em 2em;
    border: 2px solid #16478e;
    gap: 1.5em;
    margin-top: 2em;
    margin-bottom: 2em;
}

.cta_research-item {
    width: calc((100% - 1.5em) / 2);
    background: #fff;
    padding: 0.8em;
}

.cta_research-item h6 {
    text-align: center;
    padding-top: 0;
    margin-bottom: 1em;
    font-size: 1.1em;
}

.cta_research-item h6 span {
    font-size: 1.1em;
}

.cta_research-item .cta_research-img {
    text-align: center;
}

.cta_research-item .cta_research-img img {
    width: 100%;
    max-width: 400px;
}

p.cta_research-text {
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 0;
}

h5.cta_research-title {
    position: absolute !important;
    transform: translate(0%, -50%);
    top: 0;
    left: 1.5em;
    margin: 0 !important;
    padding: .3em 1.5em !important;
    line-height: 1.2;
    text-align: center;
    background: #16478e;
    color: #fff;
    border-radius: 5px;
}

@media only screen and (max-width: 768px) {
    .cta_research {
        flex-direction: column;
        padding: 2.5em 1em 1.5em;
        gap: 1.5em;
    }

    .cta_research-item {
        width: 100%;
    }

    h5.cta_research-title {
        transform: translate(-50%, -50%);
        left: 50%;
        font-size: 1em !important;
        white-space: nowrap;
    }
}
