@charset "UTF-8";
@import url("./reset.css?20240407");
@import url("./base.css?20240407");
@import url("./module.css?20240407");
/* ==========================================================

Name:
    other.css

Description:
    その他コンテンツ共用モジュール

/* ==========================================================
*
*   page_title-area / タイトル
*
========================================================== */

@media screen and (max-width: 767px) {
    .u-inner {
        padding: 0 4.26667vw;
    }
    .u-inner-small {
        padding: 0 4.26667vw;
    }
    .u-inner-sp {
        padding: 0 4.26667vw;
    }
    .u-inner-pc {
        padding: 0;
    }
}

.contents-section {
    margin-top: 60px;
}
@media screen and (max-width: 767px) { /* sp size */
    .contents-section {
        margin-top: 30px;
    }
}
.page_title-area {
    margin-top: 50px;
}
.page_title-area .contents-title {
    font-size: 38px;
}
@media screen and (max-width: 767px) { /* sp size */
    .page_title-area {
        margin: 10px;
    }
    .page_title-area .contents-title {
        font-size: 7.8888vw;
    }
}

/*  scene-area ご利用シーンエリア
--------------------------------------------- */

/* .scene-list */
.scene-list ul {
	gap: 10px;
}
@media screen and (min-width: 768px) { /* pc size */
	.scene-list {
		padding-bottom: 50px;
	}
	.scene-list img {
		max-width: 393px;
		position:relative;
		top:0;
	}
	.scene-list img:hover {
		top:3px;
		transition:0.3s;
		opacity: 0.8;
	}
}
@media screen and (max-width: 767px) { /* sp size */
	.scene-list {
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.scene-list ul {
		flex-wrap: wrap;
	}
	.scene-list img {
		max-width: 170px;
	}
}

.scene-title { max-width: 489px; margin: 40px 0; }
.scene-cont .title-adjust {
    margin-bottom: 15px;
}
.scene-cont p { line-height: 1.8; }
.scene1_1 { max-width: 178px; }
.scene1_2 { max-width: 178px; }
.scene1_3 { max-width: 178px; }

.scene-image .u-inner {
    position: relative;
}
.scene1 {
    background: url(../img/top/scene-back1.jpg) bottom center no-repeat;
    height: 620px;
}
.scene2 {
    background: url(../img/top/scene-back2.jpg) bottom center no-repeat;
    height: 620px;
}
.scene3 {
    background: url(../img/top/scene-back3.jpg) bottom center no-repeat;
    height: 620px;
}
.scene4 {
    background: url(../img/top/scene-back4.jpg) bottom center no-repeat;
    height: 620px;
}

/* ---- [.scene-cont] ---- */

.scene-cont {
    display: inline-block;
    background-color: rgba(255,255,255, 0.94);
    padding: 30px;
    margin-top: 30px;
}
@media screen and (min-width: 768px) { /* pc size */
    .scene-cont {
        width: 500px;
    }
}
@media screen and (max-width: 767px) { /* sp size */
    .scene-cont {
        margin-top: 50px;
        font-size: 3.86667vw;
    }
    .scene-cont h3 {
        font-size: 5.86667vw;
    }
}

.scene2 .u-inner,
.scene4 .u-inner {
    text-align: right;
}
.scene1 .scene-cont,
.scene2 .scene-cont,
.scene3 .scene-cont,
.scene4 .scene-cont {
    text-align: center;
}

/* ---- [.bento-position-area] ---- */

@media screen and (min-width: 768px) { /* pc size */
    .bento-position-area ul {
        position: absolute;
        top: 360px;
    }
    .bento-position-area .position-scene1 li,
    .bento-position-area .position-scene2 li,
    .bento-position-area .position-scene3 li,
    .bento-position-area .position-scene4 li {
        width: 280px;
        height: 280px;
        display: inline-block;
        position: relative;
        border: 4px solid #84ccc9;
        background-color: #fff;
        padding-top: 40px;
        margin-right: 10px;
        text-align: center;

        border-radius: 280px;
        -webkit-border-radius: 280px;
        -moz-border-radius: 280px;
    }
}
@media screen and (max-width: 767px) { /* sp size */
    .bento-position-area ul {
        position: absolute;
        top: 500px;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);

        width: 280px;
        height: 280px;

        border: 4px solid #84ccc9;
        background-color: #fff;

        border-radius: 280px;
        -webkit-border-radius: 280px;
        -moz-border-radius: 280px;
    }
    .bento-position-area li {
    }
    .bento-position-area img {
        margin: 34px auto 5px;
    }
    .slider {
        text-align: center;
        margin: 0 auto;
    }
}

/* ---- [.position-scene] ---- */

