@charset "UTF-8";

/* メイン
***************************************************************************************/
/* キービジュアル */
#Keyvisual {
	background-image:url(../images/bg_key.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}

#Keyvisual .wrap {
	background-image: url("../images/bg_key_illust.svg");
	background-position: right 25px top 40px;
	background-repeat: no-repeat;
	background-size: 441px;
	padding: 60px 25px 47px 80px;
	width: 1190px;
}

#Keyvisual .lead01 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7;
	margin: 0;
	position: relative;
	display: inline-block;
	padding: 0 25px;
}

#Keyvisual .lead01:before,
#Keyvisual .lead01:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 35px;
	height: 2px;
	background-color: black;
	transform: rotate(-75deg);
}

#Keyvisual .lead01:before {
	left: -10px;
	transform: rotate(75deg);
}

#Keyvisual .lead01:after {
	right: -10px;
}

#Keyvisual .lead01 span {
	background: linear-gradient(transparent 65%, #FFB74D 65%);
}

#Keyvisual h1 {
	font-weight: bold;
	font-size: 76px;
	line-height: 1.4;
	margin: 25px 0 0;
	color: #0387B4;
	font-feature-settings: "palt";
}

#Keyvisual h1 span {
	font-size: 60px;
}

#Keyvisual h1 span.fs01 {
	font-size: 28px;
  display: block;
}

#Keyvisual h1 +p{
  font-size: 16px;
  font-weight: bold;
  width: 271px;
}

#Keyvisual_btm {
	display: flex;
	justify-content: space-between;
}

#Keyvisual_btm ul {
	display: flex;
	list-style: none;
	margin: auto;
	padding: 0;
	justify-content: space-around;
}

#Keyvisual_btm ul li {
	margin: 0 8px;
	width: 203px;
	position: relative;
	padding: 0 0px;
	display: flex;
	flex-direction: column;
	line-height: 1.2;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	font-weight: bold;
}

#Keyvisual_btm ul li::before,
#Keyvisual_btm ul li::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 42px;
	height: 110px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: auto;
}

#Keyvisual_btm ul li::before {
	background-image: url("../images/common/img_obj02.png");
}

#Keyvisual_btm ul li::after {
	background-image: url("../images/common/img_obj03.png");
	right: 0;
	left: auto;
}

#Keyvisual_btm ul li span {
	text-align: center;
}

#Keyvisual_btm ul li span.text01 {
	font-size: 22px;
}

#Keyvisual_btm ul li span.text02 {
	font-size: 37px;
}

#Keyvisual_btm ul li span.text03 {
	font-size: 40px;
	margin: 0 5px;
}

#Keyvisual_btm ul li span.text04 {
	font-size: 48px;
}

#Keyvisual_btm ul li span.width_ex {
	width: 15px;
	flex-shrink: 0;
	display: inline-block;
}

.din_font {
	font-family: 'Oswald', sans-serif;
  color: #FF7A00;
}

.section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.section h2 {
	text-align: center;
	font-size: 40px;
	line-height: 1.4;
	margin: 0;
  font-weight: bold;
}

.section h3 {
	text-align: center;
	font-size: 26px;
	line-height: 1.6;
	margin: 40px 0;
}

.section h4 {
	text-align: center;
	font-size: 26px;
	line-height: 1.6;
	margin: 120px 0 70px;
}


a:hover {
	opacity: .6;
}



.section01 {
	background: rgb(227,241,255);
background: linear-gradient(90deg, rgba(227,241,255,1) 0%, rgba(202,236,253,1) 100%);
}

.section01 .wrap {
	padding: 100px 0 95px;
  width: 960px;
  position: relative;
}

.section01 h2 {
	margin: 0 0 60px;
}

.section01 ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: space-between;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.section01 ul li{
  width: 240px;
}
.section01 ul li img{
  width: 180px;
}
.section01 ul li > span{
  display: block;
  margin-top: 42px;
}
.section01 ul li > span span{
  color: #0387B4;
}

.section01 .inner_box{
  background-color: #fff;
  text-align: center;
  padding: 100px 0;
  margin: 85px 0 0;
  position: relative;
}
.section01 .inner_box::after{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 43px 96px 0 96px;
  border-color: #d6eefe transparent transparent transparent;
  transform: translate(-50%,0);
}
.section01 .inner_box h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0;
	position: relative;
	display: inline-block;
	padding: 0 25px;
  color: #0387B4;
}

