/* ================================
  professional
================================ */
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%;
  }
}
#sec01 {
  padding: 120px 0;
}
#sec01 .secBox {
  max-width: 1200px;
  margin: auto;
}
#sec01 .secBox .fBox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
#sec01 .secBox .fBox .imgBox {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sec01 .secBox .fBox .imgBox img {
  display: block;
  width: 48%;
  height: auto;
}
#sec01 .secBox .fBox .imgBox img:first-child {
  margin-top: -80px;
}
#sec01 .secBox .fBox .textBox {
  width: 48%;
}
#sec01 .secBox .fBox .textBox h2 {
  font-size: clamp(24px, 3vw, 40px);
  font-family: "Noto Serif JP", sans-serif;
  padding: 0 0 1rem;
}
#sec01 .secBox .fBox .textBox p {
  font-size: clamp(14px, 3vw, 18px);
}
#sec01 .secBox .fBox .textBox p:nth-child(2) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 1240px) {
  #sec01 .secBox {
    margin: 0 5%;
  }
}
@media screen and (max-width: 767px) {
  #sec01 {
    padding: 60px 0;
  }
  #sec01 .secBox .fBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  #sec01 .secBox .fBox .textBox {
    width: auto;
  }
  #sec01 .secBox .fBox .imgBox {
    width: auto;
    margin-top: 80px;
  }
}



