/* <!--------------------------------------------------------------- 共通設定 --> */
.body-nologgedin {
    background-image: none;
}

.max100img {
    max-width: 100%;
}

body {
    font-family: "Yu Gothic Medium", "遊ゴシック Medium", YuGothic, "遊ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
}

.frame.nc-content-list article h3,
.frame.nc-content-list article .h3 {
    font-size: 36px;
    font-weight: normal;
    border: none;
}

.head-h3 {
    position: relative;
    padding: 45px;
    text-align: center;
}

.head-h3::before {
    position: absolute;
    bottom: 38px;
    left: calc(50% - 50px);
    width: 100px;
    height: 2px;
    content: '';
    border-radius: 1px;
    background: rgb(138, 202, 147);
}

.little-emphasis {
    font-size: 20px;
    font-weight: bold;
}

.bottom-line {
    margin-top: 15px;
    text-align: center;
}

.bottom-line-green {
    font-size: 24px;
    font-weight: bold;
    background: linear-gradient(transparent 50%, #D3FFAD 50%);
    text-align: center;
    padding-bottom: 5px;
}

.bottom-line-beige {
    font-size: 24px;
    font-weight: bold;
    background: linear-gradient(transparent 50%, rgb(255, 224, 192) 50%);
    text-align: center;
    padding-bottom: 5px;
}

.main-business {
    max-width: 500px;
    margin: -20px auto 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    /* background-color: #ffe8e8; */
    padding: 10px;
}

.align-left {
    text-align: left;
    margin-top: 10px;
}

.feature__wrap {
    display: flex;
    max-width: 80vw;
    margin: 20px auto;
    justify-content: center;
}

@media screen and (max-width: 600px) {
    .feature__wrap {
        flex-direction: column;
        width: 90vw;
    }
}

.feature__frame {
    background-color: #faf9df;
    padding: 0px 20px;
    text-align: center;
    margin: 10px;
}

.feature__frame--top {
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 15px;
}

.feature__frame--bottom {
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 15px;
}

.feature__frame--line-white {
    height: 6px;
    background: #fff;
    border-radius: 3px;
}

.feature__frame--line-black {
    height: 1px;
    background: #000;
    border-radius: 3px;
}

.width-left-text {
    max-width: 600px;
    text-align: left;
    margin: auto;
    font-size: 24px;
}

.explanation {
    max-width: 800px;
    margin: 30px auto;
}

.object-01 {
    position: relative;
    color: #00a29a;
}

.border-bottom-green {
    border-bottom: 1px solid #00a29a;
}

.object-01::before {
    position: absolute;
    content: '';
    width: 25px;
    height: 50px;
    top: -23px;
    right: -18px;
    background-image: url({{__BASE_URL__}}/wysiwyg/image/download/1/451);
    background-repeat: no-repeat;
}

.wrapper {
    max-width: 800px;
    margin: auto;
}

.flex-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 10px;
}

.flex-wrap img {
    max-width: 100%;
}

.flex-wrap a {
    transition: .7s;
}

.flex-wrap a:hover {
    opacity: .7;
}

.flex-wrap+.flex-wrap {
    margin-top: 10px;
}

.fz-24 {
    font-size: 24px;
}

.fz-18 {
    font-size: 18px;
}

.section-wrap+.section-wrap {
    margin-top: 50px;
}

.text-algin-c {
    text-align: center;
}

.big-box {
    grid-column: 1/3;
    grid-row: 1/3;
}

.big-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media screen and (max-width: 600px) {
    .big-box {
        grid-column: auto;
        grid-row: auto;
    }

    .big-box img {
        height: auto;
    }
}

.hover-transition {
    transition: .7s;
}

.hover-transition:hover {
    opacity: .7;
}

.font-size-16px {
    font-size: 16px;
}

.font-size-14px {
    font-size: 14px;
}

/* <!--------------------------------------------------------------- ショッピングサイト --> */
.external-a {
    transition: .8s;
}

.external-a:hover {
    opacity: .7;
}

.external-item+.external-item {
    margin-left: 0px;
}

