/* Theme Name: Aparax - Responsive Landing Page Template
   Author: Landinghub
   Version: 1.0.0
   File Description: Main CSS file of the template
*/


/****************************

*   1   :  HELPER            *
*   2   :  TITLE             *
*   3   :  HOME              *
*   4   :  FEATURES          *
*   5   :  ABOUT             *
*   6   :  COUNTER           *
*   7   :  SCREENSHORT       *
*   8   :  CLIENT            *
*   9   :  VIDEO             *
*   10  :  PRICING           *
*   11  :  TEAM              *
*   12  :  DOWNLOAD          *
*   13  :  FAQ               *
*   14  :  BLOG              *
*   15  :  FOOTER            *
*   16  :  ABOUT-POST        *
*   17  :  CONTECT-POST      *
*   18  :  STANDARD-POST     *
*   19  :  STANDARD-POST     *
*   20  :  RESPONSIVE        *

*****************************/

body {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    color: #444444;
}

p {
    font-size: 17px;
    line-height: 1.6;
}

p.serfon {
    font-size: 15px;
    line-height: 1.6;
}

a {
    text-decoration: none !important;
    outline: none;
}

.btn,
.btn:focus,
button,
button:focus {
    outline: none !important;
}


/*******************************
       1.  HELPER
*******************************/

.section {
    padding-bottom: 80px;
    padding-top: 80px;
    position: relative;
}

.vertical-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: row;
    -webkit-flex-direction: row;
}

.text-muted {
    color: #777777 !important;
}

.bg-light {
    background-color: #f6f6f6 !important;
}

.home-center {
    display: table;
    width: 100%;
    height: 100%;
}

.home-desc-center {
    display: table-cell;
    vertical-align: middle;
}

.bg-overlay-color {
    position: absolute;
    background-color: #171717;
    top: 0;
    left: 0;
    opacity: 0.4;
    height: 100%;
    width: 100%;
}

