@charset "UTF-8";
/* ==============================================================
common
============================================================== */
/* * {
    outline: 1px solid red;
} */

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
     font-family:
        "Noto Sans JP",
        Arial,
        sans-serif;
    font-style: normal;
    color: #393939;
    background-color: white;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

.pcBr {
    display: none;
}


/*------------------ Animate CSS --------------------*/

/* アニメーション前は非表示にしておく */
.js-scroll-trigger {
    visibility: hidden;
    will-change: transform, opacity;
    backface-visibility: hidden;
    transform: translateZ(0);
}

/* Animate.cssのクラスがついたら表示する */
.js-scroll-trigger.animate__animated {
    visibility: visible;
}

.animate__delay-05s {
    animation-delay: 0.5s;
}
.animate__delay-15s {
    animation-delay: 1.5s;
}
.animate__delay-25s {
    animation-delay: 2.5s;
}

/*------------------ Animate CSS END------------------*/

/* brタグ（改行） PC */
@media screen and (min-width: 1011px) {
    .spBr {
        display: none;
    }

    .pcBr {
        display: block;
    }
} /* PC 769px */

/* ハイライト */
.highlight__blue {
    color: #41C4E2;
}

.highlight__pink {
    color: #FD8CFB;
}

.highlight__black {
    color: #393939;
}

.highlight__white--dropShadow {
    color: #FFF;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.highlight__offwhite--dropShadow {
    color: #F5F5F5;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.highlight__blue--20px {
    font-size: 2rem;
    color: #41C4E2;
}

.highlight__blue--24px {
    font-size: 2.4rem;
    color: #41C4E2;
}

.highlight__blue--24--32px {
    font-size: 2.4rem;
    color: #41C4E2;
}

.highlight__pink--24--32px {
    font-size: 2.4rem;
    color: #FD8CFB;
}

.highlight__black--24--32px {
    font-size: 2.4rem;
    color: #393939;
}

.highlight__black--32--48px {
    font-size: 3.2rem;
    color: #393939;
}

.highlight__blue--32--40px {
    font-size: 3.2rem;
    color: #41C4E2;
}

.highlight__blue--32--56px {
    font-size: 3.2rem;
    color: #41C4E2;
}

.highlight__black--40px {
    font-size: 4rem;
    color: #393939;
}

.highlight__black--40--64px {
    font-size: 4rem;
    color: #393939;
}

.highlight__black--16px {
    font-size: 1.6rem;
    color: #393939;
}

.highlight__bold {
    font-weight: 700;
}

/* ハイライト PC */
@media screen and (min-width: 1011px) {

    .highlight__blue--34px {
        font-size: 3.4rem;
        color: #41C4E2;
    }

    .highlight__blue--24--32px {
        font-size: 3.2rem;
        color: #41C4E2;
    }

    .highlight__blue--32--40px {
        font-size: 4rem;
        color: #41C4E2;
    }

    .highlight__blue--32--56px {
        font-size: 5.6rem;
        color: #41C4E2;
    }

    .highlight__pink--24--32px {
        font-size: 3.2rem;
        color: #FD8CFB;
    }

    .highlight__black--20px {
        font-size: 2rem;
        color: #393939;
    }

    .highlight__black--24--32px {
        font-size: 3.2rem;
        color: #393939;
    }

    .highlight__black--32--48px {
        font-size: 4.8rem;
    }

    .highlight__black--40--64px {
        font-size: 6.4rem;
        color: #393939;
    }

    .highlight__black--56px {
        font-size: 5.6rem;
        color: #393939;
    }

}
/* PC 769px */

/* ローライト */
.lowlight__gray {
    color: #A2A8AB;
}

