/* ================================
  reason
================================ */
body {
  transition: all 0.3s ease;
}
#wrap {
  width: 100%;
  overflow: hidden;
}
#topBox {
  position: relative;
}
#topBox::after {
  background: #0c304d;
  content: '';
  width: 40%;
  height: 80%;
  position: absolute;
  bottom: 10%;
  z-index: -1;
  left: 13%;
}
#topBox h1 {
  position: absolute;
  width: 60%;
  top: 20%;
  background: #1e6faf99;
  padding: 8% 0 8% 15%;
  font-family: "Noto Serif JP", sans-serif;
}
#topBox h1 .maintxt {
  display: block;
  font-size: clamp(24px, 5vw, 58px);
  padding-bottom: 10px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
#topBox h1 .deco {
  position: absolute;
  right: 3%;
  bottom: 5%;
  font-size: clamp(12px, 1.5vw, 16px);
  color: #ffffffdd;
	font-weight: 200;
	letter-spacing: 0.1em;
}
#topBox .imgBox {
  width: 50%;
  margin-left: auto;
  margin-top: 120px;
}
@media screen and (max-width: 1200px) {
  #topBox {
    position: relative;
    width: 120%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  #topBox {
    position: relative;
    width: auto;
  }
  #topBox h1 {
    position: relative;
    width: 100%;
    z-index: 2;
    padding: 12% 0 12% 15%;
    top: 90px;
  }
  #topBox::after {
    background: #0c304d;
    content: '';
    width: 100%;
    height: 60%;
    position: absolute;
    top: 70px;
    z-index: -1;
    left: 5%;
  }
  #topBox .imgBox {
    margin-top: 20%;
    width: 90%;
  }
}
@media screen and (max-width: 460px), {
  #topBox .imgBox {
    margin-top: 30%;
    width: 90%;
  }
}
	

/*ankBox*/

#ankBok {
	position:relative;
	color: #fff;
	background:url("../img/img_reason/ank_bg.jpg")no-repeat;
	background-size:cover;
	background-position: center;
	padding: 100px 0;
	border-bottom: 10px solid #838b91;
	margin-top: 2rem;
}
#ankBok::after{
	content: '';
    position: absolute;
    bottom: 0;
	    width: 2px;
    height: 40px;
    background: #838b91;
    left: 50%;
    transform: translateX(-50%);
   
}

#ankBok h3 {
	color:#ffff00;
	font-size: clamp(24px, 5.2vw, 60px);
	text-align: center;
	padding: 0;
	font-family: "Noto Serif JP", sans-serif;
	letter-spacing: 0.08em;
}
#ankBok h3 span{
	font-size: clamp(16px, 3vw, 36px);
}
#ankBok .secBox{
	max-width: 1200px;
	margin: auto;
}
#ankBok .textBox {
	text-align: center;
	padding: 3rem 0 4rem;
  font-size: clamp(14px, 3vw, 20px);
	font-weight: 400;
}

#ankBok .secBox .ankList {
	list-style: none;
	padding: 0;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: space-between;
}

#ankBok .secBox .ankList > li{
	width: 48%;
	font-size: min(2vw, 22px);
	margin-bottom: 3rem;
}
#ankBok .secBox .ankList > li:nth-child(3),
#ankBok .secBox .ankList > li:nth-child(4){
	margin-bottom: 0;
}
#ankBok .secBox .ankList > li a{
	display: flex;
	position:relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 200px;
	padding: 0 5% 10px;
	text-decoration: none;
	background: #ffffffd1 url("../img/img_reason/check_icon.png")no-repeat;
	background-size: 25%;
	color:#0c304d;
	font-weight: bold;
	text-align: center;
	font-size: clamp(20px, 3vw, 36px);
}

