
html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
margin: 0;
padding: 0;
	color: #1F1F1F;
 }

figure {
  padding: 0;
  margin: 0;
  max-width: 100%;
  width: 100%; }

img {
  vertical-align:bottom;
  max-width: 100%;}

a {
	text-decoration: none;
  display: inline-block; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
p,dd,small {
    font-size: 16px;
    line-height: 155%;;
}


/*---------footer----------*/

footer {
	 background: #100964;
	padding: 40px 0 25px;
}


footer small {
    display: block;
    color: white;
    font-size: 15px;
    text-align: center;
	padding-top: 30px;
}
footer ul {
	text-align: center;
	padding: 25px 0;
}
footer ul li {
	display: inline-block;
	padding: 0 10px;
}
footer ul li a {
	color: white;
	font-size: 18px;
}
footer ul li a:hover {
	text-decoration: underline;
}



footer dd a {
	color: white;
display: block;
	margin-bottom: 30px;
}


/*---------common----------*/

h2.title {
	text-align: center;
}
.center {
	text-align: center;
}
.flex {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
  align-items: center;
}

.pos {
	position: relative;
}
.ab {
	position: absolute;
	top: 0;
	left: 0;
}
p.center {
	text-align: center;
}






/*---------header----------*/

header {
	background: url("../images/fv_bk.png") no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}
header .logo {
position: absolute;
width: 7vw;
	top: 25px;
	left: 25px;
}
header .icon {
position: absolute;
width: 10vw;
	top: 10px;
	right: 10px;
}
header h1 {
    position: absolute;
    width: 930px;
    margin: auto;
    left: 70px;
    right: 0;
    top: 3%;
}
header .txt2 {
    position: relative;
    width: 1100px;
    margin: auto;
    padding-top: 400px;
    z-index: 1;
	left: -10px;
}




/*---------fv_btm----------*/
.fv_btm {
	padding: 3% 0 6%;
	position: relative;
	background: url("../images/fv_btm_bk.png") no-repeat;
	background-position: center top;
	background-size:cover;
}

.fv_btm dl {
	width: 1027px;
	margin: 0 auto;
}
.fv_btm dt {
	margin-bottom: 15px;
}

.fv_btm dd a {
display: block;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 30px;
    top: auto;
    width: 66%;
    text-align: center;
}
.fv_btm dd a:hover {
	opacity: 0.7;
}

/*---------to_pln----------*/

.to_pln {
	padding: 3% 0;
	position: relative;
}
.to_pln a {
	display: block;
	text-align: center;
	margin: 1% auto 0;
}
.to_pln a:hover {
	opacity: 0.7;
}


/*---------item----------*/

.item article div.center {
	background: #212b63;
}
.item .center {
line-height:0;
}


.item article .content {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;

  padding-bottom: 100px;
}

.item article .diagonal-bottom {
background-color: #ffee5b;
    clip-path: polygon(0 80px, 100% 0, 100% 100%, 0 100%);
    position: relative;
    margin-top: -80px;

	border-bottom: 1px solid #ffee5b;
	  box-sizing: border-box;
}

.item aside div {
background: #ffee5b;
}

.item aside div img {
    position: relative;
    margin-top: -150px;
}












/*---------mv----------*/
.mv {
	padding: 3% 0;
	background: url("../images/mv_bk.png") no-repeat;
	background-position: center top;
	background-size:cover;
}

.mv p.txt2 {
	margin: 3% auto 1%;
}
.mv article {
	width: 1120px;
	margin: 0 auto;
}
.mv small {
	display: block;
	text-align: right;
	font-size: 14px;
}
.mv article div {

	margin: 0 auto 20px;
	width: 900px;
}

.mv article div iframe {
	display: block;
	border:5px solid #1c2951;
	width: 900px;
	height: 510px;
}


/*---------nayami----------*/

.nayami {
	background: #2d3562;
position: relative;
	padding-top: 3%;
	margin-bottom: 150px;
}
.nayami p {
	position: relative;
top: 20px;
}


.nayami::before{/* beforeでもafterでも*/
    content: "";
    position: absolute;
    height: 120px;
    width: 100%;
    clip-path: polygon(0 0,50% 100%,100% 0);/* ココ */
    background-color: #2d3562;/* デモは青色の部分 */
　　left: 0;
    bottom: -119.5px; /* bottomにピッタリくっつけたいので三角の高さ分下にずらす */
}




/*---------Appear----------*/

.appear {
	padding: 5% 0;
	position: relative;
}

.appear p:last-of-type {
	margin-top: 6%;
}

/*---------slide_area----------*/

.slide_area {
	padding: 2% 0 0;
	position: relative;
	background: #f3f2ec;
}

.slide_area article {
	margin: 5% 0;
}

.slide_area article div {
	width: 1200px;
	margin: 0 auto;
}

.slide_area article dl {
	position: relative;
	z-index: 1;
width: 830px;
}
.slide_area article dt {
	margin-bottom: 20px;
}


.slide_area article.s1 {
	margin-top: 0;
	padding-top: 5%;
	background-image: url("../images/slide_area1_bk.png");
    background-repeat: no-repeat;
    background-position: 100% top;
    background-size: 39%;
    background-color: #f3f2ec;
}
.slide_area article.s2 {
	background-image: url("../images/slide_area2_bk.png");
    background-repeat: no-repeat;
    background-position: 0 top;
    background-size: contain;
    background-color: #f3f2ec;
}
.slide_area article.s3 {
	background-image: url("../images/slide_area3_bk.png");
    background-repeat: no-repeat;
    background-position: 107% 80%;
    background-size: 46%;
    background-color: #f3f2ec;
	padding-bottom: 3%;
}


.slide_area article.s2 dl {
	position: relative;
	z-index: 1;
width: 830px;
	margin-left: auto;
}

.slide_area article.s3 ul {
	overflow: hidden;
	width: 675px;

}
.slide_area article.s3 ul li {
	float: left;
		margin-top: 10px;
}
.slide_area article.s3 ul li:nth-of-type(2n) {
	float: right;
}
.mfp-figure {
	position: relative;
}

.food li img {
	padding-top: 8%;
}
.food li.new img {
	padding-top: 0;
}


/*---------voice----------*/

.voice {
	padding:0 0 5%;
	position: relative;

}
.voice h2 {
	margin-bottom: 50px;
}


.voice article {
	width: 806px;
	margin: 25px auto;
}

.voice article div {
	top: 70px;
}
.voice article div p {
	padding: 0 35px;
	font-size: 18px;
	line-height: 160%;
	font-weight: bold;
}
.voice article div p span {
	background: #ffee5b;
	padding:0px 3px;

}



/*---------spec----------*/

.spec {
	padding: 5% 0;
	position: relative;
	background:#ffee5b;

}

.spec h2 {
	margin-bottom: 70px;
}

.spec p {
	font-size: 23px;
	margin-top: 4%;
}

.spec dt {
text-align: center;
}


.slider_spec {
max-width: 1200px;
}
.slider_spec .slick-slide {

  box-shadow:none;
	position: relative;

}
.slider_spec .slick-slide a.popup-modal {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 7%;
    width: 40%;
}
.mfp-content img {
	display: block;
	margin: 0 auto;
}

.mfp-auto-cursor .mfp-content {
    width: 850px;
}



.slider_spec {

	margin: 0% auto;
}


.slider_spec .slick-list {
	padding: 3% 0 !important;
}
.slider_spec .slick-slide {
  margin: 0 10px;
  position: relative;
  overflow: hidden;
	transition: 0.5s;
}
.slider_spec .slick-slide:hover {
	opacity: 0.7;
}


.slider_spec .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider_spec .slick-prev {
background: url("../images/prev.png") no-repeat;
	background-position: center;
	background-size: contain;
	width: 25px;
	height: 83px;
}
.slider_spec .slick-next {
background: url("../images/next.png") no-repeat;
	background-position: center;
	background-size: contain;
	width: 25px;
	height: 83px;
}
.slider_spec .slick-arrow {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 999;
}
.slider_spec .slick-disabled {
	opacity: 0;
}
/*
.slider_spec .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
*/
.slider_spec .slick-next {
  right:-5%;
}
.slider_spec .slick-prev {
  left:-5%;
}
.slider_spec .slick-next::before {
  left: 20px;
}
.slider_spec .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
.dots-2 .slick-dots {
  text-align: center;
}
.dots-2 .slick-dots li {
  display: inline-block;
}
.dots-2 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-2 .slick-dots .slick-active button {
  background: #0a467d;
}







/*---------plan----------*/

.plan {
	padding: 75px 0;
}
.plan .wrap {
	width: 1022px;
	margin: 0 auto;
}
.plan article {
	padding: 100px 0;
}

.plan dt {
	color: #1c2951;
	font-weight: bold;
	font-size: 33px;
	text-align: center;
	letter-spacing: 0.1em;
}
.plan dt img {
	display: block;
	margin: 0 auto;
	padding-top: 20px;
}
.plan dd {
	margin-top: 10px;
}
.plan a:hover {
	opacity: 0.6;
}
.plan article a {
display: block;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 30px;
    top: auto;
width: 66%;
	text-align: center;
}

.plan aside ul {
	overflow: hidden;
}
.plan aside ul li {
	float: left;
	margin-top: 10px;
}
.plan aside ul li:nth-of-type(2n) {
	float: right;
}
.plan aside ul li a {
display: block;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 20px;
    top: auto;
width: 66%;
	text-align: center;
}


/*---------point----------*/

.point {
background: #f3f2ec;
	padding: 75px 0;
}
.point ul {
	padding-top: 55px;
	width: 1100px;
	margin: 0 auto;
}



/*---------cta_area----------*/

.cta_area {
	padding: 4.5% 0;
}
.cta_area img.list {
	display: block;
	margin: 0 auto;
	width: 758px;
}
.cta_area dl {
	width: 990px;
	margin: 3% auto 0;
}
.cta_area dl dt {
	text-align: center;
}

.cta_area dl dt img.pc {
	width: 726px;
}

.cta_area dl dd {
	margin-top: 20px;
}
.cta_area dl dd a:hover {
	opacity: 0.6;
	transition: 0.5s;
}

.q_a_tp {
	text-align: center;
	padding: 30px 0 65px;
}


/*----------QandA----------*/
.q_a {
	background: #f3f2ec;
	padding:110px 0;
}
.q_a .wrap {
	width: 1035px;
	margin:0px auto;
	margin-top: 90px;
}
.q_a h3 {
    color: #327BA0;
    padding: 25px 100px;
    font-size: 25px;
	background: url("../images/q_icon.png") no-repeat,url("../images/open.png") no-repeat;
	background-color:#100964;
	color: white;
	background-position: 2% center,97% center;
	cursor: pointer;
}
.q_a h3.close {
	background: url("../images/q_icon.png") no-repeat,url("../images/close.png") no-repeat;
	background-color:#100964;
	background-position: 2% center,97% center;
}



.q_a li.acd {
background: white;
	margin-bottom: 50px;
	    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


/*アコーディオンで現れるエリア*/
.box {
display: none;/*はじめは非表示*/
	background:  url("../images/a_icon.png") no-repeat;
		background-position: 2% 30px;
    padding: 25px 100px;
}

.box article {
font-size: 20px;
line-height: 150%;
}
.box a {
	text-decoration: underline;
	color: black;
}
.box p {
margin: 0;
font-size: 20px;
line-height: 150%;
}
.box article ul {
font-size: 20px;
list-style: disc;
padding-left: 25px;
}
.box article ul li {
	margin: 10px 0;
}
.box article ul li::marker {
	font-size: 75%;
}


@media screen and (min-width:1024px) {
	
	.sp {
		display: none !important;
	}

	.cta_area dl dd a {
		width: 486px;
	}


}


/*--------------tablet--------------*/

@media (min-width: 768px) and (max-width: 1023px) {



	.pc {
		display: none !important;
	}

	main {
		overflow: hidden;
	}

p,dd,small {
    font-size: 16px;
    line-height: 155%;;
}


/*---------footer----------*/

footer {
	 background: #100964;
	padding: 0px 0 25px;
}


footer small {
    display: block;
    color: white;
    font-size: 14px;
    text-align: center;
    padding-top: 0px;
}
footer ul {
	text-align: left;
	padding: 15px 0;
}
footer ul li {
	display: block;
	padding: 0 20px;
	margin: 10px 0;
}
footer ul li a {
	color: white;
	font-size: 18px;
}
footer ul li a:hover {
	text-decoration: underline;
}



footer dd a {
	color: white;
display: block;
	margin-bottom: 30px;
}



/*---------header----------*/

header {
	background: url("../images/fv_bk.png") no-repeat;
	background-position: center;
	background-size: cover;
	height:auto;
	position: relative;
}
header .logo {
        position: absolute;
        width: 16%;
        top: 10px;
        left: 10px;
}
header .icon {
position: absolute;
        width: 18%;
        top: 0;
        right: 0px;
        z-index: 1;
}
header h1 {
position: absolute;
        width: 100%;
        margin: auto;
        left: 0;
        right: 0;
        top: 3.5%;
        text-align: center;
        min-width: inherit;
}
header .txt2 {
position: relative;
	width:100%;
	min-width:inherit;
	margin:auto;
	left: 0;
	right: 0;
	bottom: 0;
        padding-top: 50%;
	z-index: 1;

}




/*---------fv_btm----------*/
.fv_btm {
	padding:10% 0;
	position: relative;
	background: url("../images/fv_btm_bk.png") no-repeat;
	background-position: center top;
	background-size:cover;
}

.fv_btm dl {
	width: 90%;
	margin: 0 auto;
}
.fv_btm dt {
	margin-bottom: 15px;
}

.fv_btm dd a {
display: block;
        margin: auto;
        right: 0;
        left: 0;
        bottom: 4%;
        top: auto;
        width: 90%;
        text-align: center;
}
.fv_btm dd a:hover {
	opacity: 0.7;
}

/*---------to_pln----------*/

.to_pln {
	padding: 10% 5%;
	position: relative;
}
.to_pln a {
	display: block;
	text-align: center;
	margin: 1% auto 0;
}
.to_pln a:hover {
	opacity: 0.7;
}


/*---------item----------*/

.item article div.center {
	background: #212b63;
	padding-top: 25px;
}
.item .center {
line-height:0;
}


.item article .content {
  width: 90%;
  max-width: inherit;
  margin: 0 auto;

  padding-bottom: 60px;
}

.item article .diagonal-bottom {
background-color: #ffee5b;
    clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 100%);
    position: relative;
    margin-top: -60px;

	border-bottom: 1px solid #ffee5b;
	  box-sizing: border-box;
}

.item aside div {
background: #ffee5b;
}

.item aside div img {
    position: relative;
    margin-top: 0px;
}












/*---------mv----------*/
.mv {
	padding: 10% 5%;
	background: url("../images/mv_bk.png") no-repeat;
	background-position: center top;
	background-size:cover;
}

.mv p.txt2 {
        margin: 6% auto 2%;
        width: 60%;
}
.mv article {
	width:100%;
	margin: 0 auto;
}
.mv small {
	display: block;
	text-align: right;
	font-size: 16px;
}
.mv article div {

	margin: 0 auto 20px;
	width: 100%;
}

.mv article div iframe {
	display: block;
	border:5px solid #1c2951;
	width: 100%;
	height:500px;
}









/*---------nayami----------*/

.nayami {
	background: #2d3562;
position: relative;
	padding: 5% 0 10%;
	margin-bottom: 20%;
}
.nayami p {
	position: relative;
top: 20px;
}


.nayami::before{
        content: "";
        position: absolute;
        height: 60px;
        width: 100%;
        clip-path: polygon(0 0, 50% 100%, 100% 0);
        background-color: #2d3562;
        left: 0;
        bottom: -59px;
}




/*---------Appear----------*/

.appear {
	padding: 5% 1% 8%;
	position: relative;
}

.appear p:last-of-type {
	margin-top: 3%;
}

/*---------slide_area----------*/

.slide_area {
	padding: 2% 0 0;
	position: relative;
	background: #f3f2ec;
}

.slide_area article {
	margin:10% 0;
}

.slide_area article div {
	width:100%;
	margin: 0 auto;
}

.slide_area article dl {
	position: relative;
	z-index: 1;
	width:100%;
}
.slide_area article dt {
	margin-bottom: 20px;
}
	.slide_area article img {
		width: 100%;
	}

.slide_area article.s1 {
	margin-top: 0;
	padding-top: 5%;
	background-image:none;

}
.slide_area article.s2 {
	background-image:none;
}
.slide_area article.s3 {
	background-image:none;
	padding-bottom: 0;
}


.slide_area article.s3 ul {
overflow: hidden;
width: 90%;
margin: 0 auto;

}
.slide_area article.s3 ul li {
float: left;
margin-top: 10px;
width: 48%;
}
.slide_area article.s3 ul li:nth-of-type(2n) {
	float: right;
}
.mfp-figure {
	position: relative;
}


.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
        right: 25px;
        top: 10px;
        height: 50px;
    text-align: right;
    padding-right: 6px;
    width: 10%;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../images/pop_close_sp.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.mfp-arrow-right {
    right: 0;
}
	.mfp-arrow-left {
		left: 0;
	}


/*---------voice----------*/

.voice {
	padding:0 0 8%;
	position: relative;

}
.voice h2 {
width: 80%;
margin: 0 auto 10%;
}


.voice article {
	width: 90%;
	margin: 25px auto;
}

.voice article div {
	top: 70px;
}
.voice article div p {
	padding: 0 35px;
	font-size: 18px;
	line-height: 160%;
	font-weight: bold;
}
.voice article div p span {
	background: #ffee5b;
	padding:0px 3px;

}



/*---------spec----------*/

.spec {
padding: 7% 0 10%;
position: relative;
background:#ffee5b;

}

.spec h2 {
width: 70%;
margin: 0 auto 10%;
}

.spec p {
	font-size: 23px;
	margin-top: 4%;
}

.spec dt {
text-align: center;
width: 30%;
margin: 0 auto;
}
	.spec dt.s2 {
width: 50%;
	}

.slider_spec {
max-width:inherit;
	width: 100%;
	margin: 0 auto;
        overflow: hidden;
}
.slider_spec .slick-slide {

  box-shadow:none;
	position: relative;

}
.slider_spec .slick-slide a.popup-modal {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 7%;
    width: 40%;
}
.mfp-content img {
	display: block;
	margin: 0 auto;
}

.mfp-auto-cursor .mfp-content {
	width:80%;
}
img.mfp-img {
	padding: 0;
	}

.slider_spec .slick-list {
	padding: 3% 0 !important;
}
.slider_spec .slick-slide {
margin: 0px 15px;
        width: 250px;
  position: relative;
  overflow: hidden;
	transition: 0.5s;
}
	.slider_spec .slick-slide a {
		display: block;
	}


.slider_spec .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider_spec .slick-prev {
background: url("../images/prev.png") no-repeat;
	background-position: center;
	background-size: contain;
	width: 25px;
	height: 83px;
}
.slider_spec .slick-next {
background: url("../images/next.png") no-repeat;
	background-position: center;
	background-size: contain;
	width: 25px;
	height: 83px;
}
.slider_spec .slick-arrow {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 999;
}
.slider_spec .slick-disabled {
	opacity: 0;
}
/*
.slider_spec .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
*/
.slider_spec .slick-next {
  right:30%;
}
.slider_spec .slick-prev {
  left:30%;
}
.slider_spec .slick-next::before {
  left: 20px;
}
.slider_spec .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
.dots-2 .slick-dots {
  text-align: center;
}
.dots-2 .slick-dots li {
  display: inline-block;
}
.dots-2 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-2 .slick-dots .slick-active button {
  background: #0a467d;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
	margin: auto;
	right: 0;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }






/*---------plan----------*/

.plan {
	padding: 10% 0;
}
	.plan h2 {
		width: 55%;
		margin: 0 auto;
	}


.plan .wrap {
	width: 90%;
	margin: 0 auto;
}
.plan article {
	padding: 20px 0;
}

.plan dt {
        color: #1c2951;
        font-weight: bold;
        font-size: 19px;
        text-align: center;
        line-height: 150%;
        letter-spacing: 0.1em;
}
.plan dt img {
	display: block;
	margin: 0 auto;
	padding-top: 5px;
}
.plan dd {
	margin-top: 10px;
}
.plan a:hover {
	opacity: 0.6;
}
.plan article a {
        display: block;
        margin: auto;
        right: 0;
        left: 0;
        bottom: 5%;
        top: auto;
        width: 80%;
        text-align: center;
}

.plan aside ul {
	overflow: hidden;
}
.plan aside ul li {
	float: left;
	margin-top: 10px;
        width: 49%;
}
.plan aside ul li:nth-of-type(2n) {
	float: right;
	        width: 48%;
}
.plan aside ul li a {
display: block;
margin: auto;
right: 0;
left: 0;
bottom: 4%;
top: auto;
width: 80%;
text-align: center;

}


/*---------point----------*/
	.point h2 {
		width: 55%;
		margin: 0 auto;
	}
.point {
background: #f3f2ec;
	padding: 8% 0;
}
.point ul {
	padding-top: 5%;
	width: 90%;
	margin: 0 auto;
	display: block;
}
	.point ul li {
		margin: 2% 0;
		text-align: center;
	}



.q_a_tp {
	text-align: center;
	padding:10% 7%;
}


/*----------QandA----------*/
.q_a {
	background: #f3f2ec;
	padding:10% 0;
}

	.q_a h2 {
		width: 55%;
		margin: 0 auto;
	}

.q_a .wrap {
	width: 90%;
	margin:0px auto;
	margin-top: 20px;
}
.q_a h3 {
    color: #327BA0;
    padding: 3% 6% 3% 10%;
    font-size: 25px;
	background: url("../images/q_icon.png") no-repeat,url("../images/open.png") no-repeat;
	background-color:#100964;
	color: white;
	background-position: 2% center,97% center;
        background-size: 6%, 5%;
	cursor: pointer;
}
.q_a h3.close {
	background: url("../images/q_icon.png") no-repeat,url("../images/close.png") no-repeat;
	background-color:#100964;
	background-position: 2% center,97% center;
        background-size: 6%, 5%;
}



.q_a li.acd {
background: white;
	margin-bottom: 20px;
	    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


/*アコーディオンで現れるエリア*/
.box {
display: none;/*はじめは非表示*/
	background:  url("../images/a_icon.png") no-repeat;
		background-position: 2% 25px;
    padding: 3% 5% 3% 10%;
        background-size: 6%;
}

.box article {
font-size: 14px;
line-height: 150%;
}
.box a {
	text-decoration: underline;
	color: black;
}
.box p {
margin: 0;
font-size: 25px;
line-height: 150%;
}
.box article ul {
font-size: 25px;
list-style: disc;
padding-left:13px;
}
.box article ul li {
	margin: 20px 0;
	line-height: 180%;
}
	.box article ul li:first-of-type {
		margin-top: 0;
	}


.box article ul li::marker {
	font-size: 55%;
}





}

@media screen and (max-width:767px) {
	
	.pc {
		display: none !important;
	}

	main {
		overflow: hidden;
	}

p,dd,small {
    font-size: 16px;
    line-height: 155%;;
}


/*---------footer----------*/

footer {
	 background: #100964;
	padding: 0px 0 25px;
}


footer small {
    display: block;
    color: white;
    font-size: 10px;
    text-align: center;
    padding-top: 0px;
}
footer ul {
	text-align: left;
	padding: 15px 0;
}
footer ul li {
	display: block;
	padding: 0 20px;
	margin: 10px 0;
}
footer ul li a {
	color: white;
	font-size: 14px;
}
footer ul li a:hover {
	text-decoration: underline;
}



footer dd a {
	color: white;
display: block;
	margin-bottom: 30px;
}



/*---------header----------*/

header {

	border-top: 50px solid white;
	background: url("../images/fv_bk_sp.png") no-repeat;
	background-position: center;
	background-size: cover;
	height:auto;
	position: relative;
}
header .logo {
        position: absolute;
        width: 16%;
        top: -40px;
        left: 10px;
}
header .icon {
        position: absolute;
        width:26%;
        top: -40px;
        right: 0px;
	z-index: 1;
}
header h1 {
        position: absolute;
        width: 95%;
        margin: auto;
        left: 0;
        right: 0;
        top: 5.5%;
text-align: center;
        min-width: inherit;
}
header .txt2 {
position: relative;
	width:100%;
	min-width:inherit;
	margin:auto;
	left: 0;
	right: 0;
	bottom: 0;
        padding-top: 60%;
	z-index: 1;

}




/*---------fv_btm----------*/
.fv_btm {
	padding:10% 0;
	position: relative;
	background: url("../images/fv_btm_bk.png") no-repeat;
	background-position: center top;
	background-size:cover;
}

.fv_btm dl {
	width: 90%;
	margin: 0 auto;
}
.fv_btm dt {
	margin-bottom: 15px;
}

.fv_btm dd a {
display: block;
        margin: auto;
        right: 0;
        left: 0;
        bottom: 4%;
        top: auto;
        width: 90%;
        text-align: center;
}
.fv_btm dd a:hover {
	opacity: 0.7;
}

/*---------to_pln----------*/

.to_pln {
	padding: 10% 5%;
	position: relative;
}
.to_pln a {
	display: block;
	text-align: center;
	margin: 1% auto 0;
}
.to_pln a:hover {
	opacity: 0.7;
}


/*---------item----------*/

.item article div.center {
	background: #212b63;
	padding-top: 25px;
}
.item .center {
line-height:0;
}


.item article .content {
  width: 90%;
  max-width: inherit;
  margin: 0 auto;

  padding-bottom: 60px;
}

.item article .diagonal-bottom {
background-color: #ffee5b;
    clip-path: polygon(0 60px, 100% 0, 100% 100%, 0 100%);
    position: relative;
    margin-top: -60px;

	border-bottom: 1px solid #ffee5b;
	  box-sizing: border-box;
}

.item aside div {
background: #ffee5b;
}

.item aside div img {
    position: relative;
    margin-top: 0px;
}












/*---------mv----------*/
.mv {
	padding: 10% 5%;
	background: url("../images/mv_bk.png") no-repeat;
	background-position: center top;
	background-size:cover;
}

.mv p.txt2 {
        margin: 6% auto 2%;
        width: 60%;
}
.mv article {
	width:100%;
	margin: 0 auto;
}
.mv small {
	display: block;
	text-align: right;
	font-size: 12px;
}
.mv article div {

	margin: 0 auto 20px;
	width: 100%;
}

.mv article div iframe {
	display: block;
	border:5px solid #1c2951;
	width: 100%;
	height:195px;
}









/*---------nayami----------*/

.nayami {
	background: #2d3562;
position: relative;
	padding: 5% 0 10%;
	margin-bottom: 20%;
}
.nayami p {
	position: relative;
top: 20px;
}


.nayami::before{
        content: "";
        position: absolute;
        height: 60px;
        width: 100%;
        clip-path: polygon(0 0, 50% 100%, 100% 0);
        background-color: #2d3562;
        left: 0;
        bottom: -59px;
}




/*---------Appear----------*/

.appear {
	padding: 5% 1% 8%;
	position: relative;
}

.appear p:last-of-type {
	margin-top: 3%;
}

/*---------slide_area----------*/

.slide_area {
	padding: 2% 0 0;
	position: relative;
	background: #f3f2ec;
}

.slide_area article {
	margin:10% 0;
}

.slide_area article div {
	width:100%;
	margin: 0 auto;
}

.slide_area article dl {
	position: relative;
	z-index: 1;
	width:100%;
}
.slide_area article dt {
	margin-bottom: 20px;
}


.slide_area article.s1 {
	margin-top: 0;
	padding-top: 5%;
	background-image:none;

}
.slide_area article.s2 {
	background-image:none;
}
.slide_area article.s3 {
	background-image:none;
	padding-bottom: 0;
}


.slide_area article.s3 ul {
overflow: hidden;
width: 90%;
margin: 0 auto;

}
.slide_area article.s3 ul li {
float: left;
margin-top: 10px;
width: 48%;
}
.slide_area article.s3 ul li:nth-of-type(2n) {
	float: right;
}
.mfp-figure {
	position: relative;
}


.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
        right: 15px;
        top: 3px;
        height: 40px;
    text-align: right;
    padding-right: 6px;
    width: 10%;
    display: block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(../images/pop_close_sp.png) no-repeat;
    background-position: center;
    background-size: contain;
}

.mfp-arrow-right {
    right: 0;
}
	.mfp-arrow-left {
		left: 0;
	}


/*---------voice----------*/

.voice {
	padding:0 0 8%;
	position: relative;

}
.voice h2 {
width: 80%;
margin: 0 auto 10%;
}


.voice article {
	width: 90%;
	margin: 25px auto;
}

.voice article div {
	top: 70px;
}
.voice article div p {
	padding: 0 35px;
	font-size: 18px;
	line-height: 160%;
	font-weight: bold;
}
.voice article div p span {
	background: #ffee5b;
	padding:0px 3px;

}



/*---------spec----------*/

.spec {
padding: 7% 0 10%;
position: relative;
background:#ffee5b;

}

.spec h2 {
width: 70%;
margin: 0 auto 10%;
}

.spec p {
	font-size: 23px;
	margin-top: 4%;
}

.spec dt {
text-align: center;
width: 30%;
margin: 0 auto;
}
	.spec dt.s2 {
width: 50%;
	}

.slider_spec {
max-width:inherit;
	width: 100%;
	margin: 0 auto;
        overflow: hidden;
}
.slider_spec .slick-slide {

  box-shadow:none;
	position: relative;

}
.slider_spec .slick-slide a.popup-modal {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 7%;
    width: 40%;
}
.mfp-content img {
	display: block;
	margin: 0 auto;
}

.mfp-auto-cursor .mfp-content {
	width:80%;
}
img.mfp-img {
	padding: 0;
	}

.slider_spec .slick-list {
	padding: 3% 0 !important;
}
.slider_spec .slick-slide {
margin: 0px 15px;
        width: 250px;
  position: relative;
  overflow: hidden;
	transition: 0.5s;
}
	.slider_spec .slick-slide a {
		display: block;
	}


.slider_spec .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider_spec .slick-prev {
background: url("../images/prev.png") no-repeat;
	background-position: center;
	background-size: contain;
	width: 25px;
	height: 83px;
}
.slider_spec .slick-next {
background: url("../images/next.png") no-repeat;
	background-position: center;
	background-size: contain;
	width: 25px;
	height: 83px;
}
.slider_spec .slick-arrow {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	z-index: 999;
}
.slider_spec .slick-disabled {
	opacity: 0;
}
/*
.slider_spec .slick-arrow::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #09000d;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
}
*/
.slider_spec .slick-next {
  right:10%;
}
.slider_spec .slick-prev {
  left:10%;
}
.slider_spec .slick-next::before {
  left: 20px;
}
.slider_spec .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 22px;
}
.dots-2 .slick-dots {
  text-align: center;
}
.dots-2 .slick-dots li {
  display: inline-block;
}
.dots-2 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}
.dots-2 .slick-dots .slick-active button {
  background: #0a467d;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
	margin: auto;
	right: 0;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }






/*---------plan----------*/

.plan {
	padding: 10% 0;
}
	.plan h2 {
		width: 55%;
		margin: 0 auto;
	}


.plan .wrap {
	width: 90%;
	margin: 0 auto;
}
.plan article {
	padding: 20px 0;
}

.plan dt {
        color: #1c2951;
        font-weight: bold;
        font-size: 19px;
        text-align: center;
        line-height: 150%;
        letter-spacing: 0.1em;
}
.plan dt img {
	display: block;
	margin: 0 auto;
	padding-top: 5px;
}
.plan dd {
	margin-top: 10px;
}
.plan a:hover {
	opacity: 0.6;
}
.plan article a {
        display: block;
        margin: auto;
        right: 0;
        left: 0;
        bottom: 4%;
        top: auto;
        width: 90%;
        text-align: center;
}

.plan aside ul {
	overflow: hidden;
}
.plan aside ul li {
	float: left;
	margin-top: 10px;
        width: 49%;
}
.plan aside ul li:nth-of-type(2n) {
	float: right;
	        width: 48%;
}
.plan aside ul li a {
display: block;
margin: auto;
right: 0;
left: 0;
bottom: 4%;
top: auto;
width: 80%;
text-align: center;

}


/*---------point----------*/
	.point h2 {
		width: 55%;
		margin: 0 auto;
	}