/* ==============================================================
header
============================================================== */
.main__header {
    padding: 4px 4.1% 16px;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.sub__header--sp {
    background-color: #393939;
}

.sub-nav__list {
    padding: 14px 0;
    display: flex;
    justify-content: center;
}

.sub-nav__item {
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 700;
    margin-left: 24px;
}

.sub-nav__item:first-of-type {
    margin-left: 0;
    color: #41C4E2;
}

.sub__header--pc,
.sub-nav__list--pc,
.sub-nav__item--pc {
    display: none;
}

.logo_circle {
    width: 64px;
    height: 64px;
}

.logo_circle--pc {
    display: none;
}

/* .nav初期表示 */
.nav {
    background-color: rgba(255, 255, 255, 0.98);
    width: 100%;
    height: 100vh;
    padding: 4px 4.1% 16px; /* 上下に％を使うと想定外の位置ずれを起こす可能性があるので使わない */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100; /* どのような状況でも前面に表示される設定 */
    transform: translateX(100%); /* 左の画面外に移動させる（事実上の非表示） */
    transition: transform 0.4s; /* transfromを記述することでJSによる記述変更があった際にアニメーションが効くようになる */
}

.nav__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav__list {
    margin-top: 80px;
    padding-left: 24px;
}

.nav__item {
    color: #393939;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 56px;
}

.nav__item a {
    display: block;
    width: 300px;
}

.nav__item img {
    display: inline-block;
    vertical-align: -3;
    margin-right: 24px;
}

.nav.active {
    transform: translateX(0);
}

.header__btn {
    display: block;
    cursor: pointer;
    /* position: absolute; */
    top: 4px;
    right: 4.1%;
    position: fixed;
    z-index: 100;
}

/* 。header PC */
@media screen and (min-width: 1011px) {
    .header {
        max-width: 1280px;
        margin: 0 auto;
        padding: 16px 92px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .main__header {
        padding: 0;
    }

    .sub__header--sp,
    .sub-nav__list,
    .sub-nav__item {
        display: none;
    }

    .logo_circle {
        display: none;
    }

    .logo_circle--pc {
        display: block;
        width: 208px;
        height: auto;
    }

    .nav {
        background-color: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform: translate(0);
    }

    .nav__list {
        display: flex;
        margin-top: 0;
    }

    .nav__item {
        margin-top: 0;
        color: #41C4E2;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.3;
        margin-left: 32px;
    }

    .nav__item a {
        width: auto;
    }

    .nav__item:hover {
        color: #393939;
    }

    .nav__header {
        display: none;
    }

    .nav__item img {
        display: none;
        margin-right: 0;
    }

    .nav__item:first-of-type {
        display: none;
    }

    .header__btn {
        display: none;
    }
}
/* PC 769px */

/* ==============================================================
main
============================================================== */

/* ファーストビュー */
.top {
    background-image: url(../../images/droneflightpermit/BG-white-869.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.firstview {
    padding: 16px 4.1% 8px;
}

.firstview__topic,
.firstview__topic--2nd {
    font-size: 2.4rem;
    font-weight: 700;
    display: block;
    text-align: center;
}

.marker {
    background: linear-gradient(transparent 60%, #FBEE78 40%);
}

.firstview__topic--2nd {
    line-height: 1.2;
    margin-top: 16px;
}

.firstview__txt {
    max-width: 450px;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    border: 1px solid #41C4E2;
    border-radius: 64px;
    padding: 16px 8px;
    margin: 16px auto 0;
}

.firstview__txt--img {
    display: none;
}

.firstview__footer {
    max-width: 500px;
    margin: 16px auto 0;
}

.drone {
    display: block;
    margin-left: auto;
    width: 233px;
    height: auto;
}

.fluffy {
  /* アニメーション設定：名前, 時間, 動きの種類, 繰り返し */
  animation: fluffy 1s ease-in-out infinite alternate;
}

/* ふわふわする動きの定義 */
@keyframes fluffy {
  0% { transform: translateY(0px); }
  100% { transform: translateY(-20px); } /* 上に20px移動 */
}

.firstview__footer--txt {
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    border: 1px solid #41C4E2;
    border-radius: 64px;
    padding: 8px 24px;
}

.firstview__footer--detail {
    display: none;
    max-width: 230px;
    margin-top: 8px;
}

.icon__circle--list {
    display: flex;
    justify-content: center;
    margin-top: 8px;
}

.icon__circle--item {
    margin-left: 8px;
    /* gapで代替可能 */
}

.icon__circle--item:first-of-type {
    margin-left: 0;
    /* gapで代替可能 */
}

/* ファーストビュー タブレット */
@media screen and (min-width: 768px) {
    .firstview__footer--detail {
        display: block;
        min-width: fit-content;
        margin: 32px auto 0 0;
    }

    .firstview__footer--flex {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px;
        border: 1px solid #41C4E2;
        border-radius: 64px;
        padding: 8px 24px;
    }

    .firstview__footer--img {
        width: 27px;
        height: auto;
    }

    .firstview__footer--txt {
        display: block;
        font-size: 1.6rem;
        font-weight: 700;
        text-align: center;
        border: 0;
        border-radius: 0;
        padding: 0;
    }

    .icon__circle--list {
        display: flex;
        justify-content: center;
        margin-top: 16px;
        gap: 8px;
    }

    .icon__circle--item img {
        width: 80px;
        height: auto;
    }

}

/* ファーストビュー タイトPC */
@media screen and (min-width: 1011px) {

    /* サブヘッダーメニュー */
    .sub__header--pc {
        display: block;
        background-color: #393939;
    }

    .sub-nav__list--pc {
        padding: 16px 0;
        display: flex;
        justify-content: center;
        gap: 24px;
    }

    .sub-nav__item--pc {
        display: block;
        width: fit-content;
        color: #FFF;
        font-size: 1.4rem;
        font-weight: 600;
        text-align: center;
    }

    .sub-nav__item--pc:hover {
        color: #FD8CFB;
    }

    /* トップ・ファーストビュー */
    .sub-nav__item--pc:first-of-type {
        margin-left: 0;
        color: #41C4E2;
    }

    .top {
        background-image: url(../../images/droneflightpermit/BG-white-869_pc.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .firstview {
        max-width: 1280px;
        margin: 0 auto;
        padding: 36px 0 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px
    }

    .firstview__topic {
        font-size: 3.6rem;
        margin-top: 16px;
    }

    .firstview__topic--2nd {
        font-size: 4rem;
        margin-top: 24px;
    }

    .firstview__txt {
        max-width: 500px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 2rem;
        margin-top: 32px;
    }

    .firstview__txt--img {
        display: block;
        width: 40px;
        height: 40px;
    }

    .firstview__footer {
        margin: 0;
    }

    .drone {
        display: block;
        margin: 0 auto;
        width: 380px;
        height: auto;
    }

    .firstview__footer--txt {
        display: block;
        font-size: 1.6rem;
        font-weight: 700;
        text-align: center;
        border: 0;
        border-radius: 0;
        padding: 0;
    }

    .firstview__footer--detail {
        display: block;
        min-width: 360px;
        margin: 32px 0 0 auto;
    }

    .firstview__footer--flex {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 16px;
        border: 1px solid #41C4E2;
        border-radius: 64px;
        padding: 8px 24px;
    }

    .firstview__footer--img {
        width: 27px;
        height: auto;
    }

    .icon__circle--list {
        display: flex;
        justify-content: center;
        margin-top: 16px;
        gap: 8px;
    }

    .icon__circle--item img {
        width: 100px;
        height: auto;
    }
}
/* PC 769px */

/* ファーストビュー ワイドPC */
@media screen and (min-width: 1439px) {

    /* サブヘッダーメニュー */
    .sub__header--pc {
        display: block;
        background-color: #393939;
    }

    .sub-nav__list--pc {
        padding: 16px 0;
        display: flex;
        justify-content: center;
        gap: 40px;
    }
}
/* PC 1439px */

/* ファースト　CV　エリア */
.firstview__cv {
    padding: 8px 0;
    background-color: rgba(255, 255, 255, 0.4);
}

.cv__area {
    padding: 8px 0;
    background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(248,180,244,1) 0%, rgba(169,219,237,1) 90% );
}

.cv__area--topic {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
}

.btn {
    margin-top: 12px;
    display: flex;
    justify-content: center;
}

.btn__tel,
.btn__form {
    display: block;
    width: 180px;
    height: 67px;
    color: #FFF;
    border-radius: 32px;
    text-align: center;
    line-height: 67px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    transition: 0.4s;
}

.btn__tel {
    background-color: #FD8CFB;
    margin-right: 16px;
}

.btn__form {
    background-color: #41C4E2;
}

.btn__tel:hover,
.btn__form:hover {
    background-color: rgba(255, 255, 255, 0.8);
    text-shadow: none;
}

.btn__tel:hover{
    color: #FD8CFB;
    border: 1px solid #FD8CFB;
}

.btn__form:hover {
    color: #41C4E2;
    border: 1px solid #41C4E2;
}

.btn__tel--pc {
    display: none;
}

.cv__area--txt {
    margin-top: 12px;
    text-align: center;
}

.frist__tel {
    background-color: #FACF50;
}

.frist__tel:hover {
    color: #FACF50;
    border-color: #FACF50;
}

/* ファースト　CV　エリア */
@media screen and (min-width: 1011px) {

    .cv__area--topic {
        font-size: 2rem;
    }

    .btn__tel {
        display: none;
    }

    .btn__form {
        width: 300px;
        height: 88px;
        border-radius: 48px;
        line-height: 88px;
        font-size: 2rem;
    }

    .btn__tel--pc {
        display: block;
        margin-right: 40px;
        width: 300px;
        height: 88px;
        border-radius: 48px;
        text-align: center;
        font-size: 2rem;
        font-weight: 700;
        /* background-color: #FACF50; */
        background-color: #FD8CFB;
        color: #FFF;
        box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
        transition: 0.4s;
    }

    .btn__tel--pc a {
        display: block;
        margin-top: 15px;
    }

    .btn__tel--pc:hover {
        color: #FD8CFB;
        background-color: rgba(255, 255, 255, 0.8);
        border: 1px solid #FD8CFB;
        text-shadow: none;
    }

    .firstview__cv {
        background-color: rgba(255, 255, 255, 0.3);
    }

    .cv__area--txt {
        font-size: 1.6rem;
    }

    .frist__tel {
        background-color: #FACF50;
    }

    .frist__tel:hover {
        color: #FACF50;
        border-color: #FACF50;
    }

}
/* PC 769px */

/* Problem　セクション */
.section__problem {
    padding: 120px 2% 48px;
}

.problem__topic {
    font-size: 2rem;
    font-weight: 700;
    padding: 16px 32px;
    max-width: 500px;
    border: 1px solid #41C4E2;
    border-radius: 64px;
    text-align: center;
    margin: 0 auto;
}

.problem__detail {
    display: block;
}

.question__man {
    display: block;
    margin: 24px auto 0;
}

.problem__list {
    margin-top: 24px;
}

.problem__item,
.problem__item--center {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    margin-top: 8px;
}

.problem__item:first-of-type {
    margin-top: 0;
}

.problem__item img {
    margin-right: 8px;
    width: 74px;
    height: auto;
}

.problem__item--center img {
    margin-left: 8px;
    width: 74px;
    height: auto;
}

/* problem PC */
@media screen and (min-width: 769px) {
    .problem__topic {
        font-size: 3.2rem;
        padding: 16px 104px;
        border-radius: 64px;
        max-width: fit-content;
    }

    .problem__detail {
        margin-top: 40px;
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
        gap: 104px;
    }

    .question__man {
        margin: 0;
        width: 160px;
        height: auto;
    }

    .problem__item img,
    .problem__item--center img {
        width: 100px;
        height: auto;
    }

    .problem__item,
    .problem__item--center {
        font-size: 2rem;
        margin-top: 16px;
    }

    .problem__item img {
        margin-right: 28px;
    }

    .problem__item--center img {
        margin-left: 28px;
    }

}
/* PC 769px */

/* Requirement　セクション */
.section__requirement {
    padding: 104px 0 56px;
}

.requirement__header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #393939;
    padding: 24px 0;
}

.caution {
    width: 48px;
    height: 40px;
}

.requirement__topic {
    font-size: 2rem;
    color: #41C4E2;
    font-weight: 700;
    text-align: center;
    margin-left: 12px;
}

.requirement__main {
    padding: 0 4.1%;
    max-width: 500px;
    margin: 0 auto;
}

.requirement__detail {
    margin-top: 64px;
}

.requirement__detail--topic {
    font-size: 1.6rem;
    color: #41C4E2;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.requirement__detail--txt {
    margin-top: 64px;
    font-size: 1.6rem;
    text-align: center;
}

.requirement__detail--txt--2nd {
    margin-top: 16px;
    font-size: 1.6rem;
}

.requirement__checklist--sp {
    display: block;
    margin: 64px auto;
    width: fit-content;
    height: auto;
}

.requirement__checklist--pc {
    display: none;
}

/* requirement PC */
@media screen and (min-width: 1011px) {
    .requirement__topic {
        font-size: 2.8rem;
        margin-left: 40px;
    }

    .caution {
        width: auto;
        height: auto;
    }

    .requirement__main {
        padding: 0;
        max-width: fit-content;
        margin: 0 auto;
    }

    .requirement__detail {
        margin-top: 64px;
    }

    .requirement__detail--topic {
        font-size: 2rem;
    }

    .requirement__detail--txt {
        font-size: 2rem;
    }

    .requirement__detail--txt--2nd {
        font-size: 2rem;
        text-align: center;
    }

    .requirement__checklist {
        margin: 0 auto;
    }

    .requirement__checklist--sp {
        display: none;
    }

    .requirement__checklist--pc {
        display: block;
        margin: 80px auto;
        width: 900px;
        height: auto;
    }
}
/* PC 769px */

/* 包括申請についての説明 blanketApp */
.section__blanketApp {
    padding: 104px 0;
    background-image: url(../../images/droneflightpermit/BG-white-869.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.blanketApp__topic {
    background-color: #41C4E2;
    color: #FFF;
    max-width: 350px;
    padding: 16px;
    margin: 0 auto;
    border-radius: 80px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
}

.blanketApp__detail--list {
    margin-top: 32px;
    font-size: 1.6rem;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.blanketApp__detail--row {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.blanketApp__detail--row:first-of-type {
    margin-top: 0;
}

.blanketApp__detail--item {
    flex-shrink: 0; /* 「・長期間：」などが折り返さないように固定 */
    padding: 4px 12px;
    border: 1px solid #41C4E2;
    border-radius: 32px;
    font-weight: 700;
    color: #41C4E2;
    margin-right: 8px;
}

.blanketApp__detail--subtxt {
    font-size: 1.2rem;
    margin: 16px auto 0;
    width: fit-content;
}

.small__text--12px {
    font-size: 1.2rem;
}

.youtube {
    margin-top: 32px;
    text-align: center;
}

.youtube__pc {
    display: none;
}

iframe {
    border: none;
}

/* 包括申請についての説明 blanketApp PC */
@media screen and (min-width: 769px) {
    .section__blanketApp {
        padding: 120px 0;
    }

    .blanketApp__topic {
        font-size: 2.4rem;
        max-width: fit-content;
        padding: 24px 80px;
    }

    .blanketApp__detail--list {
        margin-top: 40px;
    }

    .blanketApp__detail--item,
    .blanketApp__detail--txt {
        font-size: 2rem;
    }

    .blanketApp__detail--item {
        margin-right: 24px;
    }

    .blanketApp__detail--subtxt {
        font-size: 1.6rem;
    }

    .small__text--12--16px {
        font-size: 1.6rem;
    }

    .youtube {
        display: none;
    }

    .youtube__pc {
        display: block;
        margin-top: 40px;
        text-align: center;
    }
}
/* PC 769px */

/* 自力申請が「難しい」と感じる主なポイント system */
.section__system {
    padding: 104px 0;
    background-image: url(../../images/droneflightpermit/BG-white-869.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.system__header {
    text-align: center;
}

.system__topic {
    margin-top: 32px;
    padding: 8px 0;
    font-size: 1.8rem;
    font-weight: 700;
    background-color: #393939;
    color: #FD8CFB;
}

.system__header--img {
    margin-top: 32px;
    width: 200px;
    height: auto;
}

.system__detail {
    margin-top: 88px;
    padding-top: 16px;
    text-align: center;
}

.system__detail--topic {
    font-size: 2rem;
    font-weight: 700;
}

.system__detail--item {
    width: 308px;
    margin: 32px auto;
    padding: 24px;
    border: 2px solid #41C4E2;
    border-radius: 32px;
    background-color: rgba(65, 196, 226, 0.4);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.system__item--img {
    margin: 16px auto;
    width: 150px;
    height: auto;
}

.system__item--header {
    font-size: 1.6rem;
    color: #FFF;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}

.system__item--txt {
    margin-top: 16px;
    font-size: 1.6rem;
}

.system__footer {
    margin-top: 88px;
}

.system__footer--topic {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
}

.system__footer--list {
    margin: 24px auto;
    font-size: 1.6rem;
    width: fit-content;
}

.system__footer--item{
    border-left: 6px solid #FD8CFB;
    margin-top: 16px;
    padding-left: 6px;
    background-color: rgba(255, 255, 255, 0.5);
}

    /*-------------- 点滅アニメーション --------------*/
    @keyframes border-blink {
        0%, 100% { border-left: 6px solid #ccc; }
        50% { border-left: 6px solid #FD8CFB }
    }

    .border-blink {
        animation: border-blink 1s infinite;
        padding: 5px 10px;
    }
    /*-------------- 点滅アニメーション END -----------*/


/* 自力申請が「難しい」と感じる主なポイント system PC */
@media screen and (min-width: 1011px) {
    .section__system {
        padding: 120px 0;
        background-image: url(../../images/droneflightpermit/BG-white-869_pc.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .system__header--img {
        margin-top: 64px;
        width: 400px;
        height: auto;
    }

    .system__topic {
        margin-top: 64px;
        padding: 16px 0;
        font-size: 2.4rem;
    }

    .system__detail {
        margin-top: 104px;
        padding: 64px 0;
        background-color: rgba(255, 255, 255, 0.6);
    }

    .system__detail--topic {
        font-size: 2.4rem;
    }

    .system__detail--list {
        margin-top: 64px;
        display: flex;
        justify-content: center;
        gap: 32px;
    }

    .system__detail--item {
        margin: 0;
    }
    .system__aside {
        margin-top: 104px;
    }

    .system__footer--topic {
        font-size: 2rem;
    }

    .system__footer--list {
        margin-top: 40px;
    }

    .system__footer--item {
        font-size: 2rem;
        margin-top: 16px;
        padding-left: 12px;
    }
}
/* PC 769px */

/* ドローン申請のルールが厳格化 */
.section__system--aside {
    padding: 104px 0;
    background-image: url(../../images/droneflightpermit/BG-white-869.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.system__aside--summary {
    padding: 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #41C4E2;
    background-color: #393939;
}

.system__summary--topic {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    margin-left: 12px;
}

/* ドローン申請のルールが厳格化 PC */
@media screen and (min-width: 769px) {
    .section__system--aside {
        padding: 180px 0;
    }

    .system__aside--summary {
        padding: 16px 0;
    }

    .system__summary--topic {
        font-size: 2.4rem;
        margin-left: 40px;
    }
}
/* PC 769px */

/* すべてバウンダリにお任せ！ */
.section__support {
    padding: 104px 0;
    background-image: url(../../images/droneflightpermit/BG-white-869.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.support__topic {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
}

.support__topic--2nd {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    margin-top: 16px;
}

.support__illust {
    margin: 64px auto 0;
    width: fit-content;
    display: flex;
    flex-direction: column;
}

.support__illust--logo {
    width: 200px;
    height: auto;
}

.support__illust--medal {
    width: 196px;
    height: auto;
}

.support__illust--medal--pc {
    display: none;
}

.support__summary {
    margin-top: 32px;
    font-size: 2rem;
    text-align: center;
}

/* すべてバウンダリにお任せ！ PC */
@media screen and (min-width: 769px) {
    .section__support {
        padding: 120px 0;
        background-image: url(../../images/droneflightpermit/BG-white-869_pc.webp);
    }

    .support__topic,
    .support__topic--2nd {
        font-size: 3.2rem;
    }

    .support__topic--2nd {
        margin-top: 0;
    }

    .support__illust {
        margin-top: 56px;
    }

    .support__illust--logo {
        margin: 0 auto;
        width: 280px;
        height: auto;
    }

    .support__illust--medal {
        display: none;
    }

    .support__illust--medal--pc {
        display: block;
        width: 416px;
        height: auto;
    }

    .support__summary {
        font-size: 2.4rem;
    }
}
/* PC 769px */

/* 「ドローンを正しく飛ばしたい」 */
.section__message {
    padding: 104px 0 0;
    background-image: url(../../images/droneflightpermit/BG-skyline.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.message__topic {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.03em;
    background-color: rgba(255, 255, 255, 0.3);
}

.message__photo {
    margin: 32px auto 0;
    display: flex;
    flex-direction: column;
    max-width: 700px;
}

.message__logo--long {
    width: 180px;
    height: auto;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.4);
}

/* 「ドローンを正しく飛ばしたい」PC */
@media screen and (min-width: 769px) {
    .message__logo--long {
        background-color: rgba(255, 255, 255, 0.0);
        width: 200px;
        height: auto;
    }
}
/* PC 769px */

/* なぜ、多くの方に選ばれるのか？ */
.section__reasons {
    padding: 208px 0 104px;
}

.reasons__topic {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
}

.reasons__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 32px auto 0;
    gap: 10px;
}

.reasons__item {
    display: flex;
    flex-direction: column;
    padding: 16px 8px;
    width: 162px;
    border: 2px solid #41C4E2;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}

.reasons__item--topic {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    color: #41C4E2;
}

.reasons__item--icon {
    display: block;
    margin: 0 auto;
}

.reasons__item--img {
    display: block;
    margin: 12px auto 0;
}

.reasons__item--txt {
    margin: 10px auto 0;
    width: fit-content;
    font-size: 1.2rem;
}

/* なぜ、多くの方に選ばれるのか？ PC */
@media screen and (min-width: 1011px) {
    .section__reasons {
        background-image: url(../../images/droneflightpermit/BG-white-869_pc.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .reasons__topic {
        font-size: 2.4rem;
    }

    .reasons__list {
        max-width: 1024px;
        margin: 32px auto 0;
        gap: 20px;
    }

    .reasons__item {
        width: 320px;
        height: 252px;
    }

    .reasons__item--topic {
        font-size: 2.4rem;
    }

    .reasons__item--txt {
        font-size: 1.6rem;
        text-align: center;
    }
}
/* PC 769px */

/* Voice セクション*/
.section__voice {
    padding: 104px 4.1%;
    overflow: hidden;
    display: block;
    font-weight: 700;
    background-image: url(../../images/droneflightpermit/BG-white-869.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.voice__topic {
    font-size: 2.4rem;
    color: #41C4E2;
    text-align: center;
}

.voice__1 {
    margin: 24px auto 0;
    width: 350px;
    height: fit-content;
}

.voice__drone {
    width: 233px;
    height: auto;
}

.voice__hologram {
    width: 240px;
    height: auto;
    margin-left: 110px;
    margin-top: -33px;
    transition: 0.4s;
}

.voice__2 {
    margin: 24px auto;
    width: 350px;
    height: fit-content;
}

.voice__drone--2 {
    width: 233px;
    height: auto;
    margin-left: 117px;
    margin-bottom: 8px;
}

.voice__hologram--2 {
    width: 240px;
    height: auto;
    margin-top: -40px;
    transition: 0.4s;
}

.voice__3 {
    margin: 24px auto;
    width: 350px;
    height: fit-content;
}

.voice__hologram:hover {
    transform: translateY(2px);
}

.voice__hologram--2:hover {
    transform: translateY(2px);
}

/* Voice PC */
@media screen and (min-width: 769px) {
    .section__voice {
        padding: 140px 4.1%;
    }

    .voice__topic {
        font-size: 3.2rem;
    }

    .voice__1 {
        margin: 24px auto 0 0;
        width: 550px;
    }

    .voice__drone {
        width: 233px;
    }

    .voice__hologram {
        width: 400px;
    }

    .voice__2 {
        /* margin: 24px 0 0 auto; */
        margin: -50px 0 0 auto;
        width: 550px;
    }

    .voice__drone--2 {
        margin-left: 277px;
    }

    .voice__hologram--2 {
        width: 400px;
    }

    .voice__3 {
        /* margin: 24px auto 0 0; */
        margin: -50px auto 0 0;
        width: 550px;
    }
}
/* PC 769px */


    @media screen and (min-width: 900px) {
    .section__voice {
        padding: 140px 8.2%;
    }

    .voice__2 {
        margin: -100px 0 0 auto;
    }

    .voice__2 {
        margin: -100px 0 0 auto;
    }
}
/* PC 900px */


    @media screen and (min-width: 1441px) {
        .section__voice {
        padding: 140px 16.4%;
    }
}
/* PC 1441px */

/* trackrecord　セクション */
.section__trackrecord {
    padding: 32px 0;
    border-width: 1px 0 1px;
    border-color: #FD8CFB;
    border-style: solid;
}

.trackrecord__topic {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
}

.trackrecord__logolist {
    margin-top: 24px;
    padding: 32px 0;
    margin: 0;
    overflow: hidden;
}

.trackrecord__logolist--item {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    width: fit-content;
    padding-left: 100%;
    white-space: nowrap;
    display: inline-block;
    animation: infoAnimation 40s linear infinite;
    animation-play-state: paused;
}

.trackrecord__logolist--item img {
    width: 100px;
    height: auto;
    display:inline-block;
    margin:0 1rem 0 0;
}

/* 横に流れていくアニメーション */
@keyframes infoAnimation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-460%);
  }
}

/* trackrecord　セクション タブレット */
@media screen and (min-width: 426px) {
    .section__trackrecord {
        padding: 48px 0;
    }

    .trackrecord__topic {
        font-size: 2.4rem;
    }

    .trackrecord__logolist--item {
        animation: infoAnimation__pc 50s linear infinite;
    }

    .trackrecord__logolist--item img {
        width: 140px;
        margin:0 4rem 0 0;
    }

    /* 横に流れていくアニメーション */
    @keyframes infoAnimation__pc {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-290%);
    }
    }
}
/* PC 426px */

/* trackrecord　セクション PC */
@media screen and (min-width: 769px) {
    .section__trackrecord {
        padding: 48px 0;
    }

    .trackrecord__topic {
        font-size: 2.4rem;
    }

    .trackrecord__logolist--item {
        animation: infoAnimation__pc 50s linear infinite;
    }

    .trackrecord__logolist--item img {
        width: 216px;
        margin:0 4rem 0 0;
    }

    /* 横に流れていくアニメーション */
    @keyframes infoAnimation__pc {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-350%);
    }
    }
}
/* PC 769px */

/* Price セクション */
.section__price {
    padding: 104px 4.1%;
}

.price__topic {
    font-size: 1.6rem;
    font-weight: 700;
    color: #41C4E2;
    text-align: center;
}

.price__card {
    margin: 64px auto;
    width: 280px;
    height: auto;
    padding: 36px 0;
    border: 2px solid #41C4E2;
    border-radius: 40px;
}

.price__card--2nd {
    margin: 64px auto;
    width: 280px;
    height: auto;
    padding: 36px 0;
}

.price__card--topic {
    margin: 0 auto;
    padding: 16px 20px;
    width: fit-content;
    background-color: #41C4E2;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 700;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
    text-align: center;
    border-radius: 64px;
}

.price {
    margin-top: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #41C4E2;
    text-align: center;
}

.price__card--txt {
    margin-top: 16px;
    font-size: 1.2rem;
    font-weight: 700;
    color: #A2A8AB;
    text-align: center;
}

.price__card--detail {
    margin: 16px auto 0;
    width: fit-content;
}

.price__card--detail li {
    margin-top: 4px;
}

.price__card--detail li:first-of-type {
    margin-top: 0;
}

.price__btn {
    margin: 24px auto 0;
    width: fit-content;
    display: block;
    padding: 16px 40px;
    background-color: #393939;
    color: #41C4E2;
    border: 2px solid #41C4E2;
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 48px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    position: relative;
}

.price__btn::after {
    display: block;
    content: "";
    width: 7px;
    height: 13px;
    background-image: url(../../images/droneflightpermit/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 53%;
    right: 15px;
    transform: translateY(-53%);
}

.price__btn:hover {
    background-color: #FFF;
}

/* Price PC */
@media screen and (min-width: 929px) {
    .section__price {
        padding: 140px 4.1%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 64px;
    }

    .price__topic {
        font-size: 2.4rem;
    }

    .price__card--topic {
        font-size: 2.4rem;
        padding: 16px 32px;
    }

    .about__price {
        display: flex;
        justify-content: center;
        gap: 40px;
    }

    .price__card {
        padding: 40px 0;
        width: 330px;
    }

    .price__card--2nd {
        padding: 40px 0;
        width: 330px;
    }

    .price__card--topic {
        font-size: 2rem;
    }

    .price {
        font-size: 2rem;
        margin-top: 24px;
    }

    .price__card--txt {
        font-size: 1.4rem;
        margin-top: 24px;
    }

    .price__card--detail {
        margin-top: 24px;
    }

    .price__card--detail li {
        font-size: 1.4rem;
    }

    .price__btn {
        margin-top: 24px;
        font-size: 2rem;
    }

}
/* PC 769px */


@media screen and (min-width: 1439px) {
    .section__price {
        gap: 144px;
    }

    .price__card {
        padding: 40px 0;
        width: 360px;
    }
}
/* PC 1439px */

/* 新・顧問サービス */
.section__advisory {
    padding: 104px 4.1%;
}

.advisory__topic {
    font-size: 1.6rem;
    text-align: center;
}

.advisory__line {
    display: block;
    margin-bottom: 16px;
    font-weight: 700;
}

.advisory__line:last-child {
    margin-bottom: 0;
}

.advisory__line--3rd {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.advisory__line--4th {
    display: block;
    margin-bottom: 16px;
    font-weight: 400;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}

/* 新・顧問サービス PC */
@media screen and (min-width: 769px) {
    .section__advisory {
        padding: 120px 4.1%;
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
        gap: 144px;
    }

    .advisory__topic {
        font-size: 2rem;
        text-align: center;
    }

    .advisory__line {
        display: block;
        margin-bottom: 24px;
    }

    .price__card--advisory {
        width: 400px;
        margin: 0;
    }
    .price__card--advisory--txt {
        margin-top: 8px;
    }

}
/* PC 769px */

/* Flow セクション */
.section__flow {
    padding: 104px 0;
}

.flow__topic {
    font-size: 1.6rem;
    font-weight: 700;
    color: #41C4E2;
    text-align: center;
}

.flow__list {
    margin: 64px auto 0;
    display: block;
    width: fit-content;
}

.flow__item {
    margin-top: -35px;
    display: flex;
    justify-content: center;
}

.flow__item:first-of-type {
    margin-top: 0;
}

.flow__item--txt {
    margin-top: 8px;
    margin-left: 16px;
    margin-right: auto;
    width: fit-content;
    text-align: left;
    font-size: 1.4rem;
    font-weight: 700;
    color: #393939;
}

.flow__item img {
    width: 90px;
    height: 84px;
}

/* Flow PC */
@media screen and (min-width: 1011px) {
    .section__flow {
        padding: 140px 4.1%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 120px;
        background-image: url(../../images/droneflightpermit/BG-white-869_pc.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .flow__topic {
        font-size: 2.4rem;
    }

    .flow__list {
        margin: 0;
        display: block;
        width: fit-content;
    }

    .flow__item {
        margin-bottom: -49px;
    }

    .flow__item--txt {
        margin-top: 16px;
        margin-left: 56px;
        font-size: 2rem;
    }

    .flow__item img {
        width: 135px;
        height: 126px;
    }
}
/* PC 769px */

/* SNS セクション */
.section__sns {
    padding: 104px 4.1%;
    background-image: url(../../images/droneflightpermit/BG-white-869.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sns__topic--top {
    margin: 0 auto;
    padding: 16px 32px;
    max-width: 400px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 700;
    background-color: rgba(255, 255, 255, 0.5);
    color: #FD8CFB;
    border: 2px solid #FD8CFB;
    border-radius: 64px;
}

.sns__detail {
    margin: 32px auto 0;
}

.sns__detail--txt {
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1.8;
    background-color: rgba(255, 255, 255, 0.2);
}

.sns__detail--img {
    display: block;
    margin: 32px auto 0;
    width: 110px;
    height: auto;
}

.sns__topic--bottom {
    margin: 32px auto 0;
    padding-top: 8px;
    max-width: 320px;
    color: #41C4E2;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
}

.sns__icon {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.sns__icon img {
    margin-top: 16px;
    width: 40px;
    transition: 0.4s;
}

.sns__icon img:hover {
    transform: translateY(-5px);
}

/* SNS セクション PC */
@media screen and (min-width: 769px) {
    .section__sns {
        padding: 140px 4.1%;
    }

    .sns__topic--top {
        margin: 0 auto;
        padding: 24px 56px;
        max-width: fit-content;
        font-size: 2.4rem;
    }

    .sns__detail {
        margin: 64px auto 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sns__detail--txt {
        font-size: 2rem;
    }

    .sns__detail--img {
        display: block;
        margin: 0;
        width: 140px;
    }

    .sns__topic--bottom {
        margin: 16px auto 0;
        padding-top: 16px;
        max-width: 700px;
        font-size: 2.4rem;
    }

    .sns__icon {
        gap: 40px;
    }

    .sns__icon img {
        margin-top: 24px;
        width: 60px;
        transition: 0.4s;
    }
}

/* FAQ セクション */
.section__FAQ {
    padding: 104px 4.1%;
}

.FAQ__topic {
    font-size: 1.6rem;
    font-weight: 700;
    color: #41C4E2;
    text-align: center;
}

.FAQ__accordion {
    margin-top: 64px;
}

.accordion__body {
    width: fit-content;
    margin: 0 auto;
}

.accordion__top {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    cursor: pointer;
}

.accordion__item {
    margin-top: 24px;
    border-bottom: 1px solid #41C4E2;
}

.accordion__item:first-of-type {
    margin-top: 0;
}

.FAQ__accordion dt::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url(../../images/droneflightpermit/arrow.svg) no-repeat center;
    background-size: contain;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transition: transform 0.3s; /* ← 追加：回転アニメーション */
}

.FAQ__accordion dt.active::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.accordion__txt--1st {
    font-size: 1.4rem;
    font-weight: 400;
    max-width: 560px;
    height: auto;
    margin-right: auto;
}

.accordion__txt--1st:hover {
    color: #41C4E2;
}

.accordion__txt--2nd {
    font-size: 1.4rem;
    font-weight: 400;
    max-width: 560px;
    height: auto;
    margin-right: 36px;
    margin-left: 36px;
}

.accordion__txt--3rd,
.accordion__txt--4th,
.accordion__txt--5th {
    font-size: 1.4rem;
    font-weight: 400;
    max-width: 560px;
    height: auto;
    margin: 16px 36px 0;
}

.accordion__bottom {
    display: none;
    background-color: #EAF8FA;
    padding: 12px;
}

/* FAQ セクション PC */
@media screen and (min-width: 839px) {
    .section__FAQ {
        padding: 140px 4.1%;
    }

    .FAQ__topic {
        font-size: 2.4rem;
    }

    .accordion__body {
        width: 800px;
        margin: 0 auto;
    }

    .accordion__txt--1st,
    .accordion__txt--2nd,
    .accordion__txt--3rd,
    .accordion__txt--4th,
    .accordion__txt--5th {
        font-size: 1.6rem;
        max-width: 700px;
    }
}
/* PC 769px */

/* Contact セクション */
.section__contact {
    padding: 104px 4.1%;
}

.contact__topic {
    font-size: 1.6rem;
    font-weight: 700;
    color: #41C4E2;
    text-align: center;
}

/* Contact セクション PC */
@media screen and (min-width: 769px) {
    .section__contact {
        padding: 140px 4.1%;
    }

    .contact__topic {
        font-size: 2.4rem;
    }
}
/* PC 769px */

/* ==============================================================
footer
============================================================== */
.footer {
    padding: 40px 10.2%;
}

.footer__top--txt {
    margin: 8px 0 0 8px;
    font-size: 1.4rem;
    width: fit-content;
}

.footer__logo {
    width: 192px;
    height: auto;
}

.footer__main {
    margin-top: 32px;
}

.footer__info {
    margin-top: 12px;
}

.footer__info:first-of-type {
    margin-top: 0;
}

.footer__office {
    font-size: 1.4rem;
    font-weight: 700;
    color: #41C4E2;
}

.footer__address {
    font-size: 1.4rem;
}

.footer__bottom {
    margin-top: 32px;
}

.copy {
    font-size: 1.4rem;
    font-weight: 700;
    color: #41C4E2;
}

.telBtn {
    display: none;
}

.contactBtn {
    display: none;
}

.topBtn {
    display: none;
}

/* footer PC 769px */
@media screen and (min-width: 769px) {
    .footer {
        max-width: 1280px;
        margin: 0 auto;
        padding: 64px 92px; /* headerのPC用paddingに合わせる */
    }

    /* サイドボタン */
    .side__btn {
        position: fixed;
        bottom: 1.4%;
        right: 1.4%;
    }

    .telBtn {
        display: block;
        padding: 18px;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 100%;
        border: 1px solid #41C4E2;
        box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.25);
        transition: 0.4s;
    }

    .telBtn:hover {
        transform: translateY(-5px);
    }

    .contactBtn {
        margin-top: 10px;
        display: block;
        padding: 18px;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 100%;
        border: 1px solid #41C4E2;
        box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.25);
        transition: 0.4s;
    }

    .contactBtn:hover {
        transform: translateY(-5px);
    }

    .topBtn {
        margin-top: 10px;
        display: block;
        padding: 18px;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 100%;
        border: 1px solid #41C4E2;
        box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.25);
        transition: 0.4s;
    }

    .topBtn:hover {
        transform: translateY(-5px);
    }

} /* PC 769px */
