@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 {
    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;
    position:   relative;
}

/* LP1 header */

.head {
    background: url(img/head.jpg) center 0 no-repeat;
    height: 56.3vw;
    max-height:941px;
    width:100vw;
    background-size:contain;
}
.head2 {
    background: url(img/head2.jpg) center 0 no-repeat;
    height: 66.7vw;
    max-height:1024px;
    width:100vw;
    background-size:contain;
}


.head3 {
    background: url(img/head3.png) center 0 no-repeat;
    height: 52vw;
    max-height:1080px;
    width:100vw;
    background-size:cover;
}


.headcopy{
    position: relative;
    top:10%;
    left:40%;
    z-index:1;
    width:60%;
    max-width:900px;
        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;
}


.flexbox{
    display:flex;
    justify-content:space-between;
    position:relative;
}


.bullet_box{
    border:solid 3px #0e44a5;
    border-radius:10px;
    width:55%;
    padding:30px 20px;
    background:#fff;
    z-index:1;
}

ul.bullet1{
    padding:0;
    
}

ul.bullet1 li{
    font-size: 26px;
    font-weight:600;
    line-height:1.3;
    padding:10px 0;
    list-style-type:;
}

ul.bullet2 {
    padding:0;
    margin:0;
}

ul.bullet2 li{
    font-size:34px;
    font-weight:700;
    list-style-type:none;
    line-height:1;
    margin-left:60px;
    text-indent:-58px;
    border-bottom:dotted 2px #aaaaaa;
    padding:28px 0;
    
}

ul.bullet2 li:before{
    font-family: 'Material Icons';
    content:"\e834";
    font-size: 3rem;
    vertical-align: middle;
    margin-right:10px;
    color:#0e44a5;
}



.rightbox{
    max-widht:300px;
    
}
.rightbox img{
    width:330px;
    bottom:0;
    right:0;
    position:absolute;
}


.box-guidance-title{
    background:#0e44a5;
    color:#fff;
    padding:10px;
    border-radius:10px 10px 0 0;
    font-size:26px;
    font-weight:900;
    margin-top:20px:
}

.box-guidance{
    border:solid 4px #0e44a5;
    border-radius:0 0 10px 10px;
    display:flex;
    padding:20px;
    margin-bottom:20px;
}

.box-guidance-text{
    border-radius:0 0 10px 10px;
    margin:0 10px;
    width:60%;

}

.box-guidance-thumb{
    border-radius:0 0 10px 10px;
    margin:0 10px;
    width:40%;
    display:flex;
    align-items:center;
}
.box-guidance-thumb img{
    vertical-align:middle;
}




.box-guidance-title:before{
    font-family: 'Material Icons';
    content:"\e8b6";
        font-size: 2rem;
    vertical-align: middle;
    margin-left: 10px;
}

.jirei-wrap{
    border:solid 4px #0e44a5;
    border-radius:8px;
    padding:4px;
    display:flex;
}


.slider-container {
  position: relative;
  width: 780px;
  height: 600px;
  margin: 50px auto;


}

.slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
  transform: translateX(-16%);
}


.slide {
  min-width: 780px;
  height: 600px;
  margin: 0 10px;
  position: relative;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: ;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 30px 20px;
  cursor: pointer;
  z-index: 1;
  font-size: 24px;
}

.prev {
  left: 10px;
}

.next {
  right: -10px;
}

.dots {
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background-color: #717171;
}


.two-column-left,.two-column-right{
    position:relative;
    height:460px;
}
.two-column-left .tc-img-container{
    position:absolute;
    left:-80px;
    
}
.two-column-left .tc-text-container{
    position:absolute;
    right:0;
    top:230px;
    width:50%;
    font-size:30px;
    transform:translate(0, -50%);
}

.two-column-right .tc-img-container{
    position:absolute;
    right:-80px;
    
}

.two-column-right .tc-text-container{
    position:absolute;
    left:0;
    top:230px;
    width:50%;
    font-size:30px;
    transform:translate(0, -50%);
}

.tc-text-container .title{
    font-size:40px;
    font-weight:900;
    color:#0e44a5;
    border-bottom:dotted;
    padding:0 10px;
}


.step-wrap{
    width:880px;
    height:200px;
    display:flex;
    position:relative;
    margin:50px 0;
}

.step-wrap:after{
    content:"";
    display:block;
    width:8px;
    height:80px;
    background:#3066b8;
    position:absolute;
    top:180px;
    left:80px;
}

.lastone:after{
    display:none;

}


.step-container-left{
    background:#3066b8;
    padding:20px 0 20px 20px;
    width:300px;
    display:flex;
    align-items:center;
    border-radius: 15px 0 0 15px;
}

.step-container-right{
    background:#fff;
    padding:20px;
    width:520px;
    font-size:30px;
    font-weight:900;
    border-radius: 0 15px 15px 0;
}

.step-container-right p{
    font-weight:900;
    margin-left:50px;
}

.icon img{
    width:100px;
}

.step-container-left .title{
    font-size:25px;
    font-weight:900;
    color:#fff;
    
}

.step-container-left .title span.step{
    color:#ffe007;
    font-size:34px;
    border-bottom:solid 1px #fff;
    padding-left:18px;
    display:block;
}
.step-container-left .title span.content{
    padding-left:18px;
}

.step-container-left:after {
  content: "";
  position: absolute;
  top: 0%;
  left:320px;
  border: 100px solid transparent;
  border-left: 30px solid #3066b8;
}



.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em;
	display: block;
	color: #fff;
	background:#00398e;
}

.Label:before{
    content:"Q";
    font-size:30px;
    color:#ffaba5;
    margin-right:20px;
    font-weight:900;
}


.Label:after{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.toggle-content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.toggle-content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}

.toggle-content:before{
    content:"A";
    font-size:30px;
    color:#2196F3;
    margin-right:20px;
    font-weight:900;
}

.toggle:checked + .Label + .toggle-content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label:before {
	transform: rotate(-45deg) !important;
}


