@charset "UTF-8";

/*====================================================
　共通設定（スマホファースト）
====================================================*/

*{
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

body{
    font-family: "Yu Gothic", YuGothic, Helvetica, Arial,
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    Meiryo, メイリオ, sans-serif;
    color: #000;
    overflow-x: hidden;
}

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

a{
    text-decoration: none;
    color: #000;
}

/*====================================================
　共通パーツ
====================================================*/

h2{
    font-size: 15px;
    font-weight: bold;
}

h2.title{
    color: #fff;
    background-color: #a9163f;
    padding: 2px 10px;
    width: auto;
    text-align: center;
    box-shadow: 5px 5px 10px gray;
    line-height: 1.5;
    margin: 0 auto 10px auto;
}

h3{
    font-size: 15px;
    font-weight: bold;
    text-align: center;
}

p.medium{
    font-size: 11px;
    line-height: 1.8;
}

p.small{
    font-size: 9px;
    line-height: 1.8;
}

a.button-small{
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    margin: 20px auto 0;
    background: #a9163f;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    font-weight: bold;
    font-size: 15px;
    box-shadow: 5px 5px 10px gray;
}

a.button-small:hover{
    background-color: #eb0747;
}

a.button-large{
    display: block;
    width: 330px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    background: #a9163f;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    font-weight: bold;
    font-size: 20px;
    box-shadow: 5px 5px 10px gray;
}

a.button-large:hover{
    background-color: #eb0747;
}

a.button-border{
    font-size: 10px;
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #000;
    text-align: center;
    border-radius: 50px;
    box-shadow: 5px 5px 10px gray;
}

/*====================================================
　ヘッダー
====================================================*/

header{
    margin: 30px auto;
}

header#header_inner{
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

header h1#header-logo img{
    width: 80px;
    height: auto;
}

header nav ul{
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

header nav ul li a{
    font-size: 10px;
    font-weight: bold;
}

div#header_button a{
    margin: -10px auto 0 auto;
}

/*====================================================
　MV
====================================================*/

div#mainmainvisual_inner{
    margin-top: 0;
    position: relative;
}

div#mainvisual img{
    width: 100%;
    height: 320px;
    object-fit: cover;
}

div#badge img{
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 30px;
    right: 30px;
}

p#subcopy{
    position: absolute;
    left: 20px;
    bottom: 120px;
    font-size: 15px;
    color: #a9163f;
    font-weight: bold;
    text-shadow: 3px 3px 5px gray;
}

p#maincopy{
    position: absolute;
    left: 20px;
    bottom: 80px;
    font-size: 30px;
    color: #a9163f;
    font-weight: bold;
    text-shadow: 4px 4px 6px gray;
}


div#mainmainvisual_inner a.button-large{
    position: absolute;
    left: 20px;
    bottom: 15px;
}

/*====================================================
　About
====================================================*/

div#about{
    width: 90%;
    margin: 0 auto;
    margin-top: 70px;
}

div#about img{
    width: 100%;
    height: auto;
}

div#about_sentence{
    margin-top: 30px;
}

div#about_sentence p{
    margin-top: 20px;
}

/*====================================================
　System
====================================================*/

div#system{
    width: 90%;
    margin: 70px auto 0 auto;
}

div#system p.medium{
    margin-top: 20px;
}

div.col-3{
    margin-top: 30px;
}

div.card{
    margin-bottom: 30px;
}

div.card_text{
    background: #E1EEFF;
    padding: 20px 15px;
}

div.card_text p{
    margin-top: 10px;
}

/*====================================================
　Plan
====================================================*/

div#plan{
    width: 90%;
    margin: 70px auto 0 auto;
}

div#plan p.medium{
    text-align: center;
    margin-top: 10px;
}

div#plan table{
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
}

div#plan th,
div#plan td{
    border: 2px solid #000;
    padding: 10px;
    text-align: center;
}

div#plan td.comment{
    border:none;
}

div#plan th{
    font-size: 16px;
    color: #fff;
}

th#one_month{
    background: #707070;
}

