@charset "UTF-8";
/* CSS Document */

body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}
p, ul li, ol li{
	line-height: 1.7;
	font-size: 14px;
}
img{
	width: 100%;
}

h1{
	font-size: 11px;
	padding: 0.5em;
	text-align: right;
	background: #e7e7e7;
}
main{
	width: 100%;
	max-width: 1200px;
	padding: 0 2em;
	margin: 0 auto;
}
.d-sp{
	display: none;
}
.fadeIn{
animation-name:fadeInAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


.hero{
	margin-bottom: 3em;
}
.hero-img{
	margin: 0 calc(50% - 50vw);
    width: 100vw;
	margin-bottom: 3em;
}
.hero h2{
	margin-bottom: 2%;
	max-width: 800px;
	margin: 0 auto;
}
.hero .text-wrap{
	margin: 0 auto;
	text-align: center;
}

.hero .text-wrap h2{
	width: 93%;
	display: flex;
	align-items: center;
}
.hero .text-wrap div{
		background: #0e3582;
	color: #fff;
	padding: 4em 6em 4em 6em;
	border-radius: 16px;
	position: relative;
	z-index: -1;
	margin-top: -3em;
	display: inline-block;
	text-align: left;
}
.hero .text-wrap div ol{
	margin-left: 5%;
	padding-left: 5%;
	list-style-type: katakana-iroha;
}
.hero-bottom{
	background: #2b2b2b;
	overflow: hidden;
	text-align: center;
	color: #fff;
	padding: 1.4em 1em 1.6em 1em;
}
.hero-bottom span{
	font-size: 14px;
}

.hero-img p{
	font-size: 18px;
	letter-spacing: 1px;
	text-indent: 1px;
	font-weight: bold;
	margin-bottom: 0.4em;
	line-height: 1.3;
}

.section{
	margin-bottom: 4em;
}
.section h2{
	font-size: 28px;
	font-weight: bold;
    padding: 15px 20px;
    border-bottom: 0;
    background: #fdf5d2;
    border-left: 4px solid #e70;
    margin-bottom: 28px;
}

.sample{
	margin-bottom: 6em;
}


.youtube{
	text-align: center;
	display: block;
  width: 100%;
	max-width: 700px;
  aspect-ratio: 16 / 9;
	margin: 0 auto;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.sample p{
	text-align: center;
	font-size: 18px;
	margin-bottom: 1em;
}
.price p{
	margin: 0 auto;
	margin-bottom: 1em;
	max-width: 900px;
	text-align: left;
}


.Table {
  width: 100%;
	max-width: 900px;
  border: solid 2px #333;
  border-collapse: collapse;
  font-size: 16px;
	margin: 0 auto;
	margin-bottom: 1em;
}
.Table-Body-Row td{
	text-align: right;
	font-size: 120%;
}
.Table-Body-Row td:first-child{
	text-align: center;
}


.Table-Head {
  background: #333;
	color: #fff;
}
.Table-Head-Row-Cell {
  border: solid 2px #ccc;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 0.5em;
  padding-right: 0.5em;
	text-align: center;
}
.Table-Body {
  background: #fff;
}
.Table-Body-Row-Cell {
  border: solid 2px #ccc;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.contents h3{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 2%;
}
.volume{
	border: solid 1px #ccc;
	padding: 1em;
	margin: 2em auto;
	border-radius: 16px;
	box-shadow: 0px 6px 12px -5px #777777;
	width: 90%;
	display: flex;
	align-items: center;
}

.package{
	text-align: center;
	display: flex;
	width: 40%;
	box-sizing: border-box;
}
.package div{
	width: 50%;
}
.package img{
	background: #333;
}
.package p span{
	display: block;
}
.explanation{
	padding: 1em 0 0 1em;
	width: 60%;
	box-sizing: border-box;
}
.explanation p{
	margin-bottom: 1em;
}

/* アコーディオン */
.acd-label{
    background: #95a0a8;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
    position: relative;
}
/*.acd-label:after{
    font-family: "Font Awesome 5 Free";
	content: "\f067";
    box-sizing: border-box;
    display: block;
    height: 52px;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0px;
  font-weight: 900;
  color: #fff;アイコンの色
}*/
.acd-content{
    display: block;
    padding: 1em 2em;
	background-color: #f2f2f2;
}
/*.acd-check:checked + .acd-label:after{
    content: '\f068';
}
.acd-check:checked + .acd-label + .acd-content{
    height: max-content;
    opacity: 1;
    padding: 1em 2em;
    visibility: visible;
}
*/
.acd-content{
	font-size: 90%;
}

.row ul{
	line-height: 1.5;
}

.contact{
	padding-top: 7em;
	padding-bottom: 2em;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
	background-image: url('../img/bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.contact:before{
	content: '';
	width: 100%;
	height: 100px;
	display: inline-block;
	background: linear-gradient(0deg, rgb(255 255 255 / 0%), rgb(255 255 255));
	position: absolute;
	top: -1px;
}
.contact .img{
	max-width: 300px;
	margin: 0 auto;
}
.contact-wrap{
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
}
.contact h2{
	background: #294EA9;
	color: #fff;
	text-align: center;
	border-left: 0;
	margin-top: -1em;
	position: relative;
	z-index: 1;
}
.contact .box{
	background: #fff;
}
.contact .box p{
	text-align: center;
}
.contact .box-inner{
	display: flex;
	justify-content: space-evenly;
}
.contact .box-inner div{
	width: 46%;
	border: solid 1px;
	padding: 2em;
	margin-top: 2%;
	margin-bottom: 4%;
}
.contact .box-inner div p{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
}
.contact .box-inner .tel a{
	font-size: 24px;
	font-weight: bold;
	color: #294EA9;
	display: inline-block;
	text-align: center;
	width: 100%;
}
.contact .box-inner .tel a:before{
	font-family: "Font Awesome 5 Free";
	content: "\f095";
    box-sizing: border-box;
    display: inline-block;
    height: 52px;
  font-weight: 900;
  color: #294EA9;/*アイコンの色*/
	margin-right: 3%;
}
.contact .box-inner .mail a{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background: #294EA9;
	border-radius: 6px;
	padding: 4% 8%;
	display: block;
	text-align: center;
}
.contact .box-inner .mail a:before{
		font-family: "Font Awesome 5 Free";
	content: "\f0e0";
    box-sizing: border-box;
    display: inline-block;
  font-weight: 900;
  color: #fff;/*アイコンの色*/
	margin-right: 4%;
}

@media screen and (max-width: 768px) {
	main{
		padding: 0 3%;
	}
	.d-pc{
		display: none;
	}
	.d-sp{
		display: inherit;
	}
  .Table {
    font-size: 12px;
  }
	.hero .text-wrap div{
		margin-top: 0;
		padding: 6%;
	}
	.hero .text-wrap ul{
		font-size: 14px;
	}
	.hero .text-wrap h2{
		width: 100%;
	}
	.volume{
		margin: 4% auto;
		width: 100%;
		flex-direction: column;
	}
	.contact-wrap{
		width: 90%;
	}
	.contact .box{
		padding-bottom: 4%;
	}
	.contact .box-inner{
		flex-direction: column;
	}
	.contact .box-inner div {
		width: 90%;
		margin: 0 auto;
		margin-bottom: 2%;
	}
	.contact .box-inner .tel a{
		font-size: 5vw;
	}
	.contact .box-inner .mail a{
		font-size: 4vw;
	}
	.contact .box p{
		padding: 2% 5%;
	}
	.contact .box-inner div p{
		margin-bottom: 2%;
	}
	.contact .img{
		max-width: 230px;
	}
	.explanation{
		padding: 0;
		text-align: center;
		width: 98%;
		margin: 0 auto;
	}
	.package{
		margin-bottom: 5%;
		width: 100%;
	}
	.hero-img p{
		font-size: 18px;
	}
}