@charset "utf-8"; /* CSS Document */
/*----------------------------------------------------
 reset
----------------------------------------------------*/
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p , 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
em, img, ins, kbd, q, s, samp, small, strike, strong, ub, sup, tt, var, b, 
u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, embed, figure, figcaption, footer, header, hgroup, menu, nav, 
output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

html {
    overflow-y: scroll;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

textarea {
    margin: 0;
    padding: 0;
}

input {
    font-size: 28px;
    padding: 5px;
    margin-bottom: 10px;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}



caption, th {
    text-align: left;
}

a:focus {
    outline: none;
}

img {
    vertical-align: bottom;
}

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

ul, menu, dd, dir {
    margin: 0;
    padding: 0;
}

ul, ol {
    margin-left: 3rem;
    -webkit-padding-start: 0;
    -moz-padding-start: 0;
    -o-padding-start: 0;
    -ms-padding-start: 0;
}








/*----------------------------------------------------
 common
----------------------------------------------------*/
body {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: 1.3em;
    line-height: 1.8;
    letter-spacing: 0;
    -webkit-text-size-adjust : 100%;
    overflow: hidden;
    /* スクロール時横幅全体表示 */
    min-width: 800px;
    color: #333;
    z-index: -2;
    background: #;
}

a {
    color: #313131;
}

/* IEイメージ枠なし */
a img {
    border-style: none;
}

/*----------------------------------------------------
 contents
----------------------------------------------------*/
header {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    margin-top: 100px;
    position:   relative;
}

/* LP1 header */

.head {
    background: url(img/head.jpg) center 0 no-repeat;
    max-height: 1000px;
    height: 58vw;
    max-height:800px;
    width:100vw;
    background-size:cover;
}


.headcopy{
    position: relative;
    top:20px;
    left:40%;
    z-index:1;
    width:48%;
    max-width:700px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: rotate(-50%);
        -o-transform: rotate(-50%);

}

.headbtn a{
    font-size:20px;
    color: #fff;
    font-weight: bold;
    font-size:min(1.8vw,20px);
    text-decoration: none;
    background: linear-gradient(to right, #ff416c, #ff4b2b);
    box-shadow: 4px 10px 5px 0 rgba(0, 0, 0, .1);
    border-radius: 50px;
    padding: 3px 0px;
    margin:20px auto;
    display:block;

}


.key{
    position:absolute;
    top:80px;
    right:-165px;
    width:35%;
    max-width:700px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: rotate(-50%);
        -o-transform: rotate(-50%);
}


.headbtn a:hover {
    opacity: 0.8;
}

.headbtn a:before {
    font-family: 'Material Icons';
    content: "\e158";
    font-size: 2rem;
    margin-right: 5px;
    vertical-align: middle;
}

.headbtn a:after {
    font-family: 'Material Icons';
    content: "\e5cc";
    font-size: 2rem;
    margin-left: 5px;
    vertical-align: middle;
}




/* LP2 header */
.head2 {
    background: url(img/head2.jpg) center 0 no-repeat,
      url(img/head2-2.jpg) bottom center/10px 30px repeat;
    max-height: 859px;
    height:75vw;
    background-size:contain;
}


.headcopy2{
    position:absolute;
    top:70px;
    left:40%;
    z-index:1;
    max-width:70%;
    transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: rotate(-50%);
        -o-transform: rotate(-50%);
    
}

/* LP3 header */

.head3 {
    background: url(img/head3.jpg) center 0 no-repeat;
    max-height: 859px;
    height:75vw;
    background-size:cover;
}

.copybox{
    top:40px;
    left:65%;
    z-index:1;
    width:60%;
    max-width:800px;
    transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: rotate(-50%);
        -o-transform: rotate(-50%);
    position:absolute;
    
}

.key3{
    position:absolute;
    top:70px;
    left:0%;
    z-index:1;
    width:65%;
    max-width:1007px;
}

.headbtn3 a{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background: linear-gradient(to right, #ff416c, #ff4b2b);
    box-shadow: 4px 10px 5px 0 rgba(0, 0, 0, .1);
    border-radius: 50px;
    padding: 13px 20px 15px 20px;
    margin: 0 auto;
    bottom:-40px;
    position:relative; 
}

.headbtn3 a:hover {
    opacity: 0.8;
}

.headbtn3 a:before {
    font-family: 'Material Icons';
    content: "\e158";
    font-size: 2rem;
    margin-right: 5px;
    vertical-align: middle;
}

.headbtn3 a:after {
    font-family: 'Material Icons';
    content: "\e5cc";
    font-size: 2rem;
    margin-left: 5px;
    vertical-align: middle;
}


.coupon{
    height:20%;
    width:auto;
    position:absolute;
    bottom:10px;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: rotate(-50%);
        -o-transform: rotate(-50%);
    z-index:1;
    
}


/* LP3 header ここまで*/



/* LP4 header */

.head4 {
    background: url(img/head4.jpg) center 0 no-repeat;
    max-height: 859px;
    height:56vw;
    background-size:cover;

}
.key4{
    position:absolute;
    bottom:0;
    right:-15vw;
    height:100%;
    max-width:1834px;
  
}

@media(min-width: 1700px) {

    .key4{
        right:0;
    }

}





/* LP4 headerここまで */




/*PC用ヘッドメニュー*/

.chase {
    background: #fff;
    width: 100%;
    height: 100px;
    position: fixed;
    display: flex;
    justify-content: space-between;
    z-index: 10;
}

.chase-box1 {
    width: 110px;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.chase-box2 {
    width: ;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chase-box2 .phone {
    color: #0066e4;
    font-size: 2.3rem;
    font-weight: bold;
    margin: 0 20px;
    cursor: default;
}

.chase-box2 .phone span {
    display: block;
    font-size: 0.9rem;
    font-weight: normal;
    color: #5d5d5d;
    left: 45px;
    bottom: 15px;
    position: relative;
}

.chase-box2 .mitsumori {
    color: #fff;
}

.chase-box2 .mitsumori:hover {
    opacity: 0.8;
}

.chase-box2 .mitsumori a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background: linear-gradient(to right, #ff416c, #ff4b2b);
    box-shadow: 4px 10px 5px 0 rgba(0, 0, 0, .1);
    border-radius: 50px;
    padding: 13px 20px 15px 20px;
    margin: 0 5px;
}

.chase-box2 .phone:before {
    font-family: 'Material Icons';
    content: "\e0b0";
    vertical-align: middle;
    margin-right: 5px;
}

.chase-box2 .mitsumori a:before {
    font-family: 'Material Icons';
    content: "\e158";
    font-size: 2rem;
    margin-right: 5px;
    vertical-align: middle;
}

.chase-box2 .mitsumori a:after {
    font-family: 'Material Icons';
    content: "\e5cc";
    font-size: 2rem;
    margin-left: 5px;
    vertical-align: middle;
}


/*スマホ用フッターメニュー*/

.bottom-menu {
    background: rgba(255,255,255,0.8);
    bottom: 0;
    width: 100%;
    position: fixed;
    z-index: 1;
}

.bottom-menu .phone {
    color: #fff;
}

.bottom-menu .phone a {
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    background: #0066e4;
    margin: 5px;
    border-radius: 50px;
    padding: 4px 20px;
    text-decoration: none;
    display: block;
}

.bottom-menu span {
    font-size: 0.8rem;
    font-weight: normal;
}

.bottom-menu .mitsumori {
    color: #fff;
}

.bottom-menu .mitsumori a {
    background: #f750bc;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 50px;
    padding: 4px 20px;
    margin: 5px;
    display: block;
}

.bottom-menu .phone a:before {
    font-family: 'Material Icons';
    content: "\e0b0";
    font-size: 1.2rem;
    vertical-align: middle;
    margin-right: 5px;
}

.bottom-menu .mitsumori a:before {
    font-family: 'Material Icons';
    content: "\e158";
    font-size: 1.2rem;
    margin-right: 5px;
    vertical-align: middle;
}

.bottom-menu .phone a:after {
    font-family: 'Material Icons';
    content: "\e5cc";
    font-size: rem;
    margin-left: 5px;
    vertical-align: middle;
}

.bottom-menu .mitsumori a:after {
    font-family: 'Material Icons';
    content: "\e5cc";
    font-size: rem;
    margin-left: 5px;
    vertical-align: middle;
}

h2, h3, h4, h5 {
    font-weight: bold;
    letter-spacing: 0.05em;
}

h2 {
    position: relative;
    font-size: 2em;
    font-weight: 700;
    color: #fff;
    text-align: center;
    font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    display: flex;
    justify-content: center;
    margin: 0 0 20 0px;
    padding: 70px 0;
}

section.bg2 h2 {
    color: #0066e4;
}

h3 {

    font-size: 25px;
    margin: 30px 0 20px 0;
    color: #333;
}

h4 {
    font-size: 25px;
    text-align: center;
    border-bottom: 3px double #fff;
    margin: 0 auto 30px;
    padding: 15px;
    background: #04122a;
    color: #fff;
}

h5 {
    color: #04122a;
    font-size: 25px;
    border-bottom: 1px dotted #04122a;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

section {
    width: 100%;
    padding: 40px 0 40px 0 ;
    margin: 0;
    z-index: -2;

}

section article {
    width: 820px;
    max-width:80%;
    margin: 0 auto;
    background: #fff;
    padding: 30px 30px;
    border-radius: 12px;
    position:relative;
}

section.bg1 {
    background-image: radial-gradient( circle farthest-corner at 92.3% 71.5%, rgba(134,231,214,1) 0%, rgba(83,138,214,1) 90% );
    padding: 40px 0;
}

section.bg2 {
    background-size: cover;
    background: #eaf6ff;
    background-attachment: fixed;
    margin: 0;
}


/*動画*/
.youtube {
    width: 80%;
    /* 横幅変更 */
    padding: 0;
    box-sizing: border-box;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 20px;
}

.youtube .inner {
    padding-top: 56.25%;
    position: relative;
    height: 0;
    overflow: hidden;
    text-align: center;
}

.youtube .inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* ボタン */

a.btn {
    background: linear-gradient(to right, #ff416c, #ff4b2b);
    border-top: solid 2px #ffc5ea;
    border-bottom: solid 2px #b20064;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    width: 600px;
    max-width: 100%;
    padding: 23px 0 23px;
    margin: 50px auto;
    border-radius: 100px;
    position: relative;
    display: block;
    transition: 0.2s;
    overflow: hidden;
    border-right: none;
    border-left: none;
}

a.btn:hover {
    background: linear-gradient(to right,#ff7896,#ff7f68);
}

a.btn:before {
    font-family: 'Material Icons';
    content: "\e158";
    font-size: 2rem;
    margin-right: 15px;
    vertical-align: middle;
}

a.btn:after {
    font-family: 'Material Icons';
    content: "\e5cc";
    font-size: 2rem;
    margin-left: 5px;
    vertical-align: middle;
}

.yureru {
    animation: yureru-j 2s infinite;
}

@keyframes yureru-j {
    0% {
        transform: translate(0px, 2px);
    }

    5% {
        transform: translate(0px, -2px);
    }

    10% {
        transform: translate(0px, 2px);
    }

    15% {
        transform: translate(0px, -2px);
    }

    20% {
        transform: translate(0px, 2px);
    }

    25% {
        transform: translate(0px, -2px);
    }

    30% {
        transform: translate(0px, 0px);
    }
}

/* 表 */
table {
    width: 820px;
    text-align: center;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 30px;
    
}

table, table th, table td {
    border: 1px solid #999;
    padding: 20px 10px;
    vertical-align:middle;
    font-weight:bold;
}


table.course,
table.hikaku{
    border:0;
    background:#eaf6ff;
    max-width:100%;


}

table.course td,
table.hikaku td{
    background:#fff;
    border:none;
}

table.course td.ryoukin{
    background:#dddddd;
    height:30px;
    padding:0;
    line-height:1;
    border:none;
}

table.course td.nouki{
    background:#98e0f6;
    height:30px;
    padding:0;
    border:none;
}

table.course td.days{
    background:#d3f3ff;
    width:60px;
    border-bottom:solid 2px #cbcbcb;

}

table.course td.price{
    border-bottom:solid 2px #cbcbcb;
}

table.course td.time{
    font-size:15px;
    color:#fff;
    background-image: 
        radial-gradient( circle farthest-corner at 92.3% 71.5%,
                        rgb(67 173 253) 0%,
                        rgb(7 88 162) 90% );
    width:62px;
    border-radius:100px;
    border:solid 6px #eaf6ff;
    box-sizing:border-box;
    padding:0;

}

table.course td.onsei{
    font-size:10px;
    padding:0;
    font-weight:normal;
    color:#fff;    
    background-image: 
        radial-gradient( circle farthest-corner at 92.3% 71.5%,
                        rgb(67 173 253) 0%,
                        rgb(7 88 162) 90% ); 
    border:none;
    height:6px;
    line-height:1.2;

}

table.course td.name{
    color:#fff;    
    background-image: 
        radial-gradient( circle farthest-corner at 92.3% 71.5%,
                        rgb(9 198 184) 0%,
                        rgb(18 151 195) 90% );
    border:none;
    border-radius:6px 6px 0 0;
}


table.course td.shikiri,
table.hikaku td.shikiri{
    background:#eaf6ff;
    width:7px;
    padding:0;
    border:none;
}


table.course td.name .price{
    color:#efff00;
    font-size:1.3rem;
}

table.hikaku th{
    text-align:center;
    border:none;

}


table.hikaku td.nouki{
    height:30px;
    padding:0;
    border:none;
    color:#fff;
    font-size:1rem !important;
}

table.hikaku th.nouki{
    color:#fff;
    font-size:1rem;
    background-image: 
        radial-gradient( circle farthest-corner at 92.3% 71.5%,
                        rgb(9 198 184) 0%,
                        rgb(18 151 195) 90% );
    height:40px;
    padding:0;
    border:none;
    width:200px;
    border-radius:5px;
}

table.hikaku th.name{
    color:#fff;
    font-size:1.6rem;
    border:none;
    border-radius:6px 6px 0 0;
    height:70px;
}


table.hikaku th.time{
    color:#fff;
    font-size:1.4rem;
    background-image: 
        radial-gradient( circle farthest-corner at 92.3% 71.5%,
                        rgb(9 198 184) 0%,
                        rgb(18 151 195) 90% );    
    border:none;
    border-radius:5px;
    height:70px;
}


table.hikaku td.acn{
    background:#fff68c;
    background-image: 
        radial-gradient( circle farthest-corner at 92.3% 71.5%,
                        #fbf6b4 0%,
                        #fff68c 90%);
    border:solid 4px #1297c3; 
    border-rarius:3px;

}

table.hikaku th.acn{
    font-size:3rem;
    color:#ffe500;
        width:230px;


}

table.hikaku td.price{
    font-size:1.4rem;
}



table.product{
    border-collapse:separate;
    border-spacing:0;
    overflow:hidden;
    max-width:100%;
    border-radius:20px;
    border:solid 1px #e7e7e7 ;   
}



table.product th{
    width:30%;
    font-size:1.2rem;
    text-align:center;
    color:#fff;
    background-image: 
        radial-gradient( circle farthest-corner at 92.3% 71.5%,
                        rgb(9 198 184) 0%,
                        rgb(18 151 195) 90% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;  
    border:initial ;
    border-right:solid 1px #e7e7e7;


}


table.product td{
    width:70%;
    color:#4a4a4a;
    font-size:1rem;
    text-align:left;
    font-weight:normal;
    border:none; 


}


span.material-symbols-outlined{
    font-size:60px;
    margin-right:20px;
    color:rgb(18 151 195) ;
    vertical-align:middle;
}



.phonebox{
    margin:80px 0;
}


p.phone{
    font-size:min(7vw,70px);
    font-weight:900;
    color:#0066e4;
    text-align:center;
    line-height:0;
}

p.time{
    font-size:min(2.5vw,25px);
    color:#575757;
    text-align:center;

}

p.phone:before{
    font-family: 'Material Icons';
    content: "\e0b0";
    font-size:min(4.6vw,50px);
    vertical-align: middle;
    margin-right: 5px;
}




/* リスト */
ul {
    display: block;
    margin: 0 0 0 2em;
    padding: 10px;
    line-height: 2;
}




/* フッター */

footer{
    background: #265154;
    font-size: 15px;
}

footer p {
    text-align: center;
    margin: 0 auto;
    font-size: 15px;    
    color: #fff;
    padding: 10px 0;
}


.footerlink{
    display:flex;
    justify-content:space-around;
    padding:20px 0; 
    margin:0 auto;
    width:500px;
    
}

footer a {
    color: #fff;
    
}

/* 間隔 */
p {
    text-align: left;
    margin: 29px auto;
    line-height: 1.7;
}

/* 位置 */
.left {
    float: left;
    margin: 15px 20px 20px 0;
}

.right {
    float: right;
    margin: 15px 0 20px 20px;
}

.center {
    text-align: center;
}

/* 区切り線 */
hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    margin: 0 auto 30px;
    width: 100%;
}

/* フォント装飾 */
strong {
    font-weight: bold;
}

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

.nomal {
    font-weight: normal;
}

.big {
    font-size: 1.3em;
    line-height: 1.4;
}

.under {
    text-decoration: underline;
}

.yellow {
    color: #FF0;
}

.red {
    color: #D50000;
}

.blue {
    color: #0061ff;
}

.black {
    color: #000;
}

.bg_red {
    color: #fff;
    background: #D50000;
}

.bg_yellow {
    background: #FF0;
}

a {
    color: #33F;
}





.Left {
    float: left;
    margin: 0 1em 1em 0;
}

.Right {
    float: right;
    margin: 0 0 1em 1em;
}



/* =============================================================================
メール登録
   ========================================================================== */
.box1 {
    background: #000;
    position: relative ;
    z-index: 10;
    top: 0;
}

.box1::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transform: skewY(deg);
    transform-origin: top right;
    z-index: -10;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}

.mail_box {
    width: 100% ;
    text-align: center;
    color: #fff;
    padding: 0px 0 0;
    padding-bottom: 2rem;
}

.mail_box p {
    margin: 0px auto;
    font-size: 0.9rem;
    text-align: center;
}

form {
    padding: 0;
    margin: 20px auto;
}

.btn_box:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    content: "\f2b6";
    color: #fff;
    font-size: 30px;
    vertical-align: middle;
    margin-right: 10px;
}

input[type="text"], textarea {
    padding: 1.2em;
    font-size: 1rem;
    width: 500px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    display: inline-block;
}

input:focus {
}

input[type="image"] {
    display: block;
    margin: 0 auto;
}

input[type="image"]:hover {
    opacity: ;
    -webkit-filter: brightness(1) ;
    filter: brightness(1.1);
}

/*プルプルボタン*/
.purupuru01:hover {
    color: #000;
    box-shadow: 0px 6px 0px 0px #b6981f;
    bottom: 6px;
    opacity: 1.0;
    filter: alpha( opacity=100 );
}

.purupuru01:active {
    box-shadow: 0px 0px 0px 0px #b6981f;
    bottom: 0px;
}

.purupuru01:focus {
    outline: none;
}

.purupuru01 {
    animation-name: purupuru;
    animation-duration: 4s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-direction: normal;
    animation-delay: 2s;
    border: none;
    padding: 1em 2em;
    border-radius: 3px;
    background: #ffcc00;
    color: #333;
    font-size: 1.3em;
    font-weight: 550;
    position: relative;
    bottom: 0;
    transition: all 100ms;
    width: 100%;
    height: 80px;
    max-width: 700px;
    opacity: 1;
}

.pipe {
    position: relative;
    width: 100%;
    height: 75px;
    top: 518px;
    left: 445px;
}

.pipe:before {
    content: "";
    font-size: 42px;
    border-left: solid #fff 3px;
    margin: 50%;
    height: 600px;
    animation: blink 1.3s linear infinite;
}

@-webkit-keyframes blink {
    0%,49% {
        opacity: 0;
    }

    50%,100% {
        opacity: 1;
    }
}

@keyframes blink {
    0%,49% {
        opacity: 0;
    }

    50%,100% {
        opacity: 1;
    }
}

.playbox {
    position: absolute;
    top: 340px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: rotate(-50%);
    -o-transform: rotate(-50%);
    display: block;
    margin: 0 auto;
    width: 392px;
}

.playbox img {
    position: absolute;
}

.playbox:hover img:nth-of-type(2) {
    opacity: 0;
}

@-webkit-keyframes shiny {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

.fuwafuwa {
    animation: fuwafuwa 0.8s alternate infinite;
}

@keyframes fuwafuwa {
    0% {
        -webkit-transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.1)
    }
}

.fade {
    transition: all 2000ms;
    opacity: 0;
    visibility: hidden;
    transform: translate(0px, 50px);
}

.fadein {
    opacity: 1;
    visibility: visible;
    transform: translate(0px, 0px);
}

/*ヘッダー用　スクロールせずにフェードイン*/
.fade2 {
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    transition: opacity 3s, visibility 3s, transform 3s;
}

.fadein2 {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.small {
    font-size: 0.7rem;
    font-weight:normal;
}

.center-box {
    display: ;
    justify-content: center;
    align-items: center;
}

.center-box img {
    display: block;
    margin: 0 auto;
}

.scrollarrow {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 50%;
    top: 460px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: rotate(-50%);
    -o-transform: rotate(-50%);
    z-index: 10;
}

.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}

.chevron:before, .chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: white;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;
    }

    33% {
        opacity: 1;
        transform: translateY(30px);
    }

    67% {
        opacity: 1;
        transform: translateY(40px);
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}

.arrowtext {
    display: block;
    margin-top: 75px;
    margin-left: -30px;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
    font-size: 12px;
    color: white;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: .25;
    animation: pulse 2s linear alternate infinite;
}

@keyframes pulse {
    to {
        opacity: 1;
    }
}

.attention{
    background:#f0f0f0;
    color:#6e6e6e;
    padding:20px;
    font-size:1rem;
}

.process{
    background:#efefef;
    padding:1px 20px;
    margin:10px;
}


.promise{
    border:solid 4px;
    border-radius:4px;
    margin:40px 0;
    padding:0 20px;
    position:relative;
    border-image: linear-gradient(to right, #1297c3 0%, #0ac0b9 100%);
  border-image-slice: 1;
}

.promise h3{
    position:absolute;
    top:-60px;
    background:#fff;
    color:#1297c3;;
}

.promise .material-symbols-outlined{
    margin:0 0 0 10px;
}





/*----------------------------------------------------
 ブレイクポイント
----------------------------------------------------*/
@media screen and (min-width: 750px) {
    /* PC */ .sp {
        display: none;
    }

    .pc {
        display: ;
    }
}

@media(max-width: 749px) {
    /* SP */ body {
        min-width: inherit;
    }

    main {
        width: 100%;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }


    header{
        margin-top:0;
    }
    
    header h1 {
        width: 100vw;
        height: 700px;
        overflow: hidden;
        position: relative;
        max-width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
    }



    section {
        padding: 40px 0;
    }

    section article {
        width: 100%;
        padding: 30px 0px;
        font-size: 1.1rem;
        max-width:95%;
 
    }

    article p {
        margin: 20px 10px;
    }

    h3, h4, h5, {
        line-height: 1.4;
        font-size: 20px;
    }

    h4 {
        margin: 0 auto 20px;
    }

    h5 {
        margin: 10px;
    }

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

    article img {
        width: 100%;
        margin: 0 auto;
    }

    .right {
        margin: 10px 0;
    }


    .mail_box {
        width: 94%;
        margin: auto;
    }

    input[type="image"] {
        display: block;
        margin: 0 auto;
        width: 90%;
    }

    .mail_box p {
        margin: 0 auto 10px;
        font-size: 0.8rem;
    }

    input[type="text"],textarea {
        padding: 2em;
        outline: none;
        border: 1px solid #DDD;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        font-size: 16px;
        width: 80%;
    }

    .purupuru01,.purupuru02,.purupuru03 {
        width: 95%;
        padding: 0;
        font-size: 1.2em;
    }

    .pipe {
        display: none;
        position: absolute ;
        width: 100%;
        height: 100%;
        top: 42%;
        left: 0;
        overflow: hidden;
    }

    .pipe:before {
        content: "";
        font-size: 26px;
        border-left: solid #fff 3px;
        margin: 50%;
        height: 600px;
        animation: blink 1.3s linear infinite;
    }

    @-webkit-keyframes blink {
        0%,49% {
            opacity: 0;
        }

        50%,100% {
            opacity: 1;
        }
    }

    @keyframes blink {
        0%,49% {
            opacity: 0;
        }

        50%,100% {
            opacity: 1;
        }
    }


    input[type="text"], textarea {
        font-size: 0.8rem;
    }



    ul {
        margin: 0 0 0 0;
    }

    ul,ol {
        margin-left: 2rem;
    }

    .scrollarrow {
        position: absolute;
        width: 24px;
        height: 24px;
        left: 50%;
        top: 70%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: rotate(-50%);
        -o-transform: rotate(-50%);
    }


    section {
        box-shadow: none;
    }



    article.form {
        box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
    }


    h2 {
        font-size: 1.6rem;
        margin: 20px 0;
        padding: 40px 5px;
    }

    section.bg1,section.bg2,section.bg3,section.bg4,section.bg5,section.bg6 {
        padding: 10px 0;
    }



    a.btn {
        width: 90%;
        font-size: 1rem;
        
    }

    a.btn:before {
        font-size: 1.2rem;
        margin-right: 10px;
    }


    input[type="email"] {
        padding: 20px;
        max-width: 80%;
        border-radius: 10px;
        margin: 10px 0;
    }


    section.bg1 article,section.bg2 article {
        width: 95%;
    }


table.course{
    width:600px;
    font-size:10px;
    max-width:none;
    

}
table.course td.time{
    width:55px;
}

.table-scroll{
    width:95%;
    margin:20px auto;
    border:solid 2px #61a5e6;
    overflow-x:scroll;

}


table.product {
  box-sizing:border-box;
    width:90%;
    margin:20px auto;
    padding:10px 20px 20px 10px;
}

table.product th,table.product td{
    width:100%;
    display:block;
    box-sizing:border-box;
    
}

table.product th{
    height:60px;
    justify-content:center;
    align-items:center;
    display:flex;
    border:initial;
    border-bottom:1px solid #e7e7e7;
  
}




.promise{
    width:95%;
    box-sizing:border-box;
    margin:30px auto;
    padding-top:20px;
}


.promise h3{
    font-size:23px;
}

span.material-symbols-outlined{
    font-size:38px;
}


.attention{
    font-size:0.9rem;
}


/*ヘッダー3スマホ設定*/

.headbtn{
    position:absolute;
    z-index:2;
    top:40%;
    font-size:3.3vw;
    left:50%;
    margin:0 auto;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: rotate(-50%);
        -o-transform: rotate(-50%);
    width:100%;

}



.headbtn_sp{
    color: #fff;
    font-weight: bold;
    font-size:min(3vw,20px);
    text-decoration: none;
    background: linear-gradient(to right, #ff416c, #ff4b2b);
    box-shadow: 4px 10px 5px 0 rgba(0, 0, 0, .1);
    border-radius: 50px;
    padding: 14px 10px;
    margin:0px auto;
    display:block;
    position:absolute;
    bottom:10vw;
    left:50%;
    transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -moz-transform: rotate(-50%);
        -o-transform: rotate(-50%);
    width:80%;
    top:none;

}


footer{
    margin-bottom:100px;  
}


.footerlink{
    width:100%;
}



    /*スマホここまで*/
}

@media(max-width: 930px) {
    .chase-box1 {
        display:flex;
        align-items: center;
        padding: 0 20px;
    }

    .chase-box2 .phone {
        font-size: 1.6rem;
        margin: 0 5px;
    }

    .chase-box2 .phone span {
        font-size: 0.9rem;
        left: 40px;
        bottom: 15px;
    }

    .chase-box2 .mitsumori a {
        font-size: 1rem;
    }

    .chase-box2 .phone:before {
        margin-right: 5px;
    }

    .chase-box2 .mitsumori a:before {
        font-size: 2rem;
        margin-right: 5px;
    }

    .chase-box2 .mitsumori a:after {
        font-size: 2rem;
        margin-left: 5px;
    }


    /*ヘッダー1 */

    img.headcopy{
        width:60%;
    }

    img.key{
        width:30%;
        top:20%;
        left:83%;
    }

    .headbtn a{
        bottom:5%;
        padding:8px;
    }

    .head{
        height:60vw;
    }


  




    
}