.point {
background: #f3f2ec;
	padding: 8% 0;
}
.point ul {
	padding-top: 5%;
	width: 90%;
	margin: 0 auto;
}
	.point ul li {
		margin: 2% 0;
	}



.q_a_tp {
	text-align: center;
	padding:10% 7%;
}


/*----------QandA----------*/
.q_a {
	background: #f3f2ec;
	padding:10% 0;
}

	.q_a h2 {
		width: 55%;
		margin: 0 auto;
	}

.q_a .wrap {
	width: 90%;
	margin:0px auto;
	margin-top: 20px;
}
.q_a h3 {
    color: #327BA0;
    padding: 3% 6% 3% 10%;
    font-size: 16px;
	background: url("../images/q_icon.png") no-repeat,url("../images/open.png") no-repeat;
	background-color:#100964;
	color: white;
	background-position: 2% center,97% center;
        background-size: 6%, 5%;
	cursor: pointer;
}
.q_a h3.close {
	background: url("../images/q_icon.png") no-repeat,url("../images/close.png") no-repeat;
	background-color:#100964;
	background-position: 2% center,97% center;
        background-size: 6%, 5%;
}



.q_a li.acd {
background: white;
	margin-bottom: 20px;
	    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}


/*アコーディオンで現れるエリア*/
.box {
display: none;/*はじめは非表示*/
	background:  url("../images/a_icon.png") no-repeat;
		background-position: 2% 12px;
    padding: 3% 5% 3% 10%;
        background-size: 6%;
}

