/* ================================
  works
================================ */
#wrap {
	overflow: hidden;
}
#topWrap {
	padding-top: 80px;
	overflow: hidden;
	margin-bottom: 80px;
}
#topWrap  .headBox {
	background: #edeff5;
	padding: 80px 0 40px;
}


#topWrap  .headBox .headWarp {
	max-width: 1200px;
	margin: auto;
}

#topWrap .headBox  .headWarp .deco {
    color: #fff;
    font-size: clamp(56px, 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  .inBox {
 position:relative;
 display: flex;
 flex-direction: row-reverse;
 justify-content: flex-start;
 
}
#topWrap  .imgBox {
/*position: relative;*/
	width: 50%;
	margin-top: -60px;
}
#topWrap .imgBox .main {
  	max-width: 1000px;
	/*border-radius: 20px 0 0 20px;*/
	overflow: hidden;
}
#topWrap .imgBox .main img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	z-index: 2;
}
#topWrap .imgBox .sub  {
	width: 60%;
	max-width:520px;
	left: -50%;
	top: -60px;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

#topWrap .catch {
	font-size: clamp(22px, 3vw, 42px);
	font-weight: bold;
	  color: #0d276a;
	line-height: 1.4;
	margin-bottom: 20px;
}
#topWrap  .textBox {
	max-width: 1200px;
	margin: 60px auto 0;
	position: absolute;
	z-index: 2;
	width: 100%;
	top:90px;
	left: 50%;
    transform: translate(-50%, -50%);
}


#topWrap .imgBox:after {
    content: "";
    width: 60%;
    height: 55%;
    background: #edeff5;
    position: absolute;
    right: 0;
    bottom:0;
}

@media screen and (max-width: 1600px) {
#topWrap .imgBox:after {
    height: 60%;
}

}
@media screen and (max-width: 1280px) {
#topWrap  .headBox {
}
#topWrap  .headBox .headWarp {
	margin: 0 5%;
}
#topWrap  .textBox {
	max-width: none;
	margin: 40px 5% 0;
}
	#topWrap .imgBox .sub  {
	top: -20px;
		left: -30%;
}
#topWrap .imgBox:after {
    height: 52%;
}
#topWrap .imgBox:after {
    content: "";
    width: 50%;
    height: 55%;
}
}
@media screen and (max-width: 1150px) {
	
	
#topWrap  .inBox p{
	width: 38%;
}
#topWrap  .inBox p br{
	display: none;
}
	#topWrap .imgBox .sub  {
	top: -20px;
	left: -10%;
}
#topWrap .imgBox {
  width: 50%;
  margin-top: -40px;
}
}

@media screen and (max-width: 767px) {
#topWrap {
  padding-top: 0;
  margin-bottom: 0;
}
  #topWrap p {
    padding: 0;
  }
	
#topWrap .headBox .headWarp h1 {
    margin-bottom: 20px;	
	}
#topWrap .inBox {
  padding-bottom: 60px;
 flex-direction: column;
}
	#topWrap  .imgBox {
    position: static;
	width: 100%;
		margin-top: -20px

}
#topWrap .imgBox .main {
  	width: 95%;
	margin-left: auto;
}
#topWrap .imgBox .sub  {
	position: relative;
    left: auto;
	top: 10px;
	z-index: 2;
	margin-left: auto;
}
#topWrap .imgBox::after {
  content: "";
   background: linear-gradient(-225deg, #edeff5, #fff);
  width: 86%;
  height: 46%;
  right: 0;
  bottom: auto;
  top: 0;
}

#topWrap  .textBox {
	margin: 40px 5% 0;
	position: static;
	z-index: 2;
	width: auto;
	transform: none;
}	
 #topWrap .inBox p {
    width: auto;
  }
#topWrap .headBox .headWarp .deco {
    margin-bottom: -20px;
}
}
/*共通パーツ*/



/*#sec01*/
#sec01 {
	/*margin-top: 4rem;*/
	padding: 8rem 0;
	position:relative;
		background: #152d5b url(../img/img_common/texture_r2_bg.jpg) no-repeat;
    background-position: right;
    background-size: contain;
}
#sec01:after{
	content:"";
	width: 30%;
	height: 100%;
	background: #edeff5;
	position:absolute;
	left: 0;
	top:0;
	opacity: 0.1;
}
#sec01 .fBox {
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	position:relative;
	z-index: 2;
	padding: 0;
}
#sec01 .textBox {
	width: 65%;
	margin-left: 60px;
	margin-right: -3%;
}

