body {
    width: 100%;
    font-family:
        notosans,
        "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro",
        "A-OTF 新ゴ Pro",
        A-OTF Shin Go Pro,
        "メイリオ",
        Meiryo,
        Osaka,
        "ＭＳ Ｐゴシック",
        "MS PGothic",
        sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    /*user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;*/
}

p a {
    color: #143367;
}

a:hover {
    opacity: 0.9;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}

a img:hover {
    opacity: 0.8;
}

input[name="image"]:hover {
    opacity: 0.9;
    filter: alpha(opacity=70);
}

.blink {
    animation: BLINK 0.9s ease-in-out infinite alternate;
}
@keyframes BLINK {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/*___________________ 画像 _____________________*/

.pc0 {
    margin: 0px auto 0px;
    display: block;
}
.bx-wrapper img.sp0 {
    display: none;
}
.sp0 {
    display: none;
}
.pc40 {
    margin: 0px auto 40px;
    display: block;
}
.sp40 {
    display: none;
}

.pc {
    display: none;
}
/*___________________ 文字 _____________________*/
.m {
    font-size: 20px;
    line-height: 33px;
}
.gray h3 {
    background-color: #3c84cc;
    width: 250px;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    margin-left: 40px;
    margin-bottom: 10px;
    display: block;
}
.gray2 h3 {
    background-color: #3c84cc;
    width: 250px;
    font-size: 22px;
    font-weight: bold;
    line-height: 26px;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    margin-left: 40px;
    margin-bottom: 10px;
    display: block;
}
/*___________________ コンテンツ _____________________*/
#top {
    /* position: relative;
	background-image: url("../images/slide1.jpg");
	background-repeat: no-repeat;
	background-position: center 0;
    background-size: 1600px;
	width: 100%;
	height: 465px; */
    /* padding-top: 120px; */
    margin: 0px auto 0px;
    display: block;
}
#top_new {
	background-image: url("../images/top.jpg");
	background-repeat: no-repeat;
	background-position: center 0;
    background-size: 1600px;
	width: 100%;
	height: 745px;
    color: #052031;
    /*padding-top: 30px;*/
    margin: 0px auto 40px;
    overflow: hidden;
    display: block;
}
#top_new h1{
font-family: "Hiragino Sans";
font-size: 70px;
line-height: 80px;
font-weight: 900;
text-align: center;
/*letter-spacing: -1px;*/
text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF;
margin: 185px auto 20px;
overflow: hidden;
display: block;  
}
#top_new p{
font-family: "Hiragino Sans";
font-size: 41px;
line-height: 52px;
font-weight: 900;
text-align: center;
text-shadow: 0 0 5px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF;
letter-spacing: 1px;
margin: 10px auto 10px;
overflow: hidden;
display: block;  
}
.content-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 100%;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 1);
}

.slide-heading {
    font-size: 58px;
    line-height: 1em;
    margin-bottom: 0.2em;
}

.slide-heading-small {
    font-size: 0.64em;
    display: block;
    line-height: 1.2em;
}

.slide-text {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 0.4em;
}

.slide-price {
    font-size: 40px;
    line-height: 1.3em;
    font-weight: bold;
    margin: 0.4em 0;
}

.slide-price-small {
    display: block;
    font-size: 0.4em;
    line-height: 1em;
}

.slide-info {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: -0.01em;
}

#slide1 {
    background-image: url("../images/slide1.jpg");
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 1600px;
    width: 100%;
    height: 580px;
    position: relative;
}
#slide2 {
    background-image: url("../images/slide2.jpg");
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 1600px;
    width: 100%;
    height: 580px;
}
#slide3 {
    background-image: url("../images/slide3.jpg");
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 1600px;
    width: 100%;
    height: 580px;
}
#slide4 {
    background-image: url("../images/slide4.jpg");
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 1600px;
    width: 100%;
    height: 580px;
}

.slider-box {
    width: 820px;
    margin: 0 auto 80px;
}

