@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

/* =============================================================================
共通
   ========================================================================== */

.pt64 {
  padding: 64px 0;
}


a.btn02 {
    background-color: #1893f0;
    color: #fff;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 16px;
    position: relative;
    width: 250px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
a.btn02:hover{
	    background-color: #ff6e19;
}
a.btn02:hover img {
	opacity: 1;
}
h2 .icon {
    box-sizing: border-box;
    display: block;
    position: relative;
	padding-bottom: 5px;
}

h2 {
padding-bottom: 20px;
    position: relative;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    padding-top: 120px;
}
h2#ques01{
	padding-top: 80px;
}
 

/**スライダー**/
.thumbnail {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 25px;
    margin-bottom: 40px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slider .slick-img{
	height: auto;
    width: 210px;
}

.sliderArea .slick-track {
  transform: unset !important;
}
.slick-initialized .thumbnail-img {
  opacity: 0.3;
  transition: opacity .3s linear;
	margin: 0 5px;
    width: 210px;
}
.sliderArea .slick-current {
  opacity: 1;
}

/**スライダーend**/



@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }


}
@media screen and (min-width: 767px) and (max-width: 1240px) {
	.wrap {
			max-width: 1000px;
			padding: 0 15px;
	}
	h2{
		font-size: 30px;
	}
	}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }


  .wrap {
    width: 100%;
    padding: 0 15px;
  }
	p {
		font-size: 14px;
		word-break: break-all;
		text-align: justify;

	}
	section h2{
		font-size: 25px;
		padding-bottom: 0px;
	}
	a.btn02{
		height: 50px;
		padding: 5px 30px;
		margin: 0 auto;
	}
	h2{
		padding-top: 60px;
	}

}




/* =============================================================================
topKey
   ========================================================================== */

.topKeyimages {
	position: relative;
    background: url("../images/question/keyimages.webp") no-repeat center / cover;
    z-index: -10;
	margin-top: 95px;
 }
.topswave {
    background: url(../images/top/topwave.webp) no-repeat center / cover;
    margin-top: -40px;
    padding: 40px 0;
    object-fit: cover;
    background-size: 100% auto;
}
.topswave h5{
	color: #fff;
    font-size: 40px;
    text-align: center;
    font-family: noto-sans;
    font-weight: 600;
	    line-height: 40px;
}
.topswave h5 span{
	font-size: 15px;
}


@media screen and (min-width: 768px) {
	    .topKeyimages {
        height: 750px;
    }
}
@media screen and (max-width: 1500px) {
    .topswave h5 {
        color: #fff;
        font-size: 30px;
		line-height: 30px;
    }
}
@media screen and (max-width: 1340px) and (min-width: 768px){

	.topswave {
    background: url(../images/top/topwave.webp) no-repeat center / cover;
    margin-top: -40px;
    padding: 20px 0;
    object-fit: cover;
    background-size: cover;
}
	.topswave h5 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-family: noto-sans;
    font-weight: 600;
    line-height: 30px;
}
	.topKeyimages {
    position: relative;
    background: url(../images/question/keyimages.webp) no-repeat center / cover;
    z-index: -10;
    margin-top: 55px;
}
}
@media screen and (max-width: 767px) {
	.topKeyimages {
    position: relative;
    background: url(../images/question/keyimagesSP.webp) no-repeat center / cover;
    z-index: -10;
    margin-top: 60px;
	height: 570px;
}
	.topswave {
    background: url(../images/top/topwave.webp) no-repeat center / cover;
    margin-top: -20px;
    padding: 15px 0;
}
	.topswave h5 {
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
			line-height: 25px;
		font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
}

/* =============================================================================
.sec01
   ========================================================================== */
.sec01{
	background: #fff;
	position: relative;
}
  .sec01 .wrap {
    max-width: 1110px;
    padding: 0 10px;
    margin: 0 auto;
  }
.sec01 ul {
    display: flex;
    justify-content: space-between;
	  flex-wrap: wrap;
  }
.sec01 ul li{
	width: 350px;
}
.sec01 ul li a{
	padding: 10px 40px;
    padding-right: 70px;
    color: #05b761;
    border: 3px solid;
    display: block;
    margin-top: 20px;
    font-weight: bold;
    font-size: 17px;
    border-radius: 50px;
    position: relative;
	text-align: center;
}
.sec01 ul li a:after {
    background: url(../images/global/question-arrow.png) no-repeat center / contain;
    position: absolute;
    content: "";
    width: 17px;
    height: 11px;
    right: 30px;
    top: 20px;
}
.sec01 ul li a:hover {
    color: #fff;
    background-color: #05b761;
}
.sec01 ul li a:hover:after {
    background: url(../images/global/arrow-hover.png) no-repeat center / contain;
}

@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 768px) {
	.sec01{
        padding-top: 50px;
        padding-bottom: 100px;
	}

}
@media screen and (max-width: 1340px) and (min-width: 768px){
	    .sec01 {
        padding-top: 0px;
        padding-bottom: 30px;
    }
	.sec01 ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
    .sec01 ul li {
        width: 350px;
        margin: 0px 5px;
    }
}
@media screen and (max-width: 767px) {
	.sec01{
		padding-top: 30px;
		        padding-bottom: 50px;
	}
.sec01 ul {
    justify-content: center;
}
	
}