#sec02 {
  background: #ededed url(../img/img_common/sec_bg.png) no-repeat;
	background-size: cover;
}
#sec02 .secBox .fBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sec02 .secBox .fBox .textBox {
  width: 50%;
  padding-left: 12%;
}
#sec02 .secBox .fBox .textBox h2 {
  font-family: "Noto Serif JP", sans-serif;
  margin-bottom: 3rem;
  color: #0c304d;
}
#sec02 .secBox .fBox .textBox h2 .smaletxt {
  display: block;
  font-size: clamp(20px, 2.5vw, 40px);
}
#sec02 .secBox .fBox .textBox h2 .bigtxt {
  display: block;
  font-size: clamp(24px, 4vw, 60px);
  position: relative;
  z-index: 2;
}
#sec02 .secBox .fBox .textBox h2 .bigtxt::after {
  background: #fff;
  content: '';
  width: 96%;
  height: 80%;
  position: absolute;
  bottom: -20%;
  left: 4%;
  z-index: -1;
}
#sec02 .secBox .fBox .textBox p {
  font-size: clamp(14px, 3vw, 18px);
  padding-right: 10%;
}
#sec02 .secBox .fBox .chartBox {
  background: url("../img/img_professional/sec02_01.jpg")no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 140px 0;
}
#sec02 .secBox .fBox .chartBox .chart {
  width: 80%;
}
#sec02 .secBox .fBox .chartBox dl {
  width: 100%;
  background: linear-gradient(to right, #ffffff, #ffffffcc);
  display: flex;
  padding: 20px 40px 20px 20px;
  align-items: center;
  max-width: 620px;
  border-radius: 10px;
  position: relative;
  bottom: 0;
  margin: 0 0 20px 0;
}
#sec02 .secBox .fBox .chartBox dl:last-child {
  margin: 0;
}
#sec02 .secBox .fBox .chartBox dl::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 20px solid #ce3b2c;
  border-bottom: 0;
  position: absolute;
  bottom: -20px;
  left: 20%;
}
#sec02 .secBox .fBox .chartBox dl:last-child::after {
  content: none;
}
#sec02 .secBox .fBox .chartBox dt {
  width: 45%;
  font-size: clamp(16px, 2vw, 22px);
  font-weight: bold;
  display: flex;
  justify-content: center;
  position: relative;
  color: #0c304d;
  align-items: center;
}
#sec02 .secBox .fBox .chartBox dt .name {
	white-space: nowrap;
  padding-left: 5%;
}
#sec02 .secBox .fBox .chartBox dt .number {
  position: absolute;
  display: flex;
  color: #ffc9c3;
  font-family: Century Gothic, sans-serif;
  font-weight: bold;
  left: 5%;
  top: -30%;
  font-size: clamp(16px, 3vw, 30px);
}
#sec02 .secBox .fBox .chartBox dt .number::after {
  position: relative;
  display: inline-block;
  content: "";
  background: #ffc9c3;
  width: 1px;
  height: 2em;
  margin: 0 0.2em;
  vertical-align: middle;
  transform: rotate(35deg);
}
#sec02 .secBox .fBox .chartBox dd {
  font-size: clamp(14px, 3vw, 18px);
  flex: 1;
}
#sec02 .secBox .fBox2 {
  max-width: 1200px;
  padding: 100px 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sec02 .secBox .fBox2 img {
  width: 32%;
  display: block;
}
@media screen and (max-width: 1400px) {
  #sec02 .secBox .fBox .chartBox {
    padding: 5rem 0;
  }
  #sec02 .secBox .fBox .textBox {
    padding-left: 5%;
  }
  #sec02 .secBox .fBox .chartBox .chart {
    width: 90%;
  }
  #sec02 .secBox .fBox .chartBox dl {
    padding: 20px 8% 20px 5%;
  }
  #sec02 .secBox .fBox .chartBox dt {
    width: 50%;
  }
}
@media screen and (max-width: 1240px) {
  #sec02 .secBox .fBox2 {
    margin: 0 5%;
  }
}
@media screen and (max-width: 920px) {
  #sec02 .secBox .fBox {
    display: flex;
    flex-direction: column;
  }
  #sec02 .secBox .fBox .textBox {
    padding-left: 0;
    margin: 0 5% 3rem;
    width: auto;
  }
  #sec02 .secBox .fBox .chartBox {
    width: 100%;
    padding: 3rem 0;
  }
  #sec02 .secBox .fBox .chartBox dl {
    max-width: none;
    padding: 15px 5% 15px 5%;
  }
  #sec02 .secBox .fBox .chartBox dt {
    width: 35%;
  }
  #sec02 .secBox .fBox .chartBox dl::after {
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #ce3b2c;
    border-bottom: 0;
    position: absolute;
    bottom: -15px;
    left: 19%;
  }
  #sec02 .secBox .fBox2 {
    padding: 40px 0;
  }
  #sec02 .secBox .fBox .textBox p {
    padding-right: 0;
  }
}
@media screen and (max-width: 520px) {
#sec02 {
	background-size: contain;
}
  #sec02 .secBox .fBox .chartBox dt {
    width: auto;
    justify-content: flex-start;
    margin-bottom: 5px;
  }
  #sec02 .secBox .fBox .chartBox dl:last-child dt {
    margin-bottom: 0px;
  }
  #sec02 .secBox .fBox .chartBox dt .number {
    position: static;
  }
  #sec02 .secBox .fBox .chartBox dl {
    display: block;
    padding: 10px 20px;
  }
  #sec02 .secBox .fBox .chartBox dl::after {
    left: 50%;
    transform: translateX(-50%);
  }
  #sec02 .secBox .fBox2 {
    padding: 50px 0;
    flex-direction: column;
  }
  #sec02 .secBox .fBox2 img {
    width: 90%;
    display: block;
    margin-bottom: 15px;
  }
}


#sec03 {
  padding-bottom: 120px
}
#sec03 .secBox{
	background: #e3f2fa url(../img/img_common/sec_bg.png) no-repeat;
	background-size: cover;
	padding-bottom: 10%;
}
#sec03 .secBox .fBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
	padding: 8rem 0 0;
}
#sec03 .secBox .fBox .textBox {
  width: 50%;
  padding-left: 12%;
}
#sec03 .secBox .fBox .textBox h2 {
  font-family: "Noto Serif JP", sans-serif;
  margin-bottom: 3rem;
  color: #0c304d;
}
#sec03 .secBox .fBox .textBox h2 .smaletxt {
  display: block;
  font-size: clamp(20px, 2.5vw, 40px);
}
#sec03 .secBox .fBox .textBox h2 .bigtxt {
  display: block;
  font-size: clamp(24px, 4vw, 60px);
  position: relative;
  z-index: 2;
}
#sec03 .secBox .fBox .textBox h2 .bigtxt::after {
  background: #fff;
  content: '';
  width: 96%;
  height: 80%;
  position: absolute;
  bottom: -20%;
  left: 4%;
  z-index: -1;
}
#sec03 .secBox .fBox .textBox p {
  font-size: clamp(14px, 3vw, 18px);
  padding-right: 10%;
}
#sec03 .secBox .fBox .imgBox {
  width: 50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#sec03 .secBox .fBox .imgBox img{
	display: block;
	width: 49%;
	max-width: 490px;
}
#sec03 .secBox .fBox .imgBox img:first-child{
	  margin-top: -80px;
}
#sec03  .fBox2 {
  max-width: 1400px;
  margin: -5% auto 0;
  display: flex;
  justify-content: space-between;
}

