@charset "UTF-8";

/*==========================================================================
PCのデザイン
/*=============================================================================*/

/*/////////// base ////////////*/

html {
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-family: 'Sawarabi Gothic', sans-serif;
    font-size: 100%;
    line-height: 1.5em;
    color: #333333;
    background: #fff none no-repeat 0 0 scroll;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    position: relative;
}

main {
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.contents-top {
    position: relative;
    overflow: hidden;
}

.pc-none {
    display: none;
}

.sp-none {
    /* display: block; */
    ;
}

.le-space01 {
    letter-spacing: 0.1em;
}

a[href^="tel:"] {
    pointer-events: none;
}

.pan {
    position: relative;
    color: #000000;
    font-size: 12px;
    letter-spacing: 3px;
    text-align: right;
    margin: -180px 20px 130px auto;
}

.pan .home {
    color: #77ae06;
    font-weight: bold;
}

/*header*/

header {
    font-family: 'Sawarabi Gothic', sans-serif;
    overflow: hidden;
    position: absolute;
    right: 0px;
    background-color: #ffffff;
    top: 20px;
    z-index: 99;
    margin: 0 auto;
    left: 0;
    right: 0;
    max-width: 1100px;
    width: 90%;
}

.hed-menu {
    float: right;
    height: 50px;
    color: #ffffff;
    font-size: 14px;
    max-width: 1100px;
    width: 95%;
}

.hed-menu ul {
    display: flex;
    /* justify-content: space-evenly; */
    -webkit-box-pack: space-evenly;
    /* -webkit-justify-content: space-evenly; */
    -ms-flex-pack: space-evenly;
    /* max-width: 1100px; */
    height: 50px;
    overflow: hidden;
    flex-direction: row;
    /* width: 103%; */
    ;
}

.hed-menu li {
    line-height: 4em;
}

.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1);
}

/*hoverアニメーション*/

.hed-menu li {
    padding-bottom: 4px;
    position: relative;
    transition: .5s all;
    margin: 0px 20px;
}

.hed-menu li a {
    display: block;
}

.hed-menu li a:last-child {
    display: contents;
}

.hed-menu li:last-child {
    /*採用情報*/
    position: absolute;
    padding-bottom: 113px;
    display: inline-block;
    margin: 0px;
}

.hed-menu li::after {
    background-color: #73a30e;
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transition: .5s all;
    width: 0;
}

.hed-menu li:hover::after {
    width: 100%;
}

.hed-menu-gr a:last-child:hover {
    color: #ffffff;
}

.hed-menu-gr:hover {
    background-color: #5a7c13;
}

.btn_contact input[type="submit"]:hover {
    background-color: #5a7c13;
    cursor: pointer;
}

.hed-menu li a:hover {
    color: #73a30e;
}

.hed-menu-gr {
    background-color: #73a30e;
    color: #ffffff;
    /*斜め*/
    -webkit-transform: rotate(5deg) translate3d(0, 0, 0);
    padding: 113px 0%;
    position: absolute;
    transform: rotate(115deg) translate3d(0, 0, 0);
    width: 113px;
    top: -48px;
    right: -68px;
}

.hed-menu-gr span {
    max-width: 100%;
    transform: rotate(-115deg);
    width: 79px;
    position: absolute;
    top: 149px;
    left: 5px;
    padding-left: 7px;
}

.hed-menu-gr a {
    z-index: 9999;
    color: #ffffff;
}

.logo {
    line-height: 2.5em !important;
}

/*-----------------------------------TOP------------------------------------------------*/
/*フェードイン*/
/* 画面外にいる状態 */
.fadein {
    opacity: 0.1;
    transform: translate(0, 50px);
    transition: all 500ms;
}

/* 画面内に入った状態 */
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

/*背景に動きつける*/

/* animation */
@-webkit-keyframes passing-bar {
    0% {
        left: 0;
        right: auto;
        width: 0;
    }

    50% {
        left: 0;
        right: auto;
        width: 100%;
    }

    51% {
        left: auto;
        right: 0;
        width: 100%;
    }

    100% {
        left: auto;
        right: 0;
        width: 0;
    }
}

@keyframes passing-bar {
    0% {
        left: 0;
        width: 0;
    }

    50% {
        left: 0;
        width: 100%;
    }

    51% {
        left: 0;
        width: 100%;
    }

    100% {
        left: 100%;
        width: 0;
    }
}

@-webkit-keyframes passing-txt {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes passing-txt {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* css */
.passing .passing-box {
    display: block;
    text-align: center;
}

.passing .passing-bar {
    position: relative;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.passing .passing-bar:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    /* 任意の値 */
    background: #000;
}

.passing .passing-txt {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    /* 任意の値 */
    font-size: 4.0rem;
    font-weight: bold;
    line-height: 1.5;
}

.passing.move .passing-bar:before {
    -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
    animation: passing-bar 1s ease 0s 1 normal forwards;
}

.passing.move .passing-txt {
    -webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
    animation: passing-txt 0s ease .5s 1 normal forwards;
}


/*main*/
.top-main {
    background-image: url(../img/top/main.jpg);
    background-repeat: no-repeat;
    padding: 27% 27%;
    position: relative;
    background-position-x: 100%;
    background-size: 89%;
    margin-bottom: 40px;
}

.main-tit {
    background-color: #ffffff;
    max-width: 693px;
    height: 340px;
    position: absolute;
    left: -1px;
    bottom: 335px;
    top: 24%;
    font-family: "Sawarabi Mincho";
    padding: 44px 0px 39px 0px;
    z-index: 2;
}

.main-tit {
    display: flex;
    align-items: center;
}

.main-tit h2 {
    font-size: 36px;
    font-family: "Sawarabi Mincho";
    line-height: 1.5em;
    letter-spacing: 0.2em;
    padding: 41px 72px 42px 116px;
}

.main-tit .main-tit_en {
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 1px;
}

/* 文字動作　css animation (prefixes are cut) */
.appear {
    transform-origin: center top;
    animation: show 1s both;
}

span.appear {
    display: inline-block;
}

.d1 {
    animation-delay: 0.5s;
}

.d2 {
    animation-delay: 1.5s;
}

.d3 {
    animation-delay: 2s;
}

.d4 {
    animation-delay: 2.5s;
}

.d6 {
    animation-delay: 6s;
}

.d8 {
    animation-delay: 8s;
}

.d10 {
    animation-delay: 10s;
}

.d12 {
    animation-delay: 12s;
}

@keyframes show {
    0% {
        transform: translate(0, 2em);
        opacity: 0;
    }

    50% {}

    100% {
        transform: translate(0, 0);
        opacity: 1;
        text-shadow: none;
    }
}

/*線動作*/
.title_br {
    /* z-index: -1; */
    position: absolute;
    top: 267px;
    /* height: 2px; */
    /* width: 100px; */
    /* border: 1px solid; */
    /* left: 0px; */
    ;
}

.title_br:before {
    content: "";
    display: block;
    border-top: solid 2px #8dc21f;
    width: 56%;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateX(0%);
    transition: 1s all ease-in;
    left: 0px;
}

.title_br.is-active:before {
    transform: translateX(50%);
    width: 460px;
    left: -600px;
}

/*パーティクル設定*/
#particles {
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 17%;
    width: 100%;
    height: 40%;
    z-index: 0;
}

#particles2 {
    margin-bottom: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 11%;
    width: 48%;
    height: 20%;
    right: 0px;
}