#sec01 .textBox .headWarp {
	position:relative;
}
#sec01 .textBox .headWarp h2{
	font-size: clamp(20px, 3.5vw, 40px);
	color: #fff;
	margin-bottom: 40px;
	padding: 0 0 0 40px;
	font-weight: 600;
	position:relative;
	z-index: 2;
	line-height: 1.5;
}
#sec01 .textBox .headWarp h2::before {
	content: "";
	width: 20px;
	height: 20px;
	background: #ccaa82;
	position: absolute;
	left:0px;
	top:22px;

}
#sec01 .textBox .headWarp .deco {
    color: #e1e4ed;
    font-size: clamp(46px, 8vw, 100px);
    font-weight: normal;
	font-family: Century Gothic, sans-serif;
	white-space: nowrap;
	margin-bottom: -40px;
	margin-left: 20px;
     display: block;
	opacity: 0.1;
}

#sec01 .textBox p{
    margin-bottom: 15px;
	font-size: clamp(14px, 4vw, 16px);	
	color: #fff;
}
#sec01 .textBox p:last-child{
	margin-bottom: 0;
}
#sec01 .imgBox {
	width: 50%;
	position:relative;
	left: -5%;
}

#sec01 .imgBox .radius {
	overflow: hidden;
	max-width: 560px;
}
#sec01 .imgBox .radius:first-child{
	margin-bottom: 20px;
}
#sec01 .imgBox .radius:nth-child(2){
	margin-left: -15%;
}
#sec01 .imgBox .radius {
	width: 100%;
	height: auto;
}
#sec01 .textBox .btnBlue {
	margin-top: 60px;
}
#sec01 .linkfBox {
	display: flex;
	justify-content: space-between;
}
#sec01 .linkfBox a{
	width: 48%;
}
@media screen and (max-width: 1280px) {
	
	#sec01 .fBox {
	margin: 0 5% 0 5%;
}
#sec01 .imgBox {
	width: 35%;
	position:relative;
	left: auto;
}
#sec01 .textBox .headWarp .deco {
	margin-bottom: -30px;
	margin-left: 20px;
}
#sec01 .textBox {
	width: 60%;
	margin-left: 40px;
	margin-right: 0;
}
}
@media screen and (max-width: 960px) {
	#sec01 .textBox .headWarp h2::before {
	width: 15px;
	height: 15px;
	top:16px;
	
}
}
@media screen and (max-width: 768px) {

#sec01 {
  margin-top: 0;
  padding: 2rem 0 4rem;
  position: relative;
	background-position: right top;
}
	
#sec01:after{
	width: 40%;
	height: 80%;
	right: 0;
	top:auto;
	bottom:0;
}	
	
#sec01 .textBox .headWarp h2{
	margin-bottom: 20px;
	padding: 0 0 0 20px;
}
	#sec01 .textBox .headWarp h2 br{ 
		display: none;
	}
#sec01 .textBox .headWarp h2::before {
	left:0px;
	top:12px;
	width: 10px;
	height: 10px;
}
	
#sec01 .textBox .headWarp .deco {
	margin-bottom: -20px;
	margin-left: 20px;
}	
#sec01 .fBox {

	flex-direction: column;
	padding: 0;
}
#sec01 .textBox {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 2rem;
}	
#sec01 .imgBox {
	width: 100%;
	position:relative;
	margin: auto;
	max-width: 520px;
}	
#sec01 .imgBox .radius:nth-child(2){
	margin-left: 0;
}
#sec01 .textBox .btnBlue {
	margin: 40px auto;
}
#sec01 .linkfBox {
	display: flex;
	flex-direction: column;
	margin-bottom: 40px;
}
#sec01 .linkfBox a{
	width: 280px;
	margin: 0 auto 20px!important;
}	
}
@media screen and (max-width: 480px) {
  #sec01 .textBox .headWarp .deco {
    font-size: 30px;
    margin-bottom: -10px;
  }
}
@media screen and (max-width: 428px) {
     #sec01 .linkfBox a{
        width: 80%;
 
}
}
@media screen and (max-width: 420px) {
#sec01 .textBox .headWarp h2{
	font-size:19px;
}
}










/*sec02*/
#sec02 {
background:#f6f7fa;
position: relative; 
  padding: 120px 0 0;
}