#sec03  .fBox2 .item{
	width: 32%;
	background: #fff url("../img/img_professional/check_icon.png")no-repeat;
	background-size: 28%;
	border: 1px solid #9dd2ef;
	padding: 3rem 3% 3rem;
}
#sec03  .fBox2 .item h3 {
	padding: 0px;
	margin-bottom: 2rem;
	text-align: center;
  font-size: clamp(20px, 3vw, 28px);
	color:#0c304d;
}
#sec03  .fBox2 .item p{
	font-size: clamp(14px, 2vw, 18px);
}
#sec03 p.note{
	max-width: 1400px;
	margin: 1rem auto 1rem;
	font-size: clamp(14px, 2vw, 14px);
}
@media screen and (max-width: 1440px) {
#sec03 p.note{
	max-width: 1200px;
}
	#sec03  .fBox2 {
  max-width: 1200px;
}
}
@media screen and (max-width: 1240px) {
#sec03  .fBox2 {
	margin: -5% 5% 0;
}
#sec03 p.note{
	margin: 1rem 5% 1rem;
}
}

@media screen and (max-width: 920px) {
  #sec03 .secBox .fBox .textBox {
    padding-left: 0;
    margin: 0 0 3rem 5%;
  }
}
@media screen and (max-width: 880px) {
#sec03 .fBox2 .item {
  background-size: 28%;
  border: 1px solid #9dd2ef;
  padding: 2rem 2% 1rem;
}
}

@media screen and (max-width: 767px) {
#sec03 {
	background-size: contain;
  padding-bottom: 60px
}
	#sec03 .secBox .fBox {
  flex-direction: column;
  padding: 0;
}
 #sec03 .secBox .fBox .textBox {
	  width: auto;
    padding-left: 0;
    margin: 0 5% 3rem 5%;
  }
#sec03 .secBox .fBox .imgBox {
  width: 90%;
	margin-top: 2rem;
}
#sec03 .fBox2 {
  flex-direction: column;
}
#sec03 .fBox2 .item {
	width: auto;
    background-size: 15%;
    padding: 0.5rem 4% 1rem;
	 margin-bottom:15px;
  }
#sec03 .fBox2 .item h3 {
  margin-bottom: 0.5rem;
}
#sec03 p.note{
	margin: 0.5rem 5% 0.5rem;
}
}



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

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

#sec04 h2 .balloon:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
#sec04 h2 .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;
}
#sec04 h2 .balloon p {
  font-size: min(2.5vw, 30px);
  margin: 0px;
  padding: 0px;
  color: rgb(12, 48, 77);
  font-weight: bold;
}

#sec04 h2 .maintxt {
	background: #FFF;
	padding: 40px 20px 0;
	font-size: clamp(24px, 5.2vw, 65px);
	color: #2b7ec1;
  font-family: "Noto Serif JP", sans-serif;
	width: 80%;
	margin: 0 auto;
	max-width: 1000px;
	position:relative;
	bottom: -2.5rem;
}
#sec04 .secBox {
	padding: 0 0 120px;
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sec04 .secBox .spot {
	width: 100%;
}
#sec04 .secBox .spot .exBox {
	margin-bottom: 2rem;
}
#sec04 .secBox .spot .exBox h3{
  font-size: clamp(22px, 3.5vw, 36px);
  padding: 3rem 0 2rem;
  text-align: center;
}
#sec04 .secBox .spot .exBox h3 span{
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 10px;
  background-position: left 0 bottom 10px;
  color: #0c304d;
  font-weight: bold;
  font-size: clamp(20px, 3vw, 30px);
}