.slide-setsubi1 {
    background-image: url("../images/setsubi1.jpg");
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
    width: 820px;
    height: 450px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-setsubi2 {
    background-image: url("../images/setsubi2.jpg");
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
    width: 820px;
    height: 450px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-setsubi3 {
    background-image: url("../images/setsubi3.jpg");
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
    width: 820px;
    height: 450px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-setsubi4 {
    background-image: url("../images/setsubi4.jpg");
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
    width: 820px;
    height: 450px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#top2 {
    background-image: url("../images/top2.jpg");
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 1600px;
    width: 100%;
    height: 214px;
    margin: 0px auto 40px;
    display: block;
}

#fee {
    padding-top: 100px;
}
#access {
    padding-top: 100px;
}
#shiharai {
    padding-top: 100px;
}
#riyuu {
    padding-top: 100px;
}
#howto {
    padding-top: 20px;
}
#faq {
    padding-top: 50px;
}
.ul1 {
    width: 225px;
    font-size: 16px;
    line-height: 33px;
    padding-left: 25px;
    margin: 0px auto 30px;
    display: block;
}
.ul1 li {
    list-style-type: disc;
    list-style-position: outside;
    margin: 0px auto 10px;
}
#tokuchou {
    background-image: url("../images/tokuchou_bg.jpg");
    background-repeat: repeat-y;
    background-position: center 0;
    background-size: 1600px;
    width: 100%;
    padding: 50px 0px 50px;
    margin: 0px auto 0px;
    overflow: hidden;
    display: block;
}
#toku {
    background-image: url("../images/toku_bg.jpg");
    background-repeat: repeat-y;
    background-position: center 0;
    background-size: 1600px;
    width: 100%;
    padding: 50px 0px 50px;
    margin: 0px auto 0px;
    overflow: hidden;
    display: block;
}
#trainer_bg {
    background-image: url("../images/trainer_bg.png");
    background-repeat: repeat-y;
    background-position: center 0;
    background-size: 1600px;
    width: 100%;
    padding: 50px 0px 50px;
    margin: 0px auto 0px;
    overflow: hidden;
    display: block;
}
#access_btn1 {
    background-image: url("../images/access_btn1.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 333px;
    width: 333px;
    height: 62px;
    margin-top: 40px;
    margin-bottom: 20px;
    display: block;
}
#access_btn2 {
    background-image: url("../images/access_btn2.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 333px;
    width: 333px;
    height: 62px;
    margin-bottom: 20px;
    display: block;
}
#access_btn3 {
    background-image: url("../images/access_btn3.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 333px;
    width: 333px;
    height: 62px;
    margin-bottom: 20px;
    display: block;
}
#ryoukin {
    background-image: url("../images/ryoukin_bg.png");
    background-repeat: repeat-y;
    background-position: center 0;
    background-size: 1600px;
    width: 100%;
    padding: 50px 0px 50px;
    margin: 0px auto 0px;
    overflow: hidden;
    display: block;
}
#voice {
    background-image: url("../images/voice_bg.jpg");
    background-repeat: repeat-y;
    background-position: center 0;
    background-size: 1600px;
    width: 100%;
    padding: 50px 0px 50px;
    margin: 0px auto 80px;
    overflow: hidden;
    display: block;
}
#flow {
    background-image: url("../images/flow_bg.png");
    background-repeat: repeat-y;
    background-position: center 0;
    background-size: 1600px;
    width: 100%;
    padding: 50px 0px 50px;
    margin: 0px auto 0px;
    overflow: hidden;
    display: block;
}
.l_box {
    float: left;
    width: 243px;
    margin-right: 35px;
}
.r_box {
    float: right;
    width: 243px;
}
.l_box2 {
    float: left;
    width: 250px;
    margin-right: 30px;
}
.r_box2 {
    float: right;
    width: 250px;
}
#qa_bg {
    background-image: url("../images/qa_bg.png");
    background-repeat: repeat-y;
    background-position: center 0;
    background-size: 1600px;
    width: 100%;
    padding: 50px 0px 20px;
    margin: 0px auto 80px;
    overflow: hidden;
    display: block;
}

