/* ############################
GROWUP Ver1.0 CSS
############################ */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/* ############################
リセットCSS START
############################ */

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

/* マージン、パディング、ボーダーをリセット */
body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, figure, figcaption, blockquote, dl, dd {
margin: 0;
padding: 0;
border: 0;
}

/* リストスタイルをリセット */
ol, ul {
list-style: none;
}

/* フォント継承をリセット */
html {
font-family: sans-serif;
}

/* リンクのスタイルをリセット */
a {
text-decoration: none;
color: inherit;
}

/* 画像のスケーリングを防ぐ */
img {
max-width: 100%;
height: auto;
display:block;
}

/* テーブルのボーダースパイシングとボーダーコラプスをリセット */
table {
border-collapse: collapse;
border-spacing: 0;
}

/* その他の基本的なスタイルリセット */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
display: block;
}

/* ############################
リセットCSS END
############################ */


/* contents */

.text-center{
text-align:center;
}

/* ボタン拡大縮小アニメーション */
/*img.hidden {
opacity: 0;
animation: fadeIn 0.5s ease-in 0.2s forwards;
}

@keyframes fadeIn {
to {
opacity: 1;
}
}*/


body{
max-width:700px;
margin:0 auto!important;
position: relative;
}

.btn-area{
position: relative;
}

.btn1,.btn2,.btn3,.btn4,.btn5,.btn6,.btn7,.btn8{
position: absolute;
left: 10%;
width:80%;
/*　animation: zoom 1s alternate infinite;　*/
z-index:1;
}

/*　@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}*/

.btn1{
top: 0;
left:auto;
right: 0!important;
width: 39%;
}

.btn2{
top:28%;
}

.btn3{
bottom:34%;
}

.btn4{
bottom:14%;
}

.form-absolute{
position: absolute;
bottom:48%;
left: 4%;
}

.n-btn-area img{
margin:0 auto;
}

.contact-form-area{
	font-weight:700;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
width:100%;
padding:20px;
border-radius:10px;
background:#FFF;
}

input[type="submit"]{
width:60%;
padding:20px;
border-radius:10px;
border:none;
background:#124693;
color:#FFF;
font-size:1.3rem;
appearance: none; /* OS依存の見た目を無効化 */
-webkit-appearance: none; /* Safari用 */
}

.contact-form-area span.title{
	display:inline-block;
	margin-bottom:10px;
	margin-top:30px;
}

.contact-btn{
	text-align:center;
	padding:40px 0 80px;
}

p.policy{
	margin-top:30px;
	text-align:center;
}

p.policy a{
	text-decoration:underline;
	display:inline-block;
	margin-bottom:10px;
}

.wpcf7-spinner{
	display:block!important;
	margin:0 auto!important;
}

.required,.err{
color:red;
}

.btn-fix{
position: fixed;
bottom:0;
box-sizing: border-box;
width: clamp(0%, 100%, 700px);
padding: 0px;
display:none;
}

.btn-fix img{
width:100%;
}

.sec10 h2{
font-weight:700;
margin:60px auto;
position: relative;
background:#FF00A7;
color:#FFF;
padding:15px;
}

p.att{
text-align:right;
font-size:0.8rem;
}


.copyright{
text-align:center;
font-size: 0.8rem;
padding:20px;
background:#19459B;
}

.copyright,.copyright a{
color:#FFF;
}

/* popup */
#overlay {
z-index:100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* グレーアウト効果 */
    display: none;
}

#popup {
z-index: 1000;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    max-width: 90%;

}

#popup img.popup-img-bottom{
height: 100%;
width:auto;
}

#popup img.popup-img-btn{
position:absolute;
    top: 83%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#popup .btn2{
left: 24%;
bottom: 8%;
width: 50%;
}

#close-btn{
width:70px!important;
height:auto!important;
position: absolute;
top: 0;
left: 0;
background: none;
}

footer{
background:#EAF6FD;
padding:0 30px;
}



@media (max-width: 700px) {
.copyright span{
display:block;
padding-top:10px;
}
table th{
margin-top:5px;
}
input{
padding:15px;
}
.sec10{
padding-bottom:0vw;
}
.close-btn{
width: 50px !important;
left: 9px;
}
#popup {
width:90%;
}
#popup img.popup-img-bottom{
height: 100%;
}
.contact-btn{
	padding:40px 0 100px;
}
	input[type="submit"] {
		width:75%;
	}
	.btn-fix{
		display:flex;
		z-index:3;
	}
}