th#six_month{
    background: #2d3057;
}

th#one_year{
    background: #a9163f;
}

tr#price td{
    font-size: 20px;
    font-weight: bold;
}

td.comment{
    font-size: 12px;
}

/*====================================================
　CTA
====================================================*/

div#cta{
    width: 100%;
    margin: 70px auto 0 auto;
    background-image: linear-gradient(90deg, #000b99, #31cdb0);
}

div#cta_inner{
    padding: 50px;
    margin: 0 auto;
}

div#cta p#cta_title{
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
}

div#cta p#cta_sentence{
    margin-top: 20px;
    color: #fff;
    text-align: center;
    font-size: 9px;
    line-height: 2;
}

div#cta a.button-large{
    width: 250px;
    margin:40px auto 0 auto;
}

/*====================================================
　FAQ
====================================================*/

div#faq{
    width: 90%;
    margin: 70px auto 0 auto;
}

.faq{
    background: #FFE7F2;
    border-radius: 10px;
    margin-top: 20px;
}

.faq-head,
.faq-body{
    padding: 20px;
}

.faq-head{
    position: relative;
}

.faq-head p{
    width: 90%;
}

.faq-head::after{
    content: "";
    background-image: url("images/arrow.png");
    background-size: contain;
    width: 15px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.faq-body{
    display: none;
}

/*====================================================
　Access
====================================================*/

div#access{
    width: 90%;
    margin: 70px auto 0 auto;
}

div#access_inner{
    margin-top: 30px;
}

div#access_inner iframe{
    width: 100%;
    height: 300px;
}

div#access_discription{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    
}

/*====================================================
　Footer
====================================================*/

footer{
    width: 100%;
    height: auto;
    margin-top: 100px;
    margin-bottom: 0;
    background: #333;
    padding: 30px 15px;
}

footer ul{
    text-align: center;
}

footer ul li{
    margin-bottom: 40px;
}

footer ul li a{
    color: #fff;
}

.copyright{
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
}

/*====================================================
　タブレット版
====================================================*/

/*====================================================
　共通設定（タブレット）
====================================================*/

@media (min-width:768px){
    
*{
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

body{
    font-family: "Yu Gothic", YuGothic, Helvetica, Arial,
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    Meiryo, メイリオ, sans-serif;
    color: #000;
    overflow-x: hidden;
}

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

a{
    text-decoration: none;
    color: #000;
}

/*====================================================
　共通パーツ
====================================================*/

h2{
    font-size: 25px;
    font-weight: bold;
}

h2.title{
    color: #fff;
    background-color: #a9163f;
    padding: 5px;
    text-align: center;
    box-shadow: 5px 5px 10px gray;
    line-height: 1.5;
    margin: 0 auto 10px auto;
}

h3{
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}

p.medium{
    font-size: 15px;
    line-height: 1.8;
}

p.small{
    font-size: 12px;
    line-height: 1.8;
}

a.button-small{
    display: block;
    width: 250px;
    height: 50px;
    line-height: 50px;
    background: #a9163f;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    font-weight: bold;
    font-size: 20px;
    box-shadow: 5px 5px 10px gray;
}

a.button-small:hover{
    background-color: #eb0747;
}

a.button-large{
    display: block;
    width: 390px;
    height: 50px;
    line-height: 50px;
    background: #a9163f;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    font-weight: bold;
    font-size: 25px;
    box-shadow: 5px 5px 10px gray;
}

a.button-large:hover{
    background-color: #eb0747;
}

a.button-border{
    font-size: 15px;
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #000;
    text-align: center;
    border-radius: 50px;
    box-shadow: 5px 5px 10px gray;
}

/*====================================================
　ヘッダー
====================================================*/

header{
    margin: 50px auto 0 auto;
}

header#header_inner{
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header h1#header-logo img{
    width: 200px;
    height: auto;
}

header nav ul{
    display: flex;
    justify-content: space-between;
    gap: 25px;
}

header nav ul li a{
    font-size: 15px;
    font-weight: bold;
}
    
div#header_button{
    width: 90%;
    height: 50px;
    margin: 0 auto;
    position: relative;
}