#particles3 {
    position: absolute;
    right: 0px;
    transform: skew(24deg, -17deg);
    z-index: 99;
    width: 50%;
    height: 40%;
}

#particles4 {
    position: absolute;
    left: 0px;
    transform: skew(10deg, -27deg);
    width: 32%;
    height: 40%;
}

#particles5 {
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 17%;
    width: 100%;
    height: 40%;
    z-index: 0;
}


/*service*/

.contents-service {
    background-color: #e3efca;
    background-image: url(../img/top/logo_AIBEACON_02.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 6% 6% 6% 6%;
    background-position-x: right;
    position: relative;
}

.tit_main {
    font-size: 20px;
    font-weight: bold;
}

.tit-main span {
    display: block;
}

.tit_main {
    position: absolute;
    display: inline-block;
    padding: 0 55px;
    top: -26px;
    left: 0px;
    right: 0px;
    text-align: center;
    width: 25%;
    margin: 0 auto;
}

.tit_main .border {
    border-right: 1px solid #77ae06;
    border-left: 1px solid #77ae06;
    position: absolute;
    width: 330px;
    height: 10px;
    top: 21px;
    padding-left: 0px;
    left: 35px;
}

.tit_main:before,
.tit_main:after {
    content: '';
    position: absolute;
    top: 116%;
    display: inline-block;
    max-width: 55px;
    height: 2px;
    background-color: #77ae06;
    right: 79px;
    width: 63%;
}

.tit_main:before {
    left: -20px;
}

.tit_main:after {
    right: -18px;
}

.tit_main_txt {
    font-size: 54px;
    color: #333333;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.12em;
    line-height: 1em;
}

.green {
    color: #77ae06;
}

.tit_main p {
    height: 17px;
}

.tit_main_mini {
    text-align: center;
    display: block;
    line-height: 3.5em;
    font-size: 16px;
    letter-spacing: 0.1em;
}

.swiper-slide {
    margin-right: 0px !important;
}

/*AIBeacon*/

.contents-box-blue {
    background-color: #ffffff;
    max-width: 570px;
    margin: 0 auto;
    padding: 9px 58px 60px 50px;
    font-size: 16px;
    line-height: 1.5em;
    width: 100%;
    font-family: 'Sawarabi Gothic', sans-serif;
    border-bottom: 4px solid #008cce;
    position: relative;
    line-height: 2em;
}

.btn_more_blue {
    color: white;
    background-color: #008cce;
    width: 150px;
    text-align: left;
    background-image: url(../img/cmn/arrow02.png);
    background-repeat: no-repeat;
    background-position: 80%;
    line-height: 3.3em;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -25px;
    letter-spacing: 0.2em;
    font-weight: normal;
    padding-left: 36px;
}

.btn_more_blue a,
.btn_more_l-blue a {
    color: #ffffff;
    display: block;
    width: 100%;
    text-align: center;
    padding-right: 33px;
}

.btn_more_blue {
    overflow: hidden;
    padding-left: 0px;
}

/*ボタンホバー時の挙動*/
.btn_more_blue::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.btn_more_blue:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.btn_more_blue:hover {
    letter-spacing: 5px;
}

/*ここまで*/

.contents-service-in {
    display: flex;
    justify-content: space-around;
}

.img_logo img {
    position: absolute;
    top: -39px;
    left: 0px;
    right: 0px;
    text-align: center;
    margin: 0 auto;
}

.img_logo {
    padding: 12px 0px 20px;
}

/*AIGeo*/

.contents-service-ri {
    background-color: #e3efca;
    background-image: url(../img/top/logo_AIGEO_02.png);
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
    padding: 10%;
    background-position-x: right;
}

.contents-box-l-blue {
    background-color: #ffffff;
    max-width: 570px;
    margin: 0 auto;
    padding: 23px 58px 60px 50px;
    font-size: 16px;
    line-height: 1.5em;
    /* width: 100%; */
    font-family: 'Sawarabi Gothic', sans-serif;
    border-bottom: 4px solid #58b2e8;
    position: relative;
    line-height: 2em;
    height: 300px;
    position: absolute;
    left: 5%;
    z-index: 1111;
    top: 20%;
}

.btn_more_l-blue {
    color: white;
    background-color: #58b2e8;
    width: 150px;
    text-align: left;
    background-image: url(../img/cmn/arrow02.png);
    background-repeat: no-repeat;
    background-position: 80%;
    line-height: 3.3em;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -25px;
    letter-spacing: 0.2em;
    font-weight: normal;
}

.btn_more_l-blue a {
    color: #ffffff;
}

/*ボタンホバー時の挙動*/
.btn_more_l-blue::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.btn_more_l-blue:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.btn_more_l-blue:hover {
    letter-spacing: 5px;
}

/*ここまで*/


/*パララックス*/
.parallax {
    display: block;
    background-color: #f4f9e0;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden;
}

.example {
    background-image: url('../img/top/img_bg_top.jpg');
    /*背景画像*/
    background-attachment: fixed;
    /*画面からの相対位置（背景固定）*/
    background-size: cover;
    /*背景サイズ*/
    height: 70vh;
    background-repeat: no-repeat;
}

.contents-service-in-ri {
    right: 27px;
    z-index: 000;
    max-width: 1320px;
    width: 100%;
    margin: 0px auto 90px auto;
    position: relative;
}

.contents-service-in-img {
    text-align: right;
}

.contents-service_sub {
    background-color: #f4f9e0;
    background-image: url(../img/top/logo_AIGEO_02.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 6% 10% 6% 10%;
    background-position-x: left;
    position: relative;
}

/*NEWS*/

.contents-news {
    position: relative;
    margin-bottom: 130px;
}

.tit_main {
    position: absolute;
    top: -26px;
    left: 0px;
    right: 0px;
    text-align: center;
    width: 402px;
    margin: 0 auto;
}

.news-list {
    margin: 0 auto;
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 50px;
    font-family: 'Sawarabi Gothic', sans-serif;
}

.news-list span {
    font-weight: bold;
    color: #333333;
    margin-right: 20px;
}

.news-list a:hover {
    opacity: 0.5;
}

.news-box {
    padding-top: 150px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.news-list li .news{
    display:none;
}
.news-list li{
    display: flex;
    margin: 0px 10px 20px 0px;
    align-items: center;
    justify-content: center;
    align-items: center;
}
.news-list .title{
    max-width: 700px;
    width: 100%;
    line-height: 1.5em;
}
.category_list{
    display:block;
    /* width: 15%; */
    /* margin: 0 auto; */
    text-align: left;
}
.category_list li a{
    /* height: 22px; */
    /* margin-bottom: 2px; */
    line-height: 1em !important;
    color: #ffff;
    font-size: 12px;
    text-align: center;
}
.category_list li{
    margin-bottom: 0px;

}
.news-list li > a{
    color: #fff;
    padding: 6px;
    width: 100px
}
.btn_news {
    background-color: #77ae06;
    width: 340px;
    height: 52px;
    text-align: center;
    background-image: url(../img/cmn/arrow01.png);
    background-repeat: no-repeat;
    background-position: 96%;
    line-height: 3.5em;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -25px;
    font-size: 16px;
    margin-bottom: -1px;
    font-family: 'Sawarabi Gothic', sans-serif;
    overflow: hidden;
    letter-spacing: 0.01em;
    position: relative;
}

.btn_news a {
    color: white;
    display: block;
}

.news-box .btn_news02 {
    display: block;
}

.btn_news02 {
    height: 70px;
    line-height: 1.8em;
    background-color: #77ae06;
    max-width: 340px;
    text-align: center;
    background-image: url(../img/cmn/arrow02.png);
    background-repeat: no-repeat;
    background-position: 92%;
    margin: 0 auto;
    bottom: 0px;
    font-size: 16px;
    margin-bottom: -1px;
    font-family: 'Sawarabi Gothic', sans-serif;
    overflow: hidden;
    letter-spacing: 0.01em;
    position: relative;
    overflow: hidden;
    clear: both;

}

.btn_news02 a {
    color: white;
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    text-align: center;
    transform: translateY(-50%);
    padding: 6%;
}

/*ボタンホバー時の挙動*/
.btn_news::before,
.btn_news02::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    /* overflow: hidden; */
    ;
}

.btn_news:hover::before,
.btn_news02:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

/*ここまで*/
.swiper_container_second {
    margin-bottom: 80px;
}

.swiper-wrapper div img {
    border: 1px solid #b5b5b5;
    padding: 10px;
}

.swiper_second div img {
    border: none;
    padding: 0px;
}

.swiper_second img {
    width: 100%;
}

.swiper_second .img {
    display: block;
}

/*recruit-box*/

.recruit-box {
    display: block;
    background-image: url(../img/top/img_bg_find.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 16%;
    position: relative;
}

.recruit-box-txt {
    font-size: 40px;
    font-family: 'Sawarabi Gothic', sans-serif;
    margin: 52px;
    text-align: center;
    line-height: 1.5em;
}

.recruit-box-in {
    position: relative;
    left: 15%;
    right: 0px;
    text-align: center;
    top: 41%;
}

/*footer*/

.footer-box {
    background-color: #000000;
}

.footer-box li a {
    position: relative;
    text-decoration: none;
}

.footer-box li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #ffffff;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}

.footer-box li a:hover::after {
    transform: scale(1, 1);
}

.footer-box .f-logo {
    color: #ffffff;
    justify-content: center;
    font-size: 12px;
    align-items: center;
    /* margin-bottom: 5px; */
    /* line-height: 2.5em; */
    text-align: center;
}

.footer-box .f-logo img {
    display: block;
    margin: 14px auto;
}

.title-border a {
    position: relative;
    text-decoration: none;
}

.title-border a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #ffffff;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}

.title-border a:hover::after {
    transform: scale(1, 1);
}

/*ここまで*/

.fab {
    font-size: 26px;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 10px;
}

.footer-box section {
    background-color: #000000;
    color: #ffffff;
    display: flex;
    flex-wrap: nowrap;
    font-size: 14px;
    justify-content: space-between;
    max-width: 1160px;
    margin: 0 auto;
    line-height: 2.2em;
    padding: 38px 0px 200px 0px;
    width: 90%;
}

.footer-box .n-black {
    width: 6%;
    border-top: 1px solid #464646;
    margin-top: 11px;
}

.title-border {
    padding-left: 10px;
    font-weight: bold;
}

.title-border a {
    color: #ffffff;
}

.footer-box ul {
    width: 150px;
    padding-left: 10px;
}

.footer-box ul li a {
    color: #ffffff;
    font-family: 'Sawarabi Gothic', sans-serif;
}

.footer-box section div {
    width: 9%;
    font-family: 'Oswald', sans-serif;
}

.pagetop {
    writing-mode: vertical-rl;
    line-height: 0em;
}

#page-top {
    position: absolute;
    bottom: 1%;
    right: 20px;
    font-size: 80%;
}

#page-top a {
    font-weight: bold;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(../img/cmn/arrow.png) !important;
    transform: scale(-1, 1);
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(../img/cmn/arrow.png) !important;
}


.swiper-slide a {
    display: inline-block;
    position: relative;
    width: 100%;
}

.archivement-link .swiper-slide:hover {
    opacity: 0.8;
    transition: 0.3s;
}

.swiper-slide a:hover p {
    transition: 0.3s;
}

.swiper-slide .txt {
    position: absolute;
    right: 48px;
    top: 38px;
    font-size: 30px;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.1em;
    text-align: right;
    z-index: 99;
}

.swiper-wrapper div img {
    transition: 1.0s;
}

.swiper-wrapper :hover {
    opacity: 0.8;
}

.swiper-slide p span {
    display: block;
    font-size: 14px;
    margin-top: 14px;
    text-align: right;
}

.swiper-slide .txt:after {
    content: '';
    position: absolute;
    top: 30%;
    display: inline-block;
    max-width: 55px;
    height: 2px;
    background-color: #ffff;
    right: -37px;
    width: 33px;
}
.wp-pagenavi a,.wp-pagenavi span {
    padding: 7px 12px !important;
}
/*///////////　下層ページここから ////////////*/




/*-----------------------------------officer----------------------------------------------*/

/*植田さんと共通*/
h2.page_title {
    background-color: #fff;
    position: relative;
    top: -110px;
    max-width: 800px;
    padding: 50px 0px 0px 0px;
    font-size: 28px;
    font-family: 'Sawarabi Gothic', sans-serif;
}

h2.page_title span {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    letter-spacing: initial;
}

.pan {
    top: 85px;
}

h2.page_title {
    background-color: #fff;
    position: relative;
    top: -110px;
    max-width: 800px;
    padding: 50px 0px 0px 0px;
    font-size: 28px;
    font-family: 'Sawarabi Gothic', sans-serif;
    text-align: center;
    margin: auto;
    line-height: 30px;
    letter-spacing: 4px;
    font-weight: normal;
}

h2.page_title span {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    letter-spacing: initial;
    display: block;
}

/*ここまで*/
.mv_officer {
    position: relative;
    clear: both;
    background-image: url(../img/officer/officer_mv.jpg);
    background-repeat: no-repeat;
    padding: 77px 0px 25% 0px;
    width: 100%;
    display: block;
    background-size: cover;
    margin-bottom: 0px;
}

.officer_contents_min {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 1120px;
    width: 90%;
    margin: 0 auto;
}

.officer_box {
    background-color: #ffffff;
    font-size: 18px;
    max-width: 220px;
    height: 84px;
    position: relative;
    bottom: 0px;
    right: 0px;
    font-family: "Noto Sans JP";
    margin: -38px 0px 40px auto;
}

.officer_name01 {
    background-color: #000;
    color: #ffff;
    max-width: 196px;
    padding: 8px 0px 8px 20px;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 0px 11px;
    position: absolute;
    width: 100%;
    top: -22px;
    letter-spacing: 0.04em;
}

.officer_name02 {
    font-weight: bold;
    text-align: right;
    padding: 20px 7px 0px 0px;
    letter-spacing: 0.3em;
}

.officer_contents_col {
    position: relative;
    margin-right: 7%;
}

.officer_contents_col:nth-child(3n) {
    margin-right: 0;
}


/*-----------------------------------business----------------------------------------------*/
.mv_business {
    position: relative;
    clear: both;
    background-image: url(../img/business/business_mv.jpg);
    background-repeat: no-repeat;
    padding: 77px 0px 25% 0px;
    width: 100%;
    display: block;
    background-size: cover;
    margin-bottom: 0px;
    background-position: center;
    margin: 0px auto;
}

.business_contents {
    position: relative;
    width: 100%;
}

.business_contents_linlk01 {
    margin-bottom: 100px;
    position: relative;
}

.business_li_b {
    max-width: 400px;
    height: 158px;
    position: absolute;
    background-color: #ffff;
    right: 0px;
    top: 15%;
    font-size: 30px;
    padding: 22px 20px 20px 50px;
    width: 100%;
}

.business_contents .business_contents_linlk01 h3,
.business_contents .business_contents_linlk02 h3 {
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.01em;
    font-weight: normal;
    margin-bottom: 30px;
    position: relative;
}

.business_contents .business_contents_linlk02 {
    text-align: right;
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.01em;
    font-weight: normal;
    margin-bottom: 100px;
    position: relative;
}

.business_contents .business_contents_linlk02 .business_li_b {
    top: 28%;
    left: 5%;
    padding: 30px 24px 40px 34px;
}

.business_contents .business_contents_linlk02 .business_li_b .btn_news02 {
    margin-left: 0px;
}

.business_contents .business_contents_linlk02 h3 {
    text-align: left;
}

.business_contents_sd {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.business_contents_sd section {
    max-width: 520px;
    position: relative;
    margin-bottom: 130px;
}

.business_contents_sd_b {
    max-width: 400px;
    height: 158px;
    position: absolute;
    /* top: 10px; */
    background-color: #ffff;
    right: 25%;
    font-size: 30px;
    padding: 36px;
    bottom: -20%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.business_contents_sd .business_contents_linlk03 {
    width: 100%;
}

.business_contents_sd .business_contents_linlk03 h3 {
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    margin-bottom: 20px;
}

.business_contents_sd .business_contents_linlk03 p {
    display: inline-block;
}



/*-----------------------------------consul----------------------------------------------*/
.mv_consul {
    position: relative;
    clear: both;
    background-image: url(../img/consul/consul_mv.jpg);
    background-repeat: no-repeat;
    padding: 90px 0px 25% 0px;
    width: 100%;
    display: block;
    background-size: cover;
    margin-bottom: 0px;
    background-position: 25%;
}

.consul_contents_min {
    max-width: 1200px;
    margin: 0 auto 200px auto;
}

.contents-box-green {
    background-color: #ffffff;
    max-width: 570px;
    margin: 0 auto;
    padding: 9px 58px 60px 50px;
    font-size: 16px;
    line-height: 1.5em;
    width: 100%;
    font-family: 'Sawarabi Gothic', sans-serif;
    border-bottom: 4px solid #77ae06;
    position: relative;
    line-height: 2em;
}

.consul_contents_min .tit_main {
    right: 46%;
    top: 61px;
}

.consul_contents-in {
    text-align: right;
}

.sul_contents_min {
    font-size: 70px;
}

.consul_contents_min .tit_main:after {
    right: 14px;
    top: 76px;
}

.consul_contents_min .tit_main:before {
    left: -20px;
    top: 78px;
}

.consul_contents_min .tit_main .border {
    width: 300px;
    height: 10px;
    top: 78px;
    left: 34px;
}

.consul_contents_min .contents-box-green h3 {
    text-align: center;
    font-size: 22px;
    line-height: 2;
    letter-spacing: 0.1em;
}

.consul_contents_min .contents-box-green {
    margin-left: 0px;
    margin: -290px auto 0px 0px;
    padding: 41px 76px 60px 50px;
    max-width: 700px;
}

.consul_contents_min .contents-box-green p {
    text-align: left;
}

/*solution*/
.contents-solution-wrap {
    margin: 0 auto;
    box-shadow: 0px 4px 6px 3px #e6e6e6;
    width: 76%;
}

.contents-solution {
    background-color: #ffffff;
    /* display: inline-block; */
    ;
}

.contents-solution ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* max-width: 1160px; */
    margin: 0 auto;
    width: 99%;
    padding: 20px 0px 20px 20px;
}

.contents-solution ul li {
    border: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
    padding: 21px;
    margin: 20px;
    border-bottom: 4px solid #dcdcdc;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    font-family: 'Sawarabi Gothic', sans-serif;
    flex: 0 0 29.1%;
    line-height: 1.5em;
    letter-spacing: 1.05px;
    height: 100px;
}

.consul_contents .contents-service {
    background-image: none;
}

/*ARCHIVEMENT*/
.contents-archivement {
    position: relative;
    background-color: #f4f9e0;
}

.col-archivement {
    background-repeat: no-repeat;
    background-size: contain;
    width: 250px;
    height: 250px;
    position: relative;
}

element.style {
    position: absolute;
    text-align: center;
    left: 0 inherit;
    top: 76px;
    left: 25px;
}

.col-archivement:nth-child(1) {
    background-image: url(../img/consul/img_archivement01.png);
}

.col-archivement:nth-child(2) {
    background-image: url(../img/consul/img_archivement02.png);
}

.col-archivement:nth-child(3) {
    background-image: url(../img/consul/img_archivement03.png);
}

.col-archivement:nth-child(4) {
    background-image: url(../img/consul/img_archivement04.png);
}

.col-archivement-in {
    display: flex;
    justify-content: space-between;
    max-width: 1160px;
    margin: 10px auto 0px auto;
    width: 60%;
    padding-bottom: 50px;
}

.contents-archivement .tit {
    text-align: center;
    font-size: 40px;
    color: #333333;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.12em;
    line-height: 0.5em;
    max-width: 1200px;
    position: relative;
    margin: 0px auto;
    padding-top: 50px;
    width: 100%;
}

.contents-archivement .tit span {
    text-align: center;
    display: block;
    line-height: 3.5em;
    font-size: 16px;
    letter-spacing: 0.1em;
    font-family: 'Sawarabi Gothic', sans-serif;
}

.contents-archivement .tit:before {
    content: '';
    position: absolute;
    top: 41%;
    display: inline-block;
    width: 100%;
    height: 1px;
    left: 0px;
    width: 27%;
    background-color: #b1b4a4;
}

.contents-archivement .tit:after {
    content: '';
    position: absolute;
    top: 41%;
    display: inline-block;
    height: 1px;
    right: 0px;
    width: 27%;
    background-color: #b1b4a4;
}

.contents-archivement .border {
    text-align: center;
    max-width: 1200px;
    height: 10px;
    left: 13px;
    border-right: 1px solid #b1b4a4;
    height: 224px;
    position: absolute;
    border-left: 1px solid #b1b4a4;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    text-align: center;
    border-bottom: 1px solid #b1b4a4;
    top: 61px;
}

.col-archivement-txt .fs-os {
    font-family: 'Oswald', sans-serif;
    /* font-weight: bold; */
    font-size: 28px;
    margin-bottom: 19px;
    letter-spacing: 0.01em;
}

.col-archivement-txt .fs-os .red {
    color: #d61f79;
}

.col-archivement-txt {
    position: absolute;
    text-align: center;
    left: 0 inherit;
    top: 57px;
    left: 0px;
    font-size: 14px;
    font-family: 'Sawarabi Gothic', sans-serif;
    line-height: 1.8em;
    right: 0px;
    text-align: center;
    letter-spacing: 0.04em;
}

.archivement-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
}

.btn_news03 {
    background-color: #77ae06;
    width: 340px;
    text-align: center;
    background-image: url(../img/cmn/arrow02.png);
    line-height: 1.8em;
    left: 0;
    right: 0;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: 'Sawarabi Gothic', sans-serif;
    overflow: hidden;
    letter-spacing: 0.01em;
    /* position: relative; */
    padding: 10px;
    font-family: 'Oswald', sans-serif;
    margin: 0 auto;
    display: block;
}

.btn_news03 a {
    color: #ffffff;
    display: block;
}

.btn_news03 span {
    display: block;
    letter-spacing: 0.1em;
}

.gothic {
    font-family: 'Sawarabi Gothic', sans-serif;
}

.archivement-link .swiper-slide {
    display: flex;
    width: auto;
}

.archivement-link .swiper-slide {
    background-repeat: no-repeat;
    background-size: cover;
    width: 33.3%;
    height: 300px;
}

.archivement-link .swiper-slide:nth-child(1) {
    background-image: url(../img/top/consul_pic03.jpg);
}

.archivement-link .swiper-slide:nth-child(2) {
    background-image: url(../img/top/consul_pic04.jpg);
}

.archivement-link .swiper-slide:nth-child(3) {
    background-image: url(../img/top/consul_pic05.jpg);
}

.archivement-link .swiper-slide:nth-child(4) {
    background-image: url(../img/top/consul_pic06.jpg);
}

.archivement-link .swiper-slide:nth-child(5) {
    background-image: url(../img/top/consul_pic07.jpg);
}

.archivement-link .swiper-slide:nth-child(6) {
    background-image: url(../img/top/consul_pic08.jpg);
}

.archivement-link .swiper-slide a {
    position: initial;
}

/*-----------------------------------medicle----------------------------------------------*/
.medicle_wrap {
    margin-bottom: 100px;
}

.mv_medicle {
    position: relative;
    clear: both;
    background-image: url(../img/medicle/medicle_mv.jpg);
    background-repeat: no-repeat;
    padding: 90px 0px 25% 0px;
    width: 100%;
    display: block;
    background-size: cover;
    margin-bottom: 0px;
    background-position: 25%;
}

.medicle_sd {
    width: 82%;
    margin: 0 auto;
    justify-content: space-around;
}

.btn_medicle {
    text-align: left;
    padding-left: 40px;
}

/*-----------------------------------game----------------------------------------------*/
.mv_game {
    position: relative;
    clear: both;
    background-image: url(../img/game/game_mv.jpg);
    background-repeat: no-repeat;
    padding: 90px 0px 25% 0px;
    width: 100%;
    display: block;
    background-size: cover;
    margin-bottom: 0px;
    background-position: 25%;
}

.business_contents_sd .business_contents_linlk03 .movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
    display: block;
}