.point1, .point2, .point3{
    border-radius:50px;
    font-size:28px;
    font-weight:bold;
    text-align:center;
    position:relative;
    margin:50px auto;
    padding-top:70px;
}

.point1 img, .point2 img, .point3 img{
    display:block;
    margin:0 auto;
    width:400px;
}


.point1 .title,.point2 .title,.point3 .title{
    display:inline-block;
    font-size:40px;
    background:#0e44a5;
    color:#fff;
    margin:10px auto;
    padding:0px 30px;
    border-radius:100px;
    
}

.point1:before{
    content:url(img/merit1.png);
    position:absolute;
    top:-30px;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: rotate(-50%);
    -o-transform: rotate(-50%);
}


.point2:before{
    content:url(img/merit2.png);
    position:absolute;
    top:-30px;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: rotate(-50%);
    -o-transform: rotate(-50%);
}

.point3:before{
    content:url(img/merit3.png);
    position:absolute;
    top:-30px;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: rotate(-50%);
    -o-transform: rotate(-50%);
}


.three-column-wrap{
    width: 820px;
    max-width:80%;
    margin: 0 auto;
    background: transparent;
    padding: 30px 30px;
    border-radius: 12px;
    position:relative;
    display:flex;
    justify-content:space-between;
}

.three-column-container{
    width:30%;
    margin:0 auto;
    background:#fff;
    padding:30px 10px;
    border-radius:30px;
    text-align:center;
}

.three-column-container img{
    height:80px;
    object-fit:cover;
    display:block;
    margin:0 auto;
}
.three-column-container p{
    font-size:18px;
}
.three-column-container span{
    font-weight:900;
    color:#3066b8;
    line-height:1.2;
} 

.three-column-title{
    height:90px;
}


span.small_hl{
    display:block;
    font-size:0.7em;
}

.plan{
    border:sold ;
    padding:10px 20px;
}

.plan_wrap{
    border:solid 1px #b6b5b5;
    margin:20px 0;
    padding:10px;
    border-radius:10px;
}

.plan_container{
    display:flex;


}

.keyword{
    background:#0066e4;
    color:#fff;
    font-size:30px;
    font-weight:900;
    padding:10px 20px;
    display:flex;
    align-items:center;
    width:35%;
    border-radius:10px 0 0 0;
}

.price{
    font-size:23px;
    font-weight:900;
    padding:10px 20px;
    background:#f1f1f1;
    width:100%;
    border-radius:0 10px 0 0;

}

.tanka{
    font-size:22px;
    font-weight:bold;
    padding:5px 10px;
    color:#0066e4;
}

.example{
    font-size:20px;
    font-weight:;
    padding:3px 10px;
    color:#777777

}




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

.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: 2.4em;
    font-weight: 900;
    color: #3066b8;
    text-align: center;
    font-family: 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height:1.4;
    padding:30px 20px;
}


section.bg1 h2{
    color:#072c59;
}

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

section.bg3 h2 {
    color: #ffffff;
}

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;
    margin: 0;
    z-index: -2;

}

section.bg1{
    background:url(img/bg1.jpg);
}

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

section article.invi{
    background:transparent;
    width:960px;
}

section article.step{
    background:transparent;
    width:880px;
    padding:0;
}

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

section.bg3{
    background:#3066b8;
}

section.bg4{
    background:#e1ecff;    
}

section.bg4 article{
    background:url(img/bg_note.png);
}


section.bg5{
    background:url(img/bg5.jpg);    
    background-attachment:fixed;
    background-size:cover;
}


section.profile{
    background:#eaf6ff;    
}

section.profile article{
    width:700px;
}

section.profile h2{
    color:#0066e4;
    font-size:30px;
}

.profile p.name{
    color:#0066e4;
    font-size:30px;
    font-weight:900;
    border-bottom:solid 
}



/*動画*/
.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, #ffce1d, #fff817);
    border-top: solid 2px #fff5c5;
    border-bottom: solid 2px #b29400;
    color: #000000;
    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;
    -webkit-appearance: none; 
}

a.btn:hover {
    background: linear-gradient(to right,#fdff78,#ffec68);
    border-bottom: solid 2px #fff5c5;
    border-top: solid 2px #b29400;
}

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: 20px auto;
    
}

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

}



table.hikaku{
    border-collapse:collapse;
    border:solid 1px #3066b8;

}


.hikaku th{
    color:#fff;
    background:#3066b8;
    text-align:center;
    border:solid 1px #4c7bc3;  
    height:90px
}

.hikaku td{
    border:solid 1px #d9d9d9;
    color:#6e6e6e;
}

.hikaku td.jisha{
    background:#f2f8ff;
    font-weight:bold;
    font-size:20px;
    color:#000;
}

.hikaku th.jisha{
    color:#FFEB3B;
    font-size:22px;
}

.jisha span{
    background: linear-gradient(transparent 75%, #fff36a 50%);
    padding:0 5px;
}


.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: #3066b8;
    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:800px;
    
}

.footerlink span{
    width:300px;
    text-align:center;

}

footer a {
    color: #fff;
    
}

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

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

.right {
    float: right;
    margin: 29px 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;
    vertical-align:-3px
}

.huge{
    font-size: 2em;
    font-weight:900;
    line-height: 1.4;   
    vertical-align:-3px
}

.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% ;
		margin:0px auto ;
		text-align: center;
		 color:#999;
		padding: 0px 0 0;
	}


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


.mail_box:after{
    content:url(img/stomp.png);
    position:absolute;
    bottom:-30px;
    right:-30px;
    z-index:1;
}



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

.btn_box {
		position:relative;
		width:700px;
		max-width:100%;
		margin:0 auto;
	}

	.btn_box:before {
		content:url(img/mail.png);
		position:absolute;
		top:12px;
		left:30px;
				
	}

input[type="text"], textarea {
		padding: 1.5em 0;
		font-size:1.3rem;
		width: 700px;
		margin-bottom: 20px;
		border: 4px solid #333;
		border-radius:10px;
		display:inline-block;
		text-align:center;
		box-sizing:border-box;
	}

