/* background ******************************************************************/

body {
    padding:0;
    margin:0;
    height:100%;
    background-image:
        url(../../../../assets/media/bg_231211_back_1x.png);
    background-attachment: fixed;
    background-position:right top;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-font-smoothing: subpixel-antialiased;
}

body.iPad {
    background-image:
        url(../../../../assets/media/bg_231213_back_sp.png);
    background-size: 100% auto;
    background-repeat: repeat;
}


/* テキストスタイル ******************************************************************/

.ft-en {
    font-family: futura-pt, sans-serif;
}

.font-en {
    font-family: futura-pt, sans-serif;
}

a {
    transition: all 0.3s ease 0s;
}

.a_center {
    text-align: center;
}

a:hover {
    color: #666;
    text-decoration: none;
}

/* エフェクト ******************************************************************/

html {
    scroll-behavior: smooth;
  }

.effect {
    opacity: 0;
    transform: translate(0, 22px);
    transition: transform 0.6s, opacity 0.8s;
}

/*
@media only screen and (max-width: 1023px) {
    #leader .effect:first-child {
        opacity: 1;
        transform: translate(0, 0);
    }
}

*/

.effect.in-screen {
    opacity: 1;
    transform: translate(0, 0);
}

.site-title-1 {
    -webkit-animation: fadeIn 1.5s ease-in-out 0s 1 normal forwards;
    animation: fadeIn 1.5s ease-in-out 0s 1 normal forwards;
}

.site-title-2 {
    -webkit-animation: fadeIn 1s ease-in-out 0.5s 1 normal forwards;
    animation: fadeIn 1s ease-in-out 0.5s 1 normal forwards;
    opacity: 0
}

@keyframes fadeIn {
    0% {
      opacity: 0
    }
    100% {
      opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }
    100% {
      opacity: 1
    }
}

@keyframes fadeIn2 {
    0% {
      opacity: 0
    }
    100% {
      opacity: 1
    }
}

@-webkit-keyframes fadeIn2 {
    0% {
      opacity: 0
    }
    100% {
      opacity: 1
    }
}

/* 共通レイアウト ****************************************************************/

body {
    padding-top: 70px;
}

main {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.site-main {
    padding-left: 10px;
    padding-right: 10px;
}

.section-content {
    margin: 0 auto;
    max-width: 880px;
    overflow: hidden;
}

#page_header .section-content {
    margin-top: 76px;
}

#page_header h1 {
    font-size: 3rem;
    font-weight: normal;
    line-height: 1.1;
    margin-bottom: 45px;
}

#page_header .lead_txt {
    display: block;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 22px;
}

#page_header .lead_sub_txt{
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.8;
    display: block;
    margin-top: 1em;
}

#page_header .lead_sub_txt a {
    text-decoration: underline;
    color: #333;
}

#page .section-content {
    margin-top: 55px;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 2;
}

.underlay_880 {
    margin: 0 auto;
    max-width: 880px;
    overflow: hidden;
    padding: 22px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
}

.underlay {
    padding: 64px 96px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
}

.cir_btn a {
    text-transform:none;
    display: block;
    text-align: center;
    transition: border 2s;
}

body p:empty:before {
    content: none !important;
}

.mw_wp_form .error {
    position: absolute!important;
    font-size: 1.2rem;
    width: auto;
    color: #fff;
    font-weight: normal;
    display: block;
    background-color: #F26161;
    border-radius: 14px;
    padding: 0px 16px;
}

@media only screen and (max-width: 1119px) {
    .site-main {
        padding-left: 120px;
        padding-right: 120px;
    }
}

@media only screen and (max-width: 767px) {
    body {
        padding-top: 0;
        background-image:
            url(../../../../assets/media/bg_231213_back_sp.png);
        /*    background-position: center top;
            background-size: cover; */
            background-position: left top;
            background-size: 100% auto;
            background-repeat: repeat;
    }

    .site-main {
        display: block;
        height: auto;
    }

    .site-main {
/*      padding-left: 20px;
        padding-right: 20px; */
        padding-left: 4vw;
        padding-right: 4vw;
    }
    
    .underlay {
        padding: 1em;
    }

    #page_header .section-content {
        margin-top: 16px;
    }

    #page .section-content {
        margin-top: 32px;
    }

    #page_header h1 {
        font-size: 2.5rem;
        margin-bottom: 32px;
        line-height: 1.4;
    }

    #page_header .lead_txt {
        font-size: 1.8rem;
    }
}


/* Cards ******************************************************************/

.card-wrap {
    display: flex;
    margin-top: 22px;
    flex-wrap: wrap;
}

.card {
    width: calc(((96% - 3.45%) - 1px) / 3);
/*    margin-right: 25px;   */
    margin-right: 3.45%;
}

.card:nth-child(3n) {
    margin-right: 0;
}

.card:nth-child(n+4) {
    margin-top: 64px;
}

.card .yt-wrap,
.card .thumbnail {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 17px;
/*    max-height: 220px;   */
}

.page--top .card .yt-wrap {
    max-height: 142px;
}

.yt-wrap>img,
.yt-wrap iframe {
/*    position: absolute;
    top: 0;
    right: 0;   */
    width: 100%;
/*    height: 100%; */
    height: auto;
}

.yt-wrap img.play {
    position: absolute;
    top: calc(50% - 22px);
    left: calc(50% - 32px);
    opacity: 0.7;
    width: unset;
    height: unset;
}

.yt-wrap iframe {
    width: 100% !important;
    height: 220px !important; 
}


@media only screen and (max-width: 767px) {
    .yt-wrap iframe {
        height: 100% !important;
    }
}
.card a {
    display: block;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
}

.card a .yt-wrap,
.card a .thumbnail,
.card a iframe,
.card a img {
    transition: all 300ms;
}

.card iframe {
    pointer-events: none;
}

.card a:hover .yt-wrap,
.card a:hover .thumbnail {
/*    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;   */
}

.card a:hover iframe,
.card a:hover img {
    transform: scale(1.03, 1.03);
    opacity: 0.75;
}

.card .txt-wrap {
    padding: 0 10px 10px 10px;
}

.card span {
    display: block;
}

.card .post_date {
    font-family: futura-pt, sans-serif;
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 10px;
}

.card .post_title {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 10px;
    font-weight: 500;
}

.card .post_excerpt {
    font-size: 1.3rem;
    color: #7e7e7e;
    line-height: 1.75;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.card .more-link {
    display: none;
}

.card .tags {
    font-size: 1.2rem;
    color: #7e7e7e;
    overflow: hidden;
    padding-top: 5px;
}

.page--top .card .tags {
display: none;
}

@media only screen and (max-width: 767px) {

    .card {
        margin-top: 0 !important;
    }
        .card a {
        border-radius: 5px;
    }

    .card .yt-wrap,
    .card .thumbnail {
        border-radius: 5px;
    }

    .yt-wrap img.play {
        top: 33%;
        left: 38%;
        width: 22%;
    }

    .card .post_title {
        font-size: 1.2rem;
        line-height: 1.6;
        margin-bottom: 0px;
    }

    .card .post_date {
        font-size: 1.2rem;
        margin-bottom: 3px;
    }

    .card .post_excerpt {
        display: none !important;
    }
    .card .tags {
        font-size: 1rem;
    }

    .no_flex .card-wrap {
        display: block;
        flex-wrap: unset;
    }
    .no_flex .card {
        width: 100%;
        margin-right: 0;
        margin-bottom:15px ;
    }
    .no_flex .card:nth-child(n+4) {
        margin-top: 0;
    }

    .no_flex .card a {
        display: flex;
    }

    .no_flex .card .yt-wrap,
    .no_flex .card .thumbnail {
        width: 40%;
        margin: 0;
    }
    .no_flex .card a:hover .yt-wrap,
    .no_flex .card a:hover .thumbnail {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: inherit;
    }
    
    .no_flex .yt-wrap {
/*        padding-top: 22%; */
    }

    .no_flex .card .txt-wrap {
        width: 60%;
        padding: 5px 5px 0px 10px;
    }

    .no_flex .card .post_title {
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        line-height: 1.5;
    }

    .no_flex .card .fancybox-youtube .post_title {
        -webkit-line-clamp: 3;
    }

    .no_flex .card .post_date {
        font-size: 1.2rem;
        margin-bottom: 3px;
    }
    .no_flex .card .post_excerpt {
        display: none !important;
    }
    .no_flex .card .tags {
        display: -webkit-box !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        padding-top: 0;
    }
    .card .txt-wrap {
        padding: 0 4px 10px 4px;
    }
    
}

/* header ******************************************************************/

.header {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    background:none;
    height: auto;
    padding: 65px 83px 0 82px;
    transition-delay: 0;
    transition-duration: 0.5s;
    transition-property: top;
    transition-timing-function: ease;
}

.header .logo {
    line-height: 0;
    width: auto;
    padding-top: 0;
}

.header .logo img {
    width: 233px;
    height: auto;
}

.header .logo img {
    width: 233px;
    height: auto;
}

.header .logo.dark img {
    display: none;
}

.header.need_bg .logo img {
    display: none;
}

.header.need_bg .logo.dark img {
    display: block;
}

.head_nav {
    display: flex;
    position: absolute;
    right: 83px;
    top: 60px;
    width: auto;
}

@media only screen and (max-width: 1023px) {
    .head_nav {
        width: 618px;
    }
}

.head_nav>li {
    line-height: 0;
    letter-spacing: 0.06em;
    margin-right: 23px;
}

.head_nav>li:last-child{
    
margin-right: 0;
margin-left: 17px;

}


.head_nav>li a {
    font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Verdana, sans-serif;
    display: table-cell;
    vertical-align: middle;
    height: 40px;
    padding: 0;
    text-transform: none;
    font-size: 1.4rem;
    font-weight: 600;
    transition: color 0.3s ease 0s;
}

header.need_bg .head_nav>li a {
    color:#fff;
}

@media only screen and (max-width: 1023px) {
    header.need_bg .head_nav>li a {
        color:#1D1E20;
    }
}

.head_nav li a.font-en {
    font-family: futura-pt, sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.02px;
}

.head_nav>li a:hover {
    color: #777;
}

.head_nav .break {
    border-left: 1px solid #ccc;
}

.head_nav>li.ext a {
    background-image: url(../../../../assets/media/icon_ext_2.svg);
    background-position: right 4px top 3px;
    background-size: 10px;
    background-repeat: no-repeat;
}

.head_nav .inquiry {
    background-color: #1D1E20;
    padding: 13px 18px;
    border-radius: 40px;
    color: #fff;
    width: 125px;
    text-align: center;
}

/*
.header.is-scrollEnd {
    top: -169px !important;
}
*/

@media only screen and (max-width: 767px) {
    .header {
        position: relative;
        background: none;
        height: auto;
        padding: 31px 31px 31px 31px;
    }        
    .header .logo img {
        width: 168px;
        height: auto;
    }

}

/* nav hamburger ******************************************************************/

.head_nav>li a.navi-top {
    display: none;
}

@media only screen and (max-width: 1023px) {
    .head_nav {
        display: inline-block;
        position: absolute;
        right: 14%;
        top: 125px;
    }

    .head_nav>li a.navi-top {
        display: block;
/*        font-family: futura-pt, sans-serif;
        font-size: 1.65rem;
        font-weight: 600;
*/
    }



    #nav_toggle {
        display: block;
        width: 20px;
        height: 40px;
        position: absolute;
        top: 66px;
        right: 15%;
        z-index: 999;
        padding: 0;
    }
    .head_nav>li {
        float: none;
        line-height: 2;
        margin-bottom: 1.2em;
    }
    .head_nav>li a {
        display: block;
        padding: 3px 16px;
        text-transform: none;
        font-weight: normal;
        font-size: initial;
        text-align: right;
        width: auto;
    }
    .head_nav>li.ext a {
        background-position: right 4px top 14px;
    }

    .head_nav>li:last-child {
        margin-right: 23px;
    }

    .burger-nav {
        background: -moz-linear-gradient(right, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.5));
        background: -webkit-linear-gradient(right, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.5));
        background: linear-gradient(to left, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.5));
        left: 100%;
        opacity: 0;
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-box-align: center;
        overflow-x: scroll;
    }
    .head_nav .break {
        border-left: none;
        border-top: 1px solid #ccc;
        margin-top: 1em;
        padding-top: 0.5em;
    }

    .head_nav a.inquiry {
        background-color: unset;
        padding: unset;
        border-radius: unset;
        color: unset;
        width: unset;
        text-align: right;
        display: block;
        padding: 3px 16px;
        text-transform: none;
        font-weight: normal;
        font-size: initial;
        text-align: right;
        width: auto;
    }

    #nav_toggle div {
        position: relative;
    }
    #nav_toggle span {
        display: block;
        height: 1px;
        background-color: #333;
        position: absolute;
        width: 100%;
        left: 0;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
    }
    #nav_toggle span:nth-child(1) {
        top: 4px;
    }
    #nav_toggle span:nth-child(2) {
        top: 9px;
    }
    #nav_toggle span:nth-child(3) {
        top: 14px;
    }
    .open #nav_toggle span {
        background-color: #333;
    }
    .open #nav_toggle span:nth-child(1) {
        top: 10px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .open #nav_toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav_toggle span:nth-child(3) {
        top: 10px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}

