.bg-white{
	background: #fff;
	padding: 80px 0 80px 0;
}
.bg-gray{
	background-color: #eaeae4;
	padding: 80px 0 80px 0;
}
.bg-blue{
	background-color: #edf4f6;
	padding: 80px 0 80px 0;
}
.bg-koiblue{
	background-color: #023884;
	padding: 40px 0 40px 0;
	color: #fff;
}
.page-h1-bg{
	padding: 40px 0 40px 0;
}
.red{
color:red;
}
.blue{
	color: #023884;
}
.pink{
	color: #c83b75;
}
.btn-blue{
	margin-bottom: 0;
}
.btn-blue a{
	display: block;
	margin: 20px 0px!important;
	padding: 15px;
	border: 1px solid #023884;
	background-color: #023884;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	border-radius: 15px;
	max-width: 280px;
	width: 100%;
}
.btn-blue a:hover{
	background-color: #fff;
	border: 1px solid #023884;
	color: #023884;
}
.btn-pink{
	margin-bottom: 0;
}
.btn-pink a{
	display: block;
	margin: 20px 0px!important;
	padding: 15px;
	border: 1px solid #c83b75;
	background-color: #c83b75;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	border-radius: 15px;
	width: 100%;
}
.btn-pink a:hover{
	background-color: #fff;
	border: 1px solid #c83b75;
	color: #c83b75;
}
.btn-white{
	margin-bottom: 0;
}
.btn-white a{
	display: block;
	width: 100%;
	margin: 20px auto 0px!important;
	padding: 20px;
	border: 1px solid #023884;
	background-color: #fff;
	color: #383838;
	font-size: 1.6rem;
	text-align: center;
	border-radius: 50px;
}
.btn-white a:hover{
	background-color: #023884;
	border: 1px solid #fff;
	color: #fff;
}

.anker {
    display: block;
    margin-top: -100px;
    padding-top: 100px!important;
}
.chuui{
	font-size: 80%;
}
.reverse {
    flex-direction: row-reverse;
}
.kadomaru{
	position: relative;
}

.kadomaru img{
	border-radius: 10px;
	margin-bottom: 20px;
}


/*///////////////// TOP PAGE //////////////////////*/
.main-visual{
	position: relative;
	min-height: 400px;
	background-image: url(../img/top/mv-bg-pc.jpg);
	background-size: cover;
	background-position: right -100px center;
}
.mv-con{
	width: 60%;
	padding: 0px 0 0px 40px;
	position: absolute;
	left: 5%;
	top: 20%;
}
.mv-con p{
	line-height: 1.2;
	margin-bottom: 15px;
}

.mv-con .sname{
	max-width: 150px;
	margin-bottom: 15px;
}
.mv-con .mv-catch{
	font-size: 2.8rem;
	line-height: 1.2;
	color: #023884;
	font-weight: 600;
}
.sec-catch{
	text-align: center;
	font-size: 2rem;
	font-weight: 600;
	padding: 40px 0;
	margin-bottom: 0;
}

#nayami .charabox{
	position: relative;
}
#nayami .chara{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 130px;
}
h2.nayami{
	text-align: left;
	color: #383838;
}
h2.nayami span.okeru{
	font-size: 1.4rem;
	display: block;
	text-align: left;
	margin-bottom: 15px;
}
.nayamilist{
	list-style: none;
	margin-bottom: 20px;
}
.nayamilist li{
  display: flex; /* 点とリストを横並びに */
  align-items: center; /* 垂直方向に中央揃い */
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 15px;
  line-height: 1.2;
}
.nayamilist li::before{
 content: "⚫︎"; /* 記号(黒丸)を挿入 */
 color: #eaeae4; /* 好きな色にする */
 font-size: 1em; /* 点の大きさ */
 margin-right: 1em; /* 点とテキストの距離 */
}
.point{
	color: #c83b75;
	font-size: 2.4rem;
	line-height: 1;
}
.point .po{
	display: inline-block;
	color: #fff;
	padding: 10px 25px;
	margin-right: 20px;
	background-color: #c83b75;
	border-radius: 10px;
	font-size: 1.4rem;
}
#kadai section h2{
	margin-bottom: 80px;
	font-weight: 600;
}
.kadaibox{
	background-color: #fff;
	padding: 15px;
	position: relative;
	padding-top: 100px;
	margin-bottom: 40px;
	}