#ankBok .secBox .ankList > li a:after{
		content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    bottom: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: 4px;
}
#ankBok .secBox .ankList > li a:first-child ul {
list-style: disc;
}
#ankBok .secBox .ankList > li a:first-child ul li{
text-align: left;
	font-size: clamp(14px, 2vw, 18px);
	margin: 0;
	font-weight: normal;
}
@media screen and (max-width: 1240px) {
	#ankBok .secBox{
	margin: 0 5%;
}
#ankBok .secBox .ankList > li{
	margin-bottom: 2rem;
}
#ankBok .textBox {
	text-align: left;
}
#ankBok .textBox br{
	display: none;
}
}
@media screen and (min-width: 768px) {
	#ankBok .secBox .ankList > li a:hover{
	background: #ffffff url("../img/img_reason/check_icon.png")no-repeat;
	background-size: 25%;
}
}
@media screen and (max-width: 767px) {
#ankBok {
	background:url("../img/img_reason/ank_bg_mb.jpg")no-repeat;
	background-size:cover;
	background-position: bottom;
	padding: 40px 0;
}
#ankBok .textBox {
	padding: 1.5rem 0 1.5rem;
}
#ankBok .secBox .ankList > li{
	width: 80%;
	margin:0 auto 1rem;
}
#ankBok .secBox .ankList > li:nth-child(3){
	margin-bottom: 1rem;
}
	
#ankBok .secBox .ankList > li a {
  height: 110px;
  padding: 0 5% 10px;
	background: #ffffff url("../img/img_reason/check_icon.png")no-repeat;
	background-size: 18%;
}
	#ankBok .secBox .ankList > li:first-child a{
		height: auto;
		padding: 15px 5% 30px;
	}
}

@media screen and (max-width: 540px) {
	#ankBok .secBox .ankList > li{
	width: 100%;
}
#ankBok .secBox .ankList > li a {
	background-size: 20%;
}
}




.secHead{
	background: url(../img/img_common/sec_tatle_bg.jpg) no-repeat;
  background-size: cover;
	text-align: center;
	padding-top: 40px;
}

.secHead .balloon {
  position: relative;
  display: block;
  margin: 0 auto -3.5em ;
  padding: 0.5rem 5%;
  width: 30%;
  max-width: 100%;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #0c304d;
  box-sizing: border-box;
	text-align: center;
	z-index: 2;
}

.secHead .balloon:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.secHead .balloon::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
    border-top-width: 14px;
    border-top-style: solid;
    border-top-color: transparent;
  border-top: 14px solid #0c304d;
  z-index: 1;
}
.secHead .balloon p {
  font-size: min(2.5vw, 30px);
  margin: 0px;
  padding: 0px;
  color: rgb(12, 48, 77);
  font-weight: bold;
}

.secHead .maintxt {
	background: #FFF;
	padding: 40px 20px 0;
	font-size: clamp(24px, 4.8vw, 65px);
	color: #2b7ec1;
  font-family: "Noto Serif JP", sans-serif;
	width: 80%;
	margin: 0 auto;
	max-width: 1000px;
	position:relative;
	bottom: -2.5rem;
}
.secWarp {
	padding-top: 2.5rem;
}


@media screen and (max-width: 960px) {
.secHead{
	padding-top: 60px;
}
}

@media screen and (max-width: 767px) {
.secHead{
	padding-top: 40px;
	background: url(../img/img_common/sec_tatle_bg_mb.jpg) no-repeat;
  background-size: cover;
}
.secHead .balloon {
  width: 60%;
	padding: 0.4rem 5%;
	}
.secHead .balloon p{
		font-size: 14px;
	}
}



#sec01 .leadBox{
	max-width: 1200px;
  margin:4rem auto 5rem ;
	font-size: clamp(14px, 3vw, 18px);
	text-align: center;
	font-weight: 400;
}
#sec01 .leadBox b{
	font-size: 140%;
}


#sec01 {
  padding-bottom: 120px;
	overflow: hidden;
}

#sec01 .fBox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
	flex-direction: row-reverse;
	margin-bottom: 8rem;
}