.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn_game {
    text-align: left;
    padding-left: 30px;
}

.game_sd .btn_news02 a {
    left: -50px;
}

/*-----------------------------------seo----------------------------------------------*/
.mv_seo {
    position: relative;
    clear: both;
    background-image: url(../img/seo/seo_mv.jpg);
    background-repeat: no-repeat;
    padding: 90px 0px 25% 0px;
    width: 100%;
    display: block;
    background-size: cover;
    margin-bottom: 0px;
    background-position: 25%;
}

.seo-archive.seo-archive .col-archivement-in {
    width: 50%;
}

.seo-archive .col-archivement:nth-child(3) {
    background-image: url(../img/consul/img_archivement04.png);
}

.contents-box-green.seo-contents h3 {
    padding-top: 14%;
}





/*お問い合わせ*/

.contact {
    padding-bottom: 120px;
}

.mv_contact {
    position: relative;
    clear: both;
    background-image: url(../img/contact/contact_mv.jpg);
    background-repeat: no-repeat;
    padding: 85px 0px 25% 0px;
    width: 100%;
    display: block;
    background-size: cover;
    margin-bottom: 0px;
}

.contact dl {
    max-width: 810px;
    margin: auto;
    font-size: 16px;
    margin-bottom: 50px;
    border-bottom: 1px solid #dcdcdc;
}