@media only screen and (max-width: 767px) {
    #nav_toggle {
        position: fixed;
        top: 34px;
        right: 31px;
    }

    .head_nav {
        display: inline-block;
        position: absolute;
        right: 20px;
        top: 90px;
    }
}


/* footer ******************************************************************/

.footer {
    background-image: none;
    background-color: #1D1E20;
    position: relative;
    padding: 85px 10% 60px 10%;
    z-index: 500;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-top: 8em;
}

#footer-contact .section-content,
.footer .section-content {
    overflow: visible;
    margin-top: 0!important;
    color: #fff;
    padding-top: 3em;
}

.footer .section-content a {
    color: #fff;
    transition: color 0.5s ease 0s;
}

.footer .section-content a:hover {
    color: #777;
}

#footer-contact .contact,
.footer .contact {
    width: 100%;
    height: auto;
    background: none;
    color: transparent;
    text-align: center;
    padding-top: 0;
}

#footer-contact .contact a {
    position: relative;
    display: inline-block;
    width: 250px;
    height: 250px;
    background-image: url(../../../../assets/media/footer_contact_btn_2021.png);
    padding-top: 90px;
    color: #fff;
    border-radius: 50%;
    transition: transform 200ms;
}

#footer-contact .contact a:hover {
    color: #fff;
    transform: scale(1.05, 1.05);
}

#footer-contact .contact span.jp {
    font-size: 0.75em;
    letter-spacing: 0;
    padding-left: 0;
    line-height: 1.7em;
    display: block;
}

#footer-contact .contact p {
    position: absolute;
    top: 107px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    font-size: 2em;
    font-weight: normal;
    line-height: 1;
}

#footer-contact .contact.method p {
    position: unset;
    display: table-cell;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.3;
    vertical-align: middle;
    height: 180px;
    text-align: center;
    width: 180px;
}

.footer .sitemap .section-content {
    padding: 0;
    width: 100%;
    max-width: none;
}

.footer_logo {
    margin-bottom: 62px;
    max-width: none;
}
.footer_logo img {
     width:286px;
}

@media only screen and (max-width: 1023px) {
    .footer_logo img {
        width: 286px;
    }

}

.footer_nav {
    margin-bottom: 26px;
}

.footer_menu {
    display: flex;
/*  flex-wrap: wrap; */
}

.footer_menu li {
    line-height: 1;
    margin-bottom: 22px;
    margin-right: 29px;
    min-width: auto;
}


.footer_menu li>a {
    font-size: 1.4rem;
    font-weight: 500;
    padding-right: 0;
    white-space: nowrap;
}

.footer_menu>li.ext a {
    background-image: url(../../../../assets/media/icon_ext_3.svg);
    background-position: right 5px top 6px;
    background-size: 10px;
    background-repeat: no-repeat;

}

.footer .copyright {
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    margin-bottom: 29px;
}

.isms img {
    width:74.15px;
}


@media only screen and (max-width: 767px) {


    .footer  {
        padding-top: 50px;
        padding-right: 0;
        padding-left: 0;
        padding-top: 80px;
        padding-right: 40px;
        padding-left: 40px;
        padding-bottom: 68px;
    }    
    .footer .sitemap {
        display: block;
    }

    .footer .sitemap .section-content {
        width: 100%;
    }

    .footer_logo {
        margin-bottom: 50px;
        margin-bottom: 80px;
        max-width: none;
    }

    .footer_logo img {
        width: 208px;
    }

    .footer_menu li>a {
        font-size: 1.2rem;
    }

    .footer_top {
        display: block;
        margin-bottom: 50px;
    }

    .footer_top_left .footer_top_right.only-sp  {
        display: block;
        margin-bottom: 70px;
    }

    .footer_top_right.only-pc  {
        display: none;
    }

    .footer_top_left{
        width: 100%;
        line-height: 1.5;
        padding-left: 31px;
        padding-right: 31px;
        margin-bottom: 0;
    }
    .footer_top_left p {
        margin-bottom: 16px;
    }
    .footer_top_right {
        width: 100%;
    }
    .footer_top_left span a {
        display: none;
    }
    .footer_menu {
        display: block;
        justify-content: space-evenly;
    }
    .footer_menu li {
        min-width:auto ;
        margin-bottom: 20px;
    }

    .footer_nav {
        margin-bottom: 20px;
    }

.footer_nav .sub {
    margin-top: 40px;
}    
    .footer_menu li:nth-child(odd) {
        margin-left: 0;
/*      width: 160px;
        width: auto; */
    }
    .footer_menu li:nth-child(even) {
    }

    .footer_menu_sub {
        justify-content: flex-start;
    }
    .footer_menu_sub li {
        margin-left: 16px;
        padding-right: 16px;
        margin-bottom: 12px;
    }
    .footer_menu_sub li:first-child {
        margin-left: 16px;
    }
    .footer_menu li a.font-en {
        font-size: 17px;
        letter-spacing: 1px;
    }
    .footer_name {
        line-height: 1.3;
        font-size: 2rem;
        font-weight: 500;
        letter-spacing: 3.5px;
    }
    .footer_address {
        font-size: 1.4rem;
        margin: 0.8rem 0 70px 0;
        line-height: 1.6;
    }
    .footer .copyright {
    font-size: 1rem;
    text-align: left;
    padding-left: 0;
    line-height: 1;
    }
    .footer .copyright a {
        margin-left: 7px;
    }
    .to-page {
        width: 100%;
        height: 50px;
        font-size: 2rem;
        line-height: 2.3;
        background-position: top 18px right 17px;
    }
}



.to-page {
    display: block;
    border: 1px #fff solid;
    width: 282px;
    height:58px;
    background-color: #fff;
    color: #1D1E20;
    border-radius: 30px;
    font-weight: 500;
    font-size: 2.5rem;
    text-align: center;
    line-height: 2.2;
    background-image: url(../../../../assets/media/arrow_to.svg);
    background-position:top 23px right 17px;
    background-size: 7px 12px;
    background-repeat: no-repeat;
    margin: 0 0 0 auto;
}

.to-page.ext {
    background-image: url(../../../../assets/media/new_to.svg);
    background-position:calc(50% - -73px) calc(50% - -2px);
    background-size: 12px 12px;
}

a.to-page:hover {
    transform: scale(1.03, 1.03);
}

.to-page span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2em;
    line-height: 2;
}


/* Company ******************************************************************/

nav.company {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
}

nav.company ul {
    display: flex;
}

nav.company ul li {
    width: -webkit-fill-available;
    width: -moz-available;
    text-align: center;
    position:relative;
}

nav.company ul li a {
    line-height: 1;
    display: block;
    padding-top: 1.3em;
    padding-bottom: 0.35em;
}

nav.company ul a::after {
    content: ' ';
    width:1px;
    height: 27px;
    background-color: #dbdbdb;
    position: absolute;
    top: 16px;
    right: 0;
}

nav.company ul li:last-child a::after {
    width:0;
    height: 0;
    background-color: transparent;
}

nav.company ul li .menu-item-description {
    display: none;
    font-family: futura-pt, sans-serif;
    font-size: 12px;
    color:#B6C6ED;
    line-height: 1;
    margin-bottom: 6px;
}

nav.company ul li .menu-item-label {
    display: block;
    line-height: 1;
    font-size: 14px;
}

nav.company ul li .current-bar {
    display: inline-block;
    width: 96px;
    height: 4px;
    background-color: transparent;
    transition: background-color 0.3s ease 0s;
}

nav.company ul li.current_page_item .current-bar {
    background-color: #98a1b7;
}

nav.company ul li a:hover .current-bar {
    background-color: #d2dbf1;
}

@media only screen and (max-width: 767px) {
    nav.company ul {
        flex-wrap: wrap;
    }
    
    nav.company ul li {
        width: 50%;
    }
    
    nav.company ul li a {
        padding-top: 0.8em;
    }

    nav.company ul a::after {
        top: 8px;
    }

    nav.company ul li:nth-child(even) a::after {
        width:0;
        height: 0;
        background-color: transparent;
    }
}

#leader .section-content,
#history .section-content,
#intro .section-content {
    margin-top: 55px;
}

.section-title {
    margin-bottom: 30px;
}

.section-title {
    margin-bottom: 40px;
}

.section-title .st1, .section-title .st2 {
    display: block;
    line-height: 1;
}

.section-title .st1 {
    font-size: 1.6rem;
    margin-bottom: 0.8em;
    display: none;
}

.company-content .section-title .st2 {
    font-size: 2rem;
    font-weight: 400;
}

.company-content h2 {
    font-size: 2rem;
    border-bottom: 1px #b8c2d7 solid;
    border-left: 6px #b8c2d7 solid;
    color: #424242;
    font-weight: 400;
    padding-left: 8px;
    padding-bottom: 3px;
    margin-bottom: 20px;    
    margin-top: 1.5em;    
}