#sec01 .fBox .textBox {
  width: 50%;
	max-width: 800px;
}
#sec01 .fBox .textBox h4 {
  font-family: "Noto Serif JP", sans-serif;
  margin-bottom: 3rem;
  color: #0c304d;
	position: relative;
	display: flex;
	justify-content: center;
	padding-left: 10%;
	max-width: 600px;
}

#sec01 .fBox .textBox h4 span{
	font-size: clamp(24px, 2.5vw, 40px);
	text-align: center;
}
#sec01 .fBox .textBox h4::after {
  background: #dfecf6;
  content: '';
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: -5%;
  left: 0%;
  z-index: -1;
	max-width: 600px;
}

#sec01 .fBox .textBox p {
  font-size: clamp(14px, 3vw, 18px);
  padding-left: 10%;
	max-width: 600px;
}
#sec01 .fBox .imgBox {
  width: 50%;
}
#sec01 .fBox .imgBox {
  display: flex;
	justify-content: space-between
}
#sec01 .fBox .imgBox img {
 width: 49%;
 height: auto;
 display: block;
}
@media screen and (max-width: 1280px) {
#sec01 .fBox .textBox h4 {
	justify-content: center;
	padding-left: 0%;
	padding-top: 0;

}	
	#sec01 .fBox .textBox h4::after {
width: 95%;
}
#sec01 .fBox .textBox p {
	margin-right: 10%
}
}

@media screen and (max-width: 767px) {
#sec01 .leadBox{
  margin:2rem 5% 2rem ;
	text-align: left;
}
#sec01 .leadBox br{
  display: none;
}
#sec01 .leadBox b{
	font-size: 120%;
}	
	#sec01 .fBox .textBox h4 br{
		display: none;
	}
	#sec01 .fBox {
  flex-direction: column;
}
 #sec01 .fBox .textBox {
	  width: auto;
    padding-left: 0;
    margin: 0 0 1.5rem;
  }
#sec01 .fBox .textBox h4 {
  margin-bottom: 1.5rem;
  margin:0 5% 1rem;
	max-width:none;
}
	#sec01 .fBox .textBox h4::after {
  width: 100%;
		height: 20px;
		max-width:none;
	}
#sec01 .fBox .imgBox {
  width: 90%;
}
#sec01 .fBox .textBox p {
  font-size: clamp(14px, 3vw, 18px);
  padding:0 5%;
	margin-right: 0;
	max-width: none;
}
#sec01 .fBox {
	margin-bottom: 3rem;
}
}
@media screen and (max-width: 520px) {
	#sec01 .fBox .textBox h4{
		margin:0 5% 1.5rem;
	}

#sec01 .fBox .textBox h4 span{
	font-size:20px;
}
}
@media screen and (max-width: 400px) {
	#sec01 .fBox .textBox h4::after {
	height: 40px;
	}
}


/*fBoxleft*/

#sec01 .fBoxleft {
  display: flex;
  justify-content: flex-end;
  align-items: center;
	flex-direction: row;
}

#sec01 .fBoxleft .textBox {
  width: 50%;
	max-width: 800px;
	display:flex;
	align-items: flex-end;
	flex-direction: column;
}
#sec01 .fBoxleft .textBox h4 {
  font-family: "Noto Serif JP", sans-serif;
  margin-bottom: 3rem;
  color: #0c304d;
	position: relative;
	display: flex;
	justify-content: center;
	padding-right: 10%;
	max-width: 640px;
	width: 100%;
}

#sec01 .fBoxleft .textBox h4 span{
	font-size: clamp(24px, 2.5vw, 40px);
	text-align: center;
}
#sec01 .fBoxleft .textBox h4::after {
  background: #dfecf6;
  content: '';
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: -5%;
  right: 0%;
  z-index: -1;
	max-width: 640px;
}

#sec01 .fBoxleft .textBox p {
  font-size: clamp(14px, 3vw, 18px);
  padding-right: 10%;
	max-width: 600px;
}
#sec01 .fBoxleft .imgBox {
  width: 50%;
}