.contact dl dt {
    float: left;
    /* padding: 28px 20px 26px; */
    font-weight: bold;
    margin-left: 50px;
    width: 27%;
    clear: both;
    border-top: solid 1px #dcdcdc;
    line-height: 52px;
    /* display: inline-block; */
    padding-top: 20px;
}

.mw_wp_form_preview .contact dt {
    padding-top: 0px;
    line-height: 42px;
}

.contact dl dd {
    text-align: left;
    padding-bottom: 25px;
    border-top: solid 1px #dcdcdc;
    padding-top: 20px;
    overflow: hidden;
    line-height: 23px;
    padding-left: 20px;
}

.mw_wp_form .error {
    text-align: left;
    margin-top: 10px;
}

.contact dl dt .required {
    background-color: #d9477b;
    color: #fff;
    text-align: right;
    padding: 5px 10px;
    line-height: 12px;
    float: right;
    font-size: 14px;
    font-weight: normal;
    margin-top: 16px;
}

.btn_contact input[type="submit"] {
    color: white;
    background-color: #77ae06;
    width: 280px;
    height: 80px;
    text-align: center;
    background-image: url(../img/cmn/arrow02.png);
    background-repeat: no-repeat;
    background-position: 90%;
    line-height: 5em;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -25px;
    font-size: 16px;
    margin-bottom: 40px;
    font-family: 'Sawarabi Gothic', sans-serif;
    border: none;
    transition: .5s all;
}

