@charset "UTF-8";

/* 共通部分
--------------------------------------------------------------------------- */
html {
    font-size: 100%;
}
body {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    line-height: 1.7;
    color: rgb(0 0 0);
    background-color: rgb(255 255 255);
    min-height: 100vh;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}

/* HEADER
---------------------------------------------------------------------------- */
.logo {
    position: absolute;
    height: 57px;
    margin-left: 20px;
    margin-top: 13px;
}
/* Edge Chrome 位置修正 */
@supports (not (-webkit-hyphens: none)) and (not (-moz-appearance: none)) {
    .logo {
        margin-top: 12px;
    }
}

.contact-btn {
    position: fixed;
    top: 40px;
    right: 15%;
    width: 210px;
    text-align: center;
    border: 1px solid rgb(13 151 198);
    border-bottom: 1px rgb(230 249 255);
    background-color: rgb(230 249 255);
    border-radius: 10px 10px 0 0;
    z-index: 11;
}
.c-btn-set1 {
    padding: 5px 0;
}
.c-btn-set2 {
    padding: 5px 0;
}
.c-btn-deco {
    font-size: 1.15rem;
    color: rgb(50 50 50);
}
/* Edge Chrome 位置修正 */
@supports (not (-webkit-hyphens: none)) and (not (-moz-appearance: none)) {
    .c-btn-set1 {
        padding: 5px 0 5px 0;
    }
    .c-btn-set2 {
        padding: 5px 0 7px 0;
    }
}

/* ハンバーガーメニュー */
nav ul {
    list-style: none;
}
ul li {
    list-style-type: none;
}
nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding-top: 80px;
    background-image: linear-gradient(to right, rgb(255 255 255), rgb(8 120 158) 2%, rgb(255 255 255) 90%);
    font-size: 1.375rem;
    box-sizing: border-box;
    z-index: 31;
}
nav ul li a {
    height: 50px;
    line-height: 50px;
    padding: 0 28px;
    margin-bottom: 10px;
    background-color: rgb(250 250 250);
    font-size: 1.125rem;
    color: rgb(80 80 80);
    display: block;
    transition: background-color 0.3s;
}
nav a:hover {
    background-color: rgb(13 151 198);
    color: rgb(255 255 255);
    font-size: 1.25rem;
    font-weight: 500;
}
.btn-gnavi {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    z-index: 32;
    box-sizing: border-box;
    background-color: rgb(255 255 255);
    border: 1px solid rgb(8 120 158);
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
.btn-gnavi a {
    position: absolute;
    margin: 34px 0 0 9px;
    font-size: 0.5rem;
    color: rgb(50 50 50);
}
/* Edge Chrome 位置修正 */
@supports (not (-webkit-hyphens: none)) and (not (-moz-appearance: none)) {
    .btn-gnavi a {
        margin: 33px 0 0 9px;
    }
}
.btn-gnavi span {
    position: absolute;
    margin-top: 9px;
    margin-left: 6px;
    width: 30px;
    height: 4px;
    background: rgb(13 151 198);
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}
.btn-gnavi span:nth-child(1) {
    top: 0;
}
.btn-gnavi span:nth-child(2) {
    top: 10px;
}
.btn-gnavi span:nth-child(3) {
    top: 20px;
}
.btn-gnavi.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 1px solid rgb(8 120 158);
}
.btn-gnavi.open span {
    background: rgb(13 151 198);
}
.btn-gnavi.open a {
    font-size: 0;
}
.btn-gnavi.open span:nth-child(1) {
    width: 24px;
    -webkit-transform: translate(-3px, 17px) rotate(45deg);
    transform: translate(-3px, 17px) rotate(45deg);
}
.btn-gnavi.open span:nth-child(3) {
    width: 24px;
    -webkit-transform: translate(-3px, -17px) rotate(-45deg);
    transform: translate(-3px, -17px) rotate(-45deg);
}