.btn-outline-white {
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
    font-size: 15px;
    transition: all 0.5s;
    border-radius: 3px;
    letter-spacing: 1px;
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.focus,
.btn-outline-white:active,
.btn-outline-white:focus,
.btn-outline-white:hover,
.open>.dropdown-toggle .btn-outline-white {
    outline: none;
    border: 2px solid #fff;
    text-decoration: none;
    background-color: #fff;
    color: #918bca;
}

.btn-outline {
    color: #918bca;
    border: 2px solid #918bca;
    font-size: 15px;
    transition: all 0.5s;
    border-radius: 3px;
    letter-spacing: 1px;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active,
.btn-outline.focus,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover,
.open>.dropdown-toggle .btn-outline {
    outline: none;
    border: 2px solid #918bca;
    color: #fff;
    text-decoration: none;
    background-color: #918bca;
}

.btn-custom {
    color: #fffcff;
    border: 2px solid #918bca;
    font-size: 14px;
    transition: all 0.5s;
    border-radius: 3px;
    background-color: #918bca;
    letter-spacing: 1px;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle .btn-custom {
    color: #918bca;
    outline: none;
    background-color: transparent;
    text-decoration: none;
    box-shadow: none;
}

.btn {
    padding: 14px 45px;
}

.btn-rounded {
    border-radius: 30px;
}

.btn-sm {
    padding: 10px 25px;
}

.text-custom {
    color: #918bca;
}

.text-custom2 {
    background: linear-gradient(92.88deg, rgb(69, 94, 181) 9.16%, rgb(86, 67, 204) 43.89%, rgb(103, 63, 215) 64.72%);
    -webkit-background-clip: text;
    /* 背景クリップをテキストに設定 */
    -webkit-text-fill-color: transparent;
    /* テキストの色を透明に */
    background-clip: text;
    /* フォールバック用 */
    text-fill-color: transparent;
    /* フォールバック用 */
}

.bg-custom {
    background-color: #918bca;
}

.f-12 {
    font-size: 12px;
}

.f-13 {
    font-size: 13px;
}

.f-14 {
    font-size: 14px;
}

.f-15 {
    font-size: 15px;
}

.f-16 {
    font-size: 16px;
}

.f-17 {
    font-size: 17px;
}

.f-18 {
    font-size: 18px;
}

.f-19 {
    font-size: 19px !important;
}

.f-20 {
    font-size: 20px;
}

.line-height_1_4 {
    line-height: 1.4;
}

.line-height_1_6 {
    line-height: 1.6;
}

.line-height_1_8 {
    line-height: 1.8;
}

.btn-read-more {
    color: #333;
    display: inline-block;
    text-decoration: underline !important;
}

.btn-read-more:hover {
    color: #918bca !important;
}


/*******************************
        2. TITLE
*******************************/

.title-heading {
    font-size: 24px;
}

.title-desc {
    max-width: 700px;
    margin: 0 auto;
}

.title-border {
    background: #777 none repeat scroll 0 0;
    display: inline-block;
    height: 1px;
    position: relative;
    width: 170px;
}

.title-icon {
    background: linear-gradient(92.88deg, rgb(69, 94, 181) 9.16%, rgb(86, 67, 204) 43.89%, rgb(103, 63, 215) 64.72%);
    color: #fff;
    font-size: 20px;
    height: 25px;
    left: 50%;
    margin-left: -12.5px;
    margin-top: -12.5px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 25px;
}

.title-icon i {
    transform: rotate(-45deg);
    font-size: 27px;
    font-weight: 600;
}

.title-border-white {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    height: 1px;
    position: relative;
    width: 170px;
}

.title-icon-white {
    background: #fff none repeat scroll 0 0;
    color: #918bca;
    font-size: 20px;
    height: 25px;
    left: 50%;
    margin-left: -12.5px;
    margin-top: -12.5px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 25px;
}

.title-icon-white i {
    transform: rotate(-45deg);
    font-size: 27px;
    font-weight: 600;
}


/*******************************
        3.  HOME
*******************************/

/* start home-1 */

.bg-home {
    background-image: url(https://kaiser-web.jp/images/common/top001.jpg);
    background-size: cover;
    height: 100vh;
    position: relative;
    background-position: center center;
}


/* start home-2 */

.bg-home-2 {
    background-image: url(https://kaiser-web.jp/images/common/top001.jpg);
    background-position: center center;
}


.home-slider {
    position: relative;
}

.home-slider .carousel-control-next,
.carousel-control-prev {
    width: 6%;
}

.home-slider .carousel-item,
.home-slider .carousel {
    height: 100vh;
    width: 100%;
}

.home-slider .carousel-item {
    background-size: cover;
}

/* start home-3 */

.home-img-3 {
    position: relative;
    top: 80px;
    z-index: 1;
}

.bg-home-3 {
    background-image: url(https://themesdesign.in/aparax/images/bg-1.jpg);
    background-size: cover;
    padding-top: 50px;
    position: relative;
    background-position: center center;
}


/* start home-4 */

.bg-home-4 {
    background-size: cover;
    height: 100vh;
    position: relative;
    background-position: center center;
}


.home-subtitle {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.home-title {
    font-size: 46px;
    color: #fff;
}

.home-desc {
    color: #f3f3f3;
}

/* start home-5 */

.bg-home-5 {
    background-image: url(https://themesdesign.in/aparax/images/bg-1.jpg);
    background-size: cover;
    padding: 130px 0px 130px 0px;
    position: relative;
    background-position: center center;
}

.home-title-5 {
    font-size: 42px;
    color: #fff;
}


/* start home-6 */

.bg-home-6 {
    background-image: url(https://themesdesign.in/aparax/images/bg-1.jpg);
    background-size: cover;
    height: 100vh;
    position: relative;
    background-position: center center;
}

.slidero {
    position: relative;
    z-index: 1;
}


.bg-home-7 {
    background-image: url(https://themesdesign.in/aparax/images/bg-1.jpg);
    background-size: cover;
    height: 100vh;
    position: relative;
    background-position: center center;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 30% 100%, 0 80%);
}

/*******************************
        4.  FEATURES
*******************************/

.features-img img {
    width: 320px;
}


/*******************************
        5.  ABOUT
*******************************/

.about-title {
    font-size: 28px;
}

.about-desc {
    max-width: 650px;
}

.about-icon i {
    font-size: 26px;
}


/*******************************
        6.  COUNTER
*******************************/

.bg-counter {
    background-image: url(https://kaiser-web.jp/images/top/jiyuu.jpg);
    background-size: cover;
    background-attachment: fixed;
    /* パララックス効果を有効にする */
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 50px 50px;
    /* 上下に余白を確保 */
    min-height: 400px;
    /* PCなど大きな画面の最低高さ */
}

@media (max-width: 768px) {
    .bg-counter {
        min-height: 500px;
        /* スマホ画面の最低高さ */
    }
}



.counter-icon {
    font-size: 30px;
    color: #fff;
}


/*******************************
        7.  SCREENSHORT
*******************************/

.screenshot-overlay a {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}

.screenshot-img img {
    border-radius: 4px;
}


.owl-theme .owl-controls .owl-page.active span {
    width: 30px;
    height: 10px;

}

.owl-theme .owl-controls {
    margin-top: 40px;
    text-align: center;
}

.owl-theme .owl-controls .owl-page span {
    background: #918bca;
}


/*******************************
        8.  CLIENT
*******************************/

.client-box {
    box-shadow: 0px 0px 6px -1px #dadada;
    border-radius: 6px;
}

.client-icon {
    font-size: 34px;
}

.client-border {
    border: 1px solid #ececec;
}

.client-img img {
    width: 60px;
}


/*******************************
        9.  VIDEO
*******************************/

.bg-video {
    background-image: url(https://themesdesign.in/aparax/images/bg-3.jpg);
    background-size: cover;
    position: relative;
    background-position: bottom;
}

.video-title {
    font-size: 30px;
}

.play-icon-circle {
    height: 80px;
    width: 80px;
    background-color: #fff;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 26px;
    color: #918bca;
    font-size: 40px;
}


/*******************************
        10. PRICING
*******************************/

.pricing-lable p {
    background-color: #918bca;
    color: #fff;
    border-radius: 6px;
    width: 180px;
    position: absolute;
    top: 12px;
    margin: 0 auto;
    left: 20px;
    right: 20px;
}

.pricing-box {
    border: 1px solid #bbbbbb;
    border-radius: 6px;
}

.pricing-plan sup {
    position: relative;
    top: -30px;
}

.pricing-plan h1 {
    font-size: 54px;
}


/*******************************
        11. TEAM
*******************************/

.team-social a {
    color: #777777;
    font-size: 18px;
    transition: all 0.5s;
}

.team-social a:hover {
    color: #918bca;
}


/*******************************
        12. DOWNLOAD
*******************************/

.bg-download {
    background-image: url(https://kaiser-web.jp/images/top/contactbk.jpg);
    background-size: cover;
    background-attachment: fixed;
    /* パララックス効果を有効化 */
    background-position: bottom;
    background-repeat: no-repeat;
    height: 50vh;
    /* 必要に応じて調整 */
    position: relative;
}


.download-border {
    border: 1px solid #fff;
    width: 120px;
    margin: 0 auto;
}


/*******************************
        13. FAQ
*******************************/

.faq-content .card-header {
    padding: 0px
}

.faq-content .card {
    border-radius: 6px;
    border: 1px solid #ececec;
}

.faq-content .card-header {
    background-color: transparent;
    border-bottom: transparent;
}

.faq-content .btn-link {
    color: #444444;
}

.faq-content .btn-link {
    text-decoration: none;
}


/*******************************
        14. BLOG
*******************************/

.blog-content {
    position: relative;
}

.blog-link {
    color: #444444;
    transition: all .3s ease;
}

.blog-link:hover {
    color: #918bca;
}

.blog-lable {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #918bca;
    display: inline-block;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}

.blog-lable .date {
    line-height: 34px;
}

.blog-lable .month {
    line-height: 10px;
}

/*******************************
        15. FOOTER
*******************************/

.bg-footer {
    background-image: url('https://kaiser-web.jp/images/common/footerbg.jpg');
    background-size: cover;
    /* 画像を要素全体に拡大/縮小 */
    background-position: center;
    /* 中央に配置 */
    background-repeat: no-repeat;
    /* 画像を繰り返さない */
    background-attachment: fixed;
    /* パララックス効果を有効化 */
}



.footer-title {
    font-size: 20px;
    color: #fff;
}

.footer-info {
    color: #cecece;
    font-size: 15px;
}

/* PCサイズのスタイル */
@media (min-width: 768px) {
    .footer-info {
        margin-right: 70px;
    }
}


.footer-social a {
    color: #ffffff;
    font-size: 18px;
    transition: all 0.5s;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    border: 2px solid #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 36px;
}

.footer-social a:hover {
    color: #fff;
    background-color: #9bb0eb;
}

.footer-news {
    overflow: hidden;
    color: #cecece;
}

.footer-icon {
    color: #bbbbbb;
}

.footer-link a {
    color: #cecece;
    line-height: 32px;
    transition: all 0.5s;
    font-size: 15px;
}

.footer-link a:hover {
    color: #918bca;
}

.footer-alt {
    color: #cecece;
}


/*******************************
        16. ABOUT-POST
*******************************/

.bg-about-post {
    background-image: url(https://kaiser-web.jp/images/common/subtop.jpg);
    background-size: cover;
    padding: 200px 0px 170px 0px;
    position: relative;
    background-position: center;
}

.bg-about-box h4 {
    color: #fff;
    font-size: 36px;
}

.about-post-heading {
    width: 70px;
    height: 70px;
    background-color: #918bca;
    display: inline-block;
    font-size: 40px;
    line-height: 70px;
    color: #fff;
    text-align: center;
}

.about-post-image img {
    border: 6px solid #dddddd;
}

.about-post-image img {
    border: 6px solid #dddddd;
}


/*  services  */

.post-services-icon i {
    font-size: 50px;
}

.post-services-icon:before {
    position: absolute;
    content: "";
    top: 60px;
    left: 40px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(255, 180, 0, 0.15));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(165, 157, 236, 0.15));
}


/*  post-team  */

.post-team-img img {
    width: 180px;
}


/*******************************
        17. CONTECT-POST
*******************************/

.contact-social a {
    color: #ffffff;
    font-size: 20px;
    transition: all 0.5s;
    width: 46px;
    height: 46px;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    background-color: #444;
}

.contact-social a:hover {
    color: #fff;
    background-color: #918bca;
}

textarea.form-control {
    height: auto !important;
}

.error {
    margin: 8px 0px;
    display: none;
    color: red;
}

#ajaxsuccess {
    font-size: 16px;
    width: 100%;
    display: none;
    clear: both;
    margin: 8px 0px;
}

.error_message {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    color: #f01414;
    border: 2px solid #f01414;
}

.contact-loader {
    display: none;
}

#success_page {
    text-align: center;
    margin-bottom: 50px;
}

#success_page h3 {
    color: #0dba26;
    font-size: 22px;
}

.custom-form .form-control:focus {
    border-color: #918bca;
    outline: 0;
    box-shadow: none;
}

.custom-form .form-control {
    height: 46px;
    z-index: 2;
    font-size: 14px;
    border: 1px solid #bbbbbb;
    background-color: #fbfbfb;
}

.contact-lable {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


/*******************************
     18.    STANDARD-POST
*******************************/

.post-subtitle {
    color: #918bca !important;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.blog-post-title {
    color: #444444;
    font-size: 22px;
    letter-spacing: 1px;
}

.blog-post-title:hover {
    color: #918bca;
    transition: all 0.5s;
}

.blog-post-title:hover {
    color: #918bca;
    transition: all 0.5s;
}

.blog-post-info>span:after {
    content: "-";
    display: inline-block;
}

.blog-post-info>span:last-child:after {
    content: "";
}

.blog-post-author a {
    color: #918bca;
}

.blog-post-comment a {
    color: #918bca;
}

.read-more {
    font-size: 14px;
    color: #444444;
    letter-spacing: 1px;
    transition: all .3s ease;
}

.read-more:hover {
    color: #918bca;
}

.standard-social {
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 10px 0px 10px 0px;
}

.standard-post-info {
    color: #444444;
}

.standard-post-info:hover {
    color: #918bca;
}


/*******************************
     19.    BLOG-POST
*******************************/

.blockquote {
    border-left: 4px solid #918bca !important;
}


/******** AUTHOR ********/

.blog-post-author img {
    width: 90px;
}


/******** comment ********/

.comment-author-img img {
    max-width: 60px;
    border-radius: 3px;
}

.standard-reply {
    color: #444444 !important;
}

.standard-media-desc {
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}


/*******************************
       20.  RESPONSIVE
*******************************/


@media (max-width: 768px) {
    .bg-home {
        height: 730px;
    }

    .home-slider .carousel-item,
    .home-slider .carousel {
        height: 730px;
    }

    .bg-home-6 {
        height: auto;
    }




}

@media (max-width: 320px) {
    .carousel-app-phone:after {
        display: none;
    }

    .bg-home {
        height: auto;
    }

    .home-slider .carousel-item,
    .home-slider .carousel {
        height: auto;
    }


}

.logo img {
    max-width: 100%;
    height: auto;
}

/* 初期状態（白いロゴ） */
.logo img {
    transition: opacity 0.3s ease-in-out;
}

/* スクロール後（黒いロゴ） */
#topnav.scrolled .logo img {
    content: url("https://kaiser-web.jp/images/common/headerlogob.png");
}

/* スマホ用スタイル：常に黒いロゴ */
@media (max-width: 768px) {
    .logo img {
        content: url("https://kaiser-web.jp/images/common/headerlogob.png");
    }
}

/* 基本スタイル：PC表示（左寄せ） */
.footer-content {
    text-align: left;
}

.footer-logo img {
    max-width: 100%;
    /* 親要素を超えない */
    height: auto;
    /* アスペクト比を保持 */
}

/* スマホ表示（中央寄せ） */
@media (max-width: 768px) {
    .footer-content {
        text-align: center;
        /* 中央寄せ */
    }
}

.tag {
    display: inline-block;
    outline: 0;
    border: 0;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    font-size: 12px;
    height: 30px;
    padding: 5px 15px;
    text-shadow: rgb(0 0 0 / 25%) 0px 3px 8px;
    background: linear-gradient(92.88deg, rgb(69, 94, 181) 9.16%, rgb(86, 67, 204) 43.89%, rgb(103, 63, 215) 64.72%);
    transition: all 0.5s ease 0s;
    margin-top: 5px;
}

.tag:hover {
    box-shadow: rgb(80 63 205 / 50%) 0px 1px 40px;
    transition: all 0.1s ease 0s;
}

.custom-padding {
    padding-left: 50px;
    padding-right: 50px;
}

@media (max-width: 768px) {
    .custom-padding {
        padding-left: 0;
        padding-right: 0;
    }
}

.strongback {
    background-image: url(https://kaiser-web.jp/images/top/strongbg.jpg);
}



.youtenList li {
    margin-left: 15px;
    margin-bottom: 1em;
    list-style-type: disc;
    line-height: 24px;
}


.title-box {
    position: relative;
}

.title-heading {
    font-size: 24px;
    /* メインタイトルのサイズ */
    font-weight: bold;
    /* メインタイトルを太字に */
    z-index: 2;
    /* 背景テキストより前面に表示 */
    position: relative;
    /* 背景テキストとの重なりを制御 */
    color: #787a7f;
    /* 少し灰色の文字色 */
    text-shadow:
        0 0 5px #fff,
        /* 内側の光彩 */
        0 0 10px #fff,
        /* 中間の光彩 */
        0 0 15px #fff,
        /* 外側の光彩 */
        0 0 20px #fff;
    /* より広がった光彩 */
}


.title-heading2 {
    font-size: 24px;
    /* メインタイトルのサイズ */
    font-weight: bold;
    /* メインタイトルを太字に */
    z-index: 2;
    /* 背景テキストより前面に表示 */
    position: relative;
    /* 背景テキストとの重なりを制御 */
}

.title-background {
    position: absolute;
    top: -80px;
    /* タイトルと背景の位置調整 */
    left: 50%;
    /* 横方向の位置調整 */
    transform: translateX(-50%);
    /* 中央揃え */
    font-size: 80px;
    /* 背景テキストのサイズ */
    font-family: 'Brush Script MT', cursive;
    /* 筆記体フォント */
    background: linear-gradient(92.88deg,
            rgba(69, 94, 181, 0.2) 9.16%,
            rgba(86, 67, 204, 0.2) 43.89%,
            rgba(103, 63, 215, 0.2) 64.72%);
    /* 透明度を含むグラデーション */
    -webkit-background-clip: text;
    /* テキストにグラデーションを適用 */
    -webkit-text-fill-color: transparent;
    /* テキストの色を透明に */
    z-index: 1;
    /* タイトルの後ろに配置 */
    pointer-events: none;
    /* 背景テキストをクリック不可に */
    white-space: nowrap;
    /* 改行しないように設定 */
}


.accordion_area .accordion_one .ac_header {
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 0.5rem 5rem 0.5rem 1rem;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition: .2s;
}

.accordion_area .accordion_one .ac_header:not(.open):hover {
    background-color: #f1f8ff;
}

.accordion_area .accordion_one:nth-child(odd) .ac_header {
    background-color: #f5f5f5;
}

.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
    background-color: #f1f8ff;
}

.accordion_area .accordion_one .ac_header .i_box {
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

.accordion_area .accordion_one .ac_header .i_box:before,
.accordion_area .accordion_one .ac_header .i_box:after {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
}

.accordion_area .accordion_one .ac_header .i_box:before {
    border-top: 2px solid #014897;
    width: 20px;
    height: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.accordion_area .accordion_one .ac_header .i_box:after {
    border-left: 2px solid #014897;
    width: 0;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 9px;
    transition: .3s;
}

.accordion_area .accordion_one .ac_header.open .i_box:after {
    height: 0;
}

.accordion_area .accordion_one .ac_inner {
    display: none;
    padding: 1.5rem 2rem 1.5rem 2rem;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    background: #fff;
}

@media screen and (max-width: 736px) {
    .accordion_area .accordion_one .ac_header {
        padding: 1.5rem 2rem 1.5rem 1.0rem;
    }

    .accordion_area .accordion_one .ac_header .i_box {
        right: 0.8rem;
        width: 15px;
        height: 15px;
        margin-top: -7px;
    }

    .accordion_area .accordion_one .ac_header .i_box:before {
        width: 15px;
    }

    .accordion_area .accordion_one .ac_header .i_box:after {
        height: 15px;
        right: 7px;
    }

    .accordion_area .accordion_one .ac_inner {
        padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    }
}

/*=========
faq
=========*/

.p-faq__headinner {
    display: block;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
}

.p-faq__headinner::before {
    position: absolute;
    left: 0;
    content: "Q．";
    color: #09357f;
    font-size: 20px;
    font-weight: bold;
}

.p-faq__headinner p.p-faq__q-txt {
    font-size: 20px;
    margin-bottom: 0;
}

@media screen and (max-width: 736px) {
    .p-faq__headinner {
        padding-left: 25px;
    }

    .p-faq__headinner::before {
        font-size: 14px;
    }

    .p-faq__headinner p.p-faq__q-txt {
        font-size: 14px;
    }
}

.p-faq__bodyinner {
    display: block;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
}

.p-faq__bodyinner::before {
    position: absolute;
    left: 0;
    content: "A．";
    color: #de0000;
    font-size: 20px;
    font-weight: bold;
}

.p-faq__bodyinner p.p-faq__a-txt {
    font-size: 20px;
}

@media screen and (max-width: 736px) {
    .p-faq__bodyinner {
        padding-left: 25px;
    }

    .p-faq__bodyinner::before {
        font-size: 14px;
    }

    .p-faq__bodyinner p.p-faq__a-txt {
        font-size: 14px;
    }
}

/*=========
base
=========*/



.s_section {
    max-width: 1020px;
    margin: 0 auto;
    padding: 2rem 10px;
}

.gutter>*:not(:last-child) {
    margin-bottom: 1.5rem;
}

h2 {
    color: #333;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
    padding-left: 8px;
    margin-top: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 736px) {
    h2 {
        font-size: 16px;
    }
}

ul.list-disc {
    margin-bottom: 0;
    padding-left: 0;
}

.list-disc__item {
    margin-left: 1.5em;
    list-style: disc;
}

a._a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 2.0em 1.0em;
    border: 1px solid #222222;
    background: linear-gradient(to right, #ffffff 50%, #222222 50%);
    background-size: 200% auto;
    box-sizing: border-box;
    color: #222222;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    transition: .3s;
    position: relative;
}

a._a:after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 100%;
    height: 100%;
    border-right: 1px solid #222222;
    border-bottom: 1px solid #222222;
}

a._a:hover {
    color: #ffffff;
    background-position: -100% 0;
}


ul.slider {
    padding: 40px 0;

    li {
        padding: 0px;
        height: 382px;

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
}

.section.bg-download {
    position: relative;
    padding: 50px 50px;
    /* 上下に余白を確保 */
    min-height: 400px;
    /* PCなど大きな画面の最低高さ */
}

@media (max-width: 768px) {
    .section.bg-download {
        min-height: 500px;
        /* スマホ画面の最低高さ */
    }
}


.contact-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    /* ボタン間の間隔 */
}

.contact-btn .btn {
    display: inline-flex;
    align-items: center;
    /* アイコンとテキストを縦中央揃え */
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
}

.contact-btn .btn i {
    margin-right: 8px;
    /* アイコンとテキストの間に隙間を作成 */
    font-size: 18px;
    /* アイコンサイズを調整 */
}

.script-text {
    margin-top: 20px;
}

.script-text .main-text {
    font-family: 'Bad Script', cursive;
    /* Bad Scriptフォント */
    font-size: 36px;
    /* メインのテキストサイズ */
    font-weight: 400;
    /* 標準の太さ */
    color: white;
    /* 白文字 */
    margin: 0;
}

.script-text .sub-text {
    font-family: 'Bad Script', cursive;
    /* Bad Scriptフォント */
    font-size: 28px;
    /* サブテキストサイズ */
    font-weight: 400;
    /* 標準の太さ */
    color: white;
    /* 白文字 */
    margin: 5px 0 0;
}

@media (max-width: 768px) {
    .home-image-wrapper {
        display: none !important;
        /* 確実に非表示 */
    }
}

@media (max-width: 768px) {
    .mt-4 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mt-4 a {
        margin: 0;
        /* リンク間のスペース調整 */
    }

    .mt-4 img {
        margin: 10px 0;
        /* 画像上下のスペース調整 */
    }
}

.feature-title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-number {
    background: linear-gradient(92.88deg, rgb(69, 94, 181) 9.16%, rgb(86, 67, 204) 43.89%, rgb(103, 63, 215) 64.72%);
    color: white;
    font-weight: bold;
    font-size: 18px;
    padding: 0px 8px;
}

.feature-title h4 {
    margin-left: 10px;
    /* 番号とテキストの間隔を調整 */
}

@media (max-width: 768px) {
    .feature-title {
        flex-direction: column;
        /* 黒四角とh4を縦並びに */
    }

    .feature-title h4 {
        margin-left: 0;
        /* 横方向の余白をリセット */
        margin-top: 10px;
        /* 縦方向の余白を追加 */
    }
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}


.fs-13 {
    font-size: 1.3rem;
}
.pa5555{
    padding: 5px 5px 5px 5px;
    text-align: center;
}
.animate__animated { opacity: 0; }
