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



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


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

#topWrap  .headBox .headWarp .textBox{
	/*width: 50%;*/
	padding-right: 15px;
	
}
#topWrap  .headBox .headWarp .topimg{
	display: block;
	width: 50%;
	max-width: 580px;
	height: auto;
	
}
#topWrap .headBox  .headWarp .deco {
    color: #fff;
    font-size: clamp(42px, 8vw, 120px);
    font-weight: normal;
    font-family: Century Gothic, sans-serif;
    white-space: nowrap;
    margin-bottom: -40px;
    display: block;
}
#topWrap .headBox  .headWarp h1{
	font-size: clamp(28px, 4vw, 70px);
    color: #0d276a;
    margin-bottom: 40px;
    padding: 0;
    font-weight: 600;
    position: relative;
    z-index: 2;
    line-height: 1.5;
}

#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: 0px;
	overflow: hidden;
}
	
#topWrap  .headBox {
	background: #edeff5;
	padding: 80px 0 40px;
}	
	
#topWrap  .headBox .headWarp {
	display: flex;
    flex-direction: column;
	align-items: flex-start;
}
#topWrap  .headBox .headWarp .textBox{
	width: 100%;
}
#topWrap  .headBox .headWarp .topimg{
	width: 100%;
	
}
	
#topWrap .headBox  .headWarp h1{
    margin-bottom: 40px;
}	
#topWrap .headBox .headWarp .deco {
  margin-bottom: -20px;
}
}


/*共通パーツ*/

#privacy {
	padding :120px 0;
	background: #152d5b url(../img/img_common/texture_r3_bg.jpg) no-repeat;
    background-position: right top;
    background-size: auto;
	
}
#privacy .inBox{
	max-width: 1200px;
	margin:auto;
}

#privacy .inBox .note{
	font-size: clamp(14px, 2vw, 16px);
	background: #f6f7fa;;
	margin-bottom :40px;
	padding: 40px 80px;
	border: #ccaa82 solid 2px;
}

#privacy .inBox ol{
	background: #f6f7fa;;
	padding: 60px 80px;
	list-style-type: none;
	border: #ccaa82 solid 2px;
}

#privacy .inBox ol li {
font-size: clamp(14px, 2vw, 16px);
margin-bottom: 40px;
list-style-type: none;
	counter-increment: step-counter;
	display: flex;
}
#privacy .inBox ol li::before {
    content: counter(step-counter);
    display: block;
    margin-right: 20px;
    margin-top: -2px;
    font-size: 20px;
    color: #ccaa82;
    font-weight: bold;
}
#privacy .inBox ol li:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
	#privacy .inBox{
	margin:0 5%
}
}
@media screen and (max-width: 767px) {
#privacy {
  padding: 40px 0 60px;
  background: #152d5b url(../img/img_common/texture_r3_bg_mb.jpg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
  background-position: right top;
}
#privacy .inBox .note{
	padding: 20px 5%;
	margin-bottom :20px;
}
#privacy .inBox ol{
	padding: 20px 5%;
}
#privacy .inBox ol li {
margin-bottom: 20px;
}
}