.section01 .inner_box h4:before,
.section01 .inner_box h4:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 55px;
	height: 2px;
	background-color: #0387B4;
	transform: rotate(-65deg);
}

.section01 .inner_box h4:before {
	left: -30px;
	transform: rotate(65deg);
}

.section01 .inner_box h4:after {
	right: -30px;
}
.section01 .inner_box p{
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
  margin: 48px 0 0;
}
.section01 .inner_box p span{
  color: #FFA028;
}


.section02 {
  background-color: #68B7D2;
  padding: 115px 0;
}

.section02 .wrap {
	background-color: #fff;
	padding: 100px 90px;
  width: 1140px;
  text-align: center;
}

.section02 h2 {
  text-align: center;
  font-size: 40px;
  color: #fff;
  margin: 0;
}
.section02 h2 + p{
  font-size: 50px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  margin: 30px 0 75px;
}
.section02 h2 + p span{
  color: #FAEC55;
  font-size: 46px;
}
.section02 h2 + p span > span{
  font-size: 40px;
}

.section02 h2 .fs01 {
	font-size: .85em;
}

.section02 h3 {
	margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #0387B4;
}
.section02 p + h3{
  margin-top: 120px;
}

.section02 h4 {
  margin: 15px 0 50px;
  font-size: 30px;
  font-weight: bold;
  color: #0387B4;
  position: relative;
  display: inline-block;
}
.section02 h4::before,
.section02 h4::after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 35px;
	height: 2px;
	background-color: #0387B4;
	transform: rotate(-65deg);
}
.section02 h4::before {
	left: -40px;
	transform: rotate(65deg);
}
.section02 h4::after {
	right: -40px;
}

.section02 p{
  text-align: center;
  font-size: 18px;
  line-height: 1.4;
}
.section02 p span{
  font-weight: bold;
}
.section02 p + p{
  text-align: center;
  margin:60px 0 0;
}
.section02 .fbox01{
  display: flex;
  flex-wrap: wrap;
  margin: 34px 0 0;
  justify-content: space-between;
  background-color: #288ad6;
  padding: 22px 21px;
}
.section02 .fbox01 >div{
  margin: 0 0;
  background-color: #fff;
  padding: 27px 0 22px;
}
.section02 .fbox01 >div:nth-of-type(1){
width: 306px;
}
.section02 .fbox01 >div:nth-of-type(2){
  width: 600px;
}
.section02 .fbox01 >div:nth-of-type(3){
  width: 452px;
  margin-top: 11px;
}
.section02 .fbox01 >div:nth-of-type(4){
  width: 452px;
  margin-top: 11px;
}


.section02 .fbox01 h5{
  text-align: center;
  font-size: 24px;
  color: #0387B4;
  font-weight: bold;
  margin: 0 0 23px;
  line-height: 1;
}
.section02 .fbox01 p{
  font-size: 15px;
  margin: 0;
}
.section02 .fbox01 p + p{
  margin: 25px 0 0;
}
.section02 .fbox01 p + p img{
  max-width: 50%;
  width: 50%;
}
.section02 .fbox01 > div:nth-child(3) p + p img{
  max-width: 50%;
  width: 100px;
}
.section02 .fbox01 > div:nth-child(2) p + p{
  margin: 25px 40px 0;
}
.section02 .fbox01 > div:nth-child(2) p + p img{
  width: 100%;
  max-width: 100%;
}

.section02 .fbox01 >div:first-of-type p{
  display: flex;
  font-weight: bold;
  line-height: 1.2;
  justify-content: center;
  align-items: center;
}
.section02 .fbox01 >div:first-of-type p span:first-of-type{
  font-size: 30px;
}
.section02 .fbox01 >div:first-of-type p span:last-of-type{
  font-size: 130px;
  color: #0387B4;
}