@media screen and (max-width: 1280px) {
#sec01 .fBoxleft .textBox h4 {
	justify-content: center;
	padding-left: 0%;
	padding-top: 0;

}	
	#sec01 .fBoxleft .textBox h4::after {
width: 95%;
}
#sec01 .fBoxleft .textBox p {
	margin-left: 10%
}
}

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

	#sec01 .fBoxleft .textBox h4 br{
		display: none;
	}
	#sec01 .fBoxleft {
  flex-direction: column;
}
 #sec01 .fBoxleft .textBox {
	  width: auto;
    padding-left: 0;
    margin: 0 5% 1.5rem;
	 align-items: center;
  }
#sec01 .fBoxleft .textBox h4 {
  margin-bottom: 1.5rem;
	max-width:none;
	justify-content: center;
	text-align: center;
	padding: 0;
	width: 100%;
}
	#sec01 .fBoxleft .textBox h4::after {
  width: 100%;
		height: 20px;
		max-width:none;
	}
#sec01 .fBoxleft .imgBox {
  width: 90%;
}
#sec01 .fBoxleft .textBox p {
  font-size: clamp(14px, 3vw, 18px);
  padding:0;
	margin-left: 0;
	max-width: none;
}
}
@media screen and (max-width: 520px) {
	#sec01 .fBoxleft .textBox h4{
		margin:0 5% 1.5rem;
	}

#sec01 .fBoxleft .textBox h4 span{
	font-size:20px;
}
}
@media screen and (max-width: 400px) {
	#sec01 .fBoxleft .textBox h4::after {
	height: 40px;
	}
}

#sec01 .linkArea {
	max-width: 600px;
	padding-left: 10%;
}

#sec01 .contactBtn_a {
	margin: 2rem auto 0!important;
  background: #0c304d;
  color: #fff;
  font-size: clamp(16px, 3vw, 18px)!important;
  padding: 10px 5% 10px 8%;
  width: auto;
  margin-left: 5%;
  max-width: 300px;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1280px) {
#sec01 .linkArea {
	padding-left: 10%;
	padding-right: 10%;
	max-width: none;
}
}
@media screen and (max-width: 767px) {
	#sec01 .contactBtn_a {
	margin: 2rem auto 2rem!important;
	width: 280px;
	}
}

#sec02 .leadBox{
	max-width: 1200px;
  margin:4rem auto 5rem ;
	font-size: clamp(14px, 3vw, 18px);
	text-align: center;
	font-weight: 400;
}
#sec02 .leadBox b{
	font-size: 140%;
}

@media screen and (max-width: 767px) {
#sec02 .leadBox{
  margin:2rem 5% 2rem ;
	text-align: left;
}
#sec02 .leadBox br{
  display: none;
}
#sec02 .leadBox b{
	font-size: 120%;
}	
}

#sec02 #emergency {
	background: #ededed url(../img/img_common/sec_bg.png) no-repeat;
  background-size: cover;
	padding: 4rem 0;
	position:relative;
}
#sec02 #emergency .triangle{
width: 0;
height: 0;
border-style: solid;
border-color: #ffffff transparent transparent transparent;
border-width: 40px 32px 0px 32px;
	position:absolute;
	left: 50%;
  transform: translate(-50%, -50%);
	top:10px;
}