#page .section-title .st1 {
    color: #5C82DD;
}

#leader .section-title .st1 {
    color: #4e8cdd;
}

#history .section-title .st1 {
    color: #80c73d;
}

#overview .section-content {
    margin-top: 55px;
}

#overview .section-title .st1 {
    color: #5C82DD;
}

#overview dd .location {
    display: flex;
}

#overview dd .location>span {
    display: inline-block;
}

#overview dd .office {
    width: 12em;
    min-width: 12em;
}

#overview dd .train {
    width: 12em;
}

#overview dd .vpox {
    font-size: 1.2rem;
    letter-spacing:normal;
    display: block;
    margin-top: -5px;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
    #overview dd .vpox {
        margin-top: -2px;
        font-size: 1.1rem;
    }
    #overview dd .position {
        width: 15em;
        min-width: 15em;
    }
}

.page__company_en .section-title .st1,
.page__about_en .section-title .st1{
    display: none;
}

.page__company_en #leader .section-title .st2,
.page__about_en #leader .section-title .st2 {
    color: #4e8cdd;
}

.page__company_en #history .section-title .st2,
.page__about_en #history .section-title .st2 {
    color: #80c73d;
}

.page__company_en #overview .section-title .st2,
.page__about_en #overview .section-title .st2 {
    color: #f0b906;
}

.page__company_en .card-wrap,
#leader .card-wrap {
    display: block;
}

.page__company_en .card,
#leader .card {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    margin-bottom: 25px;
    width:100%;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .page__company_en .card,
    #leader .card {
        display: block;
    }
}

#leader .card:nth-child(n+4) {
    margin-top: 0;
}

.page__company_en #leader .card,
.page__about_en #leader .card {
    width: calc(((100% - 4.5%) - 1px) / 2);
/*    margin-right: 40px; */
    margin-right: 4.5%;
}

.page__company_en #leader .card:nth-child(n+3),
.page__about_en #leader .card:nth-child(n+3) {
    margin-top: 0;
}

.page__company_en #leader .card:nth-child(even),
.page__about_en #leader .card:nth-child(even) {
    margin-right: 0;
}

.ldr_t {
    padding: 24px 10px 0 30px;
    display: block;
    width: 12em;
}

.ldr_t_l {
    width: 100px;
    margin-right: 20px;
}

.ldr_t_l img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}

.ldr_t_r {
    min-width: 135px;
    display: block;
    height:auto;
}

.ldr_pos {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 8px;
}

.ldr_name {
    font-size: 1.6rem;
    font-size: 1.8rem;
    line-height: 1;
}

.ldr_b {
    width:680px;
}

.page__company_en .ldr_t {
    width:30%;
}

.page__company_en .ldr_b {
    width:70%;
}

.ldr_b .txt-wrap {
    font-size: 1.2rem;
    font-size: 1.4rem;
    padding: 20px;
    text-align: justify;
}


@media only screen and (max-width: 767px) {
    .ldr_b {
        width: 100%;
    }

    .ldr_b .txt-wrap {
        font-size: 1.2rem;
    }
    .page__company_en .ldr_t {
        width:100%;
    }
    .page__company_en .ldr_b {
        width:100%;
    }
}

.page__company_en .ldr_b .txt-wrap,
.page__about_en .ldr_b .txt-wrap {
    text-align: left;
    text-align: justify;
}

.page__company_en #overview dd .names,
.page__about_en #overview dd .names {
    display: flex;
}

.page__company_en #overview dd .names span.name,
.page__about_en #overview dd .names span.name {
    display: table-cell;
    width: auto;
    white-space: nowrap;
}

.page__company_en #overview dd .names span.ttl,
.page__about_en #overview dd .names span.ttl {
    display: table-cell;
    width: -webkit-fill-available;
    margin-left: 1.5em;
}

#overview dt {
    color: #808080;
}

#overview dt.no_border,
#overview dd.no_border {
    border-top: transparent 1px solid;
    margin-top: 0;
    padding-top: 0.7em;
}

.page__history #overview dt,
.page__history #overview dd {
    border-top: transparent 1px solid;
    padding: 1em 2em;
}

.page__history #overview dt.border,
.page__history #overview dd.border {
    border-top: #d3d3d3 1px solid;
    margin-top: 1em;
    padding-top: 2em;
}

.page__history #overview dl {
    padding-bottom: 1em;
}

@media only screen and (max-width: 767px) {
    .page__history #overview dt {
        padding: 0;  
    }
    .page__history #overview dd {
        padding: 0 0 0 1em; 
    }
    .page__history #overview dt.border {
        margin-top: 2em;
    }
    .page__history #overview dd.border {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }

    .page__about #page .section-content,
    .page__code .section-content,
    .page__overview #overview .section-content,
    .page__leadership #leader .section-content,
    .page__history #overview .section-content,
    .page__message #page .section-content {
        margin-top: 32px;
    }
}

@media only screen and (max-width: 767px) {
    #leader .card-wrap {
        display: block;
    }

    #leader .card,
    .page__company_en #leader .card,
    .page__about_en #leader .card {
        border-radius: 5px;
        width:100%;
        margin-right: 0;
    }

    .card .ldr_t {
        margin-bottom: 5px;
        padding: 10px 10px 0 10px;
    }
    .card .ldr_b .txt-wrap {
        width: 100%;
        padding: 10px;
        text-align: justify;
    }
    .card .ldr_t_l {
        margin-right: 20px;
    }
    .card .ldr_t_r {
        width: auto;
    }
    .ldr_pos br{
        display: none;
    }
    
    #overview dt,
    #overview dd {
        width: 100%;
        padding: 0;
        clear: none;
        float: none;
    }
    #overview dt {
        margin-bottom: 0.5em;
        padding-top: 1.2em;
        font-size: 1.4rem;
        color: #999;
    }
    #overview dt br {
        display: none;
    }
    #overview dd {
        padding-left: 1em;
        margin-bottom: 1.5em;
        border-top:none;
    }
    #overview dd li {
        margin-top: 0.3em;
    }
    .page__company_en #overview dd .names,
    .page__about_en #overview dd .names {
        display: block;
    }

    .page__company_en #overview dd .names span.name,
    .page__about_en #overview dd .names span.name {
        display: block;
    }

    .page__company_en #overview dd .names span.ttl,
    .page__about_en #overview dd .names span.ttl {
        display: block;
    }

    #overview dd .location>span {
        display: block;
    }

    #overview dd .location {
        display: block;
    }
    #overview dd .location:first-child {
        margin-bottom: 1em;
    }

    #overview dd .address {
        line-height: 1.6;
    }

    #overview dd .traffic-list li {
        margin-bottom: 1em;
        line-height: 1.8;
    }
}

/* News ******************************************************************/

#news_index .section-content {
    margin-top: 55px;
}

#news_index .card-wrap {
    margin-top: 0;
    margin-bottom: 0;
}

#news_index .card {
    width: calc(((100% - 4.5%) - 1px) / 2);
/*    margin-right: 40px; */
margin-right: 4.5%;
}

#news_index .card:nth-child(n+3) {
    margin-top: 60px;
}

#news_index .card:nth-child(even) {
    margin-right: 0;
}

#news_index .card.nolink {
    pointer-events: none;
}

#news_index .card .finish {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.60);
    color: #FFF;
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding:12px;
}

#news-single-header {
    margin-top: -32px;
}

#news-single-header .time {
    width: 100%;
    text-align: right;
    margin-bottom: 30px;
}

#news-single-header .title {
    display: block;
    font-size: 3rem;
    text-align: center;
    line-height: 1.4em;
    margin: 0px 0 80px 0;
}

#news-single-header .title span {
    display: block;
    margin-top: 0.7em;
    font-size: 1.8rem;
    line-height: 1.4em;
}

#news-detail {
    padding-top: 0px;
}

#news-detail .underlay {
    padding: 64px 96px;
}

#news-detail .seminar_info dt {
    float: left;
    font-weight: normal;
    width: 6em;
    line-height: 1.5;
}

#news-detail .seminar_info dd {
    margin-left: 6em;
    word-wrap: break-word;
    line-height: 1.5;
    margin-bottom: 0.6em;
}

.news_content p {
    margin-bottom: 1em;
}

.news_content ul {
    list-style-type: disc;
    margin-left: 2em;
}

.news_content a {
    text-decoration: underline;
}

#news_navi .section-content {
/*    display: flex;    */
overflow: visible;
}

.news_year,
.news_tag {
    width: auto;
    line-height: 2.5;
    text-indent: 3px;
    padding: 0 5px;
}

.news_year a,
.news_tag a {
    display: inline-block;
    width: auto;
    background-color: #fff;
    border: 1px #efefef solid;
    border-radius: 20px;
    font-size: 1.2rem;
    line-height: 1;
    padding: 5px 8px 7px 9px;
    margin-right: 8px;
    transition: transform 300ms, border-color 300ms;
}

.news_year a:hover,
.news_tag a:hover {
    transform: scale(1.08, 1.08);
    border-color: #98A1B7;
    border-width: 1px;

}

.news_tag a.current,
.news_year a.current {
    border-color: #98A1B7;
    transform: scale(1.08, 1.08);
    border-width: 2px;
}

.news_tag a.current_0,
.news_year a.current_0 {
    display: none;
}

.pnavi {
    text-align: center;
    margin-top: 80px;
}

.pnavi span,
.pnavi a {
    display: inline-block;
    width: 44px;
    height: 44px;
    font-size: 1.6rem;
    text-align: center;
    vertical-align: middle;
    line-height: 2.5;
    margin: 0 4px;
}

.pnavi a.next,
.pnavi a.prev {
    font-size: 2rem;
    line-height: 2;
}

.pnavi a:hover {
    font-weight: 500;
}

.pnavi .current {
    border:#424242 1px solid;
    border-radius: 50%;
    font-weight: 500;
}

#news_navi .section-content {
    padding-left: 12px;
    padding-right: 12px;
}


@media only screen and (max-width: 767px) {
    #news-single-header .title {
        font-size: 2.5rem;
        margin: 0px 0 40px 0;
    }
    #news_navi .section-content {
        padding-left: 0;
        padding-right: 0;
    }
    .news_tag {
        overflow-x: auto;
        white-space: nowrap;
        overflow-scrolling: touch;
        -webkit-overflow-scrolling: touch;
        padding-left: 13px;
    }
    .news_tag a {
        margin-bottom: 10px;
    }
    #news_index .section-content {
        margin-top: 40px;
    }
    #news-detail .underlay {
        padding: 1em;
    }
    #news_index .card-wrap {
        margin-bottom: 60px;
    }
    #news_index .card {
        width: calc(((100% - 3%) - 1px) / 2);
        margin-right: 3%;
    }
    #news_index .card:nth-child(n+3) {
        margin-top: 30px !important;
    }
    #news_index .card .finish {
        font-size: 1.4rem;
        line-height: 1.5;
    }
}


/* MOVIE POPUP  ******************************************************************/