.kadaibox .desc{
	font-size: 1.4rem;
	line-height: 1.6;
	}
.nayami-no{
	position: absolute;
	top:-25px;
	background-color:#023884;
	padding-top: 5px;
	border-radius: 40px;
	width: 80px;
	height: 80px;
	color: #fff;
	text-align: center;
	font-size: 2.8rem;
	line-height: 1;
}
.nayami-no .kadai{
	font-size: 50%;
}
.nayami-ill{
	width: 50%;
	position: absolute;
	top: -70px;
	right: 0;
}
.kadaibox h3{
	line-height: 1.2;
	margin-bottom: 15px;
	font-size: 2rem;
}
.kadaibox .kaiketsu{
	padding:8px 10px;
	text-align: center;
	background-color: #c83b75;
	width: 100%;
	color: #fff;
	border-radius: 100px;
}
.kadaibox h4{
	font-size: 1.8rem;
	color: #c83b75;
}

#tokuchou h2{
	text-align: left;
}
.featurebox{
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	background-color: #edf4f6;
	padding: 15px;
	margin-bottom: 15px;
	border-radius: 20px;
}
.featurebox .ficon{
	width: 25%;
	padding: 20px;
}
.featurebox .featuredesc{
	width: 75%;
	padding: 20px 0;
}
.featuredesc h3{
	font-size: 2rem;
	line-height: 1.2;
	margin-bottom: 10px;
}
.featuredesc p{
	margin-bottom: 0;
}
#voice h2{
	text-align: left;
}
.voicebox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
.voice-ph{
	width: 25%;
}

.voice-txt{
	width: 70%;
	background-color: #fff;
	border-radius: 100px;
	padding: 40px;
}
.voice-txt p{
	margin-bottom: 0;
}
.voice-txt h4{
	color: #023884;
	margin-bottom: 10px;
}

summary {
	list-style-type: none;
	position: relative;
}
summary::-webkit-details-marker {
	display: none;
}
summary:before {
	content: "＋";
	position: absolute;
	right:10px;
}
details[open] summary:before,
summary details[open] summary:before {
	content: "−";
}
.acordion .qanda:nth-child(odd){
	background-color: #f2f2f2;
	}

.acordion .qanda{
	padding: 20px ;
	font-size: 1.6rem;
	line-height: 1.2;
	color: #023884;
	}
.acordion summary{
	padding-right:2em;
	}
.acordion .answer{
	padding: 20px 0 0 0;
	font-size: 1.6rem;
	margin-bottom: 0;
	color:#383838;
	}
.morecatch{
	font-size: 2rem;
	text-align: center;
}
#cta{
	background-image: url(../img/top/con-bg.jpg);
	background-size: cover;
}
.ctabox{
	background-color: #fff;
	background-image: url(../img/top/ctabox-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 40px;
	border-radius: 30px;
	background-size: 50%;
}
.morecatch .imasugucatch{
	border-bottom: 2px solid #023884;
	color: #023884;
	text-align: center;
	padding-bottom: 5px;
	line-height: 2;
}

#movie{
	background-image: url(../img/top/movie-bg.jpg);
	background-size: cover;
	background-color: rgba(0,0,0,0.2);
	background-blend-mode: darken;
}
.moviecatch{
	background: linear-gradient(90deg, rgb(63, 81, 166), rgb(142, 39, 138));
	clip-path: polygon(0% 0, 90% 0, 85% 100%, 0 100%);
	padding: 20px;
	margin-bottom: 40px;
}
.snscount{
	color: yellow;
	margin-bottom: 10px;
}
.appeal{
	color: #fff;
	font-size: 3rem;
	margin-bottom: 0px;
	line-height: 1;
}
.moviepoint li {
	color: #fff;
	background-color: #023884;
	padding: 15px;
	margin-bottom: 15px;
	font-size: 1.4rem;
	line-height: 1.4;
}
.moviepoint li .yellow{
	color: yellow;
}
/*///////////////// PAGE STYLE //////////////////////*/