.btn_contact {
    max-width: 810px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.contact .btn_contact .return {
    background-color: #B4B4B5;
}

.contact .btn_contact a:visited,
.contact .btn_contact a:link {
    color: white;
    display: block;
}

.contact input[type="text"] {
    background-color: #ebebeb;
    border-radius: 5px;
    -webkit-appearance: none;
    border: none;
    line-height: 56px;
    padding: 0px 10px;
}

.contact textarea {
    background-color: #ebebeb !important;
    border-radius: 5px !important;
    /* height: 100px!important;*/
    border: none;
    padding: 16px;
}

.contact a:hover {
    opacity: 0.6;
}

.thank_box {
    font-size: 17px;
    max-width: 720px;
    margin: 10px auto 100px auto;
    line-height: 2em;
    text-align: center;
    padding: 0px 20px;
}

/*ページャー*/
.wp-pagenavi {
    display: flex;
}





/*プラポリ*/


.privacy {
    padding-bottom: 120px;
}

.privacy_wrap {
    max-width: 800px;
    width: 96%;
    margin: auto;
}

.mv_privacy {
    position: relative;
    clear: both;
    background-image: url(../img/privacy/privacy_mv.jpg);
    background-repeat: no-repeat;
    padding: 85px 0px 25% 0px;
    width: 100%;
    display: block;
    background-size: cover;
    margin-bottom: 0px;
}

.privacy dl {
    margin: 25px auto;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 28px;
    padding-top: 25px;
    border-top: solid 1px #dcdcdc;
}

.privacy dl dt {
    font-weight: bold;
    margin-bottom: 20px;
}

.privacy dl dd {
    margin-bottom: 20px;
}

.privacy dl ul {
    margin-top: 20px;
    padding-left: 45px;
}

.privacy dl ul li {
    margin-bottom: 25px;
    text-indent: -24px;
}

.privacy dl.bottom {
    border-bottom: solid 1px #dcdcdc;
}

.privacy dl dd.seven,
.privacy dl dd.indent {
    text-indent: -39px;
    padding-left: 57px;
}

.privacy .privacy_foot {
    font-size: 16px;
    line-height: 30px;
}


/*新着情報*/
.news {
    max-width: 800px;
    margin: auto;
    font-size: 16px;
    padding-bottom: 100px;
    font-family: 'Sawarabi Gothic', sans-serif;
}

.mv_news {
    position: relative;
    clear: both;
    background-image: url(../img/news/news_mv.jpg);
    background-repeat: no-repeat;
    padding: 85px 0px 25% 0px;
    width: 100%;
    display: block;
    background-size: cover;
    margin-bottom: 0px;
}

/*タブ切り替え全体のスタイル*/
.tabs {
    padding-bottom: 40px;
    clear: both;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}

/*タブのスタイル*/
.tab_item {
    width: 100%;
}

.tab_item a {
    /* width: 100%; */
    height: 50px;
    border: solid 1px #bcd783;
    background-color: #f5fce6;
    /* line-height: 50px; */
    font-size: 16px;
    text-align: center;
    color: #567f00;
    /* display: block; */
    /* float: left; */
    /* text-align: center; */
    font-weight: bold;
    transition: all 0.2s ease;
    cursor: pointer;
    display: block;
    /* vertical-align: middle; */
    display: flex;
    justify-content: center;
    /*左右中央揃え*/
    align-items: center;
    /*上下中央揃え*/
}

.tab_item:hover {
    opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#press:checked ~ #press_content,
#media:checked ~ #media_content,
#notice:checked ~ #notice_content,
#other:checked ~ #other_content {
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tab_item.on a {
    background-color: #fff;
    border-bottom: solid 3px #567f00;
}

.tab_item a {
    color: #567f00;
}

.news_box {
    overflow: hidden;
    clear: both;
}

.news .news_box dl {
    display: flex;
    border-top: solid 1px #dcdcdc;
    padding: 30px;
    letter-spacing: 1px;
}

.news .news_box dl dt {
    margin-right: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
}

.news .news_box dl dt span,
.news-single .news_top .category span {
    color: #fff;
    margin-left: 30px;
    font-size: 14px;
    display: inline-block;
    width: 100px;
    text-align: center;
    padding: 3px 0px;
    font-family: 'Sawarabi Gothic', sans-serif;
    font-weight: normal;
    line-height: normal;
}



.news .news_box dl.bottom {
    border-bottom: solid 1px #dcdcdc;
}

.news .news_box dl dd {
    flex-basis: 410px;
    line-height: 20px;
}

.news a:hover {
    opacity: 0.6;
}

.pagenavi ul li a.nextpostslink {
    background-color: #9fcf3a;
    color: #ffff;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #9fcf3a;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border: #9fcf3a;
}

/*新着タブの部分*/
.tab_area {
    font-size: 0;
    margin: 0 10px;
}

.tab_area label {
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
    transition: ease 0.2s opacity;
}

.tab_area label:hover {
    opacity: 0.5;
}

.panel_area {
    background: #fff;
}

.tab_panel {
    display: none;
}

.tab_panel.active {
    display: block;
}

/*カテゴリ色分け*/
.media {
    background-color: #47aed9;
}

.information {
    background-color: #d24242;
}

.release {
    background-color: #dc7e05;
}

.other {
    background-color: #6c9e02;
}

/*新着ページナビ*/
.pagenavi {
   /* max-width: 420px;*/
    margin: 15px auto;
    font-family: 'Oswald', sans-serif;
    justify-content: center;
}

.pagenavi ul {
    display: flex;
    justify-content: center;
}

.pagenavi ul a {
    border: solid 1px #9fcf3a;
    font-weight: bold;
    flex-basis: 35px;
    text-align: center;
    padding: 7px 15px;
    line-height: 0px;
}

.wp-pagenavi span.current {
    border: solid 1px #9fcf3a;
    font-weight: bold;
    flex-basis: 35px;
    text-align: center;
    padding: 7px 15px;
    line-height: 0px;
    color: #9fcf3a;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #9fcf3a !important;
}

.wp-pagenavi span.current {
    background-color: #6c9e02;
    color: #ffff;
}

.pagenavi ul a:link,
.pagenavi ul a:visited {
    color: #9fcf3a;
    border: 1px solid #9fcf3a;
}

.pagenavi ul a.arrow {
    background-color: #6c9e02;
    color: #fff;
}

.pagenavi ul li a.nextpostslink,
.pagenavi ul li a.previouspostslink {
    background-color: #9fcf3a;
    color: #fff;
}

.pagenavi ul a.arrow:link,
.pagenavi ul a.arrow:visited,
.pagenavi ul a.arrow2:link,
.pagenavi ul a.arrow2:visited {
    color: #fff;
}

/*新着情報詳細ページ*/
.sns {
    display: inline-block;
    text-align: right;
    position: absolute;
    right: 0px;
}

.news-single {
    max-width: 800px;
    margin: auto;
    margin-bottom: 60px;
    font-family: 'Sawarabi Gothic', sans-serif;
}

.news-single h3 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 2px;
    line-height: 1.3em;
    padding-bottom: 60px;
    border-bottom: solid 1px #dcdcdc;
    margin-bottom: 30px;
}

.news-single .news_top {
    display: flex;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #dcdcdc;
    position: relative;
}

.news-single .news_top .day {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 3px;
    font-weight: bold;
}

.news-single .news_top .category {
    /*  color: #fff;
    padding: 0px 24px;
    margin-left: 30px;
    font-size: 14px;*/
}

.news-single .text {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 30px;
    width: 90%;
    margin: auto;
    margin-bottom: 60px;
}

.news-single .news_bottom ul {
    display: flex;
    max-width: 400px;
    margin: auto;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}

.news-single .news_bottom ul li {
    flex-basis: 130px;
    letter-spacing: 2px;
    border: solid 1px #9fcf3a;
}

.news-single .news_bottom ul li.arrow {
    background-color: #9fcf3a;
    color: #fff;
    padding: 0px 10px;
    margin: 0px 10px;
}

.news-single .news_bottom ul li.arrow a:link,
.news-single .news_bottom ul li.arrow a:visited {
    color: #fff;
}

.news-single a:hover {
    opacity: 0.6;
}



/*代表メッセージ*/
.mv_message {
    position: relative;
    clear: both;
    background-image: url(../img/message/message_mv.jpg);
    background-repeat: no-repeat;
    padding: 85px 0px 25% 0px;
    width: 100%;
    display: block;
    background-size: cover;
    margin-bottom: 0px;
}

.message {
    display: flex;
    justify-content: space-between;
    max-width: 1120px;
    margin: auto;
    margin-bottom: 100px;
    width: 90%;
}

.message .text {
    flex-basis: 620px;
}

.message .text p {
    font-size: 16px;
    line-height: 30px;
    font-family: 'Sawarabi Gothic', sans-serif;
    margin-bottom: 20px;
}

.message .text p.name {
    text-align: right;
    font-family: serif;
    font-weight: bold;
}

.message .text p.name span {
    display: block;
    font-size: 20px;
}

.sign_txt {
    text-align: right;

}

.sign_txt img {
    width: 30%;
}

.message {
    width: 83%;
}

.message .photo {
    width: 39%;
    margin: 0px 30px;
}

/*企業情報*/
.mv_company {
    position: relative;
    clear: both;
    background-image: url(../img/company/company_mv.jpg);
    background-repeat: no-repeat;
    padding: 85px 0px 25% 0px;
    width: 100%;
    display: block;
    background-size: cover;
    margin-bottom: 0px;
}

/*会社概要*/
.mv_about {
    position: relative;
    clear: both;
    background-image: url(../img/about/about_mv.jpg);
    background-repeat: no-repeat;
    padding: 85px 0px 25% 0px;
    width: 100%;
    display: block;
    background-size: cover;
    margin-bottom: 0px;
}

.about {
    font-family: 'Sawarabi Gothic', sans-serif;
    max-width: 700px;
    margin: auto;
    font-size: 16px;
    padding-bottom: 100px;
    line-height: 30px;
}

.about dl {
    display: flex;
    padding: 25px 0px;
    border-bottom: solid 1px #dcdcdc;
}

.about dl.first {
    border-top: solid 1px #dcdcdc;
}

.about dl dt {
    flex-basis: 160px;
    border-right: solid 1px #dcdcdc;
    margin-right: 30px;
    font-weight: bold;
}

.about dl dt.none {
    border-right: none;
    margin-right: 0px;
}

.about dl dd {
    flex-basis: 520px;
}

.about dl ul {
    display: flex;
    margin-bottom: 30px;
    border-left: solid 1px #dcdcdc;
    padding-left: 30px;
    margin-left: -3px;
}

.about dl ul li.office {
    flex-basis: 140px;
}

.about .txt_en {
    font-family: 'Oswald', sans-serif;
}

/*404*/
.error_box {
    text-align: center;
    padding-top: 5px;
    margin-bottom: 50px;
    line-height: 1.5em;
    font-size: 16px;
}

/*-----------------------------------AIGeo----------------------------------------------*/
.aigeo_contents {
    overflow: hidden;
}

.mv_aigeo {
    position: relative;
    clear: both;
    background-image: url(../img/aigeo/aigeo_mv.jpg);
    background-repeat: no-repeat;
    padding: 90px 0px 25% 0px;
    width: 100%;
    display: block;
    background-size: cover;
    margin-bottom: 0px;
    background-position: 25%;
}

.mv_aigeo p {
    position: absolute;
    color: #ffffff;
    font-size: 20px;
    line-height: 2em;
    right: 10%;
    top: 39%;
}

.aigeo_contents_min {
    max-width: 1200px;
    margin: 0px auto;
}

.aigeo_contents_min .tit_main {
    right: 40%;
    top: 61px;
}

.aigeo_contents-in .contents-box-green {
    max-width: 594px;
    margin: inherit;
    margin-left: auto;
    border-bottom: none;
    /* width: 56%; */
    /* margin-top: 2%; */
    letter-spacing: 0.1em;
}

.aigeo_contents-in h3 {
    font-size: 20px;
}

.contents-box-green ul {
    display: flex;
    justify-content: space-between;
}

.aigeo_list_img li {
    margin: 1em;
}

.aigeo_service {
    max-width: 1200px;
    margin: 0px auto 100px auto;
    padding: 0px;
    width: 96%;
}

.aigeo_service_in {
    background-color: #d1f3fc;
    background-image: url(../img/aigeo/bg_aigeo01.png);
    padding: 19px 1% 6%;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: 55% 11%;
    margin-bottom: 100px;
}

.aigeo_list li p span {
    font-size: 14px;
    display: block;
}

.aigeo-solution p {
    text-align: center;
    line-height: 2em;
}

.aigeo-solution h3 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5em;
}