#sec04 .secBox .spot .exBox h3 span::before {
  display: block;
  background: #e8f4ff;
  content: "";
  width: 100%;
  height: 90%;
  position: absolute;
  bottom: -0.4em;
  right: -0.5em;
  z-index: -1;
}
#sec04 .secBox .spot .exBox p{
	text-align: center;
	font-size: clamp(14px, 3vw, 18px);
}

#sec04 .secBox .spot .fBox {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin: auto;
	flex-wrap: wrap;
	gap: 10px;
}

#sec04 .secBox .fBox figure{
  display: block;
  width: 48%;
  height: auto;
  max-width: 290px;
}

#sec04 .secBox .fBox figure img{
	width: 100%;
	height: auto;
}
#sec04 .secBox .fBox figure figcaption {
  display: flex;
  align-items: center;
  font-size: clamp(13px, 1.5vw, 16px);
  font-weight: bold;
  margin-bottom: 5px;
  color: #0c304d;
}
#sec04 .secBox .fBox figure figcaption::before {
  content: "";
  background:#0c304d;
  width: 10px;
  height: 1px;
  margin-right: 10px;
}

#sec04 .secBox .fBox .imgBox figure:first-child {
  margin-left: -20px;
	margin-bottom: 20px;
}
#sec04 .secBox .fBox .imgBox figure:last-child {
  margin-right: -20px;
}
#sec04 ul {
	flex: 1;
	margin-left: 5%;
}
#sec04 ul li {
	display: flex;
  position: relative;
  padding-left: 30px;
	margin: 0 0 1.5rem;
	align-items: flex-start;
}
#sec04 ul li:before {
  color: #2b7ec1;
  content: "・";
  font-size: 46px;
  position: absolute;
  top: -20px;
  left: 0;
}

#sec04 ul li .classification{
	width: 140px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-right: 40px;
	font-size: 20px;
}
#sec04 ul li .classification::after{
	content: "";
	height: 1px;
	width:20px;
	background: #a9a9a9;
	display: block;
}

#sec04 ul li .item{
	font-size: 15px;
	flex: 1;
}
#sec04 ul li .item span{
	padding: 2px 20px;
	display: inline-block;
	border: 1px solid #c0c0c0;
	border-radius: 20px;
	margin: 0px 5px 3px 0;
}
#sec04 .secBox .textBox {
  max-width: 720px;
  margin:80px auto 0px;
  font-size: clamp(14px, 3vw, 18px);
}


@media screen and (max-width: 1400px) {
	#sec04 .secBox {
  margin: 0 5%;
}
#sec04 .secBox .spot .fBox {
	max-width: 800px
}
}

	
@media screen and (max-width: 960px) {
#sec04 h2{
	padding-top: 60px;
}

}

@media screen and (max-width: 830px) {
#sec04 .secBox .spot .exBox p{
	text-align: left;
}
}
@media screen and (max-width: 767px) {
#sec04 h2{
	padding-top: 40px;
	background: url(../img/img_common/sec_tatle_bg_mb.jpg) no-repeat;
  background-size: cover;
}
#sec04 h2 .balloon {
  width: 60%;
	padding: 0.4rem 5%;
	}
	#sec04 h2 .balloon p{
		font-size: 14px;
	}
#sec04 .secBox {
  padding: 0 0 60px;
	}	    
#sec04 .secBox .fBox .imgBox{
	margin-top: 20px;
}
#sec04 .secBox .spot .fBox {
	justify-content: center;
	flex-wrap: wrap;
	}
#sec04 .secBox .spot .fBox figure{
  width: 48%;
  height: auto;
  margin-right: 0%;
  margin-bottom: 20px;
}	

#sec04 .secBox .spot .exBox {
  margin-bottom: 1rem;
}
#sec04 .secBox .spot .exBox h3 {
  font-size: clamp(22px, 3.5vw, 36px);
  padding: 1rem 0 1rem;
  text-align: center;
}
#sec04 .secBox .textBox {
  margin:80px auto 20px;
}


}
@media screen and (max-width: 530px) {
#sec04 ul li {
align-items: flex-start;
	margin: 0 0 0.8rem;
}	
#sec04 ul li .classification{
	margin-right: 20px;
	font-size: 14px;
	width: 100px;
	
}
#sec04 ul li .classification::after{
	width:15px;
}
#sec04 ul li .item{
	font-size: 12px;
}
#sec04 ul li::before {
  color: #2b7ec1;
  content: "・";
  font-size: 46px;
  position: absolute;
  top: -24px;
  left: 0;
}			
	}

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

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