input:focus {
}

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

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


button.btn{
	background: linear-gradient(#f3ff4e,#ffbc00);
	border-top:solid 2px #fffff1;
	border-bottom:solid 3px #958e00;
	color: #000;
	font-size: 25px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	width: ;
	max-width: 100%;
	padding: 33px 45px;
	margin: 10px auto;
	border-radius: 100px;
	position: relative;
	display: block;
	transition: 0.2s;
	overflow:hidden;
	border-right:none;
	border-left:none;
	cursor:  pointer;
    z-index:2;
	

}

button.btn:hover{
		background: linear-gradient(#ffbc00,#f3ff4e);
}

button.btn:before{
	font-family:Font Awesome\ 5 Free;
	content:"\f35a";
	font-weight:900;
	margin-right:20px;
	font-size:2rem;
	vertical-align:  middle;
}






/*プルプルボタン*/
.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.8em;
    
}

.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;
}



.camp-detail,
.camp-detail *,
.camp-detail *:before,
.camp-detail *:after{
    box-sizing:border-box;
}

.camp-detail{
    font-family:'Noto Sans JP','游ゴシック Medium','Yu Gothic Medium',YuGothic,sans-serif;
    color:#333;
    text-align:left;

}

/* --- 日程の大見出し --- */
.camp-dates{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:24px;
    flex-wrap:wrap;
    margin-bottom:36px;
}
.camp-date-item{
    text-align:center;
    line-height:1.2;
}
.camp-date-item .md{
    font-size:44px;
    font-weight:900;
    color:#0e44a5;
    letter-spacing:0.02em;
}
.camp-date-item .md small{
    font-size:22px;
    font-weight:700;
    margin-right:4px;
}
.camp-date-item .wd{
    display:inline-block;
    margin-top:6px;
    font-size:16px;
    font-weight:700;
    color:#fff;
    background:#3066b8;
    border-radius:100px;
    padding:2px 18px;
}
.camp-dates .camp-date-sep{
    font-size:30px;
    color:#9fb4d8;
    font-weight:700;
}