.aigeo-solution-wrap {
    margin: 0 auto;
    box-shadow: 0px 4px 6px 3px #e6e6e6;
    width: 100%;
    max-width: 1200px;
    /* margin: 0 auto; */
    background-image: url(../img/aigeo/bg_conf.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -83% 8%;
    background-color: #ffff;
}

.aigeo-solution {
    /* background-color: #ffffff; */
    padding: 6%;
}

.aigeo-solution ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 75%;
    padding: 20px 0px 20px 0px;
}

.aigeo_marketing {
    background-image: url(../img/aigeo/bg_aigeo02.jpg);
    background-repeat: no-repeat;
    padding: 10% 24% 17% 24%;
    position: relative;
    background-size: contain;
    margin-top: 20px;
    line-height: 2em;
}

.aigeo_marketing_box {
    /* max-width: 701px; */
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 24px;
    line-height: 3em;
    padding: 24px 12px;
    max-width: 630px;
    /* width: 90%; */
    margin: 0 auto;
}

.aigeo_marketing p {
    color: #ffff;
    line-height: 1.9em;
    margin-bottom: 20px;
    letter-spacing: 0.1em;
}

.aigeo_marketing .business_contents_sd_b {
    padding: 30px;
    bottom: -39px;
    left: 0;
}

.aigeo-service {
    background-size: contain;
    padding: 6% 0% 6% 0%;
    position: relative;
    margin-bottom: 80px;
}