.img-responsive.nc3-img:not(.center-block).nc3-img-block {
    margin-bottom: 0px;
}

@media screen and (min-width:680px) {
    .external {
        display: flex;
        justify-content: center;
    }

    .external-item+.external-item {
        margin-left: 40px;
    }
}

/* <!--------------------------------------------------------------- ECサイトへのリンク　スライドショー --> */
/* ベースCSS・リセットCSS */
/* * {margin: 0;padding: 0;box-sizing: border-box;list-style: none;} */
/* button {cursor: pointer;-webkit-appearance: none;-moz-appearance: none;appearance: none;vertical-align: middle;color: inherit;font: inherit;border: 0;background: transparent;padding: 0;margin: 0;outline: none;border-radius: 0;} */
.slideshow {
    overflow: hidden;
}

.demo-title {
    font-size: 24px;
    margin-bottom: 1em;
    padding: 1em 0;
    text-align: center;
    color: #fefefe;
    background-color: royalblue;
}

/*********** ここまでベースCSS・リセットCSS ***********/
.carousel-ec {
    width: 320px;
    height: calc(320px * 0.5625);
    position: relative;
    /* margin: 0 auto; */
}

.carousel-ec a {
    transition: .8s;
}

.carousel-ec a:hover {
    opacity: .7;
}

.carousel-ec-area {
    /* リスト数×リスト幅を計算してwidth指定してもいいが、汎用性を考慮してjQueryで計算代入する */
    height: 100%;
    position: absolute;
    display: flex;
    list-style: none;
}

/* object-fitを使用せずに画像トリミングさせるためにbackgroundで指定 */
.carousel-ec-list {
    width: 320px;
    height: 100%;
    margin-right: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* .carousel-ec-list img {    width: 100%;} */
@media screen and (max-width: 600px) {
    .carousel-ec {
        width: 320px;
        height: calc(320px * 0.5625);
    }

    .carousel-ec-list {
        width: 320px;
        height: calc(320px * 0.5625);
        margin-right: 0;
    }
}

/* .carousel-ec-list:nth-child(1) {background-image: url(https://www.kaitekiteian.com/pic-labo/banner_tohkiyu.png);}.carousel-ec-list:nth-child(2) {background-image: url(https://www.kaitekiteian.com/pic-labo/banner_yakusou.png);}.carousel-ec-list:nth-child(3) {background-image: url(https://www.kaitekiteian.com/pic-labo/banner_tohkiyu.png);}.carousel-ec-list:nth-child(4) {background-image: url(https://www.kaitekiteian.com/pic-labo/banner_yakusou.png);}.carousel-ec-list:nth-child(5) {background-image: url(https://www.kaitekiteian.com/pic-labo/banner_tohkiyu.png);}.carousel-ec-list:nth-child(6) {background-image: url(https://www.kaitekiteian.com/pic-labo/banner_yakusou.png);} */
/* clipで非表示指定（スクリーンリーダー対策） */
/* .carousel-ec-img {width: 1px;height: 1px;clip: rect(1px, 1px, 1px, 1px);-webkit-clip-path: inset(50%);clip-path: inset(50%);margin: -1px;padding: 0;overflow: hidden;position: absolute;} */
/*********** スライド送りボタン ***********/
/* 共有パーツ */
.arow-wrap {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.arrow-btn {
    width: 48px;
    height: 48px;
    background-color: rgba(113, 135, 245, 0.8);
    border-radius: 50%;
    transition: .2s;
}

.arrow-btn:focus {
    box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.8);
}

.arrow-btn:hover {
    background-color: rgb(51, 79, 216);
    box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.8);
}

/* 左 */
.arrow-left {
    position: relative
}

.arrow-left:before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fefefe;
    border-left: 2px solid #fefefe;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -50%)rotate(-45deg);
}

/* 右 */
.arrow-right {
    position: relative
}

.arrow-right:before {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fefefe;
    border-left: 2px solid #fefefe;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-70%, -50%)rotate(135deg);
}

