body {
    font-family: メイリオ;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.item a {
    text-decoration: none;
    color: black;
}
.item .change:hover {
    text-decoration: underline;
    color: #0261a5;
}

@media screen and (min-width: 1920px)  {
    /*四角の中*/
    .item img {
        width: 15%;
        height: 200px;
        object-fit: cover;
        margin: 20px 40px 30px 40px;
    }
    .item h3 {
        font-size: 22px;
        padding-bottom: 5px;
        font-weight: lighter;
    }
    .item h4 {
        font-size: 19px;
        font-weight: lighter;
        padding-bottom: 20px;
    }
    .item p {
        font-size: 19px;
        color: black;
        text-decoration: none;
    }
    .item_two {
        position: absolute;
        bottom: 50px;
        margin-left: 20%;
    }
    .item {
        position: relative;
        box-sizing: border-box;
        background: white;
        box-shadow: 0 0 10px gray;
        border-radius: 17px;
        margin-bottom: 45px;
        margin-top: 25px;
        width: 95%;
        left: 55px;
    }
    /*フッター横線*/
    .title {
        position: relative;
        border-top: 3px solid #658DAA;
    }
    .title .contact {
        position: absolute;
        color: black;
        top: 0px;
        right: 0;
        font-weight:  bold;
    }
    /*footer start*/
    .title p {
        padding-top: 10px;
        font-size:20px;
        padding-left: 5px;
    }
    .title a {
        text-decoration: none;
        color: black;
        font-size: 15px;
        padding-bottom: 10px;
        padding-left: 5px;
    }
    .contact {
        padding-right: 5px;
    }
    .footer {
        margin-top: 60px;
    }
    /*戻るボタン*/
    html {
        scroll-behavior: smooth;
    }
    .startbtn {
        position: fixed;
        bottom: 160px;
        right: 24px;
        width: 48px;
        height: 48px;
        text-decoration: none;
        background-color: #0261a5;
        display: block;
        text-align: center;
        border-radius: 24px;
        z-index: 100;
    }
    .startbtn::before {
        content: '\f062';
        font-family: 'Font Awesome 6 Free';
        font-size: 30px;
        font-weight: 900;
        color: #fff;
        line-height: 48px;
        z-index: 100;
    }
    /**/
    .airplane {
        margin-top: 150px;
        margin-bottom: 100px;
    }
    .airplane h2 {
        font-size: 25px;
        font-weight: lighter;
    }
    /* 左右に横線(両端を丸く) */
    /*airplane-1*/
    .airplane-1 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-1::before,
    .airplane-1::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 800px; /* 横線の長さ */
    }
    .airplane-1::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-1::after {
        margin-left: 20px; /* 文字との余白 */
    }
    /*airplane-2*/
    .airplane-2 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-2::before,
    .airplane-2::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 820px; /* 横線の長さ */
    }
    .airplane-2::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-2::after {
        margin-left: 20px; /* 文字との余白 */
    }
    /*airplane-3*/
    .airplane-3 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-3::before,
    .airplane-3::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 780px; /* 横線の長さ */
    }
    .airplane-3::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-3::after {
        margin-left: 20px; /* 文字との余白 */
    }
    /*airplane-4*/
    .airplane-4 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-4::before,
    .airplane-4::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 775px; /* 横線の長さ */
    }
    .airplane-4::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-4::after {
        margin-left: 20px; /* 文字との余白 */
    }
    /*airplane-5*/
    .airplane-5 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-5::before,
    .airplane-5::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 765px; /* 横線の長さ */
    }
    .airplane-5::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-5::after {
        margin-left: 20px; /* 文字との余白 */
    }
    /*airplane-6*/
    .airplane-6 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-6::before,
    .airplane-6::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 795px; /* 横線の長さ */
    }
    .airplane-6::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-6::after {
        margin-left: 20px; /* 文字との余白 */
    }
    /*airplane-7*/
    .airplane-7 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-7::before,
    .airplane-7::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 800px; /* 横線の長さ */
    }
    .airplane-7::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-7::after {
        margin-left: 20px; /* 文字との余白 */
    }
}
@media screen and (min-width: 1201px) and (max-width: 1919px) {
    /*四角の中*/
    .item img {
        width: 15%;
        height: 174px;
        object-fit: cover;
        margin: 20px 40px 30px 40px;
    }
    .item h3 {
        font-size: 22px;
        padding-bottom: 5px;
        font-weight: lighter;
    }
    .item h4 {
        font-size: 19px;
        font-weight: lighter;
        padding-bottom: 20px;
    }
    .item p {
        font-size: 19px;
        color: black;
        text-decoration: none;
    }
    .item_two {
        position: absolute;
        bottom: 35px;
        margin-left: 20%;
    }
    .item {
        position: relative;
        box-sizing: border-box;
        background: white;
        box-shadow: 0 0 10px gray;
        border-radius: 17px;
        margin-bottom: 45px;
        margin-top: 25px;
        width: 95%;
        left: 35px;
    }
    /*フッター横線*/
    .title {
        position: relative;
        border-top: 3px solid #658DAA;
    }
    .title .contact {
        position: absolute;
        color: black;
        top: 0px;
        right: 0;
        font-weight:  bold;
    }
    /*footer start*/
    .title p {
        padding-top: 10px;
        font-size:20px;
        padding-left: 5px;
    }
    .title a {
        text-decoration: none;
        color: black;
        font-size: 15px;
        padding-bottom: 10px;
        padding-left: 5px;
    }
    .contact {
        padding-right: 5px;
    }
    .footer {
        margin-top: 60px;
    }
    /*戻るボタン*/
    html {
        scroll-behavior: smooth;
    }
    .startbtn {
        position: fixed;
        bottom: 160px;
        right: 24px;
        width: 48px;
        height: 48px;
        text-decoration: none;
        background-color: #0261a5;
        display: block;
        text-align: center;
        border-radius: 24px;
        z-index: 100;
    }
    .startbtn::before {
        content: '\f062';
        font-family: 'Font Awesome 6 Free';
        font-size: 30px;
        font-weight: 900;
        color: #fff;
        line-height: 48px;
        z-index: 100;
    }
    /**/
    .airplane {
        margin-top: 150px;
        margin-bottom: 100px;
    }
    .airplane h2 {
        font-size: 25px;
        font-weight: lighter;
    }
    /* 左右に横線(両端を丸く) */
    /*airplane-1*/
    .airplane-1 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-1::before,
    .airplane-1::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 475px; /* 横線の長さ */
    }
    .airplane-1::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-1::after {
        margin-left: 20px; /* 文字との余白 */
    }
    /*airplane-2*/
    .airplane-2 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-2::before,
    .airplane-2::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 510px; /* 横線の長さ */
    }
    .airplane-2::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-2::after {
        margin-left: 20px; /* 文字との余白 */
    }
    /*airplane-3*/
    .airplane-3 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-3::before,
    .airplane-3::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 480px; /* 横線の長さ */
    }
    .airplane-3::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-3::after {
        margin-left: 20px; /* 文字との余白 */
    }
    /*airplane-4*/
    .airplane-4 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-4::before,
    .airplane-4::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 465px; /* 横線の長さ */
    }
    .airplane-4::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-4::after {
        margin-left: 20px; /* 文字との余白 */
    }
    /*airplane-5*/
    .airplane-5 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-5::before,
    .airplane-5::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 455px; /* 横線の長さ */
    }
    .airplane-5::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-5::after {
        margin-left: 20px; /* 文字との余白 */
    }
    /*airplane-6*/
    .airplane-6 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-6::before,
    .airplane-6::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 500px; /* 横線の長さ */
    }
    .airplane-6::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-6::after {
        margin-left: 20px; /* 文字との余白 */
    }
    /*airplane-7*/
    .airplane-7 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-7::before,
    .airplane-7::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 495px; /* 横線の長さ */
    }
    .airplane-7::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-7::after {
        margin-left: 20px; /* 文字との余白 */
    }
}
@media screen and (min-width: 961px) and (max-width: 1200px) {
    /*四角の中*/
    .item img {
        width: 15%;
        height: 174px;
        object-fit: cover;
        margin: 20px 40px 30px 40px;
    }
    .item h3 {
        font-size: 22px;
        padding-bottom: 5px;
        font-weight: lighter;
    }
    .item h4 {
        font-size: 19px;
        font-weight: lighter;
        padding-bottom: 20px;
    }
    .item p {
        font-size: 19px;
        color: black;
        text-decoration: none;
    }
    .item_two {
        position: absolute;
        bottom: 20px;
        margin-left: 20%;
    }
    .item {
        position: relative;
        box-sizing: border-box;
        background: white;
        box-shadow: 0 0 10px gray;
        border-radius: 17px;
        margin-bottom: 45px;
        margin-top: 25px;
        width: 95%;
        left: 35px;
    }
    /*フッター横線*/
    .title {
        position: relative;
        border-top: 3px solid #658DAA;
    }
    .title .contact {
        position: absolute;
        color: black;
        top: 0px;
        right: 0;
        font-weight:  bold;
    }
    /*footer start*/
    .title p {
        padding-top: 10px;
        font-size:20px;
        padding-left: 5px;
    }
    .title a {
        text-decoration: none;
        color: black;
        font-size: 15px;
        padding-bottom: 10px;
        padding-left: 5px;
    }
    .contact {
        padding-right: 5px;
    }
    .footer {
        margin-top: 60px;
    }
    /*戻るボタン*/
    html {
        scroll-behavior: smooth;
    }
    .startbtn {
        position: fixed;
        bottom: 110px;
        right: 24px;
        width: 48px;
        height: 48px;
        text-decoration: none;
        background-color: #0261a5;
        display: block;
        text-align: center;
        border-radius: 24px;
        z-index: 100;
    }
    .startbtn::before {
        content: '\f062';
        font-family: 'Font Awesome 6 Free';
        font-size: 30px;
        font-weight: 900;
        color: #fff;
        line-height: 48px;
        z-index: 100;
    }
    /**/
    .airplane {
        margin-top: 150px;
        margin-bottom: 100px;
    }
    .airplane h2 {
        font-size: 25px;
        font-weight: lighter;
    }
    /* 左右に横線(両端を丸く) */
    /*airplane-1*/
    .airplane-1 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-1::before,
    .airplane-1::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 525px; /* 横線の長さ */
    }
    .airplane-1::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-1::after {
        margin-left: 20px; /* 文字との余白 */
    }
    /*airplane-2*/
    .airplane-2 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-2::before,
    .airplane-2::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 290px; /* 横線の長さ */
    }
    .airplane-2::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-2::after {
        margin-left: 20px; /* 文字との余白 */
    }
    /*airplane-3*/
    .airplane-3 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-3::before,
    .airplane-3::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 210px; /* 横線の長さ */
    }
    .airplane-3::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-3::after {
        margin-left: 20px; /* 文字との余白 */
    }
    /*airplane-4*/
    .airplane-4 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-4::before,
    .airplane-4::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 135px; /* 横線の長さ */
    }
    .airplane-4::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-4::after {
        margin-left: 20px; /* 文字との余白 */
    }
    /*airplane-5*/
    .airplane-5 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-5::before,
    .airplane-5::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 215px; /* 横線の長さ */
    }
    .airplane-5::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-5::after {
        margin-left: 20px; /* 文字との余白 */
    }
    /*airplane-6*/
    .airplane-6 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-6::before,
    .airplane-6::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 335px; /* 横線の長さ */
    }
    .airplane-6::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-6::after {
        margin-left: 20px; /* 文字との余白 */
    }
    /*airplane-7*/
    .airplane-7 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-7::before,
    .airplane-7::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 405px; /* 横線の長さ */
    }
    .airplane-7::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-7::after {
        margin-left: 20px; /* 文字との余白 */
    }
}
@media screen and (min-width: 601px) and (max-width: 960px) {
    /*四角の中*/
    .item img {
        width: 15%;
        height: 174px;
        object-fit: cover;
        margin: 20px 15px 30px 15px;
    }
    .item h3 {
        font-size: 22px;
        padding-bottom: 5px;
        font-weight: lighter;
    }
    .item h4 {
        font-size: 16px;
        font-weight: lighter;
        padding-bottom: 20px;
    }
    .item p {
        font-size: 19px;
        color: black;
        text-decoration: none;
    }
    .item_two {
        position: absolute;
        bottom: 40px;
        margin-left: 20%;
    }
    .item {
        position: relative;
        box-sizing: border-box;
        background: white;
        box-shadow: 0 0 10px gray;
        border-radius: 17px;
        margin-bottom: 45px;
        margin-top: 25px;
        width: 95%;
        left: 15px;
    }
    /*フッター横線*/
    .title {
        position: relative;
        border-top: 3px solid #658DAA;
    }
    .title .contact {
        position: absolute;
        color: black;
        top: 0px;
        right: 0;
        font-weight:  bold;
    }
    /*footer start*/
    .title p {
        padding-top: 10px;
        font-size:20px;
        padding-left: 5px;
    }
    .title a {
        text-decoration: none;
        color: black;
        font-size: 15px;
        padding-bottom: 10px;
        padding-left: 5px;
    }
    .contact {
        padding-right: 5px;
    }
    .footer {
        margin-top: 60px;
    }
    /*戻るボタン*/
    html {
        scroll-behavior: smooth;
    }
    .startbtn {
        position: fixed;
        bottom: 110px;
        right: 24px;
        width: 48px;
        height: 48px;
        text-decoration: none;
        background-color: #0261a5;
        display: block;
        text-align: center;
        border-radius: 24px;
        z-index: 100;
    }
    .startbtn::before {
        content: '\f062';
        font-family: 'Font Awesome 6 Free';
        font-size: 30px;
        font-weight: 900;
        color: #fff;
        line-height: 48px;
        z-index: 100;
    }
    /**/
    .airplane {
        margin-top: 100px;
        margin-bottom: 50px;
    }
    .airplane h2 {
        font-size: 22px;
        font-weight: lighter;
    }
    /* 左右に横線(両端を丸く) */
    /*airplane-1*/
    .airplane-1 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-1::before,
    .airplane-1::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 275px; /* 横線の長さ */
    }
    .airplane-1::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-1::after {
        margin-left: 20px; /* 文字との余白 */
    }
    /*airplane-2*/
    .airplane-2 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-2::before,
    .airplane-2::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 270px; /* 横線の長さ */
    }
    .airplane-2::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-2::after {
        margin-left: 20px; /* 文字との余白 */
    }
    /*airplane-3*/
    .airplane-3 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-3::before,
    .airplane-3::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 260px; /* 横線の長さ */
    }
    .airplane-3::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-3::after {
        margin-left: 20px; /* 文字との余白 */
    }
    /*airplane-4*/
    .airplane-4 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-4::before,
    .airplane-4::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 255px; /* 横線の長さ */
    }
    .airplane-4::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-4::after {
        margin-left: 20px; /* 文字との余白 */
    }
    /*airplane-5*/
    .airplane-5 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-5::before,
    .airplane-5::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 235px; /* 横線の長さ */
    }
    .airplane-5::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-5::after {
        margin-left: 20px; /* 文字との余白 */
    }
    /*airplane-6*/
    .airplane-6 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-6::before,
    .airplane-6::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 275px; /* 横線の長さ */
    }
    .airplane-6::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-6::after {
        margin-left: 20px; /* 文字との余白 */
    }
    /*airplane-7*/
    .airplane-7 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-7::before,
    .airplane-7::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 275px; /* 横線の長さ */
    }
    .airplane-7::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-7::after {
        margin-left: 20px; /* 文字との余白 */
    }
}
@media screen and (max-width: 600px) {
    /*四角の中*/
    .item img {
        width: 15%;
        height: 80px;
        object-fit: cover;
        margin: 20px 15px 30px 15px;
    }
    .item h3 {
        font-size: 13px;
        padding-bottom: 5px;
        font-weight: lighter;
    }
    .item h4 {
        font-size: 12px;
        font-weight: lighter;
        padding-bottom: 20px;
    }
    .item p {
        font-size: 10px;
        color: black;
        text-decoration: none;
    }
    .item_two {
        position: absolute;
        bottom: 10px;
        margin-left: 20%;
    }
    .item {
        position: relative;
        box-sizing: border-box;
        background: white;
        box-shadow: 0 0 10px gray;
        border-radius: 17px;
        margin-bottom: 45px;
        margin-top: 25px;
        width: 95%;
        left: 10px;
    }
    /* sp-nav(ナビ)=================================== */
    .sp-nav {
        position: fixed;
        right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/    
        top: 0;    
        width: 40%; /* 出てくるスライドメニューの幅 */    
        height: 100vh;
        background-color: #B4CF9E;
        transition: all 0.5s;
        z-index: 200;    
        overflow-y: auto; /* メニューが多くなったらスクロールできるように */
        opacity: 0.9;
    }
    /*フッター横線*/
    .title {
        position: relative;
        border-top: 3px solid #658DAA;
    }
    .title .contact {
        position: absolute;
        color: black;
        top: 0px;
        right: 0;
        font-weight:  bold;
    }
    /*footer start*/
    .footer p {
        font-size: 12px;
        padding-top: 10px;
        margin-left: 5px;
    }
    .title a {
        text-decoration: none;
        color: black;
        font-size: 10px;
        padding-bottom: 10px;
        margin-left: 5px;
    }
    .contact {
        margin-right: 10px;
    }
    /*戻るボタン*/
    html {
        scroll-behavior: smooth;
    }
    .startbtn {
        position: fixed;
        bottom: 110px;
        right: 20px;
        width: 28px;
        height: 28px;
        text-decoration: none;
        background-color: #0261a5;
        display: block;
        text-align: center;
        border-radius: 24px;
        z-index: 100;
    }
    .startbtn::before {
        content: '\f062';
        font-family: 'Font Awesome 6 Free';
        font-size: 25px;
        font-weight: 900;
        color: #fff;
        line-height: 28px;
        z-index: 100;
    }
    /**/
    .airplane {
        margin-top: 100px;
        margin-bottom: 50px;
    }
    .airplane h2 {
        font-size: 18px;
        font-weight: lighter;
    }
    /* 左右に横線(両端を丸く) */
    /*airplane-1*/
    .airplane-1 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-1::before,
    .airplane-1::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 85px; /* 横線の長さ */
    }
    .airplane-1::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-1::after {
        margin-left: 20px; /* 文字との余白 */
    }
    /*airplane-2*/
    .airplane-2 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-2::before,
    .airplane-2::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 100px; /* 横線の長さ */
    }
    .airplane-2::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-2::after {
        margin-left: 20px; /* 文字との余白 */
    }
    /*airplane-3*/
    .airplane-3 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-3::before,
    .airplane-3::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 80px; /* 横線の長さ */
    }
    .airplane-3::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-3::after {
        margin-left: 20px; /* 文字との余白 */
    }
    /*airplane-4*/
    .airplane-4 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-4::before,
    .airplane-4::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 85px; /* 横線の長さ */
    }
    .airplane-4::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-4::after {
        margin-left: 20px; /* 文字との余白 */
    }
    /*airplane-5*/
    .airplane-5 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-5::before,
    .airplane-5::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 65px; /* 横線の長さ */
    }
    .airplane-5::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-5::after {
        margin-left: 20px; /* 文字との余白 */
    }
    /*airplane-6*/
    .airplane-6 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-6::before,
    .airplane-6::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 105px; /* 横線の長さ */
    }
    .airplane-6::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-6::after {
        margin-left: 20px; /* 文字との余白 */
    }
    /*airplane-7*/
    .airplane-7 {
        align-items: center; /* 横線を上下中央 */
        display: flex; /* 文字と横線を横並び */
        justify-content: center; /* 文字を中央寄せ */
    }
    .airplane-7::before,
    .airplane-7::after {
        background-color: #658DAA; /* 横線の色 */
        border-radius: 5px; /* 横線の両端を丸く */
        content: "";
        height: 3px; /* 横線の高さ */
        width: 95px; /* 横線の長さ */
    }
    .airplane-7::before {
        margin-right: 20px; /* 文字との余白 */
    }
    .airplane-7::after {
        margin-left: 20px; /* 文字との余白 */
    }
}