div#header_button a{
    display: block;
    position: absolute;
    right: 0;
    margin: 0;
}


/*====================================================
　MV
====================================================*/

div#mainmainvisual_inner{
    width: 100%;
    margin: 10px auto 0 auto;
    position: relative;
}

div#mainvisual img{
    width: 100%;
    height: 550px;
    object-fit: cover;
}

div#badge img{
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 70px;
    right: 70px;
}

p#subcopy{
    position: absolute;
    left: 30px;
    bottom: 200px;
    font-size: 18px;
    color: #a9163f;
    font-weight: bold;
    text-shadow: 3px 3px 5px gray;
}

p#maincopy{
    position: absolute;
    left: 30px;
    bottom: 150px;
    font-size: 35px;
    color: #a9163f;
    font-weight: bold;
    text-shadow: 4px 4px 6px gray;
}


div#mainmainvisual_inner a.button-large{
    position: absolute;
    left: 30px;
    bottom: 80px;
}

/*====================================================
　About
====================================================*/

div#about{
    width: 90%;
    margin: 0 auto;
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

div#about img{
    width: 40%;
    height: 40%;
}
    
h2#first{
    width: 350px;
    margin-left: 0;
}

h2#second{
    width: 380px;
    margin-left: 0;
}

div#about_sentence{
    margin-top: 0;
    margin-left: 30px;
}

div#about_sentence p{
    margin-top: 20px;
}

/*====================================================
　System
====================================================*/

div#system{
    width: 90%;
    margin: 70px auto 0 auto;
}
    
h2#third{
    width: 500px;
    margin: 0 auto;
}

div#system p.medium{
    margin-top: 20px;
}

div.col-3{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

div.card{
    width: 32%;
}

div.card_text{
    background: #E1EEFF;
    padding: 15px 15px;
    height: 250px;
}

div.card_text p{
    margin-top: 10px;
}

/*====================================================
　Plan
====================================================*/

div#plan{
    width: 90%;
    margin: 70px auto 0 auto;
}

h2#fourth{
    width: 200px;
    margin: 0 auto;
}    
    
div#plan p.medium{
    text-align: center;
    margin-top: 10px;
}

div#plan table{
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
}

div#plan th,
div#plan td{
    border: 2px solid #000;
    padding: 10px;
    text-align: center;
}
   
div#plan td.comment{
    border:none;
}
    

div#plan th{
    font-size: 18px;
    color: #fff;
}

th#one_month{
    background: #707070;
}

th#six_month{
    background: #2d3057;
}

th#one_year{
    background: #a9163f;
}

tr#price td{
    font-size: 28px;
    font-weight: bold;
}
    
td.comment {
    font-size: 18px;
    font-weight: bold;
}

/*====================================================
　CTA
====================================================*/

div#cta{
    width: 100%;
    margin: 70px auto 0 auto;
    background-image: linear-gradient(90deg, #000b99, #31cdb0);
}

div#cta_inner{
    padding: 60px;
    margin: 0 auto;
}

div#cta p#cta_title{
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
}

div#cta p#cta_sentence{
    margin-top: 20px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 2;
}

div#cta a.button-large{
    margin-top: 40px;
}

/*====================================================
　FAQ
====================================================*/

div#faq{
    width: 90%;
    margin: 70px auto 0 auto;
}

h2#fifth{
    width: 250px;
    margin: 0 auto;
}    

.faq{
    width: 70%;
    margin: 0 auto;
    background: #FFE7F2;
    border-radius: 10px;
    margin-top: 20px;
}

.faq-head,
.faq-body{
    padding: 20px;
}

.faq-head{
    position: relative;
}

.faq-head::after{
    content: "";
    background-image: url("images/arrow.png");
    background-size: contain;
    width: 15px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.faq-body{
    display: none;
}

/*====================================================
　Access
====================================================*/

div#access{
    width: 90%;
    margin: 70px auto 0 auto;
}

div#access_inner{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