.aigeo_marketing .business_contents_sd_b h3 {
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: normal;
    margin-bottom: 20px;
}

/*書き直し*/

.aigeo_list_img .circle {
    position: relative;
    width: 89%;
    height: 55%;
    padding: 8.5%;
    border-radius: 50%;
    background: #ffffff;
    margin: 1em;
    box-shadow: 10px 10px 10px rgba(99, 196, 219, 0.4);
    padding: 30px;
}

.aigeo_list_img .circle span {
    position: absolute;
    left: -3px;
    top: 60%;
    margin: -1.5em 30px 3px 28px;
    width: 63%;
    text-align: center;
    color: #008cce;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1em;
    font-size: 18px;
}

.aigeo_list_img .circle span .min {
    position: relative;
    width: 100%;
    font-size: 12px;
    /* text-align: left; */
    left: -3px;
    display: block;
    line-height: 5em;
    margin-left: 3px;
}

.aigeo-solution li {
    width: 50%;
    max-width: 180px;
}

.aigeo_marketing_box .txt-2 {
    font-size: 18px;
}

.contents-aigeo-solution {
    background-color: #e3efca;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 6% 6% 6% 6%;
    background-position-x: right;
    position: relative;
    margin-bottom: 100px;
}

/*-----------------------------------------------DMP-------------------------*/
.mv_consul {
    position: relative;
    clear: both;
    background-image: url(../img/dmp/dmp_mv.jpg);
    background-repeat: no-repeat;
    padding: 90px 0px 25% 0px;
    width: 100%;
    display: block;
    background-size: cover;
    margin-bottom: 0px;
    background-position: 25%;
}