.section03{
  background-color: #68B7D2;
  padding: 100px 0;
}
.section03 > h2{
  margin: 0 0 100px;
  font-size: 40px;
  color: #fff;
}
.section03 > h2 span{
  color: #faec55;
}
.section03 .inbox01{
  background-color: #fff;
  padding: 100px 90px;
  position: relative;
}
.section03 .inbox01::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 95px 95px 0 95px;
  border-color: #ffffff transparent transparent transparent;
  transform: translate(-50%,100%);
}
.section03 .inbox01 h3{
  margin: 0;
  text-align: left;
  font-size: 20px;
  color: #0387B4;
}
.section03 .inbox01 h4{
  margin: 0;
  text-align: left;
  color: #0387B4;
  font-size: 30px;
}
.section03 .inbox01 h4 span {
  background: linear-gradient(transparent 75%, #ffa028 75%);
}
.section03 .inbox01 .fbox{
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
}
.section03 .inbox01 .fbox > div{
  width: 514px;
}
.section03 .inbox01 .fbox >div:last-of-type{
  width: 384px;
}
.section03 .inbox01 .fbox > div p{
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}
.section03 .inbox01 p span{
  color: #FFA028;
  font-weight: bold;
}
.section03 .flame_box{
  border: 1px solid #b1b1b1;
  padding: 38px;
  margin: 60px 0 0;
}
.section03 .flame_box h5{
  margin: 0;
  font-size: 20px;
  line-height: 1;
}
.section03 .flame_box h5 +p{
  font-size: 18px;
  margin: 18px 0 0;
}
.section03 .flame_box ul{
  list-style: none;
  margin: 35px 0 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
}
.section03 .flame_box ul li{
  background-color: #f0f0f0;
  border-radius: 8px;
  width: 159px;
  padding: 20px;
  text-align: center;
  line-height: 1.2;
}
.section03 .flame_box ul li span{
  display: block;
  margin-top: 10px;
}
.section03 .flame_box ul li img{
  width: 50px;
}
.section03 .flame_box + h3{
  margin-top: 100px;
}

.section03 .inbox02{
  background-color: #fff;
  margin: 140px 0 0;
  padding: 100px 90px;
}
.section03 .inbox02 h3{
  margin: 0;
  font-size: 40px;
  line-height: 1.4;
}
.section03 .inbox02 p{
  margin: 0;
}
.section03 .inbox02 .fbox{
  display: flex;
  justify-content: space-between;
  margin: 80px 0 0;
}
.section03 .inbox02 .fbox > div{
  width: 45%;
}
.section03 .inbox02 .fbox > div:first-child{
  display: flex;
  flex-direction: column;
  position: relative;
}

.section03 .inbox02 .fbox > div:first-child::after{
  content: "";
  position: absolute;
  top: 50%;
  right: -14%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35.5px 0 35.5px 37px;
  border-color: transparent transparent transparent #ff9e28;
}

.section03 .inbox02 .fbox h4{
  font-size: 20px;
  margin: 0;
  text-align: left;
  line-height: 1;
}
.section03 .inbox02 .fbox > div:first-of-type >div{
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 40px 35px;
  margin: 25px 0 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.section03 .inbox02 .fbox > div:first-of-type >div p{
  font-size: 30px;
  font-weight: bold;
  color: #0387B4;
  line-height: 1.6;
}
.section03 .inbox02 .fbox > div:first-of-type >div p + p{
  margin-top: 40px;
}

.section03 .inbox02 .fbox >div:last-of-type p:first-of-type{
font-size: 30px;
color: #0387B4;
font-weight: bold;
line-height: 1.4;
margin: 25px 0 35px;
}

.section04 .wrap{
  width: 960px;
  padding: 100px 0;
}
.section04 h2+p{
  margin: 40px 0 100px;
  text-align: center;
}
.section04 .fbox01{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section04 .fbox01:nth-child(2n){
  flex-direction: row-reverse;
}
.section04 .fbox01>div{
  width: 580px;
}
.section04 .fbox01>div:last-of-type{
  width: 298px;
}
.section04 .fbox01 + .fbox01{
  margin-top: 120px;
}
.section04 .fbox01 h3{
  text-align: left;
  font-size: 30px;
  color: #0387B4;
  margin: 0;
  line-height: 1;
}
.section04 .fbox01 p{
  font-size: 18px;
  margin: 0;
}
.section04 .fbox01 h3 + p{
  margin-top: 30px;
}

.section05{
  padding: 100px 0;
  background-color: #0387B4;
}
.section05 .wrap{
  background-color: #fff;
  padding: 90px;
}
.section05 h3{
  font-size: 30px;
  text-align: left;
  margin: 60px 0 0;
  line-height: 1;
}
.section05 .fbox{
  display: flex;
  margin: 30px 0 0;
  justify-content: space-between;
}
.section05 .fbox > div:first-of-type{
  width: 600px;
}
.section05 .fbox > div:last-of-type{
  width: 310px;
}
.section05 .fbox p{
  margin: 0;
}
.section05 .fbox p + p{
  margin-top: 30px;
}

.section06{

}
.section06 .wrap{
text-align: center;
padding: 120px 0;
}
.section06 h2{
position: relative;
text-align: center;
display: inline-block;
font-size: 24px;
color: #0387B4;
margin: 0;
}
.section06 h2::before,
.section06 h2::after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 35px;
	height: 2px;
	background-color: #0387B4;
	transform: rotate(-65deg);
}
.section06 h2::before {
	left: -40px;
	transform: rotate(65deg);
}
.section06 h2::after {
	right: -40px;
}
.section06 h3{
  font-size: 40px;
  margin: 60px 0 70px;
}
.section06 p{
  margin: 0;
}
.section06 p img{
  width: 100%;
}

.section07{
  background-color: #efefef;
}
.section07 .wrap{
  padding: 115px 0 150px;
  width: 960px;
}
.section07 h2{
  font-size: 46px;
}
.section07 .wrap_box{
  background-color: #fff;
  padding: 60px;
  margin: 150px 0 0;
}
.section07 h3{
  text-align: left;
  font-size: 22px;
  color: #0387B4;
  margin: 0 0 30px;
}

.section07 h3 + p{
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  margin: 0 0 20px;
}
.section07 .fbox01{
  display: flex;
  justify-content: space-between;
}
.section07 .fbox01 >div{
  width: 500px;
}
.section07 .fbox01 >div:first-of-type{
width: 300px;
}
.section07 .fbox01 dl{
  font-size: 14px;
  margin: 1.5em 0 0;
  padding: 0;
}
.section07 .fbox01 dl dt{
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.section07 .fbox01 dl dd{
  margin: 0;
  padding: 0;
}
.section07 .fbox01 dl dd ul{
  margin: 0 0 0 2em;
  padding: 0;
}
.section07 .fbox01 dl dd + dt{
  margin-top: 40px;
}

/* スマホ用
***************************************************************************************
***************************************************************************************
***************************************************************************************
***************************************************************************************/
@media screen and (max-width:768px) {

	/* メイン
***************************************************************************************/
/* キービジュアル */
#Keyvisual .wrap {
	background-position: center bottom 50vmin;
	background-size: 50vmin;
	padding: 3.125vmin;
	width: auto;
  text-align: center;
}

#Keyvisual .lead01 {
	font-size: 5vmin;
	padding: 0 25px;
}


#Keyvisual h1 {
	font-size: 11vmin;
	margin: 25px 0 0;
}

#Keyvisual h1 span {
	font-size: 10vmin;
}