div#access_inner iframe{
    width: 50%;
    height: 200px;
}

div#access_discription{
    width: 45%;
    margin-top: 0;
    margin-left: 50px;
    flex-direction:column;
    justify-content: flex-start;
}
    
div#access_discription p{
    margin-bottom: 20px;
}
    
div#access_discription.a{
    display: block;
}


/*====================================================
　Footer
====================================================*/

footer{
    width: 100%;
    background-color: #333333;
    margin-top: 100px;
    padding: 30px 0;
}

footer div#footer_inner{
    width: 90%;
    margin: 0 auto;

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

footer ul{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

footer ul li{
    margin: 0;
}

footer ul li a{
    color: #FFFFFF;
    font-size: 15px;
}

footer ul li a:hover{
    opacity: 0.8;
}

p.copyright{
    color: #FFFFFF;
    font-size: 12px;
}
    
}


/*====================================================
　PC版
====================================================*/

/*====================================================
　共通設定
====================================================*/


@media (min-width: 1024px){
*{
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

body{
    font-family: "Yu Gothic", YuGothic, Helvetica, Arial,
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3",
    Meiryo, メイリオ, sans-serif;
    color: #000;
    overflow-x: hidden;
}

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

a{
    text-decoration: none;
    color: #000;
}

/*====================================================
　共通パーツ
====================================================*/

h2{
    font-size: 30px;
    font-weight: bold;
}

h2.title{
    color: #fff;
    background-color: #a9163f;
    padding: 7px;
    text-align: center;
    box-shadow: 5px 5px 10px gray;
    line-height: 1.5;
    margin: 0 auto 12px auto;
}

h3{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

p.medium{
    font-size: 18px;
    line-height: 1.8;
}

p.small{
    font-size: 15px;
    line-height: 1.8;
}

a.button-small{
    display: block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    background: #a9163f;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    font-weight: bold;
    font-size: 22px;
    box-shadow: 5px 5px 10px gray;
}

a.button-small:hover{
    background-color: #eb0747;
}

a.button-large{
    display: block;
    width: 450px;
    height: 70px;
    line-height: 70px;
    background: #a9163f;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    font-weight: bold;
    font-size: 25px;
    box-shadow: 5px 5px 10px gray;
}

a.button-large:hover{
    background-color: #eb0747;
}

a.button-border{
    font-size: 20px;
    display: block;
    width: 300px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #000;
    text-align: center;
    border-radius: 50px;
    box-shadow: 5px 5px 10px gray;
}

/*====================================================
　ヘッダー
====================================================*/

header{
    margin: 20px auto 0 auto;
}

header#header_inner{
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

header h1#header-logo img{
    width: 250px;
    height: auto;
}

header nav ul{
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: 0;
}

header nav ul li a{
    display: block;
    font-size: 20px;
    margin-left: 30px;
    font-weight: bold;
    text-align: right;
}
    
div#header_button{
    width: 90%;
    height: 50px;
    margin: 0 auto;
    position: relative;
}

div#header_button a{
    display: block;
    position: absolute;
    right: 0;
    margin: 0;
}


/*====================================================
　MV
====================================================*/

div#mainmainvisual_inner{
    width: 100%;
    margin: 10px auto 0 auto;
    position: relative;
}

div#mainvisual img{
    width: 100%;
    height: 800px;
    object-fit: cover;
}

div#badge img{
    display: block;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 100px;
    right: 100px;
}

p#subcopy{
    position: absolute;
    left: 50px;
    bottom: 300px;
    font-size: 25px;
    color: #a9163f;
    font-weight: bold;
    text-shadow: 3px 3px 5px gray;
}

p#maincopy{
    position: absolute;
    left: 50px;
    bottom: 230px;
    font-size: 50px;
    color: #a9163f;
    font-weight: bold;
    text-shadow: 4px 4px 6px gray;
}


div#mainmainvisual_inner a.button-large{
    position: absolute;
    left: 50px;
    bottom: 130px;
}

/*====================================================
　About
====================================================*/

div#about{
    width: 90%;
    margin: 100px auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