#fancybox-wrap {
    margin-top: -15px !important;
}

#fancybox-outer {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

#fancybox-close {
    top: unset;
    bottom: -40px;
    right: 12px;
    width: 32px;
    height: 32px;
    background-image: url(../../../../assets/media/close-1.png);
    background-repeat: no-repeat;
    background-position: top right;
}

#fancybox-close span {
    display: none;
}

#fancybox-title-inside {
    text-align: left;
}


/* service ******************************************************************/
.app_catch {
    margin-bottom: 40px;
}

.app_main_img {
    margin-bottom: 80px;
}

.app_header {
    display: flex;
    align-items: center;
    width: 100%;
}

.app_header .app_ico {
    width: 86px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center; /* アイコンを中央寄せしたい場合 */
}

.app_header .app_ico img {
    display: block;
    max-width: 100%;
    height: auto;
}

.app_header .app_title {
    flex: 1; /* 残りの幅を全部使う */
    font-size: 2.4rem;
}

.app_txt {
    text-align: justify;
}


.app_txt,
.app_img {
    padding:20px;
}

.app_img {
    margin-bottom: 80px;
}


.uc_index {
    display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;}

.uc_index img {
}

.uc_index a {
    display: inline-block;
    width: 285px;
    margin-bottom: 7px;

}

.uc_cat_title {
    font-size: 2.4rem;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
}

.service_index .news_tag a {
    padding-right: 10px;
}

.uc.card .news_tag {
    text-indent: 0;
    padding: 0;
}

.uc.card .news_tag a {
    padding: 5px 10px 7px 13px;
}

.tech_tags a {
    display: inline-block;
    width: auto;
    background-color: #fff;
    border: 1px #ddd solid;
    border-radius: 20px;
    font-size: 1.2rem;
    line-height: 1;
    padding: 4px 10px 5px 11px;
    margin-right: 2px;
    transition: transform 300ms, border-color 300ms;
}

.tech_tags a:hover {
    transform: scale(1.08, 1.08);
    border-color: #aaa;
    color: inherit;
}

.techfield {
    font-weight: 500;
    font-size: 1.2rem;
    border-bottom: 1px solid #999;
    margin-top: 2em;
    margin-bottom: 0.3em;
    padding-bottom: 0.3em;
}

.uc.card .post_excerpt {
    text-align:justify;
}

.method_index {
    margin-bottom: 80px;
}

.mi_line_1, 
.mi_line_2, 
.mi_line_3 {
    display: flex;
    width: 100%;
    justify-content: center;
}

.mi_line_1 a, 
.mi_line_2 a, 
.mi_line_3 a {
    display: table-cell;
    width: calc((100% - 2px) / 3);
    text-align: center;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    height: auto;
    padding: 15px 0 0px 0;
    margin-bottom: 30px;
    position: relative;
    border-right: #b7c2d6 1px solid;
    transition: transform 200ms;
}

.mi_line_1 a:last-child, 
.mi_line_2 a:last-child, 
.mi_line_3 a:last-child {
    border-right: none
}

.mi_line_1 a:hover, 
.mi_line_2 a:hover, 
.mi_line_3 a:hover {
    transform: scale(1.03, 1.03);
}

.mi_line_1 a .str, 
.mi_line_2 a .str, 
.mi_line_3 a .str {
    color: #9fb1db;
    font-size: 1.73rem;
    font-weight: 500;
}

.mi_line_1 a .arrow, 
.mi_line_2 a .arrow, 
.mi_line_3 a .arrow {
    margin-top: 8px;
    background-color: #b8c2d7;
    width:16px;
    height:16px;
    display: inline-block;
    border-radius: 8px;
    transition: all 300ms;
}

.mi_line_1 a:hover .arrow, 
.mi_line_2 a:hover .arrow, 
.mi_line_3 a:hover .arrow {
    background-color: #F26161;
}

.mi_line_1 a img, 
.mi_line_2 a img, 
.mi_line_3 a img {
    width:12px;
    vertical-align: super;
}

@media only screen and (max-width: 767px) {
    .mi_line_1, 
    .mi_line_2, 
    .mi_line_3 {
        display: block;
    }
    .mi_line_1 a, .mi_line_2 a, .mi_line_3 a {
        display: block;
        width: 100%;
        border-right: none;
        margin-bottom: 20px;
        line-height: 1;
    }
    .mi_line_1 a img, .mi_line_2 a img, .mi_line_3 a img {
        width: 12px;
        vertical-align: 3px;
    }
}

.card-method {
    margin-bottom:4em;
    padding-left:1.5em;
    padding-top:0.5em;
}

.card-method-title {
    display: flex;
}
.card-method-title-number {
    font-weight:500;
    font-size: 2rem;
    display:inline-block;
    width:80px;height:80px;
    vertical-align: top;
/*        background-color:#b8c2d7; */
    text-align: center;
    color: #b8c2d7;
    font-size: 4em;
    line-height: 1.35;
    border-radius: 40px;
}
 .card-method-title-h {
    font-weight:500;
    font-size: 2rem;
    line-height:1.6;
    padding-top: 0.5em;
    display:inline-block;
    padding-left: 0.5em;
    width:auto;
}        
.card-method-text {
    margin:0 0 3em 38px;
    border-left:1px solid #b8c2d7;
    border-bottom:1px solid #b8c2d7;
    padding:1.8em 2.5em 2.5em 2.5em;
}


@media only screen and (max-width: 767px) {
    .card-method {
        padding-left:0em;
    }
    
    .card-method-title-number {
        width: auto;
        height: 40px;
        font-size: 2.5em;
    }

    .card-method-title-h {
        font-size: 1.5rem;
    }

    .card-method-text {
        margin:1em 0 0 0.6em;
        border-left:1px solid #b8c2d7;
        border-bottom:1px solid #b8c2d7;
        padding:0 0 0.5em 0.5em;
    }
}

.service_index .card {
    width: calc(((100% - 4.5%) - 1px) / 2);
/*    margin-right: 40px; */
margin-right: 4.5%;
border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
}

.service_index .card:nth-child(n+3) {
    margin-top: 60px;
}

.service_index .card:nth-child(even) {
    margin-right: 0;
}

.service_index .card .finish {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.60);
    color: #FFF;
    font-size: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding:12px;
}

.service_index .card  .pre_title {
    font-size:0.9em;
    line-height: 1.3;
    margin-bottom: 5px;
}
.service_index .card .post_title {
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 10px;
}

.service_index .card .post_excerpt {
    display: block!important;
    -webkit-line-clamp: unset;
    text-align:justify
}

nav.service ul li .current-bar {
    display: inline-block;
    width: 96px;
    height: 4px;
    background-color: transparent;
    transition: background-color 0.5s ease 0s;
}

.service_index .section-title {
    margin-bottom: 0;
}

.service_contents .section-title .st2,
.service_index .section-title .st2 {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 60px;
}

.service_contents .contents h2 {
    font-size: 2rem;
    border-bottom: 1px #b8c2d7 solid;
    border-left: 6px #b8c2d7 solid;
    color:#424242;
    font-weight: 400;
    padding-left: 8px;
    padding-bottom: 3px;
    margin-bottom: 20px;
}

.st3 {
    margin-bottom:3em;
    padding:0.5em 1em;
    font-size: 1.6rem;
    font-weight: 400;
}

.logo-customer {
    display: flex;
    flex-wrap: wrap;
}

.logo-customer div {
    max-width: 33%;
}

.logo-customer img {
    width: 100%;
}

.card .miru-wrap {
    display: inline-block !important;
    white-space: nowrap;
}

.miru {
    display: inline-block !important;
    white-space: nowrap;
    background-color: #a5b1cb;
    color: #fff;
    width: fit-content;
    font-weight: 500;
    padding: 3px 1.1em 4px 5px;
    line-height: 1.1;
    font-size: 1rem;
    transition: all 300ms;
    clip-path: polygon(0 0, 84% 0, 100% 50%, 84% 100%, 0 100%);
    margin-left: 1em;
}

.miru-arrow {
    display: inline-block !important;
    width: 0;
    height: 0;
    border-left: 8px solid #a5b1cb;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    margin-top: 5px;
    vertical-align: top;
    transition: all 300ms;
}

.card a:hover .miru {
    background-color: #F26161;
}

.card a:hover .miru-arrow {
    border-left: 8px solid #F26161;
}

.service_contents .img_box {
    margin-bottom: 1em;
    text-align: center;
}

.service_contents .img_box .img_single {
    max-width:70%;
}

.case_text {
    padding:0.5em 1em 2em 1em;
}

.service_contents .cir_btn.large a {
    letter-spacing: 0.15em;
}

#mailform input[type=radio],
#mailform input[type=checkbox] {
    min-height: auto;
}

.wpcf7-radio .wpcf7-list-item,
.customer_position_case_studies_download span.wpcf7-list-item,
.AiApplicationBusiness_case_studies_download span.wpcf7-list-item {
    display: block;
}

.customer_position_case_studies_download,
.AiApplicationBusiness_case_studies_download {
line-height: 1.6;
font-size: 1.5rem;
}

#mailform .item>.require,
#mailform .item>.names,
#mailform .item>.form-control {
    vertical-align: unset;
}

#mailform .item>.names {
    line-height: 1.5;
}

.wpcf7-not-valid-tip {
    line-height: 2;
}

.ai_desc {
    display: flex;
    justify-content: space-around;
    font-weight: 400;
}
.ai_desc .ai_desc_1 {
    max-width: 50%;
    font-size: 1.6rem;
    line-height: 1.6;
}
.ai_desc .ai_desc_2 {
    max-width: 50%;
}

.ai_desc .ai_desc_2 span {
    font-size: 1.6rem;
    font-weight: 400;
    border-left: 5px solid #999;
    padding: 0px 0 3px 8px;
    margin-bottom: 4px;
    display: block;
    line-height: 1.3;
}
.ai_desc .ai_desc_2 ul {
    margin-bottom: 12px;
    line-height: 1.5;
    margin-left: 13px;
}

.ai_desc .ai_desc_2 li {
    list-style: circle inside;
    font-size: 1.4rem;
}

#footer-contact .contact.method {
}

#footer-contact .contact.method a {
    width: 180px;
    height: 180px;
    background-size: contain;
    padding-top: unset;
}

#footer-contact .contact.method a:last-child {
    margin-left: 40px;
}

#footer-contact .contact.method p {
    position: unset;
    display: table-cell;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.3;
    vertical-align: middle;
    height: 180px;
    text-align: center;
    width: 180px;
}

.mw_wp_form .vertical-item {
    display: block;
    font-size: 1.4rem;
    line-height: 1.3;
}