#sec02 .inBox {
	max-width: 1200px;
	margin: auto;
}


#sec02 .headWarp h2{
	font-size: clamp(22px, 3.5vw, 40px);
	color: #013384;
	margin-bottom: 40px;
	padding: 0;
	font-weight: 600;
	position:relative;
	z-index: 2;
	line-height: 1.5;
	display: flex;
	align-items: center;
	justify-content: center;
}
#sec02 .headWarp .deco {
    color: #edeff5;
    font-size: clamp(46px, 8vw, 100px);
    font-weight: normal;
	font-family: Century Gothic, sans-serif;
	white-space: nowrap;
	margin-bottom: -40px;
     display: block;
	text-align: center;
}
#sec02 .headWarp h2::before {
	content: "";
	width: 20px;
	height: 20px;
	background: #ccaa82;
	left:0px;
	top:22px;
	margin-right: 10px;
}

#sec02 .inBox p {
	text-align: center;
	margin: 60px 0;
}
#sec02 .inBox .secimg{
	display: block;
	width: 100%;
	height: auto;
	max-width: 920px;
	margin: 0 auto 40px;
}

#sec02 .inBox a {
	margin: auto;
}

#sec02 .headBox .textBox h2 {
	padding: 0;
}
#sec02 .headBox .textBox p{
	text-align: center;
	color: #fff;
}


#sec02 .postBox {
	background: #fff;
	width: 95%;
	padding: 80px 0;
	position: relative;
	z-index: 2;
}
#sec02 .postBox .fBox {
	width: 100%;
	max-width: 1200px;
	display: flex;
	align-items: flex-start;
	margin: 0 auto 60px;
}
#sec02 .postBox .fBox:last-child {
	margin: 0 auto 0;
}
#sec02 .postBox .fBox .postImg{
	width: 45%;
	height: auto;
	max-width: 520px;
	margin-right: 60px;
	margin-left: 6%;
}
#sec02 .postBox .fBox dl {
	flex: 1;
	/*padding-right: 5%;*/
}

#sec02 .postBox .fBox dl dt{
	font-size: clamp(20px, 3vw, 40px);
	color: #013384;
	font-weight: bold;
    display: flex;
	align-items: center;
	margin-bottom: 20px;
}
#sec02 .postBox .fBox dl dt::after {
	content: "";
	height: 1px;
	background: #909090;
	flex: 1;
	margin-left: 15px;
}

#sec02 .postBox .conText {
	margin: 40px 0 60px;
}



@media screen and (max-width: 1280px) {
	#sec02 .inBox {
	margin: 0 5%;
}
#sec02 .postBox {
	padding: 80px 5%;

}
#sec02 .headBox{
    padding: 60px 0 80px;
}

	#sec02 .postBox .fBox{
		margin: 0 auto 40px;
	}
	
#sec02 .postBox .fBox dl {
	padding-right: 0;
	
}
#sec02 .postBox .fBox .postImg{
	width: 38%;
	height: auto;
	max-width: 520px;
	margin-right: 30px;
    margin-left: 4%;
}
	
#sec02 .postBox {
	padding: 40px ;
	position: relative;
	z-index: 2;
}
}

@media screen and (max-width: 880px) {
	#sec02 .inBox p {
	text-align: left;
}
	#sec02 .inBox p br{
		display: none;
	}
}

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


	
#sec02 .postBox {
	width: 97%;
	padding: 40px 15px 40px 20px;
}
	#sec02 .postBox .fBox {
		flex-direction: column-reverse;
	}	
#sec02 .postBox .fBox .postImg{
	width: 100%;
	max-width: 520px;
	margin-right: 0;
	margin-left: 0;
	margin: auto;
}	
	
#sec02 .postBox .fBox dl dt{
	padding-bottom :10px;
	margin-bottom:10px;
}
#sec02 .postBox .fBox dl dd a{
	margin: 30px auto 0;
}
    #sec02 .inBox p {
        margin: 20px 0;
    }
#sec02 {
	background:#f6f7fa;
	padding: 40px 0 0;
}
#sec02 .headWarp h2 {
  margin-bottom: 0;
  align-items: flex-start;
  justify-content: flex-start;
}
	#sec02 .headWarp .deco {
		text-align: left;
		margin-left: 20px;
	}
	#sec02 .inBox p {
	margin: 20px 0 40px;
}
#sec02 .headWarp h2::before {
	    position:relative;
        left: 0px;
        top: 12px;
        width: 10px;
        height: 10px;
    }
