@charset "utf-8";

/*******************************
 JS
*******************************/
.js-slick {
  overflow: hidden;
  opacity: 0;
  transition: all 300ms;
}

.js-slick.slick-initialized {
  opacity: 1;
}

/* ============================================
  KV
============================================ */
.kv {
}
.kv img {
	width: 100%;
}
/* ============================================
  共通
============================================ */
.pcObj{
	display: block;
}
.spObj{
	display: none;
}
#pankuz{
	display: flex;
	max-width: 1300px;
	margin: 10px auto;
	padding: 0 50px;
}

#pankuz li{
	font-size:1.4rem;
	padding-right: 10px;
}

#pankuz li a{
	margin-right: 10px;
}

#pankuz li:after{
	content:'>';
}

#pankuz li:last-child:after{
	content:'';
}
@media (min-width: 415px) and (max-width: 1500px) {
	#pankuz li{
		font-size: 1vw;
	}
}
@media (max-width: 414px) {
	.spObj{
		display: block;
	}
	.pcObj{
		display: none;
	}
	#pankuz{
	padding: 0 10px;
	}
	#pankuz li{
		font-size: 1.3rem;
	}
}


/* ============================================
  Contents
============================================ */
.contents {
  overflow: hidden;
}



@media (min-width: 415px) and (max-width: 1500px) {
}

@media (max-width: 414px) {
}

/* ============================================
  section
============================================ */
.section {
  position: relative;
  padding: 0 0 55px;
}

.heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #152267;
  font-size: 7.2rem;
  line-height: 1;
  width: 100%;
  max-height: 255px;
  height: 17vw;
}

.heading > span {
  color: #3e7fa7;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 5px 0 0 0;
}

.section .btn {
  font-size: 1.6rem;
  max-width: 208px;
  width: 13.866666666vw;
  max-height: 52px;
  height: 3.466666666vw;
  margin: 55px 0 0 auto;
}

@media (min-width: 415px) and (max-width: 1500px) {
  .section {
    padding: 0 0 3.666666666vw;
  }

  .section .btn {
    font-size: 1.066666666vw;
    margin: 3.666666666vw 0 0 auto;
  }

  .heading {
    font-size: 4.8vw;
  }

  .heading > span {
    font-size: 1.2vw;
    margin: 0.33333333vw 0 0 0;
  }
}

@media (max-width: 414px) {
  .section {
    padding: 0;
  }
  .heading {
    font-size: 3.6rem;
    height: auto;
	margin: 30px 0 20px;
  }

  .heading > span {
    color: #3e7fa7;
    font-size: 1.3rem;
    margin-top: calc(5 / 414 * 100vw);
  }

  .section .btn {
    font-size: 1.2rem;
    max-width: unset;
    width: calc(210 / 414 * 100vw);
    max-height: unset;
    height: calc(52 / 414 * 100vw);
    margin: calc(40 / 414 * 100vw) auto 0;
  }
}

/* ============================================
case用
============================================ */
.contents p{
	max-width: 1300px;
	padding: 50px;
	margin: 0 auto;
	font-size: 2rem;
	line-height: 2;
}

.contents p span{
	display: block;
}
.contents p span a{
	text-decoration: underline;
}






.accordion {
	max-width: 1000px;
	margin: 40px auto 100px;
}
.accordion li{
	list-style: none;
	color: #333333;
	border-bottom: 1px solid #b0b0b0;
}

.accordion .t_qa_q {
	cursor: pointer;
	font-weight: bold;
	padding: 27px 0 24px 60px;
	position: relative;
	font-size: 1.4rem;
}
.accordion .t_qa_q::before{
    position: absolute;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 50px;
    width: 15px;
    height: 15px;
    border-top: 2px solid #152266;
    border-right: 2px solid #152266;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
	transition: all 0.3s ease 0.1s;
}
.accordion .t_qa_q.active::before{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.accordion .t_qa_q::after{
	content: "Q";
	display: block;
	position: absolute;
	top: calc(50% - 14px);
	left: 10px;
	width: 30px;
	line-height:  30px;
	text-align: center;
	background-color: #152266;
	border-radius: 100px;
	color: #ffffff;
}
.accordion .aopen_area {
	display: none;
	padding: 10px 0;
	background-color: #eef6fc;

}
.accordion .aopen_area_inn{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
	padding: 10px 0;

}
.accordion .aopen_area .icon_a{
	font-size: 1.4rem;
	font-weight: bold;
	color: #152266;
	text-align: center;
	width: 4%;
}
.accordion .aopen_area .open_area_text{
	width: 90%;
	line-height: 1.7;
	font-size: 1.4rem;
    margin-right: 3.5%;
}



@media (min-width: 415px) and (max-width: 1500px) {
	.contents p{
		font-size: 1.3vw;
	}
}

@media (max-width: 414px) {
	.contents p{
		font-size: 1.5rem;
		margin: 10px;
		padding: 20px;
	}
	.accordion .t_qa_q {
		cursor: pointer;
		font-weight: bold;
		padding: 17px 30px 14px 40px;
		position: relative;
		font-size: 1.4rem;
		line-height: 1.7;
	}
	.accordion .t_qa_q::before {
		right: 0px;
		top: calc(50% - 10px);
	}
	.accordion .t_qa_q::after{
		left: 0;
	}
	.accordion .aopen_area_inn{
		padding: 10px;
	}
	.accordion .aopen_area .icon_a{
		width: 6%;
	}
	.accordion .aopen_area .open_area_text{
		width: 87%;
   		margin-right: 0;
	}
	
}

/*-------臨時対応--------*/
.snsList {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex: 1 1 auto;
    opacity: 0;
    pointer-events: none;
}


.accordion .t_qa_q {
font-size: 1.4rem !important;
}

.accordion .t_qa_q::after {
    content: "Q";
    display: block;
    position: absolute;
    top: calc(50% - 14px);
    left: 10px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #152266;
    border-radius: 100px;
    color: #ffffff;
}


.t_qa_a {
	position: relative;
	padding: 10px 60px !important;
    line-height: 1.7 !important;
    font-size: 1.4rem !important;
}
.t_qa_a:before {
content: "A.";
position: absolute;
top: 10px;
left: 20px;
}

.aopen_in {
border-bottom: 1px solid #b0b0b0;
}


@media (min-width: 415px) and (max-width: 1500px) {
.accordion .t_qa_q {
    font-size: 1.3vw;
}
}