@media only screen and (max-width: 767px) {

    #footer-contact .contact.method a {
        width: 140px;
        height: 140px;
    }
    #footer-contact .contact.method p {
        height: 140px;
    }
    .ai_desc {
        display: block;
    }

    .ai_desc .ai_desc_1 {
        max-width: 100%;
        font-size: 1.5rem;
        line-height: 1.4;
        margin-bottom: 2em;
    }
    .ai_desc .ai_desc_2 {
        max-width: 100%;
    }

    .service_contents .section-title .st2,
    .service_index .section-title .st2 {
        font-size: 1.6rem;
    }
    .st3 {
        font-size: 1.4rem;
    }
    .service_index .card {
        margin-bottom: 2em;
     }
    .service_index .card  .pre_title {
        font-size:0.9em;
        line-height: 1.3;
    }
    .service_index .card .post_title {
        font-size: 1.6rem;
        line-height: 1.3;
        margin-bottom: 10px;
        padding: 0 5px 0 5px;
    }

    .service_index .card .post_excerpt {
    display: block!important;
    padding: 0 5px 0 5px;
    }
    .footer .contact.method {
        height: 140px;
    }
    .footer .contact.method a {
        width: 140px;
        height: 140px;
        background-size: contain;
        padding-top: unset;
    }
    .footer .contact.method a:last-child {
        margin-left: 10px;
    }
    .footer .contact.method p {
        height: 140px;
    }
}

.service_index .tech_list .card {
    width:100%;
    padding-top: 70px;
    margin-right: 0;
}

.service_index .tech_list .card .title {
    width: 100%;
    height:95px;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
}

.service_index .tech_list .card .post_title {
    display: none;
}

.service_index .tech_list .card .tech_tags  {
    position: absolute;
    bottom: 6px;
    right: 6px;
}

.service_index .tech_list .card .body {
    padding : 40px 16px 25px 16px; 
    width: 100%;
    display: flex;
}

.service_index .tech_list .card .body .left {
    width:60%;
    padding-right: 20px;
    text-align: justify;
}

.service_index .tech_list .card .body .right {
    width:40%
    }
.service_index .tech_list .card .lead {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 40px;
}

.service_index .tech_list .card .good {
    padding : 0 16px; 
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap:16px;
}

.service_index .tech_list .card .good_1,
.service_index .tech_list .card .good_2,
.service_index .tech_list .card .good_3 {
    position: relative;
    background-image: url(../../../../assets/media/bg_good.png);
    background-repeat: no-repeat;
    background-position: 27px 21px;
}

.service_index .tech_list .card .good img {
    position: absolute;
    top:0;
    left: 0;
}

.service_index .tech_list .card .good span  {
    padding: 44px 15px 30px 43px;
    text-align: justify;
    line-height: 1.6;
}

.service_index .tech_list .card .case_title {
    font-weight: 500;
    font-size: 1.2rem;
    border-bottom: 1px solid #999;
    margin: 2em 16px 0.5em 16px;
    padding-bottom: 0.3em;
}

.service_index .tech_list .card .case {
    margin: 0 16px 0 16px;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.8;
}

.service_index .tech_list .card .case span {
    display: list-item;
    white-space: nowrap;
    margin-left: 20px;
    /* padding-left: 0px; */
    text-indent: -4px;
    margin-right: 16px;
}

.service_index .tech_list .card .case span a {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-color: #888;
}

.service_index .tech_list .card .case span a:hover {
    text-decoration-color: #aaa;
}

.tech_index {
    display: grid;
    grid-template-columns: repeat(3, minmax(150px, 1fr));
    gap: 10px;
    margin-top: 16px;
    margin-bottom: 16px;
  }

.tech_index a {
    display: inline-block;
    width: auto;
    max-width: 285px;
    display: flex;
  flex-direction: column; /* 縦方向に並べる */
  justify-content: center; /* 縦方向中央 */
  align-items: center; /* 横方向中央 */
}

.tech_index img {
    transition : opacity 0.3s;
}

.tech_index img:hover {
    opacity: 0.7;
    transition : opacity 0.3s;
}

.tech-footer {
    width:100%;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 20px;
}

.tech-footer .to-page {
    display: inline-grid;
    align-items: center;
    border: 1px #1D1E20 solid;
    width: 260px;
    height: 60px;
    background-color: #1D1E20;
    color: #fff;
    background-image: url(../../../../assets/media/arrow_w.svg);
    background-position: top 25px right 21px;
    background-size: 12.48px 9.06px;
    text-align: left;
    line-height: 1;
    border-radius: 33px;
    font-size: 1.4rem;
    margin: 0;
    padding-left: 30px;
    font-weight: 600;
    background-repeat: no-repeat;
    margin: 0 30px 60px 30px;
}


.tech-footer .to-page.c_1 {
    border: 1px #E8E8E8 solid;
    background-color: #E8E8E8;
    color: #1D1E20;
    background-image: url(../../../../assets/media/arrow_b.svg);
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {    
    .app_header .app_ico {
        margin-right: -15px;
        justify-content: left;
    }

    .app_header .app_ico img {
        max-width: 75%;
    }

    .app_header .app_title {
        line-height: 1.4;
        font-size: 1.3em;
    }

    .app_txt,
    .app_img {
        padding: 20px 5px 0 5px;
    }

    .tech-footer .to-page {
        width:100%;
        margin: 0 0 30px 0;
    }
    .tech-footer .to-page.c_1 {
        margin: 0px 0 30px 0px;

    }

    .tech_index {
        grid-template-columns: repeat(2, minmax(120px, 1fr));
        gap: 4px;
    }

    .tech_index a {
        max-width: none;
    }

    .tech_index img {
        width: -webkit-fill-available;
    }
    .service_index .tech_list .card .lead {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }

    .service_index .tech_list .card .body {
        display: block;
        padding: 40px 10px 25px 10px;
    }
    .service_index .tech_list .card .body .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .service_index .tech_list .card .body .right {
        width: 100%;
        text-align: center;
    }

    .service_index .tech_list .card .good {
        padding: 0 10px;
        display: block;
    }

    .service_index .tech_list .card .good span {
        margin-top: 15px;
        padding-bottom: 24px;
        padding-right: 20px;
    }

    .service_index .tech_list .card .case_title {
        margin: 2em 10px 0.5em 10px;
    }

    .service_index .tech_list .card .case {
        margin: 0 10px 0 10px;
    }
    
    .service_index .news_tag {
        padding-left: 0;
        padding-right: 0;
    }

    .service_index .tech_list .card .tech_tags {
        bottom: 2px;
        right: 3px;
    }

    .tech_tags a {
        padding: 2px 7px 3px 8px;
    }

    .service_index .card-wrap {
        display: block;
    }
    
    .service_index .card {
        width: 100%;
        /* margin-right: 40px; */
        margin-right:0;
        margin-bottom: 4em;
    }
    
    .service_index .tech_list .card .case {
            flex-direction: column;
    }

    .service_index .tech_list .card .case span {
        white-space: normal;
        padding-left: 0px;
        text-indent: 0px;
        margin-right: 0px;
        margin-bottom: 4px;
    }

    .service_index .tech_list .card .case span a {
        line-height: 1.6;
    }

    .uc.card .news_tag {
        padding-left: 0;
    }

}



#same_tags .section-content {
    margin-top: 100px;
}

.same_tag {
    line-height: 1;
    font-size: 2rem;
}

#single_back .cir_btn.back {
    display: block;
    margin: 96px auto 0;
}

iframe.wp-embedded-content {
    width:100% !important;
    clip: unset !important;
}

@media only screen and (max-width: 767px) {
    #blog_navi .section-content {
        padding-left: 0;
        padding-right: 0;
    }
    #blog_index .section-content,
    #blog_navi .section-content {
        margin-top: 40px;
    }
    .blog_latest {
        margin-bottom: 40px;
    }
    .blog_latest a {
        display: block;
    }

    .blog_latest .card a:hover .thumbnail{
        border-top-right-radius: inherit;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        } 

    .blog_latest .thumbnail,
    .blog_latest .txt-wrap {
        display: block;
        width: 100%;
    }
    .blog_latest .txt-wrap {
        padding: 10px;
    }
    .blog_latest .post_title {
        font-size: 1.8rem;
    }

    #blog_index .card {
        width: calc(((100% - 3%) - 1px) / 2);
        margin-right: 3%;
    }
    #blog_index .card:nth-child(even) {
        margin-right: 0;
    }
    #blog_index .card:nth-child(n+3) {
        margin-top: 30px !important;
    }
    #blog-detail .section-content {
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    #blog-single-header .title {
        font-size: 2.5rem;
        margin: 0px 0 32px 0;
    }
    #blog-single-header .tags, #blog-single-header .time {
        margin-bottom: 2em;
    }
    .blog-text h4 {
        font-size: 1.8rem;
    }
    .blog-text blockquote {
        margin-left: 0.5em;
        margin-right: 0.5em;
        font-size: 1.2rem;
        padding: 20px 50px;
        border-radius: 5px;
    }
    .hist_nav {
        margin: 32px 0 0 0;
        padding: 20px 0 20px 0;
    }
    .hist_nav .section-content {
        width: 95%;
    }
    
    .hist_nav .next a {
        padding: 12px 22px 12px 30px;
        font-size: 1.4rem;
    }
    .hist_nav .prev a {
        padding: 12px 30px 12px 22px;
    }
    .hist_nav a>span {
        margin-bottom: 22px;
    }

    .hist_nav .prev a .prev_title,
    .hist_nav .next a .next_title {
        font-size: 1.4rem;
        -webkit-line-clamp: 3;
    }
    .blog-share {
        margin-bottom: 20px;
    }
    #same_tags .section-content {
        margin-top: 40px;
    }
    #single_back .cir_btn.back {
        margin-top: 40px;
    }
}


/* Channel ******************************************************************/

#movie .section-content {
    margin-top: 55px;
}

#movie.vm .section-content {
    margin-top: 80px;
}

.card .ok-fancybox {
    display: block;
}

.card .no-fancybox {
    display: none;
}

@media only screen and (max-width: 767px) {
    .card .no-fancybox {
        display: block;
    }
    .card .ok-fancybox {
        display: none;
        pointer-events: none;
        visibility: hidden;
    }   
}

.news_content p.interviewer {
    font-style: italic;
    font-weight: 400;
    color: #777;
    
}

.news_content p.interviewee {
    margin-bottom: 3em;
    margin-left: 1em;
}

/* Recruit ******************************************************************/


.recruit_kc_1 {
    font-size: 3.2em;
    font-weight: 600;
    line-height: 1.6;
    padding-top: 0.7em;
    margin-bottom: 0.8em;
}
.recruit_kc_2 {
    font-size: 1.2em;
    font-weight: 500;
    line-height: 1.8;
}
.recruit_kc_2 p {
    margin-bottom: 0.75em;
}

.rec_index .card .post_excerpt {
    -webkit-line-clamp: unset;
}
.page__recruit .section-title .st2 {
    font-size: 2rem;
    font-weight: 400;
/*    padding: 0.3em 0 0.4em 0.5em; */
}

.page__recruit #career .section-title .st2 {
    border-left: #687eb1 5px solid;
}

.page__recruit #new_graduates .section-title .st2 {
    border-left: #8DC655 5px solid;
}

.page__recruit #internship .section-title .st2 {
    border-left: #E28144 5px solid;
}