/* =============================================================================
.sec02
   ========================================================================== */
  .sec02 .wrap {
    max-width: 1080px;
    padding: 0 10px;
    margin: 0 auto;
  }
.sec02 p.center{
	font-size: 20px;
	line-height: 50px;
	font-weight: bold;
	    padding-top: 40px;
    padding-bottom: 50px;
}

.sec02{
	background: #E9F7E8;
	position: relative;
}
.qaBox {
	/*width: 75%;*/
	color: #333;
	margin: 0 auto;
}
.qaBox dl {
	background-color: #fff;
	margin: 40px 0;
	border-radius: 5px;
}
.qaBox dl dt {
		padding: 20px 0 15px 35px;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
}
.qaBox dl dt .Q {
	font-size: 2rem;
	font-weight: 500;
	padding-right: 20px;
	color: #d80856;
}
.qaBox dl dt h5 {
	font-size: 20px;
	font-weight: 500;
	color: #d80856;
}
.qaBox dl dt .arrow {
position: absolute;
    top: 40px;
    right: 35px;
    width: 15px;
    height: 15px;
    border: 4px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    color: #d80856;
    transform: rotate(135deg);
    transition: transform 0.3s ease;
    margin-left: auto;
	border-radius: 2px;
}
.qaBox dl dt .arrow.change {
  transform: rotate(-45deg);
}
.qaBox dl dd {
	display: none;
}
.qaBox dl dd .txtBg .txtBox {
	padding: 25px 0 25px 10px;
	display: flex;
	align-items: center;
	border-top: 1px solid #d80856;
	margin: 0px 30px;
	font-size: 18px;
}

@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 768px) {
	.sec02{
        padding-top: 80px;
        padding-bottom: 160px;
	}

}
@media screen and (max-width: 1340px) and (min-width: 768px){	
	.sec02 {
		padding-top: 30px;
        padding-bottom: 100px;
	}
	.sec02 .wrap {
    max-width: 1080px;
		padding: 0 20px;
	}
	.qaBox dl dt {
		padding: 13px 0 13px 35px;
	}
	.qaBox dl dt h5 {
    font-size: 17px;
    font-weight: 500;
    color: #d80856;
    padding-right: 100px;
}
	.qaBox dl dt .arrow {
    position: absolute;
		top: 30px;
	}
}

@media screen and (max-width: 767px) {
	.sec02{
		padding-top: 30px;
		
	}
	.sec02 .wrap {
		padding: 0 20px;
	}
.qaBox dl dt {
	padding: 15px 70px 15px 17px;
	}
	.qaBox dl dt h5 {
		font-size: 15px;
	}
	.qaBox dl dt .Q{
		padding-right: 10px;
	}
	.qaBox dl dt .arrow {
    position: absolute;
    top: 40%;
    right: 35px;
    width: 15px;
    height: 15px;
    border: 4px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    color: #d80856;
    transform: rotate(135deg);
    transition: transform 0.3s ease;
    margin-left: auto;
    border-radius: 2px;
}
}