/*--------AIBeacon--------------------------------*/
.mv_aibeacon {
    position: relative;
    clear: both;
    background-image: url(../img/aibeacon/aibeacon_mv.jpg);
    background-repeat: no-repeat;
    padding: 90px 0px 25% 0px;
    width: 100%;
    display: block;
    background-size: cover;
    margin-bottom: 0px;
    background-position: 25%;
}

.mv_aibeacon p {
    position: absolute;
    font-size: 20px;
    line-height: 2em;
    right: 10%;
    top: 39%;
}

.aibeacon-solution ul {
    width: 90%;
}

/*-----------AIBeacon--------------------------------------------------*/
.aibeacon_service {
    background-image: url(../img/aibeacon/bg_aibeacon.jpg);
    background-repeat: no-repeat;
    /* padding: 4%; */
    position: relative;
    max-width: 844px;
    margin: 0 auto;
    width: 100%;
    height: 345px;
    background-size: contain;
}

.aibeacon_service .circle {
    position: relative;
    width: 0%;
    height: 62%;
    padding: 8.5%;
    border-radius: 50%;
    background: #ffffff;
    margin: 2em;
    padding: 71px;
    font-size: 20px;
    line-height: 5em;
}

.aibeacon_service .circle_01 .circle::before {
    content: '';
    display: block;
    background: #ffff;
    height: 44px;
    width: 3px;
    position: absolute;
    bottom: -24px;
}

.aibeacon_service .circle_02 .circle::before {
    content: '';
    display: block;
    background: #ffff;
    height: 3px;
    width: 44px;
    position: absolute;
    bottom: 66px;
    right: -30px;
}

.aibeacon_service .circle_03 .circle::before {
    content: '';
    display: block;
    background: #ffff;
    height: 3px;
    width: 44px;
    position: absolute;
    bottom: 66px;
    left: -30px;
}

.aibeacon_service .circle span {
    position: absolute;
    left: -3px;
    top: 55%;
    margin: -1.5em 30px 3px 28px;
    width: 63%;
    text-align: center;
    /* color: #008cce; */
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.3em;
    font-size: 18px;
}

.aibeacon_service .circle_01 {
    position: absolute;
    left: 36%;
    right: 0;
    text-align: center;
    top: -76px;
    /* font-family: 'Oswald', sans-serif; */
    line-height: 1;
}

.aibeacon_service .circle_02 {
    position: absolute;
    left: 2%;
    right: 0;
    text-align: center;
    top: 54%;
    font-family: 'Oswald', sans-serif;
}

.aibeacon_service .circle_03 {
    position: absolute;
    left: 36%;
    right: -35%;
    text-align: center;
    top: 54%;
    font-family: 'Oswald', sans-serif;
}

.aibeacon_service .aibeacon {
    position: absolute;
    top: 52%;
    left: 0;
    right: 0;
    text-align: center;
    width: 41%;
    margin: 0 auto;
}

.aibeacon_logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2% 0px;
    /* margin-bottom: 20px; */
    width: 90%;
    margin: 0 auto 40px;
}



/*企業理念*/
.mvv_txts {
    text-align: center;
    line-height: 2.0em;
    font-size: 20px;
    display: block;
    margin-bottom: 200px;
}

.mvv_txts h1 {
    font-size: 44px;
    line-height: 1.8em;
    margin-bottom: 50px;
}

.mvv_txts h2 {
    font-size: 28px;
}

.mvv_txts p {
    margin-bottom: 30px;
}

/*swiper-sride*/
.swiper-pagination-bullet-active {
    background: #77ae06 !important;
}

.swiper-container {
    padding: 0px 3px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 20px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 20px;
}


/*-----------New business--------------------------------------------------*/
.mv_newbusiness {
    position: relative;
    clear: both;
    background-image: url(../img/newbusiness/newbusiness_mv.jpg);
    background-repeat: no-repeat;
    padding: 90px 0px 25% 0px;
    width: 100%;
    display: block;
    background-size: cover;
    margin-bottom: 0px;
    background-position: 25%;
}

.mv_newbusiness p {
    position: absolute;
    font-size: 20px;
    line-height: 2em;
    right: 10%;
    top: 39%;
}

.newbusiness_contents {
    overflow: hidden;
}

.contents-newbusiness-solution {
    background-color: #e3efca;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 6% 6% 6% 6%;
    background-position-x: right;
    position: relative;
}

.newbusiness-solution-wrap {
    margin: 0 auto;
    box-shadow: 0px 4px 6px 3px #e6e6e6;
    width: 100%;
    max-width: 1200px;
    /* margin: 0 auto; */
    background-image: url(../img/aigeo/bg_conf.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -83% 8%;
    background-color: #ffff;
}

.newbusiness-solution p {
    line-height: 2em;
}

.newbusiness-solution h3 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5em;
}

.newbusiness-solution-wrap {
    margin: 0 auto;
    box-shadow: 0px 4px 6px 3px #e6e6e6;
    width: 100%;
    max-width: 1200px;
    /* margin: 0 auto; */
    background-image: url(../img/aigeo/bg_conf.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -83% 8%;
    background-color: #ffff;
}

.newbusiness-solution {
    /* background-color: #ffffff; */
    padding: 6%;
}

.newbusiness-solution ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 75%;
    padding: 20px 0px 20px 0px;
}


.newbusiness-solution li {
    width: 50%;
    max-width: 180px;
}

.newbusiness-solution ul {
    width: 90%;
}




.newbusiness_tit_main_txt {
    font-size: 46px;
    color: #333333;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.12em;
    line-height: 1em;
}

.newbusiness_nav {
    list-style: none;
    text-align: center;
    margin-bottom: 60px;
}

.newbusiness_nav li {
    text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.12em;
    line-height: 1em;
    width: 250px;

}


.newbusiness_nav li::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;

    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}



.newbusiness_nav li:hover::after {
    transform: scale(1, 1);
    background: #77AE05;
}

.newbusiness_nav li:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -4px;/*線の上下位置*/
    display: inline-block;
    width: 60px;/*線の長さ*/
    height: 2px;/*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);/*位置調整*/
    background-color: #77AE05;/*線の色*/
    border-radius: 2px;/*線の丸み*/

}



.newbusiness_tit_nav_mini {
    text-align: center;
    display: block;
    line-height: 2.2em;
    font-size: 12px;
    letter-spacing: 0.1em;
}



.newbusiness a {
    position: relative;
    display: inline-block;
    transition: .3s;
}

.newbusiness a::after {
    position: absolute;
    bottom: .3em;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #2ecc71;
    opacity: 0;
    transition: .3s;
}

.newbusiness a:hover::after {
    bottom: 0;
    opacity: 1;
}