#career .section-content,
#new_graduates .section-content {
    margin-top: 2em;
    overflow: visible;
}

#jobtype .section-content {
    display: table;
    border-collapse: separate;
    border-spacing: 22px 0;
    margin-top: 33px;
}

#jobtype .job_1,
#jobtype .job_2 {
    display: table-cell;
    width: 404px;
    height: 89px;
    text-indent: 40px;
    vertical-align: middle;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    background-repeat: no-repeat;
    background-position: top 50% right 25px;
    background-size: 24px;
    line-height: 0;
    font-weight: 500;
    transition: color 300ms, background-color 300ms, background-image 300ms;
}

#jobtype .job_1 {
    color: #687EB1;
    border: 1px #687EB1 solid;
    background-image: url(../../../../assets/media/icon_job1.svg);
}

#jobtype .job_2 {
    color: #8DC655;
    border: 1px #8DC655 solid;
    background-image: url(../../../../assets/media/icon_job2.svg);
    margin-left: 22px;
}

#jobtype a.job_1:hover {
    color: #fff;
    background-color: #687EB1;
    background-image: url(../../../../assets/media/icon_job_hover.svg);
}

#jobtype a.job_2:hover {
    color: #fff;
    background-color: #8DC655;
    background-image: url(../../../../assets/media/icon_job_hover.svg);
    }

#career .section-title .st1 {
    color: #4e8cdd;
}

#new_graduates .section-title .st1 {
    color: #80c73d;
}

#jobs.contents {
    margin: 0 auto;
    max-width: 880px;
    overflow: hidden;
    padding: 35px 20px 35px 20px;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    font-size: 1.4rem;
    margin-bottom: 30px;
    /*    box-shadow: 2px 2px 10px 1px rgb(0 0 0 / 6%);   */
}

#jobs .job_header {
    display: flex;
    position: relative;
    height: auto;
    min-height:unset;
}

#jobs .job_header .job_title, #jobs .job_header .job_desc {
    font-size: 1.6rem;
    line-height: 1.6;
}

#jobs .job_header .job_title {
    width: 200px;
    margin-right: 30px;
    font-weight: 500;
}

#jobs .job_header .job_title .update{
    font-size: 0.8em;
    background-color: #ff4848;
    color: #fff;
    display: block;
    padding: 0px 6px 1px 6px;
    border-radius: 6px;
    width: fit-content;
}

#jobs .job_header .job_desc {
    max-width: 480px;
    color: #666;
}

#jobs .opensection {
    display: none;
    margin-top: 40px;
    position: relative;
}

#jobs dl {
    display: flex;
    flex-wrap: wrap;
    margin-left: 74px;
}

#jobs dl dt, #jobs dl dd {
    padding-top: 22px;
    padding-bottom: 22px;
    border-top: 1px #d3d3d3 solid;
}

#jobs dl dt:first-child, #jobs dl dt:first-child+dd {
    /*    padding-top: 0;    */
    border-top: none;
}

#jobs dl dt {
    width: 20%;
    font-weight: normal;
}

#jobs dl dd {
    width: 70%;
}

#recruit ul.slash li {
    display: inline-flex;
}

#recruit ul li {
    text-indent: 0;
    padding-left: 0;
}

#recruit ul.slash li:not(:last-child):after {
    content: "／";
}

#jobs .opensection .entry {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

#jobs .opensection .entry p {
    color: #ff4848;
    margin-bottom: 5px;
}

#jobs .cir_btn {
    font-size: 1.8rem;
}

#jobs .job_header .job_btn {
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
}

#jobs .closebtn {
    width: 84px;
    position: absolute;
    right: 0;
    bottom: -55px;
}

#jobs .openbtn a,
#jobs .closebtn a {
    width: 96px;
    height: 30px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 400;
    color: #424242;
    line-height: 2;
    border: 1px #ccc solid;
    border-radius: 6px;
    background-color: #fff;
    transition: border 300ms, transform 300ms;
}

#jobs .openbtn a:hover,
#jobs .closebtn a:hover {
    transform: scale(1.05, 1.05);
    border: 1px #aaa solid;
}

#mailform .upfile {
    width: 365px;
}

#recruit nav.company ul li a {
    padding-top: 10px;
    padding-bottom: 8px;
    line-height: 0;
}

#recruit .line2 {
    display: block;
    font-size: 1.05rem;
    margin-top: 4px;
}

#recruit nav.company ul li .current-bar {
    display: block;
    margin: 0 auto;
}

#recruit nav.company ul li .menu-item-label {
    height: 35px;
    display: table-cell;
    vertical-align: middle;
    width: 176px;
}

#recruit nav.company ul a::after {
    top: 16px;
}

#recruit .section-title .st2 {
    font-size: 2rem;
    font-weight: 400;
}

#recruit .section-desc {
    display: flex;
}

#recruit .section-desc .desc-text {
    width: 50%;
    font-size: 1.5rem;
    font-weight: 400;
    padding-right: 1em;
    line-height: 1.6;
}

#recruit .section-desc .desc-img {
    width:50%;
}

#news_navi.rec .section-content {
    margin-top: 1.5em;
}

.page__benefits dl dt {
    list-style: disc;
    display: list-item;
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 1.5em;
    line-height: 1.5;
    margin-left: 1em;
}

.page__benefits dl dd {
    margin-left: 1em;
}

.page__benefits dl dt:first-child {
    margin-top: 0;
}

.page__benefits dl dt span {
    font-size: 1.2rem;
    font-weight: normal;
}
.page__benefits .underlay_880 {
    margin-top: 1em;
}

.work_style {
    display: flex;
    margin-bottom: 3em;
}

.work_style  h4 {
    width:135px;
    font-size: 1.5rem;
    margin-top: 4px;
}
.work_style  h4 span {
    font-size: 1.2rem;
    display: block;
}

.work_style dl {
    margin-left: 4em;
    width: -webkit-fill-available;
}

#new_graduates ul,
#career ul {
	list-style: disc;
    padding-left: 1.6em;
} 

#new_graduates ul ul,
#career ul ul {
	list-style: circle;
} 

#new_graduates ol {
    list-style: auto;
    padding-left: 1.6em;
}

.page__interview .card .post_title .update,
.page__recruit .card .post_title .update{
    font-size: 0.8em;
    background-color: #ff4848;
    color: #fff;
    display: block;
    padding: 0px 6px 1px 6px;
    border-radius: 6px;
    width: fit-content;
    margin-top:0.2em;
}


@media only screen and (max-width: 767px) {
    .rec_index .card .post_excerpt {
        display: block !important;
    }
    .rec_index .card .post_title {
        font-size: 1.3rem;
        margin-bottom: 0.4em;
    }

    #recruit .section-desc {
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    #recruit .section-desc .desc-img {
        width: 100%;
        margin-bottom: 0.5em;
    }
    #recruit .section-desc .desc-text {
        width: 100%;
        font-size: 1.4rem;
        font-weight: 400;
        padding-right: 0;
        line-height: 1.6;
    }
    .work_style {
        display: block;
    }
    .work_style dl {
        margin-left: 2.5em;
        width: -webkit-fill-available;
        margin-top: 1em;
    }
    .work_style h4 {
        width: 100%;
        margin-top: 4px;
        font-weight: 500;
    }
    .page__benefits dl dt {
        line-height: 1.5;
    }
}


.rec_slide {
    display: flex;
}
.rec_slide_desc{
    width: 35%; padding-right: 15px;
}
.rec_slide_doc {
    width: 65%;
}


@media only screen and (max-width: 767px) {
    .rec_slide {
        display: block;
    }
    .rec_slide_desc,
    .rec_slide_doc {
        width: 100%;
        padding-right:0;
    }
}


@media only screen and (max-width: 899px) {
    #jobs .job_header .job_desc {
        max-width: 427px;
    }
}
@media only screen and (max-width: 767px) {
    #mailform .upfile {
        width: 100%;
    }

    .income {
        position: relative;
    }

    #mailform .income-now input[type="text"],
    #mailform .income-hope  input[type="text"] {
        width: 100px !important;
    }

    #mailform .unit {
        position: absolute;
        bottom: -4px;
        left: 112px;
    }

    #jobtype .section-content {
        display: block;
        margin-top: 40px;
    }

    #jobtype .job_1, #jobtype .job_2 {
        display: block;
        width: 90%;
        height: 70px;
        line-height: 67px;
        padding: 0 0 0 24px;
        margin-left: 5%;
        margin-bottom: 20px;
        text-indent: 0;
        font-size: 1.6rem;
    }

    #jobs.contents {
        padding: 10px;
        border-radius: 5px;
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    #jobs .job_header {
        display: block;
        height: auto;
    }

    #jobs .job_header .job_title,
    #jobs .job_header .job_desc {
        font-size: 1.4rem;
    }
    #jobs .job_header .job_title {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1em;
    }
    #jobs .job_header .job_desc {
        max-width: inherit;
    }
    #jobs .job_header .job_btn,
    #jobs .closebtn {
        width: 100%;
        position: relative;
        text-align: center;
        margin-top: 14px;
        bottom: inherit;
    }
    #jobs .opensection {
         margin-top: 10px;
    }
    #jobs dl {
        display: block;
        margin-left: 0;
    }
    #jobs dl dt {
        width: 100%;
        border-bottom: none;
        padding-bottom: 0.5em;
        font-weight: 500;
    }
    #jobs dl dd {
        border-top: none;
        width: 100%;
        padding-top: 0;
        padding-left: 1.2em;
        padding-bottom: 22px;
    }

    #jobs .opensection .entry {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    #career .section-content,
    #new_graduates .section-content {
        margin-top: 40px;
    }
    #recruit #new_graduates {
        padding-top: 0px;
        margin-top: 0px;
    }

    #recruit nav.company ul li .menu-item-label {
        display: inline;
    }
    #recruit nav.company ul li a {
        padding-top: 0.8em;
        padding-bottom: 0.2em;
    }
    #recruit nav.company ul li .current-bar {
        margin-top: 8px;
    }
    #recruit nav.company ul a::after {
        top: 8px;
    }
}


/* INTERVIEW  ******************************************************************/


#interview-single-header {
    margin-top: 0;
}

#interview-single-header .section-content {
    position: relative;
}

#interview-single-header .section-content h1 {
    margin: 0 0 1em 0;
}

#interview-single-header .section-content .detail {
    position: absolute;
    bottom: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
    padding: 0.6em 0.5em 1em 1em;
    width: 100%;
}

#interview-single-header span {
    display: block;
}

#interview-single-header span.who {
    font-weight: 500;
}

#interview-single-header span.bio {
    font-size: 1.4rem;
    line-height: 1.6;
}

.section-content.interview h2 {
    margin: 1.5em 0 0.75em 0;
    font-size: 2.4rem;
}

.section-content.interview p {
    margin: 0 1.5em 0 1.5em;
    font-size: 1.4rem;
}

.section-content.interview .i_pl {
    border: 1px solid #ccc;
    margin: 3.5em 0 3.5em 0 ;
    padding: 0;
    display: flex;
}