#sec02 #emergency .emergencyText {
	display: flex;
	align-items: center;
	justify-content: center;
	position:relative;
	z-index: 2;
}
#sec02 #emergency .emergencyText span{
	font-size: clamp(20px, 3vw, 30px);
	font-weight: bold;
	margin: 0 10px;
	position:relative;
	display: inline-block; 
}
#sec02 #emergency .emergencyText span::after {
    background: #fff;
    content: '';
    width: 160%;
    height: 30px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%, -50%);
		z-index: -1;
}
#sec02 #emergency .fBox {
	display: flex;
	justify-content: center;
	margin: 4rem auto;
	max-width: 1340px;
	
}
#sec02 #emergency .fBox .arrangeBox {
	width: 32%;
	max-width: 420px;
	border: 1px solid #000;
	background: #fff;
	margin-right: 2%;
}
#sec02 #emergency .fBox .arrangeBox:last-child {
margin-right: 0%;
}
#sec02 #emergency .fBox .arrangeBox dl{
	padding: 0 10% 20px;
	margin: 0;
}
#sec02 #emergency .fBox .arrangeBox dl dt{
	text-align: center;
	font-size: clamp(22px, 3.5vw, 30px);
	font-weight: bold;
	margin-bottom: 5px;
}
#sec02 #emergency .fBox .arrangeBox dl dd{
	font-size: clamp(16px, 2.5vw, 18px);
	font-weight: normal;
}
@media screen and (max-width: 1380px) {
	#sec02 #emergency .fBox {
	margin: 4rem 5%;
}
	
}
@media screen and (max-width: 767px) {
		#sec02 #emergency .fBox {
	display: block;
		margin: 2rem 5%;
}
#sec02 #emergency .fBox .arrangeBox {
	width: 100%;
	max-width: none;
	margin-right: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 1rem;
}
#sec02 #emergency .fBox .arrangeBox:last-child{
	margin-bottom: 0;
}
	#sec02 #emergency .emergencyText img{
		width: 30px;
		height: auto;
	}
#sec02 #emergency .triangle{
border-width: 30px 20px 0px 20px;
	top:10px;
}
	
#sec02 #emergency .emergencyText span::after {
    width: 160%;
    height: 20px;
    bottom: -15px;
}
}




#sec03 .leadBox{
	max-width: 1200px;
  margin:4rem auto 5rem ;
	font-size: clamp(14px, 3vw, 18px);
	text-align: center;
	font-weight: 400;
}
#sec03 .leadBox b{
	font-size: 140%;
}
@media screen and (max-width: 1240px) {
#sec03 .leadBox{
  margin:2rem 5% 2rem ;
	text-align: left;
}
#sec03 .leadBox br{
  display: none;
}
#sec03 .leadBox b{
	font-size: 120%;
}	
}


#sec03 #study {
	max-width: 1200px;
	margin: 0 auto 8rem;
}
#sec03 #study .studyBox {
	margin-bottom: 4rem;
}
#sec03 #study .studyBox:last-child {
	margin-bottom: 0;
}
#sec03 #study .studyBox > dt{
	font-weight: bold;
	width: 90%;
	margin: 0 auto;
	font-size: clamp(16px, 2.5vw, 30px);
	color: #fff;
	background: #0c304d;
	padding: 30px 10% 30px 10%;
	border-radius: 10px;
	position: relative;
	  letter-spacing: 0.05em;
}

#sec03 #study .studyBox > dt .deco {
    display: flex;
    color: #ffff00;
    font-family: Century Gothic, sans-serif;
    font-weight: normal;
    position: absolute;
    left: 5%;
    font-size: clamp(24px, 4vw, 30px);
	  top: 50%;
    transform: translateY(-50%);
}
#sec03 #study .studyBox > dt .deco:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #ffff00;
    width: 1px;
    height: 2em;
    margin: 0 0.2em;
    vertical-align: middle;
    transform: rotate(35deg);
}

#sec03 #study .studyBox > dt img {
	position: absolute;
	right: 20px;
	top: 50%;
  transform: translateY(-50%);
	width: 20%;
	max-width: 170px;
}
#sec03 #study .studyBox > dd {
	border: 4px solid #0c304d;
	display: flex;
	justify-content: space-between;
	padding: 80px 5% 40px 5%;
	margin-top: -40px;
	align-items: center;
	flex-wrap: wrap;
}
#sec03 #study .studyBox > dd .fBox {
	width: 100%;
	background: #fff6f3;
	border: #ffc6b0 2px solid;
	border-radius: 10px;
	padding: 15px 5%;
	margin-bottom:2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position:relative;
}