@media screen and (max-width: 600px) {
    .arrow-btn {
        width: 30px;
        height: 30px;
    }
}

/*********** ページネーション ***********/
.pagination {
    width: 150px;
    margin: 5% auto 0;
    display: flex;
    justify-content: space-around;
}

.pagination-circle {
    width: 20px;
    height: 20px;
    border: 1px solid #333;
    border-radius: 50%;
    background-color: rgba(83, 97, 223, 0.3);
}

/* jsでtargetクラスがついたら背景色を変える */
.pagination-circle.target {
    background-color: rgba(83, 97, 223, 0.8);
}

/* <!--------------------------------------------------------------- 事業内容 --> */
.business {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 600px) {
    .business {
        flex-direction: column;
    }
}

.business-item {
    max-width: 505px;
}

.business-item+.business-item {
    margin-left: 40px;
}

@media screen and (max-width: 600px) {
    .business-item+.business-item {
        margin-left: 0px;
    }
}

/* <!--------------------------------------------------------------- どんなところ？ユーチューブ表示 --> */
/* ユーチューブの大きさ */
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}

.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ユーチューブに別画像 */
.movie-content-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    xtransition: .8s;
}

.movie-content-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.movie-content-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
}

.movie-content-wrap:hover {
    xopacity: .7;
}

/* テキスト */
.movie-content-p {
    font-size: 20px;
}

/* <!--------------------------------------------------------------- パプリッシング情報 --> */
.publicity__table {
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 10px 8px;
}

.publicity__table th {
    border-bottom: 1px solid rgb(113, 113, 113);
    /* white-space: nowrap; */
}

.publicity__table td {
    border-bottom: 1px solid rgb(113, 113, 113);
}

.publicity a {
    text-decoration: none;
}

.operation__table {
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 10px 8px;
}

.operation__table--th {
    border-bottom: 1px solid rgb(113, 113, 113);
    /* vertical-align: top; */
    white-space: nowrap;
}

.operation__table--th-wrapNormal {
    border-bottom: 1px solid rgb(113, 113, 113);
    white-space: normal;
}

.operation__table--td {
    border-bottom: 1px solid rgb(113, 113, 113);
}

.operation__table--td img {
    margin-right: 20px;
    margin-bottom: 20px;
}

.operation__table--th-border-none {
    border-bottom: none;
    white-space: nowrap;
}

.operation__table--th-border-none p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: normal;
}

.operation__table--td-bold {
    border-bottom: 1px solid rgb(113, 113, 113);
}

.operation__table--td-bold p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 20px;
}

/* .operation__table--td-bold span {    font-weight: bold;    color: rgb(194, 125, 51);} */
.mind-color {
    font-weight: bold;
    color: rgb(194, 125, 51);
}

/* .morning {    text-align: center;} */
/* <!--------------------------------------------------------------- 百人邑とは --> */
/* .hyakumuraWrap {    padding: 20px;} */
/* .operation {    width: 98%;} */
/* .operation__pamphlet--img {    width: 100%;} */
.operation__business--titleWrap {
    text-align: center;
}

.operation__business--title {
    font-weight: bold;
    background-color: #D3FFAD;
    padding: 8px 20px;
    font-size: 20px;
    border-radius: 20px;
    display: inline;
}

/* 農業事業とICT事業 */
.business--agriculture {
    background-image: url({{__BASE_URL__}}/wysiwyg/image/download/1/415);
    background-repeat: no-repeat;
    padding-top: 45px;
    font-size: 28px;
    font-weight: bold;
}

.business--ict {
    background-image: url({{__BASE_URL__}}/wysiwyg/image/download/1/416);
    background-repeat: no-repeat;
    padding-top: 45px;
    font-size: 28px;
    font-weight: bold;
}

.business__wrap {
    width: 70vw;
    margin: auto;
    margin-top: 50px;
}

.centered {
    text-align: center;
}

.business--link {
    margin-top: 0;
}

.philosophy {
    font-size: 24px;
    text-align: center;
    line-height: 40px;
}

@media screen and (max-width: 600px) {
    .philosophy {
        font-size: 20px;
    }
}