.section-content.interview .i_pl .txt {
    width: fit-content;
    margin: 1em 1em 0 1.5em;
}

.section-content.interview .i_pl span {
    display: block;
    letter-spacing: 0.4em;
    margin: 0 0 0 0;
    font-size: 1.8rem;
    margin-bottom: 0.6em;
    font-weight: 500;
    width: 100%;
    text-align: center;
}

.section-content.interview .i_pl .txt p {
    margin: 0;
    line-height: 1.75;
}

.c_right {
    text-align: right;
    font-size: 1.2rem;
}

.section-content.interview .i_pl .mobile {
    display: none;
}

@media only screen and (max-width: 767px) {
    .section-content.interview p {
        margin: 0;
    }
    #interview-single-header .title {
        font-size: 2.5rem;
        margin: 0px 0 40px 0;
    }
    #interview-single-header .section-content .detail {
        position: initial;
        padding: 0.6em 0.5em 1em 1em;
        width: 100%;
    }
    .section-content.interview .i_pl {
        margin: 3.5em 0 3.5em 0 ;
        display: block;
    }
    
    
    .section-content.interview .i_pl .pc {
        display: none;
    }
    .section-content.interview .i_pl .mobile {
        display: block;
        margin: 0.5em 0 0.6em 0;
        font-size: 1.6rem;

    }

    .section-content.interview .i_pl .img img {
        width: 100%;
    }
    .section-content.interview .i_pl .txt {
        margin: 1em 1em 1em 1.5em;
    }
}

/* Contact ******************************************************************/

.page__casual-meeting .underlay,
.page__form-new .underlay,
.page__form-intern .underlay,
.page__form .underlay {
    padding: 22px;
}

#inqtype .section-content {
    display: table;
    border-collapse: separate;
    border-spacing: 22px 22px;
    margin-top: 33px;
}

#inqtype .table-row {
    display: table-row;
}

#inqtype .inq_1,
#inqtype .inq_2,
#inqtype .inq_3 {
    display: table-cell;
    width: 404px;
    height: 125px;
    vertical-align: middle;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    background-repeat: no-repeat;
    background-position: top 50% right 36px;
    line-height: 1.6;
    padding-left: 40px;
    transition: color 300ms, background-color 300ms, background-image 300ms;
}

#inqtype .inq_1 span,
#inqtype .inq_2 span,
#inqtype .inq_3 span {
    font-weight: 500;
}
#inqtype .inq_1 {
    color:#8171D8;
    background-image: url(../../../../assets/media/icon_inq_1_self.svg);
    background-size: 10px;
/*  background-size: 20px;  ext  */
    border: 1px #8171D8 solid;
}

#inqtype .inq_2 {
    color:#D871BC;
    background-image: url(../../../../assets/media/icon_inq_2_self.svg);
    background-size: 10px;
    border: 1px #D871BC solid;
}

#inqtype .inq_3 {
    color:#E28144;
    background-image: url(../../../../assets/media/icon_inq_3_self.svg);
    background-size: 10px;
    border: 1px #E28144 solid;
}

#inqtype a.inq_1:hover {
    color: #FFF;
    background-color:#8171D8;
    background-image: url(../../../../assets/media/icon_inq_self_hover.svg);
}

#inqtype .inq_2:hover {
    color: #FFF;
    background-color:#D871BC;
    background-image: url(../../../../assets/media/icon_inq_self_hover.svg);
}

#inqtype .inq_3:hover {
    color: #FFF;
    background-color:#E28144;
    background-image: url(../../../../assets/media/icon_inq_self_hover.svg);
}


@media only screen and (max-width: 767px) {
    #inqtype .section-content {
        display: block;
        border-collapse: separate;
        border-spacing: 22px 22px;
    }
    #inqtype .table-row {
        display:table;
        width: 100%;
}
    #inqtype .inq_1, #inqtype .inq_2, #inqtype .inq_3 {
        display:inline-block;
        width: 100%;
        height: auto;
        line-height: 1.6;
        padding: 1.5em;
        margin-left: 0;
        margin-bottom: 20px;
        font-size: 1.6rem;
        background-position: top 50% right 1.5em;
    }
/*    #inqtype .inq_3 {
        padding: 2.5em 1em 2.5em 2em;
    }   */
}


/* Contact Recruit 共通 ******************************************************************/

#recruit_form .section-content,
#contact_form .section-content,
#contact .section-content {
    margin-top: 0px;
}

#recruit_form .section-content {
    margin-top: 55px;
}

#contact .privacy_notes,
#recruit .privacy_notes,
#mailform textarea,
#mailform input[type="text"],
#mailform input[type="email"],
#mailform input[type="tel"],
#mailform input[type="date"],
#mailform input[type="number"] {
    border-radius: 5px;
    background-color: #FFF;
    border: 1px #bebebe solid;
    line-height: normal;
}

#mailform .item>.names {
    padding-left: 64px;
}

.page__contact_en #mailform .item>.names {
    padding-left: 89px;
}

#mailform select, #mailform .upfile {
    background-color: #efefef;
    border: 1px solid #efefef;
    border-radius: 5px;
    padding: 4px 1em;
}

#mailform .upfile {
    background-image: url(../../../../assets/media/icon_upload.svg);
    background-repeat: no-repeat;
    background-position: top 50% right 12px;
    background-size: 16px;
}

.file_max01, .file_max02 {
    margin-left: 8px;
}

#mailform .item>.require>span {
    display: block;
    text-align: center;
    color: #FF4848;
    background-color: #FFEFEF;
    line-height: 1em;
    padding: 0.5em 0.8em;
    font-size: 1.2rem;
    border-radius: 10px;
}

.page__contact_en #mailform .item>.require {
    width: 80px;
}

#mailform .check_area {
    text-align: center;
    padding: 48px 0 40px;
}

#mailform .check_area input[type="checkbox"] {
    width: 20px;
    height: 20px;
    display: inline-block;
}

#mailform .check_area span {
    line-height: 0.5;
    margin-left: 8px;
    display: inline-block;
    vertical-align: middle;
    height: 20px;
}

.check_area .cir_btn:hover {
    border-color: #F26161;
    background-color: transparent;
    color: #F26161;
}

.check_area .cir_btn:hover a {
    color: #F26161;
    transition: none;
    background-color: transparent;
}

.check_area .cir_btn:hover input[type="button"] {
    color: #F26161;
    transition: color 0s;
    background-color: transparent;
}

.check_area .cir_btn:hover input[type="submit"] {
    color: #F26161;
    transition: color 0s;
}

.check_area .cir_btn:hover {
    border-color: #FFF;
    background-color: #F26161;
    transition: background-color 0s, border-color 0s;
}

.check_area .cir_btn.next:hover a {
    color: #FFF;
    transition: color 0s;
}

.check_area .cir_btn.next:hover input[type="submit"] {
    color: #FFF;
    transition: color 0s;
}

.check_area .cir_btn {
    display: inline-block;
    border: #F26161 1px solid;
    width: 155px;
    height: 32px;
    border-radius: 32px;
    transition: background-color 0.8s, border-color 0.8s;
    margin: 10px auto 0;
}

.cir_btn.large {
    width: 250px;
    height: 52px;
    border-radius: 52px;
}

.check_area .cir_btn:hover input[type="button"] {
    color: #FFF;
    transition: color 0s;
}

.check_area .cir_btn.nextstep:hover, .check_area .cir_btn.nextstep {
    border: #cccccc 1px solid;
    background-color: transparent;
}

.check_area .cir_btn.nextstep input[type="submit"] {
    cursor: default;
    color: #cccccc;
    transition: color 0.8s;
    background-color: transparent;
}

.check_area .cir_btn.nextstep.next {
    border: #F26161 1px solid;
    background-color: transparent;
}

.check_area .cir_btn.nextstep.next input[type="submit"] {
    cursor: pointer;
    color: #F26161;
    transition: color 0.8s;
    background-color: transparent;
}

.check_area .cir_btn.nextstep.next:hover {
    background-color: #F26161;
}

.check_area .cir_btn.nextstep.next:hover input[type="submit"] {
    color: #FFF;
    transition: color 0s;
}

.custom-wpcf7c-confirmed #mailform input.wpcf7c-conf {
    min-height: 1em;
    background-color: transparent;
    border: none;
}

.custom-wpcf7c-confirmed #mailform select.wpcf7c-conf {
    border: none;
    background-color:transparent;
    background-image: none;
}

.custom-wpcf7c-confirmed #mailform textarea.wpcf7c-conf {
    min-height: 1em;
    background-color: transparent;
    border: 1px solid #e0e0e0;
    margin-left: 0.5em;
    width: 98%;
    padding: 0.5em;
}

.wpcf7-not-valid-tip {
    position: absolute!important;
    font-size: 1.2rem;
    width: max-content;
    color: #fff;
    font-weight: normal;
    display: block;
    background-color: #F26161;
    border-radius: 14px;
    padding: 0px 16px;
}

.wpcf7-form-control-wrap.upfile01 {
    position: initial;
}
.upfile01 .wpcf7-not-valid-tip {
    line-height: 2;
    left: 0;
}

div.wpcf7 .ajax-loader {
    display: none!important;
}

#contact #mailform .item>.require+.names,
#recruit #mailform .item>.require+.names {
    width: 13em;
    padding-left: 0.5em;
}

@media only screen and (max-width: 767px) {
    #contact #mailform .item>.names,
    #contact #mailform .item>.require+.names,
    #recruit #mailform .item>.require+.names {
        width: calc(100% - 60px);
    }
}

.page__contact_en #contact #mailform .item>.require+.names {
    width: 8em;
}

#contact #mailform .item>.names {
    width: calc(13em + 54px);
}

@media only screen and (max-width: 767px) {
    #contact #mailform .item>.names {
        width: calc(100% - 60px);
    }
}

.page__contact_en #contact #mailform .item>.names {
    width: calc(8em + 80px);
}

#mailform .item.comment {
    /* padding-left: calc(54px + 11em); */
    margin-bottom: 48px;
}

#mailform textarea {
    margin-bottom: -10px;
}

.custom-wpcf7c-confirmed .item.doui {
    margin-top: 48px;
}

.check_area .submit-buttons>p:first-child,
#recruit .check_area .submit-buttons>p:first-child {
    margin-right: 20px;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
}

.wpcf7 .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border: none;
    width: auto;
    text-align: center;
    background-color: #F26161;
    color: #fff;
    font-weight: 500;
    border-radius: 10px;
    padding: 10px 0;
}

.page__contact_en #contact .cir_btn.wpcf7c-elm-step1 {
    margin-bottom: 48px;
}

.page__case_studies_confirm .input-page,
.page__form-method-confirm .input-page {
    display: none;
}

.page__case_studies_confirm .check_area .cir_btn.nextstep:hover,
.page__case_studies_confirm .check_area .cir_btn.nextstep,
.page__case_studies_error .check_area .cir_btn.nextstep:hover,
.page__case_studies_error .check_area .cir_btn.nextstep,
.page__form-method-confirm .check_area .cir_btn.nextstep:hover,
.page__form-method-confirm .check_area .cir_btn.nextstep,
.page__form-method-error .check_area .cir_btn.nextstep:hover,
.page__form-method-error .check_area .cir_btn.nextstep {
    border: #F26161 1px solid;
    background-color: transparent;
}