#sec03 #study .studyBox > dd .fBox .listImg{
	width: 20%;
	max-width: 170px;
	height: auto;
}
#sec03 #study .studyBox > dd .fBox ul {
	flex: 1;
	max-width: 700px;
}
#sec03 #study .studyBox > dd .fBox ul {
	list-style: none;
	padding: 0;
	
}
#sec03 #study .studyBox > dd .fBox::after {
	position:absolute;
	content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 25px 0 25px;
  border-color: #ffc6b0 transparent transparent transparent;
	bottom: -20px;
	z-index: -1;
	left: 50%;
  transform: translateX(-50%);
}
#sec03 #study .studyBox > dd .fBox ul li{
	font-size: clamp(14px, 2vw, 20px);
	font-weight: bold;
	margin-bottom: 0.8rem;
	display: flex;
	align-items: flex-start;
}
#sec03 #study .studyBox > dd .fBox ul li img{
	width: 25px;
	height: auto;
	margin-right: 15px;
	min-width: 20px;
	margin-top: 3px;
}
#sec03 #study .studyBox > dd .fBox ul li:last-child{
	margin-bottom: 0;
}
#sec03 #study .studyBox > dd .fBox ul li span {
	flex: 1;
}
#sec03 #study .studyBox > dd dl {
	width: 60%;
}




#sec03 #study .studyBox > dd dl dt {
	margin-bottom: 1rem;
	font-weight: bold;
	font-size: clamp(18px, 2.5vw, 24px);
}
#sec03 #study .studyBox > dd dl dd p{
	font-size: clamp(14px, 2.5vw, 17px);
}
#sec03 #study .studyBox > dd img{
display: block;
 width: 35%;
 height: auto;
}
#sec03 #study .studyBox > dd p{
	font-size: clamp(14px, 2.5vw, 16px);
}
#sec03 #study .studyBox:nth-child(2) > dd .imgBox {
	display: flex;
	justify-content: space-between;
}
#sec03 #study .studyBox:nth-child(2) > dd .imgBox img{
	width: 49%;
}

@media screen and (min-width: 767px),print {
	#sec03 #study .studyBox:nth-child(2) > dd .imgBox {
	 width: 48%;
	}
#sec03 #study .studyBox:nth-child(2) > dd dl{
	width: 48%;
}

}
@media screen and (max-width: 1240px) {
	#sec03 #study {
	margin: 0 5% 4rem;
}
#sec03 #study .studyBox > dt{
	padding: 20px 20% 20px 12%;
}
#sec03 #study .studyBox > dd {
	border: 2px solid #0c304d;
	padding: 60px 5% 30px 5%;
	margin-top: -30px;
}
}

@media screen and (max-width: 767px) {
	#sec03 #study .studyBox > dd {
	display: flex;
	padding: 3rem 5% 20px 5%;
	flex-direction: column;
		align-items: center;
}
#sec03 #study .studyBox > dt{
	padding: 15px 10% 15px 16%;
}
#sec03 #study .studyBox > dt img {
	position: absolute;
	right: -8%;
	top: 50%;
  transform: translateY(-50%);
	width: 25%;
}
#sec03 #study .studyBox > dd img{
 width: auto;
}
#sec03 #study .studyBox > dd dl {
	width: auto;
	margin-bottom: 1rem;
}
#sec03 #study .studyBox > dd .fBox ul li img{
	width: 20px;
}	
	#sec03 #study .studyBox > dd .fBox {
  padding: 20px 0 20px 5%;
}
}
@media screen and (max-width: 520px) {
	#sec03 #study .studyBox > dd .fBox {
  width: 100%;
  padding: 20px 0 20px 5%;
	align-items: flex-end;
}
#sec03 #study .studyBox > dd .fBox .listImg {
  width: 30%;
  max-width: 170px;
  height: auto;
}	
}
#sec03 #affiliated {
	background: #ededed url(../img/img_common/sec_bg.png) no-repeat;
    background-size: auto;
  background-size: cover;
  padding: 4rem 0;
}
#sec03 #affiliated .fBox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
	flex-direction: row-reverse;
}