.qa {
    background-color: #fff;
    width: 820px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    padding-top: 40px;
    margin: 0px auto 30px;
    overflow: hidden;
    display: block;
}
.qa dt {
    background-image: url("../images/q.png");
    background-repeat: no-repeat;
    background-position: 3px 5px;
    width: 710px;
    font-size: 22px;
    font-weight: bold;
    line-height: 33px;
    border-bottom: solid 1px #ccc;
    padding: 0px 0px 5px 50px;
    margin: 0px auto 20px;
    display: block;
}
.qa dd {
    background-image: url(../images/a.png);
    background-repeat: no-repeat;
    background-position: 10px 0px;
    width: 700px;
    padding: 0px 20px 25px 60px;
    margin: 0px auto 20px;
    display: block;
}
.aki {
    padding: 5px 0px 10px;
    display: block;
}
.aki2 {
    padding: 5px 0px 10px;
    display: block;
}
.aki3 {
    padding: 5px 0px 10px;
    display: block;
}
.aki4 {
    padding: 5px 0px 10px;
    display: block;
}

/*___________________ フォーム _____________________*/

.shousai {
    background-color: rgba(255, 255, 255, 0.5);
    width: 830px;
    border-collapse: collapse;
    border-spacing: 0;
    border: #cccccc solid 1px;
    margin: 0 auto 40px;
}
.shousai th {
    background-color: #eee;
    width: 186px;
    white-space: nowrap;
    text-align: left;
    vertical-align: top;
    padding: 17px 22px;
    border: #cccccc solid 1px;
}
.shousai td {
    width: 460px;
    text-align: left;
    vertical-align: top;
    border: #cccccc solid 1px;
    padding: 17px 15px;
}

.hissu {
    display: inline-block;
    padding: 4px 4px;
    color: #fff;
    line-height: 1;
    background: #f00;
    font-size: 12px;
    margin-left: 0.5em;
}
.inputTextLong {
    width: 475px;
    height: 55px;
    font-size: 25px;
    border: solid 3px #2787e6;
    padding: 0px 10px;
}
.free2 {
    width: 475px;
    height: 100px;
    font-size: 25px;
    border: solid 3px #2787e6;
    padding: 0px 10px;
}
.btn {
    width: 722px;
    height: 178px;
    margin: 0px auto 20px; /**/
    display: block;
}
.kome {
    background-color: #f7f7f7;
    width: 650px;
    height: 50px;
    font-size: 15px;
    line-height: 28px;
    padding: 15px 30px;
    margin: 0px auto 60px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transform: translateZ(0);
    display: block;
}
.kome span {
    text-align: center;
    display: block;
}
.hinichi {
    width: 706px;
    margin: 0px auto 20px;
    overflow: hidden;
    display: block;
}

input[type="checkbox"] {
    display: none;
}
.checkbox01 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}
.checkbox01::before {
    background: #fff;
    border: 1px solid #bbb;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    left: 0px;
    margin-top: -12px;
    position: absolute;
    top: 50%;
}
.checkbox01::after {
    border-right: 5px solid #d80052;
    border-bottom: 5px solid #d80052;
    content: "";
    display: block;
    width: 8px;
    height: 13px;
    left: 5px;
    margin-top: -11px;
    opacity: 0;
    position: absolute;
    top: 45%;
    transform: rotate(45deg);
}
input[type="checkbox"]:checked + .checkbox01::after {
    opacity: 1;
}

/*___________________ フッター _____________________*/

footer {
    font-family:
        "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro",
        "A-OTF 新ゴ Pro",
        A-OTF Shin Go Pro,
        "メイリオ",
        Meiryo,
        Osaka,
        "ＭＳ Ｐゴシック",
        "MS PGothic",
        sans-serif;
    background-image: url("../images/bg.jpg");
    background-repeat: repeat-y;
    background-position: center 0;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    padding: 20px 0px;
    margin: 0px auto 0px;
    display: block;
}
footer ul {
    text-align: center;
    list-style-type: none;
    margin: 0 auto 0px;
    display: block;
}
footer ul li {
    display: inline;
}
footer ul li a {
    color: #1f1f1f;
    text-decoration: none;
}
small {
    width: 890px;
    color: #000;
    text-align: center;
    margin: 0px auto 0px;
    display: block;
}