div#about img{
    width: 40%;
    height: 40%;
}
    
h2#first{
    width: 420px;
    margin-left: 0;
} 

h2#second{
    width: 450px;
    margin-left: 0;
}    


div#about_sentence{
    margin-top: 0;
    margin-left: 30px;
}

div#about_sentence p{
    margin-top: 20px;
}

/*====================================================
　System
====================================================*/

div#system{
    width: 90%;
    margin: 100px auto 0 auto;
}
    
h2#third{
    width: 600px;
    margin: 0 auto;
} 

div#system p.medium{
    margin-top: 20px;
}

div.col-3{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

div.card{
    width: 32%;
}

div.card_text{
    background: #E1EEFF;
    padding: 25px 15px;
    height: 250px;
}

div.card_text p{
    margin-top: 15px;
}

/*====================================================
　Plan
====================================================*/

div#plan{
    width: 90%;
    margin: 100px auto 0 auto;
}

div#plan p.medium{
    text-align: center;
    margin-top: 20px;
}

div#plan table{
    width: 100%;
    margin-top: 20px;
    border-collapse: collapse;
}

div#plan th,
div#plan td{
    border: 2px solid #000;
    padding: 10px;
    text-align: center;
}

div#plan td.comment{
    border:none;
}
    
div#plan td.comment{
        border:none;
    }

div#plan th{
    font-size: 20px;
    color: #fff;
}

th#one_month{
    background: #707070;
}

th#six_month{
    background: #2d3057;
}

th#one_year{
    background: #a9163f;
}

tr#price td{
    font-size: 30px;
    font-weight: bold;
}
    
td.comment{
    font-size: 20px;
}

/*====================================================
　CTA
====================================================*/

div#cta{
    width: 100%;
    margin: 100px auto 0 auto;
    background-image: linear-gradient(90deg, #000b99, #31cdb0);
}

div#cta_inner{
    padding: 60px;
    margin: 0 auto;
}

div#cta p#cta_title{
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.5;
}

div#cta p#cta_sentence{
    margin-top: 30px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 2;
}

div#cta a.button-large{
    margin: 0 auto;
    margin-top: 40px;
}

/*====================================================
　FAQ
====================================================*/

div#faq{
    width: 90%;
    margin: 100px auto 0 auto;
}

.faq{
    width: 65%;
    margin: 0 auto;
    background: #FFE7F2;
    border-radius: 10px;
    margin-top: 30px;
}

.faq-head,
.faq-body{
    padding: 20px;
}

.faq-head{
    position: relative;
}

.faq-head::after{
    content: "";
    background-image: url("images/arrow.png");
    background-size: contain;
    width: 15px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.faq-body{
    display: none;
}

/*====================================================
　Access
====================================================*/

div#access{
    width: 90%;
    margin: 100px auto 0 auto;
}

div#access_inner{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

div#access_inner iframe{
    width: 50%;
    height: 400px;
}

div#access_discription{
    width: 45%;
    margin-top: 0;
    margin-left: 50px;
    flex-direction:column;
    justify-content: flex-start;
}
    
div#access_discription p{
    margin-bottom: 20px;
}
    
div#access_discription.a{
    display: block;
}


/*====================================================
　Footer
====================================================*/

footer{
    padding: 40px 0;
}

footer div#footer_inner{
    width: 90%;
}

footer ul{
    gap: 40px;
}

footer ul li a{
    font-size: 20px;
}

p.copyright{
    font-size: 15px;
}


}

/* =========================
不要iframe対策
========================= */

body > iframe{
    height:0 !important;
    min-height:0 !important;
}

body > iframe{
    display:none !important;
}

div[style*="z-index: 9999"]{
    line-height:0 !important;
}

div[style*="z-index: 9999"]{
    line-height:0;
    font-size:0;
}

/* 空広告ラッパー対策 */

div[style*="z-index: 9999"]{
    display:block !important;
    line-height:0 !important;
    font-size:0 !important;
    height:0 !important;
    overflow:hidden !important;
    margin:0 !important;
    padding:0 !important;
}