@charset "utf-8";
/* CSS Document */
*{
	box-sizing:border-box;
	padding:0;
	margin:0;
	word-break:normal;
	word-wrap:break-word;

}
body{
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6", "メイリオ","Meiryo",Arial, sans-serif;
	/*font-family: "Yu Mincho", "游明朝", "游明朝体", "	Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "MS Mincho", "ＭＳ 明朝", "	MS PMincho", "ＭＳ Ｐ明朝", "Sawarabi Mincho";*/
/*font-family: 'Roboto', sans-serif;*/	
	color:#333;
	font-size: 24px;
	line-height: 1.7;
	
	text-align: center;
	position: relative;

	background: url(../img/background-img.webp) repeat;
}
body:after{
	position: fixed;
	content: '';
	width: 100%;
	height: 100vh;
	z-index: -1;
	top: 0;
	left: 0;
	background: url(../img/back1.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
img{
	vertical-align:bottom;
	margin:0;
	padding:0;
	border:0;
	max-width:100%;
}
ul li{
	list-style:none;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0px;
}
.fixedcontainer{
	max-width:1000px;
	width: 100%;
	margin:0 auto;
	padding:0px;
	background-color:#f2e2d7;
}
a{
	color: inherit;
}
a:visited,
a:link,
a:hover,
a:active,
a:focus{
	outline:none;
	text-decoration:none;
}
.visible-sp{
	display:none;
}
.cta1{
	position: relative;
}
.input text input_unit required{
	position: absolute;
}

.caution{
	background-color: #EE9799;
	padding-bottom: 30px;
}
.caution p{
	padding-top: 20px;
}
.caution a{
	color: #443afa;
}
.caution2{
	background-color: #EE9799;
	padding-bottom: 30px;
}
.caution2 p{
	padding-bottom: 30px;
}
.caution2 a{
	color: #443afa;
}


.inner{
	max-width: 854px;
	margin: 0 auto;
	width: 90%;
}
.btn{
	margin-top: 40px;
}
.cta2{
	background-color: #e83f24;
	background-image: url(../img/back2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.cta2 .inner{
	padding: 40px 0 70px;
}
.txt{
	color: #fff;
	text-align: left;
	margin-top: 20px;
	font-size: 22px;
}

/*ctaパート*/
.email-form {
	max-width: 400px;
	margin: 50px auto;
	padding: 20px;
	background-color: #f9f9f9;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	text-align: center;
  }
  
  


@-webkit-keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
	-webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.footer{
	background-color: #EE9799;
	padding: 40px 0;
	color: #fff;
	font-size: 22px;
}
.footer .fixedcontainer{
	background-color: transparent;
}
.footer_links{
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}
.footer_links li{
	padding: 0 20px;
}
.footer_links li:nth-child(2){
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.subpage{
	background-color: #fff;
	text-align: left;
	padding: 100px 0;
}
.logo{
	text-align: center;
	margin-bottom: 50px;
}
.title{
	font-size: 44px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 80px;
}
.about{
	width: 100%;
}
.about th,.about td{
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}
.about th{
	width: 300px;
}

.myForm {
	position: relative;
}

/* 追加箇所 */
.mail {
    position: absolute;
    top: clamp(290px, 41vw, 410px);
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
}
.input_mail {
	width: 80%;
	height: clamp(30px, 8vw, 80px);
	text-align: center;
	border: 1px solid #999;
}
.cta-btn {
	position: absolute;
    bottom: 83%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
}
.cta-btn a img {
	max-height: 150px;
    width: 58%;
}
.mail2 {
    position: absolute;
    top: clamp(290px, 78vw, 780px);
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
}
.cta-btn2 {
	position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
}
.cta-btn2 a img {
	max-height: 150px;
    width: 58%;
}


.animation {
    animation: animation 1.2s ease 1s infinite;
    -webkit-animation: webkit-animation 1.2s ease 1s infinite
}

@-webkit-keyframes webkit-animation {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(.95)
    }

    to {
        transform: scale(1)
    }
}

@keyframes webkit-animation {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(.95)
    }

    to {
        transform: scale(1)
    }
}