/* ================================
  appealing
================================ */
#wrap {
	background: #f6f7fa;
	overflow: hidden;
}



#topWrap {
	padding-top: 80px;
	overflow: hidden;
	margin-bottom: 80px;
}
#topWrap  .headBox {
	background: #edeff5;
	padding: 20px 0 20px;
}


#topWrap  .headBox .headWarp {
	max-width: 1200px;
	display: flex;
	justify-content:space-between;
	margin: auto;
	align-items: center;
}

#topWrap  .headBox .headWarp .headBox{
	width: 50%;
}
#topWrap  .headBox .headWarp .topimg{
	display: block;
	width: 50%;
	max-width: 580px;
	height: auto;
	
}
#topWrap .headBox .headWarp .headBox h1 {
    font-size: clamp(28px, 4vw, 56px);
    color: #0d276a;
    padding: 0;
    font-weight: 600;
    position: relative;
    z-index: 2;
    line-height: 1.4;
	margin-bottom: -5px;
}
#topWrap .headBox .headWarp .headBox .deco {
	font-size: clamp(26px, 3vw, 42px);
    color: #cad1e7;
	font-family: Century Gothic, sans-serif;
}

#topWrap .headBox .headWarp .headBox .bread {
	font-size: clamp(14px, 2vw, 24px);
    color: #0d276a;
	display: flex;
	align-items: center;
}
#topWrap .headBox .headWarp .headBox .bread::after {
	content: "";
	height: 1px; 
	width: 40px;
	background:  #0d276a;
	margin-left: 10px;
}
@media screen and (max-width: 1280px) {
#topWrap  .headBox .headWarp {
	margin: 0 5%;
}
}


@media screen and (max-width: 767px) {

#topWrap {
	padding-top: 60px;
	overflow: hidden;
	margin-bottom: 30px;
}
	
#topWrap  .headBox {
	background: #edeff5;
	padding: 20px 0 30px;
}	
	
#topWrap  .headBox .headWarp {
	display: flex;
    flex-direction: column;
	align-items: center;
}
#topWrap  .headBox .headWarp .headBox{
	width: 100%;
}
#topWrap  .headBox .headWarp .topimg{
	width: 100%;
	
}
	#topWrap .headBox .headWarp .headBox h1 br {
		display: none;
	}
}
/*共通パーツ*/


/*アコーディオン*/



#accordion {
	max-width: 1200px;
	margin: 0 auto 80px;
}
@media screen and (max-width: 1280px) {
#accordion{
	margin: 0 5% 80px;
}
}

@media screen and (max-width: 767px) {
#accordion{
	margin: 0 5% 80px;
}
}




.details {
   margin-bottom: 30px;
}
.details:last-of-type {
    margin-bottom: 0;
}
.details-summary {
    position: relative;
    display: flex;
    padding: 15px 40px;
    color: #013384;
    font-weight: bold;
    background-color: #fff;
	border-bottom: 2px solid #0d276a;
	align-items: center;
   
}
.details-summary:hover {
    cursor: pointer;
    opacity: 0.8;
}
.details-summary .btn {
    position: absolute;
    top: 38%;
    right: 6%;
    width: 26px;
    height: 26px;
    transform-origin: center center;
    transition-duration: 0.2s;
}
.details-summary .btn:before, .details-summary .btn:after {
    content: "";
    background-color: #000;
    width: 26px;
    height: 4px;
    position: absolute;
    top: 11px;
    right: 0;
    transform-origin: center center;
}
.details-summary .btn:before {
    width: 4px;
    height: 26px;
    top: 0;
    right: 11px;
}
.details-summary.is-active .btn {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.details-summary.is-active .btn:before {
    content: none;
}
.details-summary::-webkit-details-marker {
    display: none;
}
.details-content {
    padding: 40px;
	background: #fff;
}
.details-content .fBox{
   display: flex;
	align-items: center;
	
}
.details-content .fBox img{
	display: block;
	width: 50%;
	max-width: 480px;
	height: auto;
}
.details-content .fBox p{
	flex: 1;
	margin-left: 40px;
}



.details-summary h3 {
	padding: 0;
	display: flex;
	align-items: center;
	
}
.details-summary {
  padding: 15px 60px;
}
.details-summary h3 .head{
	font-size: clamp(16px, 3vw, 28px);
     margin-left: 50px;
}
.details-summary h3 .head br{
	display: none;
}
.details-summary h3 .number {
	font-size: clamp(24px, 5vw, 60px);
	font-family: Century Gothic, sans-serif;
	font-weight: 400;
	display: flex;
	align-items: center;
}

.details-summary h3 .number::before {
    content: "";
    width: 14px;
    height: 14px;
    background: #ccaa82;
	margin-right: 20px;

}



.voiceBox {
	display: flex;
	align-items: flex-start;
	margin-top: 40px;
}
.voiceBox h4 {
	padding: 10px 40px;
	background: #ccaa82;
	color: #fff;
	font-size: 24px;
	margin:0 60px 0 40px;
	font-weight: 400;
	position: relative;
}


.voiceBox h4::after {
	position: absolute;
	right: -15px;
	top: 50%;
    transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #ccaa82;
  border-right: 0;
}


.voiceBox ul {
	margin: 0;
	padding: 0;
	list-style: none;
	flex: 1;
}

.voiceBox ul li {
	display: flex;
	background: #edeff5;
	padding: 8px 20px;
	align-items: flex-start;
    margin-bottom: 20px;
	font-size: clamp(14px, 2.5vw, 16px);
}
.voiceBox ul li:last-child{
	margin-bottom: 0;
}
.voiceBox ul li span {
	padding-top: 2px;
}
.voiceBox ul li .voiceIcon{
   display: block;
   margin-top: -10px;
	margin-right: 10px;
}

@media screen and (max-width: 1280px) {
.voiceBox h4 {
  font-size: 20px;
  margin: 0 40px 0 0;
}
}

@media screen and (max-width: 767px) {
	.details-summary {
  padding: 15px 10px;
}
	.details {
   margin-bottom: 20px;
}
	.details-content {
		padding: 20px;
	}
.details-content .fBox{
   display: flex;
	flex-direction: column;
	
}
.details-content .fBox img{
	width: 100%;
}
.details-content .fBox p{
	flex: 1;
	margin-left: 0px;
	margin-top: 20px;
}
.voiceBox {
	flex-direction: column;
	margin-top: 20px;
}
.voiceBox h4 {
	padding: 5px 20px;
	font-size: 18px;
	margin:0 0 20px 0;
	position: relative;
}
.voiceBox ul li {
  padding: 8px 15px 8px 10px;
  margin-bottom: 15px;
}
.voiceBox ul li .voiceIcon{
   display: block;
   margin-top: 0px;
   margin-right: 5px;
   width:30px;
	height: 30px;
}
.details-summary h3 .head {
  margin-left: 10px;
}
.details-summary h3 .number::before {
  width: 10px;
  height: 10px;
  margin-right: 8px;
}
	
	
.details-summary .btn {
    top: 38%;
    right: 6%;
    width: 20px;
    height: 20px;
}
.details-summary .btn:before, .details-summary .btn:after {
    width: 20px;
    height: 3px;
    top: 8px;
    right: 0;
}
.details-summary .btn:before {
    width: 3px;
    height: 20px;
    top: 0;
    right: 8px;
}
.voiceBox h4::after {
  display: none;
}
.voiceBox h4::before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 15px solid #ccaa82;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom:-15px;
}
}

@media screen and (max-width: 460px) {
	
	.details-summary .headlong {
		align-items: flex-start!important;
	}
.details-summary h3 .head br{
	display: inline-block;
}
}