/* --- 2日間のタイムライン --- */
.camp-days{
    display:flex;
    gap:24px;
}
.camp-day{
    flex:1;
    border:solid 3px #0e44a5;
    border-radius:12px;
    background:#fff;
    overflow:hidden;
}
.camp-day-head{
    background:#0e44a5;
    color:#fff;
    padding:14px 20px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.camp-day-head .d{
    font-size:24px;
    font-weight:900;
    line-height:1.2;
}
.camp-day-head .d small{
    display:block;
    font-size:14px;
    font-weight:500;
    opacity:.85;
}
.camp-day-head .span{
    text-align:right;
    font-size:14px;
    font-weight:500;
    line-height:1.3;
}
.camp-day-head .span b{
    display:block;
    font-size:22px;
    font-weight:900;
    color:#ffe007;
}

.camp-rail{
    list-style:none;
    margin:0;
    padding:22px 22px 26px;
    position:relative;
}
.camp-rail:before{
    content:"";
    position:absolute;
    left:78px;top:34px;bottom:30px;
    width:3px;
    background:#d3ddf0;
    border-radius:3px;
}
.camp-ev{
    display:flex;
    align-items:flex-start;
    gap:18px;
    padding:12px 0;
    position:relative;
}
.camp-ev .t{
    width:48px;
    flex:none;
    text-align:right;
    font-size:18px;
    font-weight:900;
    color:#0e44a5;
    padding-top:1px;
}
.camp-ev .c{
    position:relative;
    padding-left:24px;
}
.camp-ev .c:before{
    content:"";
    position:absolute;
    left:-4px;top:6px;
    width:14px;height:14px;
    border-radius:50%;
    background:#fff;
    border:solid 3px #3066b8;
    box-sizing:border-box;
}
.camp-ev.is-key .c:before{background:#3066b8;}
.camp-ev.is-lunch .c:before{border-color:#f5a623;background:#f5a623;}
.camp-ev.is-end .c:before{border-color:#0e44a5;background:#0e44a5;}
.camp-ev .name{
    font-size:20px;
    font-weight:700;
    line-height:1.4;
}
.camp-ev.is-lunch .name span{
    background:linear-gradient(transparent 65%,#ffeb39 60%);
    padding:0 4px;
}
.camp-ev .note{
    font-size:14px;
    color:#777;
    line-height:1.4;
}

/* --- 概要テーブル（場所・講師・持参物） --- */
.camp-info{
    margin-top:34px;
    border:solid 2px #d3ddf0;
    border-radius:12px;
    overflow:hidden;
}
.camp-info-row{
    display:flex;
    align-items:center;
}
.camp-info-row + .camp-info-row{
    border-top:solid 2px #d3ddf0;
}
.camp-info-row .k{
    flex:none;
    width:150px;
    align-self:stretch;
    display:flex;
    align-items:center;
    gap:8px;
    background:#eaf2ff;
    color:#0e44a5;
    font-size:17px;
    font-weight:900;
    padding:16px 20px;
}
.camp-info-row .k .material-symbols-outlined{
    font-size:22px;
}
.camp-info-row .v{
    padding:16px 22px;
    font-size:19px;
    font-weight:500;
    line-height:1.5;
}
.camp-info-row .v .sub{
    color:#777;
    font-size:15px;
    font-weight:500;
}
.camp-spec{
    display:inline-block;
    margin-left:8px;
    font-size:14px;
    font-weight:700;
    color:#0e44a5;
    background:#fff36a;
    border-radius:6px;
    padding:2px 10px;
    vertical-align:2px;
}

/*==================================================
  スマホ（既存サイトのブレイクポイント 749px に合わせる）
==================================================*/
@media(max-width:749px){
	.camp-detail{margin:0 6px;}
    .camp-dates{gap:14px;margin-bottom:28px;}
    .camp-date-item .md{font-size:34px;}
    .camp-date-item .md small{font-size:18px;}
    .camp-dates .camp-date-sep{font-size:22px;}

    .camp-days{flex-direction:column;gap:18px;}
    .camp-day-head .d{font-size:20px;}
    .camp-day-head .span b{font-size:18px;}

    .camp-rail:before{left:70px;}
    .camp-ev .t{width:42px;font-size:16px;}
    .camp-ev .name{font-size:18px;}

    .camp-info-row{flex-direction:column;align-items:stretch;}
    .camp-info-row .k{width:auto;padding:10px 18px;font-size:15px;}
    .camp-info-row .v{padding:12px 18px;font-size:17px;}
}


/*==================================================
  参加費・決済ブロック
==================================================*/
.camp-price-wrap{
    display:flex;
    gap:24px;
    align-items:stretch;
}
.camp-price{
    flex:1;
    display:flex;
    flex-direction:column;
    border:solid 3px #0e44a5;
    border-radius:14px;
    background:#f2f7ff;
    padding:26px 24px 28px;
    text-align:center;
    position:relative;
}
.camp-price .plan{
    font-size:19px;
    font-weight:900;
    color:#333;
    line-height:1.4;
    min-height:2.8em;
    display:flex;
    align-items:center;
    justify-content:center;
}
.camp-price .amount{
    font-size:48px;
    font-weight:900;
    color:#0e44a5;
    line-height:1.1;
    letter-spacing:0.01em;
    margin-top:6px;
}
.camp-price .amount .yen{
    font-size:24px;
    margin-left:2px;
}
.camp-price .tax{
    font-size:14px;
    color:#777;
    font-weight:500;
    margin-top:4px;
}

/* AYA会員（特別価格）を強調 */
.camp-price.is-member{
    border-color:#0e44a5;
    background:#f2f7ff;
}
.camp-price.is-member .amount{
    color:#d50000;
}
.camp-price .badge{
    position:absolute;
    top:-16px;left:50%;
    transform:translateX(-50%);
    white-space:nowrap;
    font-size:15px;
    font-weight:900;
    color:#fff;
    background:linear-gradient(to right,#ff416c,#ff4b2b);
    box-shadow:2px 4px 6px rgba(0,0,0,.12);
    border-radius:100px;
    padding:5px 20px;
}
.camp-price .off{
    display:inline-block;
    margin-top:10px;
    font-size:14px;
    font-weight:900;
    color:#d50000;
    background:#fff36a;
    border-radius:6px;
    padding:2px 12px;
}

/* --- 各パネルの申込ボタン --- */
.camp-price-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    width:100%;
    margin-top:22px;   /* 金額とボタンの間隔 */
    text-decoration:none;
    color:#fff;
    font-size:19px;
    font-weight:900;
    line-height:1.3;
    background:linear-gradient(to right,#ff416c,#ff4b2b);
    box-shadow:4px 8px 12px rgba(0,0,0,.14);
    border-radius:100px;
    padding:18px 16px;
    transition:opacity .2s, transform .2s;
}
.camp-price-btn .material-symbols-outlined{
    font-size:24px;
}
/* 金額・OFFタグとボタンの間を詰めつつ、ボタンをカード下端に揃える */
.camp-price .amount,
.camp-price .tax,
.camp-price .off{
    flex:none;
}
.camp-price-btn{
    margin-top:auto;   /* カード高さが揃ってもボタンは常に下端 */
}
.camp-price-btn:hover{
    opacity:.9;
    transform:translateY(-2px);
}

/* --- 注意書き --- */
.camp-pay-note{
    font-size:12px;
    color:#888;
    line-height:1.6;
    text-align:center;
    margin-top:24px;
}

@media(max-width:749px){
    .camp-price-wrap{flex-direction:column;gap:38px;}
    .camp-price .plan{min-height:0;}
    .camp-price .amount{font-size:40px;}
    .camp-price-btn{font-size:17px;padding:16px 14px;}
}


.camp-detail .title{
	background:#0e44a5;
	width:150px;
	height:150px;
	margin:30px auto;
	color:#fff;
	border-radius:300px;
	font-size:30px;
	vertical-align:middle;
	justify-content:center;
	align-items:center;
	display:flex;
}


.hosoku{
	background:#eeeeee;
	color:#5f5f5f;
	font-size:16px;
	padding:20px;
	margin:30px 0;
	border-radius:4px;
}


article.prof p{
    font-size:18px;
    margin:13px 0;
}


article.prof span.name{
    font-size:26px;
    font-weight:bold;
    color:#0066e4;
}


.center_copy{
	margin:70px 0;
	
}


.center_copy_block{
	display:grid;
	justify-content:center;
	font-size:2.6rem;
	font-weight:900;
}

@media screen and (max-width:600px){
	.center_copy_block{
		font-size:1.5rem;
	}	

	.center_copy{
		margin:30px 0;
}

}



 
 
/*==================================================
  STEP 見出し（枠で括らず、流れる本文の上に立てる見出し）
==================================================*/
.camp-steptitle{
    display:flex;
    align-items:center;
    gap:18px;
    margin:56px 0 22px;      /* 上：前の本文と離す / 下：直後の本文と近づける */
    padding-bottom:16px;
    border-bottom:solid 3px #eaf2ff;
    position:relative;
}
.camp-steptitle:first-child{margin-top:0;}
 
/* 左：STEP番号バッジ */
.camp-steptitle .num{
    flex:none;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:74px;height:74px;
    border-radius:14px;
    background:linear-gradient(135deg,#3066b8,#0e44a5);
    box-shadow:3px 5px 10px rgba(14,68,165,.25);
    color:#fff;
    line-height:1;
}
.camp-steptitle .num small{
    font-size:12px;
    font-weight:700;
    letter-spacing:.18em;
    opacity:.9;
    margin-bottom:4px;
}
.camp-steptitle .num b{
    font-size:38px;
    font-weight:900;
    font-family:'Noto Sans JP',sans-serif;
}
 
/* 右：見出しテキスト */
.camp-steptitle .txt{
    font-size:26px;
    font-weight:900;
    line-height:1.45;
    color:#0e44a5;
}
.camp-steptitle .txt .mark{
    background:linear-gradient(transparent 60%,#ffeb39 60%);
    padding:0 2px;
}
.camp-steptitle .txt .sub{
    display:block;
    font-size:15px;
    font-weight:700;
    color:#3066b8;
    margin-bottom:4px;
    letter-spacing:.02em;
}
 
/* 装飾：下線の左側だけ濃い青のアクセント */
.camp-steptitle:after{
    content:"";
    position:absolute;
    left:0;bottom:-3px;
    width:92px;height:3px;
    background:#0e44a5;
    border-radius:3px;
}
 
@media(max-width:749px){
    .camp-steptitle{
        gap:14px;
        margin:44px 0 18px;
        padding-bottom:14px;
    }
    .camp-steptitle .num{width:58px;height:58px;border-radius:11px; margin-left:10px;}
    .camp-steptitle .num small{font-size:10px;margin-bottom:3px;}
    .camp-steptitle .num b{font-size:28px;}
    .camp-steptitle .txt{font-size:20px;}
    .camp-steptitle .txt .sub{font-size:13px;}
}
 


/*----------------------------------------------------
 voice section (PC)
----------------------------------------------------*/
.voice-section {
    background: #eaf6ff;
    padding: 60px 0;
}
.voice-section h2 {
    color: #0066e4;
}
.voice-container {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    width: 820px;
    max-width: 80%;
    margin: 40px auto;
    box-sizing: border-box;
}
.voice-avatar-col {
    flex: 0 0 100px;
    text-align: center;
}
.voice-avatar-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #0066e4;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    background-color: #fff;
}
.voice-avatar-info {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 1.4;
}
.voice-content-col {
    flex: 1;
    position: relative;
    background: #f4f8ff;
    padding: 25px 30px;
    border-radius: 15px;
    border: 1px solid #cce2ff;
}
.voice-content-col::before {
    content: "";
    position: absolute;
    top: 25px;
    left: -20px;
    border-style: solid;
    border-width: 10px 20px 10px 0;
    border-color: transparent #f4f8ff transparent transparent;
    z-index: 2;
}
.voice-content-col::after {
    content: "";
    position: absolute;
    top: 25px;
    left: -22px;
    border-style: solid;
    border-width: 10px 22px 10px 0;
    border-color: transparent #cce2ff transparent transparent;
    z-index: 1;
}
.voice-text p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #444;
}
.voice-text p:last-child {
    margin-bottom: 0;
}

/*==================================================
  スマホ（既存サイトのブレイクポイント 749px に合わせる）
==================================================*/
@media(max-width:749px){
    /*----------------------------------------------------
     voice section (SP)
    ----------------------------------------------------*/
    .voice-container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 20px;
        width: 95%;
        margin: 20px auto;
    }
    .voice-avatar-col {
        flex: 0 0 auto;
    }
    .voice-avatar-img {
        width: 70px;
        height: 70px;
    }
    .voice-avatar-info {
        font-size: 13px;
    }
    .voice-content-col {
        padding: 20px;
        width: 100%;
        box-sizing: border-box;
    }
    .voice-content-col::before,
    .voice-content-col::after {
        top: -20px;
        left: 50%;
        transform: translateX(-50%) rotate(90deg);
    }
    .voice-text p {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 15px;
    }

    .camp-dates{gap:14px;margin-bottom:28px;}
    .camp-date-item .md{font-size:34px;}
    .camp-date-item .md small{font-size:18px;}
    .camp-dates .camp-date-sep{font-size:22px;}

    .camp-days{flex-direction:column;gap:18px;}
    .camp-day-head .d{font-size:20px;}
    .camp-day-head .span b{font-size:18px;}

    .camp-rail:before{left:70px;}
    .camp-ev .t{width:42px;font-size:16px;}
    .camp-ev .name{font-size:18px;}

    .camp-info-row{flex-direction:column;align-items:stretch;}
    .camp-info-row .k{width:auto;padding:10px 18px;font-size:15px;}
    .camp-info-row .v{padding:12px 18px;font-size:17px;}
}




.camp-detail,
.camp-detail *,
.camp-detail *:before,
.camp-detail *:after{
    box-sizing:border-box;
}
 
.camp-detail{
    font-family:'Noto Sans JP','游ゴシック Medium','Yu Gothic Medium',YuGothic,sans-serif;
    color:#333;
    text-align:left;
}
 
/* 小見出し（各ブロックのラベル） */
.camp-label{
    display:flex;
    align-items:center;
    gap:10px;
    font-size:20px;
    font-weight:900;
    color:#0e44a5;
    margin:0 0 18px;
}
.camp-label:before{
    content:"";
    width:6px;height:24px;
    border-radius:3px;
    background:#0e44a5;
}
.camp-label .material-symbols-outlined{font-size:24px;}
 
/*==================================================
  開催地（大阪・名古屋・東京）
==================================================*/
.camp-venues{
    display:flex;
    gap:20px;
    margin-bottom:44px;
}
.camp-venue{
    flex:1;
    border:solid 3px #d3ddf0;
    border-radius:14px;
    background:#fff;
    text-align:center;
    overflow:hidden;
    transition:transform .2s, border-color .2s;
}

.camp-venue-head{
    background:#0e44a5;
    color:#fff;
    font-size:13px;
    font-weight:700;
    letter-spacing:.14em;
    padding:8px 10px;
}
.camp-venue .city{
    font-size:28px;
    font-weight:900;
    color:#0e44a5;
    line-height:1.2;
    padding:18px 10px 2px;
}
.camp-venue .en{
    font-size:11px;
    font-weight:700;
    letter-spacing:.2em;
    color:#7f97c4;
    text-transform:uppercase;
	margin-left:5px;
}
.camp-venue .date{
    font-size:20px;
    font-weight:900;
    color:#333;
    padding:12px 10px 2px;
}
.camp-venue .date .wd{
    display:inline-block;
    margin-left:6px;
    font-size:13px;
    font-weight:700;
    color:#fff;
    background:#3066b8;
    border-radius:100px;
    padding:1px 10px;
    vertical-align:3px;
}
.camp-venue .place{
    font-size:13px;
    color:#777;
    line-height:1.5;
    padding:8px 14px 20px;
}
 
/*==================================================
  1日のスケジュール（横型タイムライン）
==================================================*/
.camp-flow-card{
    border:solid 3px #0e44a5;
    border-radius:14px;
    background:#fff;
    padding:26px 28px 30px;
}
.camp-flow-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:8px;
    border-bottom:solid 2px #eaf2ff;
    padding-bottom:14px;
    margin-bottom:26px;
}
.camp-flow-head .ttl{
    font-size:20px;
    font-weight:900;
    color:#0e44a5;
}
.camp-flow-head .span{
    font-size:14px;
    font-weight:700;
    color:#777;
}
.camp-flow-head .span b{
    font-size:20px;
    color:#0e44a5;
    margin:0 2px;
}
 
.camp-flow{
    display:flex;
}
.camp-step{
    flex:1;
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    position:relative;
    padding:0 4px;
}
/* ステップ間をつなぐ線（ドット中心＝上から44px） */
.camp-step:not(:first-child):before{
    content:"";
    position:absolute;
    z-index:1;
    top:44px;
    left:-50%;
    right:50%;
    height:3px;
    background:#d3ddf0;
}
.camp-step .t{
    font-size:20px;
    font-weight:900;
    color:#0e44a5;
    line-height:1.2;
    height:24px;
}
.camp-step .dot{
    width:16px;height:16px;
    border-radius:50%;
    border:solid 3px #3066b8;
    background:#fff;
    margin:12px auto;
    position:relative;
    z-index:2;
}
.camp-step.is-lunch .dot{border-color:#f5a623;background:#f5a623;}
.camp-step.is-end .dot{border-color:#0e44a5;background:#0e44a5;}
.camp-step .name{
    font-size:16px;
    font-weight:700;
    line-height:1.4;
}
.camp-step.is-lunch .name{
    background:linear-gradient(transparent 62%,#ffeb39 62%);
    padding:0 4px;
}
.camp-step .sub{
    font-size:12px;
    color:#777;
    margin-top:2px;
}
 
/*==================================================
  概要テーブル（講師・持参物 など）
==================================================*/
.camp-info{
    margin-top:34px;
    border:solid 2px #d3ddf0;
    border-radius:12px;
    overflow:hidden;
}
.camp-info-row{
    display:flex;
    align-items:center;
}
.camp-info-row + .camp-info-row{border-top:solid 2px #d3ddf0;}
.camp-info-row .k{
    flex:none;
    width:150px;
    align-self:stretch;
    display:flex;
    align-items:center;
    gap:8px;
    background:#eaf2ff;
    color:#0e44a5;
    font-size:17px;
    font-weight:900;
    padding:16px 20px;
}
.camp-info-row .k .material-symbols-outlined{font-size:22px;}
.camp-info-row .v{
    padding:16px 22px;
    font-size:19px;
    font-weight:500;
    line-height:1.5;
}
.camp-info-row .v .sub{color:#777;font-size:15px;font-weight:500;}
.camp-spec{
    display:inline-block;
    margin-left:8px;
    font-size:14px;
    font-weight:700;
    color:#0e44a5;
    background:#fff36a;
    border-radius:6px;
    padding:2px 10px;
    vertical-align:2px;
}
 
/*==================================================
  参加費（1種類）
==================================================*/
.camp-price-single{
    max-width:460px;
    margin:0 auto;
    border:solid 3px #0e44a5;
    border-radius:18px;
    background:#f2f7ff;
    text-align:center;
    padding:32px 28px 34px;
}
.camp-price-single .plan{
    display:inline-block;
    font-size:15px;
    font-weight:900;
    color:#fff;
    background:#0e44a5;
    border-radius:100px;
    padding:4px 22px;
    margin-bottom:14px;
}
.camp-price-single .amount{
    font-size:56px;
    font-weight:900;
    color:#0e44a5;
    line-height:1.05;
}
.camp-price-single .amount .yen{font-size:26px;margin-left:2px;}
.camp-price-single .tax{
    font-size:14px;
    color:#777;
    font-weight:500;
    margin-top:4px;
}
.camp-price-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    width:100%;
    margin-top:24px;
    text-decoration:none;
    color:#fff;
    font-size:20px;
    font-weight:900;
    line-height:1.3;
    background:linear-gradient(to right,#ff416c,#ff4b2b);
    box-shadow:4px 8px 12px rgba(0,0,0,.14);
    border-radius:100px;
    padding:18px 16px;
    transition:opacity .2s, transform .2s;
}
.camp-price-btn .material-symbols-outlined{font-size:24px;}
.camp-price-btn:hover{opacity:.9;transform:translateY(-2px);}
 
.camp-pay-note{
    font-size:12px;
    color:#888;
    line-height:1.6;
    text-align:center;
    margin-top:20px;
}



.camp-plan-list{
    margin-bottom:6px;
    border:solid 2px #d3ddf0;
    border-radius:12px;
    overflow:hidden;
    background:#fff;
}
.camp-plan{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:16px 22px;
    text-align:left;
}
.camp-plan + .camp-plan{border-top:solid 2px #d3ddf0;}
.camp-plan.is-dinner{background:#fffdf0;}
.camp-plan .pname{
    font-size:18px;
    font-weight:900;
    color:#333;
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
}
.camp-plan .ptag{
    font-size:12px;
    font-weight:700;
    color:#fff;
    background:#f5a623;
    border-radius:100px;
    padding:2px 10px;
}
.camp-plan .pprice{
    flex:none;
    font-size:30px;
    font-weight:900;
    color:#0e44a5;
    line-height:1;
    white-space:nowrap;
}
.camp-plan .pprice span{font-size:15px;margin-left:1px;}
.camp-plan .pprice small{
    display:block;
    text-align:right;
    font-size:12px;
    font-weight:500;
    color:#777;
    margin-top:3px;
}
.camp-plan-hint{
    font-size:13px;
    font-weight:700;
    color:#0e44a5;
    margin-top:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:6px;
}
.camp-plan-hint .material-symbols-outlined{font-size:18px;}
 
@media(max-width:749px){
    .camp-plan{padding:14px 16px;flex-direction:column;align-items:flex-start;gap:6px;}
    .camp-plan .pprice{font-size:26px;align-self:flex-end;}
    .camp-plan-hint{font-size:12px;}
}



/*==================================================
  スマホ（既存サイトのブレイクポイント 749px に合わせる）
==================================================*/
@media(max-width:749px){
    .camp-label{font-size:18px;}
 
    /* 開催地：横1列 → 縦積み */
    .camp-venues{flex-direction:column;gap:14px;margin-bottom:34px;}
    .camp-venue{display:flex;align-items:center;text-align:left;flex-wrap:wrap;}
    .camp-venue-head{width:100%;text-align:center;}
    .camp-venue .city{padding:14px 16px;font-size:24px;}
    .camp-venue .date{padding:14px 16px;margin-left:auto;font-size:18px;}
    .camp-venue .place{width:100%;padding:0 16px 16px;text-align:center;}
 
    /* 1日タイムライン：横 → 縦リスト */
    .camp-flow-card{padding:22px 18px 24px;}
    .camp-flow{flex-direction:column;}
    .camp-step{
        flex-direction:row;
        align-items:center;
        justify-content:flex-start;
        gap:14px;
        text-align:left;
        padding:9px 0;
    }
    .camp-step:not(:first-child):before{display:none;}
    .camp-step .t{width:56px;flex:none;text-align:right;height:auto;font-size:17px;}
    .camp-step .dot{margin:0;flex:none;}
    .camp-step .name{font-size:17px;}
 
    /* 概要テーブル */
    .camp-info-row{flex-direction:column;align-items:stretch;}
    .camp-info-row .k{width:auto;padding:10px 18px;font-size:15px;}
    .camp-info-row .v{padding:12px 18px;font-size:17px;}
 
    /* 参加費 */
    .camp-price-single .amount{font-size:46px;}
    .camp-price-btn{font-size:17px;padding:16px 14px;}
}
 
 
/*==================================================
  STEP 見出し（枠で括らず、流れる本文の上に立てる見出し）
==================================================*/
.camp-steptitle{
    display:flex;
    align-items:center;
    gap:18px;
    margin:56px 0 22px;      /* 上：前の本文と離す / 下：直後の本文と近づける */
    padding-bottom:16px;
    border-bottom:solid 3px #eaf2ff;
    position:relative;
}
.camp-steptitle:first-child{margin-top:0;}
 
/* 左：STEP番号バッジ */
.camp-steptitle .num{
    flex:none;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:74px;height:74px;
    border-radius:14px;
    background:linear-gradient(135deg,#3066b8,#0e44a5);
    box-shadow:3px 5px 10px rgba(14,68,165,.25);
    color:#fff;
    line-height:1;
}
.camp-steptitle .num small{
    font-size:12px;
    font-weight:700;
    letter-spacing:.18em;
    opacity:.9;
    margin-bottom:4px;
}
.camp-steptitle .num b{
    font-size:38px;
    font-weight:900;
    font-family:'Noto Sans JP',sans-serif;
}
 
/* 右：見出しテキスト */
.camp-steptitle .txt{
    font-size:26px;
    font-weight:900;
    line-height:1.45;
    color:#0e44a5;
}
.camp-steptitle .txt .mark{
    background:linear-gradient(transparent 60%,#ffeb39 60%);
    padding:0 2px;
}
.camp-steptitle .txt .sub{
    display:block;
    font-size:13px;
    font-weight:700;
    color:#3066b8;
    margin-bottom:5px;
    letter-spacing:.16em;
    text-transform:uppercase;
}
 
/* 装飾：下線の左側だけ濃い青のアクセント */
.camp-steptitle:after{
    content:"";
    position:absolute;
    left:0;bottom:-3px;
    width:92px;height:3px;
    background:#0e44a5;
    border-radius:3px;
}
 
@media(max-width:749px){
    .camp-steptitle{
        gap:14px;
        margin:44px 0 18px;
        padding-bottom:14px;
    }
    .camp-steptitle .num{width:58px;height:58px;border-radius:11px;}
    .camp-steptitle .num small{font-size:10px;margin-bottom:3px;}
    .camp-steptitle .num b{font-size:28px;}
    .camp-steptitle .txt{font-size:20px;}
    .camp-steptitle .txt .sub{font-size:13px;}
}
 




















/*----------------------------------------------------
 ブレイクポイント
----------------------------------------------------*/
@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 img{
        width:100%;
    }
    
    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;
        margin:20px auto;
        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 {
        display: block;
        max-width: 100%;
    }

    article img {
        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: 20px;
        z-index:1;
    }

    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;
}



.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;

}

.footerlink{
    width:100%;
}


.flexbox{
    display: ;
    justify-content:center;
    height:450px;
}



ul.bullet1 li{
    font-size: 20px;

}

.bullet_box{
    margin:0 auto;
    bottom:0%;
    position:relative;
    background:rgba(255,255,255,0.89);
    width:100%;
    box-sizing:border-box;
    height:auto;
}

.flexbox{
    display:block;
}

article.invi{
    padding-top:0;
}


.rightbox img{
    top:50%;
    right:-50%;
    position:;
    text-align:center;
    margin:0 auto;
    width:70%;
    max-width:350px;
    transform:translate(-50%,-50%)
}

.box-guidance{
    width:95%;
    margin:0 auto;
}

.box-guidance-text{
    padding:0;
}


ul.bullet2 {
    padding:0 20px;
    margin-left:23px;
}

ul.bullet2 li{
    font-size:20px;
    line-height:1.1;
    margin:0px 0;
    text-indent:-14px;

}

ul.bullet2 li:before{
    font-size: 1.3em;
    margin:0px;
    color:#0e44a5;
    display:inline-block;

}

    
.jirei-wrap{
    width:95%;
    box-sizing:border-box;
    margin: 0 auto;
    display:block
}

.jirei-container{
    margin:5px auto;
    width:90%;
    border:solid 1px #e5e5e5;
}

  
  .slider-container {
    width: 100vw;
    height: auto;
    margin:0 auto;
      padding:0;
  }

  .slider{
      transform: translateX(-20%);
      display: flex;
      transition: transform 0.5s ease-in-out;
  }
    

 .slide {
     margin:0px auto;
     position: relative;
     min-width: 100%;
     height: auto;
}

.slide img {
  width:90%;
margin:0 auto;

}


.prev, .next {
    padding: 20px 15px;
  }

.prev {
  left: -10px;
}

.next {
    right: -10px;
}

.dot {
    width: 10px;
    height: 10px;
  }

.point1, .point2, .point3{
    border-radius:20px;
    font-size:20px;
    padding-top:50px;
}

.point1 img, .point2 img, .point3 img{
    width:250px;
}


.point1 .title,.point2 .title,.point3 .title{
    font-size:28px;
    border-radius:100px;
    
}

.point1:before{
    content:"";
    top:-20px;
    width:230px;
    height:130px;
    background:url(img/merit1.png);
    background-repeat:no-repeat;
    background-size:contain;
}


.point2:before{
    content:"";
    top:-20px;
    width:230px;
    height:130px;
    background:url(img/merit2.png);
    background-repeat:no-repeat;
    background-size:contain;
}

.point3:before{
    content:"";
    top:-20px;
    width:230px;
    height:130px;
    background:url(img/merit3.png);
    background-repeat:no-repeat;
    background-size:contain;
}

.three-column-wrap{
    width: 95%;
    max-width:95%;
    padding: 0;
    display: block;
}

.three-column-container{
    width:95%;
    padding:20px 10px;
    margin:10px auto;
}

.three-column-container img{
    object-fit: contain;
}
.three-column-container p{
    font-size:16px;
}

.three-column-title{
    height:50px;
}

.table-scroll{
    width:100%;
    margin:0px auto;
    border:solid 2px #61a5e6;
    overflow-x:scroll;
    box-sizing:border-box;
}

.hikaku th{
    height:40px;
    font-size:14px;
    width:130px;
}


.hikaku td.jisha{
    font-size:16px;
}

.hikaku th.jisha{
    font-size:18px;
}

.hikaku td{
    font-size:14px;

}

.jisha span{
    background: linear-gradient(transparent 75%, #fff36a 50%);
    padding:0 5px;
}

table.hikaku{
    width:450px;
}

.two-column-left,.two-column-right{
    height:240px;
}
.two-column-left .tc-img-container{
    right:-103%;
}
    
.two-column-left .tc-text-container{
    left:10px;
    top:130px;
    width:60%;
    font-size:18px;
}

.two-column-right .tc-img-container{
    left:-103%;
}

.tc-img-container img{
    width:200px;
}

.two-column-right .tc-text-container{
    left:150px;
    top:130px;
    width:60%;
    font-size:18px;
}

.tc-text-container .title{
    font-size:22px;
}


.step-wrap{
    width:100%;
    height:170px;
    margin:50px auto;
}

.step-wrap:after{
    width:8px;
    height:100px;
    top:160px;
    left:65px;
}

.step-container-left{
    padding:20px 0;
    width:px;
    border-radius: 15px 0 0 15px;
    display:block;
    text-align:center;
}

.step-container-right{
    padding:0px;
    width:520px;
    font-size:30px;
    align-items:center;
    display:flex;
}

.step-container-right p{
    margin-left:38px;
    font-size:20px;
}

.icon img{
    width:70px;
}

.step-container-left .title{
    font-size:15px;
    
}

.step-container-left .title span.step{
    font-size:24px;
    padding-left:0px;
}
.step-container-left .title span.content{
    padding-left:0;
}

.step-container-left:after {
  left:36.6%;
  border: 85px solid transparent;
  border-left: 30px solid #3066b8;
}


    

.plan{
    padding:10px 5px;
}

.plan_wrap{
    border:solid 1px #b6b5b5;
    margin:15px 0;
    padding:5px;

}

.keyword{
    font-size:14px;
    padding:10px 10px;
    width:35%;

}

.price{
    font-size:11px;
    padding:10px 10px;
    width:65%;
}

.tanka{
    font-size:14px;
    padding:3px 5px;

}

.example{
    font-size:14px;
    padding:3px 5px;

}

	.btn_box:before {
		content:url(img/mail_sp.png);
		position:absolute;
		top:11px;
		left:30px;
    }


	input[type="text"], textarea {
		padding: 2em 0;
		font-size:0.6rem;
		width: 95%;
		margin-bottom: 20px;
		border: 4px solid #333;
		border-radius:5px;
		display:inline-block;
		text-align:center;
		box-sizing:border-box;
	}


button.btn{
	width:90%;
	font-size:1.2rem;
	margin:0px auto;
    padding:25px 10px;
    vertical-align:middle;
    position:relative;

}


button.btn:before{
    font-size:1.1rem;
    margin-right:5px;
    vertical-align: revert;
    display:inline-block;

}

.mail_box:after{
    content:url(img/stomp_sp.png);
    bottom:-10px;
    right:-10px;

}



.box-guidance-title{
    padding:10px;
    font-size:20px;
    margin:0 auto;
    line-height:1.1;
    width:95%;
    box-sizing:border-box;
    
}

.box-guidance{
    display:block;
    padding:20px;
    margin-bottom: 20px;
    width:95%;
    box-sizing:border-box;

}

.box-guidance-text{
    margin:0 0 10px 0 ;
    width:100%;
}

.box-guidance-thumb{
    margin:0px;
    width:100%;
    display:flex;
    align-items:center;
}


article.prof{
    padding:20px;
    box-sizing:border-box;
}

article.prof p{
    font-size:15px;
}








}