#sec03 #affiliated .fBox .textBox {
  width: 50%;
	max-width: 800px;
}
#sec03 #affiliated .fBox .textBox h4 {
  font-family: "Noto Serif JP", sans-serif;
  margin-bottom: 3rem;
  color: #0c304d;
	position: relative;
	display: flex;
	justify-content: center;
	padding-left: 10%;
	max-width: 600px;
	z-index: 2;
}


#sec03 #affiliated .fBox .textBox h4 .headBox .mini{
	font-size: clamp(16px, 2.5vw, 22px);
	display: inline-block;
}
#sec03 #affiliated .fBox .textBox h4 .headBox .big{
	font-size: clamp(24px, 2.5vw, 40px);
	display: inline-block;
}

#sec03 #affiliated .fBox .textBox h4::after {
  background: #fff;
  content: '';
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: -5%;
  left: 0%;
  z-index: -1;
	max-width: 600px;
}

#sec03 #affiliated .fBox .textBox p {
  font-size: clamp(14px, 3vw, 18px);
  padding-left: 10%;
	max-width: 600px;
}
#sec03 #affiliated .fBox .imgBox {
  width: 50%;
}

@media screen and (max-width: 1280px) {
#sec03 #affiliated .fBox .textBox h4 {
	justify-content: center;
	padding-left: 0%;
	padding-top: 0;

}	
#sec03 #affiliated .fBox .textBox h4::after {
width: 95%;
}
#sec03 #affiliated .fBox .textBox p {
	margin-right: 10%
}
}

@media screen and (max-width: 767px) {
#sec03 #affiliated .leadBox{
  margin:2rem 5% 2rem ;
	text-align: left;
}
#sec03 #affiliated .leadBox br{
  display: none;
}
	#sec03 #affiliated .fBox .textBox h4 .headBox br{
		display: inline;
	}
#sec03 #affiliated .leadBox b{
	font-size: 120%;
}	
#sec03 #affiliated .fBox .textBox h4 br{
		display: none;
	}
#sec03 #affiliated .fBox {
  flex-direction: column;
}
#sec03 #affiliated .fBox .textBox {
	  width: auto;
    padding-left: 0;
    margin: 0 0 1.5rem;
  }
#sec03 #affiliated .fBox .textBox h4 {
  margin-bottom: 1.5rem;
  margin:0 5% 1rem;
	max-width:none;
}
#sec03 #affiliated .fBox .textBox h4::after {
  width: 100%;
		height: 20px;
		max-width:none;
	}
#sec03 #affiliated .fBox .imgBox {
  width: 90%;
}
#sec03 #affiliated .fBox .textBox p {
  font-size: clamp(14px, 3vw, 18px);
  padding:0 5%;
	margin-right: 0;
	max-width: none;
}
#sec03 #affiliated .fBox {
	margin-bottom: 3rem;
}
}
@media screen and (max-width: 520px) {
#sec03 #affiliated .fBox .textBox h4{
		margin:0 5% 1.5rem;
	}

#sec03 #affiliated .fBox .textBox h4 span{
	font-size:20px;
}
}
@media screen and (max-width: 400px) {
#sec03 #affiliated .fBox .textBox h4::after {
	height: 40px;
	}
}

#sec03 #affiliated  .contactBtn_a {
	margin: 2rem auto 0!important;
  background: #0c304d;
  color: #fff;
  font-size: clamp(16px, 3vw, 18px)!important;
  padding: 10px 5% 10px 8%;
  width: auto;
  margin-left: 5%;
  max-width: 300px;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1280px) {
#sec03 #affiliated  .linkArea {
	padding-left: 10%;
	padding-right: 10%;
	max-width: none;
}
}
@media screen and (max-width: 767px) {
#sec03 #affiliated  .contactBtn_a {
	margin: 2rem auto 2rem!important;
	}
}