#Keyvisual h1 span.fs01 {
	font-size: 8vmin;
  display: block;
}

#Keyvisual h1 +p{
  font-size: 5vmin;
  font-weight: bold;
  width: auto;
  text-align: center;
}
#Keyvisual h1 +p span{
  display: block;
  margin: 2vmin 0 0;
}

#Keyvisual_btm {
  margin-top: 30vmin;
	display: flex;
	justify-content: space-between;
  flex-direction: column-reverse;
}

#Keyvisual_btm ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: space-around;
}

#Keyvisual_btm ul li {
	margin: 4vmin 1vmin;
	width: 28vmin;
	padding: 0 0px;
	font-size: 2vmin;
}

#Keyvisual_btm ul li::before,
#Keyvisual_btm ul li::after {
	width: 4vmin;
	height: 14vmin;
  background-size: cover;
}

#Keyvisual_btm ul li span {
	text-align: center;
}

#Keyvisual_btm ul li span.text01 {
	font-size: 3vmin;
}

#Keyvisual_btm ul li span.text02 {
	font-size: 5vmin;
}

#Keyvisual_btm ul li span.text03 {
	font-size: 5vmin;
	margin: 0 5px;
}

#Keyvisual_btm ul li span.text04 {
	font-size: 7vmin;
}