/* FOOTER
---------------------------------------------------------------------------- */
footer {
    position: relative;
    bottom: 0;
    margin-top: 60px;
    width: 100%;
}
.footer-base {
    margin-top: -1px;
    background: rgb(8 120 158);
    color: rgb(255 255 255);
    height: 100%;
}
.explanation footer {
    margin-top: 60px;
}
footer p {
    color: rgb(255 255 255);
    font-size: 1.125rem;
    text-align: center;
    padding-bottom: 20px;
}
/* Edge Chrome 位置修正 */
@supports (not (-webkit-hyphens: none)) and (not (-moz-appearance: none)) {
    footer {
        margin-top: 80px;
    }
    .explanation footer {
        margin-top: 60px;
    }
}

.img-deco-01 {
    width: 100%;
    height: 160px;
    display: block;
    margin: 0 auto;
    object-fit: cover;
}

/* サイトマップ */
.sitemap {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.text-deco-31 {
    margin: 30px 30% 0 30%;
    white-space: nowrap;
}
.text-deco-32 {
    font-size: 1.15rem;
    font-weight: bold;
    text-decoration: underline;
    color: rgb(255 255 255);
    font-feature-settings: "palt";
}
.text-deco-33 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.text-deco-34 {
    font-size: 1.0rem;
    text-decoration: underline;
    color: rgb(255 255 255);
}
.text-deco-35 {
    margin-top: 50px;
}
.list-icon:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: rgb(180 180 180);
    border-radius: 50%;
    position: relative;
    top: -1px;
    margin-right: 5px;
    margin-left: 10px;
}

/* SNSボタン */
.sns-btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 10px;
    list-style-type: none;
    padding: 0;
}
.sns-btn li {
    margin: 0 15px;
}
.sns-btn img {
    width: 30px;
    height: auto;
}


/* 共通設定
----------------------------------------------------------------------------- */
/* 見出し(TOPと問い合わせ以外) */
.page-header-2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 164px;
    background-color: rgb(255 255 255);
    z-index: 10;
}
.logo-2 {
    height: 57px;
    margin-left: 20px;
    margin-top: 13px;
}

.page-title-stn {
    position: relative;
    margin-top: 4px;
    height: 82px;
    background-image: linear-gradient(rgb(255 255 255) 50%, rgb(13 151 198) 90%);
    background-blend-mode: luminosity;
    box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
    border-top: solid 1px rgb(13 151 198);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 20;
}
.page-title-stn h1,
.page-title-stn h2,
.page-title-con p {
    font-size: 3.0rem;
    font-weight: bold;
    font-family: "Yu Mincho", "YuMincho", serif;
    font-feature-settings: "palt";
    color: rgb(50 50 50);
}

/* タイトル直下画像(TOP以外) */
.img-deco-02 {
    margin-top: 164px;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

/* Edge Chrome 位置修正 */
@supports (not (-webkit-hyphens: none)) and (not (-moz-appearance: none)) {
    .logo-2 {
        margin-top: 12px;
    }
    .page-title-stn {
        margin-top: 7px;
    }
}

/* パンくずリスト */
.breadcrumb {
    display: flex;
    gap: 0 20px;
    list-style: none;
    padding: 5px 0 0 0;
    font-size: 0.9em;
    margin-left: 5%;
}
.breadcrumb li {
    display: flex;
    align-items: center;
}
.breadcrumb li:first-child::before {
    display: inline-block;
    width: 1.0em;
    height: 1.0em;
    margin-right: 4px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 20C20 20.5523 19.5523 21 19 21H5C4.44772 21 4 20.5523 4 20V11L1 11L11.3273 1.6115C11.7087 1.26475 12.2913 1.26475 12.6727 1.6115L23 11L20 11V20ZM11 13V19H13V13H11Z' fill='%2300a3d7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    content: '';
}
.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    width: 0.3em;
    height: 0.6em;
    margin-left: 12px;
    background-color: rgb(13 151 198);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    content: '';
}
.breadcrumb a {
    color: rgb(50 50 50);
    text-decoration: none;
}


/* HOME
--------------------------------------------------------------------------------- */
.page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 82px;
    background-color: rgb(255 255 255);
    z-index: 10;
}
.top-line {
    margin-top: 82px;
    border-bottom: solid 1px rgb(13 151 198);
    filter: drop-shadow(0 5px 4px rgb(0 0 0 / 0.5));
    z-index: 25;
}
/* Edge Chrome 位置修正 */
@supports (not (-webkit-hyphens: none)) and (not (-moz-appearance: none)) {
    .page-header {
        height: 83px;
    }
    .top-line {
        margin-top: 83px;
    }
    .top-img {
        margin-top: 84px;
    }
}