.philosophy--span {
    position: relative;
    margin: 0 3px;
    padding: 3px 3px;
    font-size: 32px;
    font-weight: bold;
}

@media screen and (max-width: 600px) {
    .philosophy--span {
        font-size: 28px;
    }
}

.philosophy--span::before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    display: inline-block;
    z-index: -1;
    height: 40%;
    width: 100%;
    background-image: repeating-linear-gradient(120deg, transparent, transparent 6px, #ffd8ab 6px, #ffdeb6 9px);
}

.jobmind {
    text-align: center;
}

.jobmind p {
    font-size: 18px;
    display: inline-block;
    text-align: left;
    line-height: 40px;
}

.pamphlet__wrap {
    display: flex;
    justify-content: center;
}

.pamphlet__wrap img {
    max-width: 40%;
    margin: 0 3% 50px;
    border-radius: 50px;
}

.pamphlet--anchor {
    color: #000;
    font-size: 20px;
    padding: 20px 30px;
    text-decoration: none;
    background-color: #D2FF57;
    transition: .7s;
}

.pamphlet--anchor:hover {
    background-color: #a2c541;
    text-decoration: none;
}

.operation__table--td-wrap {
    display: flex;
}

.operation__table--td-wrap img {
    margin-left: 20px;
}

.profile-flex {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 600px) {
    .profile-flex {
        display: block;
    }
}

.profile-flex img {
    width: 120px;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 20px;
}

.profile-bold {
    font-weight: bold;
}

/* <!--------------------------------------------------------------- 取り組み --> */
.attempt__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 600px) {
    .attempt__wrap {
        flex-direction: column;
    }
}

.attempt__item {
    width: 25%;
}

@media screen and (max-width: 600px) {
    .attempt__item {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.attempt__item p:first-child {
    text-align: center;
}

.attempt__item img {
    width: 100%;
}

.attempt__item:nth-child(2) {
    width: 80px;
    text-align: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 25px;
}

.border-r {
    width: 60%;
    height: 50px;
    margin: 20px auto -20px;
    border-top-right-radius: 5000px 800px;
    border-top-left-radius: 5000px 800px;
    border-top: 5px solid #FFE9B9;
}

@media screen and (max-width: 600px) {
    .border-r {
        width: 100%;
    }
}

.emphasis {
    padding: 20px;
    background-color: #FFF8E6;
    font-size: 24px;
    font-weight: bold;
    max-width: 500px;
    margin: auto;
}

.pr-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.pr-document {
    border: 1px solid #000;
    ;
}

.pr-document+.pr-document {
    margin-left: 30px;
}

/* <!--------------------------------------------------------------- アクセスマップ --> */
.access {
    padding: 20px;
    /* border-top: 1px solid #000; */
    background-color: #f5f4ee;
}

.frame.nc-content-list article h4,
.frame.nc-content-list article .h4 .access h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
}

.access__address--p {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
}

.access__address--p+.access__address--p {
    margin-bottom: 10px;
}

.access__wrap {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

.access__map {
    width: 50%;
}

.access__map img {
    width: 100%;
}

.access__address {
    width: 50%;
    position: relative;
}

.access__map+.access__address {
    margin-left: 20px;
}

.access__address--anchor {
    width: 100%;
    background-color: green;
    display: block;
    text-align: center;
    padding: 20px;
    color: #fff;
    font-size: 18px;
    transition: .7s;
}

.access__address--anchor:hover {
    opacity: .7;
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 600px) {
    .access__wrap {
        display: block;
    }

    .access__map {
        width: 100%;
    }

    .access__address {
        width: 100%;
    }

    .access__map+.access__address {
        margin-left: 0px;
        margin-top: 20px;
    }
}
/* <!--------------------------------------------------------------- ブログのページネーションを横一列にする --> */
.pagination {
    width: 100% !important;
}

/* <!--------------------------------------------------------------- メニュー下の空白を削除 !important　を使用しているので注意 --> */
.mb-3, .my-3 {
margin-bottom: 0rem!important;
}