#sec05 h2 .balloon:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
#sec05 h2 .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;
}
#sec05 h2 .balloon p {
  font-size: min(2.5vw, 30px);
  margin: 0px;
  padding: 0px;
  color: rgb(12, 48, 77);
  font-weight: bold;
}

#sec05 h2 .maintxt {
	background: #FFF;
	padding: 40px 20px 0;
	font-size: clamp(24px, 5.2vw, 65px);
	color: #2b7ec1;
  font-family: "Noto Serif JP", sans-serif;
	width: 80%;
	margin: 0 auto;
	max-width: 1000px;
	position:relative;
	bottom: -2.5rem;
}
#sec05 .secBox {
	padding: 0 0 100px;
	margin: auto;
}
#sec05 .secBox .textBox{
	max-width: 720px;
	margin: 80px auto 0;
	font-size: clamp(14px, 3vw, 18px);
}
#sec05 .secBox h3{
	font-size: clamp(22px, 3.5vw, 30px);
	padding: 3rem 0 3.5rem;
	text-align: center;
}
#sec05 .secBox h3 span{
	display: inline-block;
	 position: relative;
    
    background-repeat: no-repeat;
    background-size: 100% 10px;
    background-position: left 0 bottom 10px;
    color: #0c304d;
    font-weight: bold;
   font-size: clamp(20px, 3vw, 30px);
}
#sec05 .secBox h3 span::before{
	display: block;
	background:#e8f4ff;
  content: "";
	width: 100%;
	height: 90%;
	position:absolute;
	bottom: -0.4em;
	right: -0.5em;
	z-index: -1;
}
#sec05 .secBox .fBox{
	max-width: 1300px;
	margin: auto;
  display: flex;
  justify-content: space-between;
}
#sec05 .secBox .fBox .item{
	width: 32%;
	max-width: 400px;
}
#sec05 .secBox .fBox .item figure figcaption {
  display: flex;
  align-items: center;
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: bold;
  margin-bottom: 15px;
  color: #0c304d;
}
#sec05 .secBox .fBox .item figure figcaption::before {
  content: "";
  background: #0c304d;
  width: 10px;
  height: 1px;
  margin-right: 10px;
}
#sec05 .secBox .fBox .item p{
	margin-top: 10px;
	font-size: clamp(14px, 2vw, 14px);
}
#sec05 .secBox .fBox .item figure figcaption br {
	display: none;
}
#sec05 .secBox .fBox .item figure figcaption .mini{
		font-size: 80%;
	  font-weight: normal;
	}
@media screen and (max-width: 1460px) {
	#sec05 h2 .balloon {
  width: 50%;
}
}
@media screen and (max-width: 1340px) {
#sec05 .secBox .fBox{
  max-width: 1200px;
}
}
@media screen and (max-width: 1220px) {
	#sec05 .secBox {
  margin: 0 5%;
}
#sec05 h2 .balloon {
  width: 50%;
}
}
@media screen and (max-width: 1000px){
	#sec05 .secBox .fBox .item figure figcaption {
	height: 30px;
  margin-bottom: 10px;
  line-height: 1em;
}
	
#sec05 .secBox .fBox .item figure figcaption br {
	display: inline;
}
}
@media screen and (max-width: 960px) {
#sec05 h2{
	padding-top: 60px;
}
}
@media screen and (max-width: 767px) {
#sec05 .secBox {
  padding: 0 0 40px;
}
#sec05 h2{
	background: url(../img/img_common/sec_tatle_bg_mb.jpg) no-repeat;
  background-size: cover;
}