.box article {
font-size: 14px;
line-height: 150%;
}
.box a {
	text-decoration: underline;
	color: black;
}
.box p {
margin: 0;
font-size: 14px;
line-height: 150%;
}
.box article ul {
font-size: 14px;
list-style: disc;
padding-left:13px;
}
.box article ul li {
	margin: 10px 0;
}
.box article ul li::marker {
	font-size: 55%;
}
	.box article ul li:first-of-type {
		margin-top: 0;
	}

}




/* fadeUp */
.fadeUpTrigger,.faderightTrigger,.fadeleftTrigger {
	opacity: 0;
}

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}
.faderight{
animation-name:faderightAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes faderightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}


.fadeleft{
animation-name:fadeleftAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeleftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}
.buru {
    animation: buru 2s infinite;
}
@keyframes buru {
    0% {
        transform: translate(2px, 0px);
    }
    5% {
        transform: translate(-2px, 0px);
    }
    10% {
        transform: translate(2px, 0px);
    }
    15% {
        transform: translate(-2px, 0px);
    }
    20% {
        transform: translate(2px, 0px);
    }
    25% {
        transform: translate(-2px, 0px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}

.zoomIn{
	animation-delay:0.5s;
    animation-name: zoomInAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
	transform: scale(0);
}

@keyframes zoomInAnime {
    0% {
        transform: scale(0) rotate(-5deg);
    }
    70% {
        transform: scale(1.2) rotate(5deg); /* 拡大しながら10度傾く */
    }
    100% {
        transform: scale(1) rotate(0deg); /* 元のサイズと角度に戻る */
    }
}