.normal table {
	width:100%;
	margin:0px 0px 20px 0px;
}
.normal table tr {
	width:100%;
}
.normal table tr th {
	background-color:#f2f2f2;
	vertical-align:middle;
	border:1px solid #c5c5c5;
	font-weight: normal;
	padding:20px 15px;
}
.normal table tr td{
	line-height:1.4;
	padding:20px 15px;
	border:1px solid #c5c5c5;
}



/*/ COMPANY /*/
.gaiyou table {
	width:100%;
	margin:0px 0px 40px 0px;
}
.gaiyou table tr {
	width:100%;
}
.gaiyou table tr th {
	text-align:center;
	vertical-align:middle;
	border-bottom:1px solid #009844;
	font-weight: 600;
	padding:20px 15px;
	width: 30%;
}
.gaiyou table tr.topline th {
	border-top:1px solid #6b6b6b;
}

.gaiyou table tr td{
	line-height:1.4;
	padding:20px 15px;
	border-bottom:1px solid #c1c1c1;
}
/*/ CONTACT /*/
.contact table {
	width:100%;
	margin:0px 0px 40px 0px;
}
.contact table tr {
	width:100%;
}
.contact table tr th {
	background-color:#eaeae4;
	text-align:center;
	vertical-align:middle;
	border:1px solid #c5c5c5;
	font-weight: normal;
	padding:20px 15px;
	width: 30%;
}
.contact table tr td{
	line-height:1.4;
	padding:20px 15px;
	border:1px solid #c5c5c5;
}
.contact table tr td p,.contact table tr th p{
	margin-bottom: 0;
}
.contact table tr td label{
	display: block;
}
.privacy-txt {
  width: 100%;
  height: calc( 2rem * 10 );
  overflow-y: scroll;
  border: #ccc 1px solid;
  padding: 15px;
  margin-bottom: 10px;
}


.con-tel{
	font-size: 2rem;
}
.con-tel span{
	font-size: 5rem;
}
.addbox{
	padding: 40px 0;
}
.addbox p{
	margin-bottom: 0;
}
.addbox .add-txt{
	text-align: left;
	font-size: 120%;
}
.addbox .center{
	text-align: center;
}
.addbox .btn-pink a{
	display: inline-block;
	width: 100%;
}
/*//////////////////////////// mobile ////////////////////////////*/

@media only screen and ( max-width : 600px ) {
.bg-white{
	padding: 40px 0 40px 0;
}
.bg-gray{
	padding: 40px 0 40px 0;
}
.bg-blue{
	padding: 40px 0 40px 0;
}
.bg-koiblue{
	padding: 20px 0 20px 0;
}
.page-h1-bg{
	padding: 20px 0 20px 0;
}
.mv-con{
	width: 100%;
	padding: 40px;
	background-color: #fff;
	position:inherit;
	left: 0;
}
.mv-con p{
	text-align: center;
}
.mv-con .sname{
	display: none;
}
.mv-con .mv-catch{
	font-size: 2.4rem;
	line-height: 1.2;
	color: #023884;
	font-weight: 600;
}
.point{
	color: #c83b75;
	font-size: 2rem;
	line-height: 1.2;
	text-align: center;
}
.point .po{
	display: block;
	border-radius: 10px;
	font-size: 1.4rem;
	margin-right: 0;
	text-align: center;
	margin-bottom: 15px;
}
.nayamilist{
  width: 80%;
}
.nayamilist li{
  padding: 15px;
}
#nayami .chara{
	right: -30px;
	top: 20px;
	width: 120px;
}
.kadaibox{
	padding-top: 80px;
	}