#sec05 h2{
	padding-top: 40px;
}
#sec05 h2 .balloon {
  width: 60%;
	padding: 0.4rem 5%;
	}
	#sec05 h2 .balloon p{
		font-size: 14px;
	}

	#sec05 .secBox .fBox{
		flex-wrap: wrap;
	}
	#sec05 .secBox .fBox .item {
  width: 48%;
		margin-bottom: 20px;
}
		#sec05 .secBox .fBox .item {
 
}
#sec05 .secBox h3 {
  padding: 2.5rem 0 2rem;
}
}
@media screen and (max-width: 460px) {
	#sec05 h2 .balloon p {
    font-size: 13px;
  }

#sec05 h2 .maintxt {
  font-size: 22px;
}
}

/*よくあるご質問*/

#faq .secBox {
    padding-bottom: 0;
  }
#faq{
  /*background-image: repeating-linear-gradient(-45deg, #fff, #fff 3px, #eaf2fa 0, #eaf2fa 6px);*/
	position: relative;
	z-index: 1;
}
#faq .faqWarp {
	padding: 2rem 5% 0;
	position: relative;
	max-width: 1200px;
	margin: 0 auto 0;
	
}
#faq h3 {
  font-size: clamp(20px, 4vw, 34px);
  text-align: center;
  font-weight: bold;
  position: relative;
  padding: 0;
	color: #000d3b;
	
}
#faq .headWarp {
	position: relative;
}
#faq .headWarp span {
  position: absolute;
  top: 25%;
  left: 50%;
  font-family: Century Gothic, sans-serif;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #0e849c;
  font-size: 80px;
  font-weight: normal;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
#faq .faqWarp {
	padding: 20px 5% 0;
	position: relative;
	max-width: 1200px;
	margin: 0 auto 0;
}	
	
#faq .headWarp span {
    font-size: 40px;
	top: 40%;
  }
}

/* 必須 */
.accordion-content {
  display: none;
}


.accordion-header {
  background-color: #d2ebff;
  padding: 20px 35px 20px 40px;
  margin: 20px 0 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
	display: flex;
	align-items: center;
	border-radius: 10px;
}
.accordion-header .txt{
	font-size:16px;
	letter-spacing: 0.1em;
	flex:1;
}
.accordion-header::before,
.accordion-header::after{
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:12px;
  height:2px;
  margin:auto;
  background:#151E2F;
}
.accordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
	display:flex;
}
.accordion-header.active{
	border-radius: 10px 10px 0 0;
}
.accordion-header.active::after{transform:rotate(0deg);}

.accordion-content {
  background-color: #f9f9f9;
  padding: 20px 40px 20px 40px;
	border-top: 0px #0e849c solid;
	border-radius: 0 0 10px 10px; 
}
.accordion-content .fBox{
	display: flex;
	align-items: center;
}

.accordion-content .fBox .txt{
	font-size:16px;
	letter-spacing: 0.1em;
	flex: 1;
}

.accordion-header:hover {
  background-color: #edeeff;
}

.iconQ {
	font-weight: bold;
	font-size: 30px;
	margin-right: 5%;
	color:#0c304d;
}

.iconA {
	font-weight: bold;
	font-size: 30px;
	margin-right: 5%;
	color:#ca1d00;
}

.accordion-content .list3{
	list-style: none;
	padding: 20px 0 0;
}
.accordion-content .list3 {
  padding: 0.3em 0.5em;
  list-style-type: none;
  border: none;
  counter-reset: number;
}
.accordion-content .list3 li {
  position: relative;
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.6em;
}
.accordion-content .list3 li:before {
  position: absolute;
  font-family: "Quicksand", sans-serif;
  content: counter(number);
  counter-increment: number;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #000;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
}

@media screen and (max-width: 959px) {
.accordion-header {
  padding: 20px 35px 20px 20px;	
	}
.accordion-content {
  padding: 20px 20px 20px 20px;	
	}
	.iconQ {
		font-size: 20px;
	}
	.iconA {
	font-size: 20px;
	}
}
@media screen and (max-width: 767px) {

	.accordion-header {
		padding: 15px 30px 15px 15px;
		margin: 10px 0 0;
	}
	
.accordion-header .txt {
	
  font-size: 14px;
  letter-spacing: 0.1em;
}
 .accordion-content {
    padding: 15px;
  }

.accordion-content .fBox .txt{
	font-size:14px;

}
}