#sec02 .headWarp .deco {
	margin-bottom: -20px;
}
#sec02 .postBox .conText {
    margin: 0px 0 20px;
}

}
@media screen and (max-width: 480px) {
	#sec02 .headWarp .deco {
		font-size: 30px;
		margin-bottom: -10px;
	}
#sec02 .postBox .conText {
	font-size: 14px;
}
}


#sec02 .typeList {
	background: #eef2f5;
	padding: 40px;
	position:relative;
}

#sec02 .typeList p {
	position:absolute;
	top:-10px;
	font-size: clamp(16px, 3vw, 18px);
	font-weight: bold;
	display: flex;
	align-items: center;
	line-height: 1;
	left: 20px;
}
#sec02 .typeList p::before {
	content: "";
	width: 3px;
	height: 20px;
	margin-right: 10px;
	background: #013384;
}

#sec02 .typeList ul {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0 ;
}

#sec02 .typeList ul li{
	font-size: clamp(15px, 3vw, 16px);
	margin: 0;
	font-weight: normal;
	min-width: 180px;
	display: flex;
	align-items: center;
	line-height: 1.2;
}

#sec02 .typeList ul li::before {
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	background: #ccaa82;
	margin-right: 10px;

}


@media screen and (max-width: 767px) {
#sec02 .typeList {
   margin: 40px 0 20px;
	padding: 30px 20px;
}
#sec02 .typeList ul {
	gap: 15px 0 ;
}
}


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


#sec03 .headWarp h2{
	font-size: clamp(22px, 3.5vw, 40px);
	color: #fff;
	margin-bottom: 40px;
	padding: 0;
	font-weight: 600;
	position:relative;
	z-index: 2;
	line-height: 1.5;
	display: flex;
	align-items: center;
	justify-content: center;
}
#sec03 .headWarp .deco {
    color: #edeff5;
    font-size: clamp(42px, 8vw, 100px);
    font-weight: normal;
	font-family: Century Gothic, sans-serif;
	white-space: nowrap;
	margin-bottom: -40px;
    display: block;
	text-align: center;
	opacity: 0.1;
}
#sec03 .headWarp h2::before {
	content: "";
	width: 20px;
	height: 20px;
	background: #ccaa82;
	left:0px;
	top:22px;
	margin-right: 10px;
}

#sec03 .inBox p {
	text-align: center;
	margin: 60px 0;
	color:#fff;
}
#sec03 .inBox .secimg{
	display: block;
	width: 100%;
	height: auto;
	max-width: 920px;
	margin: 0 auto 40px;
}

#sec03 .inBox a {
	margin: auto;
}
#sec03 .inBox .imgBox {
	display: flex;
	justify-content: space-between;
}
#sec03 .inBox .imgBox figure {
	width: 32%;
	height: auto;
	max-width: 380px;
}
#sec03 .inBox .imgBox figure figcaption{
	font-size: 16px;
	color: #fff;
}
@media screen and (max-width: 1280px) {
	#sec03 .inBox {
	margin: 0 5%;
}
}
@media screen and (max-width: 880px) {
	#sec03 .inBox p {
	text-align: left;
}
	#sec03 .inBox p br{
		display: none;
	}
}
@media screen and (max-width: 767px) {

#sec03 {
background: #152d5b url(../img/img_common/texture_r2_bg_mb.jpg) no-repeat;
        background-position: right top;
        background-size: contain;
        padding: 40px 0 60px;
}
#sec03 .headWarp h2 {
  margin-bottom: 0;
  align-items: flex-start;
}
	#sec03 .inBox p {
	margin: 20px 0 40px;
}
#sec03 .headWarp h2::before {
	    position:relative;
        left: 0px;
        top: 12px;
        width: 10px;
        height: 10px;
    }
	#sec03 .headWarp .deco {
		text-align: left;
		margin-left: 20px;
	}
#sec03 .headWarp .deco {
	margin-bottom: -20px;
}
#sec03 .inBox .imgBox {
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
#sec03 .inBox .imgBox figure {
	width: 100%;
	height: auto;
	max-width: 380px;
}
#sec03 .inBox .imgBox figure figcaption{
	font-size: 14px;
}
}
@media screen and (max-width: 480px) {
	#sec03 .headWarp .deco {
		font-size: 30px;
		margin-bottom: -10px;
	}
}