/* TOP背景画像 */
.top-img {
    position: relative;
    width: 100%;
    height: 85vh;
    overflow: hidden;
    margin-top: 83px; /* ヘッダー高さ分調整 */
    z-index: 1;
}
.top-img::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(../images/top.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    -webkit-animation: zoom 10s 1;
    animation: zoom 10s 1;
    animation-fill-mode: forwards;
}
@keyframes zoom {
    0% {
        transform: scale(1);
        background-position: top center;
    }

    100% {
        transform: scale(1.3);
        background-position: top center;
    }
}

/* 見出し */
.top-title {
    position: absolute;
    top: 30px;
    left: 4%;
    width: 100%;
    height: 100%;
}
.top-title h1 {
    white-space: nowrap;
    font-size: clamp(1.9rem, 6.75vw, 3.5rem);
    font-family: "Yu Mincho", "YuMincho", serif;
    text-transform: lowercase;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgb(255 255 255), -1px -1px 0 rgb(255 255 255),
        -1px 1px 0 rgb(255 255 255), 1px -1px 0 rgb(255 255 255),
        0px 1px 0 rgb(255 255 255), 0-1px 0 rgb(255 255 255),
        -1px 0 0 rgb(255 255 255), 1px 0 0 rgb(255 255 255);
    font-feature-settings: "palt";
    color: rgb(50 50 50);
}

.top-title-2 {
    position: absolute;
    top: 95px;
    right: 8%;
    width: 200px;
    height: 200px;
    background-color: rgb(13 151 198);
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
}
.top-title-2 h2 {
    margin-top: 45px;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: -0.03em;
    font-family: "Yu Mincho", "YuMincho", serif;
    color: rgb(255 255 255);
}

/* concept（私たちができること） */
.sub-title {
    white-space: nowrap;
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 2.0rem;
    color: rgb(115 115 115);
    text-align: center;
}
.sub-title-1 {
    margin-top: 30px;
}
.concept {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 0;
}
.concept-button {
    width: 365px;
    height: 390px;
    border: solid 2px rgb(13 151 198);
    border-radius: 8px;
    margin: 0 10px;
    padding: 5px;
    font-size: 1.25rem;
    font-weight: bold;
    color: rgb(80 80 80);
    text-align: center;
    font-feature-settings: "palt";
    overflow: visible;
    display: block;
    transition: transform 0.5s;
}
.concept-button:hover {
    transform: scale(1.025);
}
.concept img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.text-deco-11 {
    font-size: 1.25rem;
    font-weight: bold;
    color: rgb(13 151 198);
}
.text-deco-12 {
    font-size: 0.85rem;
    font-weight: normal;
    color: rgb(80 80 80);
}
.text-deco-13 {
    font-feature-settings: normal;
    font-weight: normal;
    text-align: left;
    margin-left: 5px;
    font-size: 1.0rem;
    color: rgb(80 80 80);
    list-style-type: none;
}
.text-deco-13 p {
    font-size: 1.15rem;
    color: rgb(30 30 30);
    font-feature-settings: "palt";
}
.text-deco-13 li {
    margin-left: 22px;
    position: relative;
    padding-left: 2px;
}
.text-deco-13 li:before {
    content: '';
    display: block;
    position: absolute;
    top: 0.55rem;
    left: -0.9rem;
    width: 10px;
    height: 6px;
    border-left: 3px solid rgb(13 151 198);
    border-bottom: 3px solid rgb(13 151 198);
    transform: rotate(-45deg);
}
.text-deco-14 {
    white-space: nowrap;
}

/* solution（課題解決のために） */
.sub-title-2 {
    margin-top: 445px;
}
.solution {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 0;
}
.sol-come {
    width: 365px;
    height: 215px;
    background-color: rgb(174 210 223);
    margin: 0 10px 20px 10px;
    padding: 10px 15px;
    font-size: 1.25rem;
    font-weight: bold;
    color: rgb(50 50 50);
    text-align: left;
    font-feature-settings: "palt";
}
.text-deco-21 {
    font-size: 1.0rem;
    font-weight: normal;
    color: rgb(70 70 70);
    text-align: justify;
    list-style-type: none;
    margin: 0 4px;
}
.text-deco-21 li {
    padding-left: 1rem;
    text-indent: -1rem;
}
.text-deco-21 li:before {
    content: '';
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    background: rgb(100 100 100);
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 0.4rem;
    margin-bottom: 3px;
}