.page__case_studies_confirm .check_area .cir_btn.nextstep input[type="submit"],
.page__case_studies_error .check_area .cir_btn.nextstep input[type="submit"], 
.page__form-method-confirm .check_area .cir_btn.nextstep input[type="submit"],
.page__form-method-error .check_area .cir_btn.nextstep input[type="submit"] {
    cursor: pointer;
    color: #F26161;
    transition: color 0.8s;
    background-color: transparent;
}

.page__case_studies_confirm .check_area .cir_btn.nextstep:hover,
.page__case_studies_error .check_area .cir_btn.nextstep:hover,
.page__case_studies_confirm .check_area .cir_btn.nextstep.next:hover,
.page__case_studies_error .check_area .cir_btn.nextstep.next:hover,
.page__form-method-confirm .check_area .cir_btn.nextstep:hover,
.page__form-method-error .check_area .cir_btn.nextstep:hover,
.page__form-method-confirm .check_area .cir_btn.nextstep.next:hover,
.page__form-method-error .check_area .cir_btn.nextstep.next:hover {
    background-color: #F26161;
}

.page__case_studies_confirm .check_area .cir_btn.nextstep:hover input[type="submit"],
.page__case_studies_error .check_area .cir_btn.nextstep:hover input[type="submit"], 
.page__case_studies_confirm .check_area .cir_btn.nextstep.next:hover input[type="submit"],
.page__case_studies_error .check_area .cir_btn.nextstep.next:hover input[type="submit"],
.page__form-method-confirm .check_area .cir_btn.nextstep:hover input[type="submit"],
.page__form-method-error .check_area .cir_btn.nextstep:hover input[type="submit"], 
.page__form-method-confirm .check_area .cir_btn.nextstep.next:hover input[type="submit"],
.page__form-method-error .check_area .cir_btn.nextstep.next:hover input[type="submit"] {
    color: #FFF;
    transition: color 0s;
}

@media only screen and (max-width: 767px) {
    #recruit_form .section-content,
    #contact_form .section-content,
    #contact .section-content {
        margin-top: 40px;
    }
    .page__form-new .underlay,
    .page__form-intern .underlay,
    .page__form .underlay {
        padding: 10px;
    }

    #mailform .item>.names {
        padding-left: 0;
    }

    .custom-wpcf7c-confirmed .submit-buttons {
        margin-top: 0;
    }

    .check_area .submit-buttons>p:first-child,
    #recruit .check_area .submit-buttons>p:first-child
     {
        margin-right: 3%;
    }
    .cir_btn.large {
        width: 47%;
        height: 48px;
        max-width: 250px;
    }
    .cir_btn input[type="button"], .cir_btn input[type="submit"] {
        font-size: 1.6rem;
        letter-spacing: 2px;
    }

    .cir_btn.solo {
        width: 66%;
        margin-bottom: 0;
    }

    .cir_btn.large a {
        font-size: 1.6rem;
        letter-spacing: 2px;
        height: 48px;
        line-height: 48px;
    }

    .custom-wpcf7c-confirmed #mailform input.wpcf7c-conf,
    .custom-wpcf7c-confirmed #mailform select.wpcf7c-conf,
    #mailform .filename01,
    #mailform .filename02,
    #mailform .agree {
        margin-left: 1em;
    }
    #mailform .item.comment>.require span {
        margin-top: 0.25em;
    }
    .custom-wpcf7c-confirmed #mailform textarea.wpcf7c-conf {
        margin-left: 0.5em;
    }

    .custom-wpcf7c-confirmed .item.doui {
        margin-top: 30px;
    }
    .custom-wpcf7c-confirmed .submit-buttons {
        margin-top: 10px;
    }
    .custom-wpcf7c-confirmed .submit-buttons.wpcf7c-elm-step2 {
        margin-top: 40px;
    }
    
    .mw_wp_form_confirm #mailform .item>.require,
    .mw_wp_form_confirm #mailform .item>.names {
        display: table-cell;
    }
    
#contact .mw_wp_form #mailform .item .names,
#contact .mw_wp_form_confirm #mailform .item .names {
        width: auto;
    }
    
    .mw_wp_form_confirm #mailform .item.comment>.require span {
        margin-top: 0;
    }
}


/* ポリシー系 ******************************************************************/

.terms_block .terms_title {
    margin-bottom: 6px;
}

.terms_block dd {
    margin-left: 24px;
}

.terms_block ol  {
    list-style: decimal;
    margin: 0.5em 0 0.5em 1.5em;
}

.terms_block ol li {
    list-style-type: none;
    counter-increment: cnt;
}
    .terms_block  ol li::before {
    content: "("counter(cnt)")";
    margin-left: -1.4em;
}

.terms_block ul  {
    list-style: disc;
    margin: 0.5em 0 0.5em 1.5em;
}

.terms_block ul li {

}

.terms_block .notice {
    display: block;
    font-size: 1.2rem;
    line-height: 1.75;
    margin-top: 4px;
}

.terms_block a {
    text-decoration: underline;
    color: #666;
}

#recruit .pn_rec .headline h3 {
    font-size: 1.8rem;
}

#recruit .pn_rec .text_body h4 {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 0.75em;
}

#recruit .pn_rec .text_body p {
    
}

#recruit .pn_rec .text_body dl {
    
}

#recruit .pn_rec .text_body dl dt {
    font-weight: 600;
    color: #666;
    margin-top: 0.75em;
}

#recruit .pn_rec .text_body dl dd {
    margin-left: 1em;
}

#recruit .pn_rec .text_body ul {
    
}

#recruit .pn_rec .text_body ul li {
    list-style-type:disc;
    margin-left: 1.5em;
}

#recruit .pn_rec .text_body ol {
    
}

#recruit .pn_rec .text_body ol li {
    list-style-type:decimal;
    margin-left: 2em;
}


/* ページヘッダのない汎用ページ ******************************************************************/

#no-page-header .title {
    display: block;
    font-size: 3.5rem;
    text-align: center;
    line-height: 1.4em;
    margin: 70px 0 20px 0;
}

#no-page-header .lead_txt {
    padding: 0 96px;
    display: block;
    margin-top: 40px;
}

#page .submit-buttons {
    margin-top: 55px;
    text-align: center;
}

.page__externallink .underlay {
    padding: 32px 96px;
}
.page__externallink .submit-buttons>p:first-child {
    margin-right: 20px;
}

.page__externallink .add_text {
    font-size:12px;
    margin-top:55px;
}

#single_back .cir_btn,
#news-detail .cir_btn,
.page__externallink .cir_btn {
    border: #424242 1px solid;
    background-color: rgba(255, 255, 255, 0.3);
}

#single_back .cir_btn a,
#news-detail .cir_btn a,
.page__externallink .cir_btn input[type="button"] {
    color: #424242;
}

#single_back .cir_btn:hover,
#news-detail .cir_btn:hover,
.page__externallink .cir_btn:hover{
    border: #424242 2px solid;
    background-color: rgba(255, 255, 255, 1);
}

#single_back .cir_btn:hover a,
#news-detail .cir_btn:hover a,
.page__externallink .cir_btn:hover a {
    line-height: 50px;
}

@media only screen and (max-width: 767px) {
    #no-page-header .title {
        font-size: 2.5rem;
        margin: 20px 0 20px 0;
    }
    #no-page-header .lead_txt {
        padding: 0 1em;
        margin-top: 30px;    
    }
    .page__externallink .underlay {
        padding: 10px;
    }
    .page__externallink .submit-buttons>p:first-child {
        margin-right: 3%;
    }
    .page__externallink .add_text {
        font-size:12px;
        margin-top:40px;
    }
    .a_center {
        text-align: left;
    }
    #single_back .cir_btn.large:hover a,
    #news-detail .cir_btn.large:hover a {
        line-height: 46px;
    }
    #page .submit-buttons {
        margin-top: 40px;
        text-align: center;
    }
}


/* GDPR対応 ******************************************************************/

#cookie-law-info-bar {
    background-color: rgba(255, 255, 255, 1) !important;
    padding :50px 12% 20px 12% !important;
    border-top: 1px #e0e0e0 solid !important;
}

.cli-bar-container {
    float: none;
    margin: 0 auto;
    display: block  !important;
    position: relative !important;
}

.cli-style-v2 .cli-bar-message {
    width: 100% !important;
    font-size: 1.2rem;
}

.cli-style-v2 .cli-bar-message a {
    text-decoration: underline;
    font-weight: 500;
}

.cli-style-v2  {
    line-height: 1.8 !important;
    font-size: 1.4rem !important;
    color: #424242 !important;
}

.cli-bar-btn_container {
    margin-left: 0px !important;
    justify-content: flex-end !important;
}

@media only screen and (max-width: 767px) {
    #cookie-law-info-bar {
        padding :22px !important;
        border-top: 1px #e0e0e0 solid !important;
    }
    
    .cli-bar-btn_container {
        justify-content: center !important;
        margin-top: 20px;
    }
    .gdpr_close {
        display: none;
    }

}

.cli-plugin-button, .cli-plugin-button:visited {
    margin: 0px;
}

.cli-bar-btn_container>a.cookie_action_close_header_reject,
.cli-bar-btn_container>a.cookie_action_close_header {
    width:120px;
    height: 35px;
    border-radius: 18px;
    border: 1px #666 solid;
}


.cli-bar-btn_container>a.cookie_action_close_header_reject {
    border: 1px #666 solid;
    margin-right: 15px !important;
}

.cli-bar-btn_container>a.cookie_action_close_header_reject:hover {
    background-color: #fff !important;
    transform: scale(1.05, 1.05);
    transition: all 150ms;
}

.cli-bar-btn_container>a.cookie_action_close_header:hover {
    background-color: #666 !important;
    transform: scale(1.05, 1.05);
    transition: all 150ms;
}

.gdpr_close {
    display: none;
    position: absolute;
    top: 12px;
    right: 18px;
}

.gdpr_close>a.cookie_action_close_header_reject {
    width: 18px;
    height: 18px;
    background-image: url(../../../../assets/media/close.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    text-indent: -9999px;
    background-color: transparent !important;
}

.gdpr_close .cli-plugin-button{
    display: inline-block !important;
    padding: 0 !important;
    position: relative !important;
    margin: 0 !important;
}



.only-pc {
    display: block;
}

.only-sp {
    display: none;
}

.only-sp-767 {
    display: none;
}

@media only screen and (max-width: 1023px) {

    .only-pc {
        display: none;
    }
    
    .only-sp {
        display: block;
    }
    .only-sp-767 {
        display: none;
    }
}

@media only screen and (max-width: 767px) {

    .only-pc {
        display: none;
    }
    
    .only-sp {
        display: none;
    }
    .only-sp-767 {
        display: block;
    }
}


/* English ******************************************************************/