@media screen and (min-width: 768px) { /* pc size */
    .bento-position-area .position-scene1 p,
    .bento-position-area .position-scene2 p,
    .bento-position-area .position-scene3 p,
    .bento-position-area .position-scene4 p {
        position: absolute;
        width: 280px;
        top: 226px;
        color: #df043a;
        font-weight: bold;
        margin: 0 auto;
        vertical-align: bottom;

        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);

        }

    .bento-position-area .position-scene1,
    .bento-position-area .position-scene3 {
        right: 0%;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
    }
    .bento-position-area .position-scene2,
    .bento-position-area .position-scene4 {
        left: 0%;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
    }

    .t-scene1 { text-align: right; }
    .t-scene2 { text-align: left; }
    .t-scene3 { text-align: right; }
    .t-scene4 { text-align: left; }
}
@media screen and (max-width: 767px) { /* sp size */
    .t-scene1,
    .t-scene2,
    .t-scene3,
    .t-scene4 { text-align: right; }
}

.annotation-image {
    color: #777;
    margin-top: 30px;
}

/* ---- [.case-block] ---- */

.case-block-scene1 { background-color: #f2faf9; }
.case-block-scene3 { background-color: #f2fafe; }

@media screen and (min-width: 768px) { /* pc size */
    .case-block {
        padding: 20px 40px;
    }
    .case-block li {
        display: inline-block;
        vertical-align: middle;
        width: 60%;
    }
    .case-block li.case-block-image { 
        width: 40%;
        display: inline-block;
        margin: 0 auto;
    }
    .case-block img { max-width: 360px; padding-right: 20px; }
}
@media screen and (max-width: 767px) { /* sp size */
    .case-block {
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 3.86667vw;
    }
    .case-block img {
        margin-bottom: 10px;
    }
}

/* ---- [.case-title] ---- */

.case-title {
    font-size: 30px;
    color: #309d98;
    margin-bottom: 14px;
    padding-bottom: 8px;
    border-bottom: 4px solid #84ccc9;
}
.case-scene3 .case-title {
    color: #4f849d;
    border-bottom: 4px solid #7ecef4;
}
.case-company {
    margin-bottom: 20px;
    font-size: 26px;
}
.case-other-message {
    line-height: 2;
    margin-bottom: 40px;
}
.customerLink {
	
}
@media screen and (min-width: 768px) { /* pc size */
	.customerLink img {
		width: 720px;
		position:relative;
		top:0;
	}
	.customerLink img:hover {
		top:3px;
		transition:0.3s;
		opacity: 0.8;
	}
}
@media screen and (max-width: 767px) { /* sp size */
    .case-title {
        font-size: 6.23333vw;
        margin-top: 20px;
    }
    .case-company {
        font-size: 5.83333vw;
    }
    .case-other-message {
        margin-top: 30px;
        line-height: 1.6;
    }
	.customerLink img {
		width: 480px;
	}
}

/* ---------------------------------------------
*   layout--login ログインページ
--------------------------------------------- */
.layout--login,
.layout--post {
    text-align: center;
}
.layout--login .gray-box {
    background-color: #f5f5f5;
    padding: 20px;
    margin: 20px 0;
}
.layout--login .gray-box span {
    background-color: #2b3b9c;
    color: #fff;
    padding: 5px 14px;
    margin: 0 3px;
    line-height: 2;

    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
@media screen and (max-width: 767px) { /* sp size */
    .layout--login .gray-box {
        font-size: 3.6888vw;
    }
}

/* ---------------------------------------------
*   cmn-tbl
--------------------------------------------- */
.cmn-tbl {
    width: 100%;
    font-size: 14px;
    border-collapse: collapse;
}
.cmn-tbl th {
    padding: 15px;
    text-align: center;
    vertical-align: top;
    color: #333;
    background-color: #fafafa;
    border: 1px solid #eee;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}
.cmn-tbl td {
    padding: 15px;
    background-color: #fff;
    border: 1px solid #eee;
    vertical-align: middle;
    text-align: center;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
    .scroll {
        overflow-x: auto;
    }
    .cmn-tbl {
    min-width: 727px;
    margin: 0 10px 30px;
    }
}

/* ---------------------------------------------
*   pagination
--------------------------------------------- */
#page {
    margin: 0 auto;
}
#page nav {
    display: flex;
    justify-content: center;
    margin-top: 1em;
    padding-top: .5em;
    font-size: 14px;
}
#page .pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
#page .pagination li {
    margin: 0 1px;
}
#page .pagination a {
    display: block;
    padding: .5em 1em;
    border: 1px solid #df043a;
    border-radius: .2em;
    text-decoration: none;
}
#page .pagination a[aria-current="page"] {
    background-color: #df043a;
    color: #fff;
}

.c-ttl3__jp {
    border-bottom: 1px solid #df043a;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