#Keyvisual_btm ul li span.width_ex {
	width: 15px;
	flex-shrink: 0;
	display: inline-block;
}

.btn_frame02 {
  width: auto;
  font-size: 5vmin;
  padding: 7vmin 0;
}

	.section h2 {
		font-size: 5vmin;
	}

	.section h3 {
		font-size: 5vmin;
		margin: 5vmin 0;
		font-feature-settings: "palt";
	}

	.section h4 {
		font-size: 4.5vmin;
		margin: 10vmin 0;
	}

  .section01 {
    background: rgb(227,241,255);
  background: linear-gradient(90deg, rgba(227,241,255,1) 0%, rgba(202,236,253,1) 100%);
  }
  
  .section01 .wrap {
    padding: 10vmin 3.125vmin;
    width: auto;
  }
  
  .section01 h2 {
    margin: 0 0 10vmin;
  }
  
  .section01 ul {
    font-size: 4vmin;
    flex-wrap: wrap;
  }
  .section01 ul li{
    width: 50%;
    margin-top: 8vmin;
  }
  .section01 ul li img{
    width: 30vmin;
  }
  .section01 ul li > span{
    display: block;
    margin-top: 3vmin;
  }
  
  .section01 .inner_box{
    padding: 10vmin 0;
    margin: 10vmin 0 0;
  }
  .section01 .inner_box::after{
    border-width: 6vmin 10vmin 0 10vmin;
    border-color: #d6eefe transparent transparent transparent;
    transform: translate(-50%,0);
  }
  .section01 .inner_box h4 {
    font-size: 4vmin;
    padding: 0 10vmin;
  }
  
  .section01 .inner_box h4:before,
  .section01 .inner_box h4:after {
    width: 10vmin;
    height: 2px;
  }
  .section01 .inner_box h4:before {
    left:0;
  }
  .section01 .inner_box h4:after {
    right: 0;
  }

  .section01 .inner_box p{
    font-size: 5vmin;
    margin: 12vmin 0 0;
  }
  
  
  .section02 {
    padding: 10vmin 3.125vmin;
  }
  .section02 .wrap {
    padding: 10vmin 3.125vmin;
    width: auto;
  }
  .section02 h2 {
    font-size: 7vmin;
    color: #fff;
    margin: 0;
  }
  .section02 h2 + p{
    font-size: 6vmin;
    margin: 8vmin 0 12vmin;
  }
  .section02 h2 + p span{
    font-size: 5vmin;
  }
  .section02 h2 + p span > span{
    font-size: 3vmin;
  }
  
  .section02 h2 .fs01 {
    font-size: .85em;
  }
  
  .section02 h3 {
    font-size: 6vmin;
    margin: 0;
  }
  .section02 p + h3{
    margin-top: 10vmin;
  }
  
  .section02 h4 {
    margin: 3vmin 0 10vmin;
    font-size: 7vmin;
  }
  .section02 h4::before,
  .section02 h4::after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 35px;
    height: 2px;
    background-color: #0387B4;
    transform: rotate(-65deg);
  }
  .section02 h4::before {
    left: -40px;
    transform: rotate(65deg);
  }
  .section02 h4::after {
    right: -40px;
  }
  
  .section02 p{
    font-size: 4vmin;
  }
  .section02 p + p{
    margin:8vmin 0 0;
  }
  .section02 .fbox01{
    margin: 10vmin 0 0;
    padding: 3vmin;
  }
  .section02 .fbox01 >div{
    margin: 0 0;
    width: 50%;
    padding: 3.125vmin;
  }
  .section02 .fbox01 >div:nth-of-type(2n){
    margin-left: 0;
  }
  .section02 .fbox01 >div:nth-of-type(n+3){
    margin-top: 3vmin;
  }

  .section02 .fbox01 >div:nth-of-type(1){
    width: 39.5vmin;
    }
    .section02 .fbox01 >div:nth-of-type(2){
      width: 39vmin;
    }
    .section02 .fbox01 >div:nth-of-type(3){
      width: 39.5vmin;
    }
    .section02 .fbox01 >div:nth-of-type(4){
      width: 39vmin;
    }


  
  .section02 .fbox01 h5{
    font-size: 4vmin;
    margin: 0 0 4vmin;
    line-height: 1;
  }
  .section02 .fbox01 p{
    font-size: 3vmin;
    margin: 0;
  }
  .section02 .fbox01 p + p{
    margin: 3vmin 0 0;
  }
  .section02 .fbox01 p + p img{
    max-width: 100%;
    width:auto;
  }
  .section02 .fbox01 > div:nth-child(2) p + p{
    margin: 3vmin 0 0;
  }
  .section02 .fbox01 > div:nth-child(2) p + p img{
    width: 100%;
    max-width: 100%;
  }
  .section02 .fbox01 >div:first-of-type p span:first-of-type{
    font-size: 5vmin;
  }
  .section02 .fbox01 >div:first-of-type p span:last-of-type{
    font-size: 20vmin;
    color: #0387B4;
  }
  
  
  .section03{
    padding: 10vmin 3.125vmin;
  }
  .section03 > h2{
    margin: 0 0 10vmin;
    font-size: 5vmin;
  }
  .section03 .wrap{
    padding: 0;
  }
  .section03 .inbox01{
    padding: 3.125vmin;
  }
  .section03 .inbox01::after{
    border-width: 10vmin 10vmin 0 10vmin;
  }
  .section03 .inbox01 h3{
    font-size: 4vmin;
  }
  .section03 .inbox01 h4{
    font-size: 6vmin;
  }
  .section03 .inbox01 .fbox{
    margin: 6vmin 0 0;
    flex-direction: column;
  }
  .section03 .inbox01 .fbox > div{
    width: auto;
  }
  .section03 .inbox01 .fbox >div:last-of-type{
    width: auto;
    margin-top: 5vmin;
  }
  .section03 .inbox01 .fbox > div p{
    font-size: 4vmin;
  }

  .section03 .flame_box{
    padding: 3.125vmin;
    margin: 10vmin 0 0;
  }
  .section03 .flame_box h5{
    font-size: 5vmin;
  }
  .section03 .flame_box h5 +p{
    font-size: 4.5vmin;
    margin: 4vmin 0 0;
    line-height: 1.4;
  }
  .section03 .flame_box ul{
    margin: 5vmin 0 0;
    font-size: 4vmin;
    flex-wrap: wrap;
  }
  .section03 .flame_box ul li{
    width: 48%;
    padding: 3.125vmin;
  }
  .section03 .flame_box ul li:nth-child(n+3){
    margin-top: 2.5vmin;
  }
  .section03 .flame_box ul li span{
    display: block;
    margin-top: 10px;
  }
  .section03 .flame_box ul li img{
    width: 50px;
  }
  .section03 .flame_box + h3{
    margin-top: 20vmin;
  }
  
  .section03 .inbox02{
    margin: 20vmin 0 0;
    padding: 3.125vmin;
  }
  .section03 .inbox02 h3{
    font-size: 5vmin;
  }
  .section03 .inbox02 p{
    margin: 0;
  }
  .section03 .inbox02 .fbox{
    margin: 10vmin 0 0;
    flex-direction: column;
  }
  .section03 .inbox02 .fbox > div{
    width: auto;
  }
  .section03 .inbox02 .fbox > div:first-child{
    display: flex;
    flex-direction: column;
    position: relative;
  }
  
  .section03 .inbox02 .fbox > div:first-child::after{
    top: auto;
    bottom: -8vmin;
    right: 50%;
    border-width: 6vmin 6vmin 0 6vmin;
    border-color:#ff9e28 transparent transparent transparent;
    transform: translate(50%,0);
  }
  
  .section03 .inbox02 .fbox h4{
    font-size: 4vmin;
    margin: 0;
    text-align: left;
    line-height: 1;
  }
  .section03 .inbox02 .fbox > div:first-of-type >div{
    padding: 6vmin;
    margin: 5vmin 0 0;
  }
  .section03 .inbox02 .fbox > div:first-of-type >div p{
    font-size: 5vmin;
    font-weight: bold;
    color: #0387B4;
    line-height: 1.2;
  }
  .section03 .inbox02 .fbox > div:first-of-type >div p + p{
    margin-top:5vmin;
  }
  .section03 .inbox02 .fbox >div:last-of-type
{
  margin-top: 13vmin;
}
  .section03 .inbox02 .fbox >div:last-of-type p:first-of-type{
  font-size: 5vmin;
  margin: 4vmin 0 5vmin;
  }

  .section04 .wrap{
    width: auto;
    padding: 10vmin 3.125vmin;
  }
  .section04 h2{
    font-size: 6vmin;
  }
  .section04 h2+p{
    margin: 10vmin 0 15vmin;
    text-align: center;
    font-size: 4.5vmin;
  }
  .section04 .fbox01{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .section04 .fbox01:nth-child(2n){
    flex-direction: column;
  }
  .section04 .fbox01>div{
    width: 100%;
  }
  .section04 .fbox01>div:last-of-type{
    width: 60%;
    margin-top: 3vmin;
  }
  .section04 .fbox01 + .fbox01{
    margin-top: 10vmin;
  }
  .section04 .fbox01 h3{
    text-align: left;
    font-size: 6vmin;
    color: #0387B4;
    margin: 0;
    line-height: 1;
  }
  .section04 .fbox01 p{
    font-size: 4vmin;
    margin: 0;
    line-height: 1.4;
  }
  .section04 .fbox01 h3 + p{
    margin-top: 6vmin;
  }
  
  .section05{
    padding: 10vmin 3.125vmin;
    background-color: #0387B4;
  }
  .section05 .wrap{
    background-color: #fff;
    padding: 5vmin;
  }

  .section05 h3{
    font-size: 5vmin;
    margin: 5vmin 0 0;
  }
  .section05 .fbox{
    display: flex;
    margin: 6vmin 0 0;
    justify-content: space-between;
    flex-direction: column;
  }
  .section05 .fbox > div:first-of-type{
    width: auto;
  }
  .section05 .fbox > div:last-of-type{
    width: auto;
    margin-top: 5vmin;
    text-align: center;
  }
  .section05 .fbox p{
    margin: 0;
    line-height: 1.4;
    font-size: 4vmin;
  }
  .section05 .fbox p + p{
    margin-top: 6vmin;
  }
  
  .section06{
  
  }
  .section06 .wrap{
  text-align: center;
  padding: 10vmin 3.125vmin;
  }
  .section06 h2{
  font-size: 5vmin;
  }

  .section06 h3{
    font-size: 4vmin;
    margin: 10vmin 0 5vmin;
  }
  .section06 p{
    margin: 0;
  }
  .section06 p img{
    width: 100%;
  }
  
  .section07{
    background-color: #efefef;
  }
  .section07 .wrap{
    padding: 10vmin 3.125vmin;
    width: auto;
  }
  .section07 h2{
    font-size: 6vmin;
  }
  .section07 h3{
    font-size: 5vmin;
    margin: 5vmin 0;
  }
  .section07 h3 + p{
    font-size: 4vmin;
    margin: 0 0 5vmin;
  }
  .section07 .wrap_box{
    padding: 5vmin;
    margin: 10vmin 0 0;
  }

  .section07 .fbox01{
    flex-direction: column;
  }
  .section07 .fbox01 >div{
    width: auto;
  }
  .section07 .fbox01 >div:first-of-type{
  width: 60%;
  margin: auto auto 5vmin;
  }
  .section07 .fbox01 dl{
    font-size: 4.5vmin;
    margin: 0;
    padding: 0;
    line-height: 1.4;
  }
  .section07 .fbox01 dl dt{
    font-weight: bold;
    margin: 0 0 3vmin;
    padding: 0;
  }
  .section07 .fbox01 dl dd{
    margin: 0;
    padding: 0;
  }
  .section07 .fbox01 dl dd ul{
    margin: 0 0 0 1em;
    padding: 0;
  }
  .section07 .fbox01 dl dd + dt{
    margin-top: 40px;
  }
  .section07 .fbox01 + h3{
    margin-top: 12vmin;
  }


}