.btn-blue a{
	margin: 0 auto;
	max-width: 100%;
}
.btn-pink a{
	margin: 0 auto;
	max-width: 100%;
}
.featurebox{
	flex-wrap: wrap;
	padding:15px 10px;
	margin-bottom: 15px;
	border-radius: 20px;
	align-items: center;
}
.featurebox .ficon{
	width: 30%;
	padding:0 20px;
	text-align: center;
	margin-bottom: 0;
}
.featurebox .featuredesc{
	width: 70%;
	padding: 0;
}
.featuredesc h3{
	font-size: 1.8rem;
	line-height: 1.1;
	margin-bottom: 5px;}
.featuredesc p{
	margin-bottom: 0;
	line-height: 1.2;
}
.nayami-ill{
	top: -50px;
	right: -30px;
}
.voice-txt {
  border-radius: 20px;
  padding: 15px 15px 10px 15px;
}
.acordion .qanda {
  padding: 15px;
  font-size: 1.4rem;
  line-height: 1.2;
}
.acordion .answer {
  padding: 15px 0 0 0;
  font-size: 1.4rem;
}
.ctabox{
	background-size: 80%;
	padding: 30px 30px 0px 30px;
}


.moviecatch{
	clip-path: polygon(0% 0, 100% 0, 95% 100%, 0 100%);
	padding: 15px;
}
.appeal{
	font-size: 1.8rem;
}
.moviepoint{
margin-top: 20px;
}
.moviepoint li {
	font-size: 1.8rem;
}
.moviepoint li .yellow{
	color: yellow;
}








/*/ COMPANY /*/
.gaiyou table tr th {
	width: 100%;
	display: block;
	text-align:left;
	border:1px solid #009844;
	font-weight: normal;
	padding:15px;
	color: #009844;
}
.gaiyou table tr td{
	width: 100%;
	display: block;
	line-height:1.4;
	padding:15px;
	border-bottom:none;
}
/*/ CONTACT /*/
.contact table tr th {
	width: 100%;
	display: block;
	text-align:left;
	border:none;
	background-color: #fff;
	border: 1px solid #009844;;
	font-weight: normal;
	padding:15px;
	color: #009844;;
}
.contact table tr td{
	width: 100%;
	display: block;
	line-height:1.4;
	padding:15px 0;
	border:none;
}

.addbox{
	padding: 20px 0;
}
.addbox p{
	margin-bottom: 0;
}
.addbox .add-txt{
	text-align: center;
}
.iranai{
	display: none;
}
}
/*//////////////////////////// PC ////////////////////////////*/

@media print, screen and ( min-width : 1024px ) {

.bg-white{
	padding: 120px 0 120px 0;
}
.bg-gray{
	padding: 120px 0 120px 0;
}
.bg-blue{
	padding: 120px 0 120px 0;
}
.bg-koiblue{
	padding: 60px 0 60px 0;
}
.page-h1-bg{
	padding: 60px 0 60px 0;
}
.main-visual{
	min-height: 500px;
	background-position: right 0px center;
}
.mv-con{
	width: 60%;
}

.mv-con .mv-catch{
	font-size: 4rem;
	line-height: 1.2;
	color: #023884;
	font-weight: 600;
}

#nayami .chara{
	right: -30px;
	top: -70px;
	width: 200px;
}
.point{
	font-size: 3rem;
}
.voice-ph{
	width: 20%;
}

.voice-txt{
	width: 75%;
	border-radius: 40px;
	padding: 25px;
}
.snscount{
	font-size: 1.8rem;
}
.appeal{
	font-size: 4rem;
}
.moviepoint li {
	font-size: 2rem;
}







}