

/*######################################################################
共通設定
######################################################################*/
body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    width: 100%;
    height: 100%;
    container-type: inline-size;
    color: #333;
    background-color: #fff;
}
/* body {
    &::before {
        content: "";
        display: block;
        width: 100%;
        height: 100dvh;
        position: fixed;
        top: 0;
        left: 0;
        background-image: url(../images/bg.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
} */

h1 {
    margin: 0;
}

p, a, ul, ol, table {
    /* 400-768 */
    font-size: clamp(0.875rem, 0.739rem + 0.543vw, 1rem);
}

/* imgタグの調整 */
img {
    vertical-align: top;
    width: 100%;
    margin-top: -1px;
}

.sp {
    display: none;
}

@media (max-width: 767px) {
    .pc {
        display: none;

    }
 }


/* 折り返し */
/* PC版でのみ表示 */
.pc {
    display: inline; /* PCでは表示 */
}

@media (max-width: 767px) {
    .pc {
        display: none; /* SPでは非表示 */
    }
}
/* SP版でのみ表示 */
.sp {
    display: none; /* PCでは非表示 */
}

@media (max-width: 767px) {
    .sp {
        display: inline; /* SPでは表示 */
    }
}

span.strong {
    font-weight: bold; /* 太字にする */
    font-size: 1em;  /* 強調のためにサイズを若干大きく（任意） */
}


.pc_only {
    display: block; /* PCでは表示 */
}

@media (max-width: 767px) {
    .pc_only {
        display: none; /* SPでは非表示 */
    }
}
.sp_only {
    display: none; /* PCでは非表示 */
}
@media (max-width: 767px) {
    .sp_only {
        display: block; /* SPでは表示 */
    }
}


/*------------------------------------------------------------
スクロールアニメーション
------------------------------------------------------------*/
/* フェードイン */
/* 初期状態：非表示＋下にずらす */
.fadein{
  opacity: 0;
  translate: 0 30px;
  transition: opacity .8s ease-out, translate .8s ease-out;
}

.fadein.show{
  opacity: 1;
  translate: 0 0;
}


/*######################################################################
コンテンツ
######################################################################*/
/*------------------------------------------------------------
column
------------------------------------------------------------*/
.site {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 35% minmax(0, 1fr);
}
@media (max-width: 767px) {
    .site {
        grid-template-columns: 1fr;
    }
}
.column__left,
.column__right {
    order: 1;
}
@media (max-width: 767px) {
    .column__left,
    .column__right {
        display: none;
    }
}
.column__center {
    order: 2;
    width: min(100%, 750px);
    margin-inline: auto;
    background-color: #fff;
}
@media (max-width: 767px) {
    .column__center {
        width: 100%;
    }
}
.column__right {
    order: 3;
}

/*------------------------------------------------------------
column left
------------------------------------------------------------*/
.column__left__content {
    display: grid;
    place-items: center;
    position: sticky;
    top: 50%;
    /* top: 150px; */
    translate: 0 -50%;
}
.column__left__logo {
    width: 37%;
}
figure {
    margin: 0;
}
.column__left__cta {
    position: relative;
    width: 69%;
    margin-top: 3%;
}

/*------------------------------------------------------------
column right
------------------------------------------------------------*/
.column__right__content {
    display: grid;
    place-items: center;
    position: sticky;
    top: 45%;
}
.column__right__cta {
    position: relative;
    width: min(80%, 536px);
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.header__logo {
  flex: 0 0 12%;
}
.btn__header {
  flex: 0 0 65%;
  position: relative;
}

/*------------------------------------------------------------
cta__area
------------------------------------------------------------*/
.cta {
    position: relative;
}

/* FV-CTA */
.cta__btn {
    position: absolute;
    width: 94%;
    top: 81%;
    left: 50%;
    transform: translateX(-50%);
}

/* CTA */
.cta__btn01 {
    position: absolute;
    width: 94%;
    top: 80%;
    left: 50%;
}

/*------------------------------------------------------------
authority
------------------------------------------------------------*/
.authority {
    position: relative;
}
.authority__text {
    position: absolute;
    top: 21%;
    left: 0%;
    z-index: 2;
}
.authority__title {
    width: 100%;
    height: auto;
    display: block;
}

/*------------------------------------------------------------
voice
------------------------------------------------------------*/
.voice {
    position: relative;
}
.voice__text {
    position: absolute;
    top: 4%;
    left: 6%;
    z-index: 2;
}
.voice__title {
    width: 94%;
    height: auto;
    display: block;
}

/*------------------------------------------------------------
recommend
------------------------------------------------------------*/
.recommend {
    position: relative;
}
.recommend__text {
    position: absolute;
    top: 3.5%;
    left: 18%;
    z-index: 2;
}
.recommend__title {
    width: 78%;
    height: auto;
    display: block;
}

/*------------------------------------------------------------
trouble
------------------------------------------------------------*/
.trouble {
    position: relative;
}
.trouble__text {
    position: absolute;
    top: 4.5%;
    left: 2%;
    z-index: 2;
}
.trouble__title {
    width: 98%;
    height: auto;
    display: block;
}
.trouble__text02 {
    position: absolute;
    top: 60.3%;
    left: 6%;
    z-index: 2;
}
.trouble__title02 {
    width: 93%;
    height: auto;
    display: block;
}

/*------------------------------------------------------------
variety
------------------------------------------------------------*/
.variety {
    position: relative;
}
.variety__text {
    position: absolute;
    top: 5%;
    left: 16%;
    z-index: 2;
}
.variety__title {
    width: 82%;
    height: auto;
    display: block;
}

/*------------------------------------------------------------
follower
------------------------------------------------------------*/
.follower {
    position: relative;
}
.follower__text {
    position: absolute;
    top: 4%;
    left: 1%;
    z-index: 2;
}
.follower__title {
    width: 100%;
    height: auto;
    display: block;
}

/*------------------------------------------------------------
reason
------------------------------------------------------------*/
.reason {
    position: relative;
}
.reason__text {
    position: absolute;
    top: 1.4%;
    left: 25%;
    z-index: 2;
}
.reason__title {
    width: 68%;
    height: auto;
    display: block;
}

/*------------------------------------------------------------
access
------------------------------------------------------------*/
.access {
    position: relative;
}
.access__text {
    position: absolute;
    top: 3.7%;
    left: 32%;
    z-index: 2;
}
.access__title {
    width: 53%;
    height: auto;
    display: block;
}


/* 地図 */
.access__map {
    position: absolute;
    width: 92%;
    top: 79%;
    left: 50%;
    transform: translateX(-50%);
    aspect-ratio: 1.8 / 1.1;
    overflow: hidden;
}
.map__inner {
    width: 100%;
    height: 100%;
}


/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.footer {
    padding: 0.5em 0;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-style: normal;
    background-color: #446a99;
}

.copyright__p {
    text-align: center;
    font-weight: 300;
    letter-spacing: 0.6px;
    margin: 0;
    font-size: clamp(11px, 1vw, 22px);
}
@media (max-width: 767px) {
    .copyright__p {
        font-size: clamp(11px, 2vw, 22px);
        margin: 0;
    }
}