/*___________________ ナビ _____________________*/
header {
    position: relative;
    /*background-color: rgba(255,255,255,0.9);*/
    width: 100%;
    /*padding: 10px 0 0px;*/
    top: 0;
    z-index: 90;
}
/*#logo_wrap{
    width: 1000px;
    height: 70px;
    padding: 10px 0px 0px;
    margin: 0 auto;
    display: block;
}*/
#logo {
    float: left;
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: contain;
    width: 236px;
    height: 38px;
    margin-left: 5px;
}
#global_nav {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
}

#global_nav.fixed {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 90;
}

.inner {
    /*background-color: rgba(255,255,255,0.9);*/
    /*width: 100%;*/
    width: 1100px;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    display: flex;
}
#navi_wrap {
    /*width: 900px;
    margin: 0 auto;*/
}

#g_nav ul {
    float: right;
    /*font-family:'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3','Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'ＭＳ Ｐ明朝','MS PMincho', Georgia, Times, Baskerville, Palatino, serif;*/
    align-items: center;
    /*border-left: solid 1px #f993c6;*/
    margin: 10px auto 15px;
    display: flex;
}
#g_nav ul li {
    /*border-right: solid 1px #f993c6;*/
}
#g_nav ul li a {
    font-weight: bold;
    font-size: 15px;
    line-height: 16px;
    text-decoration: none;
    color: #000; /**/
    padding: 0px 7px;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 5px;
    position: relative;
}

#g_nav ul li a:hover:after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1);
    transform: scale(1);
}

#g_nav ul li a:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    /*background: #f993c6;*/
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition:
        transform 0.3s,
        -webkit-transform 0.3s;
}
/*________ 無料パーソナル体験ボタン _________*/

#navi_btn {
    width: 161px;
    font-size: 35px;
    margin-top: 8px;
}

/*___________________ トップ _____________________*/

#page-top {
    background-color: #333333;
    width: 80px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    opacity: 0.8;
    color: #fff;
    padding: 3px 3px;
    border-radius: 5px;
}
#page-top a {
    text-decoration: none;
    color: #fff;
    width: 84px;
    text-align: center;
    display: block;
    border-radius: 10px;
    opacity: 0.8;
    font-size: 12px;
}
#page-top a:hover {
    text-decoration: none;
    opacity: 0.5;
}
#pc_btn {
    width: 52px;
    height: 532px;
    right: 0;
    bottom: 30px;
    position: fixed;
}
#sp_btn {
    display: none;
}

.tokuchou-top {
    width: 830px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.tokuchou-bottom {
    width: 1143px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.tokuchou-item-top {
    position: relative;
    width: 395px;
}

.tokuchou-item-bottom {
    position: relative;
    width: 271px;
}

.tokuchou-item-top-image {
    box-shadow: 0 0 30px rgba(60, 132, 204, 0.2);
}
.tokuchou-item-top-image1 {
    box-shadow: 0 0 30px rgba(60, 132, 204, 0.2);
}
.tokuchou-item-top-image1_sp{
    display: none;
}
.tokuchou-item-bottom-image {
    box-shadow: 0 0 30px rgba(60, 132, 204, 0.2);
}

.tokuchou-item-top-number {
    position: absolute;
    top: -30px;
    left: 20px;
}

.tokuchou-item-bottom-number {
    position: absolute;
    top: -19px;
    left: 15px;
}

.tokuchou-item-top-number-sp {
    display: none;
}

.tokuchou-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2em;
    margin: 0.3em 0;
}

.tokuchou-item-text {
    font-size: 14px;
    line-height: 1.2em;
    margin: 0.3em 0;
    font-weight: 600;
    margin-bottom: 60px;
}

.voice_items {
    width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.voice_item {
    width: 490px;
    background-color: white;
}

.voice_text {
    font-size: 20px;
    padding: 0 20px 20px 20px;
    font-weight: 600;
    line-height: 1.3em;
}

.voice_head_sp {
    display: none;
}