#sec04 {
  padding-bottom: 2rem;
	overflow: hidden;
	
}

#sec04 .fBoxleft {
  display: flex;
  justify-content: flex-end;
  align-items: center;
	flex-direction: row;
	margin-top: 8rem;
}

#sec04 .fBoxleft .textBox {
  width: 50%;
	max-width: 800px;
	display:flex;
	align-items: flex-end;
	flex-direction: column;
}
#sec04 .fBoxleft .textBox h4 {
  font-family: "Noto Serif JP", sans-serif;
  margin-bottom: 3rem;
  color: #0c304d;
	position: relative;
	display: flex;
	justify-content: center;
	padding-right: 10%;
	max-width: 640px;
	width: 100%;
}

#sec04 .fBoxleft .textBox h4 span{
	font-size: clamp(24px, 2.5vw, 40px);
	text-align: center;
}
#sec04 .fBoxleft .textBox h4::after {
  background: #dfecf6;
  content: '';
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: -5%;
  right: 0%;
  z-index: -1;
	max-width: 640px;
}

#sec04 .fBoxleft .textBox p {
  font-size: clamp(14px, 3vw, 18px);
  padding-right: 10%;
	max-width: 600px;
}
#sec04 .fBoxleft .imgBox {
  width: 50%;
}

@media screen and (max-width: 1280px) {
#sec04 .fBoxleft .textBox h4 {
	justify-content: center;
	padding-left: 0%;
	padding-top: 0;

}	
#sec04 .fBoxleft .textBox h4::after {
width: 95%;
}
#sec04 .fBoxleft .textBox p {
	margin-left: 10%
}
}

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

#sec04 .fBoxleft .textBox h4 br{
		display: none;
	}
#sec04 .fBoxleft {
  flex-direction: column;
    margin-top: 4rem;
}
#sec04 .fBoxleft .textBox {
	  width: auto;
    padding-left: 0;
    margin: 0 5% 1.5rem;
	 align-items: center;
  }
	
#sec04 .fBoxleft .textBox p {
	margin-left: 0;
	padding: 0;
}
#sec04 .fBoxleft .textBox h4 {
  margin-bottom: 1.5rem;
	max-width:none;
	justify-content: center;
	text-align: center;
	padding: 0;
	width: 100%;
}
	
#sec04 .fBoxleft .textBox h4::after {
  width: 100%;
		height: 20px;
		max-width:none;
	}
#sec04 .fBoxleft .imgBox {
  width: 90%;
}
#sec04.fBoxleft .textBox p {
  font-size: clamp(14px, 3vw, 18px);
  padding:0;
	margin-left: 0;
	max-width: none;
}
}
@media screen and (max-width: 520px) {
#sec04.fBoxleft .textBox h4{
		margin:0 5% 1.5rem;
	}

#sec04 .fBoxleft .textBox h4 span{
	font-size:20px;
}
}
@media screen and (max-width: 400px) {
#sec04 .fBoxleft .textBox h4::after {
	height: 40px;
	}
}

#sec04 .linkArea {
	max-width: 600px;
	padding-right: 10%;
	width: 100%;
}

#sec04 .contactBtn_a {
	margin: 2rem auto 0!important;
  background: #0c304d;
  color: #fff;
  font-size: clamp(16px, 3vw, 18px)!important;
  padding: 10px 5% 10px 8%;
  width: 300px;
	display: flex;
	align-items: center;
}

@media screen and (max-width: 1280px) {
#sec04 .linkArea {
	padding-left: 10%;
	padding-right: 10%;
	max-width: none;
}
}
@media screen and (max-width: 767px) {
	#sec04 .contactBtn_a {
	margin: 2rem auto 2rem!important;
	width: 280px;
	}
}