/* self-introduction */
.sub-title-3 {
    margin-top: 505px;
}
.self-intro {
    width: 750px;
    padding: 5px 5px;
    margin: 0 auto;
    text-align: justify;
}
.self-intro p {
    margin-bottom: 0.3rem;
}
.text-deco-22 {
    margin-top: 0.8rem;
}
.text-deco-23 {
    white-space: nowrap;
    font-feature-settings: "palt";
    letter-spacing: 0.05rem;
}


/* つくる・そだてる
--------------------------------------------------------------------------------- */
/* contents BOX */
.contents-box {
    width: 750px;
    height: 200px;
    border: solid 2px rgb(180 180 180);
    margin: 0 auto;
    padding: 5px;
    display: flex;
}
.contents-box img {
    width: 40%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.img-deco-03 img {
    object-fit: none;
    zoom: 0.65;
    object-position: 60% 35%;
}
.img-deco-04 img {
    object-fit: none;
    zoom: 0.7;
    object-position: 55% 55%;
}
.contents-box-sub {
    margin: 0 0 0 20px;
    padding: 0;
}
.text-deco-41 {
    margin: 5px 0 0 0;
    font-size: 1.2rem;
    font-weight: bold;
    color: rgb(80 80 80);
}
.text-deco-42 {
    margin: 10px 5px 0 0;
    font-size: 1.0rem;
    color: rgb(115 115 115);
    text-align: justify;
}

/* 下向き三角 */
.arrow {
    text-align: center;
}
.arrow-bottom {
    display: inline-block;
    border-style: solid;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    border-top: 30px solid rgb(13 151 198);
    border-bottom: 0;
    margin: 20px 0 10px 0;
}

/* プラスマーク */
.plus {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 10px auto;
    background: rgb(13 151 198);
    border-radius: 50%;
}
.plus::before,
.plus-mark::after {
    position: absolute;
    top: 23px;
    left: 50%;
    content: '';
    display: inline-block;
    width: 35px;
    height: 35px;
    border-top: 6px solid rgb(255 255 255);
    transform: translateX(-50%);
}
.plus-mark:after {
    top: 8px;
    left: -7px;
    transform: rotate(90deg);
}

/* 下三角x3 */
.arrow2 {
    text-align: center;
    margin-top: 40px;
}
.arrow-bottom2 {
    display: block;
    margin: 10px auto;
    width: 0;
    height: 0;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    border-top: 15px solid rgb(13 151 198);
    border-bottom: 0;
}

/* next button */
.next-btn {
    width: 400px;
    height: 130px;
    border: solid 2px rgb(13 151 198);
    border-radius: 8px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 5px;
    font-size: 1.1rem;
    color: rgb(80 80 80);
    text-align: center;
    font-feature-settings: "palt";
    overflow: visible;
    display: block;
    transition: transform 0.5s;
}
.next-btn:hover {
    transform: scale(1.025);
}
.next-btn p {
    margin: 0 auto;
    margin-bottom: 4px;
}
.next-btn img {
    width: 100%;
    height: 83px;
    object-fit: cover;
    position: relative;
}
.set-btn {
    margin-top: 40px;
    margin-bottom: 80px;
}


/* 会社概要
--------------------------------------------------------------------------------- */
.text-deco-50 {
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
}
.text-deco-51 {
    text-align: center;
    margin-top: 10px;
    font-size: 1.0rem;
    line-height: 40px;
}
.text-deco-52 {
    margin-top: 20px;
    padding-bottom: 40px;
}

/* 当社について */
table {
    margin: 10px auto;
    color: rgb(50 50 50);
}
.company th {
    background: rgb(213 245 255);
    border: solid 1px rgb(200 200 200);
    padding: 10px 70px;
}
.company td {
    border: solid 1px rgb(200 200 200);
    padding: 10px 100px 10px 20px;
}

/* 個人情報保護ボタン */
.text-deco-53 {
    margin-top: 70px;
}
.privacy-btn {
    width: 600px;
    height: 160px;
    border: solid 2px rgb(13 151 198);
    border-radius: 8px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 80px;
    padding: 5px;
    font-size: 1.1rem;
    color: rgb(80 80 80);
    text-align: center;
    font-feature-settings: "palt";
    overflow: visible;
    display: block;
    transition: transform 0.5s;
}

.privacy-btn:hover {
    transform: scale(1.025);
}

.privacy-btn p {
    margin: 0 auto;
    margin-bottom: 4px;
}

.privacy-btn img {
    width: 100%;
    height: 113px;
    object-fit: cover;
    position: relative;
}


/* 個人情報保護方針
--------------------------------------------------------------------------------- */
.text-deco-71 {
    margin: 30px 7% 60px 7%;
    text-align: justify;
    font-size: 1.0rem;
    color: rgb(80 80 80);
}
.text-deco-72 {
    font-size: 1.2rem;
    margin-top: 25px;
}
.text-deco-73 {
    margin-left: 5px;
}
.text-deco-73 li {
    margin-left: 1.5rem;
}
.text-deco-74 {
    list-style: none;
    counter-reset: number;
}
.text-deco-74 li {
    position: relative;
    padding-left: 33px;
}
.text-deco-74 li::before {
    counter-increment: number;
    content: '(' counter(number) ')';
    position: absolute;
    left: 5px;
}
.text-deco-75 {
    list-style: none;
    counter-reset: number;
}
.text-deco-75 li {
    position: relative;
    padding-left: 70px;
}
.text-deco-75 li::before {
    counter-increment: number;
    content: '-' counter(number) '.';
    position: absolute;
    left: 40px;
}
.text-deco-76 {
    margin-bottom: 50px;
}


/* お問い合わせ
--------------------------------------------------------------------------------- */
.page-title-con {
    position: relative;
    margin-top: 4px;
    height: 82px;
    background-image: linear-gradient(rgb(230 249 255) 50%, rgb(255 255 255) 90%);
    background-blend-mode: luminosity;
    box-shadow: 0 4px 6px rgb(0 0 0 / 0.1);
    border-top: solid 1px rgb(13 151 198);
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Edge Chrome 位置修正 */
@supports (not (-webkit-hyphens: none)) and (not (-moz-appearance: none)) {
    .page-title-con {
        margin-top: 7px;
    }
}

.tag-line {
    position: fixed;
    top: 82px;
    right: 15%;
    margin-right: 1px;
    width: 208px;
    border-top: solid 3px rgb(230 249 255);
}

.text-deco-81 {
    margin-bottom: 10px;
}

.text-deco-82 {
    font-weight: bold;
    text-align: center;
}


/* モバイル版
------------------------------------------------------------------------------
------------------------------------------------------------------------------ */
@media (max-width: 767px) {

    /* HEADER */
    body {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }
    .logo {
        width: auto;
        height: 50px;
        margin-left: 10px;
        margin-top: 18px;
    }

    .contact-btn {
        top: 44px;
        right: 19%;
        width: 90px;
        line-height: 1.02em;
    }
    body.Android .contact-btn {
        top: 42px;
        right: 18.5%;
        letter-spacing: -0.03em;
        line-height: 1.01em;
    }
    .c-btn-set1 {
        padding: 4px 3px 3px 3px;
    }
    body.Android .c-btn-set1 {
        padding: 4px 3px 4px 3px;
    }
    .c-btn-set2 {
        padding: 4px 3px 3px 3px;
    }
    body.Android .c-btn-set2 {
        padding: 4px 3px 5px 3px;
        z-index: 10;
    }
    .c-btn-deco {
        font-size: 0.85rem;
    }

    .btn-gnavi {
        right: 10px;
    }
    .btn-gnavi a {
        margin: 32px 0 0 9px;
    }
    body.Android .btn-gnavi a {
        margin: 32px 0 0 11px;
    }
    body.Android .btn-gnavi span {
        margin-left: 7px;
    }

    /* FOOTER */
    footer {
        margin-top: 45px;
    }
    .explanation footer {
        margin-top: 40px;
    }
    .photo-deco-01 {
        height: 110px;
        margin-top: 965px;
    }
    .sitemap {
        display: block;
        padding-top: 5px;
    }
    .text-deco-31 {
        margin: 20px 0 0 17%;
    }

    /* 共通 */
    .page-header-2 {
        height: 136px;
    }
    body.Android .page-header-2 {
        height: 133px;
    }

    .logo-2 {
        height: 50px;
        width: auto;
        margin-left: 10px;
        margin-top: 18px;
    }

    .page-title-stn {
        position: relative;
        margin-top: 10px;
        height: 57px;
    }
    body.Android .page-title-stn {
        margin-top: 9px;
    }
    .page-title-stn h1 {
        font-size: 2.0rem;
    }
    .page-title-stn h2 {
        font-size: 2.0rem;
    }
    .page-title-con p {
        font-size: 2.0rem;
    }

    .img-deco-02 {
        margin-top: 135px;
        height: 150px;
    }
    body.Android .img-deco-02 {
        margin-top: 135px;
    }

    /* パンくずリスト */
    .breadcrumb {
        margin: 0 4%;
        padding-top: 3px;
        line-height: 1.2em;
    }
    .breadcrumb li:not(:last-child)::after {
        margin-left: 5px;
    }


    /* HOME ------------------------------------------------------ */
    .page-header {
        height: 87px; /* セット調整a */
    }
    body.Android .page-header {
        height: 85px;
    }
    .top-line {
        margin-top: 86px; /* セット調整a */
    }
    body.Android .top-line {
        margin-top: 84px;
    }
    .top-img {
        margin-top: 87px; /* セット調整a */
    }
    body.Android .top-img {
        margin-top: 85px;
    }
    
    .top-title {
        top: 20px;
        left: 3%;
    }
    .top-title-2 {
        top: 10%;
        width: 150px;
        height: 150px;
        line-height: 33px;
    }
    .top-title-2 h2 {
        font-size: 1.5rem;
        margin-top: 30px;
    }

    /* concept */
    .sub-title {
        font-size: 1.55rem;
    }
    .concept {
        display: block;
    }
    .concept-button {
        width: 340px;
        height: 415px;
        margin: 0 0 20px 0;
    }
    .concept-button:hover {
        transform: scale(1.02);
    }
    .text-deco-15 {
        font-feature-settings: "palt";
    }

    /* solution */
    .sub-title-2 {
        margin-top: 900px;
    }
    .solution {
        display: flex;
        flex-wrap: wrap;
    }
    .sol-come {
        width: 340px;
        height: 215px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    /* self-introduction */
    .sub-title-3 {
        margin-top: 965px;
    }
    .self-intro {
        width: 340px;
    }


    /* つくる・そだてる ------------------------------------------------ */
    /* contents BOX */
    .contents-box {
        width: 340px;
        height: 365px;
        flex-direction: column;
    }
    .contents-box-2 {
        height: 365px;
    }
    .contents-box img {
        height: 100px;
        width: 100%;
    }
    .img-deco-03 img {
        zoom: 1;
        object-position: 30% 65%;
    }
    .img-deco-04 img {
        zoom: 1;
        object-position: 60% 65%;
    }
    .contents-box-sub {
        margin: 0 0 0 5px;
    }
    .text-deco-41 {
        margin: 10px 0 0 0;
    }
    .text-deco-43::after {
        content: "\A";
        white-space: pre;
    }

    /* next button */
    .next-btn {
        width: 80%;
        height: 120px;
        font-size: 0.95rem;
        padding: 4px;
    }
    .next-btn:hover {
        transform: scale(1.02);
    }
    .next-btn p {
        margin-bottom: 4px;
    }
    .next-btn img {
        height: 78px;
    }
    .set-btn {
        margin-bottom: 0px;
    }


    /* 会社概要 ---------------------------------------------------- */
    .text-deco-50 {
        width: 93%;
    }
    .text-deco-51 {
        font-feature-settings: "palt";
    }
    .text-deco-54 {
        font-feature-settings: "palt";
    }
    .text-deco-55 {
        letter-spacing: -0.03em;
    }
    .last td:last-child {
        border-bottom: solid 1px rgb(200 200 200);
        width: 100%;
    }

    .company {
        width: 80%;
    }
    .company th,
    .company td {
        border-bottom: none;
        display: block;
        width: 100%;
        padding: 10px;
        text-align: center;
    }

    .privacy-btn {
        width: 80%;
        height: 120px;
        font-size: 0.95rem;
        padding: 4px;
        margin-bottom: 50px;
    }
    .privacy-btn:hover {
        transform: scale(1.02);
    }
    .privacy-btn p {
        margin-bottom: 4px;
    }
    .privacy-btn img {
        height: 78px;
    }
    

    /* 個人情報保護方針 -------------------------------------------------- */
    .text-deco-71 {
        margin: 30px 5% 55px 5%;
    }
    .text-deco-72 {
        font-size: 1.1rem;
        font-feature-settings: "palt";
        font-weight: bold;
    }


    /* お問い合わせ ----------------------------------------------------- */
    .page-title-con {
        margin-top: 10px;
        height: 57px;
    }
    body.Android .page-title-con {
        margin-top: 9px;
    }
    
    .tag-line {
        top: 81px;
        right: 19%;
        width: 88px;
    }
    body.Android .tag-line {
        top: 83px;
        right: 18.5%;
        width: 88px;
    } 

    .text-deco-82 {
        text-align: left;
        margin: 0 0 5px 7%;
    }
    .set-btn-2 {
        margin-top: -40px;
    }
}


/* モバイル版(479px)
------------------------------------------------------------------------------
------------------------------------------------------------------------------ */
@media (max-width: 479px) {

    /* HEADER -------------------------------------- */
    .logo {
        height: 47px;
    }
    .logo-2 {
        height: 47px;
    }

    .contact-btn {
        top: 92px; /* iPhone13確認済 */
    }
    body.Android .contact-btn {
        top: 89px; /* XPERIA確認済 */
    }

    .tag-line {
        top: 131px;
    }
    body.Android .tag-line {
        top: 133px;
    } 

    /* 共通 ----------------------------------------  */
    .page-title-stn {
        margin-top: 60px;
    }
    body.Android .page-title-stn {
        margin-top: 59px;
    }
    .img-deco-02 {
        margin-top: 185px;
    }
    body.Android .img-deco-02 {
        margin-top: 185px;
    }


    /* HOME ---------------------------------------  */
    .page-header {
        height: 133px; /* セット調整a */
    }
    body.Android .page-header {
        height: 131px;
    }
    .top-line {
        margin-top: 132px; /* セット調整a */
    }
    body.Android .top-line {
        margin-top: 130px;
    }
    .top-img {
        margin-top: 133px; /* セット調整a */
    }
    body.Android .top-img {
        margin-top: 131px;
    }

    /* お問い合わせ ---------------------------------- */
    .page-title-con {
        margin-top: 60px;
    }
    body.Android .page-title-con {
        margin-top: 59px;
    }
    
    .tag-line {
        top: 131px;
    }
    body.Android .tag-line {
        top: 130px; /* XPERIA確認済 */
        border-top: solid 4px rgb(230 249 255);
    } 
}


/* モバイル版(363px)
------------------------------------------------------------------------------
------------------------------------------------------------------------------ */
@media (max-width: 363px) {

    .logo {
        height: 43px;
        margin-top: 20px;
    }
    .logo-2 {
        height: 43px;
        margin-top: 20px;
    }

    .contact-btn {
        top: 88px;
    }
    body.Android .contact-btn {
        top: 87px;
    }

    .tag-line {
        top: 131px;
    }
    body.Android .tag-line {
        top: 128px;
    } 

    /* HOME ------------------------------------- */
    .page-header {
        height: 131px; /* セット調整a */
    }
    body.Android .page-header {
        height: 130px;
    }
    .top-line {
        margin-top: 130px; /* セット調整a */
    }
    body.Android .top-line {
        margin-top: 129px;
    }
    .top-img {
        margin-top: 131px; /* セット調整a */
    }
    body.Android .top-img {
        margin-top: 130px;
    }

    /* company --------------------------------- */
    .text-deco-51 {
        font-size: 0.95rem;
    }
    .company td {
        font-size: 0.95